@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --bp-olive: #5f6747;
  --bp-olive-dark: #444b33;
  --bp-sage: #aab49a;
  --bp-sage-soft: #e8ebe2;
  --bp-gold: #b69255;
  --bp-gold-soft: #d9c9a8;
  --bp-ink: #303226;
  --bp-muted: #77786f;
  --bp-paper: #fbfaf6;
  --bp-cream: #f4efe6;
  --bp-line: rgba(95, 103, 71, .18);
  --bp-shadow: 0 18px 55px rgba(54, 50, 38, .10);
  --bp-shell: min(1500px, calc(100% - 48px));
}

html { scroll-behavior: smooth; }
body {
  background: var(--bp-paper) !important;
  color: var(--bp-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; }
a:hover, a:focus { color: var(--bp-olive); text-decoration: none; }
#wrapper { background: var(--bp-paper) !important; box-shadow: none !important; padding-top: 0 !important; }
#wrapper > .container { max-width: 1500px; width: calc(100% - 48px); }
.bp-shell { width: var(--bp-shell); margin-inline: auto; }
.page-home #main, .page-home #content { margin: 0; padding: 0; }
.page-home .card, .page-home .card-block { border: 0; box-shadow: none; background: transparent; }
.material-icons { vertical-align: middle; }

/* Top strip */
.bp-topbar {
  background: var(--bp-olive-dark);
  color: #fff;
  font-size: 11px;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.bp-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  white-space: nowrap;
}
.bp-topbar span { display: inline-flex; align-items: center; gap: 7px; opacity: .94; }
.bp-topbar .material-icons { font-size: 16px; color: #ead8b6; }

/* Header */
#header { background: var(--bp-paper) !important; color: var(--bp-ink); box-shadow: none !important; }
#header .header-nav { margin: 0; border: 0; box-shadow: none; background: transparent; }
#header .header-top { padding: 0; box-shadow: none; background: rgba(251,250,246,.97); transition: box-shadow .25s ease, background .25s ease; }
.bp-header.is-scrolled { box-shadow: 0 10px 35px rgba(46, 44, 35, .08) !important; }
.bp-header__main {
  min-height: 126px;
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(350px, 1fr) minmax(360px, 430px);
  align-items: center;
  gap: 46px;
}
.bp-logo h1 { margin: 0; }
.bp-logo img { width: auto; max-width: 300px; max-height: 104px; object-fit: contain; }
.bp-search #search_widget, .bp-search .search-widget { width: 100%; float: none; }
.bp-search .search-widget form { position: relative; }
.bp-search .search-widget form input[type=text] {
  width: 100%;
  height: 52px;
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  background: #fff;
  padding: 0 58px 0 24px;
  color: var(--bp-ink);
  box-shadow: 0 8px 28px rgba(67, 62, 48, .04);
}
.bp-search .search-widget form button[type=submit] {
  top: 50%; right: 12px; transform: translateY(-50%);
  height: 40px; width: 40px; padding: 0; color: var(--bp-olive);
}
.bp-search .search-widget form button .search { font-size: 24px; }
.bp-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.bp-account-cart { display: flex; align-items: center; gap: 14px; }
.bp-account-cart .user-info, .bp-account-cart .blockcart { margin: 0 !important; padding: 0 !important; }
.bp-account-cart .user-info a, .bp-account-cart .blockcart > a,
.bp-wishlist-link {
  display: flex; align-items: center; gap: 9px; color: var(--bp-ink) !important;
  font-size: 13px;
}
.bp-account-cart .material-icons, .bp-wishlist-link .material-icons { font-size: 29px; color: var(--bp-olive); }
.bp-account-cart .user-info .account { max-width: 105px; display: inline-block; }
.bp-wishlist-link span { display: flex; flex-direction: column; line-height: 1.15; }
.bp-wishlist-link strong { font-weight: 600; }
.bp-wishlist-link small { color: var(--bp-muted); font-size: 10px; margin-top: 3px; }
.bp-account-cart #_desktop_language_selector, .bp-account-cart #_desktop_currency_selector,
.bp-account-cart .language-selector, .bp-account-cart .currency-selector { display: none !important; }

.bp-menu-row { border-top: 1px solid var(--bp-line); }
.bp-menu-wrap { min-height: 65px; display: flex; align-items: center; justify-content: center; }
.bp-menu-wrap #search_widget { display: none !important; }
#_desktop_top_menu { width: 100%; }
#_desktop_top_menu .top-menu { margin: 0; display: flex; justify-content: center; align-items: center; gap: clamp(20px, 2.5vw, 48px); }
#_desktop_top_menu .top-menu[data-depth="0"] > li { float: none; display: block; }
#_desktop_top_menu .top-menu[data-depth="0"] > li > a {
  padding: 23px 0 20px;
  color: var(--bp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  position: relative;
}
#_desktop_top_menu .top-menu[data-depth="0"] > li > a:after {
  content: "";
  position: absolute;
  left: 50%; right: 50%; bottom: 13px;
  height: 1px;
  background: var(--bp-gold);
  transition: left .22s ease, right .22s ease;
}
#_desktop_top_menu .top-menu[data-depth="0"] > li:hover > a:after,
#_desktop_top_menu .top-menu[data-depth="0"] > li.current > a:after { left: 0; right: 0; }
#_desktop_top_menu .popover.sub-menu {
  top: 100% !important;
  width: min(980px, 90vw);
  padding: 28px;
  border: 1px solid var(--bp-line);
  border-radius: 0 0 18px 18px;
  background: rgba(255,255,255,.98);
  box-shadow: var(--bp-shadow);
}
#_desktop_top_menu .sub-menu ul[data-depth="1"] > li { margin-bottom: 10px; }
#_desktop_top_menu .sub-menu a { color: var(--bp-ink); font-size: 13px; }

/* Buttons and headings */
.bp-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 30px;
  border: 1px solid var(--bp-olive);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: all .22s ease;
}
.bp-btn--primary { background: var(--bp-olive); color: #fff !important; }
.bp-btn--primary:hover { background: var(--bp-olive-dark); border-color: var(--bp-olive-dark); transform: translateY(-2px); }
.bp-btn--outline { background: transparent; color: var(--bp-olive) !important; }
.bp-btn--outline:hover { background: var(--bp-olive); color: #fff !important; }
.bp-text-link { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid var(--bp-gold-soft); padding-bottom: 5px; }
.bp-eyebrow { margin: 0 0 10px; color: var(--bp-gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.bp-heading { text-align: center; margin-bottom: 44px; }
.bp-heading h2, .bp-editorial h2, .bp-newsletter h2 {
  margin: 0;
  color: var(--bp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.02;
  font-weight: 500;
  text-transform: none;
}
.bp-heading__ornament { display: block; color: var(--bp-gold); font-family: Georgia, serif; font-size: 24px; margin-top: 12px; }
.bp-section { width: var(--bp-shell); margin: 0 auto; padding: 100px 0; }

/* Hero */
.bp-hero {
  width: 100%;
  min-height: min(710px, 70vw);
  display: grid;
  grid-template-columns: 57% 43%;
  background: var(--bp-cream);
  overflow: hidden;
}
.bp-hero__visual { min-height: 660px; overflow: hidden; position: relative; }
.bp-hero__visual:after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 72%, rgba(244,239,230,.38));
}
.bp-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 8s ease; }
.bp-hero:hover .bp-hero__visual img { transform: scale(1.025); }
.bp-hero__content {
  padding: clamp(70px, 8vw, 135px) clamp(40px, 6.5vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background:
    radial-gradient(circle at 82% 25%, rgba(182,146,85,.08), transparent 28%),
    linear-gradient(135deg, #f7f3ec, #f0eadd);
}
.bp-hero__content:after {
  content: "❧";
  position: absolute;
  right: 8%; bottom: 8%;
  color: rgba(182,146,85,.17);
  font-size: 150px;
  font-family: Georgia, serif;
  transform: rotate(-15deg);
}
.bp-hero h2 {
  max-width: 660px;
  margin: 0 0 26px;
  color: var(--bp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 5.2vw, 82px);
  line-height: .95;
  font-weight: 500;
}
.bp-hero h2 em { display: block; color: var(--bp-olive); font-weight: 500; margin-top: 10px; }
.bp-hero__content > p:not(.bp-eyebrow) { max-width: 580px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; line-height: 1.5; color: #5f6058; }
.bp-hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 26px; position: relative; z-index: 1; }

/* Benefits */
.bp-benefits {
  width: var(--bp-shell);
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(182,146,85,.17);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(57,51,39,.09);
}
.bp-benefit { min-height: 116px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 18px 20px; position: relative; }
.bp-benefit:not(:last-child):after { content: ""; position: absolute; right: 0; top: 25%; bottom: 25%; width: 1px; background: var(--bp-line); }
.bp-benefit .material-icons { font-size: 32px; color: var(--bp-gold); font-weight: 300; }
.bp-benefit span { display: flex; flex-direction: column; }
.bp-benefit strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 17px; font-weight: 600; }
.bp-benefit small { color: var(--bp-muted); font-size: 10px; margin-top: 5px; line-height: 1.35; }

/* Product cards */
.bp-products-section { padding-top: 120px; }
.bp-featured-products { margin: 0; }
.bp-featured-products .bp-product-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  margin: 0 !important;
}
.bp-product-col { width: auto !important; max-width: none !important; padding: 0 !important; }
.product-miniature, .product-miniature .thumbnail-container { height: 100%; }
.product-miniature .thumbnail-container {
  width: 100% !important;
  margin: 0 !important;
  background: #fff;
  border: 1px solid rgba(95,103,71,.12);
  border-radius: 5px;
  box-shadow: 0 10px 35px rgba(64,59,45,.07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-miniature .thumbnail-container:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(64,59,45,.14); }
.product-miniature .thumbnail-top { overflow: hidden; }
.product-miniature .thumbnail-container .product-thumbnail { height: auto; display: block; }
.product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%; height: auto; aspect-ratio: 5 / 6; object-fit: cover;
  transition: transform .5s ease;
}
.product-miniature .thumbnail-container:hover .product-thumbnail img { transform: scale(1.025); }
.product-miniature .product-description {
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: #fff;
  padding: 21px 18px 24px !important;
  text-align: center;
}
.product-miniature .product-title { margin: 0 0 8px !important; }
.product-miniature .product-title a {
  color: var(--bp-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 19px !important;
  line-height: 1.15;
  font-weight: 600 !important;
  text-transform: none !important;
}
.product-miniature .product-price-and-shipping { margin-top: 8px; }
.product-miniature .price { color: var(--bp-olive-dark) !important; font-size: 15px; font-weight: 700; }
.product-miniature .highlighted-informations {
  height: 46px !important;
  bottom: 0 !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: none !important;
}
.product-miniature .quick-view { color: var(--bp-olive) !important; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.product-miniature .product-flags li.product-flag { background: var(--bp-olive); border-radius: 0; font-size: 10px; }
.bp-products-cta { display: flex; justify-content: center; margin-top: 42px; }

/* Category cards */
.bp-category-grid {
  width: var(--bp-shell);
  margin: 10px auto 100px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.bp-category-card { min-height: 390px; position: relative; overflow: hidden; background: #d8d2c6; }
.bp-category-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,25,18,.02) 25%, rgba(23,25,18,.64) 100%); transition: background .25s ease; }
.bp-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.bp-category-card span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 25px; color: #fff; display: flex; flex-direction: column; }
.bp-category-card small { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; opacity: .8; }
.bp-category-card strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; line-height: 1; margin-top: 7px; font-weight: 500; }
.bp-category-card b { font-size: 22px; margin-top: 10px; font-weight: 400; }
.bp-category-card:hover img { transform: scale(1.045); }
.bp-category-card:hover:after { background: linear-gradient(180deg, rgba(23,25,18,.08), rgba(23,25,18,.73)); }

/* Editorial */
.bp-editorial {
  width: var(--bp-shell);
  margin: 0 auto 30px;
  min-height: 570px;
  display: grid;
  grid-template-columns: 56% 44%;
  background: var(--bp-cream);
  overflow: hidden;
}
.bp-editorial__image img { width: 100%; height: 100%; object-fit: cover; }
.bp-editorial__content {
  padding: clamp(50px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, #f7f2e9, #f1eadf);
  position: relative;
}
.bp-editorial__content:after { content: "B"; position: absolute; right: 7%; top: 6%; font-family: "Cormorant Garamond", Georgia, serif; font-size: 180px; color: rgba(182,146,85,.08); font-style: italic; }
.bp-script { font-family: "Cormorant Garamond", Georgia, serif; color: var(--bp-gold); font-size: 24px; font-style: italic; margin-bottom: 15px; }
.bp-editorial__content > p:not(.bp-script) { color: var(--bp-muted); line-height: 1.8; max-width: 600px; margin: 24px 0 32px; }
.bp-editorial__content .bp-btn { align-self: flex-start; position: relative; z-index: 1; }

/* Why */
.bp-why { padding-bottom: 80px; }
.bp-why-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--bp-line); border-bottom: 1px solid var(--bp-line); }
.bp-why-grid > div { padding: 35px 24px 32px; text-align: center; position: relative; }
.bp-why-grid > div:not(:last-child):after { content: ""; position: absolute; top: 24%; bottom: 24%; right: 0; width: 1px; background: var(--bp-line); }
.bp-why-grid .material-icons { color: var(--bp-gold); font-size: 34px; margin-bottom: 16px; }
.bp-why-grid strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; }
.bp-why-grid p { color: var(--bp-muted); font-size: 11px; line-height: 1.55; margin: 10px 0 0; }

/* Testimonials */
.bp-testimonials { padding: 95px max(24px, calc((100% - 1500px)/2)); background: #f1ede4; }
.bp-testimonials__grid { width: var(--bp-shell); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.bp-testimonials blockquote {
  margin: 0; padding: 42px 38px 34px; background: rgba(255,255,255,.76); border: 1px solid rgba(182,146,85,.2); text-align: center; min-height: 250px;
}
.bp-testimonials blockquote p { font-family: "Cormorant Garamond", Georgia, serif; color: #55564e; font-size: 20px; line-height: 1.5; }
.bp-testimonials blockquote footer { margin-top: 20px; color: var(--bp-ink); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.bp-stars { color: var(--bp-gold); letter-spacing: .2em; margin-bottom: 18px; }

/* Inspirations */
.bp-inspiration-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.bp-inspiration-grid a { background: #fff; border: 1px solid rgba(95,103,71,.12); box-shadow: 0 8px 28px rgba(64,59,45,.055); overflow: hidden; }
.bp-inspiration-grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .45s ease; }
.bp-inspiration-grid span { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; }
.bp-inspiration-grid b { font-family: Arial, sans-serif; color: var(--bp-gold); font-weight: 400; }
.bp-inspiration-grid a:hover img { transform: scale(1.035); }

/* Newsletter */
.bp-footer-newsletter { margin-top: 50px; }
.bp-footer-newsletter > .container, .bp-footer-newsletter > .row { width: 100%; max-width: none; margin: 0; padding: 0; }
.bp-newsletter {
  min-height: 300px;
  padding: 55px 0;
  display: flex;
  align-items: center;
  background: linear-gradient(110deg, #e9e1d3, #f7f4ed 50%, #e8e2d8);
  position: relative;
  overflow: hidden;
}
.bp-newsletter__inner { width: min(1180px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.bp-newsletter h2 { font-size: clamp(38px, 4vw, 56px); }
.bp-newsletter h2 em { color: var(--bp-gold); display: block; font-size: .75em; font-weight: 500; }
.bp-newsletter__copy > p:last-child { color: var(--bp-muted); margin-top: 20px; }
.bp-newsletter__form { display: grid; grid-template-columns: 1fr auto; background: #fff; border: 1px solid rgba(95,103,71,.2); }
.bp-newsletter__form input { height: 58px; border: 0; padding: 0 22px; min-width: 0; }
.bp-newsletter__form button { border: 0; padding: 0 28px; background: var(--bp-olive); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bp-newsletter__legal { margin-top: 12px; color: var(--bp-muted); font-size: 10px; line-height: 1.5; }
.bp-newsletter__decor { position: absolute; width: 340px; height: 340px; border: 1px solid rgba(182,146,85,.16); border-radius: 50%; }
.bp-newsletter__decor--left { left: -180px; bottom: -190px; }
.bp-newsletter__decor--right { right: -180px; top: -190px; }

/* Footer */
.bp-footer { background: #fff; border-top: 1px solid var(--bp-line); }
.bp-footer__top { padding: 70px 0 58px; display: grid; grid-template-columns: 280px 1fr; gap: 80px; }
.bp-footer__logo img { max-width: 240px; max-height: 90px; width: auto; }
.bp-footer__brand > p { color: var(--bp-muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; line-height: 1.55; margin-top: 20px; }
.bp-footer__social { margin-top: 22px; }
.bp-footer__links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.bp-footer__links > div, .bp-footer__links .footer-container, .bp-footer__links .container, .bp-footer__links .row { display: contents; }
.bp-footer__links .links, .bp-footer__links .block-contact { width: auto !important; max-width: none !important; flex: none !important; padding: 0 !important; }
.bp-footer__links .h3, .bp-footer__links .h4, .bp-footer__links .block-contact-title {
  color: var(--bp-ink) !important; font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px !important; text-transform: none !important; font-weight: 600 !important; margin-bottom: 20px !important;
}
.bp-footer__links li { margin-bottom: 10px; }
.bp-footer__links a, .bp-footer__links .block-contact { color: var(--bp-muted) !important; font-size: 12px; line-height: 1.55; }
.bp-footer__trust { padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--bp-line); border-bottom: 1px solid var(--bp-line); color: var(--bp-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.bp-footer__trust span { display: inline-flex; align-items: center; gap: 8px; }
.bp-footer__trust .material-icons { color: var(--bp-gold); font-size: 20px; }
.bp-footer__bottom { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--bp-muted); font-size: 11px; }
.bp-footer__bottom p { margin: 0; }
.bp-footer__payments { font-weight: 700; letter-spacing: .04em; }
.footer-container { background: transparent !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; }

/* Category / search / product pages */
#main .page-header h1, .block-category h1, .product-detail-name {
  color: var(--bp-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
  text-transform: none !important;
}
.block-category { min-height: 0; border: 0; box-shadow: none; background: var(--bp-cream); padding: 42px; }
.block-category h1 { font-size: 46px !important; }
#left-column .block-categories, #search_filters { border: 1px solid var(--bp-line); box-shadow: none; background: #fff; }
#search_filters .facet .facet-title, .block-categories .category-top-menu > li > a { color: var(--bp-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; }
.btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: var(--bp-olive) !important; border-color: var(--bp-olive) !important; }
.btn-primary:hover { background: var(--bp-olive-dark) !important; border-color: var(--bp-olive-dark) !important; }
.product-price { color: var(--bp-olive-dark) !important; }
.product-cover img { box-shadow: none !important; border: 1px solid var(--bp-line); }
.tabs { box-shadow: none !important; border: 1px solid var(--bp-line); }
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover { border-bottom-color: var(--bp-gold) !important; color: var(--bp-olive) !important; }
.pagination .current a { color: var(--bp-olive) !important; }
.breadcrumb { background: transparent; font-size: 11px; }

/* Motion */
.bp-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.bp-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .bp-reveal { opacity: 1; transform: none; }
}

/* Tablet */
@media (max-width: 1199px) {
  :root { --bp-shell: min(100% - 32px, 1180px); }
  .bp-header__main { grid-template-columns: 230px 1fr 320px; gap: 24px; }
  .bp-logo img { max-width: 220px; }
  #_desktop_top_menu .top-menu { gap: 22px; }
  #_desktop_top_menu .top-menu[data-depth="0"] > li > a { font-size: 14px; }
  .bp-benefits { grid-template-columns: repeat(3, 1fr); }
  .bp-benefit:nth-child(3):after { display: none; }
  .bp-benefit:nth-child(-n+3) { border-bottom: 1px solid var(--bp-line); }
  .bp-featured-products .bp-product-grid { grid-template-columns: repeat(4, 1fr); }
  .bp-category-grid { grid-template-columns: repeat(3, 1fr); }
  .bp-category-card:nth-child(4), .bp-category-card:nth-child(5) { min-height: 330px; }
  .bp-why-grid { grid-template-columns: repeat(3, 1fr); }
  .bp-why-grid > div:nth-child(3):after { display: none; }
  .bp-why-grid > div:nth-child(-n+3) { border-bottom: 1px solid var(--bp-line); }
  .bp-inspiration-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Mobile header and content */
@media (max-width: 767px) {
  :root { --bp-shell: calc(100% - 24px); }
  .bp-topbar__inner { justify-content: center; min-height: 34px; }
  .bp-topbar span:not(:first-child) { display: none; }
  .bp-mobile-nav { display: block; }
  .bp-mobile-row { min-height: 78px; display: grid !important; grid-template-columns: 42px 1fr 82px; align-items: center; gap: 10px; }
  .bp-mobile-toggle { width: 42px; height: 42px; border: 0; background: transparent; color: var(--bp-ink); padding: 0; }
  .bp-mobile-toggle .material-icons { font-size: 28px; }
  .bp-mobile-logo { text-align: center; }
  .bp-mobile-logo img { max-width: 170px; max-height: 66px; width: auto; }
  .bp-mobile-actions { display: flex; justify-content: flex-end; align-items: center; gap: 3px; }
  .bp-mobile-actions .material-icons { color: var(--bp-olive); font-size: 27px; }
  .bp-mobile-actions .user-info span, .bp-mobile-actions .blockcart span:not(.cart-products-count) { display: none; }
  .bp-header { border-top: 1px solid var(--bp-line); }
  .bp-header__main, .bp-menu-row { display: none; }
  #mobile_top_menu_wrapper { padding: 14px 0 24px; border-top: 1px solid var(--bp-line); }
  .bp-mobile-search { margin-bottom: 14px; }
  .bp-mobile-search .search-widget { width: 100%; }
  .bp-mobile-search .search-widget form input { width: 100%; height: 46px; border: 1px solid var(--bp-line); border-radius: 999px; background: #fff; padding: 0 48px 0 17px; }
  #mobile_top_menu_wrapper .top-menu a[data-depth="0"] { padding: 14px 4px; border-bottom: 1px solid var(--bp-line); font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; font-weight: 600; }
  #mobile_top_menu_wrapper .sub-menu { background: #f5f1e8; }

  .bp-hero { grid-template-columns: 1fr; }
  .bp-hero__visual { min-height: 430px; }
  .bp-hero__content { padding: 52px 24px 62px; }
  .bp-hero h2 { font-size: 52px; }
  .bp-hero__content > p:not(.bp-eyebrow) { font-size: 19px; }
  .bp-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .bp-benefits { margin-top: 0; grid-template-columns: repeat(2, 1fr); border-radius: 0; box-shadow: none; }
  .bp-benefit { min-height: 100px; padding: 14px 12px; justify-content: flex-start; }
  .bp-benefit:nth-child(2n):after { display: none; }
  .bp-benefit:nth-child(-n+4) { border-bottom: 1px solid var(--bp-line); }
  .bp-benefit:nth-child(3):after { display: block; }
  .bp-benefit strong { font-size: 15px; }
  .bp-benefit small { font-size: 9px; }
  .bp-section { padding: 70px 0; }
  .bp-heading { margin-bottom: 32px; }
  .bp-heading h2 { font-size: 43px; }
  .bp-featured-products .bp-product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-miniature .product-title a { font-size: 16px !important; }
  .product-miniature .product-description { padding: 14px 9px 17px !important; }
  .bp-category-grid { margin-bottom: 70px; grid-template-columns: 1fr 1fr; gap: 10px; }
  .bp-category-card { min-height: 290px !important; }
  .bp-category-card:last-child { grid-column: 1 / -1; min-height: 250px !important; }
  .bp-category-card span { left: 15px; right: 15px; bottom: 17px; }
  .bp-category-card strong { font-size: 23px; }
  .bp-editorial { grid-template-columns: 1fr; min-height: 0; }
  .bp-editorial__image { min-height: 390px; }
  .bp-editorial__content { padding: 50px 24px; }
  .bp-editorial h2 { font-size: 42px; }
  .bp-why-grid { grid-template-columns: 1fr 1fr; }
  .bp-why-grid > div { padding: 28px 14px; }
  .bp-why-grid > div:nth-child(3):after { display: block; }
  .bp-why-grid > div:nth-child(2n):after { display: none; }
  .bp-why-grid > div:nth-child(-n+4) { border-bottom: 1px solid var(--bp-line); }
  .bp-testimonials { padding: 70px 12px; }
  .bp-testimonials__grid { grid-template-columns: 1fr; }
  .bp-inspiration-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .bp-inspiration-grid span { min-height: 72px; padding: 13px; font-size: 16px; }
  .bp-newsletter { padding: 50px 0; }
  .bp-newsletter__inner { grid-template-columns: 1fr; gap: 30px; }
  .bp-newsletter h2 { font-size: 42px; }
  .bp-newsletter__form { grid-template-columns: 1fr; }
  .bp-newsletter__form button { min-height: 52px; }
  .bp-footer__top { grid-template-columns: 1fr; gap: 42px; padding: 52px 0 40px; }
  .bp-footer__links { grid-template-columns: 1fr 1fr; }
  .bp-footer__trust { flex-wrap: wrap; justify-content: flex-start; }
  .bp-footer__trust span { width: calc(50% - 10px); }
  .bp-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 22px 0; }
  #wrapper > .container { width: calc(100% - 24px); }
}

@media (max-width: 420px) {
  .bp-hero__visual { min-height: 350px; }
  .bp-hero h2 { font-size: 44px; }
  .bp-featured-products .bp-product-grid { gap: 8px; }
  .bp-category-grid { grid-template-columns: 1fr; }
  .bp-category-card:last-child { grid-column: auto; }
  .bp-inspiration-grid { grid-template-columns: 1fr 1fr; }
  .bp-footer__links { grid-template-columns: 1fr; }
}

/* ==========================================================
   Bridartis Premium V2 — structural responsive reset
   ========================================================== */
html, body { width: 100%; max-width: 100%; overflow-x: hidden !important; }
*, *::before, *::after { box-sizing: border-box; }
img, svg, video, iframe { max-width: 100%; }

/* Homepage is always full width, independently of the layout stored in DB. */
.page-index #wrapper,
.page-index #wrapper > .container,
.page-index #wrapper > .container-fluid,
.page-index #wrapper > .container > .row,
.page-index #wrapper > .container-fluid > .row,
.page-index #content-wrapper,
.page-index #main,
.page-index #content,
.page-index .page-home,
.page-index .bp-home {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-index #content-wrapper {
  flex: 0 0 100% !important;
  float: none !important;
}
.page-index #wrapper > .container > .row,
.page-index #wrapper > .container-fluid > .row { display: block !important; }
.page-index #left-column,
.page-index #right-column,
.page-index .breadcrumb,
.page-index .page-header,
.page-index .page-footer { display: none !important; }

.bp-home,
.bp-home section,
.bp-shell,
.bp-section,
.bp-category-grid,
.bp-editorial,
.bp-testimonials,
.bp-testimonials__grid,
.bp-inspiration-grid,
.bp-footer,
.bp-footer-newsletter,
.bp-newsletter { min-width: 0; max-width: 100%; }
.bp-home * { min-width: 0; }
.bp-home h1, .bp-home h2, .bp-home h3, .bp-home p,
.bp-category-card strong, .bp-inspiration-grid span {
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Do not let the announcement strip or header create a horizontal page. */
.bp-topbar { width: 100%; overflow: hidden; }
.bp-topbar__inner { width: var(--bp-shell); max-width: 100%; overflow: hidden; }
.bp-header, .bp-menu-row, .bp-menu-wrap { width: 100%; max-width: 100%; }
.bp-header__main > *, .bp-header-actions, .bp-account-cart { min-width: 0; }
#_desktop_top_menu, #_desktop_top_menu .top-menu { max-width: 100%; }
#_desktop_top_menu .top-menu { flex-wrap: wrap; }

/* Cleaner cards with text safely below images. */
.product-miniature .thumbnail-container {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
}
.product-miniature .thumbnail-top { position: relative; flex: 0 0 auto; }
.product-miniature .product-description {
  position: relative !important;
  inset: auto !important;
  flex: 1 1 auto;
  transform: none !important;
  margin: 0 !important;
}
.product-miniature .highlighted-informations {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.product-miniature .product-title a { display: block; overflow-wrap: anywhere; }

.bp-category-card {
  aspect-ratio: 4 / 5;
  min-height: 0 !important;
}
.bp-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bp-category-card span {
  padding-top: 80px;
  background: linear-gradient(180deg, transparent, rgba(25, 27, 20, .42));
}

.bp-editorial__image { overflow: hidden; }
.bp-editorial__content { overflow: hidden; }
.bp-footer-newsletter > .container,
.bp-footer-newsletter > .container-fluid,
.bp-footer-newsletter .row,
.bp-footer .container,
.bp-footer .container-fluid,
.bp-footer .row {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Switch to the dedicated mobile header earlier. This removes the 768–1024px
   overflow caused by the three-column desktop header. */
@media (max-width: 1023px) {
  :root { --bp-shell: calc(100% - 28px); }
  .bp-topbar__inner { justify-content: center; }
  .bp-topbar span:not(:first-child) { display: none !important; }

  .bp-mobile-nav { display: block !important; }
  .bp-mobile-row.hidden-md-up {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 86px;
  }
  .bp-header__main,
  .bp-menu-row { display: none !important; }
  #mobile_top_menu_wrapper.hidden-md-up { width: 100%; }

  .bp-hero { grid-template-columns: 1fr; min-height: 0; }
  .bp-hero__visual { min-height: 0; aspect-ratio: 16 / 9; }
  .bp-hero__visual img { position: absolute; inset: 0; }
  .bp-hero__content { padding: 46px clamp(22px, 6vw, 58px) 54px; }
  .bp-hero__content:after { font-size: 100px; }
  .bp-hero h2 { font-size: clamp(44px, 8vw, 66px); }

  .bp-benefits { margin-top: 0; grid-template-columns: repeat(3, 1fr); border-radius: 0; }
  .bp-benefit:nth-child(3n):after { display: none; }
  .bp-benefit:nth-child(-n+3) { border-bottom: 1px solid var(--bp-line); }

  .bp-section { padding: 76px 0; }
  .bp-products-section { padding-top: 84px; }
  .bp-featured-products .bp-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .bp-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 72px; }
  .bp-editorial { grid-template-columns: 1fr; }
  .bp-editorial__image { aspect-ratio: 16 / 10; min-height: 0; }
  .bp-editorial__content { padding: 48px clamp(24px, 6vw, 60px); }
  .bp-why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bp-why-grid > div:nth-child(3n):after { display: none; }
  .bp-why-grid > div:nth-child(-n+3) { border-bottom: 1px solid var(--bp-line); }
  .bp-testimonials__grid { grid-template-columns: 1fr; max-width: 760px; }
  .bp-inspiration-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bp-newsletter__inner { grid-template-columns: 1fr; gap: 28px; }
  .bp-footer__top { grid-template-columns: 1fr; gap: 38px; }
  .bp-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  :root { --bp-shell: calc(100% - 22px); }
  .bp-mobile-row { min-height: 74px; }
  .bp-mobile-logo img { max-width: 156px; }
  .bp-hero__visual { aspect-ratio: 4 / 3; }
  .bp-hero__content { padding: 38px 20px 44px; }
  .bp-hero h2 { font-size: clamp(38px, 12vw, 52px); line-height: 1; }
  .bp-hero__content > p:not(.bp-eyebrow) { font-size: 18px; }
  .bp-hero__actions { flex-direction: column; align-items: flex-start; gap: 16px; }

  .bp-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bp-benefit:nth-child(3n):after { display: block; }
  .bp-benefit:nth-child(2n):after { display: none; }
  .bp-benefit:nth-child(-n+4) { border-bottom: 1px solid var(--bp-line); }

  .bp-heading { margin-bottom: 30px; }
  .bp-heading h2, .bp-editorial h2, .bp-newsletter h2 { font-size: 40px; }
  .bp-featured-products .bp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .bp-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .bp-category-card:last-child { grid-column: 1 / -1; aspect-ratio: 16 / 8; }
  .bp-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bp-why-grid > div:nth-child(3n):after { display: block; }
  .bp-why-grid > div:nth-child(2n):after { display: none; }
  .bp-why-grid > div:nth-child(-n+4) { border-bottom: 1px solid var(--bp-line); }
  .bp-inspiration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .bp-newsletter__form { grid-template-columns: 1fr; }
  .bp-newsletter__form button { min-height: 52px; }
  .bp-footer__trust { flex-wrap: wrap; }
  .bp-footer__trust span { width: calc(50% - 10px); }
}

@media (max-width: 479px) {
  .bp-topbar { font-size: 9px; }
  .bp-mobile-row.hidden-md-up { grid-template-columns: 40px minmax(0, 1fr) 72px; }
  .bp-mobile-logo img { max-width: 132px; }
  .bp-benefits,
  .bp-featured-products .bp-product-grid,
  .bp-category-grid,
  .bp-why-grid,
  .bp-inspiration-grid,
  .bp-footer__links { grid-template-columns: 1fr; }
  .bp-benefit { border-bottom: 1px solid var(--bp-line); }
  .bp-benefit:after, .bp-why-grid > div:after { display: none !important; }
  .bp-category-card:last-child { grid-column: auto; aspect-ratio: 4 / 5; }
  .bp-footer__trust span { width: 100%; }
}


/* ==========================================================
   Bridartis Premium V3 — readability & elegant product grid
   ========================================================== */
body { font-size: 16px; }
.page-index .bp-home { padding-bottom: 24px; }

/* Desktop: larger and calmer typography */
@media (min-width: 1024px) {
  :root { --bp-shell: min(1380px, calc(100% - 56px)); }
  .bp-topbar { font-size: 12px; }
  .bp-topbar__inner { min-height: 40px; }

  .bp-header__main {
    min-height: 134px;
    grid-template-columns: minmax(220px, 300px) minmax(300px, 1fr) minmax(330px, 430px);
    gap: 34px;
  }
  .bp-logo img { max-width: 280px; max-height: 98px; }
  .bp-search .search-widget form input[type=text] {
    height: 56px;
    font-size: 15px;
  }
  .bp-account-cart .user-info a,
  .bp-account-cart .blockcart > a,
  .bp-wishlist-link { font-size: 14px; }
  .bp-wishlist-link small { font-size: 11px; }
  #_desktop_top_menu .top-menu { gap: clamp(18px, 1.9vw, 34px); }
  #_desktop_top_menu .top-menu[data-depth="0"] > li > a {
    font-size: 17px;
    padding: 20px 0 18px;
  }

  .bp-hero { min-height: 690px; grid-template-columns: 55% 45%; }
  .bp-hero__visual { min-height: 690px; }
  .bp-hero__content { padding: 84px 70px; }
  .bp-hero h2 { font-size: clamp(62px, 4.6vw, 84px); margin-bottom: 22px; }
  .bp-hero__content > p:not(.bp-eyebrow) {
    font-size: 25px;
    line-height: 1.45;
    max-width: 520px;
  }
  .bp-btn { min-height: 54px; font-size: 12px; padding: 0 28px; }

  .bp-benefits { margin-top: -28px; }
  .bp-benefit { min-height: 118px; padding: 18px 16px; }
  .bp-benefit strong { font-size: 18px; }
  .bp-benefit small { font-size: 11px; }

  .bp-section { padding: 88px 0; }
  .bp-products-section { padding-top: 102px; }
  .bp-heading { margin-bottom: 38px; }
  .bp-heading h2, .bp-editorial h2, .bp-newsletter h2 { font-size: clamp(44px, 3.5vw, 62px); }
  .bp-eyebrow { font-size: 12px; }

  /* Four nicer product cards instead of tiny five columns */
  .bp-featured-products .bp-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
  .product-miniature .thumbnail-container {
    border-radius: 10px;
    box-shadow: 0 12px 34px rgba(64,59,45,.08);
  }
  .product-miniature .thumbnail-container .product-thumbnail img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    background: #f8f5ef;
  }
  .product-miniature .product-description {
    padding: 18px 18px 24px !important;
  }
  .product-miniature .product-title {
    min-height: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .product-miniature .product-title a {
    font-size: 21px !important;
    line-height: 1.12;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-miniature .product-price-and-shipping { margin-top: 10px; }
  .product-miniature .price { font-size: 17px; }
  .product-miniature .highlighted-informations { height: 42px !important; }

  .bp-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin: 8px auto 84px;
  }
  .bp-category-card { aspect-ratio: 0.9 / 1; border-radius: 8px; }
  .bp-category-card:after {
    background: linear-gradient(180deg, rgba(23,25,18,.05) 18%, rgba(23,25,18,.74) 100%);
  }
  .bp-category-card span {
    left: 16px; right: 16px; bottom: 16px;
    padding: 18px 14px 0;
    background: linear-gradient(180deg, transparent, rgba(23,25,18,.22));
  }
  .bp-category-card small { font-size: 10px; }
  .bp-category-card strong { font-size: 28px; line-height: 0.95; }
  .bp-category-card b { font-size: 19px; }

  .bp-editorial { min-height: 540px; grid-template-columns: 54% 46%; margin-bottom: 20px; }
  .bp-editorial__content { padding: 60px 54px; }
  .bp-script { font-size: 28px; margin-bottom: 8px; }
  .bp-editorial__content > p:not(.bp-script) { font-size: 16px; margin: 20px 0 30px; }

  .bp-why-grid > div { padding: 26px 18px 24px; }
  .bp-why-grid .material-icons { font-size: 32px; }
  .bp-why-grid strong { font-size: 19px; margin-bottom: 8px; }
  .bp-why-grid p { font-size: 12px; }

  .bp-testimonials { padding: 82px max(24px, calc((100% - 1380px)/2)); }
  .bp-testimonials__grid { gap: 24px; }
  .bp-testimonials blockquote { min-height: 220px; padding: 34px 28px 28px; }
  .bp-testimonials blockquote p { font-size: 22px; }
  .bp-testimonials blockquote footer { font-size: 12px; }

  .bp-inspiration-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }
  .bp-inspiration-grid a { border-radius: 8px; }
  .bp-inspiration-grid img { aspect-ratio: 1 / 1.18; }
  .bp-inspiration-grid span {
    min-height: 78px;
    font-size: 18px;
    line-height: 1.05;
    padding: 14px 14px 16px;
    align-items: flex-start;
  }

  .bp-newsletter { min-height: 250px; padding: 48px 0; }
  .bp-newsletter__inner { width: min(1260px, calc(100% - 56px)); gap: 44px; }
  .bp-newsletter__copy > p:last-child { font-size: 15px; }
  .bp-newsletter__form input { font-size: 15px; }
  .bp-newsletter__legal { font-size: 11px; }

  .bp-footer__top { grid-template-columns: 320px 1fr; gap: 60px; padding: 56px 0 46px; }
  .bp-footer__brand > p { font-size: 19px; }
  .bp-footer__links { gap: 28px; }
  .bp-footer__links .h3, .bp-footer__links .h4, .bp-footer__links .block-contact-title { font-size: 22px !important; }
  .bp-footer__links a, .bp-footer__links .block-contact { font-size: 13px; }
  .bp-footer__bottom { font-size: 12px; }
}

/* Medium desktops and tablets: keep things readable */
@media (min-width: 768px) and (max-width: 1023px) {
  .bp-heading h2, .bp-editorial h2, .bp-newsletter h2 { font-size: 46px; }
  .bp-featured-products .bp-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-miniature .thumbnail-container .product-thumbnail img { aspect-ratio: 1 / 1.04; }
  .product-miniature .product-title a { font-size: 20px !important; }
  .bp-category-card span { left: 14px; right: 14px; bottom: 14px; }
  .bp-category-card strong { font-size: 24px; }
  .bp-inspiration-grid span { font-size: 17px; }
}

/* Phones: stronger readability */
@media (max-width: 767px) {
  .bp-eyebrow { font-size: 10px; }
  .bp-heading h2, .bp-editorial h2, .bp-newsletter h2 { font-size: 36px; }
  .bp-featured-products .bp-product-grid { gap: 10px; }
  .product-miniature .thumbnail-container { border-radius: 8px; }
  .product-miniature .thumbnail-container .product-thumbnail img { aspect-ratio: 1 / 1.04; }
  .product-miniature .product-title { min-height: 42px; }
  .product-miniature .product-title a {
    font-size: 17px !important;
    line-height: 1.12;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-miniature .price { font-size: 15px; }
  .bp-category-card span {
    left: 12px; right: 12px; bottom: 12px;
    padding-top: 46px;
    background: linear-gradient(180deg, transparent, rgba(23,25,18,.36));
  }
  .bp-category-card strong { font-size: 22px; }
  .bp-inspiration-grid img { aspect-ratio: 1 / 1.1; }
  .bp-inspiration-grid span { min-height: 66px; font-size: 15px; line-height: 1.05; }
}


/* ==========================================================
   Bridartis Premium V4.1 — benefits icons / text collision fix
   ========================================================== */
.bp-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden;
}

.bp-benefit {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  align-items: center !important;
  justify-content: stretch !important;
  column-gap: 16px !important;
  row-gap: 0 !important;
  min-height: 118px;
  padding: 22px 24px !important;
  overflow: hidden;
}

.bp-benefit > .material-icons {
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  font-size: 34px !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.bp-benefit > span {
  display: block !important;
  min-width: 0 !important;
  width: auto !important;
  overflow: hidden;
}

.bp-benefit strong,
.bp-benefit small {
  display: block !important;
  width: 100%;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: normal;
}

.bp-benefit strong {
  margin: 0;
  font-size: 20px !important;
  line-height: 1.08 !important;
}

.bp-benefit small {
  margin-top: 7px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

/* 3 columns = two tidy rows on laptops and ordinary desktops. */
.bp-benefit:nth-child(3n)::after { display: none !important; }
.bp-benefit:nth-child(-n+3) { border-bottom: 1px solid var(--bp-line) !important; }
.bp-benefit:nth-child(n+4) { border-bottom: 0 !important; }
.bp-benefit:nth-child(4)::after,
.bp-benefit:nth-child(5)::after { display: block !important; }

/* Only genuinely wide screens have enough room for six readable columns. */
@media (min-width: 1440px) {
  .bp-benefits { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .bp-benefit {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    padding: 20px 16px !important;
    border-bottom: 0 !important;
  }
  .bp-benefit > .material-icons {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    font-size: 31px !important;
  }
  .bp-benefit strong { font-size: 18px !important; }
  .bp-benefit small { font-size: 11px !important; }
  .bp-benefit:not(:last-child)::after { display: block !important; }
  .bp-benefit:last-child::after { display: none !important; }
}

@media (max-width: 767px) {
  .bp-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .bp-benefit {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    min-height: 102px;
    padding: 16px 14px !important;
  }
  .bp-benefit > .material-icons {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    font-size: 29px !important;
  }
  .bp-benefit strong { font-size: 17px !important; }
  .bp-benefit small { font-size: 10px !important; }
  .bp-benefit:nth-child(2n)::after { display: none !important; }
  .bp-benefit:nth-child(2n+1)::after { display: block !important; }
  .bp-benefit:nth-child(-n+4) { border-bottom: 1px solid var(--bp-line) !important; }
  .bp-benefit:nth-child(n+5) { border-bottom: 0 !important; }
}

@media (max-width: 479px) {
  .bp-benefits { grid-template-columns: 1fr !important; }
  .bp-benefit {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    min-height: 88px;
    padding: 15px 18px !important;
    border-bottom: 1px solid var(--bp-line) !important;
  }
  .bp-benefit:last-child { border-bottom: 0 !important; }
  .bp-benefit::after { display: none !important; }
}


/* ==========================================================
   Bridartis Premium V4.2 — footer rebuild + icon compatibility
   ========================================================== */
/* Footer: robust grouped columns instead of flattened wrappers */
.bp-footer {
  background: #fff;
  border-top: 1px solid var(--bp-line);
}
.bp-footer__top {
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr) !important;
  gap: 54px !important;
  align-items: start;
}
.bp-footer__brand { min-width: 0; }
.bp-footer__logo img { max-width: 240px; height: auto; }
.bp-footer__brand > p {
  font-size: 17px;
  line-height: 1.65;
  margin: 18px 0 0;
}
.bp-footer__links {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 28px 34px !important;
  align-items: start;
}
/* Undo the earlier display:contents flattening, which was breaking columns */
.bp-footer__links > div,
.bp-footer__links > section,
.bp-footer__links .footer-container,
.bp-footer__links .container,
.bp-footer__links .row,
.bp-footer__links .wrapper,
.bp-footer__links .links,
.bp-footer__links .block-contact,
.bp-footer__links .js-footer-block {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bp-footer__links .row::before,
.bp-footer__links .row::after,
.bp-footer__links .clearfix::before,
.bp-footer__links .clearfix::after { display: none !important; }
.bp-footer__links .row { overflow: visible !important; }
.bp-footer__links .collapse,
.bp-footer__links .navbar-collapse {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}
.bp-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bp-footer__links li {
  margin: 0 0 10px !important;
}
.bp-footer__links .h3,
.bp-footer__links .h4,
.bp-footer__links .block-contact-title,
.bp-footer__links .title {
  display: block !important;
  margin: 0 0 18px !important;
  color: var(--bp-ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 22px !important;
  line-height: 1.05;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.bp-footer__links a,
.bp-footer__links .block-contact,
.bp-footer__links p,
.bp-footer__links span {
  color: var(--bp-muted) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.bp-footer__links .material-icons { display: none !important; }
.bp-footer__links .hidden-md-up { display: none !important; }
.bp-footer__links .title .float-xs-right,
.bp-footer__links .title .navbar-toggler,
.bp-footer__links .title .collapse-icons { display: none !important; }

.bp-footer__trust {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 24px;
  padding: 18px 0;
}
.bp-footer__trust span {
  width: auto !important;
  justify-content: center;
  text-align: center;
}
.bp-footer__bottom {
  min-height: 74px;
  padding: 18px 0;
  border-top: 1px solid rgba(95,103,71,.12);
}
.bp-footer__payments {
  text-align: right;
  white-space: normal;
}

/* Benefits: fallback icons and cleaner desktop alignment */
.bp-benefit > .material-icons {
  font-family: 'Material Icons' !important;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex !important;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .bp-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 991px) {
  .bp-footer__top {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding: 48px 0 34px !important;
  }
  .bp-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
  .bp-footer__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .bp-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .bp-footer__payments { text-align: left; }
}

@media (max-width: 575px) {
  .bp-footer__links,
  .bp-footer__trust { grid-template-columns: 1fr !important; }
  .bp-footer__links .h3,
  .bp-footer__links .h4,
  .bp-footer__links .block-contact-title,
  .bp-footer__links .title { font-size: 20px !important; }
  .bp-footer__links a,
  .bp-footer__links .block-contact,
  .bp-footer__links p,
  .bp-footer__links span { font-size: 13px !important; }
}


/* ==========================================================
   Bridartis Premium V4.3 — professional fixed footer
   ========================================================== */
.bp-footer--custom {
  width: 100%;
  background: #fbfaf7;
  color: var(--bp-ink);
  border-top: 1px solid rgba(95,103,71,.14);
  overflow: hidden;
}
.bp-footer--custom .bp-footer__main {
  position: relative;
  background:
    radial-gradient(circle at 85% 15%, rgba(182,146,85,.035), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  overflow: hidden;
}
.bp-footer--custom .bp-footer__botanical {
  position: absolute;
  right: -30px;
  bottom: -55px;
  width: 320px;
  height: auto;
  pointer-events: none;
  opacity: .75;
}
.bp-footer--custom .bp-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, 1.3fr) minmax(190px, .95fr) minmax(190px, .95fr) minmax(175px, .8fr) minmax(240px, 1.15fr);
  gap: clamp(28px, 3vw, 58px);
  align-items: start;
  padding-top: 68px;
  padding-bottom: 58px;
}
.bp-footer--custom .bp-footer__brand {
  min-width: 0;
  padding-right: clamp(24px, 3vw, 48px);
  border-right: 1px solid rgba(95,103,71,.18);
}
.bp-footer--custom .bp-footer__logo {
  margin: 0 0 24px;
}
.bp-footer--custom .bp-footer__logo img {
  display: block;
  width: auto;
  max-width: 245px;
  max-height: 100px;
  object-fit: contain;
}
.bp-footer--custom .bp-footer__brand > p {
  max-width: 320px;
  margin: 0;
  color: #77776f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.55;
}
.bp-footer--custom .bp-footer__social {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
}
.bp-footer--custom .bp-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #74684b;
  color: #fff !important;
  box-shadow: 0 5px 16px rgba(68,75,51,.13);
  transition: transform .2s ease, background .2s ease;
}
.bp-footer--custom .bp-footer__social a:hover {
  transform: translateY(-2px);
  background: var(--bp-olive-dark);
}
.bp-footer--custom .bp-footer__social span {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.bp-footer--custom h3 {
  margin: 0 0 24px;
  color: var(--bp-olive-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.bp-footer--custom .bp-footer__column,
.bp-footer--custom .bp-footer__contact {
  min-width: 0;
}
.bp-footer--custom .bp-footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bp-footer--custom .bp-footer__column li {
  margin: 0 0 12px;
  padding: 0;
}
.bp-footer--custom .bp-footer__column a {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  color: #74756d !important;
  font-size: 14px;
  line-height: 1.35;
  transition: color .18s ease, transform .18s ease;
}
.bp-footer--custom .bp-footer__column a > span {
  flex: 0 0 auto;
  color: var(--bp-gold);
  font-size: 20px;
  line-height: .8;
}
.bp-footer--custom .bp-footer__column a:hover {
  color: var(--bp-olive-dark) !important;
  transform: translateX(2px);
}
.bp-footer--custom .bp-footer__contact-list {
  display: grid;
  gap: 16px;
}
.bp-footer--custom .bp-footer__contact-list > a,
.bp-footer--custom .bp-footer__contact-list > div {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  gap: 11px;
  align-items: start;
  color: #74756d !important;
  font-size: 14px;
  line-height: 1.45;
}
.bp-footer--custom .bp-footer__contact-list .material-icons {
  color: var(--bp-gold);
  font-size: 23px;
  line-height: 1.1;
}
.bp-footer--custom .bp-footer__trust-wrap {
  border-top: 1px solid rgba(95,103,71,.12);
  border-bottom: 1px solid rgba(95,103,71,.12);
  background: rgba(248,246,240,.72);
}
.bp-footer--custom .bp-footer__trust {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px 28px;
  padding: 18px 0;
  border: 0 !important;
  color: #6e7068;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.bp-footer--custom .bp-footer__trust span {
  display: inline-flex;
  width: auto !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
}
.bp-footer--custom .bp-footer__trust .material-icons {
  color: var(--bp-gold);
  font-size: 20px;
}
.bp-footer--custom .bp-footer__bottom-wrap {
  background: #fff;
}
.bp-footer--custom .bp-footer__bottom {
  min-height: 82px;
  padding: 18px 0;
  border: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: #7b7c74;
  font-size: 12px;
}
.bp-footer--custom .bp-footer__bottom p {
  margin: 0;
}
.bp-footer--custom .bp-footer__separator {
  display: inline-block;
  margin: 0 12px;
  color: rgba(95,103,71,.28);
}
.bp-footer--custom .bp-footer__payments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  min-width: 0;
}
.bp-footer--custom .bp-pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  color: #252923;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.bp-footer--custom .bp-pay--visa {
  color: #203c91;
  font-size: 22px;
  font-style: italic;
  letter-spacing: -.08em;
}
.bp-footer--custom .bp-pay--mastercard {
  position: relative;
  width: 48px;
}
.bp-footer--custom .bp-pay--mastercard b,
.bp-footer--custom .bp-pay--mastercard i {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.bp-footer--custom .bp-pay--mastercard b { left: 5px; background: #e44325; }
.bp-footer--custom .bp-pay--mastercard i { right: 5px; background: #f2a42b; opacity: .92; }
.bp-footer--custom .bp-pay--blik {
  padding: 4px 7px;
  border-radius: 3px;
  background: #111;
  color: #fff;
  font-size: 15px;
  text-transform: lowercase;
}
.bp-footer--custom .bp-pay--apple { font-size: 17px; }
.bp-footer--custom .bp-pay--gpay b { color: #4285f4; margin-right: 2px; }

@media (max-width: 1279px) {
  .bp-footer--custom .bp-footer__grid {
    grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(165px, .85fr));
    gap: 34px;
  }
  .bp-footer--custom .bp-footer__contact {
    grid-column: 2 / -1;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px 28px;
    padding-top: 12px;
    border-top: 1px solid rgba(95,103,71,.12);
  }
  .bp-footer--custom .bp-footer__contact h3 { margin-top: 5px; }
  .bp-footer--custom .bp-footer__contact-list {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 991px) {
  .bp-footer--custom .bp-footer__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 38px 44px;
    padding-top: 52px;
    padding-bottom: 44px;
  }
  .bp-footer--custom .bp-footer__brand {
    grid-column: 1 / -1;
    padding-right: 0;
    padding-bottom: 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(95,103,71,.18);
  }
  .bp-footer--custom .bp-footer__brand > p { max-width: 520px; }
  .bp-footer--custom .bp-footer__contact {
    grid-column: 1 / -1;
    display: block;
  }
  .bp-footer--custom .bp-footer__contact-list {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .bp-footer--custom .bp-footer__trust {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .bp-footer--custom .bp-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .bp-footer--custom .bp-footer__payments { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 575px) {
  .bp-footer--custom .bp-footer__botanical { width: 230px; right: -80px; opacity: .45; }
  .bp-footer--custom .bp-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 44px;
  }
  .bp-footer--custom .bp-footer__brand,
  .bp-footer--custom .bp-footer__contact { grid-column: auto; }
  .bp-footer--custom .bp-footer__brand > p { font-size: 18px; }
  .bp-footer--custom h3 { font-size: 21px; margin-bottom: 18px; }
  .bp-footer--custom .bp-footer__contact-list { grid-template-columns: 1fr; }
  .bp-footer--custom .bp-footer__trust { grid-template-columns: 1fr; }
  .bp-footer--custom .bp-footer__trust span { justify-content: flex-start; text-align: left; }
  .bp-footer--custom .bp-footer__payments { gap: 16px; }
  .bp-footer--custom .bp-footer__separator { display: none; }
}


/* ==========================================================
   Bridartis Premium V4.6 — stable header and newsletter reset
   ========================================================== */
html, body { max-width: 100%; overflow-x: clip !important; }
#header, #wrapper, #footer, .bp-home { width: 100%; max-width: 100%; }
.bp-shell { width: min(1460px, calc(100% - 48px)); max-width: 100%; }

/* Header: exact three-part desktop layout */
.bp-mobile-nav { display: none !important; }
.bp-header__main {
  min-height: 126px !important;
  display: grid !important;
  grid-template-columns: minmax(230px, 280px) minmax(300px, 1fr) minmax(420px, 470px) !important;
  align-items: center !important;
  gap: 34px !important;
}
.bp-logo, .bp-search, .bp-header-actions { min-width: 0 !important; }
.bp-logo img { display: block; max-width: 260px !important; max-height: 94px !important; width: auto !important; }
.bp-header-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
}
.bp-action-module,
.bp-action-module .user-info,
.bp-action-module .blockcart,
.bp-action-module .blockcart .header { min-width: 0; margin: 0 !important; padding: 0 !important; background: transparent !important; }
.bp-action {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 0 !important;
  color: #3f4039 !important;
  text-decoration: none !important;
}
.bp-action__icon {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  color: #766b4c !important;
}
.bp-action__icon svg,
.bp-search-submit svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bp-action__copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  line-height: 1.08 !important;
}
.bp-action__copy strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #34352f !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 17px !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bp-action__copy small {
  display: block;
  max-width: 100%;
  margin-top: 4px !important;
  overflow: hidden;
  color: #85857d !important;
  font-size: 10px !important;
  line-height: 1.15 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bp-action:hover .bp-action__icon { color: #b69255 !important; }
.bp-action__icon--cart .cart-products-count {
  position: absolute !important;
  top: -4px !important;
  right: -5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  border-radius: 50px !important;
  background: #5f6747 !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* Search: independent template, no inherited floating icon */
.bp-search-widget,
.bp-search-form { width: 100% !important; min-width: 0 !important; }
.bp-search-form {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
}
.bp-search-input {
  display: block !important;
  width: 100% !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 62px 0 24px !important;
  border: 1px solid rgba(95,103,71,.2) !important;
  border-radius: 999px !important;
  outline: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #3f4039 !important;
  font-size: 14px !important;
  line-height: 54px !important;
}
.bp-search-submit {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 7px !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #766b4c !important;
  box-shadow: none !important;
  cursor: pointer;
}
.bp-search-submit:hover { color: #b69255 !important; }

/* Newsletter: imagery stays in side strips; copy always on clean background */
.bp-footer-newsletter { margin-top: 58px !important; overflow: hidden !important; }
.bp-newsletter {
  --bp-news-side: clamp(230px, 21vw, 350px);
  position: relative !important;
  min-height: 365px !important;
  padding: 62px calc(var(--bp-news-side) + 24px) 58px !important;
  overflow: hidden !important;
  isolation: isolate;
  border-top: 1px solid rgba(182,146,85,.22) !important;
  border-bottom: 1px solid rgba(182,146,85,.22) !important;
  background: linear-gradient(90deg, #f6f1e9 0%, #fbfaf7 24%, #fbfaf7 76%, #f6f1e9 100%) !important;
}
.bp-newsletter::before {
  content: "";
  position: absolute;
  inset: 0 var(--bp-news-side);
  z-index: 1;
  background: rgba(251,250,247,.98) !important;
  box-shadow: 0 0 80px 55px rgba(251,250,247,.98);
  pointer-events: none;
}
.bp-newsletter__decor {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: var(--bp-news-side) !important;
  height: 100% !important;
  z-index: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  filter: none !important;
  pointer-events: none !important;
}
.bp-newsletter__decor--left {
  left: 0 !important;
  right: auto !important;
  background-image: url('../img/bridartis/newsletter-floral-left.webp') !important;
  background-position: left center !important;
}
.bp-newsletter__decor--right {
  right: 0 !important;
  left: auto !important;
  background-image: url('../img/bridartis/newsletter-floral-right.webp') !important;
  background-position: right center !important;
}
.bp-newsletter__inner {
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr) !important;
  align-items: center !important;
  gap: 58px !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.bp-newsletter__copy,
.bp-newsletter__form-wrap { min-width: 0 !important; max-width: none !important; margin: 0 !important; }
.bp-newsletter__copy .bp-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 0 12px !important;
  color: #a17b48 !important;
  font-size: 11px !important;
  letter-spacing: .15em !important;
}
.bp-newsletter__copy .bp-eyebrow::after { content: "→"; font-size: 18px; }
.bp-newsletter h2 {
  margin: 0 !important;
  color: #536047 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(42px, 3.2vw, 56px) !important;
  line-height: .98 !important;
  font-weight: 500 !important;
}
.bp-newsletter h2 em {
  display: block !important;
  margin-top: 6px !important;
  color: #c7a364 !important;
  font-size: .73em !important;
  line-height: 1 !important;
  font-style: italic !important;
}
.bp-newsletter__copy > p:last-child {
  max-width: 500px !important;
  margin: 20px 0 0 !important;
  color: #615e57 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}
.bp-newsletter__form-wrap { width: 100% !important; }
.bp-newsletter__form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 190px !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(137,122,91,.3) !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.bp-newsletter__form input[type="email"] {
  width: 100% !important;
  min-width: 0 !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 0 !important;
  outline: 0 !important;
  background: #fff !important;
  color: #464740 !important;
  font-size: 14px !important;
  line-height: 58px !important;
}
.bp-newsletter__form button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  min-width: 0 !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 0 !important;
  background: #65704d !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}
.bp-newsletter__legal,
.bp-newsletter__form-wrap .psgdpr_consent_message,
.bp-newsletter__form-wrap .custom-checkbox,
.bp-newsletter__form-wrap label {
  color: #77736b !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}
.bp-newsletter__legal,
.bp-newsletter__form-wrap .psgdpr_consent_message { margin-top: 13px !important; }

/* Desktop only. At smaller widths switch to the compact mobile header early. */
@media (max-width: 1199px) {
  .bp-header__main, .bp-menu-row { display: none !important; }
  .bp-mobile-nav { display: block !important; }
  .bp-mobile-row {
    min-height: 76px;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 90px;
    align-items: center;
    gap: 10px;
  }
  .bp-mobile-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 0;
    background: transparent;
  }
  .bp-mobile-toggle span { display: block; width: 100%; height: 1px; background: #596245; }
  .bp-mobile-logo { text-align: center; }
  .bp-mobile-logo img { width: auto; max-width: 165px; max-height: 62px; }
  .bp-mobile-actions { display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
  .bp-mobile-actions .bp-action { display: flex !important; min-height: 40px !important; }
  .bp-mobile-actions .bp-action__icon { width: 31px !important; height: 31px !important; }
  .bp-mobile-actions .bp-action__copy { display: none !important; }
  .bp-newsletter {
    --bp-news-side: 0px;
    min-height: 0 !important;
    padding: 54px 32px 50px !important;
  }
  .bp-newsletter::before { inset: 0 !important; box-shadow: none !important; }
  .bp-newsletter__decor { display: none !important; }
  .bp-newsletter__inner {
    max-width: 920px !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr) !important;
    gap: 42px !important;
  }
}
@media (max-width: 767px) {
  .bp-shell { width: calc(100% - 24px) !important; }
  .bp-newsletter { padding: 44px 18px 42px !important; }
  .bp-newsletter__inner { grid-template-columns: 1fr !important; gap: 26px !important; }
  .bp-newsletter h2 { font-size: clamp(36px, 10vw, 46px) !important; }
  .bp-newsletter__copy > p:last-child { font-size: 16px !important; }
  .bp-newsletter__form { grid-template-columns: 1fr !important; }
  .bp-newsletter__form button { height: 52px !important; }
}


/* ==========================================================
   Bridartis Premium V4.7 — stable actions, soft newsletter, mega menu
   ========================================================== */
@media (min-width: 1280px) {
  .bp-shell { width: min(1480px, calc(100% - 48px)) !important; }
  .bp-header__main {
    grid-template-columns: minmax(220px, 260px) minmax(300px, 1fr) 520px !important;
    gap: 26px !important;
  }
  .bp-header-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
  .bp-header-actions > *,
  .bp-header-actions #_desktop_user_info,
  .bp-header-actions #_desktop_cart,
  .bp-header-actions .user-info,
  .bp-header-actions .blockcart,
  .bp-header-actions .header {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
  }
  .bp-action {
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 11px !important;
  }
  .bp-action__icon { width: 40px !important; height: 40px !important; }
  .bp-action__copy { overflow: visible !important; }
  .bp-action__copy strong {
    overflow: visible !important;
    font-size: 17px !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
  }
  .bp-action__copy small {
    overflow: visible !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
  }
}
@media (max-width: 1279px) {
  .bp-header__main, .bp-menu-row { display: none !important; }
  .bp-mobile-nav { display: block !important; }
}

/* Newsletter: one button only and feathered side imagery */
.bp-newsletter__form button::after {
  content: "→";
  display: inline-block;
  margin-left: 14px;
  font-size: 18px;
  line-height: 1;
}
.bp-newsletter__form button > span { display: none !important; }
.bp-newsletter__form > button + button,
.bp-newsletter__form-wrap > button,
.bp-newsletter__form-wrap > .btn:not(.alert) { display: none !important; }
.bp-newsletter__decor--left {
  width: calc(var(--bp-news-side) + 105px) !important;
  background-size: auto 100% !important;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 58%, rgba(0,0,0,.78) 72%, rgba(0,0,0,.28) 88%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 58%, rgba(0,0,0,.78) 72%, rgba(0,0,0,.28) 88%, transparent 100%);
}
.bp-newsletter__decor--right {
  width: calc(var(--bp-news-side) + 105px) !important;
  background-size: auto 100% !important;
  -webkit-mask-image: linear-gradient(to left, #000 0%, #000 58%, rgba(0,0,0,.78) 72%, rgba(0,0,0,.28) 88%, transparent 100%);
  mask-image: linear-gradient(to left, #000 0%, #000 58%, rgba(0,0,0,.78) 72%, rgba(0,0,0,.28) 88%, transparent 100%);
}
.bp-newsletter::before {
  inset: 0 calc(var(--bp-news-side) - 20px) !important;
  box-shadow: 0 0 95px 72px rgba(251,250,247,.98) !important;
}

/* Premium mega menu */
.bp-menu-row {
  position: relative;
  z-index: 50;
  border-top: 1px solid rgba(95,103,71,.13) !important;
  border-bottom: 1px solid rgba(95,103,71,.11);
  background: #fff;
}
.bp-menu-wrap { min-height: 64px !important; }
.bp-mega { width: 100%; }
.bp-mega__root {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(16px, 1.7vw, 34px);
  min-height: 64px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bp-mega__item { position: static; display: flex; align-items: stretch; }
.bp-mega__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 64px;
  padding: 0 2px;
  color: #34372f !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}
.bp-mega__link::after {
  content: "";
  position: absolute;
  left: 50%; right: 50%; bottom: 12px;
  height: 1px;
  background: #b69255;
  transition: left .22s ease, right .22s ease;
}
.bp-mega__item:hover > .bp-mega__link::after,
.bp-mega__item:focus-within > .bp-mega__link::after { left: 0; right: 0; }
.bp-mega__link:hover, .bp-mega__link:focus { text-decoration: none !important; color: #596245 !important; }
.bp-mega__link svg {
  width: 14px; height: 14px;
  fill: none; stroke: currentColor; stroke-width: 1.5;
  transition: transform .2s ease;
}
.bp-mega__item:hover > .bp-mega__link svg,
.bp-mega__item:focus-within > .bp-mega__link svg { transform: rotate(180deg); }
.bp-mega__link small {
  position: absolute;
  top: 5px;
  right: -8px;
  padding: 2px 5px;
  border-radius: 20px;
  background: #b69255;
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 8px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bp-mega__panel {
  position: absolute;
  top: 100%; left: 0; right: 0;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transform: translateY(9px);
  pointer-events: none;
  background: rgba(255,255,255,.985);
  border-top: 1px solid rgba(95,103,71,.12);
  border-bottom: 1px solid rgba(95,103,71,.16);
  box-shadow: 0 24px 56px rgba(49,45,35,.13);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.bp-mega__item:hover > .bp-mega__panel,
.bp-mega__item:focus-within > .bp-mega__panel,
.bp-mega__item.is-open > .bp-mega__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.bp-mega__panel-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  padding-top: 38px;
  padding-bottom: 40px;
}
.bp-mega__panel-inner.has-promo { grid-template-columns: minmax(0, 1fr) minmax(270px, 360px); }
.bp-mega__columns {
  display: grid;
  grid-template-columns: repeat(var(--bp-mega-cols, 3), minmax(150px, 1fr));
  gap: 26px 38px;
  min-width: 0;
}
.bp-mega__column h3 {
  margin: 0 0 15px;
  color: #3f4337;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
}
.bp-mega__column ul { margin: 0; padding: 0; list-style: none; }
.bp-mega__column li { margin: 0 0 9px; }
.bp-mega__column a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 3px 0;
  color: #74756e !important;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease;
}
.bp-mega__column a span { opacity: 0; color: #b69255; transition: opacity .18s ease; }
.bp-mega__column a:hover { color: #596245 !important; transform: translateX(3px); text-decoration: none !important; }
.bp-mega__column a:hover span { opacity: 1; }
.bp-mega__promo {
  position: relative;
  display: block;
  min-height: 245px;
  overflow: hidden;
  border-radius: 6px;
  background: #eee8dc;
  text-decoration: none !important;
}
.bp-mega__promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bp-mega__promo:hover img { transform: scale(1.035); }
.bp-mega__promo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,28,20,.02), rgba(25,28,20,.75)); }
.bp-mega__promo-copy {
  position: absolute; left: 24px; right: 24px; bottom: 22px;
  display: flex; flex-direction: column; align-items: flex-start;
  color: #fff;
}
.bp-mega__promo-copy small { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; opacity: .85; }
.bp-mega__promo-copy strong { margin-top: 6px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; line-height: 1; font-weight: 500; }
.bp-mega__promo-copy em { margin-top: 7px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 16px; line-height: 1.25; font-style: normal; opacity: .9; }
.bp-mega__promo-copy b { margin-top: 14px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

/* Mobile mega menu */
.bp-mega--mobile { width: 100%; }
.bp-mega__mobile-root { margin: 0; padding: 0; list-style: none; }
.bp-mega__mobile-item { border-bottom: 1px solid rgba(95,103,71,.14); }
.bp-mega__mobile-head { display: grid; grid-template-columns: minmax(0,1fr) 48px; align-items: center; }
.bp-mega__mobile-head > a {
  padding: 15px 4px;
  color: #33362e !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
}
.bp-mega__mobile-head small { margin-left: 8px; color: #b69255; font: 9px Manrope,Arial,sans-serif; text-transform: uppercase; }
.bp-mega__mobile-toggle { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 0; background: transparent; color: #596245; }
.bp-mega__mobile-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s ease; }
.bp-mega__mobile-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.bp-mega__mobile-panel { padding: 4px 14px 20px; background: #f8f5ee; }
.bp-mega__mobile-column { padding: 14px 0; border-bottom: 1px solid rgba(95,103,71,.1); }
.bp-mega__mobile-column h3 { margin: 0 0 8px; color: #474b3c; font-family: "Cormorant Garamond",Georgia,serif; font-size: 19px; }
.bp-mega__mobile-column ul { margin: 0; padding: 0; list-style: none; }
.bp-mega__mobile-column li { margin: 7px 0; }
.bp-mega__mobile-column a { color: #6f7169 !important; font-size: 13px; text-decoration: none !important; }
.bp-mega__mobile-promo { position: relative; display: block; min-height: 160px; margin-top: 16px; overflow: hidden; border-radius: 5px; background: #e9e3d8; }
.bp-mega__mobile-promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bp-mega__mobile-promo span { position: absolute; left: 18px; right: 18px; bottom: 16px; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.bp-mega__mobile-promo small { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.bp-mega__mobile-promo strong { display: block; margin-top: 4px; font-family: "Cormorant Garamond",Georgia,serif; font-size: 25px; line-height: 1; }

@media (max-width: 1279px) {
  .bp-mega--desktop { display: none !important; }
}
@media (min-width: 1280px) {
  .bp-mega--mobile { display: none !important; }
}


/* ==========================================================
   Bridartis Premium V4.8 — final visual stability fixes
   ========================================================== */
/* Header actions are rendered directly by the theme: no module wrappers, no collisions. */
@media (min-width: 1280px) {
  .bp-header__main {
    grid-template-columns: 245px minmax(300px, 1fr) 610px !important;
    gap: 28px !important;
  }
  .bp-header-actions {
    justify-self: end !important;
    display: grid !important;
    grid-template-columns: 180px 205px 185px !important;
    gap: 14px !important;
    width: 598px !important;
    min-width: 598px !important;
    overflow: visible !important;
  }
  .bp-header-actions .bp-action {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 12px !important;
    overflow: hidden !important;
  }
  .bp-header-actions .bp-action__icon {
    width: 44px !important;
    height: 44px !important;
  }
  .bp-header-actions .bp-action__copy {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .bp-header-actions .bp-action__copy strong {
    font-size: 19px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .bp-header-actions .bp-action__copy small {
    margin-top: 5px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}
.bp-mobile-actions { gap: 12px !important; }
.bp-mobile-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #716949;
}
.bp-mobile-action svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bp-mobile-action b {
  position: absolute;
  top: -3px;
  right: -5px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 20px;
  background: #5f6747;
  color: #fff;
  font: 700 10px/17px Arial,sans-serif;
  text-align: center;
}

/* Newsletter: plain central background, side photos with CSS gradients (no mask artifacts). */
.bp-newsletter {
  --bp-news-side: clamp(250px, 21vw, 360px) !important;
  padding: 62px calc(var(--bp-news-side) + 28px) 58px !important;
  background: #fbfaf7 !important;
}
.bp-newsletter::before {
  display: none !important;
  content: none !important;
}
.bp-newsletter__decor {
  width: calc(var(--bp-news-side) + 150px) !important;
  background-size: auto 100% !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.bp-newsletter__decor::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 190px;
  pointer-events: none;
}
.bp-newsletter__decor--left::after {
  right: 0;
  background: linear-gradient(to right, rgba(251,250,247,0), #fbfaf7 82%);
}
.bp-newsletter__decor--right::after {
  left: 0;
  background: linear-gradient(to left, rgba(251,250,247,0), #fbfaf7 82%);
}
.bp-newsletter__inner {
  max-width: 1030px !important;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .95fr) !important;
  gap: 64px !important;
}
.bp-newsletter__form-wrap {
  position: relative !important;
  overflow: visible !important;
}
.bp-newsletter__form-wrap > button,
.bp-newsletter__form-wrap > .btn,
.bp-newsletter__form-wrap .block_newsletter form + button,
.bp-newsletter__form-wrap form ~ button {
  display: none !important;
}
.bp-newsletter__form button::after { content: "→" !important; }
@media (max-width: 1199px) {
  .bp-newsletter { --bp-news-side: 0px !important; padding: 54px 32px 50px !important; }
  .bp-newsletter__decor { display: none !important; }
  .bp-newsletter__inner { grid-template-columns: minmax(0,1fr) minmax(340px,.9fr) !important; max-width: 920px !important; }
}
@media (max-width: 767px) {
  .bp-newsletter__inner { grid-template-columns: 1fr !important; }
}

/* Why section icons: local inline SVG, independent of Material Icons font. */
.bp-why-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  color: var(--bp-gold);
}
.bp-why-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bp-why-grid .material-icons { display: none !important; }

/* Footer trust icons: local inline SVG, including customer support. */
.bp-footer--custom .bp-footer__trust span {
  gap: 10px !important;
}
.bp-trust-icon {
  flex: 0 0 26px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  color: var(--bp-gold);
}
.bp-trust-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bp-footer--custom .bp-footer__trust .material-icons { display: none !important; }


/* ==========================================================
   Bridartis Premium V4.8.2 — final, deliberate header actions
   One stable component; overrides all inherited action styles.
   ========================================================== */
@media (min-width: 1280px) {
  .bp-header__main {
    min-height: 118px !important;
    grid-template-columns: minmax(240px, 290px) minmax(360px, 1fr) 520px !important;
    column-gap: 34px !important;
  }
  .bp-logo img {
    max-width: 285px !important;
    max-height: 92px !important;
  }
  .bp-header-actions {
    justify-self: end !important;
    width: 520px !important;
    min-width: 520px !important;
    max-width: 520px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    align-items: stretch !important;
    overflow: visible !important;
  }
  .bp-header-actions > .bp-action {
    position: relative !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 66px !important;
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 8px 18px !important;
    overflow: visible !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #5f6747 !important;
    text-decoration: none !important;
    transition: background .2s ease, color .2s ease !important;
  }
  .bp-header-actions > .bp-action:not(:first-child)::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 18% !important;
    bottom: 18% !important;
    width: 1px !important;
    background: rgba(95,103,71,.16) !important;
  }
  .bp-header-actions > .bp-action:hover {
    background: rgba(95,103,71,.055) !important;
    color: #444b33 !important;
  }
  .bp-header-actions .bp-action__icon {
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: currentColor !important;
  }
  .bp-header-actions .bp-action__icon svg {
    width: 34px !important;
    height: 34px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.55 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    overflow: visible !important;
  }
  .bp-header-actions .bp-action__copy {
    width: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
    line-height: 1 !important;
  }
  .bp-header-actions .bp-action__copy strong {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
    color: #303226 !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
  }
  .bp-header-actions .bp-action__copy small {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
    color: #8a8b84 !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 10.5px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
  }
  .bp-header-actions .bp-action__icon--cart .cart-products-count {
    position: absolute !important;
    right: -6px !important;
    top: -7px !important;
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #fbfaf6 !important;
    border-radius: 999px !important;
    background: #5f6747 !important;
    color: #fff !important;
    font: 700 10px/1 "Manrope", Arial, sans-serif !important;
    box-shadow: none !important;
  }
}

/* Between laptop and desktop: use mobile header rather than crushing actions. */
@media (min-width: 1024px) and (max-width: 1279px) {
  .bp-header__main,
  .bp-menu-row { display: none !important; }
  .bp-mobile-nav { display: block !important; }
}


/* ==========================================================
   Bridartis Premium V4.9 — product page redesign only
   Header and footer intentionally untouched.
   ========================================================== */
.page-product #wrapper > .container {
  max-width: 1500px;
  width: calc(100% - 48px);
}
.page-product .breadcrumb {
  width: var(--bp-shell);
  margin: 18px auto 4px;
  padding: 0;
  background: transparent;
}
.bp-product-page {
  padding-bottom: 80px;
}
.bp-product-shell {
  width: var(--bp-shell);
  margin: 0 auto;
}
.bp-product-top {
  align-items: start;
  margin: 0 -18px 28px;
}
.bp-product-gallery-col,
.bp-product-summary-col,
.bp-product-tabs-col,
.bp-product-related-col,
.bp-process-col,
.bp-sample-col { padding: 0 18px; }
.bp-product-summary-card,
.bp-card,
.bp-product-benefits-card {
  background: rgba(255,255,255,.96);
  border: 1px solid var(--bp-line);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(61,57,42,.06);
}
.bp-product-summary-card { padding: 34px 34px 30px; }
.bp-product-summary-top { margin-bottom: 18px; }
.bp-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(182,146,85,.13);
  color: var(--bp-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bp-product-title {
  margin: 18px 0 10px;
  color: var(--bp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: .96;
  font-weight: 500;
}
.bp-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 16px;
  color: var(--bp-muted);
  font-size: 13px;
}
.bp-product-meta span { position: relative; }
.bp-product-meta span + span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: rgba(95,103,71,.35);
}
.bp-product-price-wrap .product-prices {
  margin-bottom: 18px;
}
.bp-product-price-wrap .current-price,
.bp-product-price-wrap .current-price span[itemprop="price"] {
  color: var(--bp-olive-dark) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: clamp(30px, 2.2vw, 42px) !important;
  font-weight: 800 !important;
  line-height: 1.05;
}
.bp-product-price-wrap .tax-shipping-delivery-label,
.bp-product-price-wrap .product-discount,
.bp-product-price-wrap .regular-price,
.bp-product-price-wrap .unit-price,
.bp-product-price-wrap .product-unit-price {
  color: var(--bp-muted) !important;
  font-size: 13px !important;
}
.bp-product-short-description,
.bp-product-short-description p {
  color: #56564d;
  font-size: 16px;
  line-height: 1.75;
}
.bp-product-short-description { margin: 0 0 24px; }
.bp-product-information .product-variants-item {
  margin-bottom: 16px;
}
.bp-product-information .product-variants-item .control-label,
.bp-product-information .product-add-to-cart > .control-label {
  display: block;
  margin-bottom: 8px;
  color: var(--bp-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bp-product-information .product-variants-item select,
.bp-product-information .product-variants-item .form-control,
.bp-product-information .product-variants-item .radio-label,
.bp-product-information .product-customization input,
.bp-product-information .product-customization textarea {
  border: 1px solid rgba(95,103,71,.22) !important;
  border-radius: 14px !important;
  min-height: 52px;
  box-shadow: none !important;
  background: #fff !important;
}
.bp-product-information .product-variants-item select {
  width: 100%;
  padding: 0 16px;
  color: var(--bp-ink);
}
.bp-product-information .product-variants-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bp-product-information .product-variants-item .radio-label {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  font-size: 14px;
}
.bp-product-information .input-radio,
.bp-product-information .input-color { position: absolute; opacity: 0; pointer-events: none; }
.bp-product-information .input-container label { margin: 0; position: relative; }
.bp-product-information .input-container input:checked + .radio-label,
.bp-product-information .input-container input:checked + .color {
  border-color: var(--bp-gold) !important;
  box-shadow: inset 0 0 0 1px var(--bp-gold), 0 8px 20px rgba(182,146,85,.12);
}
.bp-product-information .product-add-to-cart { margin-top: 18px; }
.bp-product-information .product-quantity {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 14px;
  align-items: end;
}
.bp-product-information .product-quantity .qty input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(95,103,71,.22);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--bp-ink);
  box-shadow: none;
}
.bp-product-information .product-quantity .add,
.bp-product-information .product-quantity .wishlist,
.bp-product-information .product-quantity .product-additional-info {
  min-width: 0;
}
.bp-product-information .product-quantity .add .btn {
  width: 100%;
  height: 56px;
  border-radius: 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(95,103,71,.16);
}
.bp-product-information .product-quantity .add .btn svg {
  width: 20px;
  height: 20px;
}
.bp-product-information .product-availability,
.bp-product-information #product-availability,
.bp-product-information .product-minimal-quantity {
  display: block;
  margin-top: 10px;
  color: var(--bp-muted);
  font-size: 13px;
}
.bp-product-extra-inline {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(95,103,71,.12);
}
.bp-product-extra-inline .product-additional-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.bp-product-extra-inline .product-additional-info > * {
  flex: 1 1 220px;
  min-width: 0;
}
.bp-product-promise {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(95,103,71,.12);
}
.bp-product-promise div {
  color: #66665c;
  font-size: 13px;
  line-height: 1.65;
}
.bp-product-promise strong { color: var(--bp-ink); }

.bp-product-gallery { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 18px; }
.bp-product-gallery .js-qv-mask {
  grid-column: 1;
  grid-row: 1;
  height: auto !important;
  overflow: visible;
}
.bp-product-gallery .product-images {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bp-product-gallery .thumb-container { margin: 0 !important; }
.bp-product-gallery .thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(95,103,71,.14);
  background: #fff;
  padding: 6px;
  box-shadow: 0 10px 24px rgba(61,57,42,.04);
}
.bp-product-gallery .thumb.selected { border-color: var(--bp-gold); box-shadow: 0 10px 22px rgba(182,146,85,.12); }
.bp-product-gallery .product-cover {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  background: #fff;
  border: 1px solid rgba(95,103,71,.14);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 54px rgba(61,57,42,.06);
}
.bp-product-gallery .product-cover img {
  border: 0 !important;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
}
.bp-product-gallery .layer {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.94);
  color: var(--bp-olive);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(61,57,42,.12);
}
.bp-product-gallery .layer svg { width: 24px; height: 24px; }

.bp-product-benefits-card {
  margin-bottom: 28px;
  padding: 12px 24px;
}
.bp-product-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.bp-product-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 10px 16px;
}
.bp-product-benefit + .bp-product-benefit { border-left: 1px solid rgba(95,103,71,.12); }
.bp-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(182,146,85,.10);
  color: var(--bp-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex: 0 0 40px;
}
.bp-product-benefit strong {
  display: block;
  color: var(--bp-ink);
  font-size: 14px;
  font-weight: 700;
}
.bp-product-benefit small {
  display: block;
  margin-top: 2px;
  color: var(--bp-muted);
  font-size: 12px;
  line-height: 1.45;
}

.bp-product-lower,
.bp-product-process { margin: 0 -18px 28px; }
.bp-card { padding: 30px 30px 28px; height: 100%; }
.bp-section-head { margin-bottom: 18px; }
.bp-section-head h2 {
  margin: 0 0 6px;
  color: var(--bp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
}
.bp-section-head p {
  margin: 0;
  color: var(--bp-muted);
  font-size: 14px;
  line-height: 1.7;
}
.bp-section-head--compact h2 { font-size: 30px; }

.bp-product-tabs.tabs { border: 0; box-shadow: none !important; }
.bp-product-tabs .nav-tabs {
  border-bottom: 1px solid rgba(95,103,71,.12);
  gap: 8px;
  flex-wrap: wrap;
}
.bp-product-tabs .nav-tabs .nav-item { margin: 0; }
.bp-product-tabs .nav-tabs .nav-link {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #65665a;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.bp-product-tabs .nav-tabs .nav-link.active,
.bp-product-tabs .nav-tabs .nav-link:hover {
  border-color: rgba(182,146,85,.24);
  background: rgba(182,146,85,.08);
  color: var(--bp-olive) !important;
}
.bp-product-tabs .tab-content { padding-top: 24px; }
.bp-tab-copy,
.bp-tab-copy p,
.bp-tab-copy li,
.bp-product-tabs .product-description,
.bp-product-tabs .tab-pane {
  color: #56564d;
  font-size: 15px;
  line-height: 1.9;
}
.bp-tab-copy h3 {
  margin: 0 0 8px;
  color: var(--bp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}
.bp-check-list {
  margin: 16px 0 0;
  padding-left: 18px;
}
.bp-check-list li { margin-bottom: 6px; }
.bp-product-tabs .product-features,
.bp-product-tabs .product-manufacturer,
.bp-product-tabs .product-reference,
.bp-product-tabs .product-quantities,
.bp-product-tabs .product-availability-date,
.bp-product-tabs .product-condition {
  margin-bottom: 14px;
}
.bp-product-tabs .product-features .h6 {
  margin-bottom: 12px;
  color: var(--bp-ink);
  font-size: 16px;
  font-weight: 700;
}
.bp-product-tabs .data-sheet {
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr;
  gap: 10px 18px;
}
.bp-product-tabs .data-sheet dt,
.bp-product-tabs .data-sheet dd { margin: 0; }
.bp-product-tabs .data-sheet dt { color: var(--bp-ink); font-weight: 700; }

.bp-product-related .featured-products {
  margin: 0;
}
.bp-product-related .featured-products > h2 {
  display: none;
}
.bp-product-related .products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}
.bp-product-related .products .ajax_block_product,
.bp-product-related .products article { width: auto !important; max-width: none !important; padding: 0 !important; }
.bp-product-related .products article .thumbnail-container {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(95,103,71,.12);
  box-shadow: 0 12px 28px rgba(61,57,42,.05);
}
.bp-product-related .products article .product-description { padding: 14px 14px 16px !important; }
.bp-product-related .products article .product-title a {
  color: var(--bp-ink);
  font-size: 16px !important;
  line-height: 1.4;
}
.bp-product-related .products article .product-thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
}
.bp-product-related .products article .price { font-size: 15px !important; }

.bp-process-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.bp-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.bp-step {
  position: relative;
  min-height: 180px;
  padding: 22px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.75), rgba(244,239,230,.72));
  border: 1px solid rgba(95,103,71,.10);
}
.bp-step span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(182,146,85,.14);
  color: var(--bp-gold);
  font-size: 16px;
  font-weight: 800;
}
.bp-step strong {
  display: block;
  margin-top: 14px;
  color: var(--bp-ink);
  font-size: 16px;
  line-height: 1.3;
}
.bp-step small {
  display: block;
  margin-top: 10px;
  color: var(--bp-muted);
  font-size: 13px;
  line-height: 1.7;
}
.bp-sample-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.bp-sample-card p { color: var(--bp-muted); font-size: 15px; line-height: 1.8; }
.bp-outline-btn {
  align-self: flex-start;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(95,103,71,.22) !important;
  color: var(--bp-olive) !important;
  background: transparent !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.bp-outline-btn:hover { border-color: var(--bp-gold) !important; color: var(--bp-gold) !important; }

@media (max-width: 1399px) {
  .bp-product-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bp-product-benefit:nth-child(3),
  .bp-product-benefit:nth-child(4) { border-top: 1px solid rgba(95,103,71,.12); }
  .bp-product-benefit:nth-child(3) { border-left: 0; }
  .bp-process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1199px) {
  .bp-product-gallery { grid-template-columns: 84px minmax(0, 1fr); }
  .bp-product-title { font-size: 42px; }
  .bp-product-top { margin-bottom: 24px; }
  .bp-product-lower, .bp-product-process { row-gap: 24px; }
}
@media (max-width: 991px) {
  .page-product #wrapper > .container { width: calc(100% - 24px); }
  .page-product .breadcrumb, .bp-product-shell { width: calc(100% - 0px); }
  .bp-product-top,
  .bp-product-lower,
  .bp-product-process { margin-left: -10px; margin-right: -10px; }
  .bp-product-gallery-col,
  .bp-product-summary-col,
  .bp-product-tabs-col,
  .bp-product-related-col,
  .bp-process-col,
  .bp-sample-col { padding: 0 10px; }
  .bp-product-summary-card,
  .bp-card,
  .bp-product-benefits-card { border-radius: 20px; }
  .bp-product-gallery { grid-template-columns: 1fr; }
  .bp-product-gallery .product-cover { grid-column: auto; }
  .bp-product-gallery .js-qv-mask { grid-column: auto; order: 2; }
  .bp-product-gallery .product-images { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .bp-product-gallery .thumb { border-radius: 14px; }
  .bp-product-benefits { grid-template-columns: 1fr; }
  .bp-product-benefit + .bp-product-benefit,
  .bp-product-benefit:nth-child(3),
  .bp-product-benefit:nth-child(4) { border-left: 0; border-top: 1px solid rgba(95,103,71,.12); }
  .bp-product-promise { grid-template-columns: 1fr; }
  .bp-product-related .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .page-product .breadcrumb { margin-top: 10px; font-size: 10px; }
  .bp-product-page { padding-bottom: 48px; }
  .bp-product-title { font-size: 34px; }
  .bp-product-summary-card { padding: 24px 18px 22px; }
  .bp-card { padding: 22px 18px 20px; }
  .bp-product-information .product-quantity { grid-template-columns: 1fr; }
  .bp-product-related .products { grid-template-columns: 1fr; }
  .bp-product-tabs .nav-tabs { gap: 6px; }
  .bp-product-tabs .nav-tabs .nav-link { min-height: 38px; padding: 0 12px; font-size: 11px; }
  .bp-process-steps { grid-template-columns: 1fr; }
  .bp-product-tabs .data-sheet { grid-template-columns: 1fr; }
}


/* V4.9.1 product page refinements */
@media (min-width: 992px) {
  .bp-product-top > .bp-product-gallery-col { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .bp-product-top > .bp-product-summary-col { flex: 0 0 41.666667%; max-width: 41.666667%; }
}
.bp-product-gallery { grid-template-columns: 118px minmax(0, 1fr); gap: 20px; }
.bp-product-gallery .product-images { gap: 16px; }
.bp-product-gallery .thumb-container,
.bp-product-gallery .thumb-container picture {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.bp-product-gallery .thumb {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.bp-product-gallery .product-cover img {
  aspect-ratio: 1 / 1.12;
  min-height: 760px;
}
.bp-product-gallery .product-cover.bp-zoom-trigger { cursor: zoom-in; }
.bp-product-gallery .product-cover.bp-zoom-trigger::after {
  content: "Kliknij, aby powiększyć";
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--bp-olive);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(61,57,42,.10);
}
.bp-product-gallery .layer {
  right: 18px;
  top: 18px;
  bottom: auto;
  z-index: 3;
}
.bp-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: -4px 0 16px;
}
.bp-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--bp-gold);
  font-size: 18px;
  line-height: 1;
}
.bp-rating-link {
  color: var(--bp-olive);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.bp-rating-link:hover { color: var(--bp-gold); text-decoration: none; }
.bp-short-description-wrap { margin-bottom: 16px; }
.bp-product-short-description.is-collapsed {
  max-height: 176px;
  overflow: hidden;
  position: relative;
}
.bp-product-short-description.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 54px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.98) 80%);
  pointer-events: none;
}
.bp-product-short-description.is-expanded { max-height: none; }
.bp-product-short-description.is-expanded::after { display: none; }
.bp-read-more {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bp-olive);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bp-read-more::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}
.bp-read-more:hover { color: var(--bp-gold); }
@media (max-width: 1199px) {
  .bp-product-gallery { grid-template-columns: 92px minmax(0, 1fr); }
  .bp-product-gallery .product-cover img { min-height: 620px; }
}
@media (max-width: 991px) {
  .bp-product-gallery .product-cover img { min-height: 0; aspect-ratio: 1 / 1.05; }
  .bp-product-gallery { grid-template-columns: 1fr; }
  .bp-product-gallery .product-images { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .bp-product-gallery .product-cover.bp-zoom-trigger::after { left: 14px; bottom: 14px; font-size: 10px; }
}
@media (max-width: 767px) {
  .bp-product-rating { margin-bottom: 12px; }
  .bp-stars { font-size: 16px; }
  .bp-product-short-description.is-collapsed { max-height: 148px; }
}


/* V4.9.2 product refinements */
.bp-product-benefits-card--gallery {
  margin-top: 18px;
  margin-bottom: 0;
}
.bp-product-benefits-card--gallery .bp-product-benefits {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3),
.bp-product-benefits-card--gallery .bp-product-benefit:nth-child(4) {
  border-top: 1px solid rgba(95,103,71,.12);
}
.bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3) { border-left: 0; }
.bp-product-benefits-card--gallery .bp-product-benefit {
  min-height: 74px;
}
.bp-product-gallery .product-cover {
  aspect-ratio: 1 / 1;
}
.bp-product-gallery .product-cover img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  object-fit: cover;
}
.bp-product-information .product-add-to-cart { margin-top: 14px; }
.bp-product-information .product-quantity {
  grid-template-columns: 240px auto minmax(260px, 1fr);
  gap: 18px;
  align-items: center;
}
.bp-product-information .product-quantity .qty {
  min-width: 0;
}
.bp-qty-stepper {
  display: grid;
  grid-template-columns: 56px minmax(0,1fr) 56px;
  align-items: stretch;
  height: 58px;
  border: 1px solid rgba(95,103,71,.22);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.bp-qty-stepper input {
  border: 0 !important;
  border-left: 1px solid rgba(95,103,71,.14) !important;
  border-right: 1px solid rgba(95,103,71,.14) !important;
  border-radius: 0 !important;
  height: 100% !important;
}
.bp-qty-btn {
  border: 0;
  background: #fff;
  color: var(--bp-ink);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}
.bp-qty-btn:hover { background: rgba(95,103,71,.05); }
.product-minimal-quantity--inline {
  margin: 0 !important;
  white-space: nowrap;
  color: #68685f !important;
  font-size: 15px !important;
}
.bp-product-information .product-quantity .add .btn {
  background: var(--bp-olive-dark) !important;
  color: #fff !important;
  border-color: var(--bp-olive-dark) !important;
  height: 58px;
}
.bp-product-information .product-quantity .add .btn svg,
.bp-product-information .product-quantity .add .btn path { color: #fff !important; fill: currentColor !important; }
.bp-product-information .product-quantity .wishlist,
.bp-product-information .product-quantity .product-additional-info,
.bp-product-information .product-quantity .compare {
  display: inline-flex;
  align-items: center;
}
.bp-product-information .product-quantity .wishlist .btn,
.bp-product-information .product-quantity .wishlist button,
.bp-product-information .product-quantity .product-additional-info a,
.bp-product-information .product-quantity .compare a {
  width: 58px;
  height: 58px;
  min-width: 58px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(95,103,71,.18);
  background: #fff;
  color: var(--bp-ink);
  font-size: 0;
}
.bp-product-information .product-quantity .wishlist .btn i,
.bp-product-information .product-quantity .wishlist button i,
.bp-product-information .product-quantity .product-additional-info a i,
.bp-product-information .product-quantity .compare a i { font-size: 28px; }
.bp-product-information .product-quantity .wishlist .btn:hover,
.bp-product-information .product-quantity .wishlist button:hover,
.bp-product-information .product-quantity .product-additional-info a:hover,
.bp-product-information .product-quantity .compare a:hover { color: var(--bp-gold); border-color: rgba(182,146,85,.35); }
.bp-product-extra-inline {
  display: none;
}
.bp-product-promise {
  gap: 16px 20px;
  margin-top: 22px;
  padding-top: 20px;
}
.bp-product-promise-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #66665c;
  font-size: 16px;
  line-height: 1.6;
}
.bp-product-promise-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(182,146,85,.10);
  color: var(--bp-gold);
  font-size: 16px;
  flex: 0 0 30px;
  margin-top: 1px;
}
.bp-product-promise-item strong { color: var(--bp-ink); font-weight: 700; }
@media (max-width: 1399px) {
  .bp-product-information .product-quantity {
    grid-template-columns: 220px minmax(180px, auto) minmax(220px, 1fr);
  }
}
@media (max-width: 1199px) {
  .bp-product-benefits-card--gallery .bp-product-benefits { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bp-product-information .product-quantity {
    grid-template-columns: 220px auto;
  }
  .product-minimal-quantity--inline {
    grid-column: 1 / -1;
    order: 2;
  }
  .bp-product-information .product-quantity .add { order: 3; grid-column: 1 / span 1; }
  .bp-product-information .product-quantity .wishlist,
  .bp-product-information .product-quantity .product-additional-info,
  .bp-product-information .product-quantity .compare { order: 3; }
}
@media (max-width: 991px) {
  .bp-product-benefits-card--gallery .bp-product-benefits { grid-template-columns: 1fr; }
  .bp-product-benefits-card--gallery .bp-product-benefit + .bp-product-benefit,
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3),
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(4) { border-left:0; border-top: 1px solid rgba(95,103,71,.12); }
  .bp-product-information .product-quantity {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
  }
  .bp-product-information .product-quantity .add,
  .bp-product-information .product-quantity .wishlist,
  .bp-product-information .product-quantity .product-additional-info,
  .bp-product-information .product-quantity .compare,
  .product-minimal-quantity--inline { grid-column: auto; order: initial; }
  .bp-product-promise { grid-template-columns: 1fr; }
}


/* V4.9.3 final polish */
.bp-product-summary-card {
  padding: 34px 34px 30px;
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(61,57,42,.06);
}
.bp-product-title { margin-bottom: 10px; }
.bp-product-price-wrap { margin-bottom: 8px; }
.bp-short-description-wrap { margin-bottom: 8px; }
.bp-read-more {
  margin-top: 14px;
  padding: 0;
  font-size: 11px;
  letter-spacing: .12em;
}
.bp-read-more::after { transition: transform .2s ease; }
.bp-read-more:hover::after { transform: translateX(2px); }
.bp-product-benefits-card--gallery {
  border: 1px solid rgba(95,103,71,.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,248,243,.98));
  box-shadow: 0 14px 36px rgba(61,57,42,.04);
}
.bp-product-benefits-card--gallery .bp-product-benefits {
  gap: 0;
}
.bp-product-benefits-card--gallery .bp-product-benefit {
  padding: 14px 18px;
}
.bp-product-benefits-card--gallery .bp-product-benefit strong {
  display: block;
  margin-bottom: 3px;
  color: var(--bp-ink);
  font-size: 15px;
}
.bp-product-benefits-card--gallery .bp-product-benefit small {
  display: block;
  color: #77766a;
  font-size: 12px;
}
.bp-benefit-icon,
.bp-product-promise-icon {
  font-size: 0;
}
.bp-benefit-icon .bp-svg-icon,
.bp-product-promise-icon .bp-svg-icon {
  width: 19px;
  height: 19px;
  display: block;
}
.bp-benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(182,146,85,.12);
}
.bp-product-information .control-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--bp-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bp-product-information .product-quantity {
  grid-template-columns: 240px max-content minmax(0, 1fr) 64px;
  grid-template-areas: 'qty min add wish';
  gap: 18px;
  align-items: center;
}
.bp-product-information .product-quantity .qty { grid-area: qty; }
.product-minimal-quantity--inline {
  grid-area: min;
  align-self: center;
  font-size: 14px !important;
  line-height: 1.4;
}
.bp-product-information .product-quantity .add { grid-area: add; }
.bp-product-information .product-quantity .wishlist,
.bp-product-information .product-quantity .product-additional-info,
.bp-product-information .product-quantity .compare { grid-area: wish; justify-self: end; }
.bp-qty-stepper {
  height: 60px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(61,57,42,.04);
}
.bp-qty-stepper input {
  font-size: 22px !important;
  font-weight: 700 !important;
}
.bp-qty-btn {
  font-size: 30px;
  color: #4f5149;
}
.bp-product-information .product-quantity .add .btn {
  min-width: 320px;
  padding: 0 28px;
  border-radius: 18px !important;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(95,103,71,.20);
}
.bp-product-information .product-quantity .wishlist .btn,
.bp-product-information .product-quantity .wishlist button,
.bp-product-information .product-quantity .product-additional-info a,
.bp-product-information .product-quantity .compare a {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(61,57,42,.04);
}
.bp-product-promise {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  margin-top: 26px;
  padding-top: 22px;
}
.bp-product-promise-item {
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid rgba(95,103,71,.10);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,248,243,.90));
}
.bp-product-promise-item strong {
  display: block;
  margin-bottom: 2px;
  color: var(--bp-ink);
  font-size: 15px;
}
.bp-product-promise-item div {
  color: #6f6e62;
  font-size: 13px;
  line-height: 1.55;
}
.bp-product-promise-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 12px;
}
@media (max-width: 1399px) {
  .bp-product-information .product-quantity {
    grid-template-columns: 220px max-content minmax(0, 1fr) 64px;
  }
  .bp-product-information .product-quantity .add .btn { min-width: 260px; }
}
@media (max-width: 1199px) {
  .bp-product-summary-card { padding: 30px 28px 26px; }
  .bp-product-information .product-quantity {
    grid-template-columns: 220px 1fr 64px;
    grid-template-areas:
      'qty min min'
      'add add wish';
    align-items: center;
  }
  .bp-product-information .product-quantity .add .btn { min-width: 0; width: 100%; }
}
@media (max-width: 991px) {
  .bp-product-summary-card { padding: 24px 20px 22px; }
  .bp-product-information .product-quantity {
    grid-template-columns: 1fr;
    grid-template-areas:
      'qty'
      'min'
      'add'
      'wish';
    gap: 12px;
  }
  .bp-product-information .product-quantity .wishlist,
  .bp-product-information .product-quantity .product-additional-info,
  .bp-product-information .product-quantity .compare { justify-self: start; }
  .bp-product-promise { grid-template-columns: 1fr; }
}


/* ==========================================================
   Bridartis Premium V4.9.4 FINAL — final product polish
   Header and footer are unchanged.
   ========================================================== */
.page-product .bp-product-top {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .bp-product-top > .bp-product-gallery-col {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .bp-product-top > .bp-product-summary-col {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.bp-product-gallery {
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
}
.bp-product-gallery .product-cover {
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: #f8f5ef;
}
.bp-product-gallery .product-cover img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
  object-position: center;
}
.bp-product-gallery .product-cover.bp-zoom-trigger {
  cursor: zoom-in;
  outline: none;
}
.bp-product-gallery .product-cover.bp-zoom-trigger:focus-visible {
  box-shadow: 0 0 0 3px rgba(182,146,85,.32), 0 18px 54px rgba(61,57,42,.06);
}
.bp-product-gallery .thumb-container,
.bp-product-gallery .thumb-container picture,
.bp-product-gallery .thumb {
  width: 100%;
  aspect-ratio: 1 / 1 !important;
}
.bp-product-gallery .thumb {
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  padding: 5px;
}
.bp-product-gallery .layer {
  top: 16px;
  right: 16px;
  bottom: auto;
  pointer-events: none;
}
.bp-product-gallery .product-cover.bp-zoom-trigger::after {
  left: 16px;
  bottom: 16px;
  font-size: 10px;
  letter-spacing: .10em;
}

.bp-product-benefits-card--gallery {
  margin-top: 16px;
  padding: 8px 12px;
}
.bp-product-benefits-card--gallery .bp-product-benefits {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.bp-product-benefits-card--gallery .bp-product-benefit {
  min-height: 80px;
  padding: 12px 10px;
  gap: 10px;
  justify-content: center;
}
.bp-product-benefits-card--gallery .bp-product-benefit + .bp-product-benefit {
  border-left: 1px solid rgba(95,103,71,.12);
  border-top: 0;
}
.bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3),
.bp-product-benefits-card--gallery .bp-product-benefit:nth-child(4) {
  border-top: 0;
}
.bp-product-benefits-card--gallery .bp-benefit-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 12px;
}
.bp-product-benefits-card--gallery .bp-benefit-icon .bp-svg-icon {
  width: 17px;
  height: 17px;
}
.bp-product-benefits-card--gallery .bp-product-benefit strong {
  font-size: 13px;
  line-height: 1.25;
}
.bp-product-benefits-card--gallery .bp-product-benefit small {
  font-size: 10px;
  line-height: 1.35;
}

.bp-product-summary-card {
  position: sticky;
  top: 24px;
  padding: 30px 30px 26px;
  border-radius: 24px;
}
.bp-product-badge {
  min-height: 30px;
  padding: 0 12px;
  font-size: 10px;
}
.bp-product-title {
  margin-top: 14px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.02;
}
.bp-product-meta {
  margin-bottom: 12px;
  font-size: 12px;
}
.bp-product-price-wrap .current-price,
.bp-product-price-wrap .current-price span[itemprop="price"] {
  font-size: clamp(28px, 2.1vw, 38px) !important;
}
.bp-product-rating {
  min-height: 30px;
  margin: 2px 0 14px;
}
.bp-product-rating-hook {
  display: flex;
  align-items: center;
  min-height: 24px;
}
.bp-product-rating-hook .grade-stars,
.bp-product-rating-hook .comments_note,
.bp-product-rating-hook .product-list-reviews {
  margin: 0 !important;
}
.bp-product-rating-hook .star,
.bp-product-rating-hook .material-icons {
  color: var(--bp-gold) !important;
}
.bp-rating-link {
  font-size: 12px;
  white-space: nowrap;
}
.bp-product-short-description,
.bp-product-short-description p {
  font-size: 14px;
  line-height: 1.72;
}
.bp-product-short-description.is-collapsed {
  max-height: 142px;
}
.bp-read-more {
  margin-top: 10px;
}

.bp-product-information .product-variants-item {
  margin-bottom: 13px;
}
.bp-product-information .product-variants-item select,
.bp-product-information .product-variants-item .form-control {
  min-height: 48px;
  border-radius: 12px !important;
}
.bp-product-information .product-variants-item .radio-label {
  min-height: 42px;
  border-radius: 12px !important;
}

.bp-product-information .product-quantity {
  display: grid;
  grid-template-columns: 160px minmax(100px, auto) minmax(230px, 1fr) auto;
  grid-template-areas: 'qty min add actions';
  gap: 10px;
  align-items: center;
}
.bp-product-information .product-quantity .qty { grid-area: qty; }
.product-minimal-quantity--inline {
  grid-area: min;
  margin: 0 !important;
  white-space: normal;
  color: #68685f !important;
  font-size: 12px !important;
  line-height: 1.45;
}
.bp-product-information .product-quantity .add { grid-area: add; }
.bp-product-action-extras {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}
.bp-product-action-extras:empty { display: none; }
.bp-qty-stepper {
  grid-template-columns: 44px minmax(0,1fr) 44px;
  height: 54px;
  border-radius: 14px;
}
.bp-qty-stepper input {
  min-width: 0;
  height: 52px !important;
  padding: 0 !important;
  font-size: 18px !important;
  -moz-appearance: textfield;
}
.bp-qty-stepper input::-webkit-outer-spin-button,
.bp-qty-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.bp-qty-btn {
  padding: 0;
  font-size: 24px;
}
.bp-product-information .product-quantity .add .btn {
  min-width: 0;
  width: 100%;
  height: 54px;
  padding: 0 18px;
  border-radius: 14px !important;
  color: #fff !important;
  font-size: 12px;
  letter-spacing: .08em;
  box-shadow: 0 14px 28px rgba(68,75,51,.20);
}
.bp-product-information .product-quantity .add .btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.bp-product-action-extras > * {
  margin: 0 !important;
}
.bp-product-action-extras .btn,
.bp-product-action-extras button,
.bp-product-action-extras a {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  border: 1px solid rgba(95,103,71,.18) !important;
  background: #fff !important;
  color: var(--bp-olive-dark) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  box-shadow: none !important;
}
.bp-product-action-extras .btn:hover,
.bp-product-action-extras button:hover,
.bp-product-action-extras a:hover {
  color: var(--bp-gold) !important;
  border-color: rgba(182,146,85,.42) !important;
}
.bp-product-action-extras i,
.bp-product-action-extras svg {
  width: 24px !important;
  height: 24px !important;
  font-size: 25px !important;
}

.bp-product-promise {
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
}
.bp-product-promise-item {
  min-height: 66px;
  padding: 12px 13px;
  gap: 10px;
  border-radius: 14px;
}
.bp-product-promise-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 10px;
}
.bp-product-promise-icon .bp-svg-icon {
  width: 17px;
  height: 17px;
}
.bp-product-promise-item strong {
  font-size: 13px;
  line-height: 1.35;
}
.bp-product-promise-item div {
  font-size: 11px;
  line-height: 1.45;
}

.bp-product-lower,
.bp-product-process {
  margin-bottom: 24px;
}
.bp-card {
  border-radius: 22px;
  padding: 26px;
}
.bp-product-tabs .nav-tabs {
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
}
.bp-product-tabs .nav-tabs::-webkit-scrollbar { display: none; }
.bp-product-tabs .nav-tabs .nav-link {
  white-space: nowrap;
}
.bp-product-related .products {
  gap: 12px;
}
.bp-product-related .products article .thumbnail-container {
  border-radius: 14px;
}
.bp-process-steps {
  gap: 10px;
}
.bp-step {
  min-height: 164px;
  padding: 18px 15px;
  border-radius: 16px;
}

@media (max-width: 1399px) {
  .bp-product-information .product-quantity {
    grid-template-columns: 150px minmax(88px, auto) minmax(210px, 1fr) auto;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit {
    padding: 11px 8px;
  }
}
@media (max-width: 1199px) {
  .bp-product-summary-card {
    position: static;
  }
  .bp-product-information .product-quantity {
    grid-template-columns: 160px 1fr auto;
    grid-template-areas:
      'qty min min'
      'add add actions';
  }
  .bp-product-benefits-card--gallery .bp-product-benefits {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3),
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(4) {
    border-top: 1px solid rgba(95,103,71,.12);
  }
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3) {
    border-left: 0;
  }
}
@media (max-width: 991px) {
  .bp-product-gallery {
    grid-template-columns: 1fr;
  }
  .bp-product-gallery .js-qv-mask {
    grid-column: auto;
    grid-row: auto;
  }
  .bp-product-gallery .product-cover {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }
  .bp-product-gallery .js-qv-mask {
    order: 2;
  }
  .bp-product-gallery .product-images {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
  .bp-product-information .product-quantity {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'qty qty'
      'min min'
      'add actions';
  }
  .bp-product-promise {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .bp-product-gallery .product-images {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .bp-product-information .product-quantity {
    grid-template-columns: 1fr;
    grid-template-areas:
      'qty'
      'min'
      'add'
      'actions';
  }
  .bp-product-action-extras {
    justify-content: flex-start;
  }
  .bp-product-benefits-card--gallery .bp-product-benefits {
    grid-template-columns: 1fr;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit + .bp-product-benefit,
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3),
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(95,103,71,.12);
  }
}


/* ==========================================================
   Bridartis Premium V4.9.5 — product breadcrumb / pathway
   ========================================================== */
.page-product .bp-breadcrumb,
.bp-breadcrumb {
  width: var(--bp-shell);
  max-width: none;
  margin: 18px auto 22px !important;
  padding: 0 !important;
  overflow: visible;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  font-family: "Manrope", Arial, sans-serif !important;
}
.bp-breadcrumb__list {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  min-height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.bp-breadcrumb__item {
  display: inline-flex !important;
  align-items: center;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: #5f6059;
  font-size: 13px !important;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
/* Remove separators injected by Classic or other inherited CSS. */
.bp-breadcrumb__item::before,
.bp-breadcrumb__item::after,
.bp-breadcrumb__item + .bp-breadcrumb__item::before,
.bp-breadcrumb__item + .bp-breadcrumb__item::after {
  content: none !important;
  display: none !important;
}
.bp-breadcrumb__home-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  flex: 0 0 21px;
  color: var(--bp-gold);
}
.bp-breadcrumb__home-icon svg,
.bp-breadcrumb__separator svg {
  display: block;
  width: 100%;
  height: 100%;
}
.bp-breadcrumb__link,
.bp-breadcrumb__current {
  display: inline-block;
  max-width: min(58vw, 720px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bp-breadcrumb__link {
  color: #34352f !important;
  font-weight: 600;
  transition: color .18s ease;
}
.bp-breadcrumb__link:hover,
.bp-breadcrumb__link:focus {
  color: var(--bp-olive) !important;
  text-decoration: none !important;
}
.bp-breadcrumb__current {
  color: #74756e;
  font-weight: 500;
}
.bp-breadcrumb__separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 0 13px;
  flex: 0 0 16px;
  color: #aaa89d;
}
@media (max-width: 991px) {
  .page-product .bp-breadcrumb,
  .bp-breadcrumb {
    width: calc(100% - 24px);
    margin: 12px auto 16px !important;
  }
  .bp-breadcrumb__list {
    flex-wrap: nowrap;
    min-height: 38px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .bp-breadcrumb__list::-webkit-scrollbar { display: none; }
  .bp-breadcrumb__item {
    flex: 0 0 auto;
    font-size: 12px !important;
  }
  .bp-breadcrumb__link,
  .bp-breadcrumb__current {
    max-width: 58vw;
  }
  .bp-breadcrumb__separator { margin: 0 9px; }
}
@media (max-width: 575px) {
  .bp-breadcrumb__home-icon {
    width: 19px;
    height: 19px;
    margin-right: 8px;
    flex-basis: 19px;
  }
  .bp-breadcrumb__item { font-size: 11px !important; }
  .bp-breadcrumb__separator {
    width: 14px;
    height: 14px;
    margin: 0 7px;
    flex-basis: 14px;
  }
}


/* V4.9.6 – gallery refinement */
#main .scroll-box-arrows,
#product .scroll-box-arrows,
.bp-product-gallery .scroll-box-arrows {
  display: none !important;
}
.bp-product-gallery-col .page-content#content {
  max-width: 980px;
}
.bp-product-gallery {
  grid-template-columns: 96px minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start;
}
.bp-product-gallery .js-qv-mask.mask {
  grid-column: 1;
  grid-row: 1;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  width: 96px !important;
}
.bp-product-gallery .product-images {
  display: flex !important;
  flex-direction: column;
  gap: 14px !important;
  width: 100% !important;
  transform: none !important;
  overflow: visible !important;
}
.bp-product-gallery .thumb-container,
.bp-product-gallery .thumb-container picture {
  width: 96px !important;
  height: 96px !important;
  aspect-ratio: 1 / 1;
}
.bp-product-gallery .thumb-container {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.bp-product-gallery .thumb {
  width: 96px !important;
  height: 96px !important;
  padding: 8px;
  border-radius: 22px !important;
  border: 1px solid rgba(95,103,71,.14) !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(61,57,42,.04);
  object-fit: cover !important;
}
.bp-product-gallery .thumb.selected,
.bp-product-gallery .thumb.js-thumb-selected {
  border-color: #7bb4c7 !important;
  box-shadow: 0 0 0 5px rgba(36,185,215,.12), 0 12px 26px rgba(61,57,42,.06) !important;
}
.bp-product-gallery .product-cover {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(95,103,71,.14);
  border-radius: 30px !important;
  background: #f7f4ef;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 16px 36px rgba(61,57,42,.04);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
}
.bp-product-gallery .product-cover img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
}
.bp-product-gallery .layer {
  display: none !important;
}
.bp-product-gallery .product-cover.bp-zoom-trigger::after {
  content: "KLIKNIJ, ABY POWIĘKSZYĆ" !important;
  left: 50% !important;
  right: auto !important;
  bottom: 20px !important;
  transform: translateX(-50%);
  padding: 12px 22px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.92) !important;
  color: var(--bp-olive) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(61,57,42,.10);
}
@media (max-width: 1399px) {
  .bp-product-gallery {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 20px !important;
  }
  .bp-product-gallery .js-qv-mask.mask,
  .bp-product-gallery .thumb-container,
  .bp-product-gallery .thumb-container picture,
  .bp-product-gallery .thumb {
    width: 88px !important;
    height: 88px !important;
  }
}
@media (max-width: 991px) {
  .bp-product-gallery {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .bp-product-gallery .product-cover {
    grid-column: 1;
    grid-row: 1;
    padding: 16px;
    border-radius: 24px !important;
  }
  .bp-product-gallery .js-qv-mask.mask {
    grid-column: 1;
    grid-row: 2;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 4px;
  }
  .bp-product-gallery .product-images {
    flex-direction: row !important;
    gap: 12px !important;
    width: max-content !important;
  }
  .bp-product-gallery .thumb-container,
  .bp-product-gallery .thumb-container picture,
  .bp-product-gallery .thumb {
    width: 82px !important;
    height: 82px !important;
  }
  .bp-product-gallery .product-cover.bp-zoom-trigger::after {
    bottom: 14px !important;
    padding: 10px 16px !important;
    font-size: 10px !important;
  }
}


/* V4.9.7 – gallery aligned to approved screenshot */
#main .bp-gallery-arrows,
#product .bp-gallery-arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 112px;
  height: 532px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
  pointer-events: none;
}
#main .bp-gallery-arrows button,
#product .bp-gallery-arrows button {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #4b5448;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
#main .bp-gallery-arrows button:hover,
#product .bp-gallery-arrows button:hover {
  color: var(--bp-olive);
}
#main .bp-gallery-arrows button[disabled],
#product .bp-gallery-arrows button[disabled] {
  opacity: .28;
  cursor: default;
}
.bp-product-gallery-col .page-content#content {
  position: relative;
  max-width: 1040px;
}
.bp-product-gallery {
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 26px !important;
  align-items: start;
}
.bp-product-gallery .js-qv-mask.mask {
  grid-column: 1;
  grid-row: 1;
  width: 112px !important;
  margin-top: 46px;
  margin-bottom: 46px;
  max-height: 440px !important;
  overflow: hidden !important;
  padding: 0 !important;
  scrollbar-width: none;
}
.bp-product-gallery .js-qv-mask.mask::-webkit-scrollbar {
  display: none;
}
.bp-product-gallery .product-images {
  display: flex !important;
  flex-direction: column;
  gap: 16px !important;
  width: 100%;
  overflow: visible !important;
  transform: none !important;
}
.bp-product-gallery .thumb-container,
.bp-product-gallery .thumb-container picture,
.bp-product-gallery .thumb {
  width: 112px !important;
  height: 98px !important;
}
.bp-product-gallery .thumb-container {
  margin: 0 !important;
  padding: 0 !important;
}
.bp-product-gallery .thumb {
  padding: 10px;
  border-radius: 18px !important;
  border: 1px solid rgba(188, 179, 160, .45) !important;
  background: #fff !important;
  box-shadow: none !important;
  object-fit: cover !important;
}
.bp-product-gallery .thumb.selected,
.bp-product-gallery .thumb.js-thumb-selected {
  border-width: 4px !important;
  border-color: #35b8db !important;
  padding: 7px;
}
.bp-product-gallery .product-cover {
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 24px !important;
  border: 1px solid rgba(188,179,160,.45);
  background: #f5f1eb !important;
  box-shadow: none !important;
  overflow: hidden;
}
.bp-product-gallery .product-cover img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
}
.bp-product-gallery .product-cover::after {
  content: none !important;
}
.bp-product-gallery .layer {
  position: absolute !important;
  right: 24px !important;
  bottom: 24px !important;
  width: 78px !important;
  height: 78px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: rgba(255,255,255,.96) !important;
  color: #30402f !important;
  box-shadow: 0 12px 30px rgba(61,57,42,.12) !important;
}
.bp-product-gallery .layer svg {
  width: 34px !important;
  height: 34px !important;
}
@media (max-width: 1199px) {
  #main .bp-gallery-arrows,
  #product .bp-gallery-arrows {
    width: 98px;
    height: 476px;
  }
  .bp-product-gallery {
    grid-template-columns: 98px minmax(0, 1fr) !important;
    gap: 20px !important;
  }
  .bp-product-gallery .js-qv-mask.mask {
    width: 98px !important;
    max-height: 392px !important;
  }
  .bp-product-gallery .thumb-container,
  .bp-product-gallery .thumb-container picture,
  .bp-product-gallery .thumb {
    width: 98px !important;
    height: 86px !important;
  }
}
@media (max-width: 991px) {
  #main .bp-gallery-arrows,
  #product .bp-gallery-arrows {
    display: none !important;
  }
  .bp-product-gallery {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .bp-product-gallery .product-cover {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 1 / 1 !important;
  }
  .bp-product-gallery .js-qv-mask.mask {
    grid-column: 1;
    grid-row: 2;
    width: 100% !important;
    margin: 0 !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  .bp-product-gallery .product-images {
    flex-direction: row !important;
    gap: 12px !important;
    width: max-content !important;
  }
  .bp-product-gallery .thumb-container,
  .bp-product-gallery .thumb-container picture,
  .bp-product-gallery .thumb {
    width: 84px !important;
    height: 84px !important;
  }
  .bp-product-gallery .layer {
    width: 60px !important;
    height: 60px !important;
    right: 16px !important;
    bottom: 16px !important;
  }
  .bp-product-gallery .layer svg {
    width: 26px !important;
    height: 26px !important;
  }
}


/* V4.9.8 – verified live-screenshot gallery correction */
.page-product .bp-product-shell {
  width: min(1680px, calc(100% - 56px)) !important;
}
@media (min-width: 1200px) {
  .bp-product-top > .bp-product-gallery-col {
    flex: 0 0 67% !important;
    max-width: 67% !important;
  }
  .bp-product-top > .bp-product-summary-col {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
}
.bp-product-gallery-col .page-content#content {
  max-width: none !important;
}
.bp-product-gallery {
  grid-template-columns: 108px minmax(0, 1fr) !important;
  gap: 26px !important;
}
.bp-product-gallery .js-qv-mask.mask {
  width: 108px !important;
  max-height: 480px !important;
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.bp-product-gallery .thumb-container,
.bp-product-gallery .thumb-container picture,
.bp-product-gallery .thumb {
  width: 108px !important;
  height: 108px !important;
}
.bp-product-gallery .product-cover {
  min-width: 0 !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  background: #f6f2ec !important;
}
.bp-product-gallery .product-cover img,
.bp-product-gallery .product-cover .js-qv-product-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.12);
  transform-origin: center;
  transition: transform .3s ease;
}
.bp-product-gallery .product-cover:hover img,
.bp-product-gallery .product-cover:hover .js-qv-product-cover {
  transform: scale(1.15);
}
/* Kill the old text badge with the exact same specificity that created it. */
.bp-product-gallery .product-cover.bp-zoom-trigger::after {
  content: none !important;
  display: none !important;
}
.bp-product-gallery .layer {
  display: inline-flex !important;
  right: 24px !important;
  bottom: 24px !important;
  width: 76px !important;
  height: 76px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.96) !important;
  color: #344235 !important;
  box-shadow: 0 12px 30px rgba(61,57,42,.16) !important;
  z-index: 5 !important;
}
.bp-product-gallery .layer svg {
  width: 34px !important;
  height: 34px !important;
}
#main .bp-gallery-arrows,
#product .bp-gallery-arrows {
  display: flex !important;
  width: 108px !important;
  height: 576px !important;
}
#main .bp-gallery-arrows button,
#product .bp-gallery-arrows button {
  width: 44px !important;
  height: 44px !important;
  color: #445044 !important;
  opacity: 1;
}
#main .bp-gallery-arrows button svg,
#product .bp-gallery-arrows button svg {
  width: 34px;
  height: 34px;
}
#main .bp-gallery-arrows button[disabled],
#product .bp-gallery-arrows button[disabled] {
  opacity: .30 !important;
}
@media (max-width: 1399px) and (min-width: 992px) {
  .page-product .bp-product-shell {
    width: min(1380px, calc(100% - 40px)) !important;
  }
  .bp-product-gallery {
    grid-template-columns: 100px minmax(0, 1fr) !important;
    gap: 20px !important;
  }
  .bp-product-gallery .js-qv-mask.mask {
    width: 100px !important;
    max-height: 408px !important;
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .bp-product-gallery .thumb-container,
  .bp-product-gallery .thumb-container picture,
  .bp-product-gallery .thumb {
    width: 100px !important;
    height: 90px !important;
  }
  #main .bp-gallery-arrows,
  #product .bp-gallery-arrows {
    width: 100px !important;
    height: 496px !important;
  }
}
@media (max-width: 991px) {
  .page-product .bp-product-shell {
    width: calc(100% - 24px) !important;
  }
  .bp-product-gallery .product-cover img,
  .bp-product-gallery .product-cover .js-qv-product-cover {
    transform: none !important;
  }
  .bp-product-gallery .layer {
    width: 58px !important;
    height: 58px !important;
    right: 14px !important;
    bottom: 14px !important;
  }
  .bp-product-gallery .layer svg {
    width: 26px !important;
    height: 26px !important;
  }
}


/* V4.9.9 – benefits strip directly under gallery */
.bp-product-gallery-col {
  display: flex;
  flex-direction: column;
}
.bp-product-gallery-col > .page-content#content {
  width: 100%;
}
.bp-product-benefits-card--gallery {
  width: 100%;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(210, 198, 178, .8) !important;
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden;
}
.bp-product-benefits-card--gallery .bp-product-benefits {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
}
.bp-product-benefits-card--gallery .bp-product-benefit {
  min-height: 112px;
  padding: 22px 20px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 16px !important;
  text-align: left !important;
  background: transparent !important;
  border-top: 0 !important;
  border-left: 0 !important;
}
.bp-product-benefits-card--gallery .bp-product-benefit + .bp-product-benefit {
  border-left: 1px solid rgba(219, 209, 192, .85) !important;
}
.bp-product-benefits-card--gallery .bp-benefit-icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(210, 190, 155, .95) !important;
  background: #fff !important;
  color: #b89455 !important;
  box-shadow: none !important;
}
.bp-product-benefits-card--gallery .bp-benefit-icon .bp-svg-icon {
  width: 24px !important;
  height: 24px !important;
}
.bp-product-benefits-card--gallery .bp-product-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: #2d2d27 !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.2;
}
.bp-product-benefits-card--gallery .bp-product-benefit small {
  display: block;
  color: #737166 !important;
  font-size: 14px !important;
  line-height: 1.35;
}
@media (max-width: 1399px) {
  .bp-product-benefits-card--gallery .bp-product-benefit {
    min-height: 102px;
    padding: 18px 16px !important;
    gap: 12px !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit strong {
    font-size: 16px !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit small {
    font-size: 13px !important;
  }
  .bp-product-benefits-card--gallery .bp-benefit-icon {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
  }
}
@media (max-width: 1199px) {
  .bp-product-benefits-card--gallery .bp-product-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3),
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(4) {
    border-top: 1px solid rgba(219, 209, 192, .85) !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3) {
    border-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .bp-product-benefits-card--gallery {
    border-radius: 20px !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefits {
    grid-template-columns: 1fr !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit + .bp-product-benefit,
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3),
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(4) {
    border-left: 0 !important;
    border-top: 1px solid rgba(219, 209, 192, .85) !important;
  }
}


/* V4.9.10 — benefits strip exact compact proportions */
.bp-product-benefits-card--gallery {
  width: 100% !important;
  height: 148px !important;
  min-height: 148px !important;
  max-height: 148px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 1px solid #ded7ca !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
.bp-product-benefits-card--gallery .bp-product-benefits {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  height: 100% !important;
  gap: 0 !important;
}
.bp-product-benefits-card--gallery .bp-product-benefit {
  min-width: 0 !important;
  min-height: 0 !important;
  height: 148px !important;
  padding: 18px 22px !important;
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: stretch !important;
  column-gap: 16px !important;
  text-align: left !important;
  border: 0 !important;
  background: #fff !important;
}
.bp-product-benefits-card--gallery .bp-product-benefit + .bp-product-benefit {
  border-left: 1px solid #e4ddd1 !important;
}
.bp-product-benefits-card--gallery .bp-benefit-icon {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  flex: 0 0 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid #cfb88d !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #b78f4d !important;
  box-shadow: none !important;
}
.bp-product-benefits-card--gallery .bp-benefit-icon .bp-svg-icon {
  display: block !important;
  width: 23px !important;
  height: 23px !important;
}
.bp-product-benefits-card--gallery .bp-product-benefit > div {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.bp-product-benefits-card--gallery .bp-product-benefit strong {
  display: block !important;
  margin: 0 0 6px !important;
  color: #252620 !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.bp-product-benefits-card--gallery .bp-product-benefit small {
  display: block !important;
  margin: 0 !important;
  color: #77756e !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .bp-product-benefits-card--gallery .bp-product-benefit {
    padding: 16px 14px !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    column-gap: 11px !important;
  }
  .bp-product-benefits-card--gallery .bp-benefit-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }
  .bp-product-benefits-card--gallery .bp-benefit-icon .bp-svg-icon {
    width: 20px !important;
    height: 20px !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit strong {
    font-size: 14px !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit small {
    font-size: 11px !important;
  }
}
@media (max-width: 1199px) {
  .bp-product-benefits-card--gallery {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit {
    height: 112px !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3),
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(4) {
    border-top: 1px solid #e4ddd1 !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit:nth-child(3) {
    border-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .bp-product-benefits-card--gallery .bp-product-benefits {
    grid-template-columns: 1fr !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit {
    height: 96px !important;
    padding: 14px 18px !important;
  }
  .bp-product-benefits-card--gallery .bp-product-benefit + .bp-product-benefit {
    border-left: 0 !important;
    border-top: 1px solid #e4ddd1 !important;
  }
}


/* V4.9.11 — rebuilt benefits component, no legacy class cascade */
@media (min-width: 1200px) {
  .bp-product-top > .bp-product-gallery-col {
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
  }
  .bp-product-top > .bp-product-summary-col {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}
.bp-gallery-trust {
  width: 100%;
  min-height: 104px;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #ded7ca;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
}
.bp-gallery-trust__item {
  min-width: 0;
  min-height: 104px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
}
.bp-gallery-trust__item + .bp-gallery-trust__item {
  border-left: 1px solid #e4ddd1;
}
.bp-gallery-trust__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #cfb88d;
  border-radius: 50%;
  color: #b78f4d;
  background: #fff;
}
.bp-gallery-trust__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.bp-gallery-trust__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bp-gallery-trust__copy strong {
  display: block;
  margin: 0 0 4px;
  color: #252620;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.18;
  white-space: nowrap;
}
.bp-gallery-trust__copy small {
  display: block;
  margin: 0;
  color: #77756e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.38;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .bp-gallery-trust__item {
    padding: 14px 12px;
    gap: 10px;
  }
  .bp-gallery-trust__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .bp-gallery-trust__icon svg {
    width: 19px;
    height: 19px;
  }
  .bp-gallery-trust__copy strong { font-size: 13px; }
  .bp-gallery-trust__copy small { font-size: 10.5px; }
}
@media (max-width: 1199px) {
  .bp-gallery-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bp-gallery-trust__item:nth-child(3),
  .bp-gallery-trust__item:nth-child(4) {
    border-top: 1px solid #e4ddd1;
  }
  .bp-gallery-trust__item:nth-child(3) {
    border-left: 0;
  }
}
@media (max-width: 575px) {
  .bp-gallery-trust {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .bp-gallery-trust__item {
    min-height: 88px;
    padding: 14px 16px;
  }
  .bp-gallery-trust__item + .bp-gallery-trust__item,
  .bp-gallery-trust__item:nth-child(3),
  .bp-gallery-trust__item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #e4ddd1;
  }
  .bp-gallery-trust__copy strong {
    white-space: normal;
  }
}


/* ==========================================================
   V4.9.12 — purchase panel + responsive gallery hard fix
   ========================================================== */
/* wider, balanced desktop layout; stack before Bootstrap lg starts squeezing */
@media (min-width: 1500px) {
  .page-product .bp-product-shell {
    width: min(1720px, calc(100% - 64px)) !important;
  }
  .bp-product-top > .bp-product-gallery-col {
    flex: 0 0 58% !important;
    max-width: 58% !important;
  }
  .bp-product-top > .bp-product-summary-col {
    flex: 0 0 42% !important;
    max-width: 42% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .bp-product-top > .bp-product-gallery-col {
    flex: 0 0 57% !important;
    max-width: 57% !important;
  }
  .bp-product-top > .bp-product-summary-col {
    flex: 0 0 43% !important;
    max-width: 43% !important;
  }
}

/* purchase area: isolated from all legacy .product-quantity rules */
.bp-product-information .bp-buybox {
  margin-top: 18px;
}
.bp-product-information .bp-buybox__label {
  display: block !important;
  margin: 0 0 12px !important;
  color: #303128 !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
.bp-product-information .bp-buybox__grid {
  display: grid !important;
  grid-template-columns: 156px 112px minmax(235px, 1fr) 58px !important;
  grid-template-areas: "qty minimum add extras" !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}
.bp-buybox__qty { grid-area: qty; }
.bp-buybox__minimum { grid-area: minimum; }
.bp-buybox__add { grid-area: add; min-width: 0; }
.bp-buybox__extras { grid-area: extras; min-width: 0; }
.bp-product-information .bp-qty-stepper {
  display: grid !important;
  grid-template-columns: 48px minmax(52px, 1fr) 48px !important;
  align-items: stretch !important;
  width: 156px !important;
  height: 58px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid #d9d6cd !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(61,57,42,.05) !important;
}
.bp-product-information .bp-qty-stepper input#quantity_wanted {
  width: 100% !important;
  min-width: 0 !important;
  height: 56px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid #e2dfd7 !important;
  border-right: 1px solid #e2dfd7 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #292a24 !important;
  box-shadow: none !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 56px !important;
  text-align: center !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}
.bp-product-information .bp-qty-stepper input#quantity_wanted::-webkit-outer-spin-button,
.bp-product-information .bp-qty-stepper input#quantity_wanted::-webkit-inner-spin-button {
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.bp-product-information .bp-qty-btn {
  width: 48px !important;
  height: 56px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #4f5148 !important;
  box-shadow: none !important;
  font-family: Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.bp-product-information .bp-qty-btn:hover {
  background: #f7f5f0 !important;
  color: #9b783e !important;
}
.bp-product-information .bp-buybox__minimum {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 58px !important;
  margin: 0 !important;
  color: #74736a !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  white-space: normal !important;
}
.bp-product-information .bp-buybox__minimum span,
.bp-product-information .bp-buybox__minimum strong {
  display: block !important;
}
.bp-product-information .bp-buybox__minimum strong {
  color: #55564e !important;
  font-weight: 500 !important;
}
.bp-product-information .bp-buybox__add .add-to-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  overflow: hidden !important;
  border: 1px solid #566040 !important;
  border-radius: 16px !important;
  background: #566040 !important;
  color: #fff !important;
  box-shadow: 0 15px 30px rgba(74,83,55,.18) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
.bp-product-information .bp-buybox__add .add-to-cart:hover {
  background: #465033 !important;
  border-color: #465033 !important;
}
.bp-product-information .bp-buybox__add .add-to-cart svg {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  color: #fff !important;
}
.bp-product-information .bp-buybox__add .add-to-cart svg path {
  fill: currentColor !important;
}
.bp-product-information .bp-buybox__extras {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 58px !important;
  height: 58px !important;
  overflow: visible !important;
}
.bp-product-information .bp-buybox__extras > * {
  margin: 0 !important;
}
.bp-product-information .bp-buybox__extras button,
.bp-product-information .bp-buybox__extras a,
.bp-product-information .bp-buybox__extras .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  min-width: 58px !important;
  height: 58px !important;
  padding: 0 !important;
  border: 1px solid #d9d6cd !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #34362f !important;
  box-shadow: 0 10px 24px rgba(61,57,42,.05) !important;
  font-size: 0 !important;
}
.bp-product-information .bp-buybox__extras i,
.bp-product-information .bp-buybox__extras svg {
  width: 27px !important;
  height: 27px !important;
  font-size: 27px !important;
  color: currentColor !important;
}
.bp-product-information .bp-buybox__availability {
  display: block;
  margin-top: 10px;
  color: #74736a;
  font-size: 12px;
}

/* info cards under buy row */
.bp-product-information .bp-product-promise {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 24px 0 0 !important;
  padding: 22px 0 0 !important;
  border-top: 1px solid #e2dfd7 !important;
}
.bp-product-information .bp-product-promise-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  min-width: 0 !important;
  min-height: 88px !important;
  padding: 15px !important;
  border: 1px solid #e5e1d9 !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg,#fff 0%,#faf8f3 100%) !important;
  box-shadow: none !important;
}
.bp-product-information .bp-product-promise-icon {
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: #f5efe4 !important;
  color: #c09956 !important;
}
.bp-product-information .bp-product-promise-icon svg {
  width: 18px !important;
  height: 18px !important;
}
.bp-product-information .bp-product-promise-item > div {
  min-width: 0 !important;
  color: #77766d !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}
.bp-product-information .bp-product-promise-item strong {
  display: block !important;
  margin: 0 0 3px !important;
  color: #313229 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

/* medium desktop: keep purchase controls inside card, never overflow */
@media (min-width: 1200px) and (max-width: 1499px) {
  .bp-product-information .bp-buybox__grid {
    grid-template-columns: 156px minmax(0,1fr) 58px !important;
    grid-template-areas:
      "qty minimum minimum"
      "add add extras" !important;
    row-gap: 12px !important;
  }
  .bp-product-information .bp-buybox__add .add-to-cart {
    width: 100% !important;
  }
}

/* tablet: stack product columns and rebuild gallery into a safe single-column layout */
@media (max-width: 1199px) {
  .bp-product-top {
    display: flex !important;
    flex-direction: column !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 28px !important;
  }
  .bp-product-top > .bp-product-gallery-col,
  .bp-product-top > .bp-product-summary-col {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bp-product-gallery-col .page-content#content {
    width: 100% !important;
    max-width: 920px !important;
    margin: 0 auto !important;
  }
  #main .bp-gallery-arrows,
  #product .bp-gallery-arrows {
    display: none !important;
  }
  .bp-product-gallery {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .bp-product-gallery .product-cover {
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: 1 !important;
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    aspect-ratio: 1/1 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 24px !important;
  }
  .bp-product-gallery .product-cover picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }
  .bp-product-gallery .product-cover img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .bp-product-gallery .js-qv-mask.mask {
    grid-column: 1 !important;
    grid-row: 2 !important;
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 2px 0 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  .bp-product-gallery .product-images {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: max-content !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }
  .bp-product-gallery .thumb-container,
  .bp-product-gallery .thumb-container picture,
  .bp-product-gallery .thumb {
    display: block !important;
    width: 88px !important;
    min-width: 88px !important;
    height: 88px !important;
  }
  .bp-gallery-trust {
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bp-product-summary-card {
    position: static !important;
    width: 100% !important;
    max-width: 920px !important;
    margin: 0 auto !important;
  }
  .bp-product-information .bp-buybox__grid {
    grid-template-columns: 156px minmax(120px,1fr) minmax(260px,1.4fr) 58px !important;
    grid-template-areas: "qty minimum add extras" !important;
  }
}

@media (max-width: 767px) {
  .bp-product-gallery .thumb-container,
  .bp-product-gallery .thumb-container picture,
  .bp-product-gallery .thumb {
    width: 76px !important;
    min-width: 76px !important;
    height: 76px !important;
  }
  .bp-product-information .bp-buybox__grid {
    grid-template-columns: 1fr 58px !important;
    grid-template-areas:
      "qty qty"
      "minimum minimum"
      "add extras" !important;
    gap: 12px !important;
  }
  .bp-product-information .bp-qty-stepper {
    width: 100% !important;
    grid-template-columns: 56px minmax(70px,1fr) 56px !important;
  }
  .bp-product-information .bp-qty-btn {
    width: 56px !important;
  }
  .bp-product-information .bp-product-promise {
    grid-template-columns: 1fr !important;
  }
}


/* ==========================================================
   V4.9.13 — isolated product layout, gallery, trust strip and buybox facts
   ========================================================== */
.page-product #wrapper > .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-product .bp-product-shell {
  width: min(1540px, calc(100% - 56px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.bp-product-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.62fr) minmax(520px, .98fr) !important;
  gap: 30px !important;
  align-items: start !important;
  margin: 0 0 30px !important;
}
.bp-product-layout > .bp-product-gallery-col,
.bp-product-layout > .bp-product-summary-col {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  flex: none !important;
}
.bp-product-layout .bp-product-summary-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* gallery – completely independent from legacy scrollbox styles */
.bp-pgallery {
  display: grid !important;
  grid-template-columns: 102px minmax(0, 1fr) !important;
  gap: 22px !important;
  width: 100% !important;
  min-width: 0 !important;
  align-items: stretch !important;
}
.bp-pgallery__rail {
  display: grid !important;
  grid-template-rows: 34px 388px 34px !important;
  gap: 10px !important;
  width: 102px !important;
  min-width: 102px !important;
  align-items: center !important;
}
.bp-pgallery__viewport {
  width: 102px !important;
  height: 388px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: none !important;
  scroll-behavior: smooth;
}
.bp-pgallery__viewport::-webkit-scrollbar { display: none !important; }
.bp-pgallery__thumbs {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 102px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  transform: none !important;
}
.bp-pgallery__thumb-item,
.bp-pgallery__thumb-item picture,
.bp-pgallery__thumb {
  display: block !important;
  width: 102px !important;
  height: 88px !important;
  min-width: 102px !important;
  min-height: 88px !important;
  margin: 0 !important;
}
.bp-pgallery__thumb {
  padding: 7px !important;
  border: 1px solid #ddd7cd !important;
  border-radius: 18px !important;
  background: #fff !important;
  object-fit: cover !important;
  box-shadow: none !important;
}
.bp-pgallery__thumb.selected,
.bp-pgallery__thumb.js-thumb-selected {
  padding: 5px !important;
  border: 3px solid #30b8db !important;
  box-shadow: none !important;
}
.bp-pgallery__arrow {
  width: 34px !important;
  height: 34px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #465044 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
}
.bp-pgallery__arrow svg { width: 28px !important; height: 28px !important; }
.bp-pgallery__arrow[disabled] { opacity: .28; cursor: default; }
.bp-pgallery__stage.product-cover {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #ddd7cd !important;
  border-radius: 26px !important;
  background: #f6f2ec !important;
  box-shadow: none !important;
  cursor: zoom-in !important;
}
.bp-pgallery__picture,
.bp-pgallery__main {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.bp-pgallery__main {
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  border: 0 !important;
}
.bp-pgallery__stage::after { content: none !important; }
.bp-pgallery__zoom {
  position: absolute !important;
  right: 22px !important;
  bottom: 22px !important;
  width: 68px !important;
  height: 68px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,.96) !important;
  color: #344233 !important;
  box-shadow: 0 12px 28px rgba(61,57,42,.12) !important;
}
.bp-pgallery__zoom svg { width: 30px !important; height: 30px !important; }

/* compact four-item strip – no overlap at any desktop width */
.bp-gallery-trust {
  width: 100% !important;
  min-height: 86px !important;
  margin: 18px 0 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  border-radius: 20px !important;
}
.bp-gallery-trust__item {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 10px !important;
  min-width: 0 !important;
  min-height: 86px !important;
  padding: 13px 12px !important;
  align-items: center !important;
}
.bp-gallery-trust__icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  flex: none !important;
}
.bp-gallery-trust__icon svg { width: 18px !important; height: 18px !important; }
.bp-gallery-trust__copy {
  min-width: 0 !important;
  overflow: hidden !important;
}
.bp-gallery-trust__copy strong {
  margin: 0 0 3px !important;
  font-size: 12.5px !important;
  line-height: 1.18 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}
.bp-gallery-trust__copy small {
  font-size: 10.5px !important;
  line-height: 1.28 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* purchase row stays in one line on desktop */
.bp-product-information .bp-buybox__grid {
  grid-template-columns: 138px 96px minmax(210px, 1fr) 54px !important;
  grid-template-areas: "qty minimum add extras" !important;
  gap: 10px !important;
  align-items: center !important;
}
.bp-product-information .bp-qty-stepper {
  width: 138px !important;
  height: 54px !important;
  grid-template-columns: 43px minmax(50px,1fr) 43px !important;
  border-radius: 14px !important;
}
.bp-product-information .bp-qty-stepper input#quantity_wanted,
.bp-product-information .bp-qty-btn { height: 52px !important; }
.bp-product-information .bp-qty-btn { width: 43px !important; font-size: 25px !important; }
.bp-product-information .bp-buybox__minimum {
  min-height: 54px !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}
.bp-product-information .bp-buybox__add .add-to-cart {
  height: 54px !important;
  min-width: 0 !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  font-size: 12px !important;
  letter-spacing: .06em !important;
}
.bp-product-information .bp-buybox__extras,
.bp-product-information .bp-buybox__extras button,
.bp-product-information .bp-buybox__extras a,
.bp-product-information .bp-buybox__extras .btn {
  width: 54px !important;
  min-width: 54px !important;
  height: 54px !important;
  border-radius: 14px !important;
}

/* exact information layout from the reference: no cards, no dead right column */
.bp-product-information .bp-product-facts {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 14px 24px !important;
  margin: 22px 0 0 !important;
  padding: 20px 0 0 !important;
  border-top: 1px solid #e1ddd5 !important;
}
.bp-product-information .bp-product-fact {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.bp-product-information .bp-product-fact--wide {
  grid-column: 1 / -1 !important;
}
.bp-product-information .bp-product-fact .bp-product-promise-icon {
  width: 28px !important;
  height: 28px !important;
  flex: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #b79050 !important;
}
.bp-product-information .bp-product-fact .bp-product-promise-icon svg {
  width: 22px !important;
  height: 22px !important;
}
.bp-product-information .bp-product-fact > div {
  color: #57584f !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
.bp-product-information .bp-product-fact strong {
  display: inline !important;
  margin: 0 !important;
  color: #292a24 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1250px) {
  .bp-product-layout {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .bp-product-layout .bp-product-gallery-col,
  .bp-product-layout .bp-product-summary-col {
    width: 100% !important;
  }
  .bp-product-layout .bp-product-summary-card {
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bp-product-gallery-col > .page-content#content,
  .bp-product-gallery-col > .bp-gallery-trust {
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bp-product-information .bp-buybox__grid {
    grid-template-columns: 138px 110px minmax(250px,1fr) 54px !important;
  }
}
@media (max-width: 800px) {
  .page-product .bp-product-shell { width: calc(100% - 24px) !important; }
  .bp-pgallery {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .bp-pgallery__stage { grid-column: 1 !important; grid-row: 1 !important; }
  .bp-pgallery__rail {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  .bp-pgallery__arrow { display: none !important; }
  .bp-pgallery__viewport {
    width: 100% !important;
    height: 82px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  .bp-pgallery__thumbs {
    flex-direction: row !important;
    width: max-content !important;
    gap: 10px !important;
  }
  .bp-pgallery__thumb-item,
  .bp-pgallery__thumb-item picture,
  .bp-pgallery__thumb {
    width: 82px !important;
    min-width: 82px !important;
    height: 82px !important;
    min-height: 82px !important;
  }
  .bp-gallery-trust {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
  .bp-gallery-trust__item:nth-child(3),
  .bp-gallery-trust__item:nth-child(4) { border-top: 1px solid #e4ddd1 !important; }
  .bp-gallery-trust__item:nth-child(3) { border-left: 0 !important; }
  .bp-product-information .bp-buybox__grid {
    grid-template-columns: 1fr 54px !important;
    grid-template-areas:
      "qty qty"
      "minimum minimum"
      "add extras" !important;
    gap: 10px !important;
  }
  .bp-product-information .bp-qty-stepper { width: 100% !important; }
}
@media (max-width: 520px) {
  .bp-gallery-trust { grid-template-columns: 1fr !important; }
  .bp-gallery-trust__item + .bp-gallery-trust__item,
  .bp-gallery-trust__item:nth-child(3),
  .bp-gallery-trust__item:nth-child(4) {
    border-left: 0 !important;
    border-top: 1px solid #e4ddd1 !important;
  }
  .bp-product-information .bp-product-facts {
    grid-template-columns: 1fr !important;
  }
  .bp-product-information .bp-product-fact--wide { grid-column: auto !important; }
}


/* V4.9.15 unified workflow card matching reference */
.bp-process-unified { margin-top: 26px; }
.bp-process-unified-card {
  display: grid;
  grid-template-columns: 1.2fr 2.6fr 1.4fr;
  gap: 0;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 24px !important;
}
.bp-process-intro,
.bp-process-sample,
.bp-process-flow {
  padding: 34px 32px;
}
.bp-process-intro {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
  border-right: 1px solid rgba(208,198,182,.85);
}
.bp-process-intro-icon,
.bp-flow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b89455;
}
.bp-process-intro-icon {
  width: 42px; height: 42px;
}
.bp-process-intro-icon .bp-svg-icon,
.bp-flow-icon .bp-svg-icon { width: 28px; height: 28px; }
.bp-process-intro-copy h2,
.bp-process-sample-copy h2 {
  margin: 0 0 14px;
  font-family: var(--bp-font-display);
  font-size: 25px;
  line-height: 1.15;
  color: var(--bp-ink);
}
.bp-process-intro-copy p,
.bp-process-sample-copy p {
  margin: 0 0 12px;
  color: #57554c;
  font-size: 15px;
  line-height: 1.75;
}
.bp-process-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  align-items: start;
  gap: 0;
  border-right: 1px solid rgba(208,198,182,.85);
}
.bp-flow-step {
  position: relative;
  padding: 0 18px;
  text-align: center;
}
.bp-flow-step + .bp-flow-step::before { content: none; }
.bp-flow-icon {
  width: 54px; height: 54px;
  margin: 0 auto 14px;
}
.bp-flow-step strong {
  display: block;
  color: var(--bp-ink);
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.bp-flow-step small {
  display: block;
  color: #57554c;
  font-size: 14px;
  line-height: 1.65;
}
.bp-flow-arrow {
  display: none;
}
.bp-process-flow .bp-flow-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  top: 14px;
  right: -10px;
  color: #8e8c84;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}
.bp-process-sample {
  display: grid;
  grid-template-columns: minmax(0,1fr) 126px;
  gap: 18px;
  align-items: center;
}
.bp-process-sample-copy .bp-outline-btn { margin-top: 10px; }
.bp-process-sample-media {
  width: 126px;
  height: 126px;
  border-radius: 16px;
  overflow: hidden;
  background: #f3eee7;
}
.bp-process-sample-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
@media (max-width: 1499px) {
  .bp-process-unified-card { grid-template-columns: 1.05fr 2.5fr 1.25fr; }
  .bp-process-intro, .bp-process-sample, .bp-process-flow { padding: 28px 24px; }
  .bp-process-intro-copy h2, .bp-process-sample-copy h2 { font-size: 23px; }
  .bp-flow-step { padding: 0 14px; }
  .bp-flow-step strong { font-size: 15px; }
  .bp-flow-step small { font-size: 13px; }
  .bp-process-sample { grid-template-columns: minmax(0,1fr) 110px; }
  .bp-process-sample-media { width: 110px; height: 110px; }
}
@media (max-width: 1199px) {
  .bp-process-unified-card {
    grid-template-columns: 1fr;
  }
  .bp-process-intro,
  .bp-process-flow {
    border-right: 0;
    border-bottom: 1px solid rgba(208,198,182,.85);
  }
  .bp-process-flow {
    grid-template-columns: repeat(2, minmax(0,1fr));
    row-gap: 24px;
  }
  .bp-process-flow .bp-flow-step:nth-child(2)::after,
  .bp-process-flow .bp-flow-step:nth-child(4)::after {
    content: none;
  }
  .bp-process-sample {
    grid-template-columns: 1fr 126px;
  }
}
@media (max-width: 767px) {
  .bp-process-intro,
  .bp-process-sample,
  .bp-process-flow { padding: 22px 18px; }
  .bp-process-intro { grid-template-columns: 1fr; }
  .bp-process-intro-copy h2, .bp-process-sample-copy h2 { font-size: 21px; }
  .bp-process-flow { grid-template-columns: 1fr; }
  .bp-process-flow .bp-flow-step::after { content: none !important; }
  .bp-flow-step { text-align: left; padding: 0; }
  .bp-flow-icon { margin: 0 0 12px; }
  .bp-process-sample { grid-template-columns: 1fr; }
  .bp-process-sample-media { width: 100%; height: 180px; }
}


/* V4.9.16 reviews showcase on product page */
.bp-product-reviews-showcase { margin-top: 26px; }
.bp-reviews-showcase-card { padding: 20px 24px 22px !important; border-radius: 24px !important; }
.bp-reviews-head { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom: 18px; }
.bp-reviews-head-left { display:flex; align-items:center; gap:28px; flex-wrap:wrap; }
.bp-reviews-head h2 { margin:0; font-size: 17px; line-height:1.2; font-weight:800; letter-spacing:.03em; text-transform:uppercase; color: var(--bp-ink); }
.bp-reviews-summary { display:flex; align-items:center; gap:14px; color: var(--bp-ink); font-size: 16px; font-weight:600; }
.bp-reviews-stars, .bp-review-stars { color: #c89d4b; letter-spacing: .18em; font-size: 18px; }
.bp-reviews-all { color: var(--bp-ink); font-size: 14px; font-weight:700; letter-spacing: .02em; text-transform:uppercase; text-decoration:none !important; display:inline-flex; align-items:center; gap:10px; }
.bp-reviews-all:hover { color: var(--bp-gold); }
.bp-reviews-slider-shell { position: relative; padding: 0 34px; }
.bp-reviews-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:20px; }
.bp-review-card { min-height: 178px; background:#fff; border:1px solid rgba(95,103,71,.10); border-radius: 18px; padding: 22px 28px; box-shadow: 0 6px 18px rgba(61,57,42,.03); display:flex; flex-direction:column; }
.bp-review-card p { margin: 16px 0 28px; font-size: 14px; line-height: 1.8; color: #3f3d37; flex:1; }
.bp-review-meta { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; }
.bp-review-meta strong { color: var(--bp-ink); font-size: 16px; font-weight:700; }
.bp-review-meta span { color: #6f6b60; font-size: 14px; white-space:nowrap; }
.bp-reviews-nav { position:absolute; top:50%; transform:translateY(-50%); width:44px; height:44px; border-radius:50%; border:1px solid rgba(95,103,71,.14); background:#fff; color: var(--bp-ink); box-shadow: 0 4px 12px rgba(61,57,42,.05); display:flex; align-items:center; justify-content:center; font-size:32px; line-height:1; padding:0; }
.bp-reviews-nav--prev { left: -2px; }
.bp-reviews-nav--next { right: -2px; }
.bp-reviews-nav:hover { color: var(--bp-gold); border-color: rgba(182,146,85,.35); }
@media (max-width: 1199px) {
  .bp-reviews-head { flex-direction: column; align-items:flex-start; }
  .bp-reviews-grid { grid-template-columns: 1fr; }
  .bp-reviews-slider-shell { padding: 0; }
  .bp-reviews-nav { display:none; }
}
@media (max-width: 767px) {
  .bp-reviews-showcase-card { padding: 18px !important; }
  .bp-reviews-head-left { gap: 12px; }
  .bp-reviews-head h2 { font-size: 15px; }
  .bp-reviews-summary { font-size: 14px; }
  .bp-review-card { padding: 18px; min-height: auto; }
  .bp-review-meta { flex-direction:column; align-items:flex-start; }
}


/* V4.9.17 — product-driven reviews */
.bp-related-empty {
  margin: 24px 0 0;
  color: var(--bp-muted);
  font-size: 14px;
  line-height: 1.7;
}
.bp-dynamic-stars {
  --bp-rating-fill: 0%;
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 19px;
  line-height: 1;
  letter-spacing: .14em;
  background: linear-gradient(90deg, #c89d4b var(--bp-rating-fill), #d9d5cc var(--bp-rating-fill));
  -webkit-background-clip: text;
  background-clip: text;
}
.bp-reviews-module-output {
  min-width: 0;
}
.bp-reviews-module-output #product-comments-list-header,
.bp-reviews-module-output #product-comments-list-footer,
.bp-reviews-module-output #empty-product-comment,
.bp-reviews-module-output > script,
.bp-reviews-module-output .modal {
  display: none !important;
}
.bp-reviews-module-output #product-comments-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.bp-reviews-module-output #product-comments-list::-webkit-scrollbar {
  display: none;
}
.bp-reviews-module-output .product-comment-list-item {
  scroll-snap-align: start;
  min-width: 0;
  min-height: 178px;
  margin: 0 !important;
  padding: 22px 26px !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(95,103,71,.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(61,57,42,.03);
}
.bp-reviews-module-output .product-comment-list-item > [class*='col-'] {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
}
.bp-reviews-module-output .comment-infos {
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  align-items: center;
  order: 2;
  margin-top: auto;
}
.bp-reviews-module-output .comment-infos .grade-stars {
  grid-column: 1 / -1;
  order: -1;
  margin-bottom: 6px;
}
.bp-reviews-module-output .comment-infos .comment-author {
  color: var(--bp-ink);
  font-size: 15px;
  font-weight: 700;
}
.bp-reviews-module-output .comment-infos .comment-date {
  color: #6f6b60;
  font-size: 13px;
  white-space: nowrap;
  text-align: right;
}
.bp-reviews-module-output .comment-content {
  order: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto !important;
  margin-bottom: 18px;
}
.bp-reviews-module-output .comment-content .h4 {
  margin: 0 0 8px;
  color: var(--bp-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.bp-reviews-module-output .comment-content > p:not(.h4) {
  margin: 0;
  color: #3f3d37;
  font-size: 14px;
  line-height: 1.75;
}
.bp-reviews-module-output .comment-buttons {
  display: none !important;
}
.bp-reviews-module-output .grade-stars .star,
.bp-reviews-module-output .grade-stars .star-content,
.bp-reviews-module-output .grade-stars {
  color: #c89d4b !important;
}
.bp-reviews-empty {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px;
  border: 1px solid rgba(95,103,71,.10);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfaf7);
  text-align: center;
}
.bp-reviews-empty-stars {
  color: #c89d4b;
  font-size: 26px;
  letter-spacing: .16em;
}
.bp-reviews-empty p {
  margin: 0;
  color: var(--bp-ink);
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .bp-reviews-module-output #product-comments-list {
    grid-auto-columns: min(520px, 86%);
  }
}
@media (max-width: 767px) {
  .bp-reviews-module-output #product-comments-list {
    grid-auto-columns: 92%;
    gap: 14px;
  }
  .bp-reviews-module-output .product-comment-list-item {
    padding: 18px !important;
  }
  .bp-reviews-empty {
    padding: 24px 16px;
  }
}


/* ==========================================================
   V4.9.18 – dynamic review CTA and full-width accessories strip
   ========================================================== */
.bp-product-lower {
  display: block;
}
.bp-product-tabs-col {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.bp-accessories-showcase {
  margin-top: 26px;
}
.bp-accessories-card {
  position: relative;
  padding: 24px 26px 22px !important;
  border-radius: 24px !important;
  overflow: hidden;
}
.bp-accessories-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.bp-accessories-head h2 {
  margin: 0;
  color: var(--bp-ink);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.bp-accessories-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bp-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}
.bp-accessories-all:hover {
  color: var(--bp-gold);
}
.bp-accessories-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.bp-accessories-viewport::-webkit-scrollbar {
  display: none;
}
.bp-accessories-track {
  display: flex;
  gap: 20px;
  width: max-content;
}
.bp-accessory-card {
  flex: 0 0 calc((min(100vw, 1500px) - 180px) / 3);
  max-width: 370px;
  min-width: 280px;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(95,103,71,.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(61,57,42,.04);
}
.bp-accessory-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.02;
  overflow: hidden;
  background: #f4efe8;
}
.bp-accessory-image picture,
.bp-accessory-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.bp-accessory-image img {
  object-fit: cover;
  transition: transform .28s ease;
}
.bp-accessory-card:hover .bp-accessory-image img {
  transform: scale(1.025);
}
.bp-accessory-body {
  padding: 18px 18px 16px;
}
.bp-accessory-body h3 {
  min-height: 54px;
  margin: 0 0 20px;
  font-family: var(--bp-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.bp-accessory-body h3 a {
  color: var(--bp-ink);
  text-decoration: none !important;
}
.bp-accessory-body h3 a:hover {
  color: var(--bp-gold);
}
.bp-accessory-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.bp-accessory-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.bp-accessory-price strong {
  color: #111;
  font-size: 24px;
  line-height: 1;
}
.bp-accessory-price small {
  color: #969083;
  font-size: 13px;
}
.bp-accessory-heart {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-olive);
  border-radius: 50%;
  text-decoration: none !important;
}
.bp-accessory-heart svg {
  width: 31px;
  height: 31px;
}
.bp-accessory-heart:hover {
  color: var(--bp-gold);
}
.bp-accessories-dots {
  min-height: 18px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bp-accessories-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 2px solid rgba(95,103,71,.45);
  border-radius: 50%;
  background: transparent;
}
.bp-accessories-dot.is-active {
  border-color: var(--bp-olive);
  background: var(--bp-olive);
}
.bp-reviews-module-bridge {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.bp-review-entry {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(95,103,71,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: #666258;
  font-size: 14px;
}
.bp-review-entry-label {
  font-weight: 600;
  color: var(--bp-ink);
}
.bp-review-entry-action {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bp-olive);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.bp-review-entry-action:hover {
  color: var(--bp-gold);
}
.bp-review-entry-note {
  color: #777267;
}
@media (max-width: 1199px) {
  .bp-accessory-card {
    flex-basis: calc((100vw - 96px) / 2.2);
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .bp-accessories-card {
    padding: 20px 16px 18px !important;
  }
  .bp-accessories-head {
    align-items: flex-start;
  }
  .bp-accessories-head h2 {
    font-size: 15px;
  }
  .bp-accessories-all {
    font-size: 12px;
  }
  .bp-accessories-track {
    gap: 14px;
  }
  .bp-accessory-card {
    flex-basis: 82vw;
    min-width: 250px;
  }
  .bp-accessory-body h3 {
    font-size: 16px;
  }
  .bp-accessory-price strong {
    font-size: 21px;
  }
}


/* V4.9.19 — description with right-side accessories panel */
.bp-product-lower {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 24px;
}
.bp-product-tabs-col,
.bp-product-related-col { display: flex; min-width: 0; }
.bp-product-tabs-col { max-width: 58.333333% !important; flex: 0 0 58.333333% !important; }
.bp-product-related-col { max-width: 41.666667% !important; flex: 0 0 41.666667% !important; }
.bp-product-tabs-card,
.bp-accessories-card--side { width: 100%; height: 100%; }
.bp-product-tabs-card { padding: 28px 30px 30px !important; }
.bp-product-tabs .nav-tabs { gap: 2px !important; flex-wrap: nowrap !important; overflow-x: auto; border-bottom: 1px solid rgba(95,103,71,.12); }
.bp-product-tabs .nav-tabs .nav-link { display:inline-flex; align-items:center; gap:8px; min-height:48px; padding:0 13px !important; white-space:nowrap; border-radius:0 !important; border:0 !important; border-bottom:3px solid transparent !important; background:transparent !important; font-size:12px !important; letter-spacing:.03em; }
.bp-product-tabs .nav-tabs .nav-link.active,
.bp-product-tabs .nav-tabs .nav-link:hover { color:var(--bp-ink) !important; border-bottom-color:var(--bp-olive) !important; }
.bp-tab-icon { width:20px; height:20px; display:inline-flex; align-items:center; justify-content:center; color:#b5945b; flex:0 0 20px; }
.bp-tab-icon svg { width:20px; height:20px; }
.bp-opinions-anchor { text-decoration:none !important; }
.bp-product-tabs .tab-content { padding-top:26px !important; }

.bp-accessories-card--side { position:relative; padding:24px 22px 18px !important; border-radius:24px !important; overflow:hidden; }
.bp-accessories-card--side .bp-accessories-head { margin-bottom:18px; }
.bp-accessories-card--side .bp-accessories-head h2 { font-size:15px; letter-spacing:.04em; }
.bp-accessories-card--side .bp-accessories-all { font-size:12px; white-space:nowrap; }
.bp-accessories-card--side .bp-accessories-viewport { width:100%; overflow-x:auto; overflow-y:hidden; }
.bp-accessories-card--side .bp-accessories-track { display:grid !important; grid-auto-flow:column; grid-auto-columns:calc((100% - 24px)/3); gap:12px !important; width:100% !important; }
.bp-accessories-card--side .bp-accessory-card { width:auto !important; min-width:0 !important; max-width:none !important; flex:none !important; border:1px solid rgba(95,103,71,.08); border-radius:15px; box-shadow:none; background:#fff; }
.bp-accessories-card--side .bp-accessory-image { aspect-ratio:1/1; border-radius:13px 13px 0 0; }
.bp-accessories-card--side .bp-accessory-body { padding:13px 12px 12px; }
.bp-accessories-card--side .bp-accessory-body h3 { min-height:46px; margin:0 0 14px; font-size:13px; line-height:1.45; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.bp-accessories-card--side .bp-accessory-footer { gap:8px; }
.bp-accessories-card--side .bp-accessory-price { gap:4px; min-width:0; }
.bp-accessories-card--side .bp-accessory-price strong { font-size:18px; white-space:nowrap; }
.bp-accessories-card--side .bp-accessory-price small { font-size:10px; white-space:nowrap; }
.bp-accessories-card--side .bp-accessory-heart { width:34px; height:34px; flex:0 0 34px; }
.bp-accessories-card--side .bp-accessory-heart svg { width:25px; height:25px; }
.bp-accessories-card--side .bp-accessories-dots { margin-top:14px; min-height:14px; gap:8px; }
.bp-accessories-card--side .bp-accessories-dot { width:9px; height:9px; }
@media (max-width:1399px) {
  .bp-product-tabs-col { max-width:60% !important; flex-basis:60% !important; }
  .bp-product-related-col { max-width:40% !important; flex-basis:40% !important; }
  .bp-product-tabs-card { padding:24px 22px 26px !important; }
  .bp-product-tabs .nav-tabs .nav-link { padding:0 9px !important; font-size:11px !important; gap:5px; }
  .bp-tab-icon { width:17px; height:17px; flex-basis:17px; }
  .bp-tab-icon svg { width:17px; height:17px; }
  .bp-accessories-card--side { padding:20px 16px 16px !important; }
  .bp-accessories-card--side .bp-accessories-track { grid-auto-columns:calc((100% - 20px)/3); gap:10px !important; }
  .bp-accessories-card--side .bp-accessory-body { padding:11px 9px 10px; }
  .bp-accessories-card--side .bp-accessory-body h3 { font-size:12px; min-height:42px; }
  .bp-accessories-card--side .bp-accessory-price strong { font-size:16px; }
}
@media (max-width:1199px) {
  .bp-product-tabs-col,
  .bp-product-related-col { max-width:100% !important; flex:0 0 100% !important; }
  .bp-accessories-card--side .bp-accessories-track { grid-auto-columns:calc((100% - 28px)/3); gap:14px !important; }
  .bp-accessories-card--side .bp-accessory-body h3 { font-size:14px; }
  .bp-accessories-card--side .bp-accessory-price strong { font-size:19px; }
}
@media (max-width:767px) {
  .bp-product-tabs-card,
  .bp-accessories-card--side { padding:18px 15px !important; }
  .bp-product-tabs .nav-tabs .nav-link { min-height:42px; }
  .bp-accessories-card--side .bp-accessories-head { align-items:center; }
  .bp-accessories-card--side .bp-accessories-track { grid-auto-columns:76%; gap:12px !important; }
  .bp-accessories-card--side .bp-accessory-body h3 { font-size:15px; min-height:44px; }
}


/* V4.9.24 — premium contact page */
#contact #wrapper { padding-bottom: 0 !important; }
#contact #content-wrapper { width: 100%; max-width: none; padding: 0; }
#contact .page-content { margin: 0; padding: 0; }
.bp-contact-page { padding: 34px 0 88px; }
.bp-contact-intro { text-align: center; padding: 32px 0 44px; }
.bp-contact-intro h1 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(42px,4vw,64px); line-height:1.02; font-weight:500; color:var(--bp-ink); }
.bp-contact-intro > p:last-child { max-width: 720px; margin: 18px auto 0; color: var(--bp-muted); font-size: 16px; line-height: 1.75; }
.bp-contact-main { display:grid; grid-template-columns:minmax(300px,.78fr) minmax(0,1.72fr); gap:28px; align-items:start; }
.bp-contact-sidebar { display:grid; gap:22px; }
.bp-contact-card, .bp-contact-form-card, .bp-contact-help { background:#fff; border:1px solid rgba(95,103,71,.13); border-radius:28px; box-shadow:0 18px 55px rgba(54,50,38,.055); }
.bp-contact-card { position:relative; overflow:hidden; padding:34px; }
.bp-contact-card__ornament { position:absolute; width:210px; height:210px; right:-76px; bottom:-96px; border:1px solid rgba(182,146,85,.16); border-radius:50%; box-shadow:0 0 0 28px rgba(182,146,85,.035),0 0 0 56px rgba(182,146,85,.018); pointer-events:none; }
.bp-contact-kicker { margin:0 0 9px; color:var(--bp-gold); font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.bp-contact-card h2, .bp-contact-form-card h2, .bp-contact-help h2 { margin:0; font-family:"Cormorant Garamond",Georgia,serif; color:var(--bp-ink); font-weight:500; }
.bp-contact-card h2 { font-size:32px; line-height:1.1; }
.bp-contact-muted { margin:15px 0 0; color:var(--bp-muted); line-height:1.7; font-size:14px; }
.bp-contact-data { display:grid; gap:8px; margin-top:28px; }
.bp-contact-data__item { display:grid; grid-template-columns:42px 1fr; gap:14px; align-items:start; padding:14px 0; color:var(--bp-ink)!important; border-top:1px solid rgba(95,103,71,.09); }
.bp-contact-data__item > .material-icons { width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:14px; background:#f7f3eb; color:var(--bp-gold); font-size:21px; }
.bp-contact-data__item span:last-child { display:flex; flex-direction:column; min-width:0; }
.bp-contact-data__item small { color:var(--bp-gold); font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.bp-contact-data__item strong { margin-top:3px; font-size:14px; line-height:1.45; word-break:break-word; }
.bp-contact-data__item em { margin-top:2px; color:var(--bp-muted); font-size:11px; font-style:normal; line-height:1.5; }
.bp-contact-socials { margin-top:24px; }
.bp-contact-socials > span { display:block; margin-bottom:10px; color:var(--bp-muted); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.bp-contact-socials > div { display:flex; gap:9px; }
.bp-contact-socials a { width:38px; height:38px; border:1px solid rgba(182,146,85,.35); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--bp-olive)!important; font-size:11px; font-weight:800; text-transform:uppercase; }
.bp-contact-socials a:hover { background:var(--bp-olive); color:#fff!important; border-color:var(--bp-olive); }
.bp-contact-card--faq { display:grid; grid-template-columns:52px 1fr; gap:18px; align-items:start; padding:26px 28px; }
.bp-contact-card--faq > .material-icons { width:52px; height:52px; display:flex; align-items:center; justify-content:center; border-radius:17px; background:#f7f3eb; color:var(--bp-gold); font-size:25px; }
.bp-contact-card--faq h3 { margin:0; font-family:"Cormorant Garamond",Georgia,serif; font-size:24px; font-weight:600; color:var(--bp-ink); }
.bp-contact-card--faq p { margin:9px 0 15px; color:var(--bp-muted); font-size:13px; line-height:1.65; }
.bp-contact-outline { display:inline-flex; align-items:center; gap:10px; min-height:42px; padding:0 16px; border:1px solid rgba(95,103,71,.19); border-radius:999px; color:var(--bp-olive)!important; font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.bp-contact-outline:hover { background:var(--bp-olive); color:#fff!important; }
.bp-contact-form-card { position:relative; overflow:hidden; padding:38px 42px 42px; }
.bp-contact-form-card__heading { max-width:720px; margin-bottom:28px; }
.bp-contact-form-card h2 { font-size:38px; line-height:1.08; }
.bp-contact-form-card__heading > p:last-child { margin:12px 0 0; color:var(--bp-muted); font-size:14px; line-height:1.7; }
.bp-contact-botanical { position:absolute; right:-58px; bottom:-76px; width:260px; height:300px; background:url('../img/bridartis/footer-botanical.svg') center/contain no-repeat; opacity:.18; pointer-events:none; transform:rotate(-8deg); }
.bp-native-contact-form { position:relative; z-index:1; background:transparent!important; box-shadow:none!important; padding:0!important; margin:0!important; }
.bp-native-contact-form form { margin:0; }
.bp-contact-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 20px; }
.bp-contact-field { display:flex; flex-direction:column; gap:8px; min-width:0; }
.bp-contact-field label { margin:0; color:var(--bp-ink); font-size:11px; font-weight:750; letter-spacing:.03em; }
.bp-contact-field label b { color:var(--bp-gold); }
.bp-contact-field label span { color:var(--bp-muted); font-weight:500; }
.bp-contact-field .form-control, .bp-contact-field .form-control-select { width:100%; height:52px; border:1px solid rgba(95,103,71,.15)!important; border-radius:13px!important; background:#fff!important; box-shadow:none!important; padding:0 15px!important; color:var(--bp-ink)!important; font-size:13px; }
.bp-contact-field .form-control:focus { border-color:rgba(95,103,71,.45)!important; box-shadow:0 0 0 3px rgba(95,103,71,.06)!important; }
.bp-contact-field--message { margin-top:19px; }
.bp-contact-field--message textarea.form-control { min-height:150px; height:auto!important; padding:15px!important; resize:vertical; line-height:1.6; }
.bp-contact-field .form-control-file { min-height:52px; padding:13px 0; font-size:12px; }
.bp-contact-gdpr { margin-top:18px; color:var(--bp-muted); font-size:11px; }
.bp-contact-gdpr .custom-checkbox label { font-size:11px; color:var(--bp-muted); line-height:1.55; }
.bp-contact-form-footer { margin-top:22px; text-align:left!important; }
.bp-contact-submit { min-width:210px; min-height:52px; border-radius:12px!important; display:inline-flex!important; align-items:center; justify-content:center; gap:20px; font-size:11px!important; font-weight:800!important; letter-spacing:.1em; text-transform:uppercase; }
.bp-contact-submit span { font-size:17px; }
.bp-contact-alert { margin-bottom:20px; padding:14px 16px; border-radius:14px; font-size:13px; }
.bp-contact-alert ul { margin:0; padding-left:18px; }
.bp-contact-alert.is-error { background:#fff1ef; color:#8b3932; border:1px solid #f2d0cc; }
.bp-contact-alert.is-success { background:#eef6ec; color:#45613e; border:1px solid #d4e8d0; }
.bp-contact-help { margin-top:28px; padding:30px 34px 0; overflow:hidden; }
.bp-contact-help__heading { text-align:center; margin-bottom:25px; }
.bp-contact-help__heading h2 { font-size:34px; }
.bp-contact-help__grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(95,103,71,.11); }
.bp-contact-help__grid > div { position:relative; padding:26px 24px 30px; text-align:center; }
.bp-contact-help__grid > div:not(:last-child):after { content:""; position:absolute; right:0; top:25%; bottom:25%; width:1px; background:rgba(95,103,71,.11); }
.bp-contact-help__grid .material-icons { width:46px; height:46px; display:flex; align-items:center; justify-content:center; margin:0 auto 12px; border-radius:15px; background:#f7f3eb; color:var(--bp-gold); font-size:23px; }
.bp-contact-help__grid strong { display:block; color:var(--bp-ink); font-size:13px; }
.bp-contact-help__grid p { max-width:220px; margin:7px auto 0; color:var(--bp-muted); font-size:11px; line-height:1.55; }

@media (max-width: 1199px) {
  .bp-contact-main { grid-template-columns:1fr; }
  .bp-contact-sidebar { grid-template-columns:1fr 1fr; }
  .bp-contact-card--details { grid-row:span 2; }
}
@media (max-width: 767px) {
  .bp-contact-page { padding-top:18px; padding-bottom:54px; }
  .bp-contact-intro { padding:24px 0 32px; text-align:left; }
  .bp-contact-intro h1 { font-size:42px; }
  .bp-contact-intro > p:last-child { margin-left:0; }
  .bp-contact-sidebar { grid-template-columns:1fr; }
  .bp-contact-card { padding:26px 22px; border-radius:22px; }
  .bp-contact-card--faq { grid-template-columns:44px 1fr; }
  .bp-contact-card--faq > .material-icons { width:44px; height:44px; border-radius:14px; }
  .bp-contact-form-card { padding:28px 20px 30px; border-radius:22px; }
  .bp-contact-form-card h2 { font-size:31px; }
  .bp-contact-form-grid { grid-template-columns:1fr; gap:15px; }
  .bp-contact-help { padding:26px 20px 0; border-radius:22px; }
  .bp-contact-help__grid { grid-template-columns:1fr 1fr; }
  .bp-contact-help__grid > div:nth-child(2):after { display:none; }
  .bp-contact-help__grid > div:nth-child(-n+2) { border-bottom:1px solid rgba(95,103,71,.11); }
}
@media (max-width: 480px) {
  .bp-contact-help__grid { grid-template-columns:1fr; }
  .bp-contact-help__grid > div { border-bottom:1px solid rgba(95,103,71,.11); }
  .bp-contact-help__grid > div:after { display:none!important; }
  .bp-contact-submit { width:100%; }
}

/* =========================================================
   V4.9.26 — CATEGORY PAGES
   ========================================================= */
body#category #content-wrapper{width:100%!important;max-width:100%!important;padding:0!important}
body#category #left-column,body#category #right-column{display:none!important}
body#category #main{margin:0;padding:0 0 48px}
body#category #products{margin:0}
.bp-category-shell{width:100%;max-width:1500px;margin-left:auto;margin-right:auto}

.bp-category-hero{min-height:355px;display:grid;grid-template-columns:56% 44%;overflow:hidden;border:1px solid rgba(95,103,71,.10);border-radius:28px;background:#f5efe5;box-shadow:0 16px 44px rgba(54,50,38,.06);margin:12px 0 24px}
.bp-category-hero__media{position:relative;min-height:355px;background:#eee8dc;overflow:hidden}
.bp-category-hero__media picture{display:block;width:100%;height:100%}
.bp-category-hero__media img{width:100%;height:100%;object-fit:cover;display:block}
.bp-category-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 68%,rgba(250,247,241,.62) 100%);pointer-events:none}
.bp-category-hero__copy{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:46px clamp(38px,4vw,76px);background:linear-gradient(135deg,#fbf9f4 0%,#f6efe5 100%);overflow:hidden}
.bp-category-hero__copy h1,.bp-category-simple-heading h1{margin:0;color:var(--bp-ink);font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(46px,4vw,68px);line-height:.98;font-weight:500;text-transform:none}
.bp-category-hero__accent{margin:13px 0 23px;color:#bc9654;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(22px,2vw,30px);font-style:italic;line-height:1.15}
.bp-category-hero__description{max-width:560px;color:#5f6059;font-size:15px;line-height:1.75}
.bp-category-hero__description p{margin:0}
.bp-category-hero__ornament{position:absolute;right:20px;bottom:-35px;font-family:"Cormorant Garamond",serif;font-size:140px;line-height:1;color:rgba(182,146,85,.08);font-style:italic;pointer-events:none}
.bp-category-hero--no-image{grid-template-columns:1fr;min-height:280px}.bp-category-hero--no-image .bp-category-hero__media{display:none}.bp-category-hero--no-image .bp-category-hero__copy{min-height:280px;align-items:center;text-align:center}.bp-category-hero--no-image .bp-category-hero__description{margin-inline:auto}
.bp-category-simple-heading{text-align:center;padding:42px 20px 18px}

.bp-category-benefits{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid rgba(95,103,71,.12);border-radius:22px;background:#fff;box-shadow:0 10px 34px rgba(54,50,38,.04);overflow:hidden;margin:0 0 34px}
.bp-category-benefit{min-width:0;display:flex;align-items:center;justify-content:center;gap:12px;padding:18px 14px;border-right:1px solid rgba(95,103,71,.11)}
.bp-category-benefit:last-child{border-right:0}.bp-category-benefit>.material-icons{flex:0 0 auto;color:#bc9654;font-size:25px}.bp-category-benefit div{min-width:0;display:flex;flex-direction:column}.bp-category-benefit strong{color:#34352d;font-size:12px;line-height:1.25;font-weight:700}.bp-category-benefit small{margin-top:3px;color:#87867e;font-size:9px;line-height:1.25}

.bp-category-styles{padding:6px 0 30px}.bp-category-styles__heading{text-align:center;margin-bottom:24px}.bp-category-styles__heading h2{margin:0;color:var(--bp-ink);font-family:"Cormorant Garamond",Georgia,serif;font-size:36px;font-weight:500}.bp-category-styles__heading span{display:block;width:44px;height:2px;margin:12px auto 0;background:#c29a58}
.bp-category-styles__list{display:flex;align-items:flex-start;justify-content:center;gap:clamp(18px,2.8vw,46px);padding:0 10px}
.bp-category-style{width:112px;min-width:0;text-align:center;color:#47483f!important}.bp-category-style__image{width:92px;height:92px;margin:0 auto 10px;border:1px solid rgba(95,103,71,.14);border-radius:50%;background:#f4efe6;box-shadow:0 8px 24px rgba(54,50,38,.06);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.bp-category-style__image picture{display:block;width:100%;height:100%}.bp-category-style__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.bp-category-style__image>.material-icons{color:#b69255;font-size:28px}.bp-category-style strong{display:block;font-size:11px;line-height:1.3;font-weight:500}.bp-category-style:hover .bp-category-style__image{transform:translateY(-3px);box-shadow:0 14px 32px rgba(54,50,38,.10)}.bp-category-style:hover img{transform:scale(1.04)}

.bp-category-listing-top{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 2px 14px;margin-top:4px}.bp-category-count{margin:0;color:#73736b;font-size:13px}.bp-category-sort{display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#74746d;font-size:12px}.bp-category-sort .sort-by{display:none!important}.bp-category-sort .products-sort-order{width:225px!important;max-width:225px!important;padding:0!important;float:none!important}.bp-category-sort .products-sort-order .select-title{height:44px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border:1px solid rgba(95,103,71,.18);border-radius:3px;background:#fff;color:#44463c;font-size:12px;box-shadow:none}.bp-category-sort .products-sort-order .dropdown-menu{width:100%;min-width:100%;border:1px solid rgba(95,103,71,.14);box-shadow:0 12px 30px rgba(54,50,38,.10)}.bp-category-sort .products-sort-order .select-list{padding:10px 13px;font-size:12px}

.bp-category-products-wrap{width:100%}.bp-category-product-grid{display:grid!important;grid-template-columns:repeat(var(--bp-cat-cols-d,4),minmax(0,1fr));gap:26px 24px;margin:0!important}.bp-category-product{min-width:0;width:auto!important;max-width:none!important;padding:0!important;margin:0!important}
.bp-category-product .bp-category-product__card{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;margin:0!important;border:1px solid rgba(95,103,71,.11)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 32px rgba(54,50,38,.055)!important;overflow:hidden!important;transition:transform .22s ease,box-shadow .22s ease!important}
.bp-category-product:hover .bp-category-product__card{transform:translateY(-4px);box-shadow:0 20px 44px rgba(54,50,38,.10)!important}
.bp-category-product .bp-category-product__media{position:relative;flex:0 0 auto;overflow:hidden;background:#f8f6f1}
.bp-category-product .product-thumbnail{display:block!important;width:100%;height:auto!important}.bp-category-product .product-thumbnail picture{display:block;width:100%}.bp-category-product .product-thumbnail img{width:100%!important;height:auto!important;aspect-ratio:1/1.05!important;object-fit:contain!important;display:block;background:#f8f6f1;transition:transform .4s ease}.bp-category-product:hover .product-thumbnail img{transform:scale(1.018)}
.bp-category-product__body{position:static!important;flex:1;display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;width:100%!important;height:auto!important;padding:18px 15px 15px!important;background:#fff!important;text-align:center!important}
.bp-category-product__body .product-title{min-height:42px;margin:0 0 9px!important;display:flex;align-items:center;justify-content:center}.bp-category-product__body .product-title a{font-family:"Cormorant Garamond",Georgia,serif!important;font-size:18px!important;line-height:1.18!important;font-weight:600!important;color:#303226!important;text-transform:none!important;overflow-wrap:anywhere}
.bp-category-product__price{margin:auto 0 0!important;line-height:1.2}.bp-category-product__price .price{color:#282b22!important;font-size:15px!important;font-weight:800!important}.bp-category-product__price .regular-price{margin-right:5px;color:#aaa;font-size:11px}.bp-category-product__shipping{display:block;margin-top:9px;color:#bd8f45;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.bp-category-product__badges{position:absolute;z-index:4;left:10px;top:10px;display:flex;gap:5px;flex-wrap:wrap}.bp-category-product__badge{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#71805b;color:#fff;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bp-category-product__badge--discount,.bp-category-product__badge--on-sale{background:#bd9350}.bp-category-product__wishlist{position:absolute;z-index:5;right:10px;top:10px;min-width:34px;min-height:34px}.bp-category-product__wishlist .wishlist-button-add,.bp-category-product__wishlist button{width:34px!important;height:34px!important;min-width:34px!important;border:1px solid rgba(95,103,71,.15)!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:#667053!important;box-shadow:0 5px 14px rgba(54,50,38,.07)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}.bp-category-product__wishlist .material-icons{font-size:20px!important}

body#category .pagination{margin:38px 0 6px!important;display:flex;align-items:center;justify-content:center;border:0!important;background:transparent!important}.bp-category-products-wrap .pagination>div:first-child{display:none!important}.bp-category-products-wrap .pagination>div:last-child{max-width:none!important;flex:none!important;margin:0!important;padding:0!important}.bp-category-products-wrap .page-list{display:flex;align-items:center;justify-content:center;gap:7px;margin:0!important}.bp-category-products-wrap .page-list li{display:block!important}.bp-category-products-wrap .page-list a,.bp-category-products-wrap .page-list .spacer{min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(95,103,71,.13);border-radius:50%;background:#fff;color:#4b4e40!important;font-size:12px;box-shadow:0 5px 16px rgba(54,50,38,.05)}.bp-category-products-wrap .page-list .current a{background:#596345!important;color:#fff!important;border-color:#596345}.bp-category-products-wrap .page-list .previous,.bp-category-products-wrap .page-list .next{width:auto;min-width:36px;padding:0 10px;border-radius:999px}.bp-category-products-wrap .page-list .disabled{opacity:.35;pointer-events:none}

.bp-category-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:36px 0 34px;border:1px solid rgba(95,103,71,.11);border-radius:22px;background:#faf7f0;overflow:hidden}.bp-category-cta{min-height:200px;display:grid;align-items:center}.bp-category-cta--sample{grid-template-columns:34% 66%;border-right:1px solid rgba(95,103,71,.12)}.bp-category-cta__media{height:100%;min-height:200px;overflow:hidden}.bp-category-cta__media img{width:100%;height:100%;object-fit:cover;display:block}.bp-category-cta__copy{padding:28px 34px}.bp-category-cta__copy h2{margin:0 0 10px;color:#303226;font-family:"Cormorant Garamond",Georgia,serif;font-size:29px;font-weight:500;line-height:1.05}.bp-category-cta__copy p{max-width:480px;margin:0 0 20px;color:#6f7069;font-size:12px;line-height:1.65}.bp-category-cta__copy .bp-btn{min-height:42px;padding:0 20px;font-size:9px}.bp-category-cta--project{grid-template-columns:31% 69%;background:linear-gradient(135deg,#fbf9f5,#f6efe5)}.bp-category-cta__icon{width:118px;height:118px;margin:auto;border-radius:50%;background:rgba(255,255,255,.72);color:#b8904f;display:flex;align-items:center;justify-content:center}.bp-category-cta__icon svg{width:72px;height:72px}

@media(max-width:1199px){.bp-category-shell{max-width:calc(100% - 32px)}.bp-category-hero{grid-template-columns:52% 48%;min-height:320px}.bp-category-hero__media{min-height:320px}.bp-category-hero__copy{padding:36px}.bp-category-benefits{grid-template-columns:repeat(3,1fr)}.bp-category-benefit:nth-child(3){border-right:0}.bp-category-benefit:nth-child(-n+3){border-bottom:1px solid rgba(95,103,71,.11)}.bp-category-styles__list{justify-content:flex-start;overflow-x:auto;padding:0 4px 10px}.bp-category-style{flex:0 0 105px}.bp-category-product-grid{grid-template-columns:repeat(var(--bp-cat-cols-t,3),minmax(0,1fr))}.bp-category-cta__copy{padding:24px}.bp-category-cta--sample{grid-template-columns:38% 62%}}
@media(max-width:767px){body#category #main{padding-bottom:20px}.bp-category-shell{max-width:calc(100% - 22px)}.bp-category-hero{grid-template-columns:1fr;min-height:0;border-radius:20px}.bp-category-hero__media{min-height:210px;height:210px}.bp-category-hero__media:after{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(250,247,241,.2))}.bp-category-hero__copy{padding:28px 24px 32px}.bp-category-hero__copy h1{font-size:43px}.bp-category-hero__accent{margin:8px 0 15px;font-size:23px}.bp-category-hero__description{font-size:13px}.bp-category-benefits{display:flex;overflow-x:auto;border-radius:16px;margin-bottom:25px}.bp-category-benefit{flex:0 0 185px;border-bottom:0!important;border-right:1px solid rgba(95,103,71,.11)!important;padding:15px 12px}.bp-category-styles{padding-bottom:18px}.bp-category-styles__heading h2{font-size:31px}.bp-category-style__image{width:78px;height:78px}.bp-category-listing-top{align-items:flex-end;margin-top:0}.bp-category-count{font-size:11px}.bp-category-sort{gap:7px}.bp-category-sort>span{display:none}.bp-category-sort .products-sort-order{width:170px!important}.bp-category-product-grid{grid-template-columns:repeat(var(--bp-cat-cols-m,2),minmax(0,1fr));gap:13px 10px}.bp-category-product .bp-category-product__card{border-radius:13px!important}.bp-category-product__body{padding:12px 8px 13px!important}.bp-category-product__body .product-title{min-height:36px;margin-bottom:6px!important}.bp-category-product__body .product-title a{font-size:14px!important;line-height:1.16!important}.bp-category-product__price .price{font-size:14px!important}.bp-category-product__shipping{font-size:7px;margin-top:7px}.bp-category-product__wishlist{right:6px;top:6px}.bp-category-product__wishlist .wishlist-button-add,.bp-category-product__wishlist button{width:30px!important;height:30px!important;min-width:30px!important}.bp-category-product__badges{left:6px;top:6px}.bp-category-product__badge{min-height:20px;padding:0 7px;font-size:7px}.bp-category-cta-row{grid-template-columns:1fr;margin-top:26px}.bp-category-cta--sample,.bp-category-cta--project{border-right:0;border-bottom:1px solid rgba(95,103,71,.11);grid-template-columns:36% 64%}.bp-category-cta--project{border-bottom:0}.bp-category-cta__copy{padding:20px 18px}.bp-category-cta__copy h2{font-size:23px}.bp-category-cta__copy p{font-size:11px}.bp-category-cta__media{min-height:180px}.bp-category-cta__icon{width:82px;height:82px}.bp-category-cta__icon svg{width:52px;height:52px}}
@media(max-width:430px){.bp-category-cta--sample,.bp-category-cta--project{grid-template-columns:1fr}.bp-category-cta__media{height:170px}.bp-category-cta__icon{margin:22px auto 0}.bp-category-cta__copy{text-align:center}.bp-category-cta__copy p{margin-left:auto;margin-right:auto}.bp-category-product-grid{gap:10px 7px}}


/* V4.9.27 category safety + wishlist icon fallback */
.bp-category-product__wishlist .material-icons,
.bp-category-product__wishlist .material-icons-outlined{
  font-size:0!important;
  line-height:0!important;
  width:20px!important;
  height:20px!important;
  overflow:hidden!important;
  position:relative!important;
}
.bp-category-product__wishlist .material-icons::before,
.bp-category-product__wishlist .material-icons-outlined::before{
  content:'♡';
  display:block;
  width:20px;
  height:20px;
  font-family:Arial,sans-serif!important;
  font-size:25px!important;
  line-height:17px!important;
  font-weight:400!important;
  color:currentColor;
}

/* =========================================================
   FAQ — Bridartis Premium V4.9.28
   ========================================================= */
.page-bridartis-faq #wrapper>.container,.page-module-bridartiseditor-faq #wrapper>.container{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important}.bp-faq-page{padding:0 0 36px}.bp-faq-page .bp-shell{width:var(--bp-shell);margin-left:auto;margin-right:auto}.bp-faq-hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:400px;border:1px solid rgba(182,146,85,.20);border-radius:28px;overflow:hidden;background:#f8f3ea;box-shadow:0 14px 42px rgba(67,61,47,.045);position:relative;margin-top:20px}.bp-faq-hero__copy{padding:58px 64px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;background:linear-gradient(90deg,#f8f3ea 0%,#f8f3ea 78%,rgba(248,243,234,.85) 100%)}.bp-faq-hero__copy:before{content:"";position:absolute;left:0;bottom:14px;width:108px;height:190px;opacity:.18;background:url('../img/bridartis/footer-botanical.svg') center/contain no-repeat;pointer-events:none}.bp-faq-hero .bp-eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.13em;color:var(--bp-gold);font-size:13px;font-weight:700}.bp-faq-hero h1{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:58px;line-height:.98;max-width:650px;margin:0 0 24px;color:#34372b}.bp-faq-hero__copy>p:last-of-type{max-width:610px;color:#65665e;font-size:16px;line-height:1.8;margin:0}.bp-faq-hero__media{position:relative;overflow:hidden;min-height:400px}.bp-faq-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.bp-faq-hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,243,234,.78) 0%,rgba(248,243,234,.14) 24%,transparent 55%)}.bp-faq-search{display:flex;align-items:center;gap:10px;max-width:460px;margin-top:26px;background:rgba(255,255,255,.88);border:1px solid rgba(95,103,71,.15);border-radius:999px;padding:0 18px;height:50px;box-shadow:0 7px 20px rgba(61,57,42,.04)}.bp-faq-search .material-icons{font-size:21px;color:#a58c5b}.bp-faq-search input{border:0!important;background:transparent!important;box-shadow:none!important;outline:none!important;width:100%;font-size:14px;color:#4b4e42}.bp-faq-search input::placeholder{color:#aaa79d}.bp-faq-main{display:grid;grid-template-columns:260px minmax(0,1fr) 300px;gap:22px;align-items:start;margin-top:24px}.bp-faq-categories-card,.bp-faq-content-card,.bp-faq-contact-card{background:#fff;border:1px solid rgba(95,103,71,.13);border-radius:23px;box-shadow:0 12px 35px rgba(61,57,42,.04)}.bp-faq-categories-card{padding:20px}.bp-faq-card-kicker{text-transform:uppercase;letter-spacing:.10em;font-size:11px;font-weight:800;color:#494b40;margin:0 0 14px}.bp-faq-category-nav{display:flex;flex-direction:column;gap:5px}.bp-faq-category-btn{width:100%;border:0;background:transparent;border-radius:11px;display:grid;grid-template-columns:32px minmax(0,1fr) 28px;align-items:center;gap:7px;text-align:left;padding:10px 9px;color:#595b52;cursor:pointer;transition:.18s ease;font-size:13px}.bp-faq-category-btn:hover{background:#f8f5ef;color:#34362e}.bp-faq-category-btn.is-active{background:#f4f1e9;color:#35382c;font-weight:700}.bp-faq-category-btn>.material-icons{font-size:20px;color:#bd9652}.bp-faq-category-btn small{width:26px;height:23px;border-radius:7px;background:#f1ece1;display:flex;align-items:center;justify-content:center;color:#8b846f;font-size:10px}.bp-faq-category-btn.is-active small{background:#69734f;color:#fff}.bp-faq-mini-contact{margin-top:19px;padding:18px;border-radius:15px;background:linear-gradient(145deg,#fbf7ef,#f7f0e4);border:1px solid rgba(182,146,85,.17)}.bp-faq-mini-contact>.material-icons{font-size:22px;color:#b88e47;margin-bottom:8px}.bp-faq-mini-contact strong{display:block;font-size:13px;color:#45473c}.bp-faq-mini-contact p{font-size:11px;line-height:1.6;color:#77766e;margin:5px 0 12px}.bp-faq-mini-contact a{display:inline-flex;padding:9px 13px;border-radius:5px;background:#5b6444;color:white!important;text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:700}.bp-faq-content-card{padding:24px;min-height:500px}.bp-faq-panel{display:none}.bp-faq-panel.is-active{display:block}.bp-faq-panel__head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #eeeae1;margin-bottom:14px}.bp-faq-panel__head>.material-icons{width:42px;height:42px;border-radius:13px;background:#f6f1e8;color:#b79050;display:flex;align-items:center;justify-content:center;font-size:22px}.bp-faq-panel__head p{margin:0 0 2px;color:#b69255;text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:800}.bp-faq-panel__head h2{margin:0;font-family:"Cormorant Garamond",serif;font-weight:600;font-size:31px;color:#35372e}.bp-faq-accordion{display:flex;flex-direction:column;gap:8px}.bp-faq-item{border:1px solid rgba(95,103,71,.13);border-radius:13px;background:#fff;overflow:hidden;transition:box-shadow .18s,border-color .18s}.bp-faq-item:hover,.bp-faq-item.is-open{border-color:rgba(182,146,85,.31);box-shadow:0 7px 20px rgba(61,57,42,.035)}.bp-faq-question{width:100%;min-height:58px;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;padding:14px 17px;color:#3c3e36;font-weight:650;font-size:13px;cursor:pointer}.bp-faq-question i{width:20px;height:20px;position:relative;flex:0 0 20px}.bp-faq-question i:before,.bp-faq-question i:after{content:"";position:absolute;left:4px;top:9px;width:12px;height:1px;background:#69734f;transition:transform .2s}.bp-faq-question i:after{transform:rotate(90deg)}.bp-faq-item.is-open .bp-faq-question i:after{transform:rotate(0)}.bp-faq-answer{padding:0 17px 17px;color:#707067;font-size:13px;line-height:1.75}.bp-faq-answer>div{padding-top:3px}.bp-faq-empty,.bp-faq-search-empty{padding:50px 20px;text-align:center;color:#8d8a81}.bp-faq-contact-card{padding:25px 24px;position:relative;overflow:hidden}.bp-faq-contact-card__leaf{position:absolute;width:160px;height:220px;right:-40px;bottom:-50px;background:url('../img/bridartis/footer-botanical.svg') center/contain no-repeat;opacity:.18;pointer-events:none}.bp-faq-contact-card h2{font-family:"Cormorant Garamond",serif;font-size:30px;line-height:1.05;margin:0 0 8px;color:#35372e}.bp-faq-contact-card>p:not(.bp-faq-card-kicker){color:#77766e;font-size:12px;line-height:1.65;margin-bottom:20px}.bp-faq-contact-lines{display:flex;flex-direction:column;gap:13px;padding:15px 0;border-top:1px solid #eee9e0;border-bottom:1px solid #eee9e0}.bp-faq-contact-lines>a,.bp-faq-contact-lines>div{display:grid;grid-template-columns:31px minmax(0,1fr);gap:9px;align-items:start;color:#55574d!important}.bp-faq-contact-lines .material-icons{color:#bd9652;font-size:19px}.bp-faq-contact-lines small,.bp-faq-contact-lines strong{display:block}.bp-faq-contact-lines small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#9c988d;margin-bottom:2px}.bp-faq-contact-lines strong{font-size:11px;line-height:1.4}.bp-faq-contact-button{margin-top:18px;min-height:42px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #d9d1c2;border-radius:7px;color:#555944!important;text-transform:uppercase;letter-spacing:.07em;font-weight:700;font-size:10px;position:relative;z-index:1}.bp-faq-contact-button:hover{background:#5e6847;border-color:#5e6847;color:#fff!important}.bp-faq-benefits{margin-top:22px!important;display:grid;grid-template-columns:repeat(6,1fr);border:1px solid rgba(95,103,71,.13);border-radius:21px;background:#fff;overflow:hidden}.bp-faq-benefits>div{min-height:95px;padding:17px 16px;display:flex;align-items:center;gap:10px;border-right:1px solid #ece7dd}.bp-faq-benefits>div:last-child{border-right:0}.bp-faq-benefits .material-icons{font-size:22px;color:#bd9652}.bp-faq-benefits strong,.bp-faq-benefits small{display:block}.bp-faq-benefits strong{font-size:11px;color:#44463c}.bp-faq-benefits small{font-size:9px;color:#98948a;margin-top:2px}.bp-faq-item[hidden]{display:none!important}
@media(max-width:1280px){.bp-faq-main{grid-template-columns:230px minmax(0,1fr)}.bp-faq-contact-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 2fr auto;gap:20px;align-items:center}.bp-faq-contact-card>p,.bp-faq-contact-card>h2,.bp-faq-contact-card>.bp-faq-card-kicker{grid-column:1}.bp-faq-contact-lines{grid-column:2;grid-row:1/4;border:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr)}.bp-faq-contact-button{grid-column:3;grid-row:1/4;margin:0;padding:0 22px}.bp-faq-benefits{grid-template-columns:repeat(3,1fr)}.bp-faq-benefits>div:nth-child(3){border-right:0}.bp-faq-benefits>div:nth-child(-n+3){border-bottom:1px solid #ece7dd}}
@media(max-width:900px){.bp-faq-hero{grid-template-columns:1fr;min-height:0}.bp-faq-hero__copy{padding:42px 34px}.bp-faq-hero h1{font-size:45px}.bp-faq-hero__media{min-height:260px}.bp-faq-hero__veil{background:linear-gradient(180deg,rgba(248,243,234,.25),transparent 45%)}.bp-faq-main{grid-template-columns:1fr}.bp-faq-categories-card{padding:15px}.bp-faq-category-nav{flex-direction:row;overflow-x:auto;padding-bottom:4px}.bp-faq-category-btn{min-width:210px}.bp-faq-mini-contact{display:none}.bp-faq-contact-card{grid-template-columns:1fr}.bp-faq-contact-card>p,.bp-faq-contact-card>h2,.bp-faq-contact-card>.bp-faq-card-kicker,.bp-faq-contact-lines,.bp-faq-contact-button{grid-column:1;grid-row:auto}.bp-faq-contact-lines{grid-template-columns:1fr}.bp-faq-contact-button{margin-top:4px}.bp-faq-benefits{grid-template-columns:repeat(2,1fr)}.bp-faq-benefits>div{border-bottom:1px solid #ece7dd}.bp-faq-benefits>div:nth-child(2n){border-right:0}.bp-faq-benefits>div:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:575px){.bp-faq-page .bp-shell{width:calc(100% - 24px)}.bp-faq-hero{border-radius:20px}.bp-faq-hero__copy{padding:32px 22px}.bp-faq-hero h1{font-size:38px}.bp-faq-hero__copy>p:last-of-type{font-size:14px}.bp-faq-hero__media{min-height:220px}.bp-faq-content-card{padding:15px;border-radius:18px}.bp-faq-panel__head h2{font-size:26px}.bp-faq-question{font-size:12px;padding:13px}.bp-faq-answer{font-size:12px;padding:0 13px 14px}.bp-faq-benefits{grid-template-columns:1fr}.bp-faq-benefits>div{border-right:0!important;border-bottom:1px solid #ece7dd!important}.bp-faq-benefits>div:last-child{border-bottom:0!important}}

/* =========================================================
   CREDO / JAK TWORZYMY PROJEKTY — Bridartis Premium V4.9.29
   ========================================================= */
.page-bridartis-credo #wrapper>.container,
.page-module-bridartiseditor-credo #wrapper>.container{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important}
.page-bridartis-credo #content-wrapper,
.page-module-bridartiseditor-credo #content-wrapper{width:100%!important;max-width:none!important;padding:0!important}
.bp-credo-page{--credo-ink:#35372e;--credo-olive:#5c6646;--credo-gold:#b58c49;--credo-muted:#76766e;--credo-line:rgba(95,103,71,.14);--credo-cream:#faf7f1;color:var(--credo-ink);background:#fffdf9;padding-bottom:52px}
.bp-credo-shell{width:min(1500px,calc(100% - 54px));margin-left:auto;margin-right:auto}
.bp-credo-page h1,.bp-credo-page h2,.bp-credo-page h3{font-family:"Cormorant Garamond",Georgia,serif;color:var(--credo-ink)}
.bp-credo-eyebrow{margin:0 0 17px;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:800;color:#b88e4b}
.bp-credo-hero{min-height:620px;display:grid;grid-template-columns:43% 57%;align-items:stretch;margin-top:12px;margin-bottom:25px;border:1px solid rgba(182,146,85,.12);border-radius:28px;overflow:hidden;background:linear-gradient(115deg,#fffdf9 0%,#fbf8f1 54%,#f6f0e6 100%);box-shadow:0 14px 48px rgba(56,50,38,.035)}
.bp-credo-hero__copy{padding:72px 38px 60px 60px;display:flex;flex-direction:column;justify-content:center}
.bp-credo-hero h1{margin:0;font-size:62px;line-height:.98;font-weight:500;letter-spacing:-.025em;max-width:610px}
.bp-credo-hero h1 em{font-style:normal;color:#b78c4b}
.bp-credo-lead{margin:26px 0 27px;max-width:620px;color:#686960;font-size:15px;line-height:1.75}
.bp-credo-hero__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:5px 0 31px;max-width:680px}
.bp-credo-hero__facts>div{padding:5px 16px 5px 0;border-right:1px solid var(--credo-line);margin-right:16px}
.bp-credo-hero__facts>div:last-child{border-right:0;margin-right:0}
.bp-credo-hero__facts .material-icons{display:block;font-size:24px;color:#69724f;margin-bottom:7px}
.bp-credo-hero__facts strong,.bp-credo-hero__facts small{display:block}.bp-credo-hero__facts strong{font-size:9px;text-transform:uppercase;letter-spacing:.045em;color:#35372e}.bp-credo-hero__facts small{font-size:9px;color:#8d8a81;margin-top:3px;line-height:1.35}
.bp-credo-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.bp-credo-btn{min-height:46px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:5px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:10px}.bp-credo-btn--primary{background:#596345;color:#fff!important;box-shadow:0 8px 22px rgba(74,84,54,.11)}.bp-credo-btn--primary:hover{background:#465036}.bp-credo-link{display:inline-flex;align-items:center;gap:8px;color:#4c5042!important;font-size:11px}.bp-credo-link .material-icons{font-size:20px}
.bp-credo-hero__media{position:relative;display:flex;align-items:center;justify-content:center;padding:45px 48px 45px 5px;background:radial-gradient(circle at 63% 45%,rgba(255,255,255,.87),rgba(255,255,255,0) 55%)}
.bp-credo-device-card{width:100%;height:100%;min-height:510px;border-radius:28px;overflow:hidden;position:relative;box-shadow:0 22px 55px rgba(70,60,42,.13);background:#eee}.bp-credo-device-card img{width:100%;height:100%;object-fit:cover;display:block}.bp-credo-device-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,242,.12),transparent 40%)}
.bp-credo-device-overlay{position:absolute;left:22px;top:22px;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.9);backdrop-filter:blur(7px);padding:9px 12px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.08em;color:#5b6447;z-index:2}.bp-credo-device-overlay .material-icons{font-size:17px;color:#b58c49}
.bp-credo-seal{position:absolute;right:22px;top:23px;width:137px;height:137px;border-radius:50%;background:#fffaf2;border:1px solid #be9655;outline:1px dashed rgba(190,150,85,.65);outline-offset:-8px;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;color:#9c7131;font-family:"Cormorant Garamond",serif;font-size:18px;font-weight:700;line-height:1.08;transform:rotate(6deg);box-shadow:0 10px 28px rgba(83,67,43,.08);z-index:4}

.bp-credo-safety{display:grid;grid-template-columns:180px minmax(0,1.25fr) minmax(0,1.55fr);gap:26px;align-items:center;padding:25px 28px;margin-bottom:42px;border:1px solid var(--credo-line);border-radius:22px;background:#fff;box-shadow:0 10px 32px rgba(51,48,38,.025)}
.bp-credo-shield{height:150px;border-right:1px solid var(--credo-line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.bp-credo-shield .material-icons{font-size:55px;color:#68724f}.bp-credo-shield strong{font-family:"Cormorant Garamond",serif;font-size:25px;letter-spacing:.08em;color:#9c763b;margin-top:-3px}.bp-credo-shield small{text-transform:uppercase;font-size:7px;letter-spacing:.08em;color:#89867d;margin-top:4px}
.bp-credo-safety__copy h2{margin:0 0 9px;font-size:31px;font-weight:600;line-height:1.05}.bp-credo-safety__copy p{margin:0;color:#77766e;font-size:12px;line-height:1.72}
.bp-credo-safety__items{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.bp-credo-safety__items>div{padding:8px 18px;border-left:1px solid var(--credo-line);text-align:center}.bp-credo-safety__items .material-icons{font-size:25px;color:#b78f4e}.bp-credo-safety__items strong,.bp-credo-safety__items small{display:block}.bp-credo-safety__items strong{font-size:10px;text-transform:uppercase;margin:7px 0 4px}.bp-credo-safety__items small{font-size:9px;line-height:1.5;color:#8b887e}

.bp-credo-process{padding:7px 0 42px}.bp-credo-process>header{text-align:center;margin-bottom:27px}.bp-credo-process>header p{margin:0 0 7px;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:800;color:#b38b4a}.bp-credo-process>header h2,.bp-credo-support>h2,.bp-credo-why>h2{margin:0;font-size:41px;font-weight:500}
.bp-credo-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;position:relative}.bp-credo-steps:before{content:"";position:absolute;top:25px;left:7%;right:7%;height:1px;background:linear-gradient(90deg,transparent,#dcc9a8 10%,#dcc9a8 90%,transparent)}
.bp-credo-steps article{position:relative;min-height:285px;padding:42px 18px 20px;border:1px solid var(--credo-line);border-radius:19px;background:#fff;text-align:center;box-shadow:0 7px 24px rgba(52,48,38,.025)}.bp-credo-step-no{position:absolute;top:-13px;left:50%;transform:translateX(-50%);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff9ef;border:1px solid #bd9452;color:#b48b49;font-size:10px;font-weight:800;z-index:2}.bp-credo-step-icon{width:78px;height:78px;margin:0 auto 12px;border-radius:50%;background:linear-gradient(145deg,#f4f0e7,#ece9df);display:flex!important;align-items:center;justify-content:center;color:#69734f;font-size:35px!important;box-shadow:inset 0 0 0 1px rgba(95,103,71,.06)}.bp-credo-steps h3{font-family:inherit;margin:0 0 8px;font-size:12px;font-weight:800}.bp-credo-steps p{margin:0;color:#77766f;font-size:10px;line-height:1.6}.bp-credo-steps b{display:inline-block;margin-top:12px;border:1px solid #c9a466;border-radius:4px;padding:5px 8px;color:#a77935;font-size:7px;letter-spacing:.06em;background:#fffaf2}

.bp-credo-support{padding:28px 30px 31px;margin-bottom:37px;border:1px solid var(--credo-line);border-radius:22px;background:linear-gradient(135deg,#fff,#faf7f1)}.bp-credo-support>h2{text-align:center;margin-bottom:24px}.bp-credo-support-grid{display:grid;grid-template-columns:1.55fr 1fr 1.15fr;gap:0}.bp-credo-support-card{min-height:195px;padding:22px 28px;border-left:1px solid var(--credo-line);display:flex;flex-direction:column;justify-content:center}.bp-credo-support-card:first-child{border-left:0}.bp-credo-support-card>.material-icons{font-size:37px;color:#68734f;margin-bottom:12px}.bp-credo-support-card h3{font-family:inherit;font-size:14px;font-weight:800;margin:0 0 8px}.bp-credo-support-card p{font-size:11px;line-height:1.65;color:#74746c;margin:0 0 12px}.bp-credo-support-card small{display:block;font-size:9px;color:#797870;margin-top:4px}.bp-credo-support-card a,.bp-credo-small-btn{align-self:flex-start;min-height:35px;padding:0 13px;border:1px solid #c9c2b6;border-radius:4px;display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;font-size:8px;font-weight:800;color:#4f5244!important}.bp-credo-support-card--video{display:grid;grid-template-columns:48% 52%;gap:22px;align-items:center}.bp-credo-support-image{height:155px;border-radius:15px;overflow:hidden;position:relative;background:#eee}.bp-credo-support-image img{width:100%;height:100%;object-fit:cover}.bp-credo-support-image .material-icons{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:46px;color:#fff;text-shadow:0 3px 12px rgba(0,0,0,.25)}

.bp-credo-why{padding:0 0 40px}.bp-credo-why>h2{text-align:center;margin-bottom:25px}.bp-credo-why-grid{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--credo-line);border-bottom:1px solid var(--credo-line)}.bp-credo-why-grid>div{padding:22px 18px;text-align:center;border-right:1px solid var(--credo-line)}.bp-credo-why-grid>div:last-child{border-right:0}.bp-credo-why-grid .material-icons{font-size:27px;color:#b58c49}.bp-credo-why-grid strong,.bp-credo-why-grid small{display:block}.bp-credo-why-grid strong{font-size:10px;margin:8px 0 4px}.bp-credo-why-grid small{font-size:9px;line-height:1.5;color:#858279}
.bp-credo-manifesto{min-height:250px;display:grid;grid-template-columns:180px 1fr 28%;align-items:center;gap:28px;padding:27px 31px;margin-bottom:22px;border:1px solid var(--credo-line);border-radius:22px;background:linear-gradient(135deg,#fbf8f2,#fff)}.bp-credo-manifesto__mark{width:135px;height:150px;margin:auto;border:2px solid #6a734f;border-radius:46% 46% 38% 38%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6a734f}.bp-credo-manifesto__mark .material-icons{font-size:45px}.bp-credo-manifesto__mark strong{font-family:"Cormorant Garamond",serif;font-size:25px;color:#9d793f}.bp-credo-manifesto__copy h2{margin:0 0 10px;font-size:34px;font-weight:500}.bp-credo-manifesto__copy p{margin:0;max-width:720px;color:#74746c;font-size:12px;line-height:1.75}.bp-credo-manifesto__image{height:195px;border-radius:17px;overflow:hidden}.bp-credo-manifesto__image img{width:100%;height:100%;object-fit:cover}
.bp-credo-final{min-height:230px;display:grid;grid-template-columns:29% 1fr auto;align-items:center;gap:31px;border:1px solid var(--credo-line);border-radius:22px;overflow:hidden;background:#f9f6f0}.bp-credo-final__image{height:100%;min-height:230px}.bp-credo-final__image img{width:100%;height:100%;object-fit:cover}.bp-credo-final__copy{padding:28px 0}.bp-credo-final__copy h2{margin:0 0 8px;font-size:36px;font-weight:500}.bp-credo-final__copy p{margin:0 0 18px;max-width:620px;font-size:12px;line-height:1.7;color:#74736b}.bp-credo-final__checks{padding:20px 30px 20px 0;display:flex;flex-direction:column;gap:9px;color:#5d624d;font-size:10px;white-space:nowrap}.bp-credo-footnote{margin-top:12px!important;color:#8b887f;font-size:9px;line-height:1.5}

@media(max-width:1250px){.bp-credo-hero{grid-template-columns:48% 52%}.bp-credo-hero__copy{padding:55px 28px 50px 40px}.bp-credo-hero h1{font-size:52px}.bp-credo-hero__facts{grid-template-columns:repeat(2,1fr);gap:15px 0}.bp-credo-hero__facts>div:nth-child(2){border-right:0}.bp-credo-safety{grid-template-columns:150px 1fr}.bp-credo-safety__items{grid-column:1/-1}.bp-credo-safety__items>div:first-child{border-left:0}.bp-credo-steps{grid-template-columns:repeat(3,1fr);gap:26px 14px}.bp-credo-steps:before{display:none}.bp-credo-why-grid{grid-template-columns:repeat(3,1fr)}.bp-credo-why-grid>div:nth-child(3n){border-right:0}.bp-credo-why-grid>div:nth-child(-n+3){border-bottom:1px solid var(--credo-line)}.bp-credo-support-grid{grid-template-columns:1fr 1fr}.bp-credo-support-card--video{grid-column:1/-1;border-bottom:1px solid var(--credo-line)}.bp-credo-support-card:nth-child(2){border-left:0}.bp-credo-manifesto{grid-template-columns:150px 1fr}.bp-credo-manifesto__image{grid-column:1/-1;height:210px}.bp-credo-final{grid-template-columns:32% 1fr}.bp-credo-final__checks{grid-column:1/-1;flex-direction:row;justify-content:center;padding:0 20px 22px;gap:25px}}
@media(max-width:800px){.bp-credo-shell{width:calc(100% - 26px)}.bp-credo-hero{grid-template-columns:1fr;min-height:0}.bp-credo-hero__copy{padding:40px 28px}.bp-credo-hero h1{font-size:48px}.bp-credo-hero__media{padding:0 22px 28px}.bp-credo-device-card{min-height:310px}.bp-credo-seal{width:105px;height:105px;font-size:14px;right:10px;top:-22px}.bp-credo-safety{grid-template-columns:1fr;padding:22px}.bp-credo-shield{height:auto;border-right:0;border-bottom:1px solid var(--credo-line);padding-bottom:18px}.bp-credo-safety__items{grid-template-columns:1fr}.bp-credo-safety__items>div{border-left:0;border-top:1px solid var(--credo-line);padding:15px}.bp-credo-safety__items>div:first-child{border-top:0}.bp-credo-steps{grid-template-columns:repeat(2,1fr)}.bp-credo-support{padding:24px 18px}.bp-credo-support-grid{grid-template-columns:1fr}.bp-credo-support-card,.bp-credo-support-card:nth-child(2){border-left:0;border-top:1px solid var(--credo-line)}.bp-credo-support-card:first-child{border-top:0}.bp-credo-support-card--video{grid-column:auto;grid-template-columns:1fr}.bp-credo-why-grid{grid-template-columns:repeat(2,1fr)}.bp-credo-why-grid>div:nth-child(3n){border-right:1px solid var(--credo-line)}.bp-credo-why-grid>div:nth-child(2n){border-right:0}.bp-credo-why-grid>div{border-bottom:1px solid var(--credo-line)}.bp-credo-why-grid>div:nth-last-child(-n+2){border-bottom:0}.bp-credo-manifesto{grid-template-columns:1fr;text-align:center}.bp-credo-manifesto__copy p{margin:auto}.bp-credo-final{grid-template-columns:1fr}.bp-credo-final__image{min-height:180px;height:180px}.bp-credo-final__copy{text-align:center;padding:22px}.bp-credo-final__checks{flex-wrap:wrap}.bp-credo-final__copy .bp-credo-btn{margin:auto}}
@media(max-width:490px){.bp-credo-hero__copy{padding:32px 21px}.bp-credo-hero h1{font-size:40px}.bp-credo-lead{font-size:13px}.bp-credo-hero__facts{grid-template-columns:1fr 1fr}.bp-credo-actions{gap:15px}.bp-credo-process>header h2,.bp-credo-support>h2,.bp-credo-why>h2{font-size:33px}.bp-credo-steps{grid-template-columns:1fr}.bp-credo-steps article{min-height:0}.bp-credo-why-grid{grid-template-columns:1fr}.bp-credo-why-grid>div{border-right:0!important}.bp-credo-why-grid>div:nth-last-child(-n+2){border-bottom:1px solid var(--credo-line)}.bp-credo-why-grid>div:last-child{border-bottom:0}.bp-credo-final__checks{flex-direction:column;align-items:center;gap:7px}}
:root{--about-bg:#fbfaf7;--about-card:#fff;--about-ink:#2f312b;--about-muted:#77776f;--about-olive:#65704f;--about-gold:#b68d4d;--about-line:#e9e3d9;--about-soft:#f5f0e7}.page-bridartis-about #wrapper{background:var(--about-bg)}.page-bridartis-about #content-wrapper{width:100%!important}.page-bridartis-about #main{max-width:none}.bp-about-page{padding:10px 0 48px;color:var(--about-ink);font-family:Arial,sans-serif}.bp-about-page h1,.bp-about-page h2{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;color:#34352f}.bp-about-shell{width:min(1540px,calc(100% - 44px));margin-left:auto;margin-right:auto}.bp-about-btn{min-height:44px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:3px;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.05em;text-decoration:none!important;transition:.18s}.bp-about-btn--primary{background:#566044;color:#fff!important;border:1px solid #566044}.bp-about-btn--primary:hover{background:#475037}.bp-about-btn--outline{background:#fff;color:#555747!important;border:1px solid #cfc4b3}.bp-about-btn--outline:hover{border-color:#a98a59;color:#8d6d3e!important}.bp-about-eyebrow,.bp-about-kicker,.bp-about-values header p,.bp-about-process header p,.bp-about-distinct header p,.bp-about-backstage header p,.bp-about-testimonials header p{text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:800;color:var(--about-gold)}
.bp-about-hero{min-height:520px;display:grid;grid-template-columns:57% 43%;overflow:hidden;border-radius:0 0 24px 24px;background:#fff;margin-top:4px;box-shadow:0 12px 45px rgba(62,55,43,.04)}.bp-about-hero__media{min-height:520px;overflow:hidden}.bp-about-hero__media img{width:100%;height:100%;object-fit:cover}.bp-about-hero__copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:56px 66px;background:linear-gradient(135deg,#fff 0%,#fbf8f2 100%)}.bp-about-hero h1{font-size:65px;line-height:.95;margin:3px 0 14px}.bp-about-flourish{color:#c7a66f;font-size:22px;margin:0 0 22px}.bp-about-hero__copy>p:not(.bp-about-eyebrow){max-width:520px;font-size:14px;line-height:1.8;color:#6d6d66;margin:0 0 27px}
.bp-about-story{display:grid;grid-template-columns:39% 61%;gap:50px;padding:74px 32px 56px}.bp-about-story__copy{padding:20px 14px 20px 32px}.bp-about-story h2{font-size:45px;line-height:1.02;margin:7px 0 10px}.bp-about-line{display:block;width:38px;height:2px;background:#c79a55;margin:18px 0 24px}.bp-about-story__copy p{font-size:13px;line-height:1.82;color:#6f6e67;margin-bottom:15px}.bp-about-story__gallery{display:grid;grid-template-columns:56% 44%;grid-template-rows:1fr 1fr;gap:9px}.bp-about-story__gallery>div{overflow:hidden;min-height:185px}.bp-about-story__gallery img{width:100%;height:100%;object-fit:cover}.bp-about-story__main{grid-row:1/3;min-height:380px!important}
.bp-about-values,.bp-about-process,.bp-about-distinct,.bp-about-backstage,.bp-about-testimonials{padding:26px 0 50px}.bp-about-values>header,.bp-about-process>header,.bp-about-distinct>header,.bp-about-backstage>header,.bp-about-testimonials>header{text-align:center;margin-bottom:24px}.bp-about-values header h2,.bp-about-process header h2,.bp-about-distinct header h2,.bp-about-backstage header h2,.bp-about-testimonials header h2{font-size:37px;margin:4px 0 10px}.bp-about-values header span,.bp-about-process header span,.bp-about-distinct header span,.bp-about-backstage header span,.bp-about-testimonials header span{display:block;width:28px;height:2px;background:#c89d5d;margin:auto}.bp-about-values__grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--about-line);background:#fff}.bp-about-values__grid article{min-height:175px;padding:29px 20px;text-align:center;border-right:1px solid var(--about-line)}.bp-about-values__grid article:last-child{border-right:0}.bp-about-values__grid .material-icons{font-size:29px;color:#a9854e}.bp-about-values__grid h3{font-family:Arial,sans-serif;text-transform:uppercase;font-size:11px;letter-spacing:.06em;margin:13px 0 8px}.bp-about-values__grid p{font-size:10px;line-height:1.6;color:#77746c;margin:0}
.bp-about-process__steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}.bp-about-process__steps:before{content:"";position:absolute;left:8%;right:8%;top:34px;height:1px;background:#ddd3c1}.bp-about-process__steps article{position:relative;text-align:center;padding:0 20px;z-index:1}.bp-about-step-no{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;background:#67704e;color:#fff;font-size:10px}.bp-about-step-icon{width:58px;height:58px;border:1px solid #d8c8a9;border-radius:50%;display:flex!important;align-items:center;justify-content:center;margin:0 auto 11px;background:#fff;color:#b58f54;font-size:27px!important}.bp-about-process__steps h3{font-family:Arial,sans-serif;text-transform:uppercase;font-size:10px;letter-spacing:.05em;margin:0 0 7px}.bp-about-process__steps p{font-size:10px;line-height:1.6;color:#77746c;margin:0}
.bp-about-manifesto{min-height:170px;margin-top:12px;margin-bottom:28px;padding:32px 48px;display:grid;grid-template-columns:60px 42% 1fr;align-items:center;gap:30px;border:1px solid var(--about-line);background:linear-gradient(90deg,#faf7f0,#fff,#f3eadb);overflow:hidden;position:relative}.bp-about-manifesto:after{content:"";position:absolute;right:-25px;top:-25px;width:180px;height:180px;border-radius:50%;border:1px solid rgba(180,139,73,.14)}.bp-about-quote{font-family:Georgia,serif;font-size:68px;line-height:1;color:#6e745c;align-self:start}.bp-about-manifesto h2{font-size:40px;line-height:1.05;margin:0}.bp-about-manifesto p{font-size:12px;line-height:1.7;color:#717068;margin:0 0 10px}.bp-about-manifesto em{font-family:"Cormorant Garamond",serif;font-size:23px;color:#a77e43}
.bp-about-stats{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:34px;background:#f8f3eb;border-top:1px solid #ece1d1;border-bottom:1px solid #ece1d1}.bp-about-stats>div{text-align:center;padding:26px 20px;border-right:1px solid #ded4c5}.bp-about-stats>div:last-child{border-right:0}.bp-about-stats .material-icons{font-size:29px;color:#b89258;vertical-align:middle;margin-right:10px}.bp-about-stats strong{display:inline-block;font-family:"Cormorant Garamond",serif;font-size:33px;color:#4c4d46;vertical-align:middle}.bp-about-stats small{display:block;text-transform:uppercase;font-size:9px;letter-spacing:.07em;color:#7a786f;margin-top:5px}
.bp-about-distinct__grid{border-top:1px solid var(--about-line)}.bp-about-distinct__item{display:grid;grid-template-columns:39% 46% 15%;min-height:235px;border-bottom:1px solid var(--about-line);background:#fff}.bp-about-distinct__item:nth-child(even){grid-template-columns:39% 46% 15%}.bp-about-distinct__copy{padding:36px 45px;position:relative}.bp-about-distinct__number{position:absolute;right:-14.5%;top:50%;transform:translateY(-50%);font-family:"Cormorant Garamond",serif;font-size:58px;color:#ba955d;opacity:.85;z-index:2}.bp-about-distinct__copy h3{font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:500;margin:0 0 9px}.bp-about-distinct__copy p{font-size:11px;line-height:1.7;color:#727169;margin:0 0 13px}.bp-about-distinct__copy a{text-transform:uppercase;font-size:9px;font-weight:800;color:#a0783d!important}.bp-about-distinct__image{grid-column:2/3;overflow:hidden}.bp-about-distinct__image img{width:100%;height:100%;object-fit:cover}.bp-about-distinct__item:after{content:"❧";grid-column:3/4;display:flex;align-items:center;justify-content:center;font-size:35px;color:#d9c8a8;background:#fbf8f2}
.bp-about-backstage__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.bp-about-backstage__grid div{height:210px;overflow:hidden}.bp-about-backstage__grid img{width:100%;height:100%;object-fit:cover;transition:.3s}.bp-about-backstage__grid div:hover img{transform:scale(1.035)}.bp-about-backstage>.bp-about-btn{display:flex;width:max-content;margin:20px auto 0}
.bp-about-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bp-about-testimonials__grid article{min-height:175px;border:1px solid var(--about-line);background:#fff;padding:29px 30px;text-align:center}.bp-about-stars{color:#b78c4a;letter-spacing:.11em;font-size:14px;margin-bottom:13px}.bp-about-testimonials__grid p{font-size:11px;line-height:1.75;color:#68675f;margin:0 0 18px}.bp-about-testimonials__grid strong{text-transform:uppercase;font-size:9px;letter-spacing:.07em;color:#6d6d66}
.bp-about-cta{min-height:235px;margin-top:12px;display:grid;grid-template-columns:35% 65%;border:1px solid var(--about-line);background:#fff;overflow:hidden}.bp-about-cta__image{overflow:hidden}.bp-about-cta__image img{width:100%;height:100%;object-fit:cover}.bp-about-cta__copy{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:38px;background:linear-gradient(120deg,#fff,#faf6ef)}.bp-about-cta__copy h2{font-size:41px;margin:0 0 8px}.bp-about-cta__copy p{font-size:12px;color:#78766e;margin:0 0 20px}.bp-about-cta__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
@media(max-width:1200px){.bp-about-values__grid{grid-template-columns:repeat(3,1fr)}.bp-about-values__grid article:nth-child(3n){border-right:0}.bp-about-values__grid article:nth-child(-n+3){border-bottom:1px solid var(--about-line)}.bp-about-distinct__item{grid-template-columns:44% 56%}.bp-about-distinct__item:after{display:none}.bp-about-distinct__number{right:15px;top:18px;transform:none;font-size:39px}.bp-about-distinct__image{grid-column:2/3}.bp-about-backstage__grid{grid-template-columns:repeat(3,1fr)}.bp-about-backstage__grid div{height:230px}.bp-about-backstage__grid div:nth-child(n+4){display:none}}
@media(max-width:900px){.bp-about-shell{width:calc(100% - 28px)}.bp-about-hero{grid-template-columns:1fr}.bp-about-hero__media{height:360px;min-height:0}.bp-about-hero__copy{padding:42px 34px}.bp-about-hero h1{font-size:52px}.bp-about-story{grid-template-columns:1fr;padding:50px 10px 42px;gap:24px}.bp-about-story__copy{padding:0 12px}.bp-about-values__grid{grid-template-columns:repeat(2,1fr)}.bp-about-values__grid article:nth-child(3n){border-right:1px solid var(--about-line)}.bp-about-values__grid article:nth-child(2n){border-right:0}.bp-about-values__grid article{border-bottom:1px solid var(--about-line)}.bp-about-values__grid article:nth-last-child(-n+2){border-bottom:0}.bp-about-process__steps{grid-template-columns:repeat(2,1fr);gap:28px 12px}.bp-about-process__steps:before{display:none}.bp-about-manifesto{grid-template-columns:45px 1fr;padding:28px}.bp-about-manifesto>div{grid-column:1/-1}.bp-about-stats{grid-template-columns:repeat(2,1fr)}.bp-about-stats>div:nth-child(2n){border-right:0}.bp-about-stats>div:nth-child(-n+2){border-bottom:1px solid #ded4c5}.bp-about-distinct__item{grid-template-columns:1fr}.bp-about-distinct__image{grid-column:auto;grid-row:1;height:240px}.bp-about-distinct__copy{grid-row:2;padding:28px}.bp-about-backstage__grid{grid-template-columns:repeat(2,1fr)}.bp-about-backstage__grid div:nth-child(3){display:none}.bp-about-testimonials__grid{grid-template-columns:1fr}.bp-about-cta{grid-template-columns:1fr}.bp-about-cta__image{height:220px}}
@media(max-width:520px){.bp-about-shell{width:calc(100% - 20px)}.bp-about-hero__media{height:280px}.bp-about-hero__copy{padding:32px 22px}.bp-about-hero h1{font-size:45px}.bp-about-story__gallery{grid-template-columns:1fr 1fr;grid-template-rows:250px 130px}.bp-about-story__main{grid-column:1/-1;grid-row:1;min-height:0!important}.bp-about-values__grid{grid-template-columns:1fr}.bp-about-values__grid article{border-right:0!important;border-bottom:1px solid var(--about-line)!important}.bp-about-values__grid article:last-child{border-bottom:0!important}.bp-about-process__steps{grid-template-columns:1fr}.bp-about-manifesto h2{font-size:33px}.bp-about-stats{grid-template-columns:1fr}.bp-about-stats>div{border-right:0!important;border-bottom:1px solid #ded4c5!important}.bp-about-stats>div:last-child{border-bottom:0!important}.bp-about-backstage__grid{grid-template-columns:1fr}.bp-about-backstage__grid div:nth-child(n+2){display:none}.bp-about-cta__copy h2{font-size:34px}.bp-about-cta__actions{flex-direction:column;width:100%}.bp-about-cta__actions .bp-about-btn{width:100%}}


/* ==========================================================
   Bridartis Premium V4.9.31 — MOBILE POLISH / iOS SAFE HEADER
   ========================================================== */
html,body{max-width:100%;overflow-x:hidden}

@media (max-width:1279px){
  .bp-mobile-nav{position:relative;z-index:1102;background:rgba(251,250,246,.985)!important;border-bottom:1px solid rgba(95,103,71,.10)!important}
  .bp-mobile-row{min-height:72px!important;grid-template-columns:44px minmax(0,1fr) 82px!important;gap:8px!important}
  .bp-mobile-logo{display:flex!important;align-items:center;justify-content:center;min-width:0;height:72px;overflow:visible}
  .bp-mobile-logo>a,.bp-mobile-logo h1{display:flex!important;align-items:center;justify-content:center;margin:0!important;max-width:100%;height:100%}
  .bp-mobile-logo img{display:block!important;width:auto!important;max-width:154px!important;max-height:58px!important;object-fit:contain!important;margin:0 auto!important}
  .bp-mobile-actions{gap:8px!important}
  .bp-mobile-action{width:34px!important;height:34px!important;color:#303226!important}
  .bp-mobile-action svg{width:28px!important;height:28px!important;stroke-width:1.55!important}
  .bp-mobile-toggle{width:40px!important;height:40px!important;padding:9px!important;gap:5px!important}
  .bp-mobile-toggle span{height:1.5px!important;border-radius:10px;transition:transform .2s ease,opacity .2s ease}
  .bp-mobile-toggle.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
  .bp-mobile-toggle.is-open span:nth-child(2){opacity:0}
  .bp-mobile-toggle.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
}

@media (max-width:767px){
  :root{--bp-shell:calc(100% - 28px)!important}
  .bp-topbar{font-size:9px!important;letter-spacing:.045em!important}
  .bp-topbar__inner{min-height:34px!important;justify-content:center!important}
  .bp-topbar .material-icons{font-size:14px!important}
  .bp-mobile-row{min-height:68px!important;height:68px!important;grid-template-columns:42px minmax(0,1fr) 78px!important}
  .bp-mobile-logo{height:68px!important}
  .bp-mobile-logo img{max-width:148px!important;max-height:55px!important}

  /* Mobile menu becomes a proper viewport drawer instead of pushing the page down. */
  #mobile_top_menu_wrapper{
    position:fixed!important;
    z-index:1100!important;
    top:102px!important;
    left:0!important;right:0!important;
    width:100%!important;max-width:none!important;
    height:calc(100dvh - 102px)!important;
    margin:0!important;
    padding:16px 16px 28px!important;
    overflow-x:hidden!important;overflow-y:auto!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    background:#fbfaf6!important;
    border-top:1px solid rgba(95,103,71,.10)!important;
    box-shadow:0 24px 54px rgba(36,34,27,.12)!important;
  }
  html.bp-mobile-menu-open,html.bp-mobile-menu-open body{overflow:hidden!important}
  .bp-mobile-search{position:static!important;display:block!important;float:none!important;clear:both!important;width:100%!important;margin:0 0 14px!important;padding:0!important}
  .bp-mobile-search .bp-search-widget,.bp-mobile-search .bp-search-form{position:relative!important;display:block!important;width:100%!important;float:none!important}
  .bp-mobile-search .bp-search-input{height:48px!important;line-height:48px!important;padding:0 52px 0 18px!important;border:1px solid rgba(95,103,71,.14)!important;background:#fff!important;font-size:13px!important}
  .bp-mobile-search .bp-search-submit{right:7px!important;width:36px!important;height:36px!important}
  .bp-mobile-search .bp-search-submit svg{width:22px!important;height:22px!important}
  .bp-mega--mobile{position:static!important;display:block!important;clear:both!important;width:100%!important;margin:0!important;padding:0!important}
  .bp-mega__mobile-root{display:flex!important;flex-direction:column!important;gap:7px!important}
  .bp-mega__mobile-item{overflow:hidden;border:1px solid rgba(95,103,71,.11)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 4px 14px rgba(54,50,38,.025)}
  .bp-mega__mobile-head{grid-template-columns:minmax(0,1fr) 46px!important;min-height:54px!important}
  .bp-mega__mobile-head>a{display:flex!important;align-items:center!important;min-height:54px!important;padding:0 16px!important;border:0!important;color:#303226!important;font-family:"Cormorant Garamond",Georgia,serif!important;font-size:19px!important;font-weight:600!important;line-height:1.05!important}
  .bp-mega__mobile-head small{margin-left:7px!important;font-size:8px!important}
  .bp-mega__mobile-toggle{width:46px!important;height:54px!important}
  .bp-mega__mobile-panel{padding:4px 16px 16px!important;background:#f8f5ee!important;border-top:1px solid rgba(95,103,71,.08)!important}
  .bp-mega__mobile-column{padding:12px 0!important}
  .bp-mega__mobile-column h3{font-size:18px!important}
  .bp-mega__mobile-column li{margin:8px 0!important}
  .bp-mega__mobile-column a{font-size:13px!important;line-height:1.35!important}

  /* Home hero: tighter, calmer and easier to scan on an iPhone. */
  .page-index .bp-hero{display:flex!important;flex-direction:column!important;min-height:0!important;background:#f6f0e6!important}
  .page-index .bp-hero__visual{order:1!important;width:100%!important;aspect-ratio:1.28/1!important;min-height:0!important;max-height:340px!important}
  .page-index .bp-hero__visual img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 48%!important}
  .page-index .bp-hero__content{order:2!important;padding:32px 22px 38px!important}
  .page-index .bp-hero__content:after{font-size:76px!important;right:8px!important;bottom:-10px!important}
  .page-index .bp-hero .bp-eyebrow{margin-bottom:12px!important;font-size:9px!important;line-height:1.4!important;letter-spacing:.14em!important}
  .page-index .bp-hero h2{max-width:100%!important;margin-bottom:20px!important;font-size:clamp(38px,11.3vw,46px)!important;line-height:1.01!important;letter-spacing:-.015em!important}
  .page-index .bp-hero h2 em{margin-top:5px!important}
  .page-index .bp-hero__content>p:not(.bp-eyebrow){max-width:none!important;margin-bottom:0!important;font-size:16px!important;line-height:1.65!important}
  .page-index .bp-hero__actions{width:100%!important;margin-top:22px!important;gap:14px!important}
  .page-index .bp-hero__actions .bp-btn{width:100%!important;min-height:50px!important;padding:0 20px!important}
  .page-index .bp-hero__actions .bp-text-link{align-self:center!important}

  /* Keep visual shopping density: two product cards fit well on modern phones. */
  .page-index .bp-featured-products .bp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .page-index .product-miniature .product-title{min-height:34px!important}
  .page-index .product-miniature .product-title a{font-size:14px!important;line-height:1.2!important}
  .page-index .product-miniature .price{font-size:13px!important}
  .page-index .bp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-bottom:42px!important}
  .page-index .bp-category-card,.page-index .bp-category-card:last-child{grid-column:auto!important;min-height:0!important;aspect-ratio:.86/1!important}
  .page-index .bp-category-card strong{font-size:20px!important}
  .page-index .bp-inspiration-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .page-index .bp-section{padding:58px 0!important}
  .page-index .bp-products-section{padding-top:64px!important}
  .page-index .bp-heading{margin-bottom:26px!important}
  .page-index .bp-heading h2{font-size:34px!important}

  /* Compact trust blocks rather than a very long single-column strip. */
  .page-index .bp-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .page-index .bp-benefit{grid-template-columns:38px minmax(0,1fr)!important;column-gap:9px!important;min-height:88px!important;padding:13px 11px!important}
  .page-index .bp-benefit>.material-icons{width:38px!important;min-width:38px!important;height:38px!important;font-size:25px!important}
  .page-index .bp-benefit strong{font-size:13px!important;line-height:1.15!important}
  .page-index .bp-benefit small{font-size:9px!important;line-height:1.3!important;margin-top:4px!important}

  .bp-footer__links{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px 18px!important}
}

@media (max-width:374px){
  .bp-mobile-logo img{max-width:132px!important}
  .bp-mobile-row{grid-template-columns:40px minmax(0,1fr) 72px!important}
  .bp-mobile-actions{gap:4px!important}
  .page-index .bp-hero h2{font-size:37px!important}
  .page-index .bp-featured-products .bp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .page-index .product-miniature .product-title a{font-size:13px!important}
}

/* ==========================================================
   Bridartis Premium V4.9.33 — COLLECTIONS NAV
   ========================================================== */
@media (min-width:1280px){
  .bp-menu-wrap--collections{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(17px,1.8vw,34px)!important}
  .bp-menu-dynamic{display:flex;align-items:center;min-width:0}
  .bp-menu-dynamic #_desktop_top_menu,.bp-menu-dynamic .bp-mega{width:auto!important}
  .bp-menu-dynamic #_desktop_top_menu .top-menu,.bp-menu-dynamic .bp-mega__root{gap:clamp(17px,1.8vw,34px)!important}
  .bp-collections-nav-link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:64px;padding:0 2px;color:#a77c3e!important;font-family:"Cormorant Garamond",Georgia,serif;font-size:16px;font-weight:700;letter-spacing:.045em;text-transform:uppercase;text-decoration:none!important;white-space:nowrap}
  .bp-collections-nav-link:before{content:"";position:absolute;left:0;right:0;bottom:12px;height:1px;background:#b69255}
  .bp-collections-nav-link:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#b69255;left:50%;bottom:7px;transform:translateX(-50%)}
  .bp-collections-nav-link:hover{color:#596245!important}
}
.bp-mobile-collections-link{display:none}
@media (max-width:1279px){
  .bp-mobile-collections-link{display:flex!important;align-items:center;justify-content:space-between;min-height:56px;margin:0 0 8px;padding:0 17px;border:1px solid rgba(182,146,85,.24);border-radius:14px;background:linear-gradient(120deg,#fffaf3,#fff);color:#9b7440!important;font-family:"Cormorant Garamond",Georgia,serif;font-size:19px;font-weight:700;letter-spacing:.045em;text-decoration:none!important}
  .bp-mobile-collections-link i{font-size:20px;color:#9b7440}
}

/* ==========================================================
   Bridartis Premium V4.9.34 — MOBILE QA / GLOBAL STABILITY
   Final responsive layer. Deliberately high specificity to neutralise
   Classic parent header constraints and older mobile rules.
   ========================================================== */
:root{
  --bp-mobile-topbar-h:36px;
  --bp-mobile-nav-h:72px;
  --bp-mobile-stack-h:108px;
}

@media (max-width:1279px){
  /* Parent Classic styles can constrain .header-nav to 50px. Our row is taller,
     which visually lets the logo spill into the next section. Reset it fully. */
  #header{position:relative!important;z-index:1200!important;isolation:isolate!important}
  #header .header-nav.bp-mobile-nav{
    display:block!important;
    position:relative!important;
    z-index:1202!important;
    width:100%!important;
    max-height:none!important;
    min-height:var(--bp-mobile-nav-h)!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
    border:0!important;
    border-bottom:1px solid rgba(95,103,71,.11)!important;
    background:#fbfaf6!important;
    box-shadow:none!important;
  }
  #header .header-nav.bp-mobile-nav>.bp-shell{
    display:block!important;
    width:min(100% - 28px,1180px)!important;
    min-height:var(--bp-mobile-nav-h)!important;
    height:auto!important;
    padding:0!important;
    margin:0 auto!important;
    overflow:visible!important;
  }
  #header .bp-mobile-row{
    position:relative!important;
    z-index:2!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) 86px!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    min-height:var(--bp-mobile-nav-h)!important;
    height:var(--bp-mobile-nav-h)!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  #header .bp-mobile-toggle{
    align-self:center!important;
    justify-self:start!important;
    width:42px!important;
    height:42px!important;
    margin:0!important;
    padding:9px!important;
  }
  #header .bp-mobile-logo{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    height:var(--bp-mobile-nav-h)!important;
    max-height:var(--bp-mobile-nav-h)!important;
    margin:0!important;
    padding:0 4px!important;
    overflow:hidden!important;
  }
  #header .bp-mobile-logo>a,
  #header .bp-mobile-logo>h1,
  #header .bp-mobile-logo>h1>a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:0!important;
    padding:0!important;
    line-height:1!important;
    overflow:hidden!important;
  }
  #header .bp-mobile-logo img,
  #header .header-nav.bp-mobile-nav .logo{
    position:static!important;
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:152px!important;
    max-height:48px!important;
    margin:0 auto!important;
    object-fit:contain!important;
    transform:none!important;
  }
  #header .bp-mobile-actions{
    align-self:center!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    width:86px!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
  }
  #header .bp-mobile-action{
    flex:0 0 36px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:36px!important;
    height:40px!important;
    margin:0!important;
    padding:4px!important;
    color:#303226!important;
  }
  #header .bp-mobile-action svg{width:28px!important;height:28px!important}
  #header .bp-mobile-action--cart{position:relative!important}
  #header .bp-mobile-action--cart b{
    top:-1px!important;
    right:-2px!important;
    min-width:18px!important;
    height:18px!important;
    font-size:10px!important;
  }

  /* On mobile the desktop header block only hosts the fixed drawer. It must not
     create an accidental strip between navigation and page content. */
  #header .header-top.bp-header{
    position:relative!important;
    z-index:1201!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:visible!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  #header .bp-header__main,
  #header .bp-menu-row{display:none!important}

  /* Safe global media behaviour for every custom page/module. */
  #wrapper,#content-wrapper,#main,#content{min-width:0!important;max-width:100%!important}
  #wrapper img,#content-wrapper img{max-width:100%;height:auto}
}

@media (max-width:767px){
  :root{
    --bp-mobile-topbar-h:36px;
    --bp-mobile-nav-h:72px;
    --bp-mobile-stack-h:108px;
    --bp-shell:calc(100% - 24px)!important;
  }
  #header .bp-topbar{
    position:relative!important;
    z-index:1203!important;
    width:100%!important;
    min-height:var(--bp-mobile-topbar-h)!important;
    height:var(--bp-mobile-topbar-h)!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.04em!important;
  }
  #header .bp-topbar__inner{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:calc(100% - 20px)!important;
    min-height:var(--bp-mobile-topbar-h)!important;
    height:var(--bp-mobile-topbar-h)!important;
    margin:0 auto!important;
    padding:0!important;
    overflow:hidden!important;
  }
  #header .bp-topbar span:first-child{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    height:100%!important;
    margin:0!important;
    white-space:nowrap!important;
    line-height:1!important;
  }
  #header .bp-topbar span:not(:first-child){display:none!important}
  #header .bp-topbar .material-icons{font-size:14px!important;line-height:1!important}

  #header .header-nav.bp-mobile-nav{
    min-height:var(--bp-mobile-nav-h)!important;
    height:var(--bp-mobile-nav-h)!important;
  }
  #header .header-nav.bp-mobile-nav>.bp-shell{
    width:calc(100% - 24px)!important;
    min-height:var(--bp-mobile-nav-h)!important;
    height:var(--bp-mobile-nav-h)!important;
  }
  #header .bp-mobile-row{
    grid-template-columns:42px minmax(0,1fr) 80px!important;
    min-height:var(--bp-mobile-nav-h)!important;
    height:var(--bp-mobile-nav-h)!important;
  }
  #header .bp-mobile-logo{height:var(--bp-mobile-nav-h)!important;max-height:var(--bp-mobile-nav-h)!important}
  #header .bp-mobile-logo img,#header .header-nav.bp-mobile-nav .logo{max-width:146px!important;max-height:47px!important}
  #header .bp-mobile-actions{width:80px!important;gap:6px!important}

  /* Drawer follows the ACTUAL header height set by JS. The fallback is 108px. */
  #mobile_top_menu_wrapper{
    top:var(--bp-mobile-stack-h)!important;
    height:calc(100dvh - var(--bp-mobile-stack-h))!important;
    max-height:calc(100dvh - var(--bp-mobile-stack-h))!important;
    padding:15px 14px max(28px,env(safe-area-inset-bottom))!important;
  }

  /* Home first screen — clean separation from header and tighter iPhone rhythm. */
  .page-index #wrapper{position:relative!important;z-index:1!important;margin:0!important;padding:0!important}
  .page-index .bp-home-wrapper,.page-index .bp-home{margin:0!important;padding:0!important}
  .page-index .bp-hero{
    position:relative!important;
    z-index:1!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    margin:0!important;
    border:0!important;
    overflow:hidden!important;
    background:#f6f0e6!important;
  }
  .page-index .bp-hero__visual{
    order:1!important;
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:1.30/1!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .page-index .bp-hero__visual img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center 49%!important;
  }
  .page-index .bp-hero__content{
    order:2!important;
    width:100%!important;
    padding:30px 20px 34px!important;
    overflow:hidden!important;
  }
  .page-index .bp-hero .bp-eyebrow{
    margin:0 0 12px!important;
    font-size:9px!important;
    line-height:1.35!important;
    letter-spacing:.13em!important;
  }
  .page-index .bp-hero h2{
    max-width:100%!important;
    margin:0 0 18px!important;
    font-size:clamp(37px,10.6vw,43px)!important;
    line-height:.99!important;
    letter-spacing:-.018em!important;
    overflow-wrap:normal!important;
  }
  .page-index .bp-hero h2 em{display:block!important;margin-top:5px!important}
  .page-index .bp-hero__content>p:not(.bp-eyebrow){
    max-width:100%!important;
    margin:0!important;
    font-size:15px!important;
    line-height:1.62!important;
  }
  .page-index .bp-hero__actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;margin:21px 0 0!important;gap:12px!important}
  .page-index .bp-hero__actions .bp-btn{width:100%!important;min-height:50px!important;padding:0 18px!important;font-size:11px!important}
  .page-index .bp-hero__actions .bp-text-link{align-self:center!important;margin:2px 0 0!important;font-size:11px!important}

  /* Dense but readable commercial sections. */
  .page-index .bp-benefits{margin:0!important;border-radius:0!important}
  .page-index .bp-section{padding:54px 0!important}
  .page-index .bp-products-section{padding-top:58px!important}
  .page-index .bp-heading{margin-bottom:25px!important;padding:0 12px!important}
  .page-index .bp-heading .bp-eyebrow{font-size:9px!important;letter-spacing:.14em!important}
  .page-index .bp-heading h2{font-size:33px!important;line-height:1.02!important}
  .page-index .bp-featured-products .bp-product-grid{gap:11px 9px!important}
  .page-index .bp-category-grid{gap:9px!important;margin:0 10px 38px!important}
  .page-index .bp-editorial{margin:0!important}
  .page-index .bp-editorial__image{min-height:0!important;aspect-ratio:1.28/1!important}
  .page-index .bp-editorial__content{padding:35px 22px 40px!important}
  .page-index .bp-editorial__content h2{font-size:36px!important;line-height:1.02!important}
  .page-index .bp-editorial__content p{font-size:15px!important;line-height:1.6!important}
  .page-index .bp-why-grid{margin-inline:10px!important}
  .page-index .bp-testimonials{padding:52px 12px!important}
  .page-index .bp-testimonials__grid{gap:12px!important}
  .page-index .bp-inspiration-grid{margin-inline:10px!important;gap:9px!important}

  /* Common non-home content: prevent edge-to-edge accidental overflow. */
  body:not(.page-index) #wrapper>.container{
    width:100%!important;
    max-width:100%!important;
    padding-left:12px!important;
    padding-right:12px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body:not(.page-index) #content-wrapper{padding-left:0!important;padding-right:0!important}

  /* Product/catalog controls must never exceed viewport. */
  .product-add-to-cart,.product-actions,.product-quantity,.product-variants,.products-selection,
  .products-sort-order,.pagination,.tabs,.card,.modal-dialog{max-width:100%!important}
  .product-quantity{flex-wrap:wrap!important}

  /* Newsletter + footer: controlled vertical rhythm on phones. */
  .bp-footer-newsletter{margin-top:38px!important}
  .bp-newsletter{padding:38px 18px 36px!important}
  .bp-newsletter__inner{gap:22px!important}
  .bp-newsletter h2{font-size:36px!important;line-height:1!important}
  .bp-newsletter__copy>p:last-child{font-size:15px!important;line-height:1.55!important;margin-top:15px!important}
  .bp-footer--custom .bp-footer__grid{gap:26px!important;padding-top:38px!important;padding-bottom:32px!important}
  .bp-footer--custom .bp-footer__brand{padding-bottom:26px!important}
  .bp-footer--custom .bp-footer__brand>p{font-size:16px!important}
  .bp-footer--custom .bp-footer__trust{grid-template-columns:1fr 1fr!important}
  .bp-footer--custom .bp-footer__bottom{padding-top:20px!important;padding-bottom:22px!important}
}

@media (max-width:390px){
  #header .header-nav.bp-mobile-nav>.bp-shell{width:calc(100% - 18px)!important}
  #header .bp-mobile-row{grid-template-columns:40px minmax(0,1fr) 76px!important;gap:5px!important}
  #header .bp-mobile-logo img,#header .header-nav.bp-mobile-nav .logo{max-width:136px!important;max-height:44px!important}
  #header .bp-mobile-actions{width:76px!important;gap:4px!important}
  #header .bp-mobile-action{flex-basis:35px!important;width:35px!important}
  .page-index .bp-hero h2{font-size:clamp(35px,10.5vw,40px)!important}
  .page-index .bp-hero__content{padding-left:18px!important;padding-right:18px!important}
}

/* ==========================================================
   BRIDARTIS V4.9.35 — PRODUCT IMAGE LIGHTBOX
   ========================================================== */
body.modal-open:has(#product-modal.show) {
  overflow: hidden !important;
  padding-right: 0 !important;
}

#product-modal.bp-product-modal {
  padding: 0 !important;
  overflow: hidden !important;
  background: rgba(37, 39, 35, .82) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#product-modal.bp-product-modal .bp-product-modal__dialog {
  width: min(94vw, 1320px) !important;
  max-width: none !important;
  height: calc(100vh - 48px) !important;
  height: calc(100dvh - 48px) !important;
  margin: 24px auto !important;
  pointer-events: none;
}

#product-modal.bp-product-modal .bp-product-modal__content {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #f4f1eb !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28) !important;
  pointer-events: auto;
}

#product-modal.bp-product-modal .bp-product-modal__body {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 18px !important;
  overflow: hidden !important;
}

#product-modal.bp-product-modal .bp-product-modal__body--with-thumbs {
  grid-template-columns: minmax(0, 1fr) 110px !important;
}

#product-modal.bp-product-modal .bp-product-modal__body--single {
  grid-template-columns: minmax(0, 1fr) !important;
}

#product-modal.bp-product-modal .bp-product-modal__close {
  position: absolute !important;
  top: 30px !important;
  right: 30px !important;
  z-index: 8 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(70, 80, 68, .16) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #344233 !important;
  opacity: 1 !important;
  box-shadow: 0 10px 24px rgba(42, 45, 39, .16) !important;
  cursor: pointer !important;
  transition: transform .2s ease, background-color .2s ease !important;
}

#product-modal.bp-product-modal .bp-product-modal__close:hover {
  background: #fff !important;
  transform: scale(1.06) !important;
}

#product-modal.bp-product-modal .bp-product-modal__close:focus-visible {
  outline: 3px solid rgba(48, 184, 219, .38) !important;
  outline-offset: 3px !important;
}

#product-modal.bp-product-modal .bp-product-modal__close svg {
  width: 24px !important;
  height: 24px !important;
}

#product-modal.bp-product-modal .bp-product-modal__figure {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(91, 86, 73, .12) !important;
  border-radius: 17px !important;
  background: #fff !important;
  cursor: zoom-in !important;
}

#product-modal.bp-product-modal .bp-product-modal__picture {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

#product-modal.bp-product-modal .bp-product-modal__image,
#product-modal.bp-product-modal .product-cover-modal {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
  object-fit: contain !important;
  box-shadow: none !important;
  cursor: zoom-in !important;
  user-select: none;
  -webkit-user-drag: none;
}

#product-modal.bp-product-modal .bp-product-modal__figure.is-zoomed {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  overflow: auto !important;
  overscroll-behavior: contain;
  cursor: zoom-out !important;
}

#product-modal.bp-product-modal .bp-product-modal__figure.is-zoomed .bp-product-modal__picture {
  display: block !important;
  width: max-content !important;
  height: max-content !important;
  min-width: 100% !important;
  min-height: 100% !important;
}

#product-modal.bp-product-modal .bp-product-modal__figure.is-zoomed .bp-product-modal__image,
#product-modal.bp-product-modal .bp-product-modal__figure.is-zoomed .product-cover-modal {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 auto !important;
  object-fit: none !important;
  cursor: zoom-out !important;
}

#product-modal.bp-product-modal .bp-product-modal__aside {
  position: relative !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  width: 110px !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 58px 0 0 !important;
  overflow: hidden !important;
}

#product-modal.bp-product-modal .bp-product-modal__mask {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(70, 80, 68, .32) transparent;
}

#product-modal.bp-product-modal .bp-product-modal__thumbs {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 5px 0 0 !important;
  transform: none !important;
  list-style: none !important;
}

#product-modal.bp-product-modal .bp-product-modal__thumb-item,
#product-modal.bp-product-modal .bp-product-modal__thumb-item picture {
  display: block !important;
  width: 100% !important;
  height: 92px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#product-modal.bp-product-modal .bp-product-modal__thumb {
  display: block !important;
  width: 100% !important;
  height: 92px !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 1px solid #d9d3c8 !important;
  border-radius: 13px !important;
  background: #fff !important;
  object-fit: cover !important;
  opacity: .78 !important;
  cursor: pointer !important;
  transition: border-color .2s ease, opacity .2s ease, transform .2s ease !important;
}

#product-modal.bp-product-modal .bp-product-modal__thumb:hover {
  opacity: 1 !important;
  transform: translateY(-1px) !important;
}

#product-modal.bp-product-modal .bp-product-modal__thumb.selected {
  padding: 3px !important;
  border: 3px solid #30b8db !important;
  opacity: 1 !important;
}

#product-modal.bp-product-modal .bp-product-modal__arrows {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  padding-top: 8px !important;
  color: #465044 !important;
}

#product-modal.bp-product-modal .bp-product-modal__arrows .material-icons {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .84) !important;
  font-size: 24px !important;
  cursor: pointer !important;
}

@media (max-width: 767px) {
  #product-modal.bp-product-modal {
    background: rgba(34, 36, 32, .94) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  #product-modal.bp-product-modal .bp-product-modal__dialog {
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__content {
    border-radius: 0 !important;
    background: #f4f1eb !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__body {
    gap: 10px !important;
    padding: 58px 10px 10px !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__body--with-thumbs {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) 78px !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__body--single {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__close {
    top: 10px !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__figure {
    border-radius: 12px !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__aside {
    display: block !important;
    width: 100% !important;
    height: 78px !important;
    padding: 0 !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__mask {
    width: 100% !important;
    height: 78px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__mask::-webkit-scrollbar {
    display: none !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__thumbs {
    flex-direction: row !important;
    gap: 8px !important;
    width: max-content !important;
    height: 78px !important;
    padding: 0 !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__thumb-item,
  #product-modal.bp-product-modal .bp-product-modal__thumb-item picture,
  #product-modal.bp-product-modal .bp-product-modal__thumb {
    width: 72px !important;
    min-width: 72px !important;
    height: 72px !important;
  }

  #product-modal.bp-product-modal .bp-product-modal__arrows {
    display: none !important;
  }
}

@media (max-width:350px){
  #header .bp-mobile-logo img,#header .header-nav.bp-mobile-nav .logo{max-width:122px!important;max-height:40px!important}
  #header .bp-mobile-row{grid-template-columns:38px minmax(0,1fr) 70px!important}
  #header .bp-mobile-actions{width:70px!important}
  #header .bp-mobile-action{flex-basis:32px!important;width:32px!important;padding:3px!important}
  #header .bp-mobile-action svg{width:25px!important;height:25px!important}
  .page-index .bp-featured-products .bp-product-grid{grid-template-columns:1fr!important}
}

/* Compliance links are intentionally quiet but permanently discoverable. */
.bp-reviews-policy-link{
  margin:18px 0 0;
  text-align:center;
  font-size:.8125rem;
  line-height:1.5;
}
.bp-reviews-policy-link a{
  color:#536c67;
  text-decoration:underline;
  text-underline-offset:3px;
}
.bp-reviews-policy-link a:hover,
.bp-reviews-policy-link a:focus-visible{color:#263c38}

/* The AI marker occupies the upper-right corner; wishlist stays accessible below it. */
.bp-category-product__media.bc-ai-marked>.bp-category-product__wishlist{top:48px!important}
@media (max-width:767px){
  .bp-category-product__media.bc-ai-marked>.bp-category-product__wishlist{top:42px!important}
}

/* ==========================================================
   Bridartis Premium V4.9.42 — cart, checkout and native cart UI
   ========================================================== */

/* Dark-on-olive text was unreadable in several inherited components. */
.btn-primary,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.cart-detailed-actions .btn-primary,
body#checkout .checkout-step .continue,
body#checkout #payment-confirmation button,
.bp-newsletter-form button,
.bp-product-information .bp-buybox__add .add-to-cart {
  color: #fff !important;
}

/* Keep exactly one real ps_shoppingcart widget in the document. */
.bp-desktop-cart-host,
.bp-desktop-cart-host > #_desktop_cart,
.bp-desktop-cart-host .blockcart,
.bp-desktop-cart-host .blockcart > .header {
  width: 100%;
  min-width: 0;
}

/* Shared order-page presentation. */
.bp-order-hero {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
  margin: 30px 0 34px;
  padding: clamp(28px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(95,103,71,.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 87% 20%, rgba(182,146,85,.16), transparent 28%),
    radial-gradient(circle at 8% 110%, rgba(170,180,154,.26), transparent 38%),
    linear-gradient(135deg, #fff 0%, #f4f0e7 100%);
  box-shadow: 0 20px 55px rgba(51,49,40,.07);
}
.bp-order-hero::after {
  content: "❧";
  position: absolute;
  z-index: -1;
  right: 3%;
  top: -52px;
  color: rgba(182,146,85,.09);
  font: 190px/1 Georgia, serif;
  transform: rotate(-18deg);
  pointer-events: none;
}
.bp-order-eyebrow,
.bp-order-kicker {
  display: block;
  margin: 0 0 8px;
  color: #a37d3e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.bp-order-hero h1 {
  margin: 0;
  color: var(--bp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
  text-transform: none;
}
.bp-order-lead {
  max-width: 650px;
  margin: 16px 0 0;
  color: #66675f;
  font-size: 14px;
  line-height: 1.7;
}
.bp-order-progress {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bp-order-progress li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #85867e;
  font-size: 11px;
  white-space: nowrap;
}
.bp-order-progress li + li { margin-left: 38px; }
.bp-order-progress li + li::before {
  content: "";
  position: absolute;
  left: -28px;
  width: 18px;
  height: 1px;
  background: rgba(95,103,71,.28);
}
.bp-order-progress span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(95,103,71,.32);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  font-size: 11px;
}
.bp-order-progress strong { font-weight: 650; }
.bp-order-progress .is-active { color: var(--bp-olive-dark); }
.bp-order-progress .is-active span {
  border-color: var(--bp-olive);
  background: var(--bp-olive);
  color: #fff;
  box-shadow: 0 7px 18px rgba(95,103,71,.22);
}

/* Cart page. */
body#cart #wrapper,
body.page-cart #wrapper { padding-bottom: 76px !important; }
body#cart #wrapper > .container,
body.page-cart #wrapper > .container {
  width: min(1440px, calc(100% - 48px));
  max-width: none;
}
.bp-cart-grid,
.bp-checkout-grid {
  display: flex;
  align-items: flex-start;
  margin-right: -12px;
  margin-left: -12px;
}
.bp-cart-grid > [class*="col-"],
.bp-checkout-grid > [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}
.bp-cart-products-card,
.bp-cart-summary-card {
  overflow: hidden;
  border: 1px solid rgba(95,103,71,.14) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(51,49,40,.07) !important;
}
.bp-cart-card-heading,
.bp-summary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  padding: 26px 30px !important;
}
.bp-cart-card-heading h2,
.bp-summary-heading h2,
.bp-checkout-column-heading h2,
.bp-checkout-summary-heading h2 {
  margin: 0;
  color: var(--bp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.08;
  text-transform: none;
}
.bp-cart-products-card > .separator {
  margin: 0 30px;
  border-color: rgba(95,103,71,.12);
}
.bp-cart-products-card .cart-overview { padding: 8px 30px 14px; }
.bp-cart-products-card .cart-items { margin: 0; }
.bp-cart-products-card .cart-item {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(95,103,71,.12);
}
.bp-cart-products-card .cart-item:last-child { border-bottom: 0; }
.bp-cart-products-card .product-line-grid {
  display: grid;
  grid-template-columns: 148px minmax(0,1fr) minmax(280px, 340px);
  align-items: center;
  gap: 24px;
  margin: 0;
}
.bp-cart-products-card .product-line-grid-left,
.bp-cart-products-card .product-line-grid-body,
.bp-cart-products-card .product-line-grid-right {
  float: none;
  width: auto;
  max-width: none;
  padding: 0;
}
.bp-cart-products-card .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  overflow: hidden;
  border: 1px solid rgba(95,103,71,.12);
  border-radius: 18px;
  background: #faf9f5;
}
.bp-cart-products-card .product-image picture,
.bp-cart-products-card .product-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.bp-cart-products-card .product-image img { object-fit: contain; }
.bp-cart-products-card .product-line-info { margin-bottom: 6px; }
.bp-cart-products-card .product-line-info > a.label {
  color: var(--bp-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.22;
}
.bp-cart-products-card .product-line-info.product-price {
  margin: 8px 0 0;
  color: var(--bp-olive-dark) !important;
  font-size: 14px;
}
.bp-cart-products-card .product-line-grid-body > br { display: none; }
.bp-cart-products-card .product-line-grid-body .product-line-info:not(.product-price) .label,
.bp-cart-products-card .product-line-grid-body .product-line-info:not(.product-price) .value {
  color: #77786f;
  font-size: 11px;
}
.bp-cart-products-card .product-line-grid-right > .row,
.bp-cart-products-card .product-line-grid-right .col-md-10 > .row {
  display: flex;
  align-items: center;
  margin: 0;
}
.bp-cart-products-card .product-line-grid-right .col-md-10,
.bp-cart-products-card .product-line-grid-right .col-md-2,
.bp-cart-products-card .product-line-grid-right .qty,
.bp-cart-products-card .product-line-grid-right .price {
  float: none;
  padding: 0 6px;
}
.bp-cart-products-card .product-line-grid-right .col-md-10 {
  flex: 1 1 auto;
  width: auto;
}
.bp-cart-products-card .product-line-grid-right .col-md-2 {
  flex: 0 0 44px;
  width: 44px;
}
.bp-cart-products-card .product-line-grid-right .qty {
  flex: 0 0 118px;
  width: 118px;
}
.bp-cart-products-card .product-line-grid-right .price {
  flex: 1 1 auto;
  width: auto;
  min-width: 92px;
  text-align: right;
}
.bp-cart-products-card .bootstrap-touchspin {
  display: flex;
  align-items: stretch;
  width: 112px;
  overflow: hidden;
  border: 1px solid rgba(95,103,71,.22);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}
.bp-cart-products-card .js-cart-line-product-quantity,
.bp-cart-products-card input[name="product-quantity-spin"] {
  width: 66px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--bp-ink) !important;
  text-align: center;
  box-shadow: none !important;
}
.bp-cart-products-card .bootstrap-touchspin .input-group-btn-vertical {
  position: static;
  display: flex;
  flex-direction: column;
  width: 44px;
  border-left: 1px solid rgba(95,103,71,.14);
}
.bp-cart-products-card .bootstrap-touchspin .btn-touchspin {
  position: static;
  width: 44px;
  height: 22px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #f7f5f0;
  color: var(--bp-olive-dark);
}
.bp-cart-products-card .product-line-actions .product-price strong {
  color: var(--bp-ink);
  font-size: 16px;
  font-weight: 750;
  white-space: nowrap;
}
.bp-cart-products-card .remove-from-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(95,103,71,.16);
  border-radius: 50%;
  color: #8a7465;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.bp-cart-products-card .remove-from-cart:hover {
  border-color: #b87767;
  background: #fff5f2;
  color: #a34f3f;
}
.bp-cart-products-card .remove-from-cart .material-icons { font-size: 19px; }
.bp-continue-shopping {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0 0 8px;
  color: var(--bp-olive-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bp-continue-shopping .material-icons { font-size: 19px; }
.bp-cart-aside,
.bp-checkout-aside { position: relative; }
.bp-cart-summary-card,
.bp-checkout-aside { position: sticky; top: 24px; }
.bp-cart-summary-card .bp-summary-heading { padding-bottom: 10px !important; }
.bp-cart-summary-card .cart-detailed-totals { padding: 0 30px; }
.bp-cart-summary-card .card-block,
.bp-cart-summary-card .cart-detailed-subtotals { padding-right: 0; padding-left: 0; }
.bp-cart-summary-card .cart-summary-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 10px 0;
  color: #66675f;
  font-size: 13px;
}
.bp-cart-summary-card .cart-summary-line .value { margin-left: auto; color: var(--bp-ink); font-weight: 700; }
.bp-cart-summary-card .cart-summary-totals {
  margin-top: 8px;
  padding: 20px 0 5px;
  border-top: 1px solid rgba(95,103,71,.16);
}
.bp-cart-summary-card .cart-summary-line.cart-total .label,
.bp-cart-summary-card .cart-summary-line.cart-total .value {
  color: var(--bp-ink);
  font-size: 17px;
  font-weight: 800;
}
.bp-cart-summary-card .cart-voucher { padding: 12px 0; }
.bp-cart-summary-card .cart-detailed-actions { padding: 22px 30px 30px; }
.bp-cart-summary-card .cart-detailed-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 12px 18px;
  border-radius: 14px;
  background: var(--bp-olive) !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(95,103,71,.22);
}
.bp-cart-summary-card .cart-detailed-actions .btn-primary:hover {
  background: var(--bp-olive-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.bp-order-trust {
  display: grid;
  gap: 2px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(95,103,71,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.75);
}
.bp-order-trust > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  background: #fff;
}
.bp-order-trust .material-icons {
  flex: 0 0 22px;
  color: var(--bp-gold);
  font-size: 22px;
}
.bp-order-trust span { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.bp-order-trust strong { color: var(--bp-ink); font-size: 11px; font-weight: 750; }
.bp-order-trust small { color: #7d7e77; font-size: 9px; line-height: 1.4; }
.bp-native-reassurance { display: none !important; }

/* Checkout shell and header. */
body#checkout {
  background: #f5f2eb !important;
}
body#checkout #header {
  border-bottom: 1px solid rgba(95,103,71,.14);
  background: rgba(251,250,246,.96) !important;
  box-shadow: 0 8px 28px rgba(51,49,40,.04) !important;
}
body#checkout #header .header-nav {
  min-height: 94px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
body#checkout #header .header-nav > .container {
  width: min(1320px, calc(100% - 48px));
  max-width: none;
}
body#checkout #header .header-nav .row {
  display: flex;
  align-items: center;
  min-height: 94px;
}
body#checkout #header #_desktop_logo img {
  width: auto;
  max-width: 230px;
  max-height: 76px;
  object-fit: contain;
}
body#checkout #header .header-nav .text-xs-right {
  color: var(--bp-olive-dark);
  font-size: 12px;
}
body#checkout #header .header-nav .text-xs-right a { font-weight: 700; }
body#checkout #wrapper {
  padding: 0 0 70px !important;
  background: #f5f2eb !important;
  box-shadow: none !important;
}
body#checkout #wrapper > .container {
  width: min(1320px, calc(100% - 48px));
  max-width: none;
}
.bp-order-hero--checkout { margin-top: 34px; }
.bp-checkout-assurances {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  max-width: 490px;
}
.bp-checkout-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(95,103,71,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #66675f;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.bp-checkout-assurances .material-icons { color: var(--bp-gold); font-size: 17px; }
.bp-checkout-column-heading,
.bp-checkout-summary-heading {
  margin-bottom: 17px;
  padding: 0 4px;
}
.bp-checkout-column-heading h2,
.bp-checkout-summary-heading h2 { font-size: 28px; }
body#checkout .checkout-step {
  margin: 0 0 14px;
  overflow: hidden;
  border: 1px solid rgba(95,103,71,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 30px rgba(51,49,40,.045);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body#checkout .checkout-step.-current {
  border-color: rgba(95,103,71,.35);
  background: #fff;
  box-shadow: 0 18px 48px rgba(51,49,40,.075);
}
body#checkout .checkout-step .step-title {
  display: flex;
  align-items: center;
  min-height: 76px;
  margin: 0;
  padding: 18px 24px;
  color: #7b7c75;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: .02em;
  line-height: 1.35;
  text-transform: uppercase;
}
body#checkout .checkout-step.-current .step-title,
body#checkout .checkout-step.-reachable .step-title { color: var(--bp-ink); }
body#checkout .checkout-step .step-number,
body#checkout .checkout-step .done {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 14px;
  border: 1px solid rgba(95,103,71,.28);
  border-radius: 50%;
  background: #fff;
  color: var(--bp-olive-dark);
  font-size: 13px;
  font-style: normal;
}
body#checkout .checkout-step.-current .step-number {
  border-color: var(--bp-olive);
  background: var(--bp-olive);
  color: #fff;
  box-shadow: 0 7px 18px rgba(95,103,71,.20);
}
body#checkout .checkout-step .done { display: none; }
body#checkout .checkout-step.-complete .done { display: inline-flex; }
body#checkout .checkout-step.-complete .step-number { display: none; }
body#checkout .checkout-step .step-edit {
  margin-left: auto;
  color: #8a7b60 !important;
  font-size: 10px;
  font-weight: 700;
}
body#checkout .checkout-step .step-edit .material-icons { font-size: 15px; }
body#checkout .checkout-step .content {
  padding: 4px 30px 30px;
  border-top: 1px solid rgba(95,103,71,.10);
}
body#checkout .checkout-step:not(.-current) .content { border-top: 0; }
body#checkout .checkout-step .nav-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 22px 0 26px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(95,103,71,.12);
}
body#checkout .checkout-step .nav-link {
  padding: 0 4px 7px;
  border-bottom: 2px solid transparent;
  color: #77786f;
  font-size: 12px;
  font-weight: 700;
}
body#checkout .checkout-step .nav-link.active {
  border-bottom-color: var(--bp-gold);
  color: var(--bp-olive-dark);
}
body#checkout .checkout-step .nav-separator { color: rgba(95,103,71,.25); }
body#checkout .checkout-step .form-group.row {
  display: grid;
  grid-template-columns: minmax(130px, 180px) minmax(0, 1fr) minmax(72px, 96px);
  align-items: start;
  gap: 16px;
  margin: 0 0 17px;
}
body#checkout .checkout-step .form-control-label {
  width: auto;
  max-width: none;
  padding: 13px 0 0;
  color: #4d4e48;
  font-size: 11px;
  font-weight: 750;
  text-align: left;
}
body#checkout .checkout-step .form-control-comment {
  width: auto;
  max-width: none;
  padding: 11px 0 0;
  color: #96978f;
  font-size: 10px;
}
body#checkout .checkout-step .form-group.row > .col-md-6,
body#checkout .checkout-step .form-group.row > .col-md-8,
body#checkout .checkout-step .form-group.row > .col-md-9,
body#checkout .checkout-step .form-group.row > [class*="col-"]:not(.form-control-label):not(.form-control-comment) {
  float: none;
  width: auto;
  max-width: none;
  padding: 0;
}
body#checkout .checkout-step input.form-control,
body#checkout .checkout-step select.form-control,
body#checkout .checkout-step textarea.form-control {
  min-height: 48px;
  border: 1px solid rgba(95,103,71,.22);
  border-radius: 11px;
  background: #fcfbf8;
  color: var(--bp-ink);
  font-size: 13px;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body#checkout .checkout-step textarea.form-control { min-height: 110px; padding-top: 12px; }
body#checkout .checkout-step input.form-control:focus,
body#checkout .checkout-step select.form-control:focus,
body#checkout .checkout-step textarea.form-control:focus {
  border-color: rgba(95,103,71,.62);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(95,103,71,.09);
}
body#checkout .checkout-step .input-group .form-control { border-radius: 11px 0 0 11px; }
body#checkout .checkout-step .input-group-btn .btn {
  min-height: 48px;
  border: 1px solid rgba(95,103,71,.22);
  border-left: 0;
  border-radius: 0 11px 11px 0;
  background: #ece9e2;
  color: var(--bp-olive-dark);
  font-size: 10px;
  font-weight: 750;
}
body#checkout .checkout-step .form-control-comment,
body#checkout .checkout-step .help-block,
body#checkout .checkout-step .form-text { color: #8d8e86; }
body#checkout .checkout-step .custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 11px 0;
  color: #55564f;
  font-size: 11px;
  line-height: 1.55;
}
body#checkout .checkout-step .custom-checkbox > label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}
body#checkout .checkout-step .custom-checkbox input + span {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1px solid rgba(95,103,71,.34);
  border-radius: 5px;
  background: #fff;
}
body#checkout .checkout-step .custom-checkbox input:checked + span {
  border-color: var(--bp-olive);
  background: var(--bp-olive);
}
body#checkout .checkout-step .custom-radio {
  border-color: rgba(95,103,71,.34);
}
body#checkout .checkout-step .continue,
body#checkout #payment-confirmation button.btn-primary {
  min-width: 168px;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 12px;
  background: var(--bp-olive) !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(95,103,71,.20);
}
body#checkout .checkout-step .continue:hover,
body#checkout #payment-confirmation button.btn-primary:hover {
  background: var(--bp-olive-dark) !important;
  color: #fff !important;
}
body#checkout .checkout-step .address-item,
body#checkout .checkout-step .delivery-option,
body#checkout .checkout-step .payment-option {
  margin-bottom: 12px;
  border: 1px solid rgba(95,103,71,.14);
  border-radius: 14px;
  background: #faf9f5;
  box-shadow: none;
}
body#checkout .checkout-step .address-item.selected,
body#checkout .checkout-step .delivery-option:has(input:checked),
body#checkout .checkout-step .payment-option:has(input:checked) {
  border-color: rgba(95,103,71,.48);
  background: #f8f9f4;
  box-shadow: 0 0 0 3px rgba(95,103,71,.06);
}
body#checkout .checkout-step .delivery-option { padding: 15px; }
body#checkout .checkout-step .payment-option label { padding: 14px 16px; }
body#checkout .condition-label { line-height: 1.55; }

/* Checkout summary. */
.bp-checkout-aside {
  overflow: hidden;
  border: 1px solid rgba(95,103,71,.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(51,49,40,.07);
}
.bp-checkout-summary-heading { margin: 0; padding: 25px 26px 12px; }
body#checkout #js-checkout-summary {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body#checkout #js-checkout-summary > .card-block { padding: 8px 26px 18px; }
body#checkout #js-checkout-summary .card-block {
  border-color: rgba(95,103,71,.12);
}
body#checkout #js-checkout-summary .cart-summary-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
  color: #65665f;
  font-size: 12px;
}
body#checkout #js-checkout-summary .cart-summary-line .value {
  margin-left: auto;
  color: var(--bp-ink);
  font-weight: 750;
  text-align: right;
}
body#checkout #js-checkout-summary .cart-summary-totals {
  margin: 0 26px;
  padding: 14px 0;
  border-top: 1px solid rgba(95,103,71,.16);
}
body#checkout #js-checkout-summary .cart-total .label,
body#checkout #js-checkout-summary .cart-total .value {
  color: var(--bp-ink);
  font-size: 16px;
  font-weight: 800;
}
body#checkout #js-checkout-summary .cart-summary-products p,
body#checkout #js-checkout-summary .cart-summary-products a {
  color: var(--bp-olive-dark);
  font-size: 11px;
}
body#checkout #js-checkout-summary .media-list .media {
  padding: 12px 0;
  border-top: 1px solid rgba(95,103,71,.10);
}
body#checkout #js-checkout-summary .media-left img {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(95,103,71,.12);
  border-radius: 10px;
  object-fit: contain;
}
body#checkout .bp-order-trust--checkout {
  margin: 0;
  border-width: 1px 0 0;
  border-radius: 0;
}
body#checkout .bp-order-trust--checkout > div { padding-right: 26px; padding-left: 26px; }
.bp-checkout-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
  min-height: 74px;
  padding: 20px 24px;
  border-top: 1px solid rgba(95,103,71,.13);
  background: #fbfaf6;
  color: #77786f;
  font-size: 10px;
  text-align: center;
}
.bp-checkout-footer .js-terms { flex: 0 0 100%; }
.bp-checkout-footer a { color: var(--bp-olive-dark); text-decoration: underline; text-underline-offset: 2px; }

/* The script moves the native widget below 1280 px, so its compact rules
   must cover tablets as well as phones. */
@media (max-width: 1279px) {
  #header .bp-mobile-cart-host {
    flex: 0 0 36px;
    width: 36px;
    height: 40px;
  }
  #header .bp-mobile-cart-host #_desktop_cart,
  #header .bp-mobile-cart-host .blockcart,
  #header .bp-mobile-cart-host .blockcart > .header {
    display: block !important;
    float: none !important;
    width: 36px !important;
    min-width: 0 !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #header .bp-mobile-cart-host .bp-action {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    min-width: 0 !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 4px !important;
    color: #303226 !important;
  }
  #header .bp-mobile-cart-host .bp-action__icon {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
  }
  #header .bp-mobile-cart-host .bp-action__icon svg {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
  }
  #header .bp-mobile-cart-host .bp-action__copy { display: none !important; }
  #header .bp-mobile-cart-host .cart-products-count {
    position: absolute !important;
    top: -3px !important;
    right: -6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 4px !important;
    border: 2px solid #fbfaf6 !important;
    border-radius: 999px !important;
    background: var(--bp-olive) !important;
    color: #fff !important;
    font: 700 10px/1 "Manrope", Arial, sans-serif !important;
  }
}

@media (max-width: 1199px) {
  .bp-cart-products-card .product-line-grid {
    grid-template-columns: 126px minmax(0,1fr);
  }
  .bp-cart-products-card .product-line-grid-right {
    grid-column: 2;
    margin-top: 8px;
  }
  .bp-cart-products-card .product-image { width: 126px; height: 126px; }
}

@media (max-width: 991px) {
  .bp-order-hero { align-items: flex-start; flex-direction: column; gap: 26px; }
  .bp-order-progress { width: 100%; }
  .bp-order-progress li { flex: 1 1 0; }
  .bp-order-progress li + li { margin-left: 28px; }
  .bp-order-progress li + li::before { left: -22px; width: 15px; }
  .bp-cart-grid,
  .bp-checkout-grid { display: block; }
  .bp-cart-grid > [class*="col-"],
  .bp-checkout-grid > [class*="col-"] { width: 100%; }
  .bp-cart-aside,
  .bp-checkout-aside { margin-top: 28px; }
  .bp-cart-summary-card,
  .bp-checkout-aside { position: static; }
  .bp-checkout-assurances { justify-content: flex-start; max-width: none; }
}

@media (max-width: 767px) {
  body#cart #wrapper > .container,
  body.page-cart #wrapper > .container,
  body#checkout #wrapper > .container,
  body#checkout #header .header-nav > .container {
    width: calc(100% - 24px);
  }
  .bp-order-hero {
    margin: 18px 0 22px;
    padding: 26px 22px;
    border-radius: 20px;
  }
  .bp-order-hero h1 { font-size: 42px; }
  .bp-order-lead { font-size: 12px; }
  .bp-order-progress strong { display: none; }
  .bp-order-progress li { flex: 0 0 auto; }
  .bp-order-progress li + li { margin-left: 42px; }
  .bp-order-progress li + li::before { left: -31px; width: 20px; }
  .bp-cart-products-card,
  .bp-cart-summary-card,
  .bp-checkout-aside { border-radius: 18px !important; }
  .bp-cart-card-heading,
  .bp-summary-heading { min-height: 84px; padding: 21px 20px !important; }
  .bp-cart-card-heading h2,
  .bp-summary-heading h2 { font-size: 26px; }
  .bp-cart-products-card > .separator { margin: 0 20px; }
  .bp-cart-products-card .cart-overview { padding: 4px 20px 10px; }
  .bp-cart-products-card .product-line-grid {
    grid-template-columns: 92px minmax(0,1fr);
    gap: 14px;
  }
  .bp-cart-products-card .product-image { width: 92px; height: 102px; border-radius: 13px; }
  .bp-cart-products-card .product-line-info > a.label { font-size: 18px; }
  .bp-cart-products-card .product-line-grid-right {
    grid-column: 1 / -1;
    padding-top: 13px;
    border-top: 1px dashed rgba(95,103,71,.14);
  }
  .bp-cart-products-card .product-line-grid-right .qty { flex-basis: 106px; width: 106px; }
  .bp-cart-products-card .product-line-grid-right .price { min-width: 70px; }
  .bp-cart-products-card .bootstrap-touchspin { width: 102px; }
  .bp-cart-products-card .js-cart-line-product-quantity,
  .bp-cart-products-card input[name="product-quantity-spin"] { width: 58px !important; }
  .bp-cart-summary-card .cart-detailed-totals { padding: 0 20px; }
  .bp-cart-summary-card .cart-detailed-actions { padding: 18px 20px 22px; }
  body#checkout #header .header-nav,
  body#checkout #header .header-nav .row { min-height: 76px; }
  body#checkout #header .header-nav .mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  body#checkout #header .header-nav .mobile > :not(.top-logo) { display: none !important; }
  body#checkout #header #_mobile_logo img { max-width: 190px; max-height: 60px; }
  .bp-checkout-assurances { gap: 8px; }
  .bp-checkout-assurances span { min-height: 34px; padding: 7px 10px; font-size: 9px; }
  .bp-checkout-column-heading,
  .bp-checkout-summary-heading { padding-right: 2px; padding-left: 2px; }
  .bp-checkout-column-heading h2,
  .bp-checkout-summary-heading h2 { font-size: 25px; }
  body#checkout .checkout-step .step-title { min-height: 66px; padding: 15px 17px; font-size: 12px; }
  body#checkout .checkout-step .step-number,
  body#checkout .checkout-step .done { flex-basis: 32px; width: 32px; height: 32px; margin-right: 10px; }
  body#checkout .checkout-step .content { padding: 4px 18px 22px; }
  body#checkout .checkout-step .form-group.row {
    display: block;
    margin-bottom: 15px;
  }
  body#checkout .checkout-step .form-control-label { display: block; padding: 0 0 7px; }
  body#checkout .checkout-step .form-control-comment { display: block; padding: 6px 0 0; }
  body#checkout .checkout-step .continue,
  body#checkout #payment-confirmation button.btn-primary { width: 100%; }
  .bp-checkout-summary-heading { padding: 22px 20px 10px; }
  body#checkout #js-checkout-summary > .card-block { padding-right: 20px; padding-left: 20px; }
  body#checkout #js-checkout-summary .cart-summary-totals { margin-right: 20px; margin-left: 20px; }
  body#checkout .bp-order-trust--checkout > div { padding-right: 20px; padding-left: 20px; }
}

@media (max-width: 380px) {
  .bp-cart-products-card .product-line-grid { grid-template-columns: 78px minmax(0,1fr); }
  .bp-cart-products-card .product-image { width: 78px; height: 90px; }
  .bp-cart-products-card .product-line-grid-right .qty { flex-basis: 94px; width: 94px; }
  .bp-cart-products-card .bootstrap-touchspin { width: 90px; }
  .bp-cart-products-card .js-cart-line-product-quantity,
  .bp-cart-products-card input[name="product-quantity-spin"] { width: 50px !important; }
}

/* ==========================================================
   Bridartis Premium V4.9.43 — UI REPAIR
   Scope: menu typography, header cart, cart quantity controls,
   readable cart/checkout typography. This layer intentionally
   overrides V4.9.42 without changing native PrestaShop logic.
   ========================================================== */

/* 1) MENU — restore a lighter, calmer visual rhythm. */
@media (min-width:1280px){
  .bp-collections-nav-link,
  .bp-mega__link,
  #_desktop_top_menu .top-menu[data-depth="0"] > li > a{
    font-family:"Manrope",Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:600!important;
    line-height:1.15!important;
    letter-spacing:.035em!important;
    text-transform:uppercase!important;
    -webkit-font-smoothing:antialiased;
  }
  .bp-collections-nav-link{
    font-weight:650!important;
    letter-spacing:.045em!important;
  }
}
@media (max-width:1279px){
  .bp-mobile-collections-link,
  .bp-mega__mobile-head > a,
  #mobile_top_menu_wrapper .top-menu a[data-depth="0"]{
    font-family:"Manrope",Arial,sans-serif!important;
    font-weight:600!important;
    letter-spacing:.015em!important;
  }
  .bp-mobile-collections-link{font-size:15px!important}
  .bp-mega__mobile-head > a,
  #mobile_top_menu_wrapper .top-menu a[data-depth="0"]{font-size:16px!important}
}

/* 2) HEADER CART — the third header cell is now a module host, not a direct link.
      Give it exactly the same geometry as Account and Wishlist. */
@media (min-width:1280px){
  #header .bp-header-actions > .bp-desktop-cart-host{
    position:relative!important;
    display:flex!important;
    align-items:stretch!important;
    width:auto!important;
    min-width:0!important;
    min-height:66px!important;
    overflow:visible!important;
  }
  #header .bp-header-actions > .bp-desktop-cart-host::before{
    content:"";
    position:absolute;
    left:0;
    top:18%;
    bottom:18%;
    width:1px;
    background:rgba(95,103,71,.16);
  }
  #header .bp-desktop-cart-host > #_desktop_cart,
  #header .bp-desktop-cart-host .blockcart,
  #header .bp-desktop-cart-host .blockcart > .header{
    display:flex!important;
    align-items:stretch!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
  }
  #header .bp-desktop-cart-host .bp-action{
    position:relative!important;
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    align-items:center!important;
    gap:12px!important;
    width:100%!important;
    min-width:0!important;
    min-height:66px!important;
    margin:0!important;
    padding:8px 18px!important;
    overflow:visible!important;
    border-radius:8px!important;
    background:transparent!important;
    color:#5f6747!important;
    text-decoration:none!important;
    transition:background .2s ease,color .2s ease!important;
  }
  #header .bp-desktop-cart-host .bp-action:hover{
    background:rgba(95,103,71,.055)!important;
    color:#444b33!important;
  }
  #header .bp-desktop-cart-host .bp-action__icon{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    color:currentColor!important;
  }
  #header .bp-desktop-cart-host .bp-action__icon svg{
    display:block!important;
    width:34px!important;
    height:34px!important;
    overflow:visible!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.55!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  #header .bp-desktop-cart-host .bp-action__copy{
    display:flex!important;
    min-width:0!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:4px!important;
    overflow:visible!important;
    line-height:1!important;
  }
  #header .bp-desktop-cart-host .bp-action__copy strong{
    margin:0!important;
    color:#303226!important;
    font-family:"Manrope",Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:650!important;
    line-height:1.15!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }
  #header .bp-desktop-cart-host .bp-action__copy small{
    margin:0!important;
    color:#8a8b84!important;
    font-family:"Manrope",Arial,sans-serif!important;
    font-size:10.5px!important;
    font-weight:400!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
  #header .bp-desktop-cart-host .cart-products-count{
    position:absolute!important;
    top:-7px!important;
    right:-6px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:19px!important;
    height:19px!important;
    padding:0 5px!important;
    border:2px solid #fbfaf6!important;
    border-radius:999px!important;
    background:#5f6747!important;
    color:#fff!important;
    font:700 10px/1 "Manrope",Arial,sans-serif!important;
    box-shadow:none!important;
  }
}

/* 3) ORDER PAGES — hierarchy without giant/super-tiny text. */
.bp-order-hero{padding:clamp(28px,3.4vw,44px)!important}
.bp-order-hero h1{
  font-size:clamp(42px,4.3vw,56px)!important;
  font-weight:500!important;
  line-height:1!important;
}
.bp-order-eyebrow,.bp-order-kicker{font-size:10.5px!important;font-weight:700!important}
.bp-order-lead{font-size:13.5px!important;line-height:1.65!important}
.bp-cart-card-heading h2,
.bp-summary-heading h2,
.bp-checkout-column-heading h2,
.bp-checkout-summary-heading h2{
  font-size:28px!important;
  font-weight:500!important;
  line-height:1.05!important;
}

/* 4) CART PRODUCT ROW — cleaner proportions and readable UI copy. */
.bp-cart-products-card .product-line-grid{
  grid-template-columns:128px minmax(0,1fr) minmax(300px,330px)!important;
  gap:22px!important;
}
.bp-cart-products-card .product-image{width:128px!important;height:128px!important;border-radius:16px!important}
.bp-cart-products-card .product-line-info > a.label{
  font-family:"Manrope",Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.45!important;
}
.bp-cart-products-card .product-line-info.product-price{font-size:12.5px!important;line-height:1.45!important}
.bp-cart-products-card .product-line-grid-body .product-line-info:not(.product-price) .label,
.bp-cart-products-card .product-line-grid-body .product-line-info:not(.product-price) .value{
  font-size:11.5px!important;
  line-height:1.45!important;
}
.bp-cart-products-card .product-line-actions .product-price strong{font-size:15px!important;font-weight:700!important}
.bp-cart-summary-card .cart-summary-line{font-size:12.5px!important}
.bp-cart-summary-card .cart-summary-line.cart-total .label,
.bp-cart-summary-card .cart-summary-line.cart-total .value{font-size:16px!important}
.bp-order-trust strong{font-size:11.5px!important}
.bp-order-trust small{font-size:10px!important;line-height:1.45!important}
.bp-continue-shopping{font-size:11.5px!important}

/* 5) CART QUANTITY — keep native TouchSpin events, only rebuild its presentation.
      Both buttons are full-size horizontal minus/plus controls. */
.bp-cart-products-card .js-cart-line-product-quantity,
.bp-cart-products-card input[name="product-quantity-spin"]{
  width:132px!important;
  height:44px!important;
  margin:0!important;
  padding:0 10px!important;
  border:1px solid rgba(95,103,71,.24)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--bp-ink)!important;
  font-family:"Manrope",Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:42px!important;
  text-align:center!important;
  box-shadow:none!important;
  -moz-appearance:textfield;
}
.bp-cart-products-card .js-cart-line-product-quantity::-webkit-inner-spin-button,
.bp-cart-products-card .js-cart-line-product-quantity::-webkit-outer-spin-button,
.bp-cart-products-card input[name="product-quantity-spin"]::-webkit-inner-spin-button,
.bp-cart-products-card input[name="product-quantity-spin"]::-webkit-outer-spin-button{
  margin:0;
  -webkit-appearance:none;
}
.bp-cart-products-card .bootstrap-touchspin{
  position:relative!important;
  display:block!important;
  width:132px!important;
  height:44px!important;
  padding:0 38px!important;
  overflow:hidden!important;
  border:1px solid rgba(95,103,71,.24)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.bp-cart-products-card .bootstrap-touchspin .js-cart-line-product-quantity,
.bp-cart-products-card .bootstrap-touchspin input[name="product-quantity-spin"]{
  display:block!important;
  width:54px!important;
  min-width:54px!important;
  height:42px!important;
  margin:0!important;
  padding:0 3px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  line-height:42px!important;
}
.bp-cart-products-card .bootstrap-touchspin .input-group-btn-vertical{
  position:static!important;
  display:block!important;
  width:0!important;
  height:0!important;
  border:0!important;
}
.bp-cart-products-card .bootstrap-touchspin .btn-touchspin{
  position:absolute!important;
  top:0!important;
  bottom:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:38px!important;
  height:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#f7f5f0!important;
  color:#4d553a!important;
  font-family:"Manrope",Arial,sans-serif!important;
  font-size:0!important;
  font-weight:600!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:none!important;
}
.bp-cart-products-card .bootstrap-touchspin .bootstrap-touchspin-down{
  left:0!important;
  right:auto!important;
  border-right:1px solid rgba(95,103,71,.14)!important;
}
.bp-cart-products-card .bootstrap-touchspin .bootstrap-touchspin-up{
  right:0!important;
  left:auto!important;
  border-left:1px solid rgba(95,103,71,.14)!important;
}
.bp-cart-products-card .bootstrap-touchspin .btn-touchspin i{display:none!important}
.bp-cart-products-card .bootstrap-touchspin .bootstrap-touchspin-down::before,
.bp-cart-products-card .bootstrap-touchspin .bootstrap-touchspin-up::before{
  display:block;
  font-family:Arial,sans-serif;
  font-size:20px;
  font-weight:400;
  line-height:1;
}
.bp-cart-products-card .bootstrap-touchspin .bootstrap-touchspin-down::before{content:"−"}
.bp-cart-products-card .bootstrap-touchspin .bootstrap-touchspin-up::before{content:"+"}
.bp-cart-products-card .bootstrap-touchspin .btn-touchspin:hover,
.bp-cart-products-card .bootstrap-touchspin .btn-touchspin:focus{
  background:#eef0e8!important;
  color:#303622!important;
  outline:0!important;
}
.bp-cart-products-card .product-line-grid-right .qty{flex:0 0 144px!important;width:144px!important}

/* 6) CHECKOUT — raise tiny labels/comments to usable sizes and soften title weight. */
body#checkout .checkout-step .step-title{
  font-size:15px!important;
  font-weight:650!important;
  letter-spacing:.01em!important;
}
body#checkout .checkout-step .content{
  color:#55564f!important;
  font-size:13px!important;
  line-height:1.55!important;
}
body#checkout .checkout-step .form-control-label{
  padding-top:12px!important;
  color:#464840!important;
  font-size:12.5px!important;
  font-weight:650!important;
  line-height:1.35!important;
}
body#checkout .checkout-step .form-control-comment{
  padding-top:12px!important;
  font-size:10.5px!important;
  line-height:1.35!important;
}
body#checkout .checkout-step input.form-control,
body#checkout .checkout-step select.form-control,
body#checkout .checkout-step textarea.form-control{
  font-size:13.5px!important;
}
body#checkout .checkout-step .custom-checkbox,
body#checkout .checkout-step .condition-label,
body#checkout .checkout-step .delivery-option,
body#checkout .checkout-step .payment-option{
  font-size:12px!important;
}
body#checkout .checkout-step .nav-link{font-size:12.5px!important;font-weight:650!important}
body#checkout .checkout-step .continue,
body#checkout #payment-confirmation button.btn-primary{
  font-size:11.5px!important;
  font-weight:750!important;
}
body#checkout #js-checkout-summary .cart-summary-line{font-size:12.5px!important}
body#checkout #js-checkout-summary .cart-summary-products p,
body#checkout #js-checkout-summary .cart-summary-products a{font-size:11.5px!important;line-height:1.45!important}
body#checkout #js-checkout-summary .cart-total .label,
body#checkout #js-checkout-summary .cart-total .value{font-size:16px!important}

@media (max-width:1199px){
  .bp-cart-products-card .product-line-grid{
    grid-template-columns:116px minmax(0,1fr)!important;
  }
  .bp-cart-products-card .product-image{width:116px!important;height:116px!important}
  .bp-cart-products-card .product-line-grid-right{grid-column:2!important}
}
@media (max-width:767px){
  .bp-order-hero h1{font-size:38px!important}
  .bp-order-lead{font-size:12.5px!important}
  .bp-cart-card-heading h2,
  .bp-summary-heading h2,
  .bp-checkout-column-heading h2,
  .bp-checkout-summary-heading h2{font-size:24px!important}
  .bp-cart-products-card .product-line-grid{
    grid-template-columns:84px minmax(0,1fr)!important;
    gap:14px!important;
  }
  .bp-cart-products-card .product-image{width:84px!important;height:92px!important}
  .bp-cart-products-card .product-line-info > a.label{font-size:13px!important}
  .bp-cart-products-card .product-line-grid-right{grid-column:1 / -1!important}
  .bp-cart-products-card .product-line-grid-right .qty{flex:0 0 132px!important;width:132px!important}
  .bp-cart-products-card .bootstrap-touchspin{width:124px!important;padding-right:36px!important;padding-left:36px!important}
  .bp-cart-products-card .bootstrap-touchspin .js-cart-line-product-quantity,
  .bp-cart-products-card .bootstrap-touchspin input[name="product-quantity-spin"]{width:50px!important;min-width:50px!important}
  .bp-cart-products-card .bootstrap-touchspin .btn-touchspin{width:36px!important}
  body#checkout .checkout-step .step-title{font-size:13px!important}
  body#checkout .checkout-step .form-control-label{font-size:12px!important}
  body#checkout .checkout-step .content{font-size:12.5px!important}
}


/* Bridartis V4.9.44 — elegant add-to-cart modal */
.bp-cart-modal-parent .modal-dialog.bp-cart-modal-dialog {
  width: min(1240px, calc(100vw - 40px));
  max-width: 1240px;
  margin: clamp(20px, 4vw, 48px) auto;
}

.bp-cart-modal-parent .modal-content.bp-cart-modal-shell {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

#blockcart-modal .bp-added-modal {
  position: relative;
  background: linear-gradient(180deg, #fffdf9 0%, #fcfaf5 100%);
  border: 1px solid #eae2d3;
  border-radius: 34px;
  box-shadow: 0 32px 80px rgba(38, 32, 20, 0.18);
  color: #303525;
  padding: clamp(26px, 3vw, 46px);
  overflow: hidden;
}

#blockcart-modal .bp-added-modal::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 9%, rgba(194, 171, 120, 0.12) 0, rgba(194, 171, 120, 0.12) 60px, transparent 61px),
    radial-gradient(circle at 12% 100%, rgba(173, 187, 144, 0.12) 0, rgba(173, 187, 144, 0.12) 110px, transparent 111px);
  pointer-events: none;
}

#blockcart-modal .bp-added-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: #66704b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 2;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

#blockcart-modal .bp-added-modal__close svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

#blockcart-modal .bp-added-modal__close:hover,
#blockcart-modal .bp-added-modal__close:focus-visible {
  background: rgba(115, 126, 82, 0.08);
  border-color: rgba(115, 126, 82, 0.18);
  color: #4f5d37;
  transform: rotate(90deg);
  outline: 0;
}

#blockcart-modal .bp-added-modal__header,
#blockcart-modal .bp-added-modal__main,
#blockcart-modal .bp-added-modal__footer {
  position: relative;
  z-index: 1;
}

#blockcart-modal .bp-added-modal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding-right: 56px;
  margin-bottom: 34px;
}

#blockcart-modal .bp-added-modal__badge {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #e3dac7;
  background: linear-gradient(180deg, #fffefb 0%, #f9f6ee 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
  color: #67724a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#blockcart-modal .bp-added-modal__badge svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

#blockcart-modal .bp-added-modal__heading-wrap {
  text-align: center;
}

#blockcart-modal .bp-added-modal__title,
#blockcart-modal .bp-added-modal__product-title {
  margin: 0;
  color: #2e3324;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: .98;
}

#blockcart-modal .bp-added-modal__title {
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
}

#blockcart-modal .bp-added-modal__divider {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #b79b5f;
}

#blockcart-modal .bp-added-modal__divider span {
  width: clamp(60px, 8vw, 104px);
  height: 1px;
  background: linear-gradient(90deg, rgba(183,155,95,0), rgba(183,155,95,.75), rgba(183,155,95,0));
}

#blockcart-modal .bp-added-modal__divider svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

#blockcart-modal .bp-added-modal__main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .95fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}

#blockcart-modal .bp-added-modal__product {
  display: grid;
  grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 3vw, 38px);
  min-width: 0;
}

#blockcart-modal .bp-added-modal__product-visual {
  background: #fff;
  border: 1px solid #ebe4d7;
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(28, 24, 17, .08);
  min-height: 310px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#blockcart-modal .bp-added-modal__product-visual img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#blockcart-modal .bp-added-modal__product-fallback {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbf8f1 0%, #f4eee4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #baa372;
}

#blockcart-modal .bp-added-modal__product-fallback svg {
  width: 56px;
  height: 56px;
  fill: currentColor;
}

#blockcart-modal .bp-added-modal__product-info {
  padding-left: 6px;
  min-width: 0;
}

#blockcart-modal .bp-added-modal__product-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8dfcf;
}

#blockcart-modal .bp-added-modal__product-meta {
  display: grid;
  gap: 18px;
}

#blockcart-modal .bp-added-modal__meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.15rem;
  line-height: 1.3;
  color: #404735;
  flex-wrap: wrap;
}

#blockcart-modal .bp-added-modal__meta-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #f5efe4;
  color: #baa372;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#blockcart-modal .bp-added-modal__meta-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

#blockcart-modal .bp-added-modal__meta-label {
  color: #6d725f;
}

#blockcart-modal .bp-added-modal__meta-item strong {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2f3425;
}

#blockcart-modal .bp-added-modal__summary {
  background: rgba(255,255,255,.76);
  border: 1px solid #ebe4d5;
  border-radius: 26px;
  padding: 28px 30px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 12px 28px rgba(28,24,17,.05);
  display: flex;
  flex-direction: column;
}

#blockcart-modal .bp-added-modal__summary-top {
  margin: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8dfd0;
  font-size: 1.15rem;
  color: #3c4330;
  line-height: 1.45;
}

#blockcart-modal .bp-added-modal__summary-top strong {
  color: #6b7749;
  font-size: 1.55rem;
  font-weight: 700;
}

#blockcart-modal .bp-added-modal__summary-list {
  margin: 24px 0 0;
}

#blockcart-modal .bp-added-modal__summary-list > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
}

#blockcart-modal .bp-added-modal__summary-list dt,
#blockcart-modal .bp-added-modal__summary-list dd {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.35;
}

#blockcart-modal .bp-added-modal__summary-list dt {
  color: #414732;
  font-weight: 500;
}

#blockcart-modal .bp-added-modal__summary-list dd {
  text-align: right;
  font-weight: 700;
  color: #2f3425;
}

#blockcart-modal .bp-added-modal__summary-list dd.is-accent {
  color: #72804f;
}

#blockcart-modal .bp-added-modal__summary-total {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 18px 22px;
  background: linear-gradient(180deg, #f6f2e8 0%, #f0ebde 100%);
  border-radius: 18px;
  color: #414732;
}

#blockcart-modal .bp-added-modal__summary-total span {
  font-size: 1.45rem;
  font-weight: 600;
}

#blockcart-modal .bp-added-modal__summary-total strong {
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  font-weight: 700;
  color: #6a7548;
}

#blockcart-modal .bp-added-modal__footer {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #e6dece;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 22px;
}

#blockcart-modal .bp-added-modal__button {
  min-height: 86px;
  border-radius: 20px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  padding: 18px 26px;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

#blockcart-modal .bp-added-modal__button:hover,
#blockcart-modal .bp-added-modal__button:focus-visible {
  transform: translateY(-1px);
  outline: 0;
}

#blockcart-modal .bp-added-modal__button--ghost {
  background: #fff;
  border: 1px solid #d7cfbf;
  color: #596444;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

#blockcart-modal .bp-added-modal__button--ghost:hover,
#blockcart-modal .bp-added-modal__button--ghost:focus-visible {
  border-color: #bfb49d;
  color: #445232;
  background: #fdfbf6;
}

#blockcart-modal .bp-added-modal__button--primary {
  border: 0;
  background: linear-gradient(135deg, #6d7850 0%, #55633b 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(89, 102, 57, .28);
}

#blockcart-modal .bp-added-modal__button--primary:hover,
#blockcart-modal .bp-added-modal__button--primary:focus-visible {
  color: #fff;
  box-shadow: 0 18px 32px rgba(89, 102, 57, .36);
}

#blockcart-modal .bp-added-modal__button--primary svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  #blockcart-modal .bp-added-modal__main {
    grid-template-columns: 1fr;
  }

  #blockcart-modal .bp-added-modal__summary {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .bp-cart-modal-parent .modal-dialog.bp-cart-modal-dialog {
    width: calc(100vw - 18px);
    margin: 9px auto;
  }

  #blockcart-modal .bp-added-modal {
    border-radius: 24px;
    padding: 22px 18px 18px;
  }

  #blockcart-modal .bp-added-modal__close {
    top: 14px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  #blockcart-modal .bp-added-modal__header {
    flex-direction: column;
    gap: 16px;
    padding-right: 34px;
    margin-bottom: 24px;
  }

  #blockcart-modal .bp-added-modal__badge {
    width: 68px;
    height: 68px;
  }

  #blockcart-modal .bp-added-modal__badge svg {
    width: 34px;
    height: 34px;
  }

  #blockcart-modal .bp-added-modal__title {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  #blockcart-modal .bp-added-modal__main,
  #blockcart-modal .bp-added-modal__product,
  #blockcart-modal .bp-added-modal__footer {
    grid-template-columns: 1fr;
  }

  #blockcart-modal .bp-added-modal__product-visual {
    min-height: 240px;
  }

  #blockcart-modal .bp-added-modal__product-info {
    padding-left: 0;
  }

  #blockcart-modal .bp-added-modal__product-title {
    font-size: clamp(1.85rem, 9vw, 2.5rem);
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  #blockcart-modal .bp-added-modal__meta-item {
    font-size: 1.05rem;
  }

  #blockcart-modal .bp-added-modal__summary {
    padding: 22px 18px;
  }

  #blockcart-modal .bp-added-modal__summary-top,
  #blockcart-modal .bp-added-modal__summary-list dt,
  #blockcart-modal .bp-added-modal__summary-list dd {
    font-size: 1.04rem;
  }

  #blockcart-modal .bp-added-modal__summary-total {
    padding: 16px 18px;
  }

  #blockcart-modal .bp-added-modal__summary-total span {
    font-size: 1.22rem;
  }

  #blockcart-modal .bp-added-modal__summary-total strong {
    font-size: 1.7rem;
  }

  #blockcart-modal .bp-added-modal__button {
    min-height: 70px;
    font-size: 1.02rem;
    padding: 16px 18px;
  }
}


/* V4.9.45 — restore Bootstrap modal shell required by ps_shoppingcart */
#blockcart-modal.bp-cart-modal-parent {
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#blockcart-modal.bp-cart-modal-parent .modal-dialog {
  transform: none;
}
#blockcart-modal.bp-cart-modal-parent .modal-content {
  border: 0;
  background: transparent;
  box-shadow: none;
}
#blockcart-modal.bp-cart-modal-parent.show .modal-dialog,
#blockcart-modal.bp-cart-modal-parent.in .modal-dialog {
  transform: translate(0,0);
}
#blockcart-modal .bp-added-modal__attribute {
  margin-top: 8px;
  color: #6d725f;
  font-size: .95rem;
}
#blockcart-modal .bp-added-modal__attribute strong { color:#303525; }


/* V4.9.46 — refined cart modal closer to approved mockup */
.bp-cart-modal-parent .modal-dialog.bp-cart-modal-dialog {
  width: min(1280px, calc(100vw - 44px));
  max-width: 1280px;
  margin: 32px auto;
}

#blockcart-modal .bp-added-modal {
  border-radius: 30px;
  padding: 30px 46px 36px;
  border-color: #e7ddcd;
  box-shadow: 0 26px 60px rgba(31, 28, 20, 0.16);
}

#blockcart-modal .bp-added-modal::before {
  background: radial-gradient(circle at 87% 12%, rgba(194,171,120,0.08) 0, rgba(194,171,120,0.08) 52px, transparent 53px);
}

#blockcart-modal .bp-added-modal__header {
  gap: 22px;
  margin-bottom: 26px;
  padding-right: 42px;
}

#blockcart-modal .bp-added-modal__badge {
  width: 76px;
  height: 76px;
}

#blockcart-modal .bp-added-modal__badge svg {
  width: 36px;
  height: 36px;
}

#blockcart-modal .bp-added-modal__title {
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  letter-spacing: -0.03em;
}

#blockcart-modal .bp-added-modal__divider {
  margin-top: 10px;
}

#blockcart-modal .bp-added-modal__main {
  grid-template-columns: minmax(0, 1.52fr) minmax(340px, 0.88fr);
  gap: 30px;
  align-items: center;
}

#blockcart-modal .bp-added-modal__product {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

#blockcart-modal .bp-added-modal__product-visual {
  min-height: 300px;
  padding: 14px;
  border-radius: 24px;
}

#blockcart-modal .bp-added-modal__product-info {
  padding-left: 0;
}

#blockcart-modal .bp-added-modal__product-title {
  font-size: clamp(1.95rem, 2.8vw, 3rem);
  line-height: 1.02;
  margin-bottom: 18px;
  padding-bottom: 18px;
  max-width: 520px;
}

#blockcart-modal .bp-added-modal__product-meta {
  gap: 14px;
}

#blockcart-modal .bp-added-modal__meta-item {
  font-size: 1rem;
  gap: 10px;
}

#blockcart-modal .bp-added-modal__meta-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

#blockcart-modal .bp-added-modal__meta-icon svg {
  width: 18px;
  height: 18px;
}

#blockcart-modal .bp-added-modal__meta-item strong {
  font-size: 1.05rem;
}

#blockcart-modal .bp-added-modal__summary {
  padding: 26px 28px;
  border-radius: 22px;
  min-height: 332px;
}

#blockcart-modal .bp-added-modal__summary-top {
  font-size: 1rem;
  padding-bottom: 20px;
}

#blockcart-modal .bp-added-modal__summary-top strong {
  font-size: 1.15rem;
}

#blockcart-modal .bp-added-modal__summary-list {
  margin-top: 18px;
}

#blockcart-modal .bp-added-modal__summary-list > div {
  padding: 12px 0;
}

#blockcart-modal .bp-added-modal__summary-list dt,
#blockcart-modal .bp-added-modal__summary-list dd {
  font-size: 1rem;
}

#blockcart-modal .bp-added-modal__summary-total {
  padding: 18px 20px;
  border-radius: 16px;
}

#blockcart-modal .bp-added-modal__summary-total span {
  font-size: 1rem;
  line-height: 1.12;
  max-width: 132px;
}

#blockcart-modal .bp-added-modal__summary-total strong {
  font-size: clamp(1.75rem, 2vw, 2.2rem);
}

#blockcart-modal .bp-added-modal__footer {
  margin-top: 28px;
  padding-top: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 20px;
}

#blockcart-modal .bp-added-modal__button {
  min-height: 70px;
  border-radius: 18px;
  font-size: 1.02rem;
  padding: 16px 22px;
}

#blockcart-modal .bp-added-modal__button--primary svg {
  width: 22px;
  height: 22px;
}

#blockcart-modal .bp-added-modal__close {
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
}

#blockcart-modal .bp-added-modal__close svg {
  width: 24px;
  height: 24px;
}

#blockcart-modal .bp-added-modal__attribute {
  display: none;
}

#blockcart-modal .bp-added-modal .cart-content-btn,
#blockcart-modal .bp-added-modal .divide-right,
#blockcart-modal .bp-added-modal .product-name,
#blockcart-modal .bp-added-modal .product-price,
#blockcart-modal .bp-added-modal .cart-products-count,
#blockcart-modal .bp-added-modal .js-modal-content > * {
  max-width: 100%;
}

@media (max-width: 1279.98px) {
  #blockcart-modal .bp-added-modal__main {
    grid-template-columns: minmax(0, 1.42fr) minmax(320px, .9fr);
  }

  #blockcart-modal .bp-added-modal__product {
    grid-template-columns: 270px minmax(0,1fr);
  }

  #blockcart-modal .bp-added-modal__product-title {
    font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  }
}

@media (max-width: 991.98px) {
  .bp-cart-modal-parent .modal-dialog.bp-cart-modal-dialog {
    width: min(900px, calc(100vw - 28px));
    margin: 18px auto;
  }

  #blockcart-modal .bp-added-modal {
    padding: 24px 24px 26px;
  }

  #blockcart-modal .bp-added-modal__main,
  #blockcart-modal .bp-added-modal__product,
  #blockcart-modal .bp-added-modal__footer {
    grid-template-columns: 1fr;
  }

  #blockcart-modal .bp-added-modal__product-title {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  #blockcart-modal .bp-added-modal {
    padding: 20px 16px 18px;
  }

  #blockcart-modal .bp-added-modal__header {
    margin-bottom: 20px;
    padding-right: 22px;
  }

  #blockcart-modal .bp-added-modal__product {
    gap: 18px;
  }

  #blockcart-modal .bp-added-modal__product-visual {
    min-height: 220px;
  }

  #blockcart-modal .bp-added-modal__summary {
    min-height: auto;
  }
}


/* V4.9.47 — closer 1:1 alignment to approved popup mockup */
.bp-cart-modal-parent .modal-dialog.bp-cart-modal-dialog {
  width: min(1268px, calc(100vw - 48px));
  max-width: 1268px;
  margin: 28px auto;
}

#blockcart-modal .bp-added-modal {
  padding: 34px 44px 34px;
  border-radius: 30px;
  background: #fffdfa;
  box-shadow: 0 26px 64px rgba(24, 21, 14, 0.18);
}

#blockcart-modal .bp-added-modal::before {
  background: radial-gradient(circle at 88% 11%, rgba(231,224,208,0.7) 0, rgba(231,224,208,0.7) 46px, transparent 47px);
}

#blockcart-modal .bp-added-modal__close {
  top: 22px;
  right: 24px;
  width: 40px;
  height: 40px;
  color: #6d7651;
}

#blockcart-modal .bp-added-modal__header {
  justify-content: flex-start;
  padding-left: 118px;
  padding-right: 54px;
  gap: 26px;
  margin-bottom: 28px;
}

#blockcart-modal .bp-added-modal__badge {
  position: absolute;
  left: 44px;
  top: 34px;
  width: 74px;
  height: 74px;
  border-color: #e2d9c8;
}

#blockcart-modal .bp-added-modal__badge svg {
  width: 34px;
  height: 34px;
}

#blockcart-modal .bp-added-modal__heading-wrap {
  width: 100%;
}

#blockcart-modal .bp-added-modal__title {
  font-size: clamp(2.65rem, 4vw, 4.1rem);
  line-height: 1.02;
  text-align: center;
}

#blockcart-modal .bp-added-modal__divider {
  margin-top: 14px;
  width: 100%;
  justify-content: center;
}

#blockcart-modal .bp-added-modal__divider span {
  width: 102px;
}

#blockcart-modal .bp-added-modal__main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 430px;
  gap: 36px;
  align-items: center;
}

#blockcart-modal .bp-added-modal__main::after {
  content: '';
  position: absolute;
  top: 14px;
  bottom: 14px;
  right: 466px;
  width: 1px;
  background: #e8e0d1;
}

#blockcart-modal .bp-added-modal__product {
  grid-template-columns: 312px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  min-width: 0;
}

#blockcart-modal .bp-added-modal__product-visual {
  min-height: 352px;
  border-radius: 24px;
  padding: 16px;
  box-shadow: none;
}

#blockcart-modal .bp-added-modal__product-info {
  min-width: 0;
  padding-right: 10px;
}

#blockcart-modal .bp-added-modal__product-title {
  font-size: clamp(2.1rem, 2.85vw, 3.1rem);
  line-height: 1.07;
  letter-spacing: -0.02em;
  max-width: 380px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e7dece;
}

#blockcart-modal .bp-added-modal__product-meta {
  gap: 16px;
}

#blockcart-modal .bp-added-modal__meta-item {
  font-size: 0.98rem;
  color: #5f6652;
}

#blockcart-modal .bp-added-modal__meta-label {
  margin-right: 2px;
}

#blockcart-modal .bp-added-modal__meta-item strong {
  font-size: 1.1rem;
  color: #313827;
}

#blockcart-modal .bp-added-modal__summary {
  background: #fff;
  border: 1px solid #e7dfcf;
  border-radius: 24px;
  padding: 30px 30px 28px;
  min-height: 332px;
  box-shadow: none;
}

#blockcart-modal .bp-added-modal__summary-top {
  font-size: 1rem;
  line-height: 1.45;
  padding-bottom: 24px;
}

#blockcart-modal .bp-added-modal__summary-top strong {
  font-size: 1.05rem;
  color: #7b835e;
}

#blockcart-modal .bp-added-modal__summary-list {
  margin-top: 18px;
}

#blockcart-modal .bp-added-modal__summary-list > div {
  padding: 16px 0;
}

#blockcart-modal .bp-added-modal__summary-list dt,
#blockcart-modal .bp-added-modal__summary-list dd {
  font-size: 1rem;
  line-height: 1.35;
}

#blockcart-modal .bp-added-modal__summary-list dd {
  font-weight: 700;
}

#blockcart-modal .bp-added-modal__summary-list dd.is-accent {
  color: #7a8b50;
}

#blockcart-modal .bp-added-modal__summary-total {
  padding: 18px 22px;
  border-radius: 18px;
  background: #f3eee4;
  margin-top: auto;
}

#blockcart-modal .bp-added-modal__summary-total span {
  font-size: 0.98rem;
  line-height: 1.1;
  font-weight: 600;
  max-width: 120px;
}

#blockcart-modal .bp-added-modal__summary-total strong {
  font-size: 2rem;
  line-height: 1;
  color: #77814f;
}

#blockcart-modal .bp-added-modal__footer {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #e7dece;
  grid-template-columns: 430px 1fr;
  gap: 20px;
}

#blockcart-modal .bp-added-modal__button {
  min-height: 78px;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 700;
}

#blockcart-modal .bp-added-modal__button--ghost {
  background: #fff;
}

#blockcart-modal .bp-added-modal__button--primary {
  background: linear-gradient(135deg, #6f7c4b 0%, #637242 100%);
}

#blockcart-modal .bp-added-modal__button--primary svg {
  width: 23px;
  height: 23px;
}

@media (max-width: 1279.98px) {
  #blockcart-modal .bp-added-modal__main {
    grid-template-columns: minmax(0, 1.25fr) 392px;
    gap: 30px;
  }

  #blockcart-modal .bp-added-modal__main::after {
    right: 422px;
  }

  #blockcart-modal .bp-added-modal__footer {
    grid-template-columns: 392px 1fr;
  }

  #blockcart-modal .bp-added-modal__product {
    grid-template-columns: 286px minmax(0,1fr);
    gap: 28px;
  }

  #blockcart-modal .bp-added-modal__product-title {
    max-width: 350px;
  }
}

@media (max-width: 991.98px) {
  #blockcart-modal .bp-added-modal__header {
    padding-left: 0;
  }

  #blockcart-modal .bp-added-modal__badge {
    position: static;
  }

  #blockcart-modal .bp-added-modal__title {
    text-align: left;
  }

  #blockcart-modal .bp-added-modal__divider {
    justify-content: flex-start;
  }

  #blockcart-modal .bp-added-modal__main {
    grid-template-columns: 1fr;
  }

  #blockcart-modal .bp-added-modal__main::after {
    display: none;
  }

  #blockcart-modal .bp-added-modal__product,
  #blockcart-modal .bp-added-modal__footer {
    grid-template-columns: 1fr;
  }

  #blockcart-modal .bp-added-modal__summary,
  #blockcart-modal .bp-added-modal__footer {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .bp-cart-modal-parent .modal-dialog.bp-cart-modal-dialog {
    width: calc(100vw - 16px);
    margin: 8px auto;
  }

  #blockcart-modal .bp-added-modal {
    padding: 20px 16px 18px;
  }

  #blockcart-modal .bp-added-modal__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-right: 28px;
  }

  #blockcart-modal .bp-added-modal__title {
    text-align: center;
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  #blockcart-modal .bp-added-modal__divider {
    justify-content: center;
  }

  #blockcart-modal .bp-added-modal__product {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  #blockcart-modal .bp-added-modal__product-visual {
    min-height: 230px;
  }

  #blockcart-modal .bp-added-modal__product-title {
    max-width: none;
  }
}


/* V4.9.48 — hard match to approved cart-modal mockup */
@media (min-width: 992px) {
  .bp-cart-modal-parent .modal-dialog.bp-cart-modal-dialog {
    width: 1266px !important;
    max-width: calc(100vw - 52px) !important;
    margin: 28px auto !important;
  }

  #blockcart-modal.bp-cart-modal-parent .modal-content.bp-cart-modal-shell {
    overflow: visible !important;
  }

  #blockcart-modal .bp-added-modal {
    position: relative !important;
    background: #fffdfa !important;
    padding: 30px 44px 34px !important;
    border-radius: 30px !important;
    border: 1px solid #e6ddcd !important;
    box-shadow: 0 28px 72px rgba(31, 27, 18, 0.18) !important;
  }

  #blockcart-modal .bp-added-modal::before {
    content: '' !important;
    position: absolute !important;
    right: 86px !important;
    top: 26px !important;
    width: 94px !important;
    height: 94px !important;
    border-radius: 50% !important;
    background: #f4efe4 !important;
    z-index: 0 !important;
    pointer-events: none !important;
  }

  #blockcart-modal .bp-added-modal__header,
  #blockcart-modal .bp-added-modal__main,
  #blockcart-modal .bp-added-modal__footer {
    position: relative !important;
    z-index: 1 !important;
  }

  #blockcart-modal .bp-added-modal__close {
    top: 20px !important;
    right: 22px !important;
    width: 40px !important;
    height: 40px !important;
    color: #6e774e !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
  }

  #blockcart-modal .bp-added-modal__close:hover,
  #blockcart-modal .bp-added-modal__close:focus-visible {
    background: transparent !important;
    border: 0 !important;
    color: #5b6540 !important;
    transform: none !important;
    box-shadow: none !important;
  }

  #blockcart-modal .bp-added-modal__close svg {
    width: 24px !important;
    height: 24px !important;
  }

  #blockcart-modal .bp-added-modal__header {
    display: block !important;
    margin: 0 0 24px !important;
    padding: 0 52px 0 0 !important;
    min-height: 116px !important;
  }

  #blockcart-modal .bp-added-modal__badge {
    position: absolute !important;
    left: 46px !important;
    top: 14px !important;
    width: 76px !important;
    height: 76px !important;
    border-radius: 50% !important;
    border: 1px solid #ddd3c0 !important;
    background: #fffdfa !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #75804f !important;
  }

  #blockcart-modal .bp-added-modal__badge svg {
    width: 34px !important;
    height: 34px !important;
  }

  #blockcart-modal .bp-added-modal__heading-wrap {
    width: 100% !important;
    padding-left: 132px !important;
    text-align: center !important;
  }

  #blockcart-modal .bp-added-modal__title {
    margin: 0 !important;
    font-size: 4.05rem !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;
    color: #2d3224 !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 600 !important;
  }

  #blockcart-modal .bp-added-modal__divider {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    margin-top: 10px !important;
    color: #c09b4e !important;
  }

  #blockcart-modal .bp-added-modal__divider span {
    width: 92px !important;
    height: 1px !important;
    background: #dcc79d !important;
  }

  #blockcart-modal .bp-added-modal__divider svg {
    width: 18px !important;
    height: 18px !important;
  }

  #blockcart-modal .bp-added-modal__main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 406px !important;
    gap: 34px !important;
    align-items: center !important;
    margin-top: 4px !important;
  }

  #blockcart-modal .bp-added-modal__main::after {
    content: '' !important;
    position: absolute !important;
    top: 14px !important;
    bottom: 14px !important;
    right: 440px !important;
    width: 1px !important;
    background: #e9e0d2 !important;
  }

  #blockcart-modal .bp-added-modal__product {
    display: grid !important;
    grid-template-columns: 322px minmax(390px, 1fr) !important;
    gap: 36px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  #blockcart-modal .bp-added-modal__product-visual {
    min-height: 352px !important;
    border: 1px solid #e8dfd0 !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    padding: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
  }

  #blockcart-modal .bp-added-modal__product-visual img {
    max-width: 92% !important;
    max-height: 92% !important;
    object-fit: contain !important;
  }

  #blockcart-modal .bp-added-modal__product-info {
    padding: 0 6px 0 0 !important;
    min-width: 0 !important;
  }

  #blockcart-modal .bp-added-modal__product-title {
    margin: 0 0 20px !important;
    padding: 0 0 20px !important;
    max-width: 420px !important;
    font-size: 3.45rem !important;
    line-height: 0.98 !important;
    letter-spacing: -0.03em !important;
    color: #2f3425 !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #e6dece !important;
  }

  #blockcart-modal .bp-added-modal__product-meta {
    display: grid !important;
    gap: 16px !important;
    margin-top: 0 !important;
  }

  #blockcart-modal .bp-added-modal__meta-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 0.98rem !important;
    color: #6c715e !important;
    flex-wrap: wrap !important;
  }

  #blockcart-modal .bp-added-modal__meta-icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 10px !important;
    background: #f6f0e5 !important;
    color: #c2a462 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
  }

  #blockcart-modal .bp-added-modal__meta-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  #blockcart-modal .bp-added-modal__meta-label {
    color: #727764 !important;
  }

  #blockcart-modal .bp-added-modal__meta-item strong {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #323826 !important;
  }

  #blockcart-modal .bp-added-modal__summary {
    min-height: 324px !important;
    border-radius: 22px !important;
    border: 1px solid #e6ddcd !important;
    background: #ffffff !important;
    padding: 28px 28px 26px !important;
    box-shadow: none !important;
  }

  #blockcart-modal .bp-added-modal__summary-top {
    margin: 0 !important;
    padding: 0 0 22px !important;
    font-size: 1rem !important;
    line-height: 1.42 !important;
    color: #454b3a !important;
    border-bottom: 1px solid #e8e0d1 !important;
  }

  #blockcart-modal .bp-added-modal__summary-top strong {
    font-size: 1.05rem !important;
    color: #7b855e !important;
    font-weight: 700 !important;
  }

  #blockcart-modal .bp-added-modal__summary-list {
    margin: 14px 0 0 !important;
  }

  #blockcart-modal .bp-added-modal__summary-list > div {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    gap: 12px !important;
    padding: 16px 0 !important;
  }

  #blockcart-modal .bp-added-modal__summary-list dt,
  #blockcart-modal .bp-added-modal__summary-list dd {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.34 !important;
  }

  #blockcart-modal .bp-added-modal__summary-list dt {
    color: #3f4632 !important;
    font-weight: 500 !important;
  }

  #blockcart-modal .bp-added-modal__summary-list dd {
    color: #2f3625 !important;
    font-weight: 700 !important;
    text-align: right !important;
  }

  #blockcart-modal .bp-added-modal__summary-list dd.is-accent {
    color: #76864c !important;
  }

  #blockcart-modal .bp-added-modal__summary-total {
    margin-top: auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 17px 18px !important;
    background: #f5efe5 !important;
    border-radius: 18px !important;
    color: #454b39 !important;
  }

  #blockcart-modal .bp-added-modal__summary-total span {
    font-size: 1rem !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;
    max-width: 118px !important;
  }

  #blockcart-modal .bp-added-modal__summary-total strong {
    font-size: 2.15rem !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: #77834f !important;
  }

  #blockcart-modal .bp-added-modal__footer {
    display: grid !important;
    grid-template-columns: 430px 1fr !important;
    gap: 22px !important;
    margin-top: 28px !important;
    padding-top: 28px !important;
    border-top: 1px solid #e7dece !important;
  }

  #blockcart-modal .bp-added-modal__button {
    min-height: 78px !important;
    border-radius: 18px !important;
    padding: 18px 24px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    text-decoration: none !important;
  }

  #blockcart-modal .bp-added-modal__button--ghost {
    background: #ffffff !important;
    border: 1px solid #d9cfbc !important;
    color: #5e6b3f !important;
    box-shadow: none !important;
  }

  #blockcart-modal .bp-added-modal__button--primary {
    background: linear-gradient(135deg, #6f7d4b 0%, #5f6f40 100%) !important;
    border: 0 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(96, 110, 63, 0.18) !important;
  }

  #blockcart-modal .bp-added-modal__button--primary svg {
    width: 22px !important;
    height: 22px !important;
    margin-right: 2px !important;
  }

  #blockcart-modal .bp-added-modal__attribute,
  #blockcart-modal .bp-added-modal [class*="product-quantity"],
  #blockcart-modal .bp-added-modal .modal-title,
  #blockcart-modal .bp-added-modal .cart-content,
  #blockcart-modal .bp-added-modal .cart-content-btn {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  #blockcart-modal .bp-added-modal__main::after { display: none !important; }
}
