/** Shopify CDN: Minification failed

Line 336:32 Unexpected "{"

**/
/*responsive CSS added on 18-01-2025*/
/* Home Page */
@media screen and (max-width: 749px) {

  h1,
  h2,
  h3,
  .product__title,
  .h3 {
    font-size: 1.2rem !important;
    margin-bottom: 2px !important;
  }

  /* Product Page */
  .price {
    font-size: 1.2rem !important;
    letter-spacing: .1rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    color: rgb(var(--color-foreground));
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0 !important;
  }

  .product__media-list .product__media-item {
    width: 100% !important;
  }

  .slider.slider--mobile .slider__slide {
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .product__info-container>*+* {
    margin: 0 !important;
  }

  .slider.slider--mobile {
    scroll-padding-left: 0 !important;
  }
}

.rich-text__blocks>*+* {
  margin-top: .2rem !important;
}

/* size */
.size-chart-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.size-chart-modal.active {
  display: flex;
}

.size-chart-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  max-width: 500px;
  text-align: center;
}

.size-chart-toggle {
  background: #000;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.close-size-chart {
  background: red;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* product page  */

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 50% !important;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem;
    max-width: 50% !important;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media).product--right .product__info-wrapper {
    padding: 0 4rem 0 0;
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 50% !important;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 50% !important;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
 .product__info-container {
    max-width: 60rem;
    margin: 10rem auto !important;
  }
}

.slider-buttons,
.price__badge-sale,
.price__badge-sold-out {
  display: none !important;
}

.product .product__media-wrapper {
  position: relative;
}

.product__title h1,
.price-item--last {
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* .price-item--last {
  position: absolute;
  top: 40px;
  right: 0;
} */

.price__regular .price-item--regular {
  /* margin-right: 0; */
  position: absolute;
  /* top: 40px; */
  /* right: 0; */
  font-size: 12px;
  font-weight: 600;
}



@media screen and (min-width: 750px) {
  .price--large {
    font-size: 1.8rem;
    height: 0;
  }

}

.collection-hero__text-wrapper h1{
  font-size: 16px  !important;
font-weight:500 !important;
}

.collection-hero__title{
  margin: 10px 0 !important;
}


.product-form__input--pill input[type="radio"] + label {
  border-radius: 0 !important;
  display: inline-block;
  /* margin: 0.7rem -6px 0.2rem 0 !important; */
  padding: 0.9rem 1.2rem !important;
}



/* Product Page Mobile view */
@media screen and (max-width: 749px) {
  
.product__media-item .product-media-container .media {
    padding-top: 0;
    height: 100% !important;
    /* overflow: hidden; */
}

.product__media-item .product-media-container .product__modal-opener {
    display: block;
    position: relative;
    height: 70vh;
}
.product-popup-modal__button {
    margin: 0px 0 10px !important;
}
}


.cart-drawer .cart-items thead th:nth-child(2) {
    width: 80% !important;
    padding-left: 0;
  text-align: left;
}

.product__tax,
#product-form-installment-template--22552633803060__main {
    display: none !important;
}


.product__info-container>*+* {
    margin: 0.2rem 0 !important;
}


@media screen and (min-width: 750px) {
    .product__column-sticky {
        top: 33rem !important;
    }
}

.product__title h1, .price-item--last, .price__regular .price-item--regular {
  padding: 0 0 1rem 0 !important; 
}


.product-popup-modal__button {
    margin: 20px 0px 10px;
}

.facets-container-drawer .product-count h2 {
  display: none !important;
}

.accordion__title {
    font-size: 12px !important;
}

.product-popup-modal__button
.button-reset {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 70px !important;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
.product-popup-modal__button  .button-reset {
    gap: 250px !important;;
  }
}


.product-tabs-container {
  padding: 3rem 0;
}

.product-form__input--pill input[type=radio]:checked+label {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
    z-index: 2;
}

/* Fix the announcement bar at the top */
.utility-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px; /* Desktop height */
  background: white;
  z-index: 100;
}

/* Adjust for Mobile */
@media screen and (max-width: 768px) {
  .utility-bar {
    height: 52px; /* Mobile height */
  }
}

/* Ensure sticky header is positioned correctly */
.shopify-section-header-sticky {
  position: fixed;
  top: var(--announcement-height); /* Use CSS variable properly */
  left: 0;
  width: 100%;
  background: white;
  z-index: 99;
  transition: top 0.3s ease-in-out;
}

/* Adjust for Mobile */
@media screen and (max-width: 768px) {
  .shopify-section-header-sticky {
    top: var(--announcement-height); /* Push header below mobile announcement bar */
  }
}


details[open] {
  max-height: 500px; /* Adjust based on content height */
  transition: max-height 0.4s ease-in-out, padding 0.3s ease-in-out;
}

details summary .icon-caret {
  transition: transform 0.3s ease-in-out;
}

details[open] summary .icon-caret {
  transform: rotate(180deg);
}

.menuOne #HeaderMenu-men-brand, {
  font-weight: 600;
}

.group-four #HeaderMenu-men-support-hub, #HeaderMenu-women-support-hub {
 padding-top: 10rem; 
}


.cart-drawer {
    z-index: 2000 !important;
}

#chatra {
    z-index: 1000 !important;
    bottom: 20px !important;
    right: 20px !important;
}


small.freeShip{
  color: #35863a;
}


.product__title h1{
  text-transform: uppercase !important;
}