/** Shopify CDN: Minification failed

Line 347:1 Expected "}" to go with "{"

**/
/* ====== CRAFT v15.x RE-APPLIED CUSTOMS (DESKTOP) ====== */

/* 1) Make layout span wider and remove side padding */
@media (min-width: 990px) {
  .page-width { max-width: 98% !important; }
  .page-full, .page-width { padding: 0 !important; }
}

/* 2) Logo can be larger (keeps aspect ratio) */
.header__heading-logo img,
.header__heading-logo svg {
  max-width: 500px !important;
  height: auto !important;
}
/* 4) Collection hero title spacing */
.collection-hero__inner .collection-hero__text-wrapper .collection-hero__title {
  margin-top: 0;
}
/* 6) Cart line item layout & typography (desktop) */
td.cart-item__details {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 20px !important;
}
td.cart-item__details .cart-item__name {
  font-size: 20px !important;
  display: inline-block !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.cart-item__image, .cart__image-container {
  width: 200px !important;
  max-width: 200px !important;
  flex-shrink: 0;
}
.cart-item__old-price,
.cart-item__final-price {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.cart-item__details dl,
.cart-item__details .product-option,
.cart-item__details dt,
.cart-item__details dd {
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}
.cart-item__details .discounts__discount {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #444 !important;
}

/* 7) Facets / filter text sizes */
.facets__form label,
.facets__label,
.facets__display,
.facets__summary { font-size: 18px; }
.facets__heading,
.facets__title { font-size: 18px; font-weight: bold; }
.facets__form legend { font-size: 20px; font-weight: bold; }
.facets__summary { font-size: 20px; }

/* 8) Extra: make announcement bar a touch bolder */
.announcement-bar__message {
  font-weight: bold;
  font-size: 16px;
}

/* ====== OPTIONAL COMPAT LAYER (if markup changed in v15) ====== */
/* If the cart table changed to divs in your upgrade, this keeps styles working */
.cart-items .cart-item__details,
.cart-items .item--info {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-items .cart-item__name,
.cart-items .item--title {
  font-size: 20px !important;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ===== Home (index) – make content full-width ===== */
.template-index .page-width {            /* home only */
  max-width: 98% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Common “narrow” wrappers Craft uses */
.template-index .page-width--narrow,
.template-index .title-wrapper,
.template-index .title-wrapper-with-link,
.template-index .rich-text__wrapper,
.template-index .rich-text__blocks {
  max-width: 100% !important;
}

/* Hero / banner / image-with-text content boxes */
.template-index .banner__content,
.template-index .banner__box,
.template-index .image-with-text__content,
.template-index .banner__text {
  max-width: 100% !important;
  width: 100% !important;
}
/* Keep product title single line */
td.cart-item__details .cart-item__name {
  white-space: nowrap !important;
}
/* Cart promo/messages — keep each message on a single line */
td.cart-item__details .cart-item__properties,
td.cart-item__details .product-option,
td.cart-item__details .line-item-property,
td.cart-item__details .cart-item__property {
  white-space: nowrap !important;
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Widen homepage rich text on desktop */
@media screen and (min-width: 990px) {
  /* Kill the narrow container inside Rich text sections */
  .rich-text .page-width--narrow,
  .page-width--narrow,
  .rte-width,
  .rich-text__blocks,
  .rich-text__wrapper {
    max-width: 100% !important;
  }

  /* Remove side padding so it truly spans */
  .rich-text .page-width,
  .rich-text .page-width--narrow {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* If your homepage uses a Rich text section, force full width on index */
.template-index .rich-text__blocks,
.template-index .rte-width,
.template-index .page-width--narrow {
  max-width: 100% !important;
}

/* Optional: slightly widen paragraph measure for readability */
.rich-text__text.rte p {
  max-width: none !important; /* theme sometimes limits to ~82rem */
}
.cart-item__details .product-option,
.cart-item__details .line-item-property {
  font-family: 'Poppins', var(--font-body-family), sans-serif !important;
  font-weight: 700 !important;
  color: red !important;
}

.cart-item__details .product-option a,
.cart-item__details .line-item-property a {
  color: red !important;
}
/* === NAV OVERRIDES — place at end to win specificity & order === */

/* Desktop top menu (Craft v15) */
.header__inline-menu .list-menu__item > a,
.header__menu-item,
.header__menu-item .link,
.list-menu__item--link {
  font-size: 25px !important;      /* bump size */
  font-weight: 700 !important;     /* clearer weight */
  letter-spacing: .02em;
  line-height: 1.2;
  font-family: var(--font-heading-family, var(--font-body-family));
}

/* Dropdown items (mega + standard) */
.header__submenu .list-menu__item .link,
.header__submenu .list-menu__item--link {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.25;
}

/* Mobile drawer menu */
.menu-drawer__menu-item,
.menu-drawer__menu-item .link {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: .01em;
  line-height: 1.25;
  font-family: var(--font-heading-family, var(--font-body-family));
}
/* Breadcrumbs — permanent styling */
.breadcrumbs {
  font-size: 14px;
  padding: 6px 0;
  margin: 10px 0;
}

.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin: 0 6px;
  opacity: .5;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs [aria-current="page"] {
  font-weight: 600;
}
/* Cart — larger mobile image + tidy promo text */
@media (max-width: 749px) {
  /* Bigger image on mobile, sits left of text */
  .cart-item__image,
  .cart__image-container {
    width: 140px !important;          /* adjust 130–150px to taste */
    max-width: 140px !important;
    float: left !important;
    margin-right: 12px;
  }
  .cart-item__image img { width: 100%; height: auto; display: block; }

  /* Details use remaining width, no wrapping around image */
  td.cart-item__details,
  .cart-items .cart-item__details,
  .cart-items .item--info {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    padding: 10px 0 !important;
    overflow: hidden;
  }

  /* Product title can wrap normally */
  td.cart-item__details .cart-item__name,
  .cart-items .item--title {
    white-space: normal !important;
    font-size: 16px !important;
    line-height: 1.25;
    margin-bottom: 6px;
  }

  /* Promo lines: clamp to 2 lines (use 1 to force single line) */
  td.cart-item__details .cart-item__properties,
  td.cart-item__details .product-option,
  td.cart-item__details .line-item-property,
  td.cart-item__details .cart-item__property {
    white-space: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;             /* change to 1 if you prefer one line */
    font-size: 14px;
    line-height: 1.35;
    margin: 4px 0;
  }
}

/* Very small phones: stack image above text */
@media (max-width: 360px) {
  .cart-item__image,
  .cart__image-container {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 8px 0;
  }
}
.pp-usp--sticky{
  margin: 4px 0 6px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--color-foreground), .9);
}
.pp-usp--sticky a{ text-decoration: none; border-bottom: 1px dotted currentColor; }
/* CART – mobile: let all cart details wrap so discount codes aren't cut off */
@media (max-width: 768px){
  td.cart-item__details{
      white-space: normal !important;        /* override earlier nowrap */
        }
          .cart-item__details .discounts__discount,
            .cart-item__details .cart-item__name,
              .cart-item__details .product-option,
                .cart-item__details .line-item-property,
                  .cart-item__details p{
                      white-space: normal !important;        /* ensure children can wrap */
                        }
/* Cart trust / why-buy (cart only) */
.template-cart .cart-trust-wrap{margin:10px 0 14px}
.template-cart .cart-reassure{
  font-size:20px; line-height:1.35; font-weight:600;
  padding:10px 12px; border:1px solid rgba(0,0,0,.08);
  border-radius:10px; background:#fafafa;
}
@media (max-width: 749px){
  .template-cart .cart-reassure{font-size:13px}
}
.template-cart .cart-whybuy{
  display:flex; flex-wrap:wrap; gap:10px 14px;
  margin-top:8px; font-size:20px; opacity:.9;
}
.template-cart .cart-whybuy span{
  display:inline-flex; align-items:center; gap:6px;
  padding:4px 8px; background:#fff;
  border:1px dashed rgba(0,0,0,.12);
  border-radius:999px;
}