/** Shopify CDN: Minification failed

Line 120:0 Unexpected "}"
Line 226:10 Expected identifier but found whitespace
Line 226:12 Unexpected "{"
Line 226:23 Expected ":"
Line 1277:13 Expected ":"
Line 1300:12 Expected ":"

**/
@font-face {
    font-family: "Helvetica-Now";
    src: url("/cdn/shop/files/HelveticaNowDisplay-Thin.woff2?v=1749146889") format("wof2"),
          url("/cdn/shop/files/HelveticaNowDisplay-Thin.woff?v=1749146890") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-Now";
    src: url("/cdn/shop/files/HelveticaNowDisplay-Regular.woff2?v=1749146889") format("wof2"),
          url("/cdn/shop/files/HelveticaNowDisplay-Regular.woff?v=1749146890") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-Now";
    src: url("/cdn/shop/files/HelveticaNowDisplay-Medium.woff2?v=1749146890") format("wof2"),
          url("/cdn/shop/files/HelveticaNowDisplay-Medium.woff?v=1749146890") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-Now";
    src: url("/cdn/shop/files/HelveticaNowDisplay-Bold.woff?v=1749146890") format("wof2"),
          url("/cdn/shop/files/HelveticaNowDisplay-Bold.woff2?v=1749146890") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-Now";
    src: url("/cdn/shop/files/HelveticaNowDisplay-ExtraBold.woff2?v=1749146890") format("wof2"),
          url("/cdn/shop/files/HelveticaNowDisplay-ExtraBold.woff?v=1749146890") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-Now";
    src: url("/cdn/shop/files/HelveticaNowDisplay-Black.woff2?v=1749146889") format("wof2"),
          url("/cdn/shop/files/HelveticaNowDisplay-Black.woff?v=1749146890") format("woff");
    font-weight: 900;
    font-style: normal;
}
.product-gallery__media badge-list.badge-list.badge-list--column.align-start.place-self-start {
    position: absolute;
    padding: 1rem;
    z-index: 1;
}
.product-gallery__image-list badge-list.badge-list.badge-list--column.align-start.place-self-start {
    position: absolute;
    top: 0;
    z-index: 99999;
}
/************************* free shipping css start ****************************/
.announcement-free--shipping {
  text-align: center;
  padding: .7rem;
}
progress::-webkit-progress-bar {
    background-color: #eee; /* Background color of the progress bar */
}

progress::-webkit-progress-value {
    background-color: #4caf50; /* Color of the progress */
}

/* For Firefox */
progress::-moz-progress-bar {
    background-color: #4caf50; /* Color of the progress */
}

progress:root {
    --swiper-theme-color: #000000;
}

.progress-bar__label {
    margin-top: 5px;
}
.progress-barr {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
}
/* progress {
    width: 100%;
      height: 25px;
      position: relative;
  appearance: none; 
    background-color: #e0e0e0;
    border-radius: 10px; 
}
.progress-bar.progress-bar--gwp {
    padding-right: 10px;
    padding-left: 10px;
} */
.announcement-free--shipping__content__inner__title__text {
  margin: 0;
  font-size: .8rem;
  line-height: 1.3;
  font-weight: 600;
}

.progress-bar__heading {
        color: var(--brand-black-light);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}
}
.progress-bar__subheading {
  font-size: 14px;
  font-family: var(--body-font-family);
  font-weight: bold;
  line-height: 1.2 !important;
  text-transform: none;
  letter-spacing: normal;
      padding: 5px 0 5px 0;
}

.progress-bar__progress {
  --height: 4px;
  --bg-progress: #45851E;
  background: #d9d9d9;
  height: var(--height);
  border-radius: var(--height);
  margin: 25px 0 0;
  position: relative;
}
.progress-bar__progress:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: var(--percentage);
  background: var(--bg-progress);
  animation: progress-bar-width 1s linear;
  border-top-left-radius: var(--height);
  border-bottom-left-radius: var(--height);
  /* clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%, 0% 0%); */
      border-radius: 26px;
}
.progress-bar__progress.full-discount:after {
  border-radius: var(--height);
}
.progress-bar__body {
  position: relative;
}
.progress-bar__tooltip {
  --border-color: #aecc9d;
  position: absolute;
  min-width: max-content;
  top: -2px;
  left: calc(var(--left) );
  transform: translateX(-50%) translateY(-100%);
  padding: 4px 7px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  background: #fff;
  color: #000;
}
.progress-bar__tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid var(--border-color);
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.progress-bar__progress.full-discount + .progress-bar__tooltip {
  transform: translateX(-100%) translateY(-100%);
}
.progress-bar__label__list {
  display: flex;
  margin: 0;
}
.progress-bar__label__item {
  flex: 1 1 0px;
  text-align: center;
  font-size: 12px;
}
.progress-bar__label__item > strong,
.progress-bar__label__item > span {
  line-height: 1.1;
  display: block;
}
.progress-bar__label__item > strong {
  padding-top: 10px;
}
.progress-bar__label__item > span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 10px;
}
@keyframes progress-bar-width {
  from {
    width:0;
  }
  to {
    width: {{percentage}};
  }
}
.progress-bar__dot {
  --width: 12px;
  width: var(--width);
  height: var(--width);
  display: block;
  background: #d9d9d9;
  border-radius: var(--width);
  position: absolute;
  top: calc(var(--width) / -4);
  z-index: 1;
  margin-left: calc(var(--width) / -2);
}

.progress-bar__dot--amount {
  width: auto;
  height: 100%;
  top: auto;
  margin: 0;
  background: transparent;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.progress-bar__dot--amount > span {
  display: block;
  height: 100%;
  transform: translateX(-50%);
  font-family: var(--font-family-body);
  font-weight: bold;
  text-transform: none;
  color: #fff;
  height: auto;
  line-height: 1;
}

.progress-bar--gwp {
  background-color: #FCFBF7;
  border-bottom: solid .0625rem var(--brand-gray-light);
  padding: 15px 10px;
}
.progress-bar--gwp .progress-bar__label__item {
  margin-top: 6px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  color: #bcbcbc;
}
.progress-bar--gwp .progress-bar__label__item.active {
  color: #9CC386;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-bar__progress-candycane-bg {
  -webkit-animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
  -o-animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
  animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
  background-image: -webkit-linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  background-color: #A5C792;
  position: absolute;
  height: auto;
  top: -2px;
  right: auto;
  bottom: -2px;
  left: -2px;
  width: calc(var(--percentage) + 2px);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
      border-radius: 26px;
}
.progress-bar__progress.full-discount .progress-bar__progress-candycane-bg {
  border-radius: 50px;
  width: calc(var(--percentage) + 4px);
}
.progress-bar__divider--clip:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--left);
  margin-left: -12px;
  width: 12px;
  display: block;
  z-index: 1;
  background: #d9d9d9;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 100% 50%, 0% 0%);
}

.progress-bar__divider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(var(--left) - 12px);
  width: 18px;
  background: transparent;
  z-index: 11;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 40 60' enable-background='new 0 0 40 60' xml:space='preserve'%3E%3Cpolygon points='0,60 10,60 40,30 10,0 0,0 30,30' fill='%23fcfbf7' /%3E%3C/svg%3E");
}

.progress-bar--amsm {
  padding-top: 15px;
}
.cart-line-item-list ~ .progress-bar--amsm {
  padding-top: 0;
}
   /************************* free shipping css end ****************************/

button.button.w-full.timesact-button::after {
    content: "Shipped 14th September";
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 10px;
  letter-spacing: 0.2px;
    transform: translate(-50%, -50%);
}
button.button.w-full.timesact-button {
    padding-top: 0px;
}
.highlighted-heading {
  font-weight: 700;
}
.shopify-policy__title.h2 {
    font-size: 50px;
}
.product-card__quick-buy  button.block {
    height: 28px;
    display: inline-flex;
    width: 28px;
    align-items: center;
    justify-content: center;
}
.button:disabled {
  background: gray;
  opacity: 0.9;
  cursor: not-allowed;
}
.faq-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
span.faq-tabs__item {
    color: #000;
    font-weight: 700;
    border: 1px solid #00000050;
    background: transparent;
    padding: 7px 14px;
    transition: all .3s ease;
    letter-spacing: .15px;
    cursor: pointer;
}
span.faq-tabs__item:hover , span.faq-tabs__item.faq-tabs__item--active{
  color: white;
  background: #ED4F31;
   border: 1px solid #ED4F31;
}
.cus-price-list-quick   sale-price.text-on-sale {
    color: #000;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 0px;
}
.cus-price-list-quick compare-at-price.text-subdued.line-through {
    font-size: 13px;
}
.cus-price-list-quick price-list span.badge--save {
    background: #ed4f31;
    font-size: 11px;
    color: #fff;
    padding: 2px 8px;
    font-weight: 500;
}
.cus-price-list-quick .price-list {
    align-items: center; 
}
.cust-icon-text {
  font-weight : 500;
  padding-bottom : 20px;
}
.custom-iwt-heading{
 margin-bottom: 20px;
    font-weight: 800;
        font-size : 20px; 
  letter-spacing: 0.1px;
}
.pay-icon{
  width : 100%;
  max-width : 80%;
  margin : auto;
}
.free-c-text {
    display: flex;
  gap : 25px;
    justify-content: center;
}
.usp-c-block {
    display: flex;
    gap: 7px;
    font-weight: 700;
    letter-spacing: 0.2px;
  line-height : 1.2;
    align-items: center;
  position : relative;
}
.usp-zig-zag {
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 100px;
}
.product-info__block-item details.accordion__disclosure {
    border: 1px solid black;
    padding: 0 15px;
    margin-bottom: 10px;
}
.product-info__block-item .accordion__summary {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.2;
}
[data-block-type=shipping-text]{
  margin-block-start : 10px !important;
  margin-block-end: 10px !important;
}
[data-block-type=buy-buttons] button.button{
  font-size : 17px;
  font-weight : 800;
}
[data-block-type=buy-buttons]{
   margin-block-end : 15px !important;
}
[data-block-type=shop-emi] {
    margin-block-start: 0px!important;
    margin-block-end: 28px!important;
}
[data-block-type=price] {
    margin-block-end: 18px!important;
}
[data-block-type=pay-icon]{
  margin-block-start : 15px !important;
   margin-block-end : 20px !important;
}
[data-block-type=cart-icon]{
  margin-block-start : 20px !important;
   margin-block-end : 15px !important;
}
.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container {
    box-shadow: inset 0 0 0 1px var(--bar-selected-border-color, #000) !important;
}
.kaching-bundles__bar-most-popular__content {
    border-radius: 0px !important;
   margin: 0px !important;
}
.kaching-bundles__bars {
    margin-top: -10px !important;
}
span.kaching-bundles__bar-title {
    font-weight: 800 !important;
}
.kaching-bundles__bar-subtitle {
    font-weight: 500 !important;
    color: black !important;
    font-size: 12px !important;
}
.kaching-bundles__bar {
    margin-top: 10px !important;
}
.kaching-bundles__bar-price {
    font-weight: 700 !important;
}
.kaching-bundles .kaching-bundles__bar-most-popular__content:before, .kaching-bundles .kaching-bundles__bar-most-popular__content:after{
  display : none !important;
}
.block-swatch {
    border: 1px solid #00000090;
  padding :6px 5px 5px !important;
  font-weight : 500 !important;
}
.block-swatch.is-disabled{
   border-color:  #00000090 !important;
}
.variant-picker__option-info {
    padding-bottom: 5px;
}
.variant-name-cust{
  font-weight : 800 !important;
  color : black !important;
}
x-header.header.is-solid {
    border-bottom: 1px solid #00000050;
}
.product-card--bordered {
    outline: 1px solid #00000050 !important;
}
.featured-collections-products {
    border: 1px solid #00000050;
}

.product-card__info {
    background: white;
  border-top :  1px solid #00000050 !important;
}

.product-card__quick-buy {
    background: #000;
    color: #fff;
    padding: 0px !important;
      right: 12px !important;
   bottom : 12px !important;
}
.cust-heading .h3 {
    width: 80%;
  padding-right : 30px;
}
a.product-title.trim-start.heading {
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 1.1;
}
span.badge.badge--custom {
    border: 1px solid #00000030;
    letter-spacing: 0px;
    font-size: 11px;
    padding: 5px 12px 6px 12px;
}
.product-card__info sale-price.card-sale-price {
    color: black;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0px;
}
.product-card__info   .price-list {
    align-items: center !important;
}
.custom-section-faq  details.accordion__disclosure {
    border: 1px solid black;
    padding: 0px 15px;
  margin-bottom : 10px;
}
summary.accordion__summary {
    padding: 15px 0px;
}
.custom-section-faq  .accordion__summary   {
    font-weight: 800;
  font-size : 15px;
  letter-spacing: 0px;
  line-height : 1.2;
}
.new-faq-section button.button {
    width: fit-content;
    margin: auto;
    background: #ED4F31;
  font-weight : 800;
}
announcement-bar.announcement-bar {
    padding: 8px 0px;
   
}
announcement-bar.announcement-bar marquee-text {
    width: 100%;
}
.custom-announce p.subheading.subheading-xs {
    font-size: 14px;
} 
x-header.header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.footer__block-list p.subheading {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.2px;
}
 .footer__block-list a.link-reversed.link-tap-area {
    font-weight: 500;
    letter-spacing: 0px;
}
.custom-group-footer {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}
.footer__aside{
  align-items : center;
}
.custom-group-footer .payment-f-custom svg {
    width: 25px;
}
.custom-group-footer ul.social-media.unstyled-list {
    gap: 10px;
}
.shop-powered-link{
  font-weight: 500;
}
.custom-med-f p{
  font-weight : 500;
  letter-spacing: 0px;
  font-size : 15px;
}
.footer-localization {
    width: fit-content;
    padding: 5px 7px 4px 7px;
    border-radius: 4px;
    border: 1px solid black;
    justify-content: flex-start!important;
}
.footer__aside {
    border-top: 1px solid rgb(var(--border-color));
}
 .menu-promo__item { 
  position: relative;
}
.menu-promo__carousel{
  gap : 10px !important;
}
.menu-promo__item p.subheading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0px;
    width: max-content;
    text-decoration: underline;
}
.product-info__block-item price-list {
    display: flex;
    align-items: center;
}
.product-info__block-item price-list sale-price.h6.text-on-sale{
  font-weight : 700;
  font-size : 23px;
}
.product-info__block-item price-list span.badge--save {
    background: #ED4F31;
    font-size: 11px;
    color: white;
    padding: 2px 8px;
    font-weight: 500;
}
.product-info__block-item price-list compare-at-price {
    color: #48484880;
    font-size: 14px;
}
h2.product-title.h4, .product-info__block-item h1.product-title.h3 {
    line-height: 1;
    font-weight: 800;
  text-wrap : balance;
}

.cart-drawer__cross-sell-carousel {
    grid-auto-columns: 50% !important;
   padding: 5px 40px !important;
  gap : 0px !important;
  
}
.cart-drawer__cross-sell a.product-title.trim-start.heading {
    font-size: 12px !important;
   
}
.cart-drawer__cross-sell .color-swatch--rectangle.color-swatch--sm {
    --swatch-height: .50rem;
    --swatch-width: 1rem;
    --swatch-disabled-icon-size: .375rem;
}
.cart-drawer__cross-sell .product-card__info sale-price.card-sale-price {
    font-size: 15px;
}
.cart-drawer__cross-sell compare-at-price.text-subdued.line-through{
  font-size : 11px;
}
.cart-drawer__cross-sell .product-card__info .product-card__swatch-list fieldset{
  gap : 5px;
}

.header__primary-nav .link-reversed {
    font-size: 16px;
  letter-spacing: -0.1px;
  font-weight : 500;
}
.top-bor-menu{
  border-top : 1px solid #C7C7C780 !important;
}
.faq-accordion-item {
padding: 0px 0px;
border-bottom:1px solid #C7C7C780 !important;
}
.faq-accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 17px 0 15px;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
}
.faq-acc-con a{
  font-weight : 800;
  font-size : 15px;
}
.faq-accordion-panel {
max-height: 0;
overflow: hidden;
transition: max-height 0.6s cubic-bezier(0.4, 0.0, 0.2, 1), padding 0.6s ease, opacity 0.4s ease;
font-size: 14px;
flex-direction: column;
  opacity : 0;
}

.faq-accordion-panel.open {
padding: 0px 0px 30px 10px;
  opacity : 1;
display: flex;
max-height: 600px;
}

.faq-toggle {
display: flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
border: none;
background: transparent;
position: relative;
cursor: pointer;
transition: transform 0.3s ease;
}
.faq-toggle::before, .faq-toggle::after {
content: '';
position: absolute;
width: 11px;
height: 1px;
background-color: black;
transition: transform 0.3s ease;
}
.faq-toggle::before {
transform: rotate(0deg);
/* Horizontal line */
}
.faq-toggle::after {
transform: rotate(90deg);
/* Vertical line (part of the plus) */
}
.faq-toggle.faq-active::before {
transform: rotate(0deg);
/* Horizontal line remains unchanged */
}
.faq-toggle.faq-active::after {
transform: rotate(0deg);
/* Vertical line rotates to align with the horizontal line */
}
.drawer--cart.drawer::part(header){
  padding : 0px !important;

}
#cart-drawer.drawer [slot=header] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 17px;
    border-bottom: 1px solid #00000080;
}
.cart-drawer__footer-action-button, .cart-drawer__footer-actions{
  border-color : #00000080 !important;
}
.cart-drawer__footer-actions {
    border-top: 1px solid #00000080;
  transform : translateY(-1px);
}
.cart-drawer__footer-inner {
    padding: 20px !important;
}
.cart-drawer__footer-inner .button-group.button-group--same-width.w-full button.button {
    background: #ED4F31;
    font-size: 16px;
    font-weight: 500;
}
.drawer--cart h2.h7{
  padding-left : 20px;
}
.cart-drawer__footer-action-button {
    padding: 12px !important;
    letter-spacing: 0.1px  !important; 
    font-weight: 500  !important;
  font-size : 13.5px  !important;
}
.drawer--cart.drawer::part(body){
  padding : 20px 0px;
}
img.line-item__media {
    height: 100%;
    object-fit: cover;
    flex-basis: 7rem;
}
a.line-item-title.subheading{
  font-weight: 700 !important;
  font-size : 14px !important;
}
.line-item p.subheading.text-subdued {
    color: black;
}
span.line-item__line-price.subheading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
}
span.line-item__line-price_compare.subheading{
     font-size: 12px;
    font-weight: 400;
  color : #48484880;
    letter-spacing: 0px;
  text-decoration: line-through;
}
.cart-drawer__cross-sell {
    overflow: hidden;
    padding: 5px 20px;
    border-color: transparent;
    padding-block-start: 5px !important;
  gap : 10px !important;
}
.product-card__media {
    display: flex !important;
}
.cart-total-title{
  font-weight : 700 !important;
  font-size : 17px;
}
.cart-pay-icon{
  margin : auto;
  width : 100%;
  max-width : 85%;
}
.cart-total-money{
  font-size : 16px;
  font-weight : 500 !important;
}
#cart-drawer-order-note-popover.drawer-popover::part(close-button), #cart-drawer-shipping-estimator-popover.drawer-popover::part(close-button){
  position: absolute;
  right : 5px;
  top : 10px;
}
#cart-drawer-order-note-popover.drawer-popover::part(close-button):before, #cart-drawer-shipping-estimator-popover.drawer-popover::part(close-button):before{
  background : transparent;
}
.line-item__info {
    width: 100%;
}
.line-item-variant {
  padding-top : 5px;
}
.line-item__quantity-selector {
    width: 100%;
}
.line-item__quantity-selector .h-stack{
   justify-content: space-between;
}

.line-item__info-with-line-price {
    padding: 15px 0px;
}
line-item.line-item {
    border-bottom: 1px solid #00000080;
    padding-right: 20px;
}
.drawer--cart .free-shipping-bar {
    padding: 0px 20px 20px 20px;
    border-bottom: 1px solid #00000080;
}
.drawer--cart.drawer::part(close-button) {
    position: absolute;
    right: 5px;
    top: 51px;
    background: transparent !important;
  transform : scale(1.2);
}
.drawer--cart.drawer::part(close-button)::before{
  background: transparent !important;
}
.daily-reset-timer {
    width: 100%;
    background: black;
    text-align: center;
    color: white;
    padding: 8px;
          font-size : 14.5px;
          font-weight : 400;
}
        .daily-reset-timer .time-display{
          font-size : 16px;
          padding-left : 5px;
           font-weight : 500;
        }
.cont-warn-text{
  font-size : 15px;
  font-weight : 500;
  margin-bottom : -17px;
}
.cont-warn-text-2{
  padding-top : 20px;
  
}
.cont-warn-text-2 a{
  text-decoration: underline;
}

.menu-index-1 .mega-menu__linklist  li:last-child a{
  font-weight : 700 !important;
  text-decoration: underline;
}
a.link-reversed.Fall25Collection, a.h4.w-full.Fall25Collection, a.h4.w-full.ClearanceSale {
  position : relative;
}
 a.h4.w-full.Fall25Collection:after {
    content: "New";
    margin-left: 9px;
    background: #ed4f31;
    padding: 3px 7px 3.7px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    width: max-content;
    top: 0;
}
a.link-reversed.Fall25Collection:after{
   content: "New";
     margin-left: 5px;
    background: #ed4f31;
    padding: 3px 7px 3.5px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    width: max-content;
    top: 0;
}
a.h4.w-full.ClearanceSale:after{
    content: "Last Pieces";
    margin-left: 9px;
    background: #ed4f31;
    padding: 3px 7px 3.7px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    width: max-content;
    top: 0;
}
.mega-menu {
    border-top: 1px solid #00000060;
}
p.h3.text-balance{
  display: inline-flex !important;
}

.complementary-products--vertical {
    grid-auto-columns: calc(49%) !important;
  column-gap : 0px !important;
   padding-left: 5px;
    padding-top: 5px;
}
.complementary-products--vertical .product-card {
    margin-left: 1px;
    margin-bottom: 10px;
}
.complementary-products--vertical .product-card{

}
.prod-recom-title{
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.15px;
}

img.free-belt-img {
    position: absolute;
    width: 32px !important;
  max-width : 32px !important;
    right: 7px;
    top: 10px;
    z-index: 1;
}
.drawer--cart .free-shipping-bar{
  position : relative;
}

.ks-chart-container.sizing-chart-container.ks-container-with-modal {
    display: none !important;
}

.MuiBox-root img {
    width: 20px !important;
    transform: translateY(3px);
}
#sizefox-container {
    margin-bottom: -5px;
}
@media screen and (max-width: 990px){

.shopify-policy__title.h2 {
    font-size: 40px;
}
  
.product-info__block-item h1.product-title.h3  {
    font-size: 30px;
    line-height: 1.1 !important;
}

  
.drawer--cart h2.h7 {
    padding-left: 20px;
    padding-top: 8px;
}
  .drawer--cart.drawer::part(close-button) {
    top: 48px;
}
.prod-recom-title{
    font-size: 16px;
}
  

  .cont-warn-text{
  margin-bottom : -10px;
}
span.faq-tabs__item {
    min-width: fit-content;
}
.faq-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    overflow: scroll;
}
  
.shopify-section--main-product{
  border-bottom : 1px solid #00000080;
}
  .cust-icon-text {
    padding-bottom: 0px;
}
.custom-iwt-heading{
  font-size : 16px;
}
.usp-c-block {
    font-size: 11.5px;
}
 .free-c-text {
    
    gap: 20px;
   
} 
.pay-icon{
  max-width : 90%;
}
  
  .menu-drawer__panel-body .back-button  {
    background: transparent;
    padding: 0;
    
}
   .menu-drawer__panel-body .back-button span.subheading{
     font-size : 13px;
   }
  .menu-drawer__panel-body .back-button svg{
    transform : rotate(180deg);
  }
.single-menu-first {
    width: 100%;
    justify-content: space-between!important;
}
.single-menu-list * {
    font-weight: 700;
    font-size: 15px !important;
}
  li.single-menu-list {
    padding: 16px 0px;
   border-bottom:1px solid #C7C7C780 !important;
}
  .menu-list-top{
      border-top:1px solid #C7C7C780 !important;
  }
 .product-card__info sale-price.card-sale-price {
    font-size: 15px;
}
[data-block-type=countdown-timer] {
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
}
  
.shopify-section--main-product .product {
    padding-top: 44px;
    position: relative;
    gap: 15px;
}
.product-gallery__image-list  scroll-carousel{
    padding-inline-start : 0px !important;
  }
  .featured-collections-products {
    border-left-width: 0px;
     border-right-width: 0px;
}
  .product-card__info compare-at-price.text-subdued.line-through {
    font-size: 10px;
}
  .product-card__swatch-list fieldset{
    gap : 4px;
  }
  .product-card__info {
    padding: 10px !important;
    padding-bottom : 15px !important;
}
  .footer__content {
    gap: 20px !important;
}
 .custom-med-b p {
    font-size: 11px;
    letter-spacing: 0;
}
  .footer__block.footer__block--links.footer__block--accordion-links {
    order: 99;
}
  .footer__block.footer__block--newsletter {
    order: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(var(--border-color));
}
  .footer__block.footer__block--links.footer__block--accordion-links summary.accordion__summary.subheading {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.2px;
}
  .footer__aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  .custom-group-footer {
  grid-column: span 2;
}
.custom-group-footer ul.social-media.unstyled-list {
    display: none;
}

  .shop-powered-link {
    text-align: right;
}
}
@media screen and (min-width: 991px){

cart-drawer#cart-drawer {
    --drawer-max-width: 500px;
}
  
.shopify-section--main-product .product-info {
    max-width: 100%;
    padding-bottom: 10px;
    position: sticky;
    top: 95px !important;
}
  .product-gallery__media {
    border: 1px solid #00000060;
}
  .product-gallery__carousel {
   
    gap: 0px !important;
  
}
 .shopify-section--main-product .product{
    gap : 0px !important;
   padding-bottom : 0px;
    border-bottom: 1px solid #00000060;
  }
.shopify-section--main-product  .product-info__block-item{
    padding-right : 20px;
  padding-left : 30px;
  }
.shopify-section--main-product .container {
    padding: 0;
    --container-gutter-context: 0px;
    padding-left: 25px;
}
  
  .faq__content.custom-section-faq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
  .footer__block-list {
    column-gap: 1rem !important;
}
   .footer__block--links {
    flex: 1 1 auto;
    
  }
.shopify-section--main-collection .collection__inner {
    padding: 0px 30px;
}
  .footer__block--newsletter {
    margin-left: auto; /* Pushes the newsletter block to the far right */
    flex-shrink: 0;
  }
  .new-faq-section  .faq {
    max-width: 70rem !important;
    margin-inline: inherit;
}
  
}


.custom-inventory {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cust-inv-left {
  fit-content;
}
.low-inventory-text {
  font-weight: 500;
  margin: 0;
  display : flex;
  gap : 10px;
  align-items : center;
}
.inventory-progress-bar {
  width: 100%;
  height: auto;
  background: #D9D9D9;
  overflow: hidden;
  margin-top: 8px;
}
.progress-inner {
  width: 0;
  height: 100%;
  background: #000000; /* or your “low inventory” color */
  transition: width 1.2s ease-out;
}
.cust-ship-right {
 fit-content;
  text-align: right;
}
.ship-date-text {
  font-size:13px;
  color: #000000;
  font-weight : 500;
  margin: 0;
}
  .ship-date-text::before{
    content : "";
    width : 10px;
    height : 10px;
    display : inline-flex;
    border-radius : 50%;
    background : black;
    margin-right : 7px;
  }
  .cust-glowing-circle {
    min-width: 11px;
    min-height: 11px;
    border-radius: 50%;
    background-color: #ED4F31;
    position: relative;
}
   .cust-glowing-circle::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    background-color: #ED4F31;
    animation: cust-pulse 2.5s infinite;
}
    @keyframes cust-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

