/** Shopify CDN: Minification failed

Line 218:22 Unexpected "{"
Line 218:31 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement (INDEX:1) */
.announcement__wrapper { /* or sticky */
  z-index: 0;       /* or inherited from header */
}
/* END_SECTION:announcement */

/* START_SECTION:collection-hero (INDEX:15) */
/* Collection hero text alignment + sizing */
.collection__heading,
.hero__content,
.collection__text-content {
  text-transform: uppercase;
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  font-family: 'helvetica', sans-serif;
  
}

.collection__heading h1,
.hero__title {
  font-family: 'helvetica', sans-serif;
  font-size: 15px !important;
  letter-spacing: 1.2px;
  font-weight: 400;
}

.collection__heading .rte,
.hero__description {
font-family: 'helvetica', sans-serif;
  font-size: 10px !important;
  letter-spacing: 0.8px;
  color: #797979;
}

/* Collection hero text alignment + sizing */ .collection__heading, .hero__content, .collection__text-content { text-transform: uppercase; text-align: left !important; align-items: flex-start !important; justify-content: flex-start !important; } /* Heading: 18px */ .collection__heading h1, .hero__title { text-transform: uppercase; font-size: 15px !important; line-height: 1.2; margin-bottom: 6px; } /* Description text: 12px */ .collection__heading .rte, .hero__description { padding-top: 10px; padding-bottom: 10px; font-size: 10px !important; line-height: 1.5; }

/* Force 1.875:1 (15:8) aspect ratio for collection hero image */
.collection__hero .section--image {
  aspect-ratio: 15 / 8;
  height: auto !important;
  min-height: unset !important;
  max-height: none !important;
  overflow: hidden;
}

/* Make sure image fills container */
.collection__hero .image-parallax,
.collection__hero .image-parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection__heading p {
  font-size: 10px !important;
  margin-top: -5px !important;
}

@media (min-width: 750px) {
  .collection__hero {
    display: none !important;
  }
}

.collection__text-content.section-padding{
padding-left:8px !important;
padding-right:8px !important;
}

@media(min-width: 750px){
  .collection__text-content.section-padding{
     padding-left:32px !important;
     padding-right: 32px !important;
  }
}
/* END_SECTION:collection-hero */

/* START_SECTION:product (INDEX:35) */
.custom-product-gallery{
  padding-left:6px;
  padding-right:6px;
  padding-top: 6px;
  position: relative;
}


/* MAIN IMAGE */

.custom-product-gallery__main{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  margin-bottom:2px;
}

.custom-product-gallery__main::-webkit-scrollbar{
  display:none;
}

.custom-product-gallery__slide{
  flex:0 0 100%;
  scroll-snap-align:start;
  position:relative;
}

/* 4:5 ratio */

.custom-product-gallery__slide img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  display:block;
}

/* THUMBNAILS */

.custom-product-gallery__thumbs{
  display:flex;
  gap:2px;
  overflow-x:auto;
  scrollbar-width:none;
}

.custom-product-gallery__thumbs::-webkit-scrollbar{
  display:none;
}

.custom-product-gallery__thumb{
  border:none;
  padding:0;
  background:none;
  cursor:pointer;
  flex:0 0 auto;
}

.custom-product-gallery__thumb img{
  width:40px;
  aspect-ratio:4/5;
  object-fit:cover;
  display:block;
}

.gallery-fit-pill{
  font-family: 'helvetica', sans-serif;
  position:absolute;
  bottom:6px;
  left:6px;
  background:#e9dfd3;
  color:#111;
  font-size:10px;
  letter-spacing: 0.5px;
  padding:8px 12px;
  border-radius:2px;
  display:flex;
  align-items:center;
  gap:4px;
}

.gallery-fit-pill .star{
  color:#2e7d32;
}

@media(min-width: 750px){
  .gallery-fit-pill{
    display:none;
  }
}


.gallery-color-switch{
  position:absolute;
  right:6px;
  bottom:6px;
  display:flex;
  gap: 4px;
  z-index:5;
}

.gallery-color{
  width:26px;
  height:26px;
  border-radius:3px;
  border:2px solid white;
  cursor:pointer;
}

.custom-product-gallery{
  position:relative;
}

.product__media__wrapper{
  position:relative;
}

.size-chart-trigger {
  display: block;
  margin-top: 16px;
  position: relative;
  top: 6px;
}
/* END_SECTION:product */

/* START_SECTION:section-hero (INDEX:55) */
@media (max-width: 767px) {
    #shopify-section-{{ section.id }} .hero__btn {
      display: none !important;
    }
  }
/* END_SECTION:section-hero */

/* START_SECTION:section-richtext (INDEX:70) */
.text__standard {
  display: flex;
  flex-direction: column;
  row-gap: 3px !important;
}
/* END_SECTION:section-richtext */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:cart-drawer (INDEX:107) */
.cart-upsell {
  padding: 20px 16px 10px;
  background: #fff;
}

.cart-upsell__title {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.cart-upsell__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* FORCE 4:5 ratio */
.cart-upsell__item .product-grid-item {
  aspect-ratio: 4 / 5;
}

/* TEXT */
.cart-upsell__item .product__grid__title {
  font-size: 10px !important;
  text-transform: uppercase;
}

.cart-upsell__item .product__grid__price {
  font-size: 10px !important;
}

.cart-upsell .product-grid-item__actions {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}


/* IMPORTANT: anchor relative to card, not button */
.cart-upsell .product-grid-item {
  position: relative;
}

/* force dropdown to use card as reference */
/* center the facade wrapper */
.cart-upsell .inline-add-product {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* remove any bottom spacing from image wrapper */
.cart-upsell .product-grid-item__images {
  position: relative;
  padding-bottom: 0 !important;
}

/* anchor button perfectly */
.cart-upsell .product-grid-item__actions {
  position: absolute !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* full width + flush */
.cart-upsell .product-grid-item__btn {
  width: 100%;
  margin: 0 !important;
  padding-top: 15px;
  padding-bottom: 25px;
  border-radius: 0;
}

.cart-upsell .inline-add-product__trigger {
  width: 100%;
}

/* THIS is the actual drifting element */
.cart-upsell .inline-add-product__button-facade-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cart-upsell .inline-add-product__button-facade-label {
  width: 100%;
  text-align: center;
}

/* make entire facade clickable + aligned */
.cart-upsell .inline-add-product__trigger {
  width: 100%;
  display: block;
}

/* make facade wrapper behave like real full-width button */
.cart-upsell .inline-add-product__button-facade-wrapper {
  width: 100%;
  display: block;
}

/* force label to behave like button */
.cart-upsell .inline-add-product__button-facade-label {
  width: 100%;
  display: block;
  text-align: center;
}

.cart-upsell .inline-add-product__options-menu {
  padding-left: 0px;
  padding-right: 0px;
}

.cart-upsell .inline-add-product__options-menu-list {
  background: #ecdcc7 !important;
  border-radius: 0px;
  padding: 0px;
}



.cart-upsell .product-grid-item a {
  pointer-events: none;
  cursor: default;
}
/* END_SNIPPET:cart-drawer */

/* START_SNIPPET:product-price (INDEX:241) */
.product__price__wrap {
  font-family: "Helvetica", sans-serif;
}

/* ROW 1 */
.price__row__1 {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

/* DISCOUNT */
.sale_percentage {
  color: red;
  font-size: 14px;
  font-weight: 500;
}

/* FINAL PRICE */
.product__price__helper {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ROW 2 */
.price__row__2 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  align-items: baseline;
}

/* MRP */
.product__compare__price {
  font-size: 10px;
  color: #777;
  text-decoration: line-through;
}

/* TAX TEXT */
.product__inc__text {
  font-size: 10px;
  letter-spacing: 1px;
  color: #555;
}

.sale_percentage.up {
  color:rgb(197, 36, 4);
  font-weight: 600;
  font-size: 16px !important;
}

.sale_percentage.down {
  color:rgb(43, 183, 0);
  font-weight: 600;
  font-size: 16px !important;
}
/* END_SNIPPET:product-price */