.smart-product-page { background: #fff; color: var(--ink); }
.smart-product-page .section-frame { position: relative; border-top: 1px solid rgba(66, 0, 112, .075); }
.smart-product-page .section-frame::before { content: ""; position: absolute; inset-block: 0; left: 50%; width: min(var(--frame-max), calc(100% - (var(--frame-gutter) * 2))); border-inline: 1px solid rgba(66, 0, 112, .075); transform: translateX(-50%); pointer-events: none; }
.smart-product-page .container { position: relative; z-index: 1; }
.smart-product-notices { margin: 0 0 28px; }
.smart-product-notices .woocommerce-message,
.smart-product-notices .woocommerce-info,
.smart-product-notices .woocommerce-error { margin: 0; border: 1px solid var(--line); border-left: 3px solid var(--purple); border-radius: 4px; background: #fff; color: var(--ink); }
.smart-product-notices .woocommerce-message { border-left-color: #2cae68; }
.smart-product-notices .woocommerce-error { border-left-color: #bd2445; }
.smart-product-notices .woocommerce-message a,
.smart-product-notices .woocommerce-info a { color: var(--purple); font-weight: 600; }
.smart-product-hero { background: var(--mist); }
.smart-product-hero .container { padding-block: clamp(38px, 5vw, 68px); }
.product-eyebrow { margin: 0 0 12px; color: var(--purple-light); font-size: .95rem; font-weight: 700; }
.smart-product-hero h1 { max-width: 950px; margin: 0; color: var(--ink); font-size: clamp(2.2rem, 4vw, 3.65rem); font-weight: 600; line-height: 1.05; letter-spacing: -.05em; }
.smart-product-content { padding-block: clamp(32px, 4vw, 60px) clamp(32px, 4vw, 60px); background: #fff; }
.smart-product-page .woocommerce-breadcrumb { margin: 0 0 clamp(28px, 4vw, 52px); color: var(--slate); font-size: .94rem; }
.smart-product-page .woocommerce-breadcrumb a { color: var(--purple); text-decoration: none; }
.smart-product-shell { display: grid; grid-template-columns: minmax(0, .7fr) minmax(400px, 1.15fr); gap: clamp(36px, 6vw, 90px); align-items: start; margin: 0; }
.smart-product-media { min-width: 0; }
.smart-product-media .woocommerce-product-gallery { width: 100%; margin: 0; float: none; opacity: 1 !important; }
.smart-product-media .woocommerce-product-gallery__wrapper { border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background: #fff; }
.smart-product-media .woocommerce-product-gallery__image img { display: block; width: 100%; height: auto; }
.smart-product-media .flex-control-thumbs { display: flex; gap: 10px; margin: 14px 0 0; padding: 0; list-style: none; }
.smart-product-media .flex-control-thumbs li { width: 70px; margin: 0; }
.smart-product-media .flex-control-thumbs img { border: 1px solid var(--line); opacity: .7; }
.smart-product-media .woocommerce-product-gallery__trigger { border-radius: 4px; }
.smart-product-summary { width: auto; float: none; margin: 0; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-top: 4px solid var(--purple); border-radius: 4px; background: #fff; }
.smart-product-currency { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; color: var(--slate); font-size: .82rem; font-weight: 600; }
.smart-product-currency .tiv-switcher { --tiv-switcher-gap: 5px; --tiv-switcher-inactive-opacity: 1; }
.smart-product-currency .tiv-switcher-list { gap: 5px; }
.smart-product-currency .tiv-switcher-style-flat .tiv-switcher-link { min-width: 64px; min-height: 30px; padding: 5px 8px; border: 1px solid rgba(66, 0, 112, .18); border-radius: 4px; background: #fff; color: var(--slate); font-size: .75rem; font-weight: 600; line-height: 1; }
.smart-product-currency .tiv-switcher-style-flat .tiv-switcher-link:hover, .smart-product-currency .tiv-switcher-style-flat .tiv-switcher-link:focus-visible { border-color: rgba(66, 0, 112, .48); background: rgba(66, 0, 112, .04); color: var(--purple); }
.smart-product-currency .tiv-switcher-style-flat .tiv-switcher-item-current .tiv-switcher-link { border-color: var(--purple); background: var(--purple); color: #fff; }
.smart-product-summary .price { margin: 0 0 24px; color: var(--ink); font-size: clamp(1.35rem, 1.9vw, 1.8rem); font-weight: 600; }
.smart-product-summary .price del { color: var(--slate); font-size: .65em; font-weight: 500; }
.smart-product-summary .price ins { color: var(--ink); text-decoration: none; }
.smart-product-summary .price ins { color: var(--purple); text-decoration: none; }
.smart-product-short-description { margin: 0 0 22px; }
.smart-product-short-description h2 { margin: 0 0 8px; color: var(--purple); font-size: 1rem; font-weight: 600; }
.smart-product-summary .woocommerce-product-details__short-description { margin: 0 0 22px; color: var(--slate); font-size: .98rem; line-height: 1.55; }
.smart-product-short-description .woocommerce-product-details__short-description { margin: 0; }
.smart-product-summary form.cart { margin: 0; }
.smart-product-summary .variations { margin: 0 0 12px; border: 0; }
.smart-product-summary .variations tr { display: grid; grid-template-columns: minmax(100px, .27fr) 1fr; gap: 14px; align-items: center; margin-bottom: 14px; }
.smart-product-summary .variations th, .smart-product-summary .variations td { padding: 0; text-align: left; vertical-align: middle; }
.smart-product-summary .variations th { display: flex; align-items: center; min-height: 48px; }
.smart-product-summary .variations td { display: block; }
.smart-product-summary .variations label { color: var(--ink); font-size: .95rem; font-weight: 600; }
.smart-product-summary select { width: 100%; min-height: 48px; padding: 10px 38px 10px 12px; border: 1px solid #b8c2ce; border-radius: 4px; background: #fff; color: var(--ink); font: inherit; }
.smart-product-summary .single_variation_wrap { margin-top: 0; }
.smart-product-summary .woocommerce-variation-price { margin-bottom: 20px; }
.smart-product-page .smart-product-summary .woocommerce-variation-price { color: var(--purple); font-size: clamp(2rem, 2.7vw, 2.65rem) !important; font-weight: 800 !important; line-height: 1.05; letter-spacing: -.035em; }
.smart-product-page .smart-product-summary .woocommerce-variation-price del { color: var(--slate); font-size: .52em; font-weight: 600; }
.smart-product-page .smart-product-summary .woocommerce-variation-price ins { color: var(--purple); font-weight: 800; text-decoration: none; }
.smart-product-page .smart-product-summary .woocommerce-variation-price .woocommerce-Price-amount { font: inherit; }
.smart-product-page .smart-product-summary .woocommerce-price-suffix { display: inline-block; margin-left: 4px; color: var(--slate); font-size: 1rem !important; font-weight: 600; line-height: 1.2; letter-spacing: 0; vertical-align: .15em; }
.smart-product-summary .woocommerce-variation-description { color: var(--slate); }
.smart-product-summary .woocommerce-variation-add-to-cart { display: flex; align-items: center; gap: 12px; }
.smart-product-summary .quantity .qty { width: 78px; min-height: 48px; border: 1px solid #b8c2ce; border-radius: 4px; font: inherit; }
.smart-product-page .smart-product-summary button.single_add_to_cart_button { min-height: 48px; padding: 0 22px; border: 0; border-radius: 4px; background: var(--purple) !important; color: #fff !important; font: inherit; font-weight: 600; opacity: 1; transition: background-color var(--motion-quick); }
.smart-product-page .smart-product-summary button.single_add_to_cart_button:hover { background: #2f0050 !important; color: #fff !important; }
.smart-product-page .smart-product-summary button.single_add_to_cart_button:disabled,
.smart-product-page .smart-product-summary button.single_add_to_cart_button.disabled { background: #e3e8ee !important; color: #5f6975 !important; opacity: 1; cursor: not-allowed; }
.smart-product-summary .reset_variations { color: var(--purple); font-size: .9rem; }
.smart-product-price-note { margin: 18px 0 0; color: var(--slate); font-size: .88rem; line-height: 1.5; }
.smart-product-price-note a { color: var(--purple); font-weight: 600; }
.smart-product-description { padding-block: clamp(28px, 4vw, 52px) clamp(64px, 8vw, 112px); background: #fff; border-top: 0 !important; }
.smart-product-description::before { border-inline-color: rgba(66, 0, 112, .075); }
.smart-product-description::after { content: ""; position: absolute; top: clamp(28px, 4vw, 52px); left: 50%; width: min(var(--frame-max), calc(100% - (var(--frame-gutter) * 2))); border-top: 1px solid var(--line); transform: translateX(-50%); pointer-events: none; }
.smart-product-details { width: 100%; margin: 0; }
.smart-product-details > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--purple); cursor: pointer; font-size: 1.1rem; font-weight: 600; list-style: none; }
.smart-product-details > summary::-webkit-details-marker { display: none; }
.smart-product-details > summary:focus-visible { outline: 3px solid rgba(66, 0, 112, .25); outline-offset: 4px; }
.smart-product-details-icon { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.smart-product-details-icon::before, .smart-product-details-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; border-radius: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform var(--motion-quick); }
.smart-product-details-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.smart-product-details[open] .smart-product-details-icon::after { transform: translate(-50%, -50%) rotate(0); }
.smart-product-details-content { padding: 2px 0 12px; }
.smart-product-description .woocommerce-tabs { width: 100%; margin: 0; }
.smart-product-description .woocommerce-tabs ul.tabs { display: none; }
.smart-product-description .woocommerce-tabs .panel { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.smart-product-description .woocommerce-tabs .panel > h2:first-child { display: none; }
.smart-product-details-content > .woocommerce-Tabs-panel--description > h2:first-child { display: none; }
.smart-product-description .woocommerce-tabs .panel h2, .smart-product-description .woocommerce-tabs .panel h3 { color: var(--purple); letter-spacing: -.025em; }
.smart-product-description .woocommerce-tabs .panel p, .smart-product-description .woocommerce-tabs .panel li { color: var(--slate); font-size: 1rem; line-height: 1.65; }
.smart-product-description .woocommerce-tabs .panel strong { color: var(--ink); }
.smart-product-description .related, .smart-product-description .upsells { margin-top: 48px; }
.smart-product-description .related > h2, .smart-product-description .upsells > h2 { color: var(--purple); }

@media (max-width: 800px) {
  .smart-product-shell { grid-template-columns: 1fr; gap: 28px; }
  .smart-product-summary { padding: 24px; }
  .smart-product-summary .variations tr { grid-template-columns: 1fr; gap: 7px; }
  .smart-product-summary .woocommerce-variation-add-to-cart { gap: 10px; }
  .smart-product-summary .single_add_to_cart_button { flex: 1; }
  .smart-product-currency { align-items: flex-start; flex-direction: column; }
  .smart-product-currency .tiv-switcher, .smart-product-currency .tiv-switcher-list { width: 100%; }
  .smart-product-currency .tiv-switcher-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .smart-product-currency .tiv-switcher-style-flat .tiv-switcher-link { width: 100%; }
  .smart-product-details > summary { padding-block: 18px; }
}
