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

:root {
  --lovable-dark: #1A1A1A;
  --lovable-darker: #111111;
  --lovable-cream: #FCFBF8;
  --lovable-gold: #907A60;
  --lovable-warm: #F5F1EC;
  --lovable-text: #2B2B2B;
  --lovable-muted: #666666;
  --lovable-border: #E5E0D8;
  --lovable-font-heading: 'Cormorant Garamond', Georgia, serif;
  --lovable-font-body: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  font-family: var(--lovable-font-body);
  color: var(--lovable-text);
  background-color: var(--lovable-cream);
  padding-top: 0;
}

/* ─── Header: CE handles layout natively (1272px container, sticky, scroll effects) ─── */

#content-wrapper,
#wrapper {
  padding-top: 0;
  margin-top: 0;
}

/* ─── CE Footer background ─── */
#footer {
  background-color: var(--lovable-dark) !important;
}

/* ─── Buttons ─── */
.elementor-button,
.btn-primary,
.ps-product-miniature .add-to-cart {
  font-family: var(--lovable-font-body) !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

/* ─── Product cards ─── */
.elementor-product-carousel .product-miniature,
.elementor-product-grid .product-miniature {
  font-family: var(--lovable-font-body);
}

.elementor-product-carousel .product-title a,
.elementor-product-grid .product-title a {
  font-family: var(--lovable-font-heading) !important;
  font-weight: 400;
  color: var(--lovable-text);
}

.elementor-product-carousel .product-title a:hover,
.elementor-product-grid .product-title a:hover {
  color: var(--lovable-gold);
}

/* ─── Section headings ─── */
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--lovable-font-heading) !important;
}

/* ─── Accordion / FAQ ─── */
.elementor-accordion .elementor-accordion-title {
  font-family: var(--lovable-font-body) !important;
  font-weight: 500;
}

/* ─── Divider ─── */
.elementor-widget-divider {
  --divider-color: var(--lovable-border);
}

/* ─── Header nav links (for CE nav-menu fallback) ─── */
#header .elementor-nav-menu a {
  color: #E6E6E6 !important;
  font-family: var(--lovable-font-body) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 1.65px !important;
  text-transform: uppercase !important;
}

#header .elementor-nav-menu a:hover {
  color: var(--lovable-gold) !important;
}

/* ─── Full-width sections ─── */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── Bootstrap .container — szerokość zgodna z headerem/footerem CE (1272px) ─── */
@media (min-width: 1200px) {
  .container { max-width: 1272px; }
}

/* ─── Footer links ─── */
#footer a:hover {
  color: var(--lovable-gold) !important;
}

/* ─── Header icons alignment ─── */
#header .elementor-widget-ajax-search,
#header .elementor-widget-sign-in,
#header .elementor-widget-shopping-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── Shopping cart badge ─── */
#header .elementor-widget-shopping-cart .elementor-button-icon .elementor-button-icon-qty {
  background-color: var(--lovable-gold);
  color: #fff;
  font-family: var(--lovable-font-body);
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
}

/* ─── Sign-in widget: hide text label ─── */
#header .elementor-widget-sign-in .elementor-button-text,
#header .elementor-widget-sign-in .elementor-sign-in__text {
  display: none !important;
}

/* ══════════════════════════════════════════════
   PRODUCT DETAIL PAGE — Lovable 1:1
   ══════════════════════════════════════════════ */

/* ─── Hero Banner ─── */
.ool-pdp-hero {
  position: relative;
  padding: 112px 0 40px;
  overflow: hidden;
  background: #F7F5F3;
}
@media (min-width: 768px) {
  .ool-pdp-hero { padding: 128px 0 56px; }
}
.ool-pdp-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  pointer-events: none;
}
.ool-pdp-hero-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 128px;
  background: linear-gradient(to top, #F7F5F3 0%, transparent 100%);
  pointer-events: none;
}
.ool-pdp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (min-width: 1024px) {
  .ool-pdp-hero-content { padding: 0 64px; }
}

/* Breadcrumb */
.ool-pdp-breadcrumb {
  font-family: var(--lovable-font-body);
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
}
.ool-pdp-breadcrumb a {
  color: rgba(115,115,115,0.7);
  text-decoration: none;
  transition: color 0.3s;
}
.ool-pdp-breadcrumb a:hover { color: #2C2C2C; }
.ool-pdp-breadcrumb-sep {
  margin: 0 8px;
  color: rgba(115,115,115,0.4);
}
.ool-pdp-breadcrumb-current {
  color: #737373;
}

/* Hero title */
.ool-pdp-hero-title {
  font-family: var(--lovable-font-heading);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 300;
  color: #2C2C2C;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin: 0 0 16px;
}

/* Hero description */
.ool-pdp-hero-desc {
  font-family: var(--lovable-font-body);
  font-size: 15px;
  font-weight: 300;
  color: #737373;
  line-height: 1.6;
  max-width: 576px;
  margin: 0;
}

/* ─── Buy Section ─── */
.ool-pdp-buy-section {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .ool-pdp-buy-section { padding: 80px 0; }
}
.ool-pdp-buy-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (min-width: 1024px) {
  .ool-pdp-buy-container { padding: 0 64px; }
}
.ool-pdp-buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .ool-pdp-buy-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}

/* ─── Gallery (left) — Lovable: image on top, thumbs 100x100 below ─── */
.ool-pdp-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ool-pdp-gallery .page-content {
  max-width: none !important;
  width: 100% !important;
}
.ool-pdp-gallery .images-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Thumbnails — Lovable: 100x100, horizontal row below image, gap-3, overflow-x-auto */
.ool-pdp-gallery .js-qv-mask,
.ool-pdp-gallery .mask {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  order: 1;
}
.ool-pdp-gallery .thumb-container {
  flex-shrink: 0;
}
.ool-pdp-gallery .thumb-container .thumb,
.ool-pdp-gallery .thumb-container img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  background: #F7F5F3;
  display: block;
}
.ool-pdp-gallery .thumb-container .thumb:hover,
.ool-pdp-gallery .thumb-container img:hover,
.ool-pdp-gallery .thumb-container .thumb.selected,
.ool-pdp-gallery .thumb-container img.selected,
.ool-pdp-gallery .js-thumb-selected .thumb,
.ool-pdp-gallery .thumb-container.js-thumb-selected .thumb {
  border-color: var(--lovable-gold) !important;
}

/* Main image — Lovable: aspect-ratio 5/4, object-cover */
.ool-pdp-gallery .product-cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: #F7F5F3;
  order: 0;
}
.ool-pdp-gallery .product-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ool-pdp-gallery .product-cover .layer {
  display: none;
}

/* Flags/badges */
.ool-pdp-gallery .product-flags {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ool-pdp-gallery .product-flag {
  font-family: var(--lovable-font-body);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--lovable-gold);
  color: #FFF;
  padding: 4px 12px;
  border-radius: 0;
  display: inline-block;
}

/* Scroll arrows — hide */
.scroll-box-arrows { display: none; }

/* ─── Product page: reset PS wrappers ─── */
/* CE stretch_section JS uses offsetParent — ALL parents must be position:static */
body.page-product #wrapper,
body.page-product #wrapper > .container,
body.page-product #wrapper > .container > .row,
body.page-product #content-wrapper,
body.page-product #content,
body.page-product #product-details,
body.page-product .elementor-section-wrap {
  position: static !important;
  overflow: visible !important;
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-product #wrapper > .container > .row {
  margin: 0 !important;
}
body.page-product #content-wrapper {
  flex: none !important;
}

/* ─── Navbar on product page — transparent at top, dark after scroll ─── */
/* CE product page has class .ce-theme on body, navbar starts transparent */
body.page-product #header {
  background: transparent !important;
}
body.page-product #header .elementor-section {
  background: transparent !important;
}
/* Dark navbar links need to be dark on light bg hero */
body.page-product #header .ool-nav-link {
  color: #2C2C2C !important;
}
body.page-product #header .elementor-search__input,
body.page-product #header .elementor-search__input::placeholder {
  color: rgba(44,44,44,0.5) !important;
}
body.page-product #header .elementor-search__submit svg,
body.page-product #header .elementor-search__icon svg {
  color: #2C2C2C !important;
}
/* Search magnifier — dark SVG on product page (light bg), light SVG after scroll */
body.page-product #header .elementor-search__submit::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232C2C2C' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") !important;
}
body.page-product #header.ool-hdr-scrolled .elementor-search__submit::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23E6E6E6' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") !important;
}
body.page-product #header .elementor-search {
  border: none !important;
  background: transparent !important;
}
body.page-product #header .elementor-search__container {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
body.page-product #header .elementor-search__container::after {
  background: rgba(44,44,44,0.25) !important;
}
body.page-product #header .elementor-search__container:hover::after,
body.page-product #header .elementor-search__container:focus-within::after {
  background: #8C7B65 !important;
}
body.page-product #header .ool-logo-wrap span:first-child {
  color: #2C2C2C !important;
}
body.page-product #header a[href="/kontakt"] {
  color: #2C2C2C !important;
}
body.page-product #header .elementor-cart-toggle-icon,
body.page-product #header .elementor-button-icon,
body.page-product #header .elementor-widget-shopping-cart,
body.page-product #header .elementor-widget-shopping-cart i,
body.page-product #header .elementor-widget-shopping-cart .ceicon-cart-light,
body.page-product #header a[href*="moje-konto"],
body.page-product #header a[href*="moje-konto"] svg {
  color: #2C2C2C !important;
}
body.page-product #header .elementor-column:nth-child(5) .elementor-widget-wrap::before {
  background: rgba(44,44,44,0.1) !important;
}
/* After scroll — dark bg, white text (handled by ool-hdr-scrolled class from JS) */
body.page-product #header.ool-hdr-scrolled > .elementor > .elementor-section-wrap > .elementor-section {
  background: rgba(26,26,26,0.95) !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.15);
}
body.page-product #header.ool-hdr-scrolled .elementor-inner-section {
  background: transparent !important;
}
body.page-product #header.ool-hdr-scrolled .ool-nav-link,
body.page-product #header.ool-hdr-scrolled a[href="/kontakt"],
body.page-product #header.ool-hdr-scrolled .ool-logo-wrap span:first-child {
  color: #E6E6E6 !important;
}
body.page-product #header.ool-hdr-scrolled .elementor-search__input,
body.page-product #header.ool-hdr-scrolled .elementor-search__submit svg {
  color: #E6E6E6 !important;
}
body.page-product #header.ool-hdr-scrolled .elementor-search {
  border-bottom-color: #E6E6E6 !important;
}
body.page-product #header.ool-hdr-scrolled .elementor-cart-toggle-icon,
body.page-product #header.ool-hdr-scrolled .elementor-button-icon,
body.page-product #header.ool-hdr-scrolled .elementor-widget-shopping-cart,
body.page-product #header.ool-hdr-scrolled .elementor-widget-shopping-cart i,
body.page-product #header.ool-hdr-scrolled .elementor-widget-shopping-cart .ceicon-cart-light,
body.page-product #header.ool-hdr-scrolled a[href*="moje-konto"],
body.page-product #header.ool-hdr-scrolled a[href*="moje-konto"] svg {
  color: #E6E6E6 !important;
}
body.page-product #header.ool-hdr-scrolled .elementor-column:nth-child(5) .elementor-widget-wrap::before {
  background: rgba(255,255,255,0.1) !important;
}

/* Hide PS default breadcrumb on product page (keep CE breadcrumb widget) */
#wrapper > .container > nav.breadcrumb,
#wrapper > .container > .breadcrumb,
section#wrapper > .container > nav.breadcrumb { display: none !important; }

/* Thumbnails order — after main image (below) */

/* ─── Product Info (right) ─── */
.ool-pdp-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .ool-pdp-info {
    position: sticky;
    top: 128px;
    align-self: start;
  }
}

/* Inner grid — Lovable: grid-cols-[40fr_60fr] */
.ool-pdp-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .ool-pdp-info-grid {
    grid-template-columns: 40fr 60fr;
    gap: 0;
  }
}

/* Sub-left: variants + trust */
.ool-pdp-info-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .ool-pdp-info-left {
    border-right: 1px solid rgba(43,43,43,0.10);
    padding-right: 32px;
  }
}

/* Sub-right: price + qty + atc */
.ool-pdp-info-right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .ool-pdp-info-right {
    padding-left: 32px;
  }
}

/* Brand mobile/desktop visibility */
.ool-pdp-brand-desktop { display: none; }
.ool-pdp-brand-mobile { display: block; }
@media (min-width: 1024px) {
  .ool-pdp-brand-desktop { display: block; }
  .ool-pdp-brand-mobile { display: none; }
}

/* Brand */
.ool-pdp-brand {
  font-family: var(--lovable-font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 12px;
}

/* Title */
.ool-pdp-title {
  font-family: var(--lovable-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  color: #2C2C2C;
  line-height: 1.15;
  margin: 0 0 20px;
  text-transform: none;
  letter-spacing: 0;
}

/* Hide the old PS h1 (we use h2 in buy area now) */
.ool-pdp-info .page-header-container,
.ool-pdp-info .page-header,
#main > .row > .col-md-6 > .page-header-container {
  display: none;
}

/* Price overrides */
.ool-pdp-info .product-prices,
.ool-pdp-info .product-price {
  border: none;
}
/* Lovable: clamp(36px,5vw,56px) serif light */
.ool-pdp-info .current-price-value {
  font-family: var(--lovable-font-heading);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 300;
  color: #2C2C2C;
  line-height: 1.1;
}
.ool-pdp-info .regular-price {
  font-family: var(--lovable-font-body);
  font-size: 13px;
  text-decoration: line-through;
  color: #737373;
  margin-left: 12px;
}
/* Lovable: mb-8 (32px) on price */
.ool-pdp-info .product-prices {
  margin-bottom: 32px;
  padding-bottom: 0;
}
.ool-pdp-info .tax-shipping-delivery-label {
  display: none;
}
.ool-pdp-info .product-discount .discount {
  display: none;
}

/* Description in buy area */
.ool-pdp-description {
  padding-top: 20px;
  border-top: 1px solid rgba(43,43,43,0.1);
  margin-bottom: 24px;
}
.ool-pdp-description .product-description,
.ool-pdp-description .product-description p {
  font-family: var(--lovable-font-body);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.625;
  color: #737373;
  margin: 0;
}

/* ─── Variants ─── */
.ool-pdp-info .product-variants {
  margin-bottom: 24px;
}
.ool-pdp-info .product-variants-item {
  margin-bottom: 16px;
}
.ool-pdp-info .product-variants-item .control-label {
  font-family: var(--lovable-font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 8px;
  display: block;
}
/* Color swatches — round */
.ool-pdp-info .product-variants-item .color {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(43,43,43,0.12);
  transition: all 0.2s;
}
.ool-pdp-info .product-variants-item .input-color:checked + .color {
  border-color: var(--lovable-gold);
  transform: scale(1.15);
}

/* ─── Qty + ATC — Lovable: full width each, stacked ─── */
.ool-pdp-info .product-add-to-cart > .control-label {
  font-family: var(--lovable-font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 8px;
}
.ool-pdp-info .product-quantity {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 16px;
}
.ool-pdp-info .qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(43,43,43,0.12);
  height: 48px;
  margin-bottom: 16px;
  width: 100%;
}
.ool-pdp-info .qty #quantity_wanted {
  border: none;
  font-family: var(--lovable-font-body);
  font-size: 15px;
  width: 40px;
  text-align: center;
  padding: 8px 0;
  background: transparent;
  -moz-appearance: textfield;
}
.ool-pdp-info .qty #quantity_wanted::-webkit-outer-spin-button,
.ool-pdp-info .qty #quantity_wanted::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.ool-pdp-info .input-group-btn-vertical {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(43,43,43,0.12);
}
.ool-pdp-info .input-group-btn-vertical button {
  border: none;
  background: transparent;
  padding: 2px 8px;
  color: #737373;
  cursor: pointer;
  transition: background 0.2s;
}
.ool-pdp-info .input-group-btn-vertical button:first-child {
  border-bottom: 1px solid rgba(43,43,43,0.08);
}
.ool-pdp-info .input-group-btn-vertical button:hover {
  background: rgba(43,43,43,0.05);
}
.ool-pdp-info .bootstrap-touchspin-prefix,
.ool-pdp-info .bootstrap-touchspin-postfix {
  display: none;
}

/* ATC button — Lovable: full width, h=48px, brass bg */
.ool-pdp-info .add {
  display: flex;
  width: 100%;
}
.ool-pdp-info .add-to-cart,
.ool-pdp-info .btn-primary {
  background: var(--lovable-gold);
  border: none;
  border-radius: 0;
  font-family: var(--lovable-font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FCFBF8;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.ool-pdp-info .add-to-cart:hover,
.ool-pdp-info .btn-primary:hover {
  opacity: 0.9;
}
.ool-pdp-info .add-to-cart .material-icons {
  font-size: 16px;
}

/* Availability */
.ool-pdp-info #product-availability {
  font-family: var(--lovable-font-body);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.ool-pdp-info #product-availability .material-icons {
  font-size: 14px;
}
.ool-pdp-info #product-availability .product-available {
  color: var(--lovable-gold);
}

/* Hide PS social sharing, reassurance, zoom overlay, description in buy area */
.ool-pdp-info .social-sharing,
.ool-pdp-info .product-additional-info,
.ool-pdp-info #block-reassurance {
  display: none;
}
/* Description in info-right — visible, Lovable: 13px muted */
.ool-pdp-gallery .product-cover .layer {
  display: none !important;
}

/* Hide reviews section — not in Lovable */
#product-comments-list-header,
#product-comments-list,
.product-comment-modal,
.product-comment-list-item,
[id^="post-product-comment"],
.product-comments-additional-info {
  display: none;
}

/* Trust badges under ATC */
.ool-pdp-trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(43,43,43,0.08);
}
/* Lovable: 11px tracking-wide */
.ool-pdp-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--lovable-font-body);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #737373;
}
.ool-pdp-trust-item svg {
  color: var(--lovable-gold);
  flex-shrink: 0;
}

/* ─── Accordions — Lovable: below buy grid, border-bottom each ─── */
.ool-pdp-accordions {
  margin-top: 0;
}
.ool-pdp-accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-family: var(--lovable-font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #737373;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}
.ool-pdp-accordion-btn:hover {
  color: #2C2C2C;
}
.ool-pdp-accordion-chevron {
  transition: transform 0.3s;
}
.ool-pdp-accordion-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.ool-pdp-accordion-inner {
  padding-bottom: 20px;
}
.ool-pdp-accordion-inner p,
.ool-pdp-accordion-inner .product-description,
.ool-pdp-accordion-inner .product-description p {
  font-family: var(--lovable-font-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.625;
  color: #737373;
}
.ool-pdp-accordion-inner .data-sheet dt {
  font-family: var(--lovable-font-body);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #737373;
  padding: 10px 24px 10px 0;
  width: 40%;
  float: left;
  clear: left;
  border-bottom: 1px solid rgba(43,43,43,0.06);
}
.ool-pdp-accordion-inner .data-sheet dd {
  font-family: var(--lovable-font-body);
  font-size: 12px;
  color: #2C2C2C;
  padding: 10px 0;
  margin-left: 40%;
  border-bottom: 1px solid rgba(43,43,43,0.06);
}

/* ─── Tabs Section — hidden, replaced by accordions ─── */
.ool-pdp-tabs-section {
  display: none;
}
.ool-pdp-tabs-section-old {
  padding: 48px 0;
  border-top: 1px solid rgba(43,43,43,0.06);
}
@media (min-width: 768px) {
  .ool-pdp-tabs-section { padding: 64px 0; }
}
.ool-pdp-tabs-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (min-width: 1024px) {
  .ool-pdp-tabs-container { padding: 0 64px; }
}

/* Tab navigation */
.ool-pdp-tab-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(43,43,43,0.08);
  margin-bottom: 40px;
  overflow-x: auto;
}
.ool-pdp-tab-btn {
  font-family: var(--lovable-font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #737373;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s, border-color 0.3s;
}
.ool-pdp-tab-btn.active {
  color: #2C2C2C;
  border-bottom-color: var(--lovable-gold);
}
.ool-pdp-tab-btn:hover {
  color: #2C2C2C;
}

/* Tab panes */
.ool-pdp-tab-pane {
  display: none;
  max-width: 768px;
}
.ool-pdp-tab-pane.active {
  display: block;
}
.ool-pdp-tab-text,
.ool-pdp-tab-text p,
.ool-pdp-tab-pane .product-description,
.ool-pdp-tab-pane .product-description p,
.ool-pdp-tab-pane .product-description h2,
.ool-pdp-tab-pane .product-description h3,
.ool-pdp-tab-pane .product-description h4 {
  font-family: var(--lovable-font-body) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  color: #737373 !important;
}
.ool-pdp-tab-pane .product-description h2,
.ool-pdp-tab-pane .product-description h3,
.ool-pdp-tab-pane .product-description h4 {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #2C2C2C !important;
  margin: 24px 0 8px !important;
}
.ool-pdp-tab-pane .product-description a {
  color: var(--lovable-gold) !important;
  text-decoration: underline !important;
}

/* Product details tab — data sheet */
.ool-pdp-tab-pane .data-sheet {
  margin: 0;
}
.ool-pdp-tab-pane .data-sheet dt {
  font-family: var(--lovable-font-body);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #737373;
  padding: 14px 32px 14px 0;
  width: 35%;
  float: left;
  clear: left;
  border-bottom: 1px solid rgba(43,43,43,0.06);
}
.ool-pdp-tab-pane .data-sheet dd {
  font-family: var(--lovable-font-body);
  font-size: 14px;
  color: #2C2C2C;
  padding: 14px 0;
  margin-left: 35%;
  border-bottom: 1px solid rgba(43,43,43,0.06);
}

/* ─── Similar Products ─── */
.ool-pdp-similar {
  padding: 80px 0;
}
.ool-pdp-similar-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (min-width: 1024px) {
  .ool-pdp-similar-container { padding: 0 64px; }
}
.ool-pdp-similar-subtitle {
  font-family: var(--lovable-font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lovable-gold);
  margin-bottom: 12px;
}
.ool-pdp-similar-title {
  font-family: var(--lovable-font-heading);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: #2C2C2C;
  line-height: 1.1;
  margin: 0 0 32px;
}
.ool-pdp-similar-title em {
  font-style: italic;
  font-weight: 300;
}

/* ─── Hide old PS elements on product page ─── */
#main .page-header-container { display: none; }
#main > .row.product-container { display: none; }
.product-accessories .h5.text-uppercase { display: none; }
