/** Shopify CDN: Minification failed

Line 158:0 Unexpected "}"

**/
@font-face {
  font-family: "Degular semibold";
  src: url("/cdn/shop/files/Degular-Semibold.otf?v=1751827554");

  font-family: "Degular Regular";
  src: url("/cdn/shop/files/Degular-Regular.otf?v=1751827554");

font-family: "Degular Medium";
  src: url("/cdn/shop/files/Degular-Medium.otf?v=1751827554");

  font-family: "Degular Bold";
  src: url("/cdn/shop/files/Degular-Bold.otf?v=1751827554");

  
  font-family: "Degular Light";
  src: url("/cdn/shop/files/Degular-Light.otf?v=1751827554");
}



.collection .product-grid .grid__item .card-wrapper .card .card__inner .card__content .ProductPage-label{
      align-self: flex-start;
    grid-row-start: 1;
    justify-self: flex-start;
    background: #ffffff;
    color: #000;
    padding: 0px 15px;
}
.collection .product-grid .grid__item .card-wrapper .card .card__content .quick-add modal-opener .quick-add__submit{
  /* padding: .8rem; */
      padding: 5px 27px;
    min-width: 20%;
    box-sizing: border-box;
    width: 20%;
}

.collection .product-grid .grid__item .card-wrapper .card .card__content .quick-add{
      align-self: flex-start;
    grid-row-start: 1;
    justify-self: flex-end;
}
.clothings .clothing-text {
    display: flex;
  gap: 20px;
    /* text-align:center;
    justify-content:center; */
}
.icon-with-text .features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  
}

.icon-with-text .features-section .feature-box {
  flex: 1 1 25%;
  /* padding: 30px 20px; */
  padding: 20px 10px;
  box-sizing: border-box;
  border: 1px solid #d8b6a0;
 
}



.icon-with-text .features-section .feature-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  filter: sepia(60%) hue-rotate(-10deg) saturate(250%) brightness(90%);
}

.icon-with-text .features-section .feature-box h4 {
  margin-bottom: 10px;
  font-size: 24px;
  /* font-weight: 600; */
  font-family: "Degular Light";
  margin-top:0px;
  color: #1c1c1c;
}

.icon-with-text .features-section .feature-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.icon-with-text .features-section .feature-box p {
    margin: 0;
}

.newsletter .newsletter__wrapper {
    display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}
.newsletter .newsletter__wrapper .inline-richtext{
  font-family: "Degular Light";
    flex:0 44%
}
.newsletter .newsletter__wrapper div{
        flex: 0 50%;

}
.collection-hero .collection-hero__inner .collection-hero__text-wrapper .collection-hero__description{
  margin: auto;
}
.collection-hero .collection-hero__inner .collection-hero__text-wrapper{
  text-align: center;
}
.blog .title-wrapper-with-link {
    display: unset;
    text-align: center;
}
/* Tablet and Mobile (2 per row) */
.mobile_images.slideshow__media.banner__media.media {
    display: none;
}

.desktop_image.slideshow__media.banner__media.media {
    /* display: none; */
}
.shopify-app-block .jdgm-carousel-wrapper{
  width: 100%;
}
@media screen and (max-width: 991px) {
  .icon-with-text .features-section .feature-box {
    flex: 1 1 50%;
  }
.newsletter .newsletter__wrapper .inline-richtext{
    flex:0 100%
}
.newsletter .newsletter__wrapper div{
        flex: 0 100%;
}
}
@media screen and (max-width: 925px) {
.newsletter .newsletter__wrapper .inline-richtext {
    flex: 0 48%;
}
}
@media only screen and (max-width: 768px) {
.mobile_images.slideshow__media.banner__media.media {
    display: block;
}
  .desktop_image.slideshow__media.banner__media.media {
    display: none;
}
  .banner--mobile-bottom .banner__box{
        padding: 0px 15px !important;
  }
}
}