/** Shopify CDN: Minification failed

Line 485:0 Unexpected "/"
Line 879:26 Expected "{" but found "}"

**/
/* ================================
   HEADINGS
================================ */
h1 {
  padding-bottom: 10px; /* desktop */
}
@media (max-width: 600px) {
  h1 {
    padding-bottom: 18px; /* mobile */
  }
}
h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #222; /* Change to #fff if needed on dark backgrounds */
  font-size: 29px;
  line-height: 1.2;

}

@media (max-width: 767px) {
  .h2 {
    font-size: 18px;
    letter-spacing: 1.1px;
    margin-bottom: 18px;
  }
}


/* ================================
   SWATCH STYLES
================================ */
.t4s-swatch__item {
  background: #fff4f4 !important; /* light pink */
  color: black !important;
  border: none !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
/* Hover + Active (selected) */
.t4s-swatch__item:hover,
.t4s-swatch__item.is--selected {
  background: black !important;
  color: #fff4f4 !important; /* pink text */
}

/* ================================
   ADD TO CART BUTTON
================================ */
.t4s-product-form__submit {
  background: #fff4f4 !important; /* light pink */
  color: black !important;
  border: none !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 12px !important;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
}
/* Hover + Active */
.t4s-product-form__submit:hover,
.t4s-product-form__submit:active {
  background: black !important;
  color: #fff4f4 !important;
}
/* Mobile font size */
@media (max-width: 600px) {
  .t4s-product-form__submit {
    font-size: 14px;
  }
}

/* ================================
   INVENTORY MESSAGE
================================ */
.t4s-inventory_message {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px; /* desktop default */
  line-height: 1.5;
  color: #222;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Count bubble */
.t4s-inventory_message .t4s-count {
  display: inline-block;
  background: #fff4f4;
  color: #ec0101;
  font-weight: 700;
  padding: px 8px;
  border-radius: 4px;
  margin: 0 4px;
}
/* Mobile adjustments */
@media (max-width: 600px) {
  .t4s-inventory_message {
    font-size: 13px;
    letter-spacing: 1.5px;
    gap: 0px;
    text-align: left;
  }
  .t4s-inventory_message .t4s-count {
    padding: 2px 6px;
    font-size: 13px;
  }
}

/* ================================
   BREADCRUMBS
================================ */
.breadcrumb_pr_wrap,
.breadcrumb_pr_wrap .t4s-container,
.breadcrumb_pr_wrap .t4s-row,
.breadcrumb_pr_wrap .t4s-col {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
}

/* ================================
   BLOG READ MORE BUTTON
================================ */
.t4s-post-readmore {
  display: inline-flex !important;
  align-items: center !important;
  letter-spacing: 1.5px !important;
  gap: 1.5px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background-color: #222 !important;
  color: #fff !important;
  padding: 8px 14px !important;
  border-radius: 4px !important;
  transition: background-color 0.3s ease !important;
}
.t4s-post-readmore:hover {
  background-color: #222 !important;
  color: #fff !important;
}
.t4s-post-readmore svg {
  margin-left: 4px !important;
  stroke: currentColor !important;
}
/* Desktop */
@media (min-width: 768px) {
  .t4s-post-readmore {
    font-size: 10px !important;
    padding: 10px 18px !important;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .t4s-post-readmore {
    font-size: 10px !important;
    padding: 8px 12px !important;
  }
}

/* ================================
   MINI CART
================================ */
/* Product title */
.t4s-mini_cart__info a.t4s-mini_cart__title {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #333 !important;
  padding-bottom: 7px;
  text-decoration: none !important;
}
/* Variant text */
.t4s-mini_cart__meta .t4s-cart_meta_variant {
  font-size: 12px !important;
  letter-spacing: 1px !important;
  padding-bottom: 4px;
  text-transform: uppercase !important;
  color: #666 !important;
}
/* Prices */
.t4s-mini_cart__meta .t4s-cart_meta_price .money,
.t4s-mini_cart__meta .t4s-cart_price ins .money {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #000 !important;
  padding-left: 0px;
  text-transform: uppercase;
  margin-left: 0px;
}
/* Original price */
.t4s-mini_cart__meta .t4s-cart_price del .money {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #888 !important;
  text-transform: uppercase;
}
/* Discount line */
.t4s-mini_cart__meta .t4s-cart_discount_price li {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: .5px !important;
  color: #444 !important;
}
/* Cart price wrapper */
.t4s-cart_price {
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 10px;
}
/* Hide actions */
.t4s-mini_cart__actions {
  display: none !important;
}
/* Header */
#t4s-mini_cart .t4s-drawer__header > span {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  letter-spacing: 1.5px;
}
/* Original price */
#t4s-mini_cart .t4s-cart__originalPrice {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  margin-right: px;
  text-decoration: line-through;
}
/* Discount amount */
#t4s-mini_cart .t4s-cart__discountPrice {
  font-size: 13px;
  color: #d00;
  text-transform: uppercase;
}
/* Total price */
#t4s-mini_cart .t4s-cart__totalPrice {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
#t4s-mini_cart .t4s-cart-total .t4s-col-auto strong {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #222;
  text-transform: uppercase;
}
/* Hide tax */
#t4s-mini_cart .t4s-cart__tax {
  display: none;
}
/* Buttons */
#t4s-mini_cart .t4s-btn__cart,
#t4s-mini_cart .t4s-btn__checkout {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px;
}
/* View Cart */
#t4s-mini_cart .t4s-btn__cart {
  background: #f5f5f5;
  color: #222;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
/* Checkout */
#t4s-mini_cart .t4s-btn__checkout {
  background: #ff4081; /* pink */
  color: #fff;
  border: none;
}
#t4s-mini_cart .t4s-btn__checkout:hover {
  background: #e63670;
}

/* ================================
   PAGE CART
================================ */
.t4s-page_cart__info .t4s-page_cart__title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
  text-decoration: none;
}
.t4s-page_cart__info .t4s-page_cart__meta {
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #555;
  text-transform: uppercase;
}
.t4s-page_cart__edit {
  display: none !important;
}

/* ================================
   CART ITEM PRICES
================================ */
/* Old price */
.t4s-cart-item-price s,
.t4s-cart-item-price dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #999;
}
/* Discounted price */
.t4s-cart-item-price .t4s-order-discount {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e60023; /* red highlight */
}
/* Struck-through price */
.t4s-cart_price del {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}
/* New price */
.t4s-cart_price ins {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
/* Discount line in cart */
.t4s-order-discount__item {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #d32f2f; /* red highlight */
}
/* Discount icon */
.t4s-order-discount__item svg {
  fill: #d32f2f;
  stroke: none;
  width: 16px;
  height: 10px;

}
/* Subtotal label */
.t4s-cart__ttprice .t4s-cart__originalPrice {
  color: #888;
font-size: 14px;
  text-decoration: line-through;
}

.t4s-cart__ttprice .t4s-cart__discountPrice {
  color: #d00;
font-size: 14px;
  font-weight: 500;
}

.t4s-cart__ttprice .t4s-cart__totalPrice {
  color: #000;
font-size: 14px;
  font-weight: 500;
}
.t4s-cart__tax {
  display: none !important;
}
.t4s-btn__checkout {
  text-transform: uppercase !important;
margin-top: 10px;
font-size: 14px;
letter-spacing: 1.5px;
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 10px;
border-radius: 4px;
}
.t4s-col-auto.t4s-col-item strong {
  letter-spacing: 1.5px !important;
  text-transform: uppercase; 
font-size: 14px;
}
.t4s-cartPage__header .t4s-col-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #222; /* dark grey/black */
}
.t4s-footer-wrap .t4s-col-heading {
  text-transform: uppercase !important;
  letter-spacing: 1.5px; 
}
.t4s-footer-link {
  text-transform: uppercase !important;
  letter-spacing: 1.2px; 
line-height: 22px !important;
}
.t4s-drawer__header {
  display: none !important;
}

.t4s-cat_grid_item__title {
  font-size: 14px !important;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase; 
  letter-spacing: 1.5px;
  text-align: center;
}

/* Background of the entire mobile menu drawer */
#t4s-menu-drawer {
  background-color: #FFF4F4;
  color: #000000;
}



/* Top-level menu links */
#t4s-menu-drawer .t4s-mb__menu > .t4s-menu-item > a {
  color: #111111;
padding: 30px 20px;
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 14px;
font-weight: 500;
}

/* Hover + active states for top-level */
#t4s-menu-drawer .t4s-mb__menu > .t4s-menu-item > a:hover,
#t4s-menu-drawer .t4s-mb__menu > .t4s-menu-item.is--opend > a {
  background-color: #222; /* slightly darker pink highlight */
  color: #fff;
  transition: background 0.3s ease;
}

/* Sub-menu links */
#t4s-menu-drawer .t4s-sub-menu .t4s-menu-item > a {
  color: #222;
  background-color: #fff;
letter-spacing: 1.5px; 
font-size: 12px;
font-weight: 500;
padding: 30px 020px;
text-transform: uppercase;

}

/* Sub-menu hover */
#t4s-menu-drawer .t4s-sub-menu .t4s-menu-item > a:hover {
  background-color: #fbeaea;
  color: #000000;
}
.t4s-row.t4s-prs-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.t4s-pagination-wrapper {
  margin-bottom: -30px !important;
  padding-bottom: 0 !important;
}
/
/* --- Mega Menu Cleanup Overrides --- */

/* Remove submenu background entirely */
.t4s-type__mega > .t4s-sub-menu,
.t4s-type__drop > .t4s-sub-menu {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Remove link background and left spacing */
.t4s-sub-menu li a {
  background: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Prevent hover colouring */
.t4s-sub-menu li a:hover {
  background: none !important;
}
.t4s-sub-menu .t4s-heading {
  letter-spacing: 1.5px;
  font-weight: 600;
}
.t4s-product-title {
  font-size: 11px !important;
  text-transform: uppercase !important;
}
.t4s-product-price .money {
  font-size: 12px !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .t4s-product-title {
    font-size: 10px !important;
    font-weight: 500 !important;
  }
  .t4s-product-price .money {
    font-size: 11px;
    text-transform: uppercase;
  }
}
/* --- Global Rich Text Styling --- */
.t4s-richtext_text_iWTkr8 ul {
  list-style: none;
  padding: 0;
  margin: 0; /* removed top/bottom margins for balance */
  max-width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .t4s-richtext_text_iWTkr8 ul {
    max-width: 95%;
  }
}

.t4s-richtext_text_iWTkr8 ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px; /* consistent spacing */
  line-height: 1.6;
  color: #222;
  font-size: 14px !important;
  font-weight: 400;
}

.t4s-richtext_text_iWTkr8 ul li:last-child {
  margin-bottom: 0; /* remove bottom gap */
}

/* --- Diamond bullet (soft pink) --- */
.t4s-richtext_text_iWTkr8 ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: #FF70D1;
  transform: rotate(45deg);
  border-radius: 1px;
  opacity: 0.45;
}

/* --- Grey-white box styling for rich text metafields --- */
.t4s-richtext_text_iWTkr8 .metafield-rich_text_field {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 28px 32px; /* equal padding on all sides */
  max-width: 100%;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .t4s-richtext_text_iWTkr8 .metafield-rich_text_field {
    padding: 22px;
    max-width: 100%;
  }
}

/* --- Unified Tab Styling (Shipping, Fabric, Care, Description) --- */
#t4s_tab_tab_html_6JWx6a,
#t4s_tab_tab_html_7zQbqQ,
#t4s_tab_tab_html_Xcg6U4,
#t4s-tab-destemplate--20804788650073__main {
  background-color: #f8f8f8;
  border-radius: 0;
  padding: 28px 32px;
  max-width: 800px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #222;
  line-height: 1.6;
  margin: 0 auto; /* no extra space around tabs */
}

/* --- Lists inside tabs --- */
#t4s_tab_tab_html_6JWx6a ul,
#t4s_tab_tab_html_7zQbqQ ul,
#t4s_tab_tab_html_Xcg6U4 ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

#t4s_tab_tab_html_6JWx6a li,
#t4s_tab_tab_html_7zQbqQ li,
#t4s_tab_tab_html_Xcg6U4 li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

/* --- Pink diamond bullets in tabs --- */
#t4s_tab_tab_html_6JWx6a li::before,
#t4s_tab_tab_html_7zQbqQ li::before,
#t4s_tab_tab_html_Xcg6U4 li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  width: 7px;
  height: 7px;
  background-color: #FF70D1;
  transform: rotate(45deg);
  border-radius: 1px;
  opacity: 0.7;
}

/* --- Headings in shipping tab --- */
#t4s_tab_tab_html_6JWx6a p strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* --- Description tab specifics --- */
#t4s-tab-destemplate--20804788650073__main p {
  margin-bottom: 16px;
}

#t4s-tab-destemplate--20804788650073__main a {
  color: #FF70D1;
}

#t4s-tab-destemplate--20804788650073__main strong,
#t4s-tab-destemplate--20804788650073__main p strong a {
  font-weight: 600;
}

/* --- Mobile adjustments --- */
@media (max-width: 768px) {
  #t4s_tab_tab_html_6JWx6a,
  #t4s_tab_tab_html_7zQbqQ,
  #t4s_tab_tab_html_Xcg6U4,
  #t4s-tab-destemplate--20804788650073__main {
    padding: 20px;
    max-width: 100%;
    font-size: 14px;
  }
}

/* --- Fix: Remove default black bullets from product highlights --- */
.t4s-richtext_text_iWTkr8 ul,
.t4s-richtext_text_iWTkr8 ul li {
  list-style: none !important;
}

.t4s-richtext_text_iWTkr8 ul li::marker {
  content: none !important;
}

.t4s-tab__text {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 2px;
  font-size: 12px !important;
}
#shopify-section-template--20804788650073__17613219184a36d197 {
  padding-left: 15px;
  padding-right: 15px;
}
/* Sticky Add to Cart custom styling */
.t4s-sticky-atc {
  background-color: #fff !important;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
  padding: 15px 20px !important;
  border-top: 1px solid #eee !important;
}

.t4s-sticky-atc__atc {
  background-color: #FFF4F4 !important;
  color: #222 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
letter-spacing: 2px;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  padding: 12px 25px !important;
  transition: 0.25s ease !important;
}

.t4s-sticky-atc__atc:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.t4s-sticky-atc__title {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #111 !important;
}

.t4s-sticky-atc__price {
  font-weight: 500 !important;
  color: #222 !important;
  font-family: "Montserrat", sans-serif !important;
text-transform: uppercase;
}

@media (max-width: 768px) {
  .t4s-sticky-atc {
    padding: 10px 20px !important;
  }
}
/* ================================
   MOBILE MENU DRAWER (CLEAN & FIXED)
================================ */

/* Drawer background */
#t4s-menu-drawer {
  background-color: #FFF4F4 !important;
  color: #000000;
}

/* Top-level menu items */
#t4s-menu-drawer .t4s-mb__menu > .t4s-menu-item > a {
  color: #111111 !important;
  padding: 24px 20px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

/* Top-level hover + open state */
#t4s-menu-drawer .t4s-mb__menu > .t4s-menu-item > a:hover,
#t4s-menu-drawer .t4s-mb__menu > .t4s-menu-item.is--opend > a {
  background-color: #222 !important;
  color: #fff !important;
  transition: background 0.3s ease;
}

/* /* ================================
   MOBILE MENU SUBMENU + ICON STYLING
================================ */

/* Drawer background */
#t4s-menu-drawer {
  background-color: #FFF4F4 !important;
  color: #000;
}

/* Top-level menu links */
#t4s-menu-drawer .t4s-menu-item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #111 !important;
  padding: 24px 20px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover + open state */
#t4s-menu-drawer .t4s-menu-item > a:hover,
#t4s-menu-drawer .t4s-menu-item.is--opend > a {
  background-color: #222 !important;
  color: #fff !important;
}

/* Submenu toggle icon (“+”) */
#t4s-menu-drawer .t4s-mb-nav__icon {
  margin-left: 8px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #222 !important;
  flex-shrink: 0 !important;
}

/* ================================
   SUBMENU STYLING
================================ */
#t4s-menu-drawer .t4s-sub-menu {
  display: none; /* closed by default, toggled open by JS */
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  border-top: 1px solid #f2f2f2;
}

/* Each submenu item */
#t4s-menu-drawer .t4s-sub-menu .t4s-menu-item {
  border-bottom: 1px solid #f2f2f2;
}

/* Submenu links */
#t4s-menu-drawer .t4s-sub-menu .t4s-menu-item > a {
  display: block;
  padding: 16px 25px !important;
  padding-left: 20px !important; /* left indent for hierarchy */
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #222 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* Submenu hover */
#t4s-menu-drawer .t4s-sub-menu .t4s-menu-item > a:hover {
  background-color: #FFF4F4 !important;
  color: #000 !important;
}

/* Divider before first submenu */
#t4s-menu-drawer .t4s-sub-menu:first-of-type {
  border-top: 2px solid #FFF4F4 !important;
}

/* Prevent desktop / mega menu conflicts */
.t4s-header .t4s-sub-menu,
.t4s-type__mega > .t4s-sub-menu,
.t4s-type__drop > .t4s-sub-menu {
  background: none !important;
  box-shadow: none !important;
}
/* Mega Menu Background */
#content_mega_Cc6kVh,
#content_mega_Cc6kVh .t4s-container,
#content_mega_Cc6kVh .t4s-sub-menu,
#content_mega_Cc6kVh .t4s-row,
#content_mega_Cc6kVh .t4s-sub-column-item {
  background-color: #ffffff !important;
}

/* Optional: ensure text remains readable */
#content_mega_Cc6kVh a,
#content_mega_Cc6kVh .t4s-heading span {
  color: #000000 !important;
}

/* Optional: remove any background overlay effect */
#content_mega_Cc6kVh::before {
  background: none !important;
}@media (min-width:1025px)}@media (max-width:1024px)}@media (min-width:768px) and (max-width:1024px)}@media (max-width:767px)}