/* Navigation and registered-logo corrections loaded after the base theme. */
.brand img,
.custom-logo,
.hero-logo-art,
.brand-statement img,
.brocco-helper img,
.age-logo {
  filter: none;
}

/* Age Gate plugin skin: the plugin remains responsible for verification and cookies. */
.age-gate__wrapper{
  position:fixed!important;
  inset:0!important;
  z-index:1000000!important;
  display:grid!important;
  place-items:center!important;
  overflow:auto!important;
  padding:16px!important;
  color:var(--paper)!important;
  isolation:isolate;
}
.age-gate__background-color{
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 50% 42%,rgba(12,62,53,.88),rgba(2,13,10,.97) 72%)!important;
  backdrop-filter:blur(8px)!important;
}
.age-gate__background{position:absolute!important;inset:0!important;opacity:.16!important;filter:saturate(.75)!important}
.age-gate__wrapper>.age-gate{
  position:relative!important;
  inset:auto!important;
  z-index:2!important;
  display:block!important;
  width:min(100%,680px)!important;
  margin:auto!important;
  padding:0!important;
  background:transparent!important;
  color:var(--paper)!important;
  text-align:center!important;
}
.age-gate__form{
  position:relative!important;
  overflow:hidden!important;
  width:100%!important;
  padding:42px 48px 46px!important;
  border:1px solid rgba(25,167,157,.42)!important;
  border-radius:24px!important;
  background:
    linear-gradient(rgba(13,39,32,.955),rgba(7,27,22,.975)),
    url('brand/broccodile-scale-pattern.svg') center/360px auto!important;
  box-shadow:0 30px 90px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.06)!important;
  color:var(--paper)!important;
  animation:broccodile-age-enter .24s cubic-bezier(.16,1,.3,1) both;
}
.age-gate__form:before,.age-gate__form:after{
  content:"";
  position:absolute;
  width:22px;
  aspect-ratio:1;
  background:var(--teal);
  clip-path:polygon(50% 0,60% 40%,100% 50%,60% 60%,50% 100%,40% 60%,0 50%,40% 40%);
  pointer-events:none;
}
.age-gate__form:before{top:26px;left:26px;opacity:.72}
.age-gate__form:after{right:27px;bottom:27px;scale:.68;opacity:.28}
.age-gate__heading{
  position:relative!important;
  min-height:145px!important;
  margin:0 0 30px!important;
  padding-top:160px!important;
}
.age-gate__heading:before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:260px;
  height:135px;
  translate:-50% 0;
  border:1px solid var(--teal);
  border-radius:18px;
  background:var(--paper) url('brand/broccodile-logo-original.svg') center/78% auto no-repeat;
  box-shadow:0 16px 35px rgba(0,0,0,.24);
}
.age-gate__heading:after{
  content:"18+";
  position:absolute;
  top:22px;
  right:8px;
  display:grid;
  place-items:center;
  width:88px;
  height:88px;
  border:2px solid rgba(186,211,91,.88);
  outline:1px dashed rgba(242,245,239,.4);
  outline-offset:-8px;
  border-radius:50%;
  background:linear-gradient(145deg,rgba(25,167,157,.38),rgba(186,211,91,.18));
  box-shadow:0 0 0 5px rgba(25,167,157,.08),0 0 28px rgba(25,167,157,.32);
  color:#dcf59b;
  font-family:"Arial Black",Impact,sans-serif;
  font-size:1.85rem;
  letter-spacing:-.04em;
  rotate:7deg;
}
.age-gate__heading-title{
  margin:0!important;
  color:var(--paper)!important;
  font-family:"Arial Black",Impact,ui-sans-serif,sans-serif!important;
  font-size:clamp(2.55rem,5vw,4.55rem)!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
}
.age-gate__subheadline:empty{display:none!important}
.age-gate__challenge{
  max-width:500px!important;
  margin:0 auto 52px!important;
  color:var(--muted)!important;
  font-size:clamp(1rem,1.5vw,1.15rem)!important;
  line-height:1.75!important;
}
.age-gate__buttons{display:flex!important;justify-content:center!important;gap:16px!important;margin:0!important}
.age-gate__submit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:56px!important;
  padding:0 32px!important;
  border-radius:999px!important;
  font:900 1rem/1 Inter,ui-sans-serif,system-ui,sans-serif!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.age-gate__submit--yes{
  order:2;
  border:1px solid var(--teal)!important;
  background:var(--teal)!important;
  box-shadow:0 0 24px rgba(25,167,157,.28)!important;
  color:var(--ink)!important;
}
.age-gate__submit--no{
  order:1;
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.035)!important;
  color:var(--muted)!important;
}
.age-gate__submit:hover{transform:translateY(-2px)!important}
.age-gate__submit--yes:hover{background:#39c1b7!important;box-shadow:0 0 34px rgba(25,167,157,.42)!important}
.age-gate__submit--no:hover{border-color:rgba(255,255,255,.32)!important;background:rgba(255,255,255,.08)!important;color:var(--paper)!important}
.age-gate__submit:focus-visible{outline:2px solid var(--paper)!important;outline-offset:4px!important}
.age-gate__errors{margin-top:18px!important;color:#ffd9d5!important}
@keyframes broccodile-age-enter{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}
@media(max-width:640px){
  .age-gate__wrapper{align-items:center!important;padding:12px!important}
  .age-gate__form{padding:28px 20px 26px!important}
  .age-gate__heading{min-height:118px!important;margin-bottom:24px!important;padding-top:128px!important}
  .age-gate__heading:before{width:210px;height:110px;background-size:80% auto}
  .age-gate__heading:after{top:16px;right:-2px;width:74px;height:74px;outline-offset:-7px;font-size:1.55rem}
  .age-gate__heading-title{font-size:clamp(2.35rem,12vw,3.1rem)!important}
  .age-gate__challenge{margin-bottom:40px!important;line-height:1.65!important}
  .age-gate__buttons{flex-direction:column!important;gap:12px!important}
  .age-gate__submit{width:100%!important;min-height:54px!important}
}

/* V18 FINAL AUTHORITY — keep this block last.
 * WooCommerce and payment extensions load several layout layers. These broad
 * single-product selectors intentionally win without depending on type-product. */
body.single-product {
  overflow-x: clip !important;
  background-color: #08251e !important;
  background-image:
    radial-gradient(circle at 78% 18%,rgba(44,207,195,.22),transparent 34%),
    linear-gradient(rgba(5,27,22,.82),rgba(7,48,40,.8)),
    url("brand/broccodile-scale-pattern.svg") !important;
  background-position: center top,center,center top !important;
  background-size: auto,auto,180px 108px !important;
  background-attachment: fixed,fixed,fixed !important;
}
body.single-product main,
body.single-product .site-main,
body.single-product .woocommerce-shell,
body.single-product .woocommerce {
  min-width: 0 !important;
  background: transparent !important;
}
body.single-product .woocommerce-shell {
  width: min(calc(100% - 48px),1440px) !important;
  max-width: 1440px !important;
  margin-inline: auto !important;
  padding-top: 64px !important;
}
body.single-product .woocommerce-shell div.product {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr) !important;
  gap: clamp(34px,4.5vw,68px) !important;
  align-items: start !important;
}
body.single-product .woocommerce-shell div.product > .woocommerce-product-gallery,
body.single-product .woocommerce-shell div.product > .summary {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}
body.single-product .woocommerce-shell div.product > .woocommerce-tabs,
body.single-product .woocommerce-shell div.product > .related,
body.single-product .woocommerce-shell div.product > .up-sells,
body.single-product .woocommerce-shell div.product > .product-faq {
  grid-column: 1 / -1 !important;
  min-width: 0 !important;
}
body.single-product .woocommerce-shell .summary h1.product_title,
body.single-product .woocommerce-shell h1.product_title {
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 0 20px !important;
  color: var(--paper) !important;
  font-size: clamp(2rem,3vw,3.15rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}
body.single-product .woocommerce-shell div.product .stock,
body.single-product .woocommerce-shell div.product .stock.in-stock,
body.single-product .woocommerce-shell div.product p.stock {
  color: var(--teal-bright) !important;
  font-weight: 850 !important;
}
body.single-product .woocommerce-shell form.variations_form,
body.single-product .woocommerce-shell form.variations_form .variations,
body.single-product .woocommerce-shell form.variations_form .single_variation_wrap {
  width: 100% !important;
  max-width: 620px !important;
  min-width: 0 !important;
}
body.single-product .woocommerce-shell table.variations,
body.single-product .woocommerce-shell table.variations tbody,
body.single-product .woocommerce-shell table.variations tr,
body.single-product .woocommerce-shell table.variations th,
body.single-product .woocommerce-shell table.variations td {
  border: 0 !important;
  background: transparent !important;
  color: var(--paper) !important;
}
body.single-product .woocommerce-shell table.variations {
  width: 100% !important;
  max-width: 620px !important;
  margin: 18px 0 20px !important;
}
body.single-product .woocommerce-shell table.variations tr {
  display: grid !important;
  grid-template-columns: minmax(92px,auto) minmax(0,1fr) !important;
  gap: 12px !important;
  align-items: center !important;
}
body.single-product .woocommerce-shell table.variations th.label,
body.single-product .woocommerce-shell table.variations td.value {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  text-align: left !important;
}
body.single-product .woocommerce-shell table.variations label {
  color: var(--paper) !important;
  font-weight: 900 !important;
}
body.single-product .woocommerce-shell table.variations select,
body.single-product .woocommerce-shell form.variations_form select {
  display: block !important;
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 44px 0 16px !important;
  border: 1px solid rgba(98,238,227,.68) !important;
  border-radius: 12px !important;
  background-color: rgba(3,25,20,.97) !important;
  color: var(--paper) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025),0 0 18px rgba(44,207,195,.08) !important;
  font-family: inherit !important;
  font-size: .96rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color-scheme: dark !important;
}
body.single-product .woocommerce-shell table.variations select:focus {
  outline: 2px solid var(--teal-bright) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 24px rgba(44,207,195,.22) !important;
}
body.single-product .woocommerce-shell table.variations select option {
  background: #08271f !important;
  color: var(--paper) !important;
}
body.single-product .woocommerce-shell .reset_variations {
  display: inline-block !important;
  margin-top: 8px !important;
  color: var(--teal-bright) !important;
  font-weight: 800 !important;
}

@media(max-width:980px){
  body.single-product .woocommerce-shell div.product {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 30px !important;
  }
}
@media(max-width:640px){
  body.single-product .woocommerce-shell {
    width: min(calc(100% - 28px),1440px) !important;
    padding-top: 34px !important;
  }
  body.single-product .woocommerce-shell .summary h1.product_title,
  body.single-product .woocommerce-shell h1.product_title {
    max-width: 100% !important;
    font-size: clamp(1.55rem,7.2vw,2rem) !important;
    line-height: 1.08 !important;
  }
  body.single-product .woocommerce-shell table.variations tr {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 7px !important;
  }
  body.single-product .woocommerce-shell table.variations select,
  body.single-product .woocommerce-shell form.variations_form select {
    width: 100% !important;
    font-size: 1rem !important;
  }
}

/* V18 — resilient native WooCommerce product layout.
 * Some installations omit `type-product` on the rendered root. These rules
 * intentionally target the real single-product context instead. */
body.single-product {
  background-color: #08251e !important;
  background-image:
    radial-gradient(circle at 78% 18%,rgba(44,207,195,.18),transparent 31%),
    linear-gradient(rgba(5,27,22,.84),rgba(7,48,40,.82)),
    url("brand/broccodile-scale-pattern.svg") !important;
  background-position: center top,center,center top !important;
  background-size: auto,auto,180px 108px !important;
  background-attachment: fixed,fixed,fixed !important;
}
body.single-product .woocommerce-shell {
  width: min(calc(100% - 48px),1440px) !important;
  max-width: 1440px !important;
  min-width: 0 !important;
  padding-top: 64px !important;
  background: transparent !important;
}
body.single-product .woocommerce-shell div.product {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr) !important;
  gap: clamp(34px,4.5vw,68px) !important;
}
body.single-product .woocommerce-shell div.product .woocommerce-product-gallery,
body.single-product .woocommerce-shell div.product .summary {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}
body.single-product .woocommerce-shell .summary h1.product_title,
body.single-product .woocommerce-shell h1.product_title {
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 0 20px !important;
  color: var(--paper) !important;
  font-size: clamp(2rem,3vw,3.15rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}
body.single-product .woocommerce-shell div.product .stock,
body.single-product .woocommerce-shell div.product .stock.in-stock,
body.single-product .woocommerce-shell div.product p.stock {
  color: var(--teal-bright) !important;
  font-weight: 850 !important;
}
body.single-product .woocommerce-shell table.variations,
body.single-product .woocommerce-shell table.variations tbody,
body.single-product .woocommerce-shell table.variations tr,
body.single-product .woocommerce-shell table.variations th,
body.single-product .woocommerce-shell table.variations td {
  width: auto !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--paper) !important;
}
body.single-product .woocommerce-shell table.variations {
  width: 100% !important;
  max-width: 620px !important;
  margin: 18px 0 20px !important;
}
body.single-product .woocommerce-shell table.variations tr {
  display: grid !important;
  grid-template-columns: minmax(92px,auto) minmax(0,1fr) !important;
  gap: 12px !important;
  align-items: center !important;
}
body.single-product .woocommerce-shell table.variations th.label,
body.single-product .woocommerce-shell table.variations td.value {
  display: block !important;
  padding: 0 !important;
  text-align: left !important;
}
body.single-product .woocommerce-shell table.variations label {
  color: var(--paper) !important;
  font-weight: 900 !important;
}
body.single-product .woocommerce-shell table.variations select,
body.single-product .woocommerce-shell form.variations_form select {
  display: block !important;
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 44px 0 16px !important;
  border: 1px solid rgba(98,238,227,.62) !important;
  border-radius: 12px !important;
  background-color: rgba(3,25,20,.96) !important;
  color: var(--paper) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025) !important;
  font: 800 .92rem/1.2 inherit !important;
  color-scheme: dark !important;
}
body.single-product .woocommerce-shell table.variations select:focus {
  outline: 2px solid var(--teal-bright) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 24px rgba(44,207,195,.2) !important;
}
body.single-product .woocommerce-shell table.variations select option {
  background: #08271f !important;
  color: var(--paper) !important;
}
body.single-product .woocommerce-shell .reset_variations {
  display: inline-block !important;
  margin-top: 8px !important;
  color: var(--teal-bright) !important;
  font-weight: 800 !important;
}

@media(max-width:980px){
  body.single-product .woocommerce-shell div.product {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 30px !important;
  }
}
@media(max-width:640px){
  body.single-product .woocommerce-shell {
    width: min(calc(100% - 28px),1440px) !important;
    padding-top: 34px !important;
  }
  body.single-product .woocommerce-shell .summary h1.product_title,
  body.single-product .woocommerce-shell h1.product_title {
    max-width: 100% !important;
    font-size: clamp(1.55rem,7.2vw,2rem) !important;
    line-height: 1.08 !important;
  }
  body.single-product .woocommerce-shell table.variations tr {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 7px !important;
  }
  body.single-product .woocommerce-shell table.variations select,
  body.single-product .woocommerce-shell form.variations_form select {
    width: 100% !important;
    color: var(--paper) !important;
    font-size: 1rem !important;
  }
}
@media(prefers-reduced-motion:reduce){.age-gate__form{animation:none!important}.age-gate__submit{transition:none!important}}

.brand img {
  width: 156px;
  height: 64px;
  max-height: none;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 14px;
  background: rgba(242, 245, 239, .97);
  object-fit: contain;
}

/* Quiet use of the supplied artwork: atmosphere, never identity. */
.brand-statement {
  background-image:
    linear-gradient(110deg, rgba(5, 25, 19, .91), rgba(7, 59, 49, .86) 62%, rgba(6, 38, 34, .9)),
    url("images/decor/broccodile-atmosphere.png");
  background-position: center;
  background-size: cover;
}

.category-section,
.shop-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.category-section::after,
.shop-section::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("brand/broccodile-scale-pattern.svg");
  background-position: center top;
  background-size: 120px 72px;
  content: "";
  opacity: .065;
  pointer-events: none;
}

.category-section > .wrap,
.shop-section > .wrap {
  position: relative;
  z-index: 1;
}

.site-footer {
  background-image:
    linear-gradient(rgba(2, 9, 7, .95), rgba(5, 24, 19, .97)),
    url("brand/broccodile-scale-pattern.svg");
  background-size: auto, 120px 72px;
}

.hero-logo-art {
  width: 185px;
  padding: 8px 11px;
  border-radius: 13px;
  background: rgba(242, 245, 239, .92);
}

.brand-statement img {
  width: 250px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 24px;
  background: rgba(242, 245, 239, .96);
}

.brocco-helper img,
.age-logo {
  padding: 4px;
  border-radius: 10px;
  background: var(--paper);
  object-fit: contain;
}

.nav > ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  position: relative;
}

.nav .sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: -18px;
  display: grid;
  width: 270px;
  gap: 2px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(5, 24, 19, .97);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  backdrop-filter: blur(18px);
}

.nav li:hover > .sub-menu,
.nav li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.nav .sub-menu a {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
}

.nav .sub-menu a:hover {
  background: rgba(25, 167, 157, .12);
}

.nav .menu-heading {
  padding: 7px 10px;
  color: var(--teal);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .nav > ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav .sub-menu {
    position: static;
    width: 100%;
    padding: 7px 0 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: 126px;
    height: 58px;
    padding: 5px 10px;
  }
}

/* V7 — brighter Broccodile commerce system */
:root { --teal: #2ccfc3; --teal-bright: #62eee3; }

body {
  background-image: linear-gradient(rgba(4, 16, 13, .94), rgba(6, 36, 31, .9)), url("brand/broccodile-scale-pattern.svg");
  background-size: auto, 180px 108px;
  background-attachment: fixed;
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 238, 227, .72), transparent);
  pointer-events: none;
}

.nav .shop-mega-menu {
  width: 310px;
  padding: 16px;
  border-color: rgba(44, 207, 195, .34);
  background: radial-gradient(circle at 90% 0, rgba(44, 207, 195, .18), transparent 36%), rgba(5, 26, 21, .98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48), 0 0 36px rgba(44, 207, 195, .09);
}

.nav .menu-item-has-children > a::after { content: "⌄"; margin-left: 5px; color: var(--teal-bright); }
.nav .shop-mega-menu a { border: 1px solid transparent; }
.nav .shop-mega-menu a:hover,
.nav .shop-mega-menu a:focus-visible { border-color: rgba(44, 207, 195, .22); background: rgba(44, 207, 195, .13); color: #fff; }

.footer-social { display: grid; gap: 8px; margin-top: 20px; }
.footer-social a { width: fit-content; color: #dce9e3; font-size: .82rem; font-weight: 750; }
.footer-social a:hover { color: var(--teal-bright); }

.category-facts { gap: 12px; }
.category-facts span {
  display: inline-grid;
  grid-template-columns: 36px auto;
  align-items: center;
  min-height: 58px;
  padding: 9px 18px 9px 10px;
  border-color: rgba(44, 207, 195, .45);
  background: linear-gradient(120deg, rgba(44, 207, 195, .15), rgba(9, 52, 43, .68));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 8px 26px rgba(0, 0, 0, .16);
  color: #f0f7f3;
  font-size: .74rem;
}
.category-facts span::before {
  content: "✓";
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(98, 238, 227, .42);
  border-radius: 50%;
  background: rgba(44, 207, 195, .12);
  color: var(--teal-bright);
  font-weight: 950;
}

.preview-subnav { gap: 10px; }
.preview-subnav a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 13px;
  padding: 0 17px;
  border-color: rgba(44, 207, 195, .35);
  border-radius: 13px;
  background: rgba(4, 24, 19, .55);
  color: #e6f0eb;
  font-size: .74rem;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.preview-subnav a::after { content: "→"; color: var(--lime); font-size: 1rem; }
.preview-subnav a:hover,
.preview-subnav a.is-current { transform: translateY(-2px); border-color: var(--teal); background: linear-gradient(120deg, rgba(44, 207, 195, .2), rgba(10, 67, 58, .76)); box-shadow: 0 10px 32px rgba(44, 207, 195, .12); }
.preview-subnav a.is-current { box-shadow: 0 0 0 1px rgba(98, 238, 227, .18), 0 10px 34px rgba(44, 207, 195, .16); }

.preview-product button.is-added,
.preview-buy .button.is-added { background: var(--lime) !important; border-color: var(--lime) !important; color: var(--ink) !important; }

/* Interactive preview cart */
.cart-hero { position: relative; min-height: 440px; overflow: hidden; border-bottom: 1px solid var(--line); }
.cart-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 38%, rgba(44, 207, 195, .34), transparent 29%), linear-gradient(115deg, rgba(3, 15, 12, .96), rgba(7, 45, 38, .83)); }
.cart-hero::after { content: ""; position: absolute; inset: 0; background: url("brand/broccodile-scale-pattern.svg") center/150px 90px; opacity: .22; mask-image: linear-gradient(90deg, transparent 10%, #000 62%, #000); }
.cart-hero-inner { position: relative; z-index: 2; display: flex; min-height: 440px; flex-direction: column; justify-content: center; }
.cart-hero h1 { margin: 14px 0 18px; font-size: clamp(3.8rem, 8vw, 7.5rem); }
.cart-hero p:last-child { max-width: 650px; color: #d0ddd7; font-size: 1.08rem; }
.scale-orbit { position: absolute; z-index: 1; border: 1px solid rgba(98, 238, 227, .2); border-radius: 50%; box-shadow: inset 0 0 70px rgba(44, 207, 195, .08), 0 0 50px rgba(44, 207, 195, .08); }
.scale-orbit::before { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(186, 211, 91, .2); border-radius: inherit; }
.scale-orbit-one { top: -180px; right: 3%; width: 560px; height: 560px; animation: brocco-orbit 18s linear infinite; }
.scale-orbit-two { right: 28%; bottom: -220px; width: 390px; height: 390px; animation: brocco-orbit 24s linear infinite reverse; }
@keyframes brocco-orbit { to { transform: rotate(360deg); } }

.cart-preview-section { padding: 88px 0 110px; background: linear-gradient(135deg, rgba(4, 17, 13, .84), rgba(8, 44, 37, .82)); }
.cart-preview-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .72fr); gap: 34px; align-items: start; }
.cart-preview-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 26px; }
.cart-preview-heading h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4rem); }
.cart-items { display: grid; gap: 12px; }
.cart-row { display: grid; grid-template-columns: 118px minmax(0, 1fr) auto 105px; gap: 22px; align-items: center; padding: 14px 20px 14px 14px; border: 1px solid rgba(44, 207, 195, .22); border-radius: 18px; background: radial-gradient(circle at 100% 0, rgba(44, 207, 195, .08), transparent 35%), rgba(8, 35, 28, .84); box-shadow: 0 16px 45px rgba(0, 0, 0, .18); }
.cart-row-image { overflow: hidden; border-radius: 13px; background: #eef5ef; }
.cart-row-image img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .35s ease; }
.cart-row:hover .cart-row-image img { transform: scale(1.04); }
.cart-row-copy p { margin-bottom: 7px; color: var(--teal-bright); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cart-row-copy h3 { margin-bottom: 12px; font-family: inherit; font-size: 1rem; letter-spacing: 0; line-height: 1.35; }
.cart-row-copy button { padding: 0; border: 0; background: transparent; color: #9db0a7; font-size: .72rem; text-decoration: underline; cursor: pointer; }
.cart-row > strong { color: var(--paper); text-align: right; }
.cart-quantity { display: grid; grid-template-columns: 38px 38px 38px; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; }
.cart-quantity button { width: 38px; height: 42px; border: 0; background: rgba(255,255,255,.035); color: var(--paper); cursor: pointer; }
.cart-quantity button:hover { background: rgba(44,207,195,.17); color: var(--teal-bright); }
.cart-quantity output { text-align: center; font-weight: 850; }
.coupon-preview { margin-top: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(6, 27, 22, .72); }
.coupon-preview label { display: block; margin-bottom: 9px; font-size: .76rem; font-weight: 850; }
.coupon-preview > div { display: flex; gap: 8px; }
.coupon-preview input { min-width: 0; flex: 1; height: 46px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: rgba(0,0,0,.18); color: var(--paper); }
.coupon-preview button { height: 46px; padding: 0 18px; border: 1px solid rgba(44,207,195,.45); border-radius: 999px; background: rgba(44,207,195,.12); color: var(--paper); font-weight: 800; cursor: pointer; }
.coupon-preview small { display: block; margin-top: 8px; color: var(--muted); }
.cart-empty { padding: 70px 30px; border: 1px dashed rgba(44,207,195,.42); border-radius: 22px; background: rgba(7, 34, 27, .66); text-align: center; }
.cart-empty-mark { display: grid; width: 68px; height: 68px; margin: 0 auto 20px; place-items: center; border: 1px solid rgba(98,238,227,.5); border-radius: 50%; background: rgba(44,207,195,.12); color: var(--teal-bright); font-family: "Arial Black", sans-serif; font-size: 1.5rem; }
.cart-empty p { color: var(--muted); }

.cart-summary { position: sticky; top: 112px; padding: 30px; border: 1px solid rgba(44, 207, 195, .36); border-radius: 22px; background: radial-gradient(circle at 88% 4%, rgba(44,207,195,.17), transparent 33%), linear-gradient(145deg, rgba(11, 52, 43, .96), rgba(5, 26, 21, .98)); box-shadow: 0 26px 80px rgba(0,0,0,.34), 0 0 45px rgba(44,207,195,.08); }
.cart-summary h2 { margin-bottom: 26px; font-size: 2.15rem; }
.shipping-progress { margin-bottom: 26px; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(0,0,0,.13); }
.shipping-progress-copy { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; font-size: .75rem; }
.shipping-progress-copy strong { color: var(--lime); }
.shipping-track { height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.09); }
.shipping-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--lime)); transition: width .3s ease; }
.cart-totals { margin: 0 0 24px; }
.cart-totals > div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #cad8d1; }
.cart-totals dd { margin: 0; color: var(--paper); font-weight: 850; }
.cart-totals .cart-total { padding-top: 19px; border: 0; color: var(--paper); font-size: 1.05rem; font-weight: 900; }
.cart-totals .cart-total dd { color: var(--teal-bright); font-size: 1.35rem; }
.cart-checkout { width: 100%; gap: 14px; border-color: var(--lime); background: var(--lime); font-size: .92rem; cursor: pointer; }
.checkout-note { margin: 13px 0 17px; color: #9eb0a8; font-size: .7rem; text-align: center; }
.checkout-note.is-active { color: var(--teal-bright); }
.payment-preview { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.09); }
.payment-preview span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; background: rgba(255,255,255,.04); color: #dce7e2; font-size: .62rem; font-weight: 900; }
.cart-trust { display: grid; gap: 10px; margin-top: 20px; }
.cart-trust > div { display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; padding: 10px; border: 1px solid rgba(44,207,195,.12); border-radius: 12px; background: rgba(4,19,15,.27); }
.cart-trust > div > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(98,238,227,.3); border-radius: 50%; color: var(--teal-bright); font-weight: 950; }
.cart-trust p { margin: 0; font-size: .76rem; }
.cart-trust small { display: block; color: var(--muted); font-size: .65rem; }

.cart-category-section { position: relative; padding: 90px 0 105px; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 12% 100%, rgba(44,207,195,.19), transparent 31%), linear-gradient(125deg, #061510, #0b3932); }
.cart-category-section::before { content: ""; position: absolute; inset: 0; background: url("brand/broccodile-ui-pattern.svg") 0 100%/520px auto repeat-x; opacity: .075; pointer-events: none; }
.cart-category-section > .wrap { position: relative; }
.category-action-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.category-action-row a { display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; min-height: 66px; padding: 10px 15px; border: 1px solid rgba(44,207,195,.38); border-radius: 15px; background: rgba(4,24,19,.65); color: #edf5f1; font-size: .74rem; font-weight: 850; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.category-action-row a span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(98,238,227,.35); border-radius: 10px; color: var(--teal-bright); font-size: 1.05rem; }
.category-action-row a b { color: var(--lime); font-size: 1rem; }
.category-action-row a:hover { transform: translateY(-3px); background: linear-gradient(130deg, rgba(44,207,195,.22), rgba(7,60,51,.86)); box-shadow: 0 13px 35px rgba(44,207,195,.12); }

/* Real WooCommerce cart — no core template override */
.woocommerce-cart .woocommerce-shell { padding-top: 78px; padding-bottom: 105px; }
.woocommerce-cart .woocommerce { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .72fr); gap: 32px; align-items: start; }
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce > .cart-empty,
.woocommerce-cart .woocommerce > .return-to-shop { grid-column: 1 / -1; }
.woocommerce-cart form.woocommerce-cart-form { padding: 18px; border: 1px solid rgba(44,207,195,.23); border-radius: 20px; background: rgba(8,35,28,.83); }
.woocommerce-cart table.shop_table { margin: 0 !important; border: 0 !important; border-collapse: separate !important; border-spacing: 0 10px !important; }
.woocommerce-cart table.shop_table th { border: 0 !important; color: var(--teal-bright); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce-cart table.shop_table td { border-top: 1px solid rgba(255,255,255,.08) !important; border-bottom: 1px solid rgba(255,255,255,.08) !important; background: rgba(3,18,14,.32); }
.woocommerce-cart table.shop_table .product-thumbnail img { width: 84px; border-radius: 11px; }
.woocommerce-cart .quantity .qty { min-height: 44px; border: 1px solid var(--line); border-radius: 999px; background: var(--deep); color: var(--paper); }
.woocommerce-cart .cart-collaterals { position: sticky; top: 112px; width: 100%; }
.woocommerce-cart .cart-collaterals .cart_totals { float: none; width: 100%; padding: 28px; border: 1px solid rgba(44,207,195,.36); border-radius: 20px; background: linear-gradient(145deg, rgba(11,52,43,.97), rgba(5,26,21,.98)); box-shadow: 0 25px 75px rgba(0,0,0,.3); }
.woocommerce-cart .cart-collaterals h2 { font-size: 2.1rem; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { border-radius: 999px !important; background: var(--lime) !important; color: var(--ink) !important; font-size: .95rem !important; }
.broccodile-payment-teaser { margin-top: 14px; padding: 15px; border: 1px solid rgba(44,207,195,.18); border-radius: 13px; background: rgba(3,17,13,.28); }
.broccodile-payment-teaser p { margin-bottom: 12px; }
.broccodile-payment-teaser p span { display: block; color: var(--muted); font-size: .7rem; }
.broccodile-payment-teaser > div { display: flex; flex-wrap: wrap; gap: 6px; }
.broccodile-payment-teaser > div span { padding: 5px 7px; border: 1px solid var(--line); border-radius: 6px; font-size: .62rem; font-weight: 850; }
.wc-block-cart { color: var(--paper); }
.wc-block-cart__main,
.wc-block-cart__sidebar { padding: 24px !important; border: 1px solid rgba(44,207,195,.25); border-radius: 20px; background: rgba(8,35,28,.83); }

@media (max-width: 1080px) {
  .category-action-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .cart-preview-layout,
  .woocommerce-cart .woocommerce { grid-template-columns: 1fr; }
  .cart-summary,
  .woocommerce-cart .cart-collaterals { position: static; }
  .cart-row { grid-template-columns: 100px minmax(0, 1fr) auto 95px; }
}

@media (max-width: 640px) {
  body { background-size: auto, 120px 72px; }
  .cart-hero,
  .cart-hero-inner { min-height: 380px; }
  .cart-hero h1 { font-size: clamp(3.3rem, 18vw, 5rem); }
  .scale-orbit-one { right: -55%; width: 430px; height: 430px; }
  .cart-preview-section { padding: 62px 0 78px; }
  .cart-preview-heading { align-items: flex-start; flex-direction: column; }
  .cart-row { grid-template-columns: 82px minmax(0, 1fr) auto; gap: 14px; padding: 12px; }
  .cart-row > strong { grid-column: 3; grid-row: 1; align-self: start; font-size: .82rem; }
  .cart-quantity { grid-column: 2 / -1; justify-self: start; }
  .cart-row-copy h3 { padding-right: 6px; font-size: .9rem; }
  .cart-summary { padding: 23px 20px; }
  .coupon-preview > div { align-items: stretch; flex-direction: column; }
  .category-action-row { grid-template-columns: 1fr; }
  .category-action-row a { min-height: 58px; }
  .woocommerce-cart form.woocommerce-cart-form { padding: 10px; overflow-x: auto; }
  .nav .shop-mega-menu { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .scale-orbit { animation: none; }
}

/* Editorial preview: intentionally muted until the guides launch. */
.knowledge-coming-soon {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4, 18, 14, .98), rgba(7, 42, 34, .94)),
    url("brand/broccodile-ui-pattern.svg") center / 240px 120px;
}

.knowledge-preview {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.knowledge-preview::after {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(25, 167, 157, .2);
  border-radius: 18px;
  background: rgba(2, 12, 9, .3);
  content: "";
  pointer-events: none;
}

.knowledge-preview article {
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(8, 38, 30, .72);
  filter: saturate(.68);
  opacity: .64;
}

.knowledge-preview article span {
  color: var(--teal);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.knowledge-preview article h3 {
  margin: 42px 0 12px;
  font-family: inherit;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.knowledge-preview article p {
  margin: 0;
  color: var(--muted);
}

.coming-soon-sticker {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 158px;
  height: 158px;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, .48));
  transform: translate(-50%, -50%) rotate(-8deg);
  animation: brocco-sticker-float 5s ease-in-out infinite;
}

.coming-soon-inline {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 13px;
  border: 1px solid #a9ff68;
  border-radius: 999px;
  background: #a9ff68;
  box-shadow: 0 0 28px rgba(169, 255, 104, .2);
  color: #052016;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.preview-product h3 a::after {
  display: block;
  margin-top: 12px;
  color: var(--teal);
  content: "Details ansehen →";
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .06em;
}

.preview-product > a { display: block; overflow: hidden; }
.preview-product > a img { transition: transform .4s ease; }
.preview-product:hover > a img { transform: scale(1.035); }

@keyframes brocco-sticker-float {
  0%, 100% { transform: translate(-50%, -50%) rotate(-8deg); }
  50% { transform: translate(-50%, calc(-50% - 8px)) rotate(-5deg); }
}

/* Shared system for WordPress pages, legal content and WooCommerce archives. */
.subpage-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 78% 22%, rgba(25, 167, 157, .22), transparent 30%), linear-gradient(125deg, #04110d, #082b22 62%, #083b37);
}

.subpage-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("brand/broccodile-ui-pattern.svg");
  background-position: center;
  background-size: 240px 120px;
  opacity: .09;
}

.subpage-hero-inner {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: center;
  padding-block: 90px 70px;
}

.subpage-hero-inner h1 {
  max-width: 980px;
  margin: 8px 0 18px;
  font-size: clamp(3.2rem, 7.8vw, 7rem);
}

.subpage-hero-inner > p:last-child {
  max-width: 730px;
  color: #c4d2cc;
  font-size: 1.12rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 48px;
  color: var(--muted);
  font-size: .72rem;
}

.breadcrumbs a:hover { color: var(--teal); }

.content-area {
  padding-block: 88px 110px;
}

.content-panel {
  min-width: 0;
  padding: clamp(30px, 5vw, 72px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(11, 43, 34, .9), rgba(5, 24, 19, .96));
  box-shadow: var(--shadow);
}

.entry-content {
  color: #c7d2cd;
  line-height: 1.76;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-top: 2.1em;
  margin-bottom: .65em;
  color: var(--paper);
}

.entry-content h2:first-child,
.entry-content h3:first-child { margin-top: 0; }
.entry-content p,
.entry-content ul,
.entry-content ol { max-width: 880px; }
.entry-content a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 28px;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 7px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 32, 25, .88);
}

.legal-nav .eyebrow { margin-bottom: 9px; }
.legal-nav a { padding: 11px 13px; border-radius: 9px; color: #c7d2cd; }
.legal-nav a:hover,
.legal-nav a.is-current { background: rgba(25, 167, 157, .13); color: var(--paper); }

.shop-category-hero .subpage-hero-inner h1 { font-size: clamp(3rem, 6.4vw, 6rem); }

.category-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.category-facts span {
  padding: 9px 13px;
  border: 1px solid rgba(25, 167, 157, .32);
  border-radius: 999px;
  background: rgba(25, 167, 157, .08);
  color: #dce8e2;
  font-size: .7rem;
  font-weight: 780;
}

.category-shop-shell .woocommerce-products-header { display: none; }
.woocommerce-shell { min-height: 480px; }

.category-seo-section {
  position: relative;
  padding: 90px 0;
  border-top: 1px solid var(--line);
  background: linear-gradient(120deg, #061510, #0a2d25 65%, #093a36);
}

.category-seo-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: start;
}

.category-seo-grid h2 { margin-bottom: 20px; }
.category-seo-grid > div > p:last-child { color: var(--muted); }
.category-faq details { border-top: 1px solid var(--line); }
.category-faq details:last-child { border-bottom: 1px solid var(--line); }
.category-faq summary { padding: 22px 4px; color: var(--paper); font-weight: 800; cursor: pointer; }
.category-faq details p { padding: 0 4px 22px; color: var(--muted); }

/* Product pages remain native WooCommerce, with a branded editorial shell. */
.single-product .woocommerce-shell { padding-top: 76px; }
.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 60px;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary { float: none; width: auto; margin: 0; }
.single-product div.product .summary { padding: 12px 0; }
.single-product div.product .product_title { margin-bottom: 20px; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.single-product div.product p.price { color: var(--teal); font-size: 1.55rem; font-weight: 900; }
.single-product .woocommerce-product-details__short-description { color: #c7d2cd; line-height: 1.7; }
.single-product div.product form.cart { display: flex; gap: 10px; margin-top: 30px; }
.single-product div.product form.cart .button { min-height: 52px; border-radius: 999px; background: var(--teal); color: var(--ink); }
.single-product div.product .woocommerce-tabs,
.single-product div.product .related,
.single-product div.product .up-sells,
.single-product div.product .product-faq { grid-column: 1 / -1; }
.single-product div.product .woocommerce-tabs { margin-top: 40px; padding-top: 42px; border-top: 1px solid var(--line); }
.single-product div.product .woocommerce-tabs ul.tabs::before { border-color: var(--line); }
.single-product div.product .woocommerce-tabs ul.tabs li { border-color: var(--line); background: var(--panel); }
.single-product div.product .woocommerce-tabs ul.tabs li.active { background: var(--teal); color: var(--ink); }
.single-product div.product .product-faq { margin-top: 24px; padding: 40px; border: 1px solid var(--line); border-radius: 16px; background: rgba(8, 42, 33, .82); }

.footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 44px; }

@media (prefers-reduced-motion: reduce) {
  .coming-soon-sticker { animation: none; }
}

@media (max-width: 980px) {
  .knowledge-preview { grid-template-columns: 1fr; }
  .knowledge-preview article { min-height: 165px; }
  .knowledge-preview article h3 { margin-top: 25px; }
  .legal-layout,
  .category-seo-grid,
  .single-product div.product { grid-template-columns: 1fr; }
  .legal-nav { position: static; grid-row: 1; }
  .single-product div.product .woocommerce-tabs,
  .single-product div.product .related,
  .single-product div.product .up-sells,
  .single-product div.product .product-faq { grid-column: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .subpage-hero,
  .subpage-hero-inner { min-height: 350px; }
  .subpage-hero-inner { padding-block: 65px 48px; }
  .breadcrumbs { margin-bottom: 34px; }
  .content-area { padding-block: 58px 80px; }
  .content-panel { padding: 26px 20px; }
  .coming-soon-sticker { width: 126px; height: 126px; }
  .knowledge-preview article { padding: 24px; }
  .category-seo-section { padding: 68px 0; }
  .single-product div.product form.cart { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* V7 final cascade: keep the commerce controls visually distinct. */
:root {
  --teal: #2ccfc3;
  --teal-bright: #55eadf;
}

.category-facts span {
  position: relative;
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  gap: 11px;
  padding: 13px 19px 13px 14px;
  border-color: rgba(44, 207, 195, .5);
  background: linear-gradient(135deg, rgba(16, 73, 62, .86), rgba(8, 37, 31, .94));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035), 0 10px 34px rgba(16, 194, 181, .1);
  color: #f1f8f5;
  font-size: .75rem;
  letter-spacing: .025em;
}

.category-facts span::before {
  content: "✓";
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(85, 234, 223, .48);
  border-radius: 50%;
  background: rgba(44, 207, 195, .1);
  color: var(--teal-bright);
  font-size: .8rem;
}

.preview-subnav a,
.cart-category-nav a {
  text-decoration: none;
}

.cart-category-head { grid-template-columns: minmax(0, 1fr); }
.cart-category-head h2 { max-width: 760px; }

.product-card-media { position: relative; display: block; overflow: hidden; }
.product-sticker-stack { position: absolute; z-index: 6; top: 14px; left: 14px; display: flex; align-items: flex-start; flex-direction: column; gap: 7px; pointer-events: none; }
.product-sticker {
  position: relative;
  display: grid;
  width: 82px;
  min-height: 82px;
  padding: 13px 9px;
  place-items: center;
  border: 2px solid rgba(239, 250, 245, .9);
  border-radius: 48% 52% 46% 54% / 53% 47% 55% 45%;
  background: linear-gradient(145deg, #0b594c, #06342c);
  box-shadow: 0 9px 25px rgba(2, 18, 14, .32), inset 0 0 0 3px rgba(44, 207, 195, .32);
  color: #f5faf7;
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-4deg);
}
.product-sticker:nth-child(2) { margin-left: 50px; background: linear-gradient(145deg, #d6e875, #9fbd45); color: #08231d; transform: rotate(3deg); }
.product-sticker::after { content: ""; position: absolute; inset: 5px; border: 1px solid currentColor; border-radius: inherit; opacity: .32; }

/* WooCommerce archive badges mirror the preview sticker system. */
.woocommerce ul.products li.product { position: relative; }
.woocommerce ul.products li.product .broccodile-product-stickers {
  position: absolute;
  z-index: 6;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}
.woocommerce ul.products li.product .broccodile-product-sticker,
.single-product .broccodile-single-stickers .broccodile-product-sticker {
  position: relative;
  display: grid;
  width: 80px;
  min-height: 80px;
  padding: 12px 8px;
  place-items: center;
  border: 2px solid rgba(239, 250, 245, .9);
  border-radius: 48% 52% 46% 54% / 53% 47% 55% 45%;
  background: linear-gradient(145deg, #0b594c, #06342c);
  box-shadow: 0 9px 25px rgba(2, 18, 14, .3), inset 0 0 0 3px rgba(44, 207, 195, .3);
  color: #f5faf7;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-4deg);
}
.woocommerce ul.products li.product .broccodile-product-sticker:nth-child(2),
.single-product .broccodile-single-stickers .broccodile-product-sticker:nth-child(2) { margin-left: 45px; background: linear-gradient(145deg, #d6e875, #9fbd45); color: #08231d; transform: rotate(3deg); }
.single-product div.product { position: relative; }
.single-product .broccodile-single-stickers { position: absolute; z-index: 8; top: 20px; left: 20px; display: flex; align-items: flex-start; flex-direction: column; gap: 7px; pointer-events: none; }

@media(max-width:640px){
  .product-sticker-stack { top: 10px; left: 10px; gap: 4px; }
  .product-sticker { width: 68px; min-height: 68px; padding: 10px 7px; font-size: .52rem; }
  .product-sticker:nth-child(2) { margin-left: 38px; }
  .woocommerce ul.products li.product .broccodile-product-sticker { width: 68px; min-height: 68px; font-size: .5rem; }
  .single-product .broccodile-single-stickers { top: 12px; left: 12px; }
}

/* V9 — stronger information tags, corner-safe stickers and coordinated motion. */
.hero-facts { gap: 10px; }
.hero-facts span {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 10px 17px;
  border-color: rgba(85, 234, 223, .58);
  background: linear-gradient(135deg, rgba(18, 82, 70, .94), rgba(7, 40, 34, .98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .055), 0 8px 25px rgba(26, 195, 182, .12);
  color: #f1faf6;
  font-size: .72rem;
  letter-spacing: .075em;
}
.hero-facts span::before { content: "✦"; color: var(--lime); font-size: .72rem; }
.hero-facts span::after { content: ""; position: absolute; right: 14px; bottom: 5px; left: 36px; height: 1px; background: linear-gradient(90deg, rgba(85,234,223,.55), transparent); opacity: .7; }

.cart-category-section::after {
  content: "✦";
  position: absolute;
  z-index: 0;
  top: 20%;
  right: 12%;
  color: rgba(186, 211, 91, .42);
  font-size: 20px;
  text-shadow: -150px 92px 0 rgba(85, 234, 223, .25), 80px 150px 0 rgba(186, 211, 91, .2), -310px 15px 0 rgba(85, 234, 223, .18);
  pointer-events: none;
  animation: brocco-star-drift 6s ease-in-out infinite alternate;
}
.cart-category-section > .wrap { position: relative; z-index: 1; }
@keyframes brocco-star-drift { from { transform: translate3d(0, 7px, 0) rotate(-5deg); opacity: .55; } to { transform: translate3d(14px, -9px, 0) rotate(7deg); opacity: 1; } }

.product-sticker-stack,
.preview-product-media > [data-product-badges] .product-sticker-stack {
  top: 12px;
  right: 12px;
  left: 12px;
  width: auto;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.product-sticker,
.preview-product-media > [data-product-badges] .product-sticker {
  width: 76px;
  min-width: 76px;
  height: 76px;
  min-height: 76px;
  overflow: hidden;
  padding: 11px 8px;
  font-size: .53rem;
  letter-spacing: .018em;
  line-height: 1.08;
  overflow-wrap: normal;
  hyphens: auto;
}
.product-sticker:nth-child(2) { margin-left: 0; }

.woocommerce ul.products li.product .broccodile-product-stickers,
.single-product .broccodile-single-stickers {
  right: 12px;
  left: 12px;
  width: auto;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.woocommerce ul.products li.product .broccodile-product-sticker,
.single-product .broccodile-single-stickers .broccodile-product-sticker {
  width: 76px;
  min-width: 76px;
  height: 76px;
  min-height: 76px;
  overflow: hidden;
  padding: 11px 8px;
  font-size: .52rem;
  letter-spacing: .015em;
  line-height: 1.08;
  hyphens: auto;
}
.woocommerce ul.products li.product .broccodile-product-sticker:nth-child(2),
.single-product .broccodile-single-stickers .broccodile-product-sticker:nth-child(2) { margin-left: 0; }

.header-social { display: inline-flex; align-items: center; gap: 7px; margin-right: 4px; padding-right: 13px; border-right: 1px solid rgba(255,255,255,.14); }
.header-social a,
.mobile-social-nav a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(85,234,223,.25);
  border-radius: 50%;
  background: rgba(44,207,195,.055);
  color: #dff7f2;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.header-social a:hover,
.header-social a:focus-visible,
.mobile-social-nav a:hover,
.mobile-social-nav a:focus-visible { transform: translateY(-2px); border-color: var(--teal-bright); background: rgba(44,207,195,.16); box-shadow: 0 0 20px rgba(44,207,195,.18); color: #fff; }
.header-social svg,
.mobile-social-nav svg { width: 17px; height: 17px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-social .social-glyph-dot,
.mobile-social-nav .social-glyph-dot { fill: currentColor; stroke: none; }
.social-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.mobile-social-nav { display: none; }

@media(max-width:980px){
  .header-social { display: none; }
  .mobile-social-nav { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
  .mobile-social-nav > span { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-social-nav > div { display: flex; gap: 8px; }
}
@media(max-width:640px){
  .hero-facts span { min-height: 42px; padding: 9px 14px; font-size: .66rem; }
  .product-sticker,
  .preview-product-media > [data-product-badges] .product-sticker { width: 66px; min-width: 66px; height: 66px; min-height: 66px; padding: 9px 7px; font-size: .47rem; }
}
@media(prefers-reduced-motion:reduce){
  .cart-category-section::after { animation: none; }
}

/* V13 — production WooCommerce, resilient motion and responsive commerce UI. */
.reveal { opacity: 1; transform: none; }
.reveal.reveal-pending { opacity: 0; transform: translateY(18px); }
.reveal.reveal-pending.is-visible { opacity: 1; transform: none; }

/* The shop menu is generated from the live WooCommerce category URLs. */
.nav .sub-menu { top: calc(100% + 8px); }
.nav .sub-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 10px;
}
.nav .shop-mega-menu { width: 330px; }
.nav .shop-mega-menu .menu-heading { border-bottom: 1px solid var(--line); }
.nav .shop-mega-menu .menu-heading span { display: block; padding: 2px 0 10px; }
.nav .shop-mega-menu .grow-coming-soon {
  margin-top: 7px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.nav .shop-mega-menu .grow-coming-soon > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 9px;
  color: #9fb0a8;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.nav .shop-mega-menu .grow-coming-soon em {
  padding: 4px 7px;
  border: 1px solid rgba(186,211,91,.28);
  border-radius: 999px;
  color: var(--lime);
  font-size: .55rem;
  font-style: normal;
  letter-spacing: .08em;
}

/* Compact transactional page shell; content remains native WooCommerce. */
.commerce-hero,
.commerce-hero .subpage-hero-inner { min-height: 220px; }
.commerce-hero .subpage-hero-inner { padding-block: 48px 38px; }
.commerce-hero .breadcrumbs { margin-bottom: 20px; }
.commerce-hero .subpage-hero-inner h1 { margin-bottom: 0; font-size: clamp(2.8rem, 5.4vw, 5.2rem); }
.commerce-layout { display: block; padding-block: 56px 96px; }
.commerce-content-panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Shared WooCommerce feedback and controls. */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin-bottom: 22px !important;
  padding: 17px 20px 17px 54px !important;
  border: 1px solid rgba(85,234,223,.32) !important;
  border-top-width: 1px !important;
  border-radius: 14px;
  background: rgba(8,42,34,.92) !important;
  color: var(--paper) !important;
}
.woocommerce-message::before,
.woocommerce-info::before { color: var(--teal-bright) !important; }
.woocommerce-error { border-color: rgba(255,130,120,.42) !important; }
.woocommerce-error::before { color: #ff9a91 !important; }
.woocommerce-message a.button,
.woocommerce-info a.button { border-radius: 999px !important; background: var(--teal) !important; color: var(--ink) !important; }
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  min-height: 44px;
  border-radius: 999px !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover { transform: translateY(-2px); box-shadow: 0 0 25px rgba(44,207,195,.18); }

/* Archive toolbar and product cards. */
.shop-intro { display: none !important; }
.woocommerce .woocommerce-result-count { float: none; margin: 0 0 20px; color: var(--muted); }
.woocommerce .woocommerce-ordering { float: right; margin: -52px 0 22px; }
.woocommerce .woocommerce-ordering select {
  min-width: 250px;
  min-height: 48px;
  padding: 0 48px 0 16px;
  border: 1px solid rgba(85,234,223,.38);
  border-radius: 13px;
  appearance: none;
  background-color: rgba(5,28,22,.94);
  background-image: linear-gradient(45deg,transparent 50%,#55eadf 50%),linear-gradient(135deg,#55eadf 50%,transparent 50%);
  background-position: calc(100% - 20px) 20px,calc(100% - 14px) 20px;
  background-repeat: no-repeat;
  background-size: 6px 6px,6px 6px;
  color: var(--paper);
  font-weight: 750;
  outline: 0;
}
.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus { border-color: var(--teal-bright); box-shadow: 0 0 0 3px rgba(44,207,195,.12),0 0 24px rgba(44,207,195,.12); }
.woocommerce ul.products li.product { display: flex; min-width: 0; flex-direction: column; }
.woocommerce ul.products li.product .woocommerce-loop-product__link { display: block; min-width: 0; flex: 1; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { overflow-wrap: break-word; }
.woocommerce ul.products li.product .button { align-self: flex-start; }
.woocommerce ul.products li.product .added_to_cart {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  margin: 10px 18px 0;
  padding: 0 15px;
  border: 1px solid rgba(85,234,223,.42);
  border-radius: 999px;
  background: rgba(44,207,195,.08);
  color: var(--paper);
  font-size: .76rem;
  font-weight: 850;
  line-height: 1;
}
.woocommerce ul.products li.product .added_to_cart::after { content: "→"; color: var(--lime); transition: transform .2s ease; }
.woocommerce ul.products li.product .added_to_cart:hover { border-color: var(--teal-bright); background: rgba(44,207,195,.16); box-shadow: 0 0 24px rgba(44,207,195,.15); }
.woocommerce ul.products li.product .added_to_cart:hover::after { transform: translateX(4px); }
.woocommerce ul.products li.product .price del { margin-right: 7px; color: #91a39a !important; opacity: .75; font-weight: 650; }
.woocommerce ul.products li.product .price ins { color: var(--lime) !important; text-decoration: none; }
.woocommerce ul.products li.product span.onsale,
.woocommerce ul.products li.product .onsale,
.wc-block-grid__product-onsale {
  right: auto !important;
  left: 12px !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(255,255,255,.48) !important;
  border-radius: 999px !important;
  background: var(--lime) !important;
  color: var(--ink) !important;
  font-size: .64rem !important;
  line-height: 1 !important;
}

/* Product detail hierarchy, safe badges and native tabs. */
.single-product div.product { min-width: 0; }
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery { min-width: 0; }
.single-product div.product .product_title {
  max-width: 760px;
  font-size: clamp(2.15rem, 3.7vw, 4rem);
  line-height: 1.02;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.single-product .woocommerce-product-details__short-description { max-width: 680px; font-size: 1rem; }
.single-product .woocommerce-product-gallery .broccodile-single-stickers {
  position: absolute;
  z-index: 8;
  top: 14px;
  right: 14px;
  left: 14px;
  display: flex;
  width: auto;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}
.single-product div.product > .broccodile-single-stickers {
  right: auto;
  width: calc(54% - 28px);
}
.single-product .broccodile-single-stickers .broccodile-product-sticker {
  overflow: hidden;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.single-product div.product .woocommerce-tabs { color: var(--paper); }
.single-product div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px !important;
  padding: 0 !important;
}
.single-product div.product .woocommerce-tabs ul.tabs::before { display: none !important; }
.single-product div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(85,234,223,.28) !important;
  border-radius: 999px !important;
  background: rgba(5,31,24,.86) !important;
}
.single-product div.product .woocommerce-tabs ul.tabs li::before,
.single-product div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.single-product div.product .woocommerce-tabs ul.tabs li a { padding: 12px 18px !important; color: #dce8e2 !important; }
.single-product div.product .woocommerce-tabs ul.tabs li:hover { border-color: var(--teal-bright) !important; background: rgba(44,207,195,.13) !important; }
.single-product div.product .woocommerce-tabs ul.tabs li.active { border-color: var(--teal) !important; background: var(--teal) !important; }
.single-product div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ink) !important; }
.single-product div.product .woocommerce-tabs .panel { max-width: 900px; color: #d9e4df; font-size: 1rem; line-height: 1.75; }
.single-product div.product .woocommerce-tabs .panel h2 { margin: 0 0 26px; color: var(--paper); font-size: clamp(2rem, 3.2vw, 3.4rem); }
.single-product div.product .woocommerce-tabs .panel p,
.single-product div.product .woocommerce-tabs .panel li { color: #d4e0da; }
.single-product div.product .woocommerce-tabs table { border-color: var(--line); color: var(--paper); }

/* Classic cart: product table, sticky totals and cross-sells never share a narrow column. */
.woocommerce-cart .woocommerce { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(330px,.72fr); gap: 32px; align-items: start; }
.woocommerce-cart .woocommerce > .woocommerce-cart-form { grid-column: 1; grid-row: 1; min-width: 0; }
.woocommerce-cart .woocommerce > .cart-collaterals { display: contents; }
.woocommerce-cart .woocommerce > .cart-collaterals::before,
.woocommerce-cart .woocommerce > .cart-collaterals::after { display: none; }
.woocommerce-cart .cart-collaterals .cart_totals {
  position: sticky;
  top: 112px;
  grid-column: 2;
  grid-row: 1;
  float: none !important;
  width: 100% !important;
  min-width: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells {
  grid-column: 1 / -1;
  grid-row: 2;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin-top: 42px;
}
.woocommerce-cart .cross-sells > h2 { margin-bottom: 26px; font-size: clamp(2rem,3.2vw,3.3rem); }
.woocommerce-cart form.woocommerce-cart-form { overflow: hidden; }
.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th { overflow-wrap: break-word; }
.woocommerce-cart table.shop_table .product-name a { color: var(--paper); font-weight: 750; }
.woocommerce-cart table.shop_table .product-name a:hover { color: var(--teal-bright); }
.woocommerce-cart table.shop_table .actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.shop_table .actions .coupon .input-text {
  width: 190px !important;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0,0,0,.16);
  color: var(--paper);
}
.woocommerce-cart .cart-collaterals .cart_totals h2 { margin-bottom: 20px; font-size: 2rem; }
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th { border-color: var(--line) !important; color: var(--paper); }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover { transform: translateY(-2px); background: #cfe876 !important; box-shadow: 0 0 32px rgba(186,211,91,.28); }
.broccodile-payment-teaser > div span { color: #dfeae5; }

/* WooCommerce Blocks cart and checkout. */
.wc-block-cart,
.wc-block-checkout,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout { color: var(--paper); }
.wc-block-components-sidebar-layout { gap: 30px; }
.wc-block-components-main,
.wc-block-components-sidebar { min-width: 0; }
.wc-block-cart__main,
.wc-block-cart__sidebar,
.wc-block-checkout__main,
.wc-block-checkout__sidebar {
  min-width: 0;
  padding: 26px !important;
  border: 1px solid rgba(44,207,195,.24);
  border-radius: 20px;
  background: rgba(7,34,27,.86);
}
.wc-block-components-title,
.wc-block-components-checkout-step__title { color: var(--paper) !important; font-size: clamp(1.35rem,2.2vw,2rem) !important; line-height: 1.15 !important; }
.wc-block-components-checkout-step__description,
.wc-block-components-formatted-money-amount,
.wc-block-components-product-name,
.wc-block-components-totals-item,
.wc-block-components-address-card { color: #dce7e2 !important; }
.wc-block-components-product-name { overflow-wrap: break-word; }
.wc-block-components-product-metadata__description {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted) !important;
  font-size: .74rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wc-block-components-text-input input,
.wc-block-components-combobox .components-combobox-control__input,
.wc-block-components-address-form select,
.wc-block-components-textarea {
  min-height: 52px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 11px !important;
  background: #f4f7f4 !important;
  color: #07140f !important;
}
.wc-block-components-text-input input:focus,
.wc-block-components-combobox .components-combobox-control__input:focus,
.wc-block-components-address-form select:focus { border-color: var(--teal) !important; box-shadow: 0 0 0 3px rgba(44,207,195,.15) !important; }
.wc-block-components-radio-control,
.wc-block-components-radio-control-accordion-option,
.wc-block-components-checkout-step__container { min-width: 0; }
.wc-block-components-radio-control__option {
  min-width: 0;
  border-color: rgba(255,255,255,.14) !important;
  background: rgba(2,18,13,.18);
}
.wc-block-components-radio-control__option-checked { border-color: var(--teal-bright) !important; background: rgba(44,207,195,.1); }
.wc-block-components-radio-control__description,
.wc-block-components-radio-control-accordion-content {
  min-width: 0;
  max-width: 100%;
  color: #d7e2dd !important;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: normal;
}
.wc-block-components-checkout-place-order-button,
#place_order {
  min-height: 54px !important;
  border: 1px solid var(--teal) !important;
  border-radius: 999px !important;
  background: var(--teal) !important;
  color: var(--ink) !important;
  font-weight: 900 !important;
  transition: transform .2s ease,background .2s ease,box-shadow .2s ease !important;
}
.wc-block-components-checkout-place-order-button:not(:disabled):hover,
#place_order:not(:disabled):hover { transform: translateY(-2px); background: #42ded2 !important; box-shadow: 0 0 34px rgba(44,207,195,.34); }
.wc-block-components-checkout-place-order-button:disabled,
#place_order:disabled { border-color: #69736e !important; background: #5d6762 !important; color: #d5dbd8 !important; box-shadow: none !important; cursor: not-allowed; }

/* Order confirmation and account data never inherit oversized editorial headings. */
.woocommerce-order-received .woocommerce-order { min-width: 0; }
.woocommerce-order-received .woocommerce-order h2,
.woocommerce-order-received .woocommerce-order h3,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
  margin: 30px 0 18px;
  color: var(--paper);
  font-size: clamp(1.45rem,2.4vw,2.2rem);
  line-height: 1.15;
  letter-spacing: -.025em;
  overflow-wrap: break-word;
}
.woocommerce-order-received .woocommerce-customer-details address { border-color: var(--line); border-radius: 14px; color: #dce7e2; }
.woocommerce-order-received .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-column--shipping-address { min-width: 0; }
.woocommerce-order-received table.shop_table { border-color: var(--line) !important; color: var(--paper); }
.woocommerce-order-received table.shop_table td,
.woocommerce-order-received table.shop_table th { border-color: var(--line) !important; overflow-wrap: break-word; }

/* Newsletter disclosure and an unmistakable interaction state. */
.newsletter-action { min-width: 0; }
.newsletter-action form { min-width: 0; }
.newsletter-action button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: transform .2s ease,background .2s ease,box-shadow .2s ease !important;
}
.newsletter-action button::after { content: "→"; color: currentColor; transition: transform .2s ease; }
.newsletter-action button:hover { transform: translateY(-2px); background: #45ddd2; box-shadow: 0 0 30px rgba(44,207,195,.3); }
.newsletter-action button:hover::after { transform: translateX(4px); }
.newsletter-consent { margin: 12px 4px 0 !important; color: #b8c9c1 !important; font-size: .7rem; line-height: 1.55; }
.newsletter-consent a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }

.brocco-helper:hover,
.brocco-helper:focus-visible { border-color: var(--teal-bright); box-shadow: 0 10px 35px rgba(0,0,0,.36),0 0 25px rgba(44,207,195,.19); outline: 0; }

@media(max-width:980px){
  .nav .sub-menu::before { display: none; }
  .nav .shop-mega-menu { width: 100%; max-height: 52vh; overflow-y: auto; }
  .nav .shop-mega-menu .grow-coming-soon > span { padding-inline: 10px; }
  .woocommerce .woocommerce-ordering { float: none; margin: 0 0 26px; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .woocommerce-cart .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-cart .woocommerce > .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-cart .cart-collaterals .cross-sells { grid-column: 1; }
  .woocommerce-cart .woocommerce > .woocommerce-cart-form { grid-row: 1; }
  .woocommerce-cart .cart-collaterals .cart_totals { position: static; grid-row: 2; }
  .woocommerce-cart .cart-collaterals .cross-sells { grid-row: 3; }
  .wc-block-components-sidebar-layout { display: block !important; }
  .wc-block-components-main,
  .wc-block-components-sidebar { width: 100% !important; }
  .wc-block-components-sidebar { margin-top: 26px !important; }
  .single-product div.product > .broccodile-single-stickers { right: 12px; width: auto; }
}

@media(max-width:640px){
  .header-actions .header-action::before { content:"Warenkorb"; font-size:.64rem; letter-spacing:.04em; }
  .commerce-hero,
  .commerce-hero .subpage-hero-inner { min-height: 170px; }
  .commerce-hero .subpage-hero-inner { padding-block: 32px 28px; }
  .commerce-hero .breadcrumbs { margin-bottom: 13px; }
  .commerce-hero .subpage-hero-inner h1 { font-size: clamp(2.45rem,13vw,3.8rem); }
  .commerce-layout { padding-block: 34px 68px; }
  .shop-category-hero .subpage-hero-inner h1,
  .single-product div.product .product_title { font-size: clamp(2.15rem,11vw,3.25rem); overflow-wrap: anywhere; }
  .shop-category-hero .subpage-hero-inner > p:last-child { font-size: .98rem; }
  .woocommerce ul.products li.product .added_to_cart { margin-inline: 14px; }
  .single-product .woocommerce-product-gallery .broccodile-single-stickers { top: 10px; right: 10px; left: 10px; }
  .single-product .broccodile-single-stickers .broccodile-product-sticker:nth-child(n+2) { display: none; }
  .single-product div.product .woocommerce-tabs ul.tabs { display: grid; grid-template-columns: 1fr; }
  .single-product div.product .woocommerce-tabs ul.tabs li a { display: block; text-align: center; }
  .single-product div.product .woocommerce-tabs .panel { font-size: .96rem; }
  .woocommerce-cart form.woocommerce-cart-form { padding: 8px; overflow-x: visible; }
  .woocommerce-cart table.shop_table_responsive tr { padding: 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; }
  .woocommerce-cart table.shop_table_responsive tr td { min-width: 0; padding: 10px !important; }
  .woocommerce-cart table.shop_table .actions .coupon { align-items: stretch; flex-direction: column; }
  .woocommerce-cart table.shop_table .actions .coupon .input-text,
  .woocommerce-cart table.shop_table .actions .coupon .button,
  .woocommerce-cart table.shop_table .actions > .button { width: 100% !important; }
  .woocommerce-cart .cart-collaterals .cart_totals { padding: 22px 18px; }
  .woocommerce-cart .cross-sells ul.products { grid-template-columns: 1fr !important; }
  .wc-block-cart__main,
  .wc-block-cart__sidebar,
  .wc-block-checkout__main,
  .wc-block-checkout__sidebar { padding: 18px !important; border-radius: 16px; }
  .wc-block-components-radio-control__option { padding-right: 12px !important; padding-left: 12px !important; }
  .woocommerce-order-received .woocommerce-columns--addresses { display: grid; grid-template-columns: 1fr; gap: 18px; }
  .woocommerce-order-received .woocommerce-column--billing-address,
  .woocommerce-order-received .woocommerce-column--shipping-address { float: none !important; width: 100% !important; }
  .newsletter-action button { width: 100%; }
  .brocco-helper { right: 12px; bottom: 12px; }
}

@media(prefers-reduced-motion:reduce){
  .reveal.reveal-pending { opacity: 1; transform: none; }
}

/* V14 — hardening for live WooCommerce markup and narrow screens. */
html,
body { max-width: 100%; overflow-x: clip; background: var(--ink); }
main,
.site-header,
.header-inner,
.content-area,
.woocommerce,
.woocommerce-page { min-width: 0; max-width: 100%; }
.header-inner > *,
body.single-product div.product > *,
.wc-block-components-sidebar-layout > * { min-width: 0; }

/* Every action uses the same centered interaction language. */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button,
.single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.15 !important;
}
.menu-toggle {
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.menu-toggle:hover,
.menu-toggle:focus-visible,
.menu-toggle[aria-expanded="true"] {
  border-color: rgba(85,234,223,.55);
  background: rgba(44,207,195,.12);
  box-shadow: 0 0 22px rgba(44,207,195,.18);
  color: var(--teal-bright);
  outline: 0;
}

/* Product loops remain visible even if a browser delays motion observers. */
.shop-section .woocommerce,
.shop-section .products,
.woocommerce ul.products,
.woocommerce ul.products li.product {
  max-width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}
.woocommerce ul.products li.product,
.woocommerce ul.products li.product .woocommerce-loop-product__link { min-width: 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  max-width: 100%;
  overflow: visible;
  overflow-wrap: anywhere;
  white-space: normal;
  text-overflow: clip;
}
.woocommerce ul.products li.product .button {
  min-width: 170px;
  min-height: 48px !important;
  padding: 10px 18px !important;
  border: 1px solid var(--teal) !important;
  background: var(--teal) !important;
  color: var(--ink) !important;
}

/* Product detail: compact hierarchy, turquoise prices and non-default tabs. */
.single-product div.product {
  width: 100%;
  max-width: 100%;
  grid-template-columns: minmax(0,1.08fr) minmax(300px,.92fr);
}
.single-product div.product .product_title {
  max-width: 680px;
  font-size: clamp(2rem,3.15vw,3.25rem) !important;
  line-height: 1.02 !important;
  overflow-wrap: anywhere;
}
.single-product div.product p.price,
.single-product div.product p.price .amount,
.single-product div.product p.price ins,
.single-product div.product p.price ins .amount {
  color: var(--teal-bright) !important;
  text-decoration: none !important;
}
.single-product div.product p.price del,
.single-product div.product p.price del .amount { color: #9aaca3 !important; opacity: .72; }
.single-product div.product form.cart .single_add_to_cart_button {
  min-width: 190px;
  min-height: 52px !important;
  padding: 10px 22px !important;
  border: 1px solid var(--teal) !important;
  border-radius: 999px !important;
  background: var(--teal) !important;
  box-shadow: none !important;
  color: var(--ink) !important;
}
.single-product div.product form.cart .single_add_to_cart_button:hover {
  background: #45ddd2 !important;
  box-shadow: 0 0 28px rgba(44,207,195,.28) !important;
}
.single-product div.product .product_meta { max-width: 100%; overflow-wrap: anywhere; }
.single-product div.product .woocommerce-tabs ul.tabs li,
.single-product div.product .woocommerce-tabs ul.tabs li.active {
  overflow: hidden;
  border: 1px solid rgba(85,234,223,.34) !important;
  border-radius: 999px !important;
  background: rgba(5,31,24,.92) !important;
  box-shadow: none !important;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active { background: var(--teal) !important; }
.single-product div.product .woocommerce-tabs ul.tabs li a {
  border: 0 !important;
  background: transparent !important;
  color: #e4eee9 !important;
  font-family: inherit !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ink) !important; }
.single-product div.product .woocommerce-tabs .panel,
.single-product div.product .woocommerce-tabs .panel * { max-width: 100%; }
.single-product div.product .woocommerce-tabs .panel h2,
.single-product div.product .woocommerce-tabs .panel h3,
.single-product div.product .woocommerce-tabs .panel h4,
.single-product .product-faq h2 {
  margin: 26px 0 18px !important;
  font-size: clamp(1.55rem,2.15vw,2.25rem) !important;
  line-height: 1.12 !important;
  overflow-wrap: anywhere;
}
.single-product div.product .woocommerce-tabs .panel > h2:first-child { margin-top: 0 !important; }

/* Branded quantity control replaces the native browser spinner. */
.woocommerce .broccodile-quantity {
  display: inline-grid !important;
  grid-template-columns: 42px minmax(48px,58px) 42px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(85,234,223,.36);
  border-radius: 999px;
  background: rgba(3,20,15,.82);
}
.woocommerce .broccodile-quantity input.qty {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  padding: 0 3px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--paper) !important;
  text-align: center !important;
  appearance: textfield;
  -moz-appearance: textfield;
}
.woocommerce .broccodile-quantity input.qty::-webkit-inner-spin-button,
.woocommerce .broccodile-quantity input.qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.broccodile-quantity-button {
  display: grid;
  min-width: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  background: rgba(44,207,195,.07);
  color: var(--paper);
  font-size: 1.15rem;
  cursor: pointer;
}
.broccodile-quantity-button:hover,
.broccodile-quantity-button:focus-visible { background: rgba(44,207,195,.2); color: var(--teal-bright); outline: 0; }

/* Live free-shipping progress and automatic cart update. */
.broccodile-shipping-progress {
  margin: 0 0 22px;
  padding: 17px;
  border: 1px solid rgba(85,234,223,.25);
  border-radius: 14px;
  background: rgba(1,17,12,.28);
}
.broccodile-shipping-progress > div { display: flex; justify-content: space-between; gap: 14px; color: var(--paper); font-size: .78rem; font-weight: 800; }
.broccodile-shipping-progress strong { color: var(--lime); }
.broccodile-shipping-track { display: block; height: 8px; margin: 11px 0 9px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
.broccodile-shipping-track > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--teal),var(--lime)); box-shadow: 0 0 18px rgba(44,207,195,.28); transition: width .3s ease; }
.broccodile-shipping-progress small { display: block; color: #aebfb7; font-size: .67rem; line-height: 1.45; }
.js-cart-auto-update .woocommerce-cart-form [name="update_cart"] { display: none !important; }
.cart-auto-update-note { display: inline-flex; min-height: 42px; align-items: center; margin-left: auto; color: #b9cbc2; font-size: .72rem; font-weight: 750; }
.cart-auto-update-note::before { content: "↻"; margin-right: 7px; color: var(--teal-bright); font-size: 1rem; }
.woocommerce-cart table.shop_table .actions { vertical-align: middle; }
.woocommerce-cart .cart-collaterals .cross-sells { margin-top: 18px; }
.woocommerce-cart .cross-sells > h2 { margin: 0 0 18px; font-size: clamp(1.75rem,2.7vw,2.65rem); }

/* Checkout: no sticky overlap, predictable two-column order and wrapped payment copy. */
.wp-block-woocommerce-checkout,
.wc-block-checkout { width: 100%; max-width: 1240px; margin-inline: auto; }
.wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(320px,410px) !important;
  gap: 30px !important;
  align-items: start !important;
}
.wc-block-checkout__main { grid-column: 1; width: 100% !important; margin: 0 !important; }
.wc-block-checkout__sidebar {
  position: static !important;
  top: auto !important;
  grid-column: 2;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  align-self: start !important;
  transform: none !important;
}
.wc-block-components-checkout-step,
.wc-block-components-checkout-step__container,
.wc-block-components-radio-control__option,
.wc-block-components-radio-control__description,
.wc-block-components-radio-control-accordion-content { max-width: 100%; overflow-wrap: anywhere; white-space: normal !important; }
.wc-block-checkout h2,
.wc-block-checkout h3,
.wc-block-components-checkout-step__title { font-size: clamp(1.25rem,2.2vw,1.8rem) !important; line-height: 1.18 !important; }
.wc-block-components-radio-control__input,
.wc-block-components-checkbox__input,
.woocommerce input[type="radio"],
.woocommerce input[type="checkbox"] { accent-color: var(--teal); }
.wc-block-components-notice-banner,
.woocommerce .paypal-buttons-context-iframe + div {
  border: 1px solid rgba(85,234,223,.28) !important;
  background: rgba(7,41,33,.94) !important;
  color: var(--paper) !important;
}
body.broccodile-paypal-selected .wc-block-components-checkout-place-order-button,
body.broccodile-paypal-selected #place_order {
  border-color: #30463d !important;
  background: #243a32 !important;
  box-shadow: none !important;
  color: #8fa198 !important;
  transform: none !important;
  cursor: default;
}

/* Bring the accessibility plugin toggle into the brand and away from content. */
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
.pojo-a11y-toolbar-toggle a {
  border: 1px solid rgba(85,234,223,.55) !important;
  background: #0a4b40 !important;
  box-shadow: 0 0 22px rgba(44,207,195,.16) !important;
  color: #fff !important;
}

@media(max-width:980px){
  .single-product div.product { grid-template-columns: 1fr; gap: 32px; }
  .wc-block-components-sidebar-layout { display: block !important; }
  .wc-block-checkout__main,
  .wc-block-checkout__sidebar { width: 100% !important; }
  .wc-block-checkout__sidebar { margin-top: 22px !important; }
}

@media(max-width:640px){
  .wrap { width: calc(100% - 24px); max-width: 100%; }
  .header-inner { grid-template-columns: minmax(66px,1fr) minmax(108px,126px) minmax(82px,1fr); gap: 5px; }
  .menu-toggle { display: inline-flex; justify-self: start; padding-inline: 9px; font-size: .76rem; }
  .brand { display: flex; min-width: 0; justify-content: center; }
  .brand img,
  .custom-logo { width: 100%; max-width: 122px; height: 58px; }
  .header-actions { min-width: 0; justify-content: flex-end; gap: 0; }
  .header-actions .header-action { display: inline-flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 2px; white-space: nowrap; }
  .header-actions .header-action::before { content: "Warenkorb"; font-size: .55rem; letter-spacing: .025em; }
  .header-actions .cart-count { flex: 0 0 22px; margin-left: 2px; }
  .shop-category-hero .subpage-hero-inner h1,
  .single-product div.product .product_title {
    max-width: 100%;
    font-size: clamp(1.75rem,8.5vw,2.35rem) !important;
    line-height: 1.04 !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .shop-category-hero .subpage-hero-inner { min-height: 250px; padding-block: 42px 34px; }
  .shop-category-hero .subpage-hero-inner > p:last-of-type { font-size: .92rem; }
  .single-product .woocommerce-shell { padding-top: 38px; }
  .single-product div.product .summary { width: 100%; padding-inline: 0; }
  .single-product div.product form.cart { width: 100%; }
  .single-product div.product form.cart .single_add_to_cart_button { width: 100%; min-width: 0; }
  .single-product div.product .woocommerce-tabs { margin-top: 20px; padding-top: 28px; }
  .single-product div.product .woocommerce-tabs ul.tabs { gap: 7px; }
  .single-product div.product .woocommerce-tabs ul.tabs li { width: 100%; }
  .single-product div.product .woocommerce-tabs .panel h2,
  .single-product div.product .woocommerce-tabs .panel h3,
  .single-product .product-faq h2 { font-size: clamp(1.4rem,7vw,1.9rem) !important; }
  .woocommerce ul.products { width: 100%; grid-template-columns: minmax(0,1fr) !important; }
  .woocommerce ul.products li.product { width: 100% !important; }
  .woocommerce ul.products li.product .button { width: calc(100% - 28px); min-width: 0; margin-inline: 14px !important; }

  .woocommerce-cart form.woocommerce-cart-form { width: 100%; overflow: visible; }
  .woocommerce-cart table.shop_table_responsive,
  .woocommerce-cart table.shop_table_responsive tbody { display: block; width: 100%; }
  .woocommerce-cart table.shop_table_responsive tr.cart_item {
    position: relative;
    display: grid !important;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 12px;
    padding: 14px !important;
  }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td {
    display: grid !important;
    width: 100% !important;
    min-width: 0;
    grid-template-columns: minmax(92px,.8fr) minmax(0,1.2fr);
    align-items: center;
    gap: 10px;
    border: 0 !important;
    text-align: right !important;
  }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td::before { float: none !important; text-align: left; }
  .woocommerce-cart table.shop_table_responsive td.product-remove {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    display: block !important;
    width: 36px !important;
    padding: 0 !important;
  }
  .woocommerce-cart table.shop_table_responsive td.product-remove::before,
  .woocommerce-cart table.shop_table_responsive td.product-name::before { display: none; }
  .woocommerce-cart table.shop_table_responsive td.product-thumbnail { display: none !important; }
  .woocommerce-cart table.shop_table_responsive td.product-name {
    display: block !important;
    padding: 8px 38px 14px 0 !important;
    text-align: left !important;
    overflow-wrap: anywhere;
  }
  .woocommerce-cart table.shop_table_responsive .broccodile-quantity { justify-self: end; }
  .woocommerce-cart table.shop_table_responsive tr:last-child,
  .woocommerce-cart table.shop_table_responsive td.actions { display: flex !important; width: 100%; flex-direction: column; gap: 10px; }
  .cart-auto-update-note { margin-left: 0; justify-content: center; }
  .broccodile-shipping-progress > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .woocommerce-cart .cart-collaterals .cross-sells { margin-top: 8px; }

  .wc-block-cart__main,
  .wc-block-cart__sidebar,
  .wc-block-checkout__main,
  .wc-block-checkout__sidebar { width: 100% !important; padding: 16px !important; overflow: hidden; }
  .wc-block-checkout h2,
  .wc-block-checkout h3,
  .wc-block-components-checkout-step__title { font-size: clamp(1.2rem,6vw,1.55rem) !important; }
  .wc-block-components-radio-control__option { min-height: 58px; align-items: flex-start; }
  .brocco-helper { max-width: 52px; overflow: hidden; }
  #pojo-a11y-toolbar,
  .pojo-a11y-toolbar-toggle { bottom: 74px !important; }
}

/* V15 — persistent AJAX cart state, deterministic checkout placement and contact form. */
.cart-is-updating .woocommerce-cart-form,
.cart-is-updating .cart_totals { opacity: .68; pointer-events: none; }
.cart-is-updating .woocommerce-cart-form,
.cart-is-updating .cart_totals { transition: opacity .18s ease; }
.cart-update-toast {
  position: fixed;
  z-index: 10000;
  top: 104px;
  right: 20px;
  width: min(360px,calc(100% - 40px));
  margin: 0 !important;
  padding: 14px 18px 14px 48px !important;
  border: 1px solid rgba(85,234,223,.5) !important;
  border-radius: 999px !important;
  background: rgba(5,40,32,.97) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.35),0 0 24px rgba(44,207,195,.15);
  color: var(--paper) !important;
  font-size: .8rem;
  animation: broccodile-toast-in .25s ease both;
}
@keyframes broccodile-toast-in { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }

.wc-block-checkout__main,
.wc-block-checkout__sidebar { grid-row: 1 !important; }
body.broccodile-paypal-selected .wc-block-components-checkout-place-order-button,
body.broccodile-paypal-selected #place_order {
  pointer-events: none !important;
  border-color: #31453d !important;
  background: #23372f !important;
  color: #81938a !important;
  filter: saturate(.35) !important;
  opacity: .72 !important;
}

.broccodile-contact-page .standard-page-layout { padding-top: 58px; }
.broccodile-contact-page .content-panel {
  max-width: 980px;
  padding: clamp(28px,5vw,66px);
  border-color: rgba(85,234,223,.28);
  background: radial-gradient(circle at 92% 5%,rgba(44,207,195,.12),transparent 34%),linear-gradient(145deg,rgba(10,55,45,.96),rgba(5,27,22,.98));
}
.broccodile-contact-page .entry-content { max-width: 760px; }
.broccodile-contact-page .entry-content h1,
.broccodile-contact-page .entry-content h2 {
  margin-bottom: 26px;
  font-size: clamp(2.25rem,4.7vw,4.2rem);
  overflow-wrap: anywhere;
}
.broccodile-contact-page .wpcf7,
.broccodile-contact-page .wpforms-container,
.broccodile-contact-page .entry-content form { width: 100%; max-width: 680px; }
.broccodile-contact-page .entry-content form p { max-width: 100%; margin-bottom: 20px; }
.broccodile-contact-page .entry-content form label {
  display: block;
  margin-bottom: 7px;
  color: var(--paper);
  font-size: .82rem;
  font-weight: 800;
}
.broccodile-contact-page .entry-content input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.broccodile-contact-page .entry-content textarea,
.broccodile-contact-page .entry-content select {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 12px;
  background: rgba(2,20,15,.65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  color: var(--paper);
  outline: 0;
  transition: border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.broccodile-contact-page .entry-content textarea { min-height: 180px; resize: vertical; }
.broccodile-contact-page .entry-content input:focus,
.broccodile-contact-page .entry-content textarea:focus,
.broccodile-contact-page .entry-content select:focus {
  border-color: var(--teal-bright) !important;
  background: rgba(4,32,25,.86);
  box-shadow: 0 0 0 3px rgba(44,207,195,.13),0 0 24px rgba(44,207,195,.1);
}
.broccodile-contact-page .entry-content input[type="checkbox"],
.broccodile-contact-page .entry-content input[type="radio"] { width: 20px; height: 20px; accent-color: var(--teal); }
.broccodile-contact-page .entry-content input[type="submit"],
.broccodile-contact-page .entry-content button[type="submit"] {
  display: inline-flex;
  min-width: 180px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  background: var(--teal);
  color: var(--ink);
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}
.broccodile-contact-page .entry-content input[type="submit"]:hover,
.broccodile-contact-page .entry-content button[type="submit"]:hover { background: #45ddd2; box-shadow: 0 0 28px rgba(44,207,195,.25); }
.broccodile-contact-page .wpcf7-not-valid-tip,
.broccodile-contact-page .wpforms-error { margin-top: 6px; color: #ff9b91; font-size: .72rem; }
.broccodile-contact-page .wpcf7-response-output,
.broccodile-contact-page .wpforms-confirmation-container-full {
  margin: 22px 0 0 !important;
  padding: 14px 17px !important;
  border: 1px solid rgba(85,234,223,.35) !important;
  border-radius: 12px;
  background: rgba(44,207,195,.08) !important;
  color: var(--paper) !important;
}

@media(max-width:980px){
  .wc-block-components-sidebar-layout {
    display: flex !important;
    flex-direction: column !important;
  }
  .wc-block-checkout__main { order: 1; }
  .wc-block-checkout__sidebar { order: 2; }
  .wc-block-checkout__main,
  .wc-block-checkout__sidebar { grid-row: auto !important; }
}

@media(max-width:640px){
  .cart-update-toast { top: 86px; right: 12px; width: calc(100% - 24px); border-radius: 14px !important; }
  .broccodile-contact-page .standard-page-layout { padding-top: 34px; }
  .broccodile-contact-page .content-panel { padding: 24px 18px; }
  .broccodile-contact-page .entry-content h1,
  .broccodile-contact-page .entry-content h2 { font-size: clamp(2rem,11vw,3rem); }
  .broccodile-contact-page .entry-content input[type="submit"],
  .broccodile-contact-page .entry-content button[type="submit"] { width: 100%; }
}

/* V16 — final WooCommerce authority layer.
 * These selectors intentionally use dedicated body classes and high specificity:
 * payment plugins and WooCommerce Blocks may enqueue their CSS after the base skin.
 */
.broccodile-product-page div.product .summary h1.product_title,
body.single-product.woocommerce-page div.product .summary h1.product_title {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 0 20px !important;
  font-size: clamp(1.85rem,2.4vw,2.75rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}
.broccodile-product-page div.product form.cart button.single_add_to_cart_button,
body.single-product.woocommerce-page div.product form.cart button.single_add_to_cart_button,
.broccodile-product-page div.product form.cart .button.alt {
  display: inline-flex !important;
  min-width: 190px !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 22px !important;
  border: 1px solid var(--teal-bright) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,var(--teal),#3ad8cc) !important;
  box-shadow: 0 0 0 rgba(44,207,195,0) !important;
  color: var(--ink) !important;
  font-family: inherit !important;
  font-size: .86rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-shadow: none !important;
  transition: transform .2s ease,box-shadow .2s ease,filter .2s ease !important;
}
.broccodile-product-page div.product form.cart button.single_add_to_cart_button:hover,
body.single-product.woocommerce-page div.product form.cart button.single_add_to_cart_button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 0 30px rgba(44,207,195,.3) !important;
  filter: brightness(1.08) !important;
}
.broccodile-product-page div.product .woocommerce-tabs .panel h2,
.broccodile-product-page div.product .woocommerce-tabs .panel h3,
body.single-product.woocommerce-page div.product .woocommerce-tabs .panel h2,
body.single-product.woocommerce-page div.product .woocommerce-tabs .panel h3 {
  max-width: 780px !important;
  margin: 24px 0 16px !important;
  font-size: clamp(1.45rem,2vw,2rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}
.broccodile-product-page div.product .woocommerce-tabs .panel > h2:first-child,
body.single-product.woocommerce-page div.product .woocommerce-tabs .panel > h2:first-child { margin-top: 0 !important; }
.broccodile-product-page div.product .woocommerce-tabs ul.tabs li,
body.single-product.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(85,234,223,.32) !important;
  border-radius: 999px !important;
  background: rgba(4,29,23,.94) !important;
  box-shadow: none !important;
}
.broccodile-product-page div.product .woocommerce-tabs ul.tabs li.active,
body.single-product.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  border-color: var(--teal-bright) !important;
  background: var(--teal) !important;
}
.broccodile-product-page div.product .woocommerce-tabs ul.tabs li a,
body.single-product.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  padding: 11px 17px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--paper) !important;
  font-family: inherit !important;
  font-size: .8rem !important;
  font-weight: 850 !important;
}
.broccodile-product-page div.product .woocommerce-tabs ul.tabs li.active a,
body.single-product.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ink) !important; }

/* Compact product information in cart and checkout. */
.broccodile-cart-page table.shop_table .product-name a,
.woocommerce-cart table.shop_table .product-name a {
  display: -webkit-box;
  overflow: hidden;
  max-width: 440px;
  font-size: .88rem;
  line-height: 1.35;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.broccodile-cart-page table.shop_table .product-name dl.variation,
.woocommerce-cart table.shop_table .product-name dl.variation { margin: 6px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.35; }
.broccodile-cart-page table.shop_table .product-name dl.variation dt,
.broccodile-cart-page table.shop_table .product-name dl.variation dd,
.woocommerce-cart table.shop_table .product-name dl.variation dt,
.woocommerce-cart table.shop_table .product-name dl.variation dd { display: inline; float: none; margin: 0 4px 0 0; }
.wc-block-cart .wc-block-components-product-metadata__description,
.wc-block-checkout .wc-block-components-product-metadata__description { display: none !important; }
.wc-block-cart .wc-block-components-product-name,
.wc-block-checkout .wc-block-components-product-name {
  display: -webkit-box !important;
  overflow: hidden !important;
  line-height: 1.35 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Payment choices: reserve real space for radios instead of allowing overlays. */
.broccodile-checkout-page .wc-block-components-radio-control__option {
  position: relative !important;
  display: grid !important;
  min-height: 62px !important;
  grid-template-columns: 28px minmax(0,1fr) !important;
  align-items: start !important;
  column-gap: 12px !important;
  padding: 16px !important;
}
.broccodile-checkout-page .wc-block-components-radio-control__input {
  position: static !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  grid-column: 1 !important;
  transform: none !important;
}
.broccodile-checkout-page .wc-block-components-radio-control__label,
.broccodile-checkout-page .wc-block-components-radio-control__description,
.broccodile-checkout-page .wc-block-components-radio-control-accordion-content {
  min-width: 0 !important;
  grid-column: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}
.broccodile-checkout-page form.checkout ul.wc_payment_methods li.wc_payment_method { position: relative; padding: 16px !important; }
.broccodile-checkout-page form.checkout ul.wc_payment_methods li.wc_payment_method > input[type="radio"] {
  position: static !important;
  width: 22px !important;
  height: 22px !important;
  margin: 2px 10px 0 0 !important;
  vertical-align: top !important;
  transform: none !important;
}
.broccodile-checkout-page form.checkout ul.wc_payment_methods li.wc_payment_method > label {
  display: inline-flex !important;
  width: calc(100% - 40px) !important;
  min-height: 22px;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.35 !important;
}
.broccodile-checkout-page form.checkout .payment_box { width: 100% !important; margin: 14px 0 0 !important; overflow-wrap: break-word; }

/* Contact uses the same visual language with a deliberately shorter intro band. */
.broccodile-contact-page .subpage-hero,
.broccodile-contact-page .subpage-hero-inner { min-height: 280px !important; }
.broccodile-contact-page .subpage-hero-inner { padding-block: 48px 38px !important; }
.broccodile-contact-page .subpage-hero-inner .breadcrumbs { margin-bottom: 22px !important; }
.broccodile-contact-page .subpage-hero-inner h1 { margin-bottom: 0 !important; font-size: clamp(2.8rem,5.3vw,4.8rem) !important; }
.broccodile-contact-page .standard-page-layout { padding-top: 44px !important; }

@media(max-width:640px){
  .broccodile-product-page div.product .summary h1.product_title,
  body.single-product.woocommerce-page div.product .summary h1.product_title {
    font-size: clamp(1.65rem,7.8vw,2.15rem) !important;
    line-height: 1.06 !important;
  }
  .broccodile-product-page div.product form.cart {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .broccodile-product-page div.product form.cart .broccodile-quantity,
  .broccodile-product-page div.product form.cart button.single_add_to_cart_button { width: 100% !important; }
  .broccodile-product-page div.product .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  .broccodile-product-page div.product .woocommerce-tabs ul.tabs li { width: 100% !important; }
  .broccodile-product-page div.product .woocommerce-tabs ul.tabs li a { display: block !important; text-align: center !important; }
  .broccodile-product-page div.product .woocommerce-tabs .panel h2,
  .broccodile-product-page div.product .woocommerce-tabs .panel h3 { font-size: clamp(1.3rem,6.5vw,1.7rem) !important; }

  .broccodile-cart-page form.woocommerce-cart-form,
  .woocommerce-cart form.woocommerce-cart-form { padding: 0 !important; border: 0 !important; background: transparent !important; }
  .broccodile-cart-page table.shop_table_responsive thead,
  .woocommerce-cart table.shop_table_responsive thead { display: none !important; }
  .broccodile-cart-page table.shop_table_responsive tr.cart_item,
  .woocommerce-cart table.shop_table_responsive tr.cart_item {
    display: grid !important;
    grid-template-columns: 76px minmax(0,1fr) 34px !important;
    grid-template-rows: auto auto auto !important;
    gap: 5px 12px !important;
    padding: 14px !important;
    border: 1px solid rgba(85,234,223,.24) !important;
    border-radius: 16px !important;
    background: rgba(7,36,29,.9) !important;
  }
  .broccodile-cart-page table.shop_table_responsive tr.cart_item td,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }
  .broccodile-cart-page table.shop_table_responsive tr.cart_item td::before,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td::before { display: none !important; }
  .broccodile-cart-page table.shop_table_responsive td.product-thumbnail,
  .woocommerce-cart table.shop_table_responsive td.product-thumbnail {
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
  }
  .broccodile-cart-page table.shop_table_responsive td.product-thumbnail img,
  .woocommerce-cart table.shop_table_responsive td.product-thumbnail img { width: 76px !important; height: 76px !important; object-fit: cover; border-radius: 11px; }
  .broccodile-cart-page table.shop_table_responsive td.product-name,
  .woocommerce-cart table.shop_table_responsive td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding-right: 2px !important;
  }
  .broccodile-cart-page table.shop_table_responsive td.product-name a,
  .woocommerce-cart table.shop_table_responsive td.product-name a {
    font-size: .88rem !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 3;
  }
  .broccodile-cart-page table.shop_table_responsive td.product-remove,
  .woocommerce-cart table.shop_table_responsive td.product-remove {
    position: static !important;
    display: grid !important;
    width: 34px !important;
    height: 34px !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    place-items: center;
  }
  .broccodile-cart-page table.shop_table_responsive td.product-price,
  .woocommerce-cart table.shop_table_responsive td.product-price {
    grid-column: 2 !important;
    grid-row: 2 !important;
    color: var(--teal-bright) !important;
    font-size: .8rem;
    font-weight: 850;
  }
  .broccodile-cart-page table.shop_table_responsive td.product-quantity,
  .woocommerce-cart table.shop_table_responsive td.product-quantity {
    grid-column: 1 / 3 !important;
    grid-row: 3 !important;
    margin-top: 8px;
  }
  .broccodile-cart-page table.shop_table_responsive td.product-subtotal,
  .woocommerce-cart table.shop_table_responsive td.product-subtotal {
    grid-column: 3 !important;
    grid-row: 3 !important;
    align-self: center;
    color: var(--paper) !important;
    font-size: .78rem;
    font-weight: 900;
    text-align: right !important;
  }
  .broccodile-cart-page table.shop_table_responsive .broccodile-quantity,
  .woocommerce-cart table.shop_table_responsive .broccodile-quantity { justify-self: start !important; }

  .broccodile-checkout-page .wc-block-checkout__main,
  .broccodile-checkout-page .wc-block-checkout__sidebar { padding: 14px !important; overflow: visible !important; }
  .broccodile-checkout-page .wc-block-components-radio-control__option { padding: 14px 12px !important; }
  .broccodile-checkout-page .wc-block-components-radio-control__label,
  .broccodile-checkout-page .wc-block-components-radio-control__description,
  .broccodile-checkout-page .wc-block-components-radio-control-accordion-content { font-size: .86rem !important; line-height: 1.45 !important; }
  .broccodile-checkout-page form.checkout ul.wc_payment_methods li.wc_payment_method { padding: 14px 12px !important; }

  .header-inner { grid-template-columns: 64px minmax(112px,1fr) 64px !important; }
  .header-actions .header-action::before { content: "Korb" !important; font-size: .6rem !important; }
  .header-actions .header-action { justify-content: flex-end !important; }
  .broccodile-contact-page .subpage-hero,
  .broccodile-contact-page .subpage-hero-inner { min-height: 210px !important; }
  .broccodile-contact-page .subpage-hero-inner { padding-block: 34px 28px !important; }
  .broccodile-contact-page .subpage-hero-inner .breadcrumbs { margin-bottom: 14px !important; }
  .broccodile-contact-page .subpage-hero-inner h1 { font-size: clamp(2.35rem,12vw,3.25rem) !important; }
  .broccodile-contact-page .standard-page-layout { padding-top: 28px !important; }
}

/* V17 — selector repair and verified WooCommerce controls.
 * Single-product markup is rendered directly inside .woocommerce-shell; it is
 * not guaranteed to have a .woocommerce ancestor. Keep this authority layer
 * tied to the product body/root instead of that optional wrapper.
 */
.site-header .brand img {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  image-rendering: auto;
}

/* Cart coupon controls use the same dark/turquoise interaction language. */
body.woocommerce-cart table.shop_table td.actions .coupon input#coupon_code,
body.broccodile-cart-page table.shop_table td.actions .coupon input#coupon_code {
  min-height: 48px !important;
  border: 1px solid rgba(85,234,223,.48) !important;
  background: rgba(2,20,15,.92) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
  color: var(--paper) !important;
}
body.woocommerce-cart table.shop_table td.actions .coupon input#coupon_code::placeholder,
body.broccodile-cart-page table.shop_table td.actions .coupon input#coupon_code::placeholder { color: #9fb3aa !important; opacity: 1; }
body.woocommerce-cart table.shop_table td.actions .coupon button[name="apply_coupon"],
body.broccodile-cart-page table.shop_table td.actions .coupon button[name="apply_coupon"] {
  min-height: 48px !important;
  padding: 10px 22px !important;
  border: 1px solid rgba(85,234,223,.55) !important;
  border-radius: 999px !important;
  background: rgba(44,207,195,.12) !important;
  box-shadow: none !important;
  color: var(--paper) !important;
  font-weight: 900 !important;
}
body.woocommerce-cart table.shop_table td.actions .coupon button[name="apply_coupon"]:hover,
body.broccodile-cart-page table.shop_table td.actions .coupon button[name="apply_coupon"]:hover {
  background: var(--teal) !important;
  box-shadow: 0 0 26px rgba(44,207,195,.24) !important;
  color: var(--ink) !important;
}

/* Product detail page: exact real Woo root, restrained type and unified CTAs. */
body.single-product .woocommerce-shell div.product.type-product,
body.broccodile-product-page .woocommerce-shell div.product.type-product {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr) !important;
  gap: clamp(34px,5vw,72px) !important;
}
body.single-product .woocommerce-shell div.product.type-product > *,
body.broccodile-product-page .woocommerce-shell div.product.type-product > * { min-width: 0 !important; }
body.single-product .woocommerce-shell div.product.type-product .summary h1.product_title,
body.broccodile-product-page .woocommerce-shell div.product.type-product .summary h1.product_title,
body.product-template-default div.product.type-product .summary h1.product_title {
  width: 100% !important;
  max-width: 660px !important;
  margin: 0 0 20px !important;
  color: var(--paper) !important;
  font-size: clamp(2rem,3vw,3.25rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.04em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
  text-wrap: balance;
}
body.single-product div.product.type-product .summary p.price,
body.single-product div.product.type-product .summary p.price .amount,
body.broccodile-product-page div.product.type-product .summary p.price,
body.broccodile-product-page div.product.type-product .summary p.price .amount {
  color: var(--teal-bright) !important;
}
body.single-product div.product.type-product .summary p.price del,
body.single-product div.product.type-product .summary p.price del .amount { color: #92a79d !important; opacity: .72 !important; }
body.single-product div.product.type-product form.cart button.single_add_to_cart_button,
body.single-product div.product.type-product form.cart .button.alt,
body.broccodile-product-page div.product.type-product form.cart button.single_add_to_cart_button {
  display: inline-flex !important;
  min-width: 190px !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 22px !important;
  border: 1px solid var(--teal-bright) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,var(--teal),#3ad8cc) !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-family: inherit !important;
  font-size: .86rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-shadow: none !important;
}
body.single-product div.product.type-product form.cart button.single_add_to_cart_button:hover,
body.single-product div.product.type-product form.cart .button.alt:hover {
  transform: translateY(-2px) !important;
  background: #45ddd2 !important;
  box-shadow: 0 0 30px rgba(44,207,195,.3) !important;
}
body.single-product div.product.type-product .woocommerce-tabs,
body.broccodile-product-page div.product.type-product .woocommerce-tabs,
body.single-product div.product.type-product .related,
body.single-product div.product.type-product .up-sells,
body.single-product div.product.type-product .product-faq { grid-column: 1 / -1 !important; }
body.single-product div.product.type-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
}
body.single-product div.product.type-product .woocommerce-tabs ul.tabs::before { display: none !important; }
body.single-product div.product.type-product .woocommerce-tabs ul.tabs li,
body.single-product div.product.type-product .woocommerce-tabs ul.tabs li.active {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(85,234,223,.34) !important;
  border-radius: 999px !important;
  background: rgba(4,29,23,.94) !important;
  box-shadow: none !important;
}
body.single-product div.product.type-product .woocommerce-tabs ul.tabs li::before,
body.single-product div.product.type-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
body.single-product div.product.type-product .woocommerce-tabs ul.tabs li.active { background: var(--teal) !important; }
body.single-product div.product.type-product .woocommerce-tabs ul.tabs li a {
  display: block !important;
  padding: 11px 17px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--paper) !important;
  font-family: inherit !important;
  font-size: .8rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}
body.single-product div.product.type-product .woocommerce-tabs ul.tabs li.active a { color: var(--ink) !important; }
body.single-product div.product.type-product .woocommerce-tabs .panel h2,
body.single-product div.product.type-product .woocommerce-tabs .panel h3,
body.single-product div.product.type-product .woocommerce-tabs .panel h4,
body.single-product div.product.type-product .product-faq h2 {
  max-width: 780px !important;
  margin: 24px 0 16px !important;
  color: var(--paper) !important;
  font-size: clamp(1.4rem,2vw,1.9rem) !important;
  line-height: 1.14 !important;
  letter-spacing: -.025em !important;
  overflow-wrap: break-word !important;
}

/* One radio element draws both ring and selected dot. This replaces the
 * displaced native/plugin pseudo-elements seen in checkout. */
.broccodile-checkout-page .wc-block-components-radio-control__option {
  position: relative !important;
  display: block !important;
  min-height: 62px !important;
  padding: 16px 16px 16px 54px !important;
}
.broccodile-checkout-page .wc-block-components-radio-control__option::before,
.broccodile-checkout-page .wc-block-components-radio-control__option::after {
  display: none !important;
  content: none !important;
}
.broccodile-checkout-page .wc-block-components-radio-control__input {
  position: absolute !important;
  top: 18px !important;
  left: 16px !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid var(--paper) !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  appearance: none !important;
  transform: none !important;
}
.broccodile-checkout-page .wc-block-components-radio-control__input::before,
.broccodile-checkout-page .wc-block-components-radio-control__input::after { display: none !important; content: none !important; }
.broccodile-checkout-page .wc-block-components-radio-control__input:checked {
  background: radial-gradient(circle at center,var(--ink) 0 4px,var(--paper) 5px 100%) !important;
}
.broccodile-checkout-page .wc-block-components-radio-control__label,
.broccodile-checkout-page .wc-block-components-radio-control__description,
.broccodile-checkout-page .wc-block-components-radio-control-accordion-content {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.broccodile-checkout-page form.checkout ul.wc_payment_methods li.wc_payment_method > input[type="radio"],
.broccodile-checkout-page form.checkout ul#shipping_method li > input[type="radio"] {
  position: relative !important;
  top: 4px !important;
  left: auto !important;
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 11px 0 0 !important;
  padding: 0 !important;
  border: 2px solid var(--paper) !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  appearance: none !important;
  transform: none !important;
}
.broccodile-checkout-page form.checkout input[type="radio"]::before,
.broccodile-checkout-page form.checkout input[type="radio"]::after { display: none !important; content: none !important; }
.broccodile-checkout-page form.checkout input[type="radio"]:checked {
  background: radial-gradient(circle at center,var(--ink) 0 4px,var(--paper) 5px 100%) !important;
}

@media(max-width:980px){
  body.single-product .woocommerce-shell div.product.type-product,
  body.broccodile-product-page .woocommerce-shell div.product.type-product {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 30px !important;
  }
}
@media(max-width:640px){
  .header-inner { grid-template-columns: 62px minmax(104px,1fr) minmax(84px,94px) !important; gap: 4px !important; }
  .header-actions .header-action.account { display: none !important; }
  .header-actions .header-action::before { display: none !important; content: none !important; }
  .header-actions .cart-link { display: inline-flex !important; width: 100%; justify-content: flex-end !important; gap: 4px !important; font-size: 0 !important; }
  .header-actions .cart-link .header-cart-label { display: inline !important; font-size: .56rem !important; letter-spacing: .02em !important; }
  .header-actions .cart-link .cart-count { flex: 0 0 22px; margin-left: 0 !important; }
  .site-header .brand img { max-width: 116px !important; height: 56px !important; padding: 6px 9px !important; }

  body.single-product .woocommerce-shell div.product.type-product .summary h1.product_title,
  body.broccodile-product-page .woocommerce-shell div.product.type-product .summary h1.product_title,
  body.product-template-default div.product.type-product .summary h1.product_title {
    max-width: 100% !important;
    font-size: clamp(1.6rem,7.3vw,2.05rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -.03em !important;
  }
  body.single-product div.product.type-product form.cart {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 12px !important;
  }
  body.single-product div.product.type-product form.cart .broccodile-quantity,
  body.single-product div.product.type-product form.cart button.single_add_to_cart_button { width: 100% !important; }
  body.single-product div.product.type-product .woocommerce-tabs ul.tabs { flex-direction: column !important; }
  body.single-product div.product.type-product .woocommerce-tabs ul.tabs li { width: 100% !important; }
  body.single-product div.product.type-product .woocommerce-tabs ul.tabs li a { text-align: center !important; }
  body.single-product div.product.type-product .woocommerce-tabs .panel h2,
  body.single-product div.product.type-product .woocommerce-tabs .panel h3,
  body.single-product div.product.type-product .product-faq h2 { font-size: clamp(1.25rem,6.2vw,1.65rem) !important; }

  body.woocommerce-cart table.shop_table td.actions .coupon,
  body.broccodile-cart-page table.shop_table td.actions .coupon { width: 100% !important; }
  body.woocommerce-cart table.shop_table td.actions .coupon input#coupon_code,
  body.woocommerce-cart table.shop_table td.actions .coupon button[name="apply_coupon"],
  body.broccodile-cart-page table.shop_table td.actions .coupon input#coupon_code,
  body.broccodile-cart-page table.shop_table td.actions .coupon button[name="apply_coupon"] { width: 100% !important; }
}

/* V18 LAST-CASCADE PRODUCT CORRECTIONS — do not move above WooCommerce rules. */
body.single-product {
  overflow-x: clip !important;
  background-color: #08251e !important;
  background-image:
    radial-gradient(circle at 78% 18%,rgba(44,207,195,.22),transparent 34%),
    linear-gradient(rgba(5,27,22,.82),rgba(7,48,40,.8)),
    url("brand/broccodile-scale-pattern.svg") !important;
  background-position: center top,center,center top !important;
  background-size: auto,auto,180px 108px !important;
  background-attachment: fixed,fixed,fixed !important;
}
body.single-product main,
body.single-product .site-main,
body.single-product .woocommerce-shell,
body.single-product .woocommerce { min-width: 0 !important; background: transparent !important; }
body.single-product .woocommerce-shell {
  width: min(calc(100% - 48px),1440px) !important;
  max-width: 1440px !important;
  margin-inline: auto !important;
  padding-top: 64px !important;
}
body.single-product .woocommerce-shell div.product {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr) !important;
  gap: clamp(34px,4.5vw,68px) !important;
  align-items: start !important;
}
body.single-product .woocommerce-shell div.product > .woocommerce-product-gallery,
body.single-product .woocommerce-shell div.product > .summary {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}
body.single-product .woocommerce-shell div.product > .woocommerce-tabs,
body.single-product .woocommerce-shell div.product > .related,
body.single-product .woocommerce-shell div.product > .up-sells,
body.single-product .woocommerce-shell div.product > .product-faq { grid-column: 1 / -1 !important; min-width: 0 !important; }
body.single-product .woocommerce-shell .summary h1.product_title,
body.single-product .woocommerce-shell h1.product_title {
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 0 20px !important;
  color: var(--paper) !important;
  font-size: clamp(2rem,3vw,3.15rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}
body.single-product .woocommerce-shell div.product .stock,
body.single-product .woocommerce-shell div.product .stock.in-stock,
body.single-product .woocommerce-shell div.product p.stock { color: var(--teal-bright) !important; font-weight: 850 !important; }
body.single-product .woocommerce-shell form.variations_form,
body.single-product .woocommerce-shell form.variations_form .variations,
body.single-product .woocommerce-shell form.variations_form .single_variation_wrap { width: 100% !important; max-width: 620px !important; min-width: 0 !important; }
body.single-product .woocommerce-shell table.variations,
body.single-product .woocommerce-shell table.variations tbody,
body.single-product .woocommerce-shell table.variations tr,
body.single-product .woocommerce-shell table.variations th,
body.single-product .woocommerce-shell table.variations td { border: 0 !important; background: transparent !important; color: var(--paper) !important; }
body.single-product .woocommerce-shell table.variations { width: 100% !important; max-width: 620px !important; margin: 18px 0 20px !important; }
body.single-product .woocommerce-shell table.variations tr {
  display: grid !important;
  grid-template-columns: minmax(92px,auto) minmax(0,1fr) !important;
  gap: 12px !important;
  align-items: center !important;
}
body.single-product .woocommerce-shell table.variations th.label,
body.single-product .woocommerce-shell table.variations td.value { display: block !important; width: auto !important; padding: 0 !important; text-align: left !important; }
body.single-product .woocommerce-shell table.variations label { color: var(--paper) !important; font-weight: 900 !important; }
body.single-product .woocommerce-shell table.variations select,
body.single-product .woocommerce-shell form.variations_form select {
  display: block !important;
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 44px 0 16px !important;
  border: 1px solid rgba(98,238,227,.68) !important;
  border-radius: 12px !important;
  background-color: rgba(3,25,20,.97) !important;
  color: var(--paper) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025),0 0 18px rgba(44,207,195,.08) !important;
  font-family: inherit !important;
  font-size: .96rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color-scheme: dark !important;
}
body.single-product .woocommerce-shell table.variations select:focus { outline: 2px solid var(--teal-bright) !important; outline-offset: 2px !important; box-shadow: 0 0 24px rgba(44,207,195,.22) !important; }
body.single-product .woocommerce-shell table.variations select option { background: #08271f !important; color: var(--paper) !important; }
body.single-product .woocommerce-shell .reset_variations { display: inline-block !important; margin-top: 8px !important; color: var(--teal-bright) !important; font-weight: 800 !important; }

@media(max-width:980px){
  body.single-product .woocommerce-shell div.product { grid-template-columns: minmax(0,1fr) !important; gap: 30px !important; }
}
@media(max-width:640px){
  body.single-product .woocommerce-shell { width: min(calc(100% - 28px),1440px) !important; padding-top: 34px !important; }
  body.single-product .woocommerce-shell .summary h1.product_title,
  body.single-product .woocommerce-shell h1.product_title { max-width: 100% !important; font-size: clamp(1.55rem,7.2vw,2rem) !important; line-height: 1.08 !important; }
  body.single-product .woocommerce-shell table.variations tr { grid-template-columns: minmax(0,1fr) !important; gap: 7px !important; }
  body.single-product .woocommerce-shell table.variations select,
  body.single-product .woocommerce-shell form.variations_form select { width: 100% !important; font-size: 1rem !important; }
}

/* V19 FINAL — calm product canvas and one consistent, conversion-focused sale flag. */
body.single-product {
  background-color: #08251e !important;
  background-image:
    radial-gradient(circle at 82% 10%,rgba(44,207,195,.13),transparent 32%),
    radial-gradient(circle at 8% 78%,rgba(13,91,76,.16),transparent 38%),
    linear-gradient(145deg,#061c17 0%,#092a23 52%,#071f1a 100%) !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.woocommerce ul.products li.product span.onsale,
.woocommerce ul.products li.product .onsale,
.wc-block-grid__product-onsale,
body.single-product .woocommerce-shell div.product > span.onsale {
  z-index: 12 !important;
  top: 14px !important;
  right: auto !important;
  left: 50% !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 132px !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
  border: 2px solid rgba(255,255,255,.88) !important;
  border-radius: 999px 999px 999px 18px !important;
  background: linear-gradient(125deg,#e23f70 0%,#c2387a 48%,#6654d9 100%) !important;
  box-shadow: 0 10px 28px rgba(178,42,102,.34),0 0 22px rgba(100,84,217,.22),inset 0 1px 0 rgba(255,255,255,.3) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  letter-spacing: .075em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 2px rgba(52,8,31,.34) !important;
  transform: translateX(-50%) rotate(-2deg) !important;
}
body.single-product .woocommerce-shell div.product > span.onsale {
  left: 25% !important;
}
.woocommerce ul.products li.product:hover span.onsale,
.woocommerce ul.products li.product:focus-within span.onsale {
  box-shadow: 0 13px 34px rgba(226,63,112,.44),0 0 30px rgba(102,84,217,.3),inset 0 1px 0 rgba(255,255,255,.34) !important;
  transform: translateX(-50%) translateY(-2px) rotate(0deg) !important;
}
@media(max-width:980px){
  body.single-product .woocommerce-shell div.product > span.onsale { left: 50% !important; }
}
@media(max-width:640px){
  .woocommerce ul.products li.product span.onsale,
  .woocommerce ul.products li.product .onsale,
  .wc-block-grid__product-onsale,
  body.single-product .woocommerce-shell div.product > span.onsale {
    top: 10px !important;
    min-width: 116px !important;
    min-height: 38px !important;
    padding: 9px 16px !important;
    font-size: .7rem !important;
  }
}

/* V21 FINAL — one continuous cloud silhouette; light only on direct interaction. */
.woocommerce ul.products li.product { position: relative !important; }
.woocommerce ul.products li.product span.onsale,
.woocommerce ul.products li.product .onsale,
.wc-block-grid__product-onsale,
body.single-product .woocommerce-shell div.product > span.onsale {
  position: absolute !important;
  top: 23px !important;
  right: auto !important;
  left: 50% !important;
  isolation: isolate !important;
  overflow: visible !important;
  min-width: 138px !important;
  min-height: 48px !important;
  padding: 12px 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,.32)) !important;
  transform: translateX(-50%) rotate(-1deg) !important;
  transition: transform .2s ease,box-shadow .22s ease,filter .22s ease !important;
}
.woocommerce ul.products li.product span.onsale::before,
.woocommerce ul.products li.product span.onsale::after,
.woocommerce ul.products li.product .onsale::before,
.woocommerce ul.products li.product .onsale::after,
.wc-block-grid__product-onsale::before,
.wc-block-grid__product-onsale::after,
body.single-product .woocommerce-shell div.product > span.onsale::before,
body.single-product .woocommerce-shell div.product > span.onsale::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  display: block !important;
  border-radius: 0 !important;
  pointer-events: none !important;
}
.woocommerce ul.products li.product span.onsale::before,
.woocommerce ul.products li.product .onsale::before,
.wc-block-grid__product-onsale::before,
body.single-product .woocommerce-shell div.product > span.onsale::before {
  inset: -13px -18px -11px !important;
  width: auto !important;
  height: auto !important;
  background: linear-gradient(118deg,#e23f70 0%,#c2387a 52%,#6654d9 100%) !important;
  box-shadow: none !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 72'%3E%3Cpath fill='black' d='M22 63C10 63 3 56 4 46c1-9 8-15 18-16C20 18 28 9 40 7c10-2 19 3 24 11C70 9 81 4 92 7c10 2 17 10 18 20 5-5 12-7 19-6 13 1 21 10 20 22 1 11-8 19-21 20-6 6-17 7-26 1-9 7-22 7-32 0-9 7-22 7-32 0-5 3-11 3-16-1Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 72'%3E%3Cpath fill='black' d='M22 63C10 63 3 56 4 46c1-9 8-15 18-16C20 18 28 9 40 7c10-2 19 3 24 11C70 9 81 4 92 7c10 2 17 10 18 20 5-5 12-7 19-6 13 1 21 10 20 22 1 11-8 19-21 20-6 6-17 7-26 1-9 7-22 7-32 0-9 7-22 7-32 0-5 3-11 3-16-1Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat !important;
}
.woocommerce ul.products li.product span.onsale::after,
.woocommerce ul.products li.product .onsale::after,
.wc-block-grid__product-onsale::after,
body.single-product .woocommerce-shell div.product > span.onsale::after {
  display: none !important;
}
.woocommerce ul.products li.product:hover span.onsale,
.woocommerce ul.products li.product:focus-within span.onsale {
  box-shadow: none !important;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,.32)) !important;
  transform: translateX(-50%) rotate(-1deg) !important;
}
.woocommerce ul.products li.product span.onsale:hover,
.woocommerce ul.products li.product span.onsale:active,
.woocommerce ul.products li.product a:focus-visible span.onsale,
.wc-block-grid__product-onsale:hover,
.wc-block-grid__product-onsale:active,
body.single-product .woocommerce-shell div.product > span.onsale:hover,
body.single-product .woocommerce-shell div.product > span.onsale:active {
  box-shadow: none !important;
  filter: drop-shadow(0 0 2px rgba(255,255,255,.9)) drop-shadow(0 0 13px rgba(226,63,112,.78)) drop-shadow(0 0 23px rgba(44,207,195,.62)) saturate(1.1) brightness(1.08) !important;
  transform: translateX(-50%) translateY(-2px) rotate(0deg) scale(1.035) !important;
}
.woocommerce ul.products li.product span.onsale:active,
.wc-block-grid__product-onsale:active,
body.single-product .woocommerce-shell div.product > span.onsale:active {
  transform: translateX(-50%) translateY(0) rotate(0deg) scale(.98) !important;
}
.woocommerce ul.products li.product span.onsale { cursor: pointer !important; }
@media(max-width:640px){
  .woocommerce ul.products li.product span.onsale,
  .woocommerce ul.products li.product .onsale,
  .wc-block-grid__product-onsale,
  body.single-product .woocommerce-shell div.product > span.onsale {
    top: 21px !important;
    min-width: 124px !important;
    min-height: 44px !important;
    padding: 10px 19px !important;
  }
}
@media(prefers-reduced-motion:reduce){
  .woocommerce span.onsale,
  .wc-block-grid__product-onsale { transition: none !important; }
}

/* V23 — final customer-facing polish: checkout hints, legal typography and About. */
.broccodile-checkout-page .wc-block-components-text-input input::placeholder,
.broccodile-checkout-page .wc-block-components-combobox .components-combobox-control__input::placeholder,
.broccodile-checkout-page .wc-block-components-textarea::placeholder,
.broccodile-checkout-page form.checkout input.input-text::placeholder,
.broccodile-checkout-page form.checkout textarea::placeholder,
.broccodile-checkout-page .woocommerce-checkout input::placeholder,
.broccodile-checkout-page .woocommerce-checkout textarea::placeholder {
  color: #687b73 !important;
  opacity: 1 !important;
}
.broccodile-checkout-page .wc-block-components-text-input label,
.broccodile-checkout-page .wc-block-components-combobox-control label,
.broccodile-checkout-page .wc-block-components-address-form label {
  color: #687b73 !important;
  opacity: 1 !important;
}
.broccodile-checkout-page .wc-block-components-text-input input,
.broccodile-checkout-page .wc-block-components-combobox .components-combobox-control__input,
.broccodile-checkout-page .wc-block-components-address-form select,
.broccodile-checkout-page form.checkout input.input-text,
.broccodile-checkout-page form.checkout textarea {
  color: #07140f !important;
}

.legal-page .subpage-hero-inner h1 {
  max-width: 100% !important;
  font-size: clamp(2.75rem,6.2vw,6rem) !important;
  line-height: .98 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}
.legal-page .entry-content h2 { font-size: clamp(1.65rem,2.8vw,2.55rem) !important; line-height: 1.12 !important; }
.legal-page .entry-content h3 { font-size: clamp(1.25rem,2vw,1.75rem) !important; line-height: 1.18 !important; }

.broccodile-product-sticker {
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  hyphens: manual !important;
}
.woocommerce ul.products li.product .broccodile-product-sticker--kokos,
.single-product .broccodile-single-stickers .broccodile-product-sticker--kokos {
  display: flex !important;
  width: 92px !important;
  min-width: 92px !important;
  height: 82px !important;
  min-height: 82px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 2px !important;
  padding: 12px 7px !important;
  overflow: hidden !important;
  font-size: .54rem !important;
  line-height: 1 !important;
}
.broccodile-product-sticker--kokos > span {
  display: block;
  white-space: nowrap;
}

.broccodile-about-page .subpage-hero {
  min-height: 390px;
  background:
    radial-gradient(circle at 80% 25%,rgba(44,207,195,.22),transparent 33%),
    linear-gradient(128deg,#04110d,#082d25 62%,#08423e);
}
.broccodile-about-page .subpage-hero-inner { min-height: 390px; }
.about-page-content { padding: 86px 0 120px; background: linear-gradient(180deg,#04130f 0%,#071f19 52%,#04130f 100%); }
.about-intro {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr);
  gap: clamp(38px,6vw,84px);
  align-items: center;
}
.about-atmosphere {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  place-items: center;
  padding: 54px;
  border: 1px solid rgba(85,234,223,.25);
  border-radius: 28px;
  background: #07342f url("images/decor/broccodile-atmosphere.png") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(0,0,0,.35),0 0 34px rgba(44,207,195,.08);
}
.about-atmosphere::after { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,rgba(1,12,9,.05),rgba(1,12,9,.48)); }
.about-atmosphere img { width: min(82%,520px); filter: drop-shadow(0 14px 30px rgba(0,0,0,.45)); }
.about-atmosphere p { position:absolute; right:28px; bottom:24px; margin:0; color:#fff; font-size:.72rem; font-weight:950; letter-spacing:.17em; text-transform:uppercase; }
.about-intro-copy h2,
.about-team h2 { margin: 10px 0 24px; font-size: clamp(2.5rem,5vw,5rem); line-height: .98; letter-spacing:-.045em; }
.about-intro-copy > p:not(.eyebrow),
.about-team > div > p:not(.eyebrow) { color:#c6d4ce; font-size:1.04rem; line-height:1.78; }
.about-values {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:80px;
}
.about-value { min-width:0; padding:32px; border:1px solid rgba(85,234,223,.2); border-radius:20px; background:linear-gradient(145deg,rgba(10,55,44,.86),rgba(4,27,21,.96)); box-shadow:inset 0 1px 0 rgba(255,255,255,.03); }
.about-value > span { display:inline-grid; width:44px; height:44px; margin-bottom:28px; place-items:center; border:1px solid var(--teal); border-radius:50%; color:var(--teal-bright); font-size:.72rem; font-weight:900; }
.about-value h3 { margin:0 0 12px; color:var(--paper); font-size:1.35rem; }
.about-value p { margin:0; color:#b8c8c1; line-height:1.65; }
.about-team {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);
  gap:clamp(36px,7vw,100px);
  align-items:center;
  margin-top:90px;
  padding:clamp(36px,6vw,76px);
  border:1px solid rgba(85,234,223,.22);
  border-radius:26px;
  background:radial-gradient(circle at 82% 20%,rgba(44,207,195,.18),transparent 30%),linear-gradient(125deg,#082d25,#051b16);
}
.about-team .button-row { margin-top:30px; }
.about-team-mark { display:grid; aspect-ratio:1; place-items:center; border:1px solid rgba(85,234,223,.22); border-radius:50%; background:rgba(244,247,239,.96); box-shadow:0 0 0 14px rgba(44,207,195,.05),0 24px 55px rgba(0,0,0,.28); }
.about-team-mark img { width:82%; }

@media(max-width:980px){
  .about-intro,
  .about-team { grid-template-columns:minmax(0,1fr); }
  .about-atmosphere { min-height:440px; }
  .about-team-mark { width:min(72vw,380px); justify-self:center; }
}
@media(max-width:640px){
  .legal-page .subpage-hero { min-height:350px !important; }
  .legal-page .subpage-hero-inner { min-height:350px !important; padding-block:64px 50px !important; }
  .legal-page .subpage-hero-inner h1 {
    width:100% !important;
    max-width:100% !important;
    font-size: clamp(2rem,10vw,3rem) !important;
    line-height: .98 !important;
    letter-spacing:-.055em !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
    hyphens:auto !important;
  }
  .legal-page .subpage-hero-inner > p:last-child { font-size:.98rem !important; }
  .legal-page .entry-content h2 { font-size:clamp(1.45rem,7.2vw,2rem) !important; overflow-wrap:anywhere !important; }
  .legal-page .entry-content h3 { font-size:clamp(1.18rem,5.8vw,1.55rem) !important; overflow-wrap:anywhere !important; }
  .legal-page .content-panel { padding:24px 20px !important; }

  .about-page-content { padding:48px 0 78px; }
  .about-atmosphere { min-height:340px; padding:24px; border-radius:20px; }
  .about-atmosphere img { width:90%; }
  .about-atmosphere p { right:18px; bottom:16px; font-size:.62rem; }
  .about-intro-copy h2,
  .about-team h2 { font-size:clamp(2.15rem,11.2vw,3.25rem); overflow-wrap:anywhere; }
  .about-intro-copy > p:not(.eyebrow),
  .about-team > div > p:not(.eyebrow) { font-size:.98rem; }
  .about-values { grid-template-columns:minmax(0,1fr); margin-top:52px; }
  .about-value { padding:26px 24px; }
  .about-team { margin-top:52px; padding:30px 22px; border-radius:20px; }
  .about-team .button-row { display:grid; grid-template-columns:minmax(0,1fr); }
  .about-team .button { width:100%; }
  .broccodile-product-sticker { font-size:.45rem !important; }
  .woocommerce ul.products li.product .broccodile-product-sticker--kokos,
  .single-product .broccodile-single-stickers .broccodile-product-sticker--kokos {
    width: 84px !important;
    min-width: 84px !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 10px 6px !important;
    font-size: .48rem !important;
  }
}
