/** Shopify CDN: Minification failed

Line 1147:0 Unexpected "}"
Line 1735:7 Expected ":"

**/


/* =========== Universal ========== */

@font-face {
    font-family: 'Compacta';
    src: url('/cdn/shop/files/COMPACTA_BT.TTF?v=1744237412') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Compacta-Bold';
    src: url('/cdn/shop/files/Compacta-Bd-BT-Bold.ttf?v=1744237412') format('woff');
    font-weight: normal;
    font-style: normal;
}

.m-button--tcw {
    background: #d9d9d9;
    color: #000;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1;
  letter-spacing: 2.5px;
}

h1, h2, h3 {
  text-transform: uppercase;
}

.m-product-quickview--info {
  background: #fff;
}

.hide-desktop {
   display: block; 
}

.hide-mobile {
  display: none;
}

.template-product #MainContent {
  padding-bottom: 0 !Important;
}

.template-page #MainContent {
  padding-bottom: 0 !important;
}

/* =========== Header ========== */

.m-header .m-header__center {
    justify-content: flex-end;
}

.m-header a.m-menu__link.m-menu__link--main {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.m-menu-customer__label {
  display: none;
}

.m-menu-customer {
  margin: 0 !important;
}

.m-menu-drawer__content {
  justify-content: flex-start !important;
}

.m-product-shipping--text {
  gap: 6px !important;
  margin-top: 16px !Important;
  @media (max-width: 767px) {
    font-size: 18px !important;
  }
}

.m-menu-mobile__toggle-button {
  position: absolute;
  height: auto !Important;
  right: 0;
  padding-right: 20px;
  width: 100%;
  justify-content: end !Important;
}

.m-megamenu-mobile__block .m-collection-card__image {
    border-radius: 12px;
}

.m-menu-mobile__back-button {
  border-bottom: 2px solid #000 !important;
}

@media (max-width: 767px) {
    .m-menu-drawer__wrapper {
        width: 100% !important;
    }
    .m-menu-drawer__wrapper .m-button {
      font-size: 16px;
    }
}

/* =========== Home Page ========== */

.tcw-hero-section .m-button--tcw {
  font-size: 32px
}

.tcw-hero-section .m-hero__inner {
  align-items: end;
  padding-bottom: 20px;
}

.hp-collection-list .m-collection-card__title {
  font-size: 26px;
    position: absolute;
    top: -21px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

.hp-collection-list a.m-collection-card__link {
    background-image: url('/cdn/shop/files/Torn_Paper_1.png?v=1744297834');
    background-size: 83%;
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    display: inline-block;
}

.hp-collection-list .m-collection-card--boxed .m-collection-card__inner {
    padding: 0;
}

.hp-collection-list .m-collection-card--boxed .m-collection-card__inner:hover .m-collection-card__title .m-collection-card__link {
 transform: scale(1.1);
      transition: all 0.5s ease;
}

.featured-collection-hp .m-section__heading {
   background-image: url('/cdn/shop/files/Torn_Paper_1_2.png?v=1744302202');
    background-size: cover;
    padding-top: 10px;
    background-position: center;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    width: 332px;
    display: inline-block;
}

.featured-collection-hp .container {
  background-image: url('/cdn/shop/files/shutterstock_1176610414_1.png?v=1744299103');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.featured-collection-hp .m-product-card .m-product-option {
  display: none;
}

.featured-collection-hp .m-product-card__title {
  color: #000;
}

.featured-collection-hp .m-product-card.m-product-card--style-1 {
    background-color: rgba(217, 217, 217, 0.9);
    border-radius: 6px;
    padding: 1rem;
}

.tcw-newsletter-section .form-field.m-newsletter-form__input {
    background: #D9D9D9;
    line-height: 1;
   font-size: 20px;
}

.tcw-hp-grid-section .m-mixed-layout.m-mixed-layout--mobile-scroll {
    margin-left: 0;
    margin-right: 0;
}

.tcw-hp-grid-section .container-full.m-section-my.m-section-py {
  padding-left: 0;
  padding-right: 0;
}

.tcw-hp-grid-cols {
   grid-template-columns: 35% 15% 20% 30%;
   grid-gap: 5px;
}

.tcw-hp-grid-section .m-image-card:hover img {
    transform: scale(1.1);
  transition: all 0.5s ease;
}

/* =========== Collection Page ========== */

.product-rec-section-tcw {
  background-image: url('/cdn/shop/files/shutterstock_1176610414_1.png?v=1744299103');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-rec-section-tcw .m-section__heading {
    background-image: url('/cdn/shop/files/Torn_Paper_1_2.png?v=1744302202');
    background-size: cover;
    padding-top: 10px;
    background-position: center;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    width: 332px;
    display: inline-block;
}

.product-rec-section-tcw .m-product-card.m-product-card--style-1 {
      background-color: #d9d9d9e6;
    border-radius: 6px;
    padding: 1rem;
}

/* =========== Product Page ========== */

.m-product-option--swatch .m-product-option--node__label {
   color: transparent !Important;
}

.m-product-info--wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  @media (max-width: 1024px) {
    gap: 15px;
  }
}

.m-product-media--desktop {
  padding: 30px;
  background: #fff;
  border-radius: 24px;
  border: 2px solid #000;
  overflow: hidden;
  @media (max-width: 1024px) {
    padding: 15px 15px 5px !important;
    border-radius: 12px;
  }
}

@media (max-width: 1024px) {
.m-main-product--media {
  padding: 0 !Important;
}
.m-main-product .m-product-shipping--content {
  font-size: 18px;
}
.m-product-option:not(:last-child) {
  margin-bottom: 15px;
}
}

.installment-shoppay {
  margin-top: 5px !important;
  font-size: 18px;
  @media (max-width: 768px) {
    font-size: 16px;
  }
}

.m-facets .m-facet--checkbox>svg {
  opacity: 1 !Important;
  border: 1px solid #000;
  background: #fff;
}

.m-filter--widget-title {
  pointer-events: none;
}

.m-filter--widget-title .m-accordion--item-icon {
  display: none;
}

.m-product-media--slider__thumbnails .m-product-media {
  padding: 0 !Important;
  border: none !Important;
  border-radius: 10px;
  overflow: hidden;
}

.m-product-media--item .m-product-media {
  border-radius: 12px;
  overflow: hidden;
}

.m-main-product--info {
  padding-left: 60px !important;
  padding-right: 0 !Important;
  @media (max-width: 1024px) {
    padding: 0 !important;
  }
}

.m-main-product--info .m-quantity__button svg {
  height: 18px;
  width: 18px;
  color: #000;
}

.m-main-product--info .m-quantity {
  border: 2px solid #000;
  color: #000;
  font-weight: 600;
  min-height: 60px;
  @media (max-width: 1024px) {
    min-height: 50px;
  }
}

.m-product-option--node__label {
  color: #000 !important;
  border: 2px solid #000 !Important;
  background: #fff;
  @media (max-width: 1024px) {
    font-size: 16px !important;
  }
}

.m-media-gallery__wrapper .m-product-media--slider__thumbnails {
  margin-top: 20px !Important;
}

.m-product-option--button .m-product-option--node input:checked+label, .m-product-option--button .m-product-option--node__label[data-selected=true] {
  color: #fff !Important;
}

.m-quantity__input {
  color: #000;
}

.m-main-product--info .m-product-description.rte {
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}

/* =========== About Page ========== */

.tcw-about-page-content .m-button--primary {
  background-image: url('/cdn/shop/files/Torn_Paper_1_1_1.png?v=1744314799');
      background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 187px;
    padding: 1rem 0;
    color: #000;
    font-size: 25px;
} 

/* =========== Cart Drawer ========== */

.m-cart-drawer {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.m-svg-icon--medium {
  height: 26px;
  width: 26px;
  @media (max-width: 768px) {
    height: 24px;
    width: 24px;
  }
}

.m-svg-icon--large {
  height: 30px;
  width: 30px;
  @media (max-width: 768px) {
    height: 28px;
    width: 28px;
  }
}

.m-collection-toolbar--sticky {
  background: #f5f5f5 !important;
}

.m-cart-count {
  font-weight: 700 !Important;
}

.m-sortby-mobile--content {
  background: #f5f5f5 !important;
}

.m-cart-drawer__close {
  top: 30px;
  right: 30px;
  padding: 0 !important;
  height: 42px;
  @media (max-width: 768px) {
    top: 20px;
  right: 20px;
  height: 37px;
  }
}

.m-cart-drawer__inner {
  border-left: 2px solid #000;
  background: #f5f5f5 !important;
}

@media screen and (min-width: 768px) {
    .m-cart-drawer__inner {
        width: 600px !Important;
    }
}
.m-cart-drawer__footer .m-button--primary {
   min-height: 60px;
   box-shadow: none !important;
   border: 2px solid #ca9026;
   @media (max-width: 768px) {
    font-size: 16px !Important;
  }
}
.m-cart-drawer__link-to-cart {
  display: none;
}

.m-cart-drawer__footer {
  padding: 0 30px 30px !Important;
  box-shadow: none !important;
  @media (max-width: 768px) {
    padding: 0 20px 20px !important;
  }
}

.main-product__block .m-product-shipping--text {
  justify-content: center;
}

.m-cart__discount {
  display: flex;
  justify-content: flex-end;
}

.notification.success {
  display: none;
}

.m-cart__discount--item {
    font-size: 14px;
    max-width: fit-content;
    align-self: end;
    padding: 4px 8px;
    background: #000;
    color: #f5f5f5;
    line-height: 1;
    font-weight: 600;
    @media (max-width: 768px) {
    font-size: 12px;
  }
}

.m-cart-drawer__body {
  padding: 30px !important;
  @media (max-width: 768px) {
    padding: 20px !important;
  }
}

.m-cart-drawer__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.m-cart-drawer-item {
  padding: 0 !Important;
}

.m-cart-drawer__header {
  padding: 30px 30px 0 !important;
  @media (max-width: 768px) {
    padding: 20px 20px 0 !important;
  }
}

.m-cart-drawer__title {
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  @media (max-width: 768px) {
    padding-bottom: 15px;
  }
}

.m-cart-item--drawer__wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #000 !important;
}

.m-cart-item__image.m-cart-drawer-item__image {
  border: none !Important;
  border-radius: 6px;
}

.m-cart-item__title {
  text-transform: uppercase !important;
  font-family: var(--font-stack-header);
  line-height: 1.2 !Important;
  margin-bottom: 6px !Important;
}

.m-cart__subtotal--label, .m-cart__subtotal--price {
  font-size: 26px !important;
  font-family: var(--font-stack-header);
  text-transform: uppercase;
  @media (max-width: 768px) {
    font-size: 22px !important;
  }
}

.m-cart-drawer__footer--wrapper {
  padding-top: 0;
  border-top: 2px solid #000;
}

.m-cart__summary {
  margin-top: 0 !important;
}

.m-cart__subtotal {
  margin-top: 10px !Important;
}

/* =========== Contact Page ========== */

.m-contact-form {
  margin: 0;
  padding: 120px 0 140px;
  @media (max-width: 768px) {
      padding: 60px 0 80px;
    }
}

.shopify-policy__container {
  margin: 120px auto 140px !Important;
  padding: 0 !Important;
  position: relative;
  max-width: 66.6666666667% !important;
  @media (max-width: 768px) {
      margin: 60px 20px 80px !important;
      max-width: 100% !important;
    }
}

@media (max-width: 768px) {
   .m-contact-form__description {
      font-size: 16px;
    }
}

.m-contact-form .m-contact-form__info {
  flex-direction: row;
  gap: 8px;
  margin: 0;
  position: absolute;
  z-index: 9;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
  background: #fff;
  border: 2px solid #000;
  padding: 15px;
  background: #fff;
  @media (max-width: 768px) {
    flex-direction: column;
    align-items: center;
    gap: 6px;
      padding: 10px;
      bottom: -31px;
    }
}

.m-contact-form .m-info-box__content p {
  white-space: nowrap;
  font-size: 18px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  font-family: var(--font-stack-header);
  text-align: center;
  @media (max-width: 768px) {
      font-size: 16px;
    }
}

.m-contact-form .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  @media (max-width: 768px) {
      padding: 0 20px;
    }
}

.m-contact-form .m-info-box h3 {
  display: none;
}

.m-contact-form .m-button--primary {
   min-height: 60px;
   box-shadow: none !important;
   border: 2px solid #ca9026;
   @media (max-width: 768px) {
      font-size: 16px;
      min-height: 50px;
    }
}

.shopify-policy__title {
  max-width: fit-content !Important;
    padding: 2px;
    background: #fff;
    border: 2px solid #000;
    margin: 0 !important;
    position: absolute;
    z-index: 9;
    top: -35px;
    left: 50%;
  transform: translateX(-50%);
    @media (max-width: 768px) {
      top: -19px;
    }
}

.contact-section-heading {
    text-align: center;
    padding: 2px;
    background: #fff;
    border: 2px solid #000;
    margin: 0 !important;
    position: absolute;
    z-index: 9;
    top: -35px;
    @media (max-width: 768px) {
      top: -19px;
    }
}

.shopify-policy__body {
  padding: 90px 45px !important;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #000;
  @media (max-width: 768px) {
      padding: 45px 20px 60px !Important;
      border-radius: 15px;
    }
}

.m-contact-form__main {
  padding: 90px 45px !important;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #000;
  position: relative;
  @media (max-width: 768px) {
      padding: 45px 20px 60px !Important;
      border-radius: 15px;
    }
}

.m-contact-form .m-row {
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media (max-width: 768px) {
  .m-contact-form .form-field {
    font-size: 18px;
  }
}

.contact-section-heading h1 {
    background: #000;
    color: #fff;
    font-size: 40px;
    padding: 10px 20px;
    @media (max-width: 768px) {
      font-size: 22px;
      padding: 5px 10px;
    }
}

.shopify-policy__title h1 {
         background: #000;
    color: #fff;
    font-size: 40px !important;
    padding: 10px 20px !important;
    line-height: 1 !Important;
    white-space: nowrap;
    @media (max-width: 768px) {
      font-size: 22px !important;
      padding: 5px 10px !important;
    }
  }

  .shopify-policy__body h2 {
     font-size: 40px !Important;
     margin: 30px 0 0 !important;
     @media (max-width: 768px) {
      font-size: 26px !important;
      margin: 20px 0 0 !important;
    }
  }

  .shopify-policy__body h3 {
     font-size: 40px !Important;
     margin: 30px 0 0 !important;
     @media (max-width: 768px) {
      font-size: 26px !important;
      margin: 20px 0 0 !important;
    }
  }

  .template-index header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-badge-new {
    padding-top: 2rem;
}

/* =========== Media Qs ========== */

@media screen and (max-width: 767px) {
  .hp-collection-list .m-mixed-layout__inner {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 3rem;
  }

  .featured-collection-hp .m-slider-controls.m-slider-controls--bottom-center.m-slider-controls--show-nav.m-slider-controls--absolute {
    display: none;
  }

  .tcw-newsletter-section .m-newsletter-form__wrapper {
      flex-wrap: wrap;
  }

  .tcw-newsletter-section .m-newsletter-form__button-inline .m-newsletter-form__button--text.m-button--blank {
   background-image: url('/cdn/shop/files/Torn_Paper_1_1.png?v=1744302328');
   background-size: 99%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding: 1rem 0;
    margin-top: 1rem;
    border: none;
    font-size: 23px;
    width: 150px;
   }

   .tcw-hp-grid-cols {
   grid-template-columns: 35% 15% 20% 30%;
   grid-template-rows: 1fr 1fr 1fr;
   grid-gap: 5px;
    }

   .tcw-c-1-3 {
         padding: 0;
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    margin: 0!important;
   }

   .tcw-c-3-5 {
     padding: 0;
    margin: 0!important;
    grid-row: 1 / 2;
    grid-column: 3 / 5;
   }

   .tcw-c-1-5 {
         padding: 0;
    margin: 0!important;
    grid-row: 2 / 3;
    grid-column: 1 / 5;
   }

   .tcw-c-1-2 {
         margin: 0!important;
    padding: 0;
    grid-row: 3 / 4;
    grid-column: 1 / 2;
   } 

   .tcw-c-2-5 {
         padding: 0;
    margin: 0!important;
    grid-row: 3 / 4;
    grid-column: 2 / 5;
   } 

   .tcw-hp-grid-section .m-image-card--content-stack .m-image-card__content {
     padding: 0;
   }
  }

/*
   .m-footer--block-custom_text .block-image {
     margin: 0 auto;
   }

  
   .m-footer--block-spacing {
     display: none;
   }

   .m-footer .footer-menu-left {
     width: 50%;
     padding-left: 2rem;
   }

   .m-footer .footer-menu-right {
     width: 50%;
     padding-right: 2rem;
   }

   .m-footer .m-footer--bottom-left {
      width: 80%;
      margin: 0;
   }

   .m-footer--bottom-inner {
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
      justify-content: center;
  }

  .m-footer .social-media-links {
      margin: 0;
      margin-bottom: 0!important;
  }


   .m-footer--bottom.m-footer--bottom-footer-1 {
     padding: 2rem 0.5rem 0.5rem;
   }

   .m-logo.m-logo--mobile {
      display: block;
    width: 100%;
    order: 3;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
   }

   .m-header__wrapper span.m-menu-button {
    width: 50%;
    order: 1;
}

.m-header__wrapper .m-header__mobile-right {
    width: 50%;
    order: 2;
}

.m-header__wrapper .m-header__mobile.container-fluid.m-gradient.m-color-badge-new {
    flex-wrap: wrap;
}

.m-header__wrapper a.m-logo__image {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
  
}
*/

@media screen and (min-width: 767px) {
  .template-index header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-badge-new {
    padding-top: 2rem;
}
}

@media screen and (min-width: 768px) {
    .tcw-hero-section .m-hero__inner {
      align-items: center;
      display: block;
      padding: 0;
      left: 68%;
      top: 58%;
    }

    .product-rec-section-tcw {
     background-image: url('/cdn/shop/files/shutterstock_1176610414_2_1.png?v=1744301553')!important;
   }

    .featured-collection-hp .container {
        background-image: url('/cdn/shop/files/shutterstock_1176610414_2_1.png?v=1744301553');
    }

    .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-next {
    opacity: 1 !important;
    right: 10px!important;
       left: auto!important;
            background: transparent;
        border: none;
    } 

     .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-next:hover {
    opacity: 1 !important;
    right: 10px!important;
        left: auto!important;
           border: none;
      box-shadow: none;
    }
    
    .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-prev {
        opacity: 1 !important;
        left: 10px!important;
      right: auto!important;
              background: transparent;
        border: none;
    }

    .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-prev:hover {
        opacity: 1 !important;
        left: 10px!important;
        right: auto!important;
          border: none;
      box-shadow: none;
    }

       .tcw-newsletter-section .m-newsletter-form__button-inline .m-newsletter-form__button--text.m-button--blank {
      background-image: url('/cdn/shop/files/Torn_Paper_1_1.png?v=1744302328');
       background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        border: none;
        font-size: 30px;
        width: 184px;
        height: 83px;
        top: 50%;
        right: -23px;
        transform: translateY(-50%);
   }

    .tcw-hp-grid-cols {
   grid-template-columns: 30% 15% 25% 30%;
 }

  .tcw-cs-1 {
  grid-column-start: 1;
} 

 .tcw-cs-2 {
  grid-column-start: 2;
} 

 .tcw-cs-3 {
  grid-column-start: 3;
} 

.tcw-cs-4 {
  grid-column-start: 4;
}   

.tcw-ce-1 {
  grid-column-end: 1;
} 
  
.tcw-ce-2 {
  grid-column-end: 2;
} 

.tcw-ce-3 {
  grid-column-end: 3;
} 

.tcw-ce-4 {
  grid-column-end: 4;
}   

.tcw-rs-1 {
  grid-row-start: 1;
} 

.tcw-rs-2 {
  grid-row-start: 2; 
} 

.tcw-re-1 {
  grid-row-end: 1;
  
}

.tcw-re-2 {
  grid-row-end: 2;
  
}

.tcw-re-3 {
  grid-row-end: 3;
}

.tcw-hp-grid-section .m-image-card {
  padding: 0;
}

.m-footer .m-footer--middle .m-footer--block {
    padding-top: 20px;
    padding-bottom: 0px;
}
}

@media screen and (min-width: 1024px) {
   .hide-desktop {
   display: none; 
}

.hide-mobile {
  display: block;
}

  .template-product .m-main-product {
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding-right: 2rem;
  }

  .tcw-hero-section .m-button--tcw {
    font-size: 50px;
    padding-left: 50px;
    padding-right: 50px;
   }

   .hp-collection-list .m-collection-card__title {
    font-size: 36px;
  }

  .hp-collection-list a.m-collection-card__link {
    width: 350px;
  }

      .product-rec-section-tcw .m-section__heading {
        width: 430px;
    }

  .product-rec-section-tcw .m-product-card__info {
        margin-top: 20px;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

  .featured-collection-hp .m-section__heading {
        width: 430px;
  }

  .featured-collection-hp .m-product-card__info {
        margin-top: 20px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

   .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-next svg, .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-prev svg {
     width: 60px;
     height: 60px;
   } 

     .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-next {
    right: -48px!important; 
    } 

     .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-next:hover {
    right: -48px!important;    
    }
    
    .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-prev {      
        left: -48px!important;
    }

    .featured-collection-hp .m-slider-controls--absolute .m-slider-controls__button-prev:hover {
        left: -48px!important;  
    }
}

.m-main-product--info .main-product__block .m-product-title {
    font-size: 50px;
    line-height: 1.3;
    @media (max-width: 768px) {
      font-size: 30px;
      line-height: 1.2 !Important;
    }
}

.m-main-product--info .m-product-option--button .m-product-option--node__label {
  padding-left: 20px;
  padding-right: 20px;
}

.main-product__block.main-product__block-text {
    font-size: 25px;
    letter-spacing: 1.5px;
}

.m-main-product--info .m-product-description.rte {
    font-size: 20px;
}

.tcw-about-page-content p {
  font-size: 26px
}

.template-index header.m-header__desktop.logo-left-menu-center.m-gradient.m-color-badge-new {
    padding-top: 2rem;
}
}

@media screen and (min-width: 1800px) {
  .template-product .m-main-product {
    padding-right: 0;
  }
}

.ceOverlay .m-slide__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.24);
  z-index: 2; 
}

.refreshSection .m-custom-content__block-image {
  margin-top: -80px;
  @media screen and (max-width: 768px) {
     margin-top: -40px;
  }
}

.refreshSection a {
  background-color: #0000;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  padding: 8px 90px;
  letter-spacing: 1px;
  transition: none;
}

.refreshSection a:hover {
  box-shadow: none !Important;
  background: #fff !Important;
  color: #000 !important;
  border-color: #fff !Important;
}

@media screen and (max-width: 768px) {
.refreshSection .container-fluid {
  padding: 0;
}
}

.ceOverlay .m-slide__wrapper {
  padding: 0 10% 0 0;
  @media screen and (max-width: 768px) {
    padding: 30px !important;
  }
}

.ceOverlay .m-slide__media {
  --aspect-ratio-mobile: 1.5 !important;
}

.m-newsletter-section h2 {
   font-size: 30px !important;
}

.m-newsletter-section__description {
  opacity: 1 !important;
}

.m-newsletter-form__wrapper {
  gap: 20px;
  @media screen and (max-width: 480px) {
    flex-direction: column;
  }
}

.m-newsletter-section button {
    position: relative !important;
    border: 0;
    background: #000 !Important;
    border-radius: 3px !Important;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 2px;
    min-height: 50px;
}

.m-newsletter-section input {
  height: 50px !Important;
  font-size: 18px !Important;
}

/* =========== TCW Added Animations ========== */

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; 
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}


@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: hidden; 
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes slideInDownTcw {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1
    }
}

.m-scroll-trigger.m-scroll-trigger--design-mode.animate--tcw-slide-left,
.m-scroll-trigger.m-scroll-trigger--design-mode.animate--tcw-slide-right {
  opacity: 1;
  animation: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .m-scroll-trigger.animate--tcw-slide-left,
  .m-scroll-trigger.animate--tcw-slide-right {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--tcw-slide-up {
    animation: var(--m-animation-slide-in-up);
    animation-delay: calc(var(--animation-order) * 1000ms)
}

.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--tcw-slide-left {
   animation: slideInLeft 0.6s ease both;
    animation-delay: calc(var(--animation-order) * 1000ms)
}

.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--tcw-slide-right {
   animation: slideInRight 0.6s ease both;
    animation-delay: calc(var(--animation-order) * 1000ms)
}

.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--tcw-slide-down {
   animation: slideInDownTcw 0.6s ease both;
    animation-delay: calc(var(--animation-order) * 1000ms)
}

.m-mega-menu {
  background: white !important;
}

/* =========== TCW General Classes ========== */

.tcw-full-width .container-full {
  padding-left: 0;
  padding-right: 0;
}

.tcw-btn-white {
  .m-button--primary {
    color: black;
    background-color: white;
    font-family: var(--font-stack-header);
    font-weight: var(--font-weight-header);
    border-radius: 5px;
    border: none;
  }

  .m-button--primary:hover {
    color: white;
    background-color: rgb(var(--color-button-hover));
    box-shadow: none;
  }
}

.tcw-btn-black {
  .m-button--primary {
    color: white;
    background-color: black;
    font-family: var(--font-stack-header);
    font-weight: var(--font-weight-header);
    border-radius: 5px;
    border: none;
  }

  .m-button--primary:hover {
    color: white;
    background-color: rgb(var(--color-button-hover));
    box-shadow: none;
  }
}

.tcw-genre-card:hover img {
  scale: 1.05; 
  transition: 0.3s ease-in-out;
}

.tcw-genre-card img {
  transition: 0.3s ease-in-out;
}

.tcw-collection-cards {
  .swiper-slide {
    background-color: white;
    border-radius: 15px;
    padding: 20px !important;
    border: 2px solid #000;
  }
  .m-mixed-layout__inner {
    gap: 30px;
  }
  .swiper-slide .m-product-card__media {
    border-radius: 14px;
    overflow: hidden;
  }
  .m-product-card__info {
    font-weight: 500;
  }
}

/* =========== TCW New Home Page Custom Styles ========== */

#shopify-section-template--20163440607400__custom_content_hn3Qmi {
    background-image: url(/cdn/shop/files/shop-hero-1-product-slide-1.png?v=1758643069);
    background-size: cover;
}

#shopify-section-template--20163440607400__custom_content_hn3Qmi .m-section {
  background-color: #ffffff9e;
}

#shopify-section-template--20163440607400__custom_content_hn3Qmi .container-fluid .m-gradient {
  background-color: transparent !important;
}

#shopify-section-template--20163440607400__custom_content_epdg6A {
    background-image: url(/cdn/shop/files/shop-hero-1-product-slide-1.png?v=1758643069);
    background-size: cover;
}

#shopify-section-template--20163440607400__custom_content_epdg6A .m-section {
  background-color: #ffffff9e;
}

#shopify-section-template--20163440607400__custom_content_epdg6A .container-fluid .m-gradient {
  background-color: transparent !important;
}

#shopify-section-template--20223564251304__custom_content_Hz9rH7 {
    background-image: url(/cdn/shop/files/shop-hero-1-product-slide-1.png?v=1758643069);
    background-size: cover;
}

#shopify-section-template--20223564251304__custom_content_Hz9rH7 .m-section {
  background-color: #ffffff9e;
}

#shopify-section-template--20223564251304__custom_content_Hz9rH7 .container-fluid .m-gradient {
  background-color: transparent !important;
}

#shopify-section-template--20163440705704__contact-form {
    background-image: url(/cdn/shop/files/shop-hero-1-product-slide-1.png?v=1758643069);
    background-size: cover;
}

#shopify-section-template--20163440705704__contact-form .m-section {
  background-color: #ffffff9e;
}

#shopify-section-template--20163440705704__contact-form .container-fluid .m-gradient {
  background-color: transparent !important;
}

#shopify-section-template--20163440672936__custom_content_e93VqW {
    background-image: url(/cdn/shop/files/shop-hero-1-product-slide-1.png?v=1758643069);
    background-size: cover;
}

#shopify-section-template--20163440672936__custom_content_e93VqW .m-section {
  background-color: #ffffff9e;
}

#shopify-section-template--20163440672936__custom_content_e93VqW .container-fluid .m-gradient {
  background-color: transparent !important;
}

.template-collection {
  background: #f5f5f5;
}

.m-mega-collection-list__wrapper .m-collection-card__link {
  font-size: 24px;
  @media (max-width: 768px) {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
.adtFeatures .m-richtext__description {
  text-align: center;
  font-size: 18px;
}
.adtFeatures .m-richtext__title {
  text-align: center;
  line-height: 1.2;
}
.tcw-collection-cards .swiper-slide {
  padding: 15px !important;
}
.tcw-collection-cards .m-mixed-layout__inner {
  gap: 20px;
}
.adtCollection .m-product-card__price {
  font-size: 16px;
}
.adtCollection .m-button--primary {
        font-size: 16px;
        padding: 10px 20px;
        line-height: 1;
    }

.adtFeatures .container-fluid {
      padding-left: 20px !Important;
      padding-right: 20px !Important;
    }
}

.spec-grid{
    max-width:100%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    @media (max-width: 768px) {
      grid-template-columns:repeat(2,1fr);
      gap: 14px;
    }
  }

  .spec-card{
    border:2px solid #fff;
    border-radius:16px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
  }

.spec-icon{
    padding:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    @media (max-width: 768px) {
      padding: 6px;
    }
  }

.spec-icon img{
    height:80px;
    width:auto;
    display:block;
    @media (max-width: 768px) {
      height: 50px;
    }
  }

  .spec-title{
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    text-align:center;
    font-weight:900;
    letter-spacing:1px;
    font-size:14px;
    padding:5px;
    color:#fff;
    @media (max-width: 768px) {
      font-size: 12px;
    }
  }

.spec-desc{
    text-align:center;
    padding:8px;
    font-size:14px;
    color:#fff;
    line-height:1.4;
    @media (max-width: 768px) {
      font-size: 12px;
      padding: 6px;
    }
  }

.adtCards .m-image-card__heading {
  font-size: 34px;
}

.adtCards .m-image-card__content {
  padding: 30px !important;
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 20%);
  @media (max-width: 768px) {
    padding: 15px !important;
  }
}

.spinIconOuter{
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: 50% 50%;
    width: 86px;   
    height: 86px;  
    display: block;
z-index: 999;
border-radius: 9999px;
padding: 2px;
border: 2px solid #000;
background: #fff;
}

.adtSocials .container-fluid {
  padding-top: 130px;
  padding-bottom: 120px;
  @media (max-width: 768px) {
    padding: 80px 15px 60px;
  }
}

.spin-icon {
  animation: spin 7s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

 .followUs{
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
z-index: 999;
font-size: 22px;
line-height: 1;
padding: 15px;
background: #fff;
border: 2px solid #000;
font-style: italic;
white-space: nowrap;
@media (max-width: 768px) {
    padding: 10px !important;
    font-size: 16px;
    bottom: -20px;
  }
}

.followUs a {
text-decoration: underline;
}

@media (max-width: 768px){
  .adtCards .m-custom-content__wrapper{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .adtCards .m-image-card__heading {
  font-size: 22px;
}
.m-footer--bottom-menu {
  gap: 15px !Important;
}
.m-footer--bottom-menu-item {
line-height: 1.1 !Important;
}
.m-footer--block-content .block-image {
 max-width: 200px !important;
}
}

.adtHeroNew .m-hero__content {
  width: 100%;
  max-width: calc(
    var(--fluid-container-width, 1620px) + var(--fluid-container-offset) * 2
  );
  padding: 0 var(--fluid-container-offset, 60px);
  margin: 0 auto;
  @media (max-width: 768px) {
    max-width: none;
    padding: 0 !important;
  }
}
.adtHeroNew .m-hero__inner {
  max-width: none;
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 50%);
  @media (max-width: 768px) {
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 50%);
    align-items: end !important;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .adtHeroNew .m-hero__inner p {
    font-size: 16px;
  }
  .adtHeroNew .m-hero__inner a {
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1;
  }
  .m-announcement-bar__content {
    font-size: 16px;
    line-height: 1;
  }
}

.m-header__wrapper {
  box-shadow: none !important;
  border-bottom: 2px solid #000;
}

.m-footer--bottom-inner {
    border-top: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.m-footer--block-inner .m-accordion--item-icon {
  display: none;
}

.m-footer--bottom-inner {
  padding: 15px 0 20px;
}

.m-footer--middle {
  padding: 60px 0 80px;
  @media (max-width: 768px) {
    padding: 30px 10px 40px;
  }
}

@media (max-width: 768px) {
.m-footer--bottom {
  padding-left: 10px;
  padding-right: 10px;
}
.ai-shop-category-heading-aumurmzdyq1g3awe1eaigenblock4f51daarjxml7 {
  margin: 0 0 30px !important;
}
}

.ai-shop-category-label-aumurmzdyq1g3awe1eaigenblock4f51daarjxml7 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: none !important;
  color #fff;
  left: 0 !important;
  bottom: 0 !important;
  transform: none !Important;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #000000 10%, rgba(0, 0, 0, 0) 40%) !important;
  padding: 20px !important;
  font-size: 40px !important;
  opacity: 1 !Important;
  transition: opacity 0.3s !Important;
  font-family: var(--font-stack-header) !Important;
  text-transform: uppercase;
  @media (max-width: 768px) {
    font-size: 20px !Important;
    padding: 10px !Important;
  }
}

.ai-shop-category-label-aumurmzdyq1g3awe1eaigenblock4f51daarjxml7:hover {
  opacity: 1 !Important;
}