:root{
  --shop-ink:#10141F;
  --shop-navy:#151B33;
  --shop-blue:#2436C9;
  --shop-blue-deep:#1B2794;
  --shop-walnut:#6E4A2E;
  --shop-walnut-dark:#4A3220;
  --shop-sand:#EFE8DA;
  --shop-cream:#F8F4EC;
  --shop-paper:#FBF8F2;
  --shop-line:rgba(16,20,31,.12);
  --shop-line-dark:rgba(248,244,236,.18);
  --shop-wrap:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#000}
body{margin:0;background:#000;color:var(--shop-ink);font-family:'Manrope',sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.home{background:#000}
.shop-site{background:var(--shop-paper)}
body.admin-bar .shop-header{top:32px}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
h1,h2,h3,.shop-serif{font-family:'Fraunces',serif}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.shop-wrap{width:min(100% - 64px,var(--shop-wrap));margin:0 auto}
.shop-utility-bar{background:#000000!important;color:#fff;text-align:center;font-size:12px;letter-spacing:.08em;padding:9px 12px}
.shop-header{position:sticky;top:0;z-index:100;background:rgba(248,244,236,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--shop-line)}
.shop-nav-row{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 32px;max-width:var(--shop-wrap);margin:0 auto}
.shop-logo{font-family:'Fraunces',serif;font-weight:500;font-size:22px;letter-spacing:.02em;display:inline-flex;align-items:center;line-height:1}
.shop-logo sup{font-family:'IBM Plex Mono',monospace;font-size:9px;vertical-align:super;opacity:.55;margin-left:2px}
.shop-custom-logo img{max-height:52px;width:auto}
.shop-main-menu{display:flex;gap:38px;align-items:center;list-style:none;margin:0;padding:0}
.shop-main-menu a{font-size:13px;letter-spacing:.06em;text-transform:uppercase;position:relative;padding-bottom:4px}
.shop-main-menu a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--shop-ink);transition:width .25s ease}
.shop-main-menu a:hover::after,.shop-main-menu .current-menu-item>a::after{width:100%}
.shop-nav-icons{display:flex;gap:18px;align-items:center}
@media (min-width:981px){.shop-main-nav{margin-left:auto}}
.shop-icon-button,.shop-menu-toggle{appearance:none;border:0;background:none;color:var(--shop-ink);padding:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.shop-cart-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:11px 22px;border-radius:999px;background:#141B54;color:#fff!important;font-family:'Montserrat','Manrope',sans-serif;font-size:11.5px;line-height:1;letter-spacing:.08em;text-transform:uppercase;font-weight:600;white-space:nowrap;text-decoration:none;transition:background .2s ease,transform .2s ease}
.shop-cart-pill:hover,.shop-cart-pill:focus{background:#141B54;color:#fff!important;transform:translateY(-1px)}
.shop-cart-link{position:relative}
.shop-cart-link{position:relative;display:inline-flex;align-items:center}
.shop-cart-count{position:absolute;top:-7px;right:-7px;transform:scale(.78);transform-origin:center;background:linear-gradient(135deg,#9AA6FF 0%,#6676F2 42%,#3347D8 100%);color:#fff;font-size:9px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-family:'IBM Plex Mono',monospace;font-weight:600;box-shadow:0 5px 14px rgba(36,54,201,.24);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease}
.shop-cart-count.has-items{opacity:1;visibility:visible;transform:scale(1)}
.shop-cart-count.is-pulsing{animation:shopCartBadgePulse .44s cubic-bezier(.22,.8,.3,1) both}
@keyframes shopCartBadgePulse{0%,100%{transform:scale(1)}48%{transform:scale(1.34)}}
.shop-menu-toggle{display:none;flex-direction:column;gap:4px}
.shop-menu-toggle span{display:block;width:22px;height:1.5px;background:currentColor}
.shop-search-panel{border-top:1px solid var(--shop-line);padding:18px 32px;background:var(--shop-cream)}
.shop-product-search{max-width:760px;margin:0 auto;display:flex}
.shop-product-search input{flex:1;min-width:0;border:1px solid var(--shop-ink);background:var(--shop-paper);padding:14px 16px}
.shop-product-search button{border:1px solid var(--shop-ink);background:var(--shop-ink);color:var(--shop-cream);padding:0 24px;text-transform:uppercase;font-size:12px;letter-spacing:.06em}
.shop-hero{position:relative;background:radial-gradient(120% 140% at 78% 20%,var(--shop-blue-deep) 0%,var(--shop-navy) 45%,var(--shop-ink) 100%);color:var(--shop-cream);min-height:92vh;display:flex;align-items:center;overflow:hidden}
.shop-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;width:100%}
.shop-hero-eyebrow,.shop-section-eyebrow{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;display:flex;align-items:center;gap:10px}
.shop-hero-eyebrow{color:rgba(248,244,236,.6);margin-bottom:26px}
.shop-hero-eyebrow::before,.shop-section-eyebrow::before{content:"";width:26px;height:1px;background:currentColor}
.shop-hero h1{font-size:clamp(38px,5vw,62px);font-weight:400;line-height:1.06;letter-spacing:-.01em;max-width:650px;margin:0}
.shop-hero h1 em{font-style:italic;font-weight:300;color:#AEB9FF}
.shop-hero-lede{margin:26px 0 0;font-size:16px;line-height:1.65;max-width:470px;color:rgba(248,244,236,.78)}
.shop-hero-cta{display:flex;gap:16px;margin-top:38px;flex-wrap:wrap}
.shop-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 28px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;border-radius:2px;transition:all .25s ease;font-weight:600}
.shop-btn-solid{background:var(--shop-cream);color:var(--shop-ink)}
.shop-btn-outline{border:1px solid var(--shop-line-dark);color:var(--shop-cream)}
.shop-btn-dark{background:var(--shop-ink);color:var(--shop-cream)}
.shop-hero-visual{position:relative;display:flex;justify-content:center;align-items:center}
.shop-device{position:relative;width:100%;max-width:440px}
.shop-dial-ring{transform-origin:center;animation:shopSpin 26s linear infinite}
.shop-hero-caption{position:absolute;bottom:-8px;left:0;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:.12em;color:rgba(248,244,236,.45);text-transform:uppercase}
.shop-scroll-cue{position:absolute;bottom:30px;left:32px;display:flex;align-items:center;gap:10px;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:.14em;color:rgba(248,244,236,.5);text-transform:uppercase}
.shop-scroll-line{width:1px;height:34px;background:rgba(248,244,236,.35);position:relative;overflow:hidden}
.shop-scroll-line::after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--shop-cream);animation:shopScrollLine 2.2s ease-in-out infinite}
.shop-marquee-band{background:var(--shop-sand);border-top:1px solid var(--shop-line);border-bottom:1px solid var(--shop-line);overflow:hidden;padding:14px 0}
.shop-marquee-track{display:flex;gap:48px;white-space:nowrap;animation:shopMarquee 32s linear infinite;width:max-content}
.shop-marquee-track span{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--shop-walnut-dark);display:flex;align-items:center;gap:48px}
.shop-marquee-track span::after{content:"◆";font-size:8px;color:var(--shop-blue)}
.shop-philosophy{padding:130px 0;background:var(--shop-paper)}
.shop-philosophy-grid{display:grid;grid-template-columns:.55fr .45fr;gap:70px;align-items:start}
.shop-section-eyebrow{color:var(--shop-blue);margin-bottom:22px}
.shop-philosophy h2{font-size:clamp(28px,3.4vw,42px);font-weight:400;line-height:1.28;letter-spacing:-.01em;margin:0}
.shop-accent{color:var(--shop-blue);font-style:italic}
.shop-body-text{margin:24px 0 0;font-size:15.5px;line-height:1.75;color:#4B4A45;max-width:500px}
.shop-philosophy-side{background:linear-gradient(155deg,var(--shop-blue) 0%,var(--shop-blue-deep) 55%,var(--shop-navy) 100%);border-radius:2px;padding:38px;min-height:340px;display:flex;flex-direction:column;justify-content:space-between;color:var(--shop-cream);position:relative;overflow:hidden}
.shop-philosophy-side::before,.shop-philosophy-side::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(248,244,236,.14);width:220px;height:220px;right:-40px;bottom:-40px}
.shop-philosophy-side::after{right:0;bottom:0;opacity:.55}
.shop-philosophy-stat{font-family:'Fraunces',serif;font-size:46px}
.shop-philosophy-stat-label{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;opacity:.7;margin-top:6px;max-width:340px}
.shop-collection{padding:0 0 130px;background:var(--shop-paper)}
.shop-collection-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:42px;gap:24px;flex-wrap:wrap}
.shop-collection-head h2{font-size:clamp(28px,3.4vw,40px);font-weight:400;margin:0}
.shop-collection-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.shop-view-all{font-size:13px;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--shop-ink);padding-bottom:3px;margin-left:10px}
.shop-carousel-arrow{width:40px;height:40px;border:1px solid var(--shop-ink);background:transparent;color:var(--shop-ink);font-size:18px;transition:.2s ease}
.shop-carousel-arrow:hover{background:var(--shop-ink);color:var(--shop-cream)}
.shop-product-carousel{overflow:hidden}
.shop-product-track{display:flex;gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 2px 28px;overscroll-behavior-x:contain}
.shop-product-track::-webkit-scrollbar{display:none}
.shop-product-card{scroll-snap-align:start;flex:0 0 calc((100% - 56px)/3);min-width:0;background:var(--shop-sand);border-radius:2px;overflow:hidden;border:1px solid var(--shop-line);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.shop-product-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(16,20,31,.12)}
.shop-product-media,.shop-loop-media{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative;padding:34px;overflow:hidden}
.shop-product-media img,.shop-loop-media img{width:100%;height:100%;object-fit:contain}
.shop-loop-image-primary{position:relative;z-index:1;opacity:1;visibility:visible}
.shop-loop-image-hover{position:absolute;inset:24px;width:calc(100% - 48px)!important;height:calc(100% - 48px)!important;z-index:2;opacity:0;visibility:hidden;pointer-events:none}
@media (hover:hover) and (pointer:fine){
  .shop-loop-media:has(.shop-loop-image-hover):hover .shop-loop-image-primary{opacity:0;visibility:hidden}
  .shop-loop-media:hover .shop-loop-image-hover{opacity:1;visibility:visible}
}
@media (hover:none),(pointer:coarse){
  .shop-loop-image-hover{display:none!important}
  .shop-loop-media.is-mobile-hover .shop-loop-image-primary{opacity:0;visibility:hidden}
  .shop-loop-media.is-mobile-hover .shop-loop-image-hover{display:block!important;opacity:1;visibility:visible}
}
.shop-tone-walnut{background:linear-gradient(155deg,#D8CDB8,#C7B99C)}
.shop-tone-midnight{background:linear-gradient(155deg,#232B48,#12162A)}
.shop-tone-ivory{background:linear-gradient(155deg,#F4F0E6,#E6DFCE)}
.shop-tag{position:absolute;z-index:3;top:16px;left:16px;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;background:var(--shop-ink);color:var(--shop-cream);padding:5px 10px;border-radius:20px}
.shop-tag-blue{background:var(--shop-blue)}
.shop-product-info,.shop-loop-info{padding:22px 24px 26px;display:flex;flex-direction:column;gap:7px;flex:1}
.shop-product-name{font-family:'Fraunces',serif;font-size:19px}
.shop-product-desc{font-size:12.5px;color:#6b6a63;line-height:1.5;min-height:38px}
.shop-product-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:14px}
.shop-price,.shop-loop-price{font-family:'IBM Plex Mono',monospace;font-size:14px}
.shop-price del,.shop-loop-price del{opacity:.55;margin-right:6px}
.shop-add-btn,.shop-loop-info .button{font-size:11px!important;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--shop-ink)!important;padding:9px 16px!important;border-radius:2px!important;background:none!important;color:var(--shop-ink)!important;transition:all .2s ease!important;line-height:1.2!important;margin:0!important}
.shop-add-btn:hover,.shop-loop-info .button:hover{background:var(--shop-ink)!important;color:var(--shop-cream)!important}
.shop-empty-state{border:1px solid var(--shop-line);background:var(--shop-sand);padding:42px;text-align:center}
.shop-empty-state h3{font-size:28px;margin:0 0 8px}
.shop-spec-section{background:var(--shop-ink);color:var(--shop-cream);padding:120px 0}
.shop-spec-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.shop-spec-visual{background:linear-gradient(160deg,#fff,#EFE9DC);border-radius:2px;padding:40px}
.shop-plate-label{font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:.08em;color:#8a8577;text-transform:uppercase;margin-bottom:18px}
.shop-eyebrow-light{color:#AEB9FF}
.shop-spec-section h2{font-weight:400;font-size:clamp(26px,3.2vw,36px);margin:0}
.shop-spec-list{margin-top:34px}
.shop-spec-row{display:flex;justify-content:space-between;gap:24px;padding:18px 0;border-bottom:1px solid var(--shop-line-dark);font-size:14px}
.shop-spec-row .k{color:rgba(248,244,236,.5);font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.shop-spec-row .v{font-family:'Fraunces',serif;font-size:17px;text-align:right}
.shop-quote-band{background:linear-gradient(120deg,var(--shop-blue-deep),var(--shop-navy) 60%);color:var(--shop-cream);padding:150px 32px;text-align:center;position:relative;overflow:hidden}
.shop-quote-band::before,.shop-quote-band::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(248,244,236,.12);top:50%;left:50%;transform:translate(-50%,-50%);width:520px;height:520px}
.shop-quote-band::after{width:680px;height:680px;opacity:.6}
.shop-quote-band blockquote{font-family:'Fraunces',serif;font-style:italic;font-weight:300;font-size:clamp(28px,4.2vw,52px);max-width:820px;margin:0 auto;line-height:1.28;position:relative;z-index:1}
.shop-quote-band cite{display:block;margin-top:28px;font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(248,244,236,.55);font-style:normal;position:relative;z-index:1}
.shop-newsletter{padding:110px 0;background:var(--shop-paper)}
.shop-newsletter-box{background:var(--shop-sand);border-radius:2px;padding:64px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.shop-newsletter h3{font-size:clamp(24px,3vw,32px);font-weight:400;max-width:430px;margin:0}
.shop-newsletter p{margin:10px 0 0;font-size:14px;color:#6b6a63;max-width:430px}
.shop-newsletter-form{display:flex;min-width:370px}
.shop-newsletter-form input{flex:1;min-width:0;border:1px solid var(--shop-ink);border-right:none;background:var(--shop-paper);padding:14px 18px;font-size:13px}
.shop-newsletter-form button{background:var(--shop-ink);color:var(--shop-cream);border:1px solid var(--shop-ink);padding:0 26px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:600}
.shop-newsletter-message{grid-column:1/-1;font-size:13px;margin-top:-20px}
.shop-footer{background:#10141f;color:var(--shop-cream);padding:54px 0 46px}
.shop-footer-main{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-bottom:36px;border-bottom:1px solid rgba(248,244,236,.14)}
.shop-logo-footer{color:var(--shop-cream);font-family:'Fraunces',serif;font-size:28px;font-weight:500;letter-spacing:.01em}
.shop-footer-actions{display:flex;align-items:center;gap:10px}
.shop-footer-icon{width:44px;height:44px;border:1px solid rgba(248,244,236,.62);border-radius:50%;display:grid;place-items:center;color:rgba(248,244,236,.88);transition:background .2s ease,color .2s ease,border-color .2s ease}
.shop-footer-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.shop-footer-icon:hover,.shop-footer-icon:focus-visible{background:var(--shop-cream);border-color:var(--shop-cream);color:var(--shop-ink)}
.shop-footer-cart{min-height:44px;padding:0 25px;border:1px solid #8d97ff;border-radius:999px;background:#1d267c;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;font-family:'Montserrat','Manrope',sans-serif;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;transition:transform .2s ease,background .2s ease}
.shop-footer-cart:hover,.shop-footer-cart:focus-visible{background:var(--shop-blue);transform:translateY(-1px)}
.shop-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:17px;font-size:11px;line-height:1.5;color:rgba(248,244,236,.42)}
.shop-footer-bottom p{margin:0}
.shop-footer-legal-links{display:flex;align-items:center;justify-content:flex-end;gap:27px;flex-wrap:wrap}
.shop-footer-legal-links a{color:rgba(248,244,236,.52);transition:color .2s ease}
.shop-footer-legal-links a:hover,.shop-footer-legal-links a:focus-visible{color:var(--shop-cream)}
@media (max-width:620px){
  .shop-footer{padding:38px 0 34px}
  .shop-footer-main{align-items:center;flex-direction:row;justify-content:space-between;gap:12px;padding-bottom:27px}
  .shop-logo-footer{min-width:0;font-size:clamp(20px,5.8vw,24px);white-space:nowrap}
  .shop-footer-actions{width:auto;flex:0 0 auto;justify-content:flex-end;gap:7px}
  .shop-footer-icon{width:40px;height:40px}
  .shop-footer-cart{min-height:40px;padding:0 16px}
  .shop-footer-bottom{align-items:flex-start;flex-direction:column;gap:15px;padding-top:16px}
  .shop-footer-legal-links{justify-content:flex-start;gap:10px 22px}
}
.shop-content-page,.shop-woo-main{padding:80px 0 110px;min-height:60vh}
.shop-page-entry>h1,.shop-not-found h1{font-size:clamp(34px,5vw,60px);font-weight:400;margin:0 0 36px}
.shop-entry-content{font-size:16px;line-height:1.75}
.shop-article{padding:30px 0;border-bottom:1px solid var(--shop-line)}
.shop-legal-page{max-width:900px}
.shop-legal-effective{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--shop-blue);margin:0 0 20px}
.shop-legal-intro{max-width:720px;font-size:18px;line-height:1.7;color:#4b4a45;margin:0 0 54px}
.shop-legal-section{padding:31px 0 34px;border-top:1px solid var(--shop-line)}
.shop-legal-section h2{font-size:clamp(23px,2.6vw,31px);font-weight:400;line-height:1.2;margin:0 0 20px}
.shop-legal-section p{max-width:820px;margin:0 0 14px;color:#4b4a45}
.shop-legal-section p:last-child{margin-bottom:0}
.shop-legal-annex{margin-top:12px}
.shop-legal-form{margin:26px 0 0;border:1px solid var(--shop-line);background:var(--shop-cream)}
.shop-legal-form>div{display:grid;grid-template-columns:minmax(145px,.32fr) 1fr;border-bottom:1px solid var(--shop-line)}
.shop-legal-form>div:last-child{border-bottom:0}
.shop-legal-form dt,.shop-legal-form dd{margin:0;padding:14px 16px;font-size:13px;line-height:1.55}
.shop-legal-form dt{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.05em;text-transform:uppercase;border-right:1px solid var(--shop-line);color:#55544e}
.shop-legal-form dd:empty{min-height:48px;background:linear-gradient(to bottom,transparent 75%,rgba(16,20,31,.25) 75%,rgba(16,20,31,.25) 77%,transparent 77%)}
.shop-faq{border-top:1px solid var(--shop-line)}
.shop-faq-item{border-bottom:1px solid var(--shop-line)}
.shop-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 0;border:0;background:transparent;color:var(--shop-ink);text-align:left;cursor:pointer;font-family:'Fraunces',serif;font-size:clamp(20px,2.3vw,27px);font-weight:400;line-height:1.22}
.shop-faq-question b{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--shop-blue);vertical-align:middle;margin-right:8px}
.shop-faq-question svg{width:21px;height:21px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .2s ease}
.shop-faq-item.is-open .shop-faq-question svg{transform:rotate(45deg)}
.shop-faq-answer{padding:0 52px 24px 0;color:#4b4a45}
.shop-faq-answer p{margin:0;max-width:760px}
@media(max-width:620px){
  .shop-content-page{padding:52px 0 74px}
  .shop-page-entry>h1{margin-bottom:27px}
  .shop-legal-intro{font-size:16px;margin-bottom:38px}
  .shop-legal-section{padding:26px 0 29px}
  .shop-legal-form>div{grid-template-columns:1fr}
  .shop-legal-form dt{border-right:0;border-bottom:1px solid var(--shop-line);padding-bottom:8px}
  .shop-legal-form dd{padding-top:10px}
  .shop-faq-question{padding:19px 0;font-size:21px;gap:16px}
  .shop-faq-answer{padding:0 10px 21px 0}
}
/* WooCommerce */
.shop-woo-main .woocommerce-breadcrumb{font-family:'IBM Plex Mono',monospace;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:40px;color:#777}
.shop-woo-main .woocommerce-products-header__title.page-title{font-size:clamp(36px,5vw,58px);font-weight:400;margin-bottom:34px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:0!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product.shop-loop-product-card{width:auto!important;margin:0!important;background:var(--shop-sand);border:1px solid var(--shop-line);border-radius:2px;overflow:hidden;display:flex;flex-direction:column}
.woocommerce ul.products li.product.shop-loop-product-card .shop-loop-media{padding:24px}
.shop-loop-info{min-height:150px}
.woocommerce .shop-loop-info .price{color:var(--shop-ink)!important;font-family:'IBM Plex Mono',monospace!important;font-size:14px!important;margin:4px 0 12px!important}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:64px;align-items:start}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important;margin:0!important}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{background:var(--shop-sand);padding:30px}
.woocommerce div.product .product_title{font-size:clamp(36px,5vw,58px);font-weight:400;line-height:1.08;margin:0 0 18px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--shop-ink)!important;font-family:'IBM Plex Mono',monospace;font-size:22px!important}
.woocommerce div.product form.cart{display:flex;gap:12px;margin:30px 0!important}
.woocommerce .quantity .qty{min-height:48px;border:1px solid var(--shop-ink);background:var(--shop-paper)}
.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{background:var(--shop-ink)!important;color:var(--shop-cream)!important;border-radius:2px!important;padding:16px 24px!important;text-transform:uppercase;letter-spacing:.05em;font-size:12px}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:50px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-color:var(--shop-line)!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important;padding:0 20px 0 0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}
.woocommerce-cart table.cart img{width:90px}
.woocommerce table.shop_table{border-radius:2px!important;border-color:var(--shop-line)!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:46px;border:1px solid var(--shop-line);background:#fff;padding:10px 12px}
.woocommerce-info,.woocommerce-message,.woocommerce-error{border-top-color:var(--shop-blue)!important;background:var(--shop-sand)!important}
.woocommerce-message::before,.woocommerce-info::before{color:var(--shop-blue)!important}
@keyframes shopSpin{to{transform:rotate(360deg)}}
@keyframes shopScrollLine{0%{top:-100%}60%,100%{top:100%}}
@keyframes shopMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
@media (max-width:980px){
  body.admin-bar .shop-header{top:32px}
  .shop-menu-toggle{display:flex}
  .shop-main-nav{position:absolute;top:100%;left:0;right:0;background:var(--shop-cream);border-top:1px solid var(--shop-line);padding:18px 32px;display:none}
  .shop-main-nav.is-open{display:block}
  .shop-main-menu{flex-direction:column;align-items:flex-start;gap:18px}
  .shop-hero{min-height:auto;padding:80px 0 90px}
  .shop-hero-grid{grid-template-columns:1fr}
  .shop-hero-visual{order:-1;max-width:340px;margin:0 auto}
  .shop-philosophy-grid,.shop-spec-grid{grid-template-columns:1fr}
  .shop-product-card{flex-basis:calc((100% - 28px)/2)}
  .shop-footer-top{grid-template-columns:1fr 1fr 1fr}
  .shop-newsletter-box{grid-template-columns:1fr}
  .shop-newsletter-form{min-width:0;width:100%}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce div.product{grid-template-columns:1fr}
}
@media (max-width:782px){body.admin-bar .shop-header{top:46px}}
@media (max-width:620px){
  .shop-wrap{width:min(100% - 40px,var(--shop-wrap))}
  .shop-nav-row{padding:16px 20px}
  .shop-logo{font-size:19px}
  .shop-nav-icons{gap:12px}
  .shop-utility-bar{font-size:10px;line-height:1.5}
  .shop-hero{padding:70px 0 80px}
  .shop-scroll-cue{display:none}
  .shop-product-card{flex-basis:100%}
  .shop-product-media{padding:22px}
  .shop-philosophy{padding:80px 0}
  .shop-collection{padding-bottom:90px}
  .shop-spec-section{padding:80px 0}
  .shop-quote-band{padding:100px 20px}
  .shop-newsletter{padding:80px 0}
  .shop-newsletter-box{padding:38px 26px}
  .shop-newsletter-form{display:grid;grid-template-columns:1fr}
  .shop-newsletter-form input{border-right:1px solid var(--shop-ink);min-height:48px}
  .shop-newsletter-form button{min-height:48px}
  .shop-footer-top{grid-template-columns:1fr 1fr}
  .shop-footer-brand{grid-column:1/-1}
  .shop-product-row{align-items:flex-start;flex-direction:column}
  .woocommerce ul.products{grid-template-columns:1fr}
  .woocommerce div.product form.cart{flex-wrap:wrap}
}

/* ===== Sklep v5.19: karty jak na stronie glownej + baner katalogu ===== */
.shop-woo-main .woocommerce-products-header__title.page-title{margin-bottom:34px}
.woocommerce ul.products li.product.shop-loop-product-card{background:var(--shop-paper);border-color:rgba(16,20,31,.1);border-radius:2px}
.woocommerce ul.products li.product.shop-loop-product-card .shop-loop-media{padding:0;background:transparent}
.woocommerce ul.products li.product.shop-loop-product-card .shop-loop-image-hover{inset:0;width:100%!important;height:100%!important}
.shop-loop-info{padding:24px 22px 26px;gap:0;min-height:0;background:var(--shop-cream);display:flex;flex-direction:column}
.shop-loop-info .shop-product-name{font-family:'Cormorant Garamond','Fraunces',serif;font-size:24px;font-style:italic;font-weight:700;line-height:1.06;color:var(--shop-ink)}
.shop-loop-desc{font-family:'Montserrat','Manrope',sans-serif;font-size:12px;line-height:1.6;color:#84806f;margin:8px 0 0;max-width:320px}
.shop-loop-buy-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:20px}
.shop-loop-info .shop-loop-price{font-size:15px;font-family:'Montserrat','Manrope',sans-serif;font-weight:700;white-space:nowrap;color:var(--shop-ink)}
.shop-loop-info .shop-loop-price ins{text-decoration:none!important}
.shop-loop-info .button{align-self:auto;font-size:10.5px!important;font-weight:700!important;border:1.5px solid var(--shop-ink)!important;border-radius:999px!important;padding:10px 18px!important;background:transparent!important;color:var(--shop-ink)!important;margin:0!important}
.shop-loop-info .button:hover{background:var(--shop-ink)!important;color:var(--shop-cream)!important}
.shop-loop-info a.shop-in-cart{background:transparent!important;color:var(--shop-ink)!important;border-color:var(--shop-ink)!important}
.shop-loop-info .added_to_cart.wc-forward{display:none!important}
.woocommerce-message:has(.restore-item){display:none!important}
.shop-catalog-banner{padding:72px 0 78px;background:var(--shop-paper)}
.shop-catalog-banner-frame{width:100%;margin:0;aspect-ratio:16/9;border-radius:22px;overflow:hidden;background:#000}
.shop-catalog-banner-frame picture{display:block;width:100%;height:100%}
.shop-catalog-banner-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;margin:0}
@media (max-width:620px){
  .shop-catalog-banner{padding:48px 0 56px}
  .shop-catalog-banner-frame{aspect-ratio:3/4;border-radius:16px}
  .shop-loop-buy-row{flex-direction:column;align-items:stretch;gap:10px}
  .shop-loop-info .button,.shop-loop-info a.shop-in-cart{width:100%!important;text-align:center}
}
@media (max-width:430px){
  .shop-footer-top{grid-template-columns:1fr}
  .shop-footer-brand{grid-column:auto}
  .shop-collection-actions{align-items:flex-start}
  .shop-view-all{width:100%;margin:8px 0 0}
}

/* ===== Strona pojedynczego produktu — zgodna z referencją HTML ===== */
.shop-single-product-main{background:var(--shop-paper);min-height:60vh}
.shop-single-product-main .woocommerce-notices-wrapper{width:min(100% - 64px,var(--shop-wrap));margin:22px auto 0}
.shop-product-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding-top:22px;font-size:12.5px;color:#8a8577}
.shop-product-breadcrumb a{transition:color .2s ease}
.shop-product-breadcrumb a:hover{color:var(--shop-ink)}

/* Zerowanie układu WooCommerce, aby nie nadpisywał makiety produktu. */
body.woocommerce .shop-product-page.product,
body.woocommerce-page .shop-product-page.product{display:block!important;width:100%!important;margin:0!important}
body.woocommerce .shop-product-page div.images,
body.woocommerce .shop-product-page div.summary,
body.woocommerce-page .shop-product-page div.images,
body.woocommerce-page .shop-product-page div.summary{float:none!important;width:auto!important;margin:0!important}

.shop-product-top{padding-top:24px;padding-bottom:70px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:60px;align-items:start}
.shop-product-gallery-column{min-width:0}
.shop-gallery-main{aspect-ratio:1/1;border-radius:4px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;padding:36px}
.shop-gallery-main-image{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}
.shop-gallery-thumbs{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}
.shop-gallery-thumb{appearance:none;width:76px;height:76px;border-radius:3px;overflow:hidden;cursor:pointer;padding:10px;border:2px solid transparent;transition:border-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center}
.shop-gallery-thumb:hover{transform:translateY(-1px)}
.shop-gallery-thumb.is-active{border-color:var(--shop-ink)}
.shop-gallery-thumb img{width:100%;height:100%;object-fit:contain}

.shop-product-info-column{padding-top:2px;min-width:0}
.shop-product-kicker{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--shop-blue);margin-bottom:14px;display:flex;align-items:center;gap:10px}
.shop-product-kicker::before{content:"";width:24px;height:1px;background:var(--shop-blue);flex:0 0 auto}
.shop-product-info-column .product_title{font-family:'Fraunces',serif;font-size:clamp(30px,3.6vw,44px)!important;font-weight:400!important;line-height:1.12!important;margin:0 0 16px!important}
.shop-product-info-column .shop-product-price{font-family:'IBM Plex Mono',monospace;font-size:24px!important;line-height:1.35;color:var(--shop-ink)!important;margin:0 0 20px!important}
.shop-product-info-column .shop-product-price ins{text-decoration:none}
.shop-product-info-column .shop-product-price del{opacity:.48;font-size:.72em;margin-right:10px}
.shop-product-short-desc{font-size:15.5px;line-height:1.7;color:#4B4A45;margin-bottom:28px;max-width:460px}
.shop-product-short-desc p{margin:0}

.shop-product-cart-zone form.cart{display:flex!important;align-items:stretch!important;gap:14px!important;margin:0 0 28px!important;flex-wrap:nowrap!important}
.shop-product-cart-zone .quantity{display:flex!important;align-items:stretch!important;border:1px solid var(--shop-ink)!important;border-radius:2px!important;background:transparent!important;overflow:hidden;flex:0 0 auto}
.shop-product-cart-zone .quantity .qty{width:44px!important;min-width:44px!important;height:52px!important;min-height:52px!important;border:0!important;background:transparent!important;padding:0!important;text-align:center!important;font-family:'IBM Plex Mono',monospace!important;font-size:14px!important;box-shadow:none!important;-moz-appearance:textfield}
.shop-product-cart-zone .quantity .qty::-webkit-outer-spin-button,
.shop-product-cart-zone .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.shop-qty-step{appearance:none;width:42px;height:52px;border:0;background:transparent;color:var(--shop-ink);font-size:18px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:background .2s ease}
.shop-qty-step:hover{background:rgba(16,20,31,.06)}
.shop-product-cart-zone .single_add_to_cart_button,
.shop-product-cart-zone .button.alt{flex:1!important;min-height:52px!important;background:var(--shop-ink)!important;color:var(--shop-cream)!important;border:1px solid var(--shop-ink)!important;border-radius:2px!important;padding:0 28px!important;font-size:13px!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-weight:600!important;box-shadow:none!important}
.shop-product-cart-zone .single_add_to_cart_button:hover,
.shop-product-cart-zone .button.alt:hover{background:#000!important;border-color:#000!important}
.shop-product-cart-zone .single_add_to_cart_button.disabled{opacity:.45}

/* Produkty wariantowe — zachowują funkcjonalność WC i nadal pasują do layoutu. */
.shop-product-cart-zone form.variations_form{display:block!important}
.shop-product-cart-zone table.variations{width:100%;margin:0 0 18px!important}
.shop-product-cart-zone table.variations th,
.shop-product-cart-zone table.variations td{display:block;padding:0 0 8px!important;text-align:left}
.shop-product-cart-zone table.variations label{font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.shop-product-cart-zone table.variations select{width:100%;min-height:46px;border:1px solid var(--shop-line);background:#fff;padding:8px 12px}
.shop-product-cart-zone .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex;gap:14px;align-items:stretch}
.shop-product-cart-zone .woocommerce-variation-price{margin:0 0 16px}

.shop-trust-badges{display:flex;flex-direction:column;border-top:1px solid var(--shop-line);margin-top:8px}
.shop-trust-item{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--shop-line)}
.shop-trust-item svg{flex:0 0 auto;color:var(--shop-blue)}
.shop-trust-label{font-size:14px;font-weight:600}

.shop-description-section{padding:0 0 70px;border-top:1px solid var(--shop-line)}
.shop-desc-toggle{display:inline-flex;align-items:center;gap:12px;background:none;border:0;padding:32px 0 20px;font-family:'Fraunces',serif;font-size:22px;font-weight:400;text-align:left;cursor:pointer;color:var(--shop-ink)}
.shop-chevron{transition:transform .25s ease;flex:0 0 auto}
.shop-desc-toggle.is-open .shop-chevron{transform:rotate(180deg)}
.shop-desc-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease;max-width:900px}
.shop-desc-body.is-open{grid-template-rows:1fr}
.shop-desc-body-inner{min-height:0;overflow:hidden;padding-bottom:0;font-size:15.5px;line-height:1.8;color:#4B4A45;transition:padding-bottom .35s ease}
.shop-desc-body.is-open .shop-desc-body-inner{padding-bottom:20px}
.shop-desc-body-inner p{margin:0 0 14px}
.shop-desc-body-inner ul,.shop-desc-body-inner ol{margin:0 0 14px 20px}

.shop-other-colors{padding:20px 0 90px}
.shop-other-colors h2{font-family:'Fraunces',serif;font-size:clamp(24px,3vw,32px);font-weight:400;margin:0 0 34px;text-align:left}
.shop-other-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.shop-other-card{background:var(--shop-sand);border-radius:4px;overflow:hidden;border:1px solid var(--shop-line);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;min-width:0}
.shop-other-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(16,20,31,.1)}
.shop-other-media{aspect-ratio:16/11;position:relative;display:flex;align-items:center;justify-content:center;padding:36px;overflow:hidden}
.shop-other-media img{width:100%;height:100%;object-fit:contain}
.shop-other-tag{position:absolute;z-index:2;top:16px;left:16px;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;background:var(--shop-ink);color:var(--shop-cream);padding:5px 10px;border-radius:20px}
.shop-other-tag-blue{background:var(--shop-blue)}
.shop-other-body{padding:24px 26px 26px;display:flex;flex-direction:column;gap:8px;flex:1}
.shop-other-name{font-family:'Fraunces',serif;font-size:20px}
.shop-other-desc{font-size:13px;color:#6b6a63;line-height:1.5}
.shop-other-row{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:auto;padding-top:16px}
.shop-other-price{font-family:'IBM Plex Mono',monospace;font-size:15px;white-space:nowrap}
.shop-other-price ins{text-decoration:none}
.shop-other-price del{opacity:.5;font-size:.8em}
.shop-other-add{font-size:11px!important;letter-spacing:.06em!important;text-transform:uppercase;border:1px solid var(--shop-ink)!important;padding:10px 18px!important;border-radius:2px!important;background:transparent!important;color:var(--shop-ink)!important;transition:all .2s ease;white-space:nowrap}
.shop-other-add:hover{background:var(--shop-ink)!important;color:var(--shop-cream)!important}

.shop-divider-banner{background:linear-gradient(120deg,var(--shop-blue-deep),var(--shop-navy) 70%);height:180px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.shop-divider-banner span{font-family:'IBM Plex Mono',monospace;color:rgba(248,244,236,.7);font-size:12px;letter-spacing:.2em;text-transform:uppercase;text-align:center;padding:0 20px}
.shop-footer-product{padding:50px 0 26px}
.shop-footer-product-brand{font-family:'Fraunces',serif;font-size:20px;padding-bottom:20px;border-bottom:1px solid var(--shop-line-dark);margin-bottom:20px}
.shop-footer-product-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:0;font-size:12px;color:rgba(248,244,236,.4);flex-wrap:wrap}
.shop-footer-product-bottom p{margin:0}
.shop-footer-product-links{display:flex;gap:22px;flex-wrap:wrap}
.shop-footer-product-links a{color:rgba(248,244,236,.4)}
.shop-footer-product-links a:hover{color:var(--shop-cream)}

@media (max-width:900px){
  .shop-product-top{grid-template-columns:1fr;gap:30px}
  .shop-product-info-column{padding-top:0}
  .shop-other-grid{grid-template-columns:1fr}
}

@media (max-width:620px){
  .shop-single-product-main .woocommerce-notices-wrapper{width:min(100% - 40px,var(--shop-wrap))}
  .shop-product-breadcrumb{padding-top:18px;font-size:11.5px}
  .shop-product-top{padding-top:18px;padding-bottom:54px}
  .shop-gallery-main{padding:22px}
  .shop-gallery-thumbs{gap:8px}
  .shop-gallery-thumb{width:62px;height:62px;padding:7px}
  .shop-product-info-column .product_title{font-size:34px!important}
  .shop-product-short-desc{font-size:14.5px}
  .shop-product-cart-zone form.cart{flex-wrap:wrap!important}
  .shop-product-cart-zone .quantity{width:100%;justify-content:space-between}
  .shop-product-cart-zone .quantity .qty{flex:1}
  .shop-product-cart-zone .single_add_to_cart_button,
  .shop-product-cart-zone .button.alt{width:100%!important;flex-basis:100%!important;min-height:52px!important}
  .shop-product-cart-zone .single_variation_wrap .woocommerce-variation-add-to-cart{flex-wrap:wrap}
  .shop-description-section{padding-bottom:54px}
  .shop-other-colors{padding:10px 0 70px}
  .shop-other-media{padding:24px}
  .shop-other-row{align-items:flex-start;flex-direction:column}
  .shop-other-add{width:100%;text-align:center}
  .shop-divider-banner{height:120px}
  .shop-footer-product-bottom{align-items:flex-start;flex-direction:column}
}

/* ===== Gwiazdki / ocena pod krotkim opisem ===== */
.shop-rating-summary{display:inline-flex;align-items:center;gap:8px;margin:-6px 0 22px;cursor:pointer;text-decoration:none;color:var(--shop-ink)}
.shop-rating-summary .star-rating{font-size:15px;color:var(--shop-blue)}
.shop-rating-summary:hover .star-rating{opacity:.8}
.shop-rating-count{font-size:12.5px;color:#6b6a63}

/* ===== Sekcja opinii ===== */
.shop-reviews-section{padding:10px 0 90px;border-top:1px solid var(--shop-line);margin-top:10px;scroll-margin-top:100px}
.shop-reviews-section h2{font-size:clamp(24px,3vw,32px);font-weight:400;margin-bottom:30px;font-family:'Fraunces',serif}
.shop-reviews-section .woocommerce-Reviews-title{display:none}
.shop-reviews-section ol.commentlist{list-style:none;margin:0 0 40px;padding:0;display:flex;flex-direction:column;gap:22px;max-width:720px}
.shop-reviews-section .comment_container{background:var(--shop-sand);border:1px solid var(--shop-line);border-radius:4px;padding:22px 24px}
.shop-reviews-section .comment-text .star-rating{font-size:14px;color:var(--shop-blue);margin-bottom:8px}
.shop-reviews-section .woocommerce-review__author{font-weight:700;font-size:14px}
.shop-reviews-section .woocommerce-review__dash,
.shop-reviews-section .woocommerce-review__published-date{color:#8a8577;font-size:12.5px}
.shop-reviews-section .description p{margin-top:10px;font-size:14.5px;line-height:1.7;color:#4B4A45}
.shop-reviews-section .woocommerce-noreviews{font-size:14.5px;color:#6b6a63;margin-bottom:30px}

.shop-reviews-section #review_form_wrapper{max-width:560px}
.shop-reviews-section #reply-title{font-family:'Fraunces',serif;font-weight:400;font-size:20px;margin-bottom:18px}
.shop-reviews-section .comment-form-rating label{display:block;font-size:13px;font-weight:600;margin-bottom:8px}
.shop-reviews-section p.comment-form-author,
.shop-reviews-section p.comment-form-comment{margin:16px 0}
.shop-reviews-section p.comment-form-author label,
.shop-reviews-section p.comment-form-comment label{display:block;font-size:13px;font-weight:600;margin-bottom:8px}
.shop-reviews-section #author,
.shop-reviews-section #comment{width:100%;border:1px solid var(--shop-ink);padding:12px 14px;font-family:'Manrope',sans-serif;font-size:14px;background:var(--shop-paper)}
.shop-reviews-section #comment{resize:vertical}
.shop-reviews-section .form-submit input#submit{background:var(--shop-ink);color:var(--shop-cream);border:none;padding:14px 30px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;border-radius:2px;cursor:pointer;margin-top:6px}
.shop-reviews-section .form-submit input#submit:hover{background:#000}

/* gwiazdki - wyglad natywnego WooCommerce star-rating */
.shop-reviews-section .stars a,
.shop-rating-summary .star-rating,
.shop-reviews-section .comment-text .star-rating{position:relative}

/* Chowanie/pokazywanie opinii ponad limit 3 obsluguje teraz JS
   (theme.js), bezposrednio na policzonych elementach - bardziej
   niezawodne niz zaleznosc od pozycji w CSS. */

@media (max-width:620px){
  .shop-cart-pill{min-height:32px;padding:9px 14px;font-size:10px}
}


@media(max-width:720px){
  .shop-cart-count{top:-6px;right:-6px;width:18px;height:18px;font-size:8px}
}

/* ===== Produkt v5.15: układ zgodny z makietą, bez ingerencji w koszyk/checkout ===== */
.shop-product-top{padding-top:44px;padding-bottom:88px;gap:64px}
.shop-gallery-main{border-radius:24px;padding:0;background:transparent}
.shop-gallery-main-image{object-fit:cover!important;border-radius:inherit}
.shop-gallery-thumbs{gap:12px;margin-top:14px}
.shop-gallery-thumb{width:78px;height:78px;border-radius:14px;padding:8px;border:2px solid transparent;background:#f2efe8}
.shop-gallery-thumb.is-active{border-color:var(--shop-blue)}
.shop-product-info-column{padding-top:14px}
.shop-product-info-column .product_title{font-size:clamp(36px,4vw,52px)!important}
.shop-product-info-column .shop-product-price{font-size:22px!important}
.shop-product-cart-zone .quantity{border-radius:999px!important}
body.woocommerce .shop-product-cart-zone button.single_add_to_cart_button,
body.woocommerce .shop-product-cart-zone .button.alt{background:var(--shop-blue)!important;border-color:var(--shop-blue)!important;border-radius:999px!important;color:#fff!important}
body.woocommerce .shop-product-cart-zone button.single_add_to_cart_button:hover,
body.woocommerce .shop-product-cart-zone .button.alt:hover{background:var(--shop-blue-deep)!important;border-color:var(--shop-blue-deep)!important}
.shop-trust-badges{display:grid;grid-template-columns:1fr 1fr;column-gap:26px;margin-top:12px}
.shop-trust-item{padding:15px 0}

.shop-description-section{padding:88px 0;border-top:1px solid var(--shop-line)}
.shop-desc-content{max-width:none;color:#4b4a45}
.shop-product-description-layout{display:block}
.shop-desc-kicker{display:flex;align-items:center;gap:12px;margin:0 0 48px;font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--shop-blue)}
.shop-desc-kicker::before{content:"";width:28px;height:1px;background:var(--shop-blue)}
.shop-desc-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:70px;align-items:center;margin:0 0 72px}
.shop-desc-row.is-reverse{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr)}
.shop-desc-copy{padding:20px 0}
.shop-desc-copy h2,.shop-desc-copy h3,.shop-desc-full-text h2,.shop-desc-full-text h3{margin:0 0 18px;font-family:'Fraunces',serif;font-size:clamp(26px,3vw,36px);font-style:italic;font-weight:400;line-height:1.18;color:var(--shop-ink)}
.shop-desc-copy p,.shop-desc-full-text p{margin:0 0 14px;font-size:15px;line-height:1.8}
.shop-desc-copy ul,.shop-desc-copy ol,.shop-desc-full-text ul,.shop-desc-full-text ol{margin:0 0 14px 20px;font-size:15px;line-height:1.8}
.shop-desc-photo,.shop-desc-full-photo{aspect-ratio:16/9;border-radius:22px;overflow:hidden;background:#000}
.shop-desc-photo img,.shop-desc-full-photo img{display:block;width:100%!important;height:100%!important;margin:0!important;object-fit:cover}
.shop-desc-full-photo{margin:0 0 48px}
.shop-desc-full-text{max-width:820px;margin:0 auto;text-align:center}
.shop-desc-full-text p{font-size:16px}
.shop-product-specs{margin:0;border:1px solid rgba(16,20,31,.1);border-radius:24px;background:#f1ebdf;color:var(--shop-ink);overflow:hidden}
.shop-product-specs-summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:clamp(24px,3vw,36px) clamp(28px,4vw,48px);cursor:pointer;list-style:none}
.shop-product-specs-summary::-webkit-details-marker{display:none}
.shop-product-specs-summary:focus-visible{outline:2px solid var(--shop-blue);outline-offset:-4px}
.shop-product-specs-kicker{display:block;margin:0 0 7px;font-family:'IBM Plex Mono',monospace;font-size:9px;font-weight:500;letter-spacing:.17em;text-transform:uppercase;color:var(--shop-blue)}
.shop-product-specs-title{display:block;font-family:'Fraunces',serif;font-size:clamp(26px,3vw,36px);font-style:italic;font-weight:400;line-height:1.15;color:var(--shop-ink)}
.shop-product-specs-toggle{position:relative;flex:0 0 38px;width:38px;height:38px;border:1px solid rgba(16,20,31,.18);border-radius:50%}
.shop-product-specs-toggle::before,.shop-product-specs-toggle::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1px;background:var(--shop-ink);transform:translate(-50%,-50%);transition:transform .22s ease,opacity .22s ease}
.shop-product-specs-toggle::after{transform:translate(-50%,-50%) rotate(90deg)}
.shop-product-specs[open] .shop-product-specs-toggle::after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(0)}
.shop-product-specs-body{padding:0 clamp(28px,4vw,48px) clamp(28px,4vw,44px)}
.shop-desc-content .shop-product-specs-table{width:100%;margin:0!important;border:0!important;border-collapse:collapse;background:transparent!important;table-layout:fixed}
.shop-desc-content .shop-product-specs-table th,.shop-desc-content .shop-product-specs-table td{border:0!important;border-top:1px solid rgba(16,20,31,.1)!important;background:transparent!important;text-align:left;vertical-align:top}
.shop-desc-content .shop-product-specs-table thead th{padding:0 0 12px!important;border-top:0!important;font-family:'IBM Plex Mono',monospace;font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#7a766e}
.shop-desc-content .shop-product-specs-table thead th:first-child{width:34%;padding-right:34px!important}
.shop-desc-content .shop-product-specs-table tbody th{width:34%;padding:16px 34px 16px 0!important;font-size:13px;font-weight:650;line-height:1.55;color:var(--shop-ink)}
.shop-desc-content .shop-product-specs-table tbody td{padding:16px 0!important;font-size:14px;font-weight:400;line-height:1.65;color:#55534d}

.shop-other-colors{padding:18px 0 96px}
.shop-other-card{border-radius:20px}
.shop-other-media{border-radius:20px 20px 0 0}
.shop-other-add{border-radius:999px!important}
.shop-reviews-section .comment_container{border-radius:20px}
.shop-reviews-section #author,.shop-reviews-section #comment{border-radius:14px}
.shop-reviews-section .form-submit input#submit{background:var(--shop-blue);border-radius:999px}
.shop-reviews-section .form-submit input#submit:hover{background:var(--shop-blue-deep)}

@media (max-width:900px){
  .shop-product-top{padding-top:30px;gap:38px}
  .shop-trust-badges{grid-template-columns:1fr}
  .shop-desc-row,.shop-desc-row.is-reverse{grid-template-columns:1fr;gap:30px;margin-bottom:56px}
}
@media (max-width:620px){
  .shop-product-top{padding-top:20px;padding-bottom:62px}
  .shop-gallery-main{border-radius:18px;padding:0}
  .shop-gallery-thumb{width:62px;height:62px;border-radius:11px}
  .shop-product-info-column{padding-top:2px}
  .shop-trust-badges{grid-template-columns:1fr}
  .shop-description-section{padding:62px 0}
  .shop-desc-kicker{margin-bottom:34px}
  .shop-desc-row,.shop-desc-row.is-reverse{gap:22px;margin-bottom:48px}
  .shop-desc-row,.shop-desc-row.is-reverse{display:flex;flex-direction:column;align-items:stretch}
  .shop-desc-photo{order:1;width:100%}
  .shop-desc-copy{order:2}
  .shop-desc-copy{padding:0}
  .shop-desc-photo,.shop-desc-full-photo{border-radius:16px}
  .shop-desc-full-photo{margin-bottom:34px}
  .shop-desc-full-text{text-align:left}
  .shop-product-specs{border-radius:18px}
  .shop-product-specs-summary{padding:22px 20px}
  .shop-product-specs-toggle{flex-basis:34px;width:34px;height:34px}
  .shop-product-specs-body{padding:0 20px 22px}
  .shop-desc-content .shop-product-specs-table{display:block}
  .shop-desc-content .shop-product-specs-table thead{display:none}
  .shop-desc-content .shop-product-specs-table tbody,.shop-desc-content .shop-product-specs-table tr,.shop-desc-content .shop-product-specs-table th,.shop-desc-content .shop-product-specs-table td{display:block;width:100%}
  .shop-desc-content .shop-product-specs-table tbody tr{padding:14px 0;border-top:1px solid rgba(16,20,31,.1)}
  .shop-desc-content .shop-product-specs-table tbody th{padding:0 0 5px!important;border-top:0!important;font-family:'IBM Plex Mono',monospace;font-size:9px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--shop-blue)}
  .shop-desc-content .shop-product-specs-table tbody td{padding:0!important;border-top:0!important;font-size:14px;line-height:1.6}
}
