:root{--ink:#151515;--muted:#747474;--line:#ece9e5;--cream:#f7f4ef;--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}.sd-header{height:88px;padding:0 clamp(22px,5vw,78px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);position:relative;z-index:50}.sd-brand{color:var(--ink);text-decoration:none;font-size:22px;letter-spacing:-.035em}.sd-header nav{display:flex;gap:30px;align-items:center}.sd-header nav a{color:#292929;text-decoration:none;font-size:13px}.sd-header nav a:hover{opacity:.55}.sd-header nav span{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;background:var(--ink);color:#fff;border-radius:99px;font-size:10px}.sd-site{min-height:70vh}.sd-slider{height:min(72vw,720px);min-height:520px;position:relative;overflow:hidden;background:#eee}.sd-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .8s ease}.sd-slide.is-active{opacity:1;pointer-events:auto}.sd-slide>img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.01);transition:transform 7s ease}.sd-slide.is-active.sd-anim-zoom>img{transform:scale(1.08)}.sd-slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.10) 58%,transparent)}.sd-slide-copy{position:absolute;left:clamp(28px,8vw,125px);top:50%;transform:translateY(-45%);max-width:620px;color:#fff}.sd-slide-copy h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(48px,6.4vw,92px);line-height:.95;letter-spacing:-.045em;margin:0 0 22px;opacity:0;transform:translateY(22px)}.sd-slide-copy p{font-size:clamp(15px,1.4vw,19px);line-height:1.55;max-width:500px;margin:0 0 28px;opacity:0;transform:translateY(18px)}.sd-slide-copy .sd-button{opacity:0;transform:translateY(16px)}.sd-slide.is-active .sd-slide-copy h1,.sd-slide.is-active .sd-slide-copy p,.sd-slide.is-active .sd-slide-copy .sd-button{opacity:1;transform:none;transition:opacity .65s ease,transform .65s ease}.sd-slide.is-active .sd-slide-copy p{transition-delay:.14s}.sd-slide.is-active .sd-slide-copy .sd-button{transition-delay:.28s}.sd-slider-dots{position:absolute;z-index:5;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:8px}.sd-slider-dots button{width:28px;height:3px;border:0;padding:0;background:#ffffff66;cursor:pointer}.sd-slider-dots button.active{background:#fff}.sd-hero{min-height:620px;background:linear-gradient(120deg,#efebe4,#faf9f7);display:flex;align-items:center;padding:70px clamp(24px,8vw,125px)}.sd-hero>div{max-width:650px}.sd-kicker,.sd-section-title span{display:block;font-size:10px;letter-spacing:.2em;font-weight:800;margin-bottom:14px}.sd-hero h1{font-family:Georgia,serif;font-size:clamp(50px,6vw,84px);font-weight:400;line-height:.98;letter-spacing:-.04em;margin:0 0 24px}.sd-hero p{font-size:17px;color:var(--muted);line-height:1.6;max-width:470px;margin-bottom:30px}.sd-button{display:inline-block;background:#fff;color:#111;text-decoration:none;padding:14px 23px;border-radius:2px;font-size:12px;font-weight:800;letter-spacing:.02em}.sd-hero .sd-button{background:#111;color:#fff}.sd-trust{max-width:var(--max);margin:-1px auto 0;padding:0 clamp(20px,5vw,70px);display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.sd-trust article{display:flex;align-items:center;gap:13px;padding:23px 18px;border-right:1px solid var(--line)}.sd-trust article:last-child{border-right:0}.sd-trust-dot{width:30px;height:30px;border:1px solid #d8d4ce;border-radius:50%;display:grid;place-items:center;font-size:11px}.sd-trust strong,.sd-trust small{display:block}.sd-trust strong{font-size:12px}.sd-trust small{font-size:11px;color:var(--muted);margin-top:4px}.sd-section,.sd-content{max-width:var(--max);margin:auto;padding:78px clamp(20px,5vw,70px)}.sd-soft-section{max-width:none;background:var(--cream);padding-left:max(clamp(20px,5vw,70px),calc((100vw - var(--max))/2 + 70px));padding-right:max(clamp(20px,5vw,70px),calc((100vw - var(--max))/2 + 70px))}.sd-section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.sd-section-title h1,.sd-section-title h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(34px,3vw,46px);letter-spacing:-.03em;margin:0}.sd-section-title a{color:#111;font-size:12px}.sd-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.sd-category-card{position:relative;text-decoration:none;color:#fff;aspect-ratio:4/5;overflow:hidden;background:#e9e6e1}.sd-category-card img,.sd-cat-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sd-category-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.52))}.sd-category-card strong{position:absolute;z-index:2;left:22px;bottom:20px;font-family:Georgia,serif;font-size:26px;font-weight:400}.sd-category-card:hover img{transform:scale(1.035)}.sd-footer{border-top:1px solid var(--line);padding:42px clamp(20px,5vw,72px);display:flex;justify-content:space-between;align-items:center}.sd-footer div{display:flex;flex-direction:column;gap:5px}.sd-footer span,.sd-footer small{color:var(--muted);font-size:12px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px!important;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important}.woocommerce ul.products li.product a img{aspect-ratio:3/4;object-fit:cover;margin:0 0 14px!important;background:#f3f1ee;transition:opacity .25s}.woocommerce ul.products li.product a:hover img{opacity:.92}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;padding:0!important;color:#171717;line-height:1.45}.woocommerce ul.products li.product .price{font-size:13px!important;color:#111!important;margin-top:7px}.woocommerce ul.products li.product .button{background:transparent!important;color:#111!important;border:1px solid #d9d6d1!important;border-radius:0!important;font-size:11px!important;margin-top:10px!important;padding:10px 13px!important}.woocommerce div.product{max-width:1200px;margin:auto}.woocommerce-message,.woocommerce-info{border-top-color:#111!important}.woocommerce-message:before,.woocommerce-info:before{color:#111!important}
@media(max-width:900px){.sd-header{height:74px;padding:0 20px}.sd-header nav{gap:14px}.sd-header nav a{font-size:12px}.sd-slider{height:72vh;min-height:520px}.sd-slide>img{object-position:center}.sd-slide-shade{background:linear-gradient(0deg,rgba(0,0,0,.58),rgba(0,0,0,.05) 70%)}.sd-slide-copy{left:24px;right:24px;top:auto;bottom:70px;transform:none}.sd-slide-copy h1{font-size:clamp(42px,12vw,64px)}.sd-trust{grid-template-columns:1fr 1fr}.sd-trust article:nth-child(2){border-right:0}.sd-category-grid{grid-template-columns:repeat(2,1fr)}.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}.sd-footer{align-items:flex-start;gap:20px;flex-direction:column}}
@media(max-width:520px){.sd-header nav a:nth-child(3){display:none}.sd-brand{font-size:18px}.sd-slider{min-height:500px}.sd-trust{padding:0 14px}.sd-trust article{padding:18px 10px}.sd-section,.sd-content{padding:58px 16px}.sd-soft-section{padding-left:16px;padding-right:16px}.sd-category-grid{gap:10px}.sd-category-card strong{left:14px;bottom:14px;font-size:21px}.sd-section-title h1,.sd-section-title h2{font-size:34px}}

/* Studio D Storefront 1.2 — commercial fashion system */
body.home .sd-site{overflow:hidden}.sd-header{height:76px;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(0,0,0,.06)}.admin-bar .sd-header{top:32px}.sd-brand{font-family:Georgia,serif;font-size:24px;font-weight:500}.sd-header nav a{font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.sd-slider{height:clamp(560px,68vh,780px);min-height:0}.sd-slide-shade{background:linear-gradient(90deg,rgba(15,12,10,.60) 0%,rgba(15,12,10,.25) 45%,rgba(15,12,10,.02) 72%)}.sd-slide-copy{max-width:680px}.sd-slide-copy h1{font-size:clamp(52px,6vw,94px);text-wrap:balance}.sd-slide-copy p{font-size:18px}.sd-button{border-radius:999px;padding:15px 26px;transition:transform .2s,background .2s}.sd-button:hover{transform:translateY(-2px)}.sd-trust{margin:0 auto;padding:0 34px;background:#fff;box-shadow:0 16px 45px rgba(24,20,16,.05);position:relative;z-index:4}.sd-trust article{min-height:82px;padding:20px 26px}.sd-trust-dot{background:#f7f4ef;border:0;width:36px;height:36px}.sd-trust strong{font-size:13px}.sd-trust small{font-size:12px}.sd-section{padding-top:88px;padding-bottom:88px}.sd-section-title{margin-bottom:38px}.sd-section-title h2{font-size:clamp(38px,3.2vw,54px)}.sd-category-grid{gap:16px}.sd-category-card{border-radius:18px;aspect-ratio:4/5}.sd-category-card:after{inset:35% 0 0}.sd-category-card strong{font-size:30px;bottom:24px;left:24px}.woocommerce ul.products{gap:34px 18px!important}.woocommerce ul.products li.product{position:relative}.woocommerce ul.products li.product a img{border-radius:16px;aspect-ratio:3/4;margin-bottom:16px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;font-weight:600!important}.woocommerce ul.products li.product .price{font-size:14px!important;font-weight:700}.woocommerce ul.products li.product .button{border-radius:999px!important;padding:11px 16px!important}.sd-soft-section{background:#f5f1eb}.sd-footer{background:#171717;color:#fff;border:0;padding-top:58px;padding-bottom:58px}.sd-footer span,.sd-footer small{color:#aaa}
@media(max-width:900px){.admin-bar .sd-header{top:46px}.sd-slider{height:70vh;min-height:540px}.sd-slide-shade{background:linear-gradient(0deg,rgba(10,8,7,.68),rgba(10,8,7,.05) 72%)}.sd-trust{margin:0;padding:0 14px}.sd-section{padding-top:66px;padding-bottom:66px}}
@media(max-width:520px){.sd-header{height:68px}.sd-header nav a{font-size:10px}.sd-slider{height:72vh;min-height:520px}.sd-slide-copy{bottom:56px}.sd-slide-copy h1{font-size:44px}.sd-slide-copy p{font-size:15px}.sd-trust{grid-template-columns:1fr 1fr}.sd-trust article{min-height:78px;padding:14px 8px;gap:9px}.sd-trust-dot{width:30px;height:30px}.sd-trust small{font-size:10px}.sd-category-card{border-radius:12px}.woocommerce ul.products li.product a img{border-radius:12px}}

/* Studio D Storefront 1.4 — presentation-ready polish */
:root{--sd-warm:#f6f2ec;--sd-soft:#fbfaf8;--sd-charcoal:#111;--sd-gold:#a58a6a}
.sd-header{height:82px;padding-left:clamp(28px,5vw,82px);padding-right:clamp(28px,5vw,82px)}
.sd-brand strong{font-family:Georgia,'Times New Roman',serif;font-weight:600;font-size:26px;letter-spacing:-.035em}
.sd-header nav{gap:34px}.sd-header nav a{font-size:11px;letter-spacing:.08em}
.sd-slider{height:clamp(590px,72vh,800px);background:var(--sd-warm)}
.sd-slide>img{filter:saturate(.92) contrast(.98)}
.sd-slide-shade{background:linear-gradient(90deg,rgba(15,12,10,.67) 0%,rgba(15,12,10,.36) 37%,rgba(15,12,10,.05) 70%,rgba(15,12,10,0) 100%)}
.sd-slide-copy{left:clamp(34px,7vw,118px);max-width:650px}.sd-slide-copy:before{content:'SANDRA MODAS';display:block;font-size:10px;font-weight:800;letter-spacing:.24em;margin-bottom:20px;opacity:.9}
.sd-slide-copy h1{font-size:clamp(50px,5.6vw,86px);line-height:.98;text-shadow:0 2px 18px rgba(0,0,0,.08)}
.sd-slide-copy p{max-width:520px;color:rgba(255,255,255,.88)}
.sd-slider-dots{bottom:28px}.sd-slider-dots button{width:34px;height:2px}
.sd-trust{max-width:none;padding-left:max(28px,calc((100vw - 1440px)/2 + 70px));padding-right:max(28px,calc((100vw - 1440px)/2 + 70px));box-shadow:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sd-trust article{justify-content:center}.sd-trust-dot{color:var(--sd-gold)}
.sd-section{padding-top:76px;padding-bottom:76px}.sd-section-title{margin-bottom:30px}.sd-section-title span{color:#81766b}.sd-section-title h2{font-size:clamp(36px,3vw,50px)}
.sd-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sd-category-card{border-radius:4px}.sd-category-card strong{font-size:27px}
.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:38px 20px!important}.woocommerce ul.products li.product a img{border-radius:4px}.woocommerce ul.products li.product .button{opacity:0;transform:translateY(4px);transition:.2s}.woocommerce ul.products li.product:hover .button{opacity:1;transform:none}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:40px}.sd-soft-section{background:#f4efe8}
.sd-footer{margin-top:20px}
@media(min-width:901px){.woocommerce ul.products li.product{max-width:310px}.woocommerce ul.products{justify-content:start}.sd-section:has(.products li.product:nth-child(1):last-child) .products,.sd-section:has(.products li.product:nth-child(2):last-child) .products,.sd-section:has(.products li.product:nth-child(3):last-child) .products{grid-template-columns:repeat(4,minmax(220px,1fr))!important}}
@media(max-width:900px){.sd-header{height:72px}.sd-brand strong{font-size:21px}.sd-slider{height:68vh;min-height:560px}.sd-slide-copy:before{margin-bottom:14px}.sd-trust article{justify-content:flex-start}.sd-category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.sd-header{padding:0 16px}.sd-header nav{gap:12px}.sd-header nav a:nth-child(1){display:none}.sd-brand strong{font-size:19px}.sd-slider{height:74vh;min-height:540px}.sd-slide-copy{left:20px;right:20px;bottom:62px}.sd-slide-copy h1{font-size:42px}.sd-slide-copy p{font-size:14px;max-width:92%}.sd-button{padding:13px 20px}.sd-trust{grid-template-columns:1fr 1fr;padding:0 10px}.sd-trust article{justify-content:flex-start}.sd-section{padding-top:54px;padding-bottom:54px}.woocommerce ul.products{gap:28px 10px!important}.woocommerce ul.products li.product .button{opacity:1;transform:none}}

/* ========================================================================== 
   Studio D Storefront 1.5 — quiet luxury / fashion editorial commerce
   WooCommerce stays underneath; the customer sees Sandra Modas.
   ========================================================================== */
:root{--sd-ink:#211e1b;--sd-warm:#7e7167;--sd-paper:#fbfaf8;--sd-sand:#f1ebe4;--sd-soft:#f7f3ee;--sd-accent:#8b6f5d;--sd-max:1480px;--sd-radius:26px}
body{background:var(--sd-paper);color:var(--sd-ink);font-family:Arial,Helvetica,sans-serif;font-weight:400;letter-spacing:-.01em}
.sd-header{height:86px;border:0;box-shadow:none;background:rgba(251,250,248,.88);backdrop-filter:blur(22px);padding:0 clamp(22px,5.2vw,82px)}
.sd-brand{font-family:Georgia,'Times New Roman',serif;font-size:27px;letter-spacing:-.045em}.sd-header nav{gap:28px}.sd-header nav a{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:none;color:#3e3935}.sd-header nav span{background:#302a26;color:#fff;font-weight:600}
.sd-site{overflow:clip}.sd-slider{height:clamp(610px,73vh,820px);background:#efe7de}.sd-slide>img{object-fit:cover;object-position:center;transform:none!important;filter:saturate(.93)}
.sd-slide-shade{background:linear-gradient(90deg,rgba(251,248,244,.98) 0%,rgba(251,248,244,.86) 31%,rgba(251,248,244,.22) 57%,rgba(251,248,244,0) 75%)}
.sd-slide-copy{left:clamp(30px,7vw,120px);max-width:585px;color:var(--sd-ink);transform:translateY(-50%)}
.sd-slide-copy:before{content:'SANDRA MODAS';display:block;font-size:10px;font-weight:600;letter-spacing:.26em;margin-bottom:22px;color:#8c796b;opacity:1}
.sd-slide-copy h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(52px,5.3vw,84px);line-height:1.01;font-weight:400;letter-spacing:-.052em;text-shadow:none;margin-bottom:24px;color:var(--sd-ink)}
.sd-slide-copy p{font-size:16px;line-height:1.72;max-width:470px;color:#6f645c;margin-bottom:32px}.sd-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border:0!important;border-radius:999px!important;background:#2d2824!important;color:#fff!important;font-size:12px!important;font-weight:600!important;letter-spacing:.025em!important;padding:15px 24px!important;box-shadow:none!important;transition:transform .2s ease,opacity .2s ease!important}.sd-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{transform:translateY(-1px);opacity:.86;background:#2d2824!important;color:#fff!important}.sd-slider-dots{bottom:26px}.sd-slider-dots button{width:7px;height:7px;border-radius:50%;background:rgba(55,47,42,.25)}.sd-slider-dots button.active{background:#41372f}
.sd-hero{min-height:660px;background:radial-gradient(circle at 80% 30%,#e2d3c5 0 15%,transparent 42%),linear-gradient(120deg,#fbf8f4,#ede2d8);padding-left:clamp(30px,7vw,120px)}.sd-hero h1{font-family:Georgia,'Times New Roman',serif;color:var(--sd-ink);font-size:clamp(52px,5.5vw,86px)}
.sd-trust{border:0;box-shadow:none;background:transparent;gap:12px;padding-top:22px;padding-bottom:22px}.sd-trust article{border:0!important;padding:16px 18px;justify-content:flex-start;background:#f7f3ee;border-radius:18px}.sd-trust-dot{display:none}.sd-trust strong{font-weight:600;font-size:12px}.sd-trust small{font-size:11px;color:#83786f}
.sd-section,.sd-content{max-width:var(--sd-max);padding-top:92px;padding-bottom:92px}.sd-soft-section{background:#f3eee8}.sd-section-title{margin-bottom:38px;align-items:center}.sd-section-title span{font-size:9px;font-weight:600;letter-spacing:.24em;color:#9b897c}.sd-section-title h1,.sd-section-title h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,3.3vw,56px);font-weight:400;letter-spacing:-.045em;color:var(--sd-ink)}.sd-section-title a{font-size:11px;text-decoration:none;color:#76695f}
.sd-category-grid{gap:24px}.sd-category-card{border-radius:28px;aspect-ratio:4/5;background:#eee8e2}.sd-category-card:after{background:linear-gradient(transparent 35%,rgba(40,31,26,.42))}.sd-category-card strong{font-family:Georgia,'Times New Roman',serif;font-size:30px;left:26px;bottom:25px;letter-spacing:-.03em}.sd-category-card img{transition:transform .7s cubic-bezier(.2,.7,.2,1)}.sd-category-card:hover img{transform:scale(1.025)}
/* Catalog: image-led, no card boxes, no default commerce chrome */
.woocommerce ul.products{gap:46px 26px!important}.woocommerce ul.products li.product{background:transparent!important;border:0!important;box-shadow:none!important;text-align:left!important}.woocommerce ul.products li.product a img{border-radius:24px!important;background:#f0ebe5!important;margin-bottom:17px!important;aspect-ratio:3/4;transition:transform .45s ease,filter .45s ease!important}.woocommerce ul.products li.product:hover a img{transform:scale(1.008);filter:brightness(.985)}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:Georgia,'Times New Roman',serif!important;font-size:17px!important;font-weight:400!important;line-height:1.35!important;letter-spacing:-.02em!important;min-height:0!important;color:#332d29!important}.woocommerce ul.products li.product .price{font-size:12px!important;font-weight:500!important;color:#81746b!important;margin-top:8px!important}.woocommerce ul.products li.product .button{display:inline-block!important;background:transparent!important;color:#574c44!important;padding:7px 0!important;border-radius:0!important;border:0!important;font-size:10px!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin-top:8px!important;opacity:.72!important}.woocommerce ul.products li.product .button:hover{background:transparent!important;color:#211e1b!important;transform:none!important;opacity:1!important}.woocommerce span.onsale{border:0!important;border-radius:999px!important;background:rgba(255,255,255,.88)!important;color:#4d423b!important;min-height:0!important;min-width:0!important;line-height:1!important;font-size:9px!important;letter-spacing:.12em!important;text-transform:uppercase;padding:9px 12px!important;top:15px!important;left:15px!important;right:auto!important}
/* Product page */
.sd-product-page{max-width:1380px}.woocommerce div.product{max-width:none}.woocommerce div.product div.images img{border-radius:28px;background:#f1ece6}.woocommerce div.product .summary{padding:28px clamp(10px,3vw,46px)}.woocommerce div.product .product_title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,4vw,58px);font-weight:400;line-height:1.05;letter-spacing:-.045em;margin-bottom:18px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#807269!important;font-size:16px!important;font-weight:500}.woocommerce-product-details__short-description{color:#776d65;font-size:15px;line-height:1.7}.woocommerce div.product form.cart{margin-top:30px}.woocommerce div.product form.cart .variations{border:0!important}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0!important;padding:7px 0!important;background:transparent!important}.woocommerce div.product form.cart .variations label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.woocommerce div.product select{border:0;border-radius:14px;background:#f2ede7;padding:13px 14px;color:#403a36}.woocommerce .quantity .qty{border:0;border-radius:14px;background:#f2ede7;padding:12px;width:68px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;border:0!important;display:flex;gap:26px}.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0!important;padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:11px;font-weight:500;color:#867a70!important;padding:12px 0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#29231f!important}.woocommerce div.product .woocommerce-tabs .panel{font-size:14px;line-height:1.8;color:#6f665f}.product_meta{font-size:11px;color:#958a82}.woocommerce .related.products>h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:38px;letter-spacing:-.04em}
/* Cart / bag — removes the stock WooCommerce table look */
.woocommerce-cart .sd-content,.woocommerce-checkout .sd-content,.woocommerce-account .sd-content{max-width:1180px;padding-top:64px}.woocommerce-cart h1,.woocommerce-checkout h1,.woocommerce-account h1,.woocommerce-checkout h3,.woocommerce-account h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.035em}.woocommerce table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0 14px!important;background:transparent!important}.woocommerce table.shop_table th{border:0!important;background:transparent!important;color:#998b81!important;font-size:9px!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-weight:600!important;padding:8px 14px!important}.woocommerce table.shop_table td{border:0!important;background:#f7f3ee!important;padding:18px 14px!important;vertical-align:middle!important}.woocommerce table.shop_table tr td:first-child{border-radius:18px 0 0 18px}.woocommerce table.shop_table tr td:last-child{border-radius:0 18px 18px 0}.woocommerce-cart table.cart img{width:82px!important;border-radius:14px!important}.woocommerce-cart table.cart .product-name a{font-family:Georgia,'Times New Roman',serif;color:#332d29;text-decoration:none;font-size:16px}.woocommerce a.remove{color:#a4978e!important;font-size:20px!important;font-weight:300!important}.woocommerce a.remove:hover{background:transparent!important;color:#3d342f!important}.woocommerce .cart-collaterals .cart_totals{float:none!important;width:min(100%,480px)!important;margin-left:auto;background:#f3eee8;padding:28px;border-radius:26px}.woocommerce .cart-collaterals .cart_totals h2{font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:400}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{width:100%;text-align:center;margin:10px 0 0!important}
/* Checkout — calm sections instead of bordered ecommerce forms */
.woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:48px}.woocommerce form.checkout #customer_details,.woocommerce form.checkout #order_review_heading,.woocommerce form.checkout #order_review{float:none!important;width:auto!important}.woocommerce form .form-row{margin:0 0 15px!important}.woocommerce form .form-row label{font-size:10px!important;letter-spacing:.08em;text-transform:uppercase;color:#887b72;font-weight:600}.woocommerce form .input-text,.woocommerce form select,.woocommerce form textarea,.select2-container--default .select2-selection--single{border:0!important;border-radius:14px!important;background:#f3eee8!important;min-height:48px;padding:12px 14px!important;box-shadow:none!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:24px!important;padding:0!important}.woocommerce-checkout #order_review{background:#f3eee8;border-radius:28px;padding:26px}.woocommerce-checkout #payment{background:transparent!important;border-radius:0!important}.woocommerce-checkout #payment ul.payment_methods{border:0!important;padding:18px 0!important}.woocommerce-checkout #payment div.payment_box{background:#ebe3db!important;border-radius:14px!important;color:#625950!important}.woocommerce-checkout #payment div.payment_box:before{display:none!important}.woocommerce-checkout #payment div.form-row{padding:18px 0 0!important}.woocommerce-checkout .place-order .button{width:100%}
/* Account */
.woocommerce-account .woocommerce-MyAccount-navigation{width:26%!important}.woocommerce-account .woocommerce-MyAccount-content{width:69%!important}.woocommerce-MyAccount-navigation ul{list-style:none;padding:12px;margin:0;background:#f4efe9;border-radius:22px}.woocommerce-MyAccount-navigation li a{display:block;padding:11px 14px;text-decoration:none;color:#71655d;font-size:12px;border-radius:12px}.woocommerce-MyAccount-navigation li.is-active a{background:#fff;color:#2a2522}.woocommerce-MyAccount-content{line-height:1.7;color:#6f655e}
/* Notices and coupons */
.woocommerce-message,.woocommerce-info,.woocommerce-error{border:0!important;background:#f2ede7!important;color:#655b54!important;border-radius:16px!important;padding:15px 18px 15px 48px!important;font-size:12px!important}.woocommerce-message:before,.woocommerce-info:before,.woocommerce-error:before{color:#8a786b!important;top:15px!important}.woocommerce-form-coupon-toggle .woocommerce-info{margin-bottom:18px!important}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:0!important;border-radius:22px!important;background:#f4efe9!important;padding:22px!important}
.sd-footer{border:0;background:#292522;color:#f6f0ea;margin-top:70px;padding:64px clamp(22px,5vw,82px);border-radius:32px 32px 0 0}.sd-footer span,.sd-footer small{color:#bfb3aa}
@media(max-width:900px){.sd-header{height:74px}.sd-header nav{gap:14px}.sd-slider{height:72vh;min-height:570px}.sd-slide-shade{background:linear-gradient(0deg,rgba(251,248,244,.97) 0%,rgba(251,248,244,.86) 40%,rgba(251,248,244,.05) 78%)}.sd-slide-copy{left:22px;right:22px;top:auto;bottom:66px;transform:none;max-width:560px}.sd-slide-copy h1{font-size:clamp(43px,11vw,62px)}.sd-slide-copy p{font-size:14px}.sd-trust{grid-template-columns:1fr 1fr}.woocommerce form.checkout{grid-template-columns:1fr;gap:26px}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%!important;float:none!important}.woocommerce-account .woocommerce-MyAccount-content{margin-top:24px}}
@media(max-width:520px){.sd-header{padding:0 15px}.sd-brand{font-size:20px}.sd-header nav a{font-size:10px}.sd-header nav a:first-child{display:none}.sd-slider{height:74vh;min-height:560px}.sd-slide-copy:before{font-size:8px;margin-bottom:13px}.sd-slide-copy h1{font-size:42px;margin-bottom:16px}.sd-slide-copy p{font-size:13px;line-height:1.58;margin-bottom:22px}.sd-section,.sd-content{padding:58px 16px}.sd-trust{display:none}.sd-category-grid{grid-template-columns:1fr 1fr;gap:12px}.sd-category-card{border-radius:18px}.sd-category-card strong{font-size:21px;left:15px;bottom:15px}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 11px!important}.woocommerce ul.products li.product a img{border-radius:16px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}.woocommerce ul.products li.product .button{display:none!important}.woocommerce div.product .summary{padding:20px 2px}.woocommerce div.product .product_title{font-size:38px}.woocommerce table.shop_table{display:block;overflow:hidden}.woocommerce-cart table.cart thead{display:none}.woocommerce-cart table.cart,.woocommerce-cart table.cart tbody,.woocommerce-cart table.cart tr,.woocommerce-cart table.cart td{display:block;width:100%}.woocommerce-cart table.cart tr{background:#f5f0ea;border-radius:20px;margin-bottom:14px;padding:10px}.woocommerce-cart table.cart td{background:transparent!important;border-radius:0!important;padding:7px 9px!important;text-align:left!important}.woocommerce-cart table.cart td.product-remove{position:absolute;right:24px;width:auto}.woocommerce-cart table.cart td.product-thumbnail{width:95px!important}.woocommerce-cart table.cart td.product-name{font-size:15px}.sd-footer{border-radius:24px 24px 0 0}}


/* Studio D Storefront 1.6 · cores administráveis */
body{background:var(--sd-bg,#fff)!important;color:var(--sd-text,#24211f)!important}.sd-header{background:color-mix(in srgb,var(--sd-header,#fff) 94%,transparent)!important}.sd-brand,.sd-header nav a,.sd-section-title h1,.sd-section-title h2,.woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--sd-text,#24211f)!important}.sd-header nav span{background:var(--sd-button,#24211f)!important;color:var(--sd-button-text,#fff)!important}.sd-hero,.sd-soft-section,.woocommerce table.shop_table td,.woocommerce .cart-collaterals .cart_totals,.woocommerce form .input-text,.woocommerce form select,.woocommerce form textarea,.select2-container--default .select2-selection--single,.woocommerce-checkout #order_review,.woocommerce-MyAccount-navigation ul,.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{background:var(--sd-surface,#f7f4ef)!important}.sd-hero p,.sd-trust small,.sd-footer span,.sd-footer small,.woocommerce-product-details__short-description,.woocommerce div.product .woocommerce-tabs .panel,.woocommerce-MyAccount-content{color:var(--sd-muted,#7b726c)!important}.sd-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce div.product form.cart .button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout #place_order{background:var(--sd-button,#24211f)!important;color:var(--sd-button-text,#fff)!important;border-color:var(--sd-button,#24211f)!important}.sd-kicker,.sd-section-title span,.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--sd-accent,#b9957a)!important}.sd-trust-dot{color:var(--sd-accent,#b9957a)!important}.sd-footer{background:var(--sd-footer,#292522)!important}.woocommerce ul.products li.product .button{color:var(--sd-button,#24211f)!important;border-color:color-mix(in srgb,var(--sd-button,#24211f) 24%,transparent)!important;background:transparent!important}.woocommerce ul.products li.product .button:hover{background:var(--sd-button,#24211f)!important;color:var(--sd-button-text,#fff)!important}.sd-slider-dots button.active{background:var(--sd-accent,#b9957a)!important}

/* Studio D Storefront 1.7 — editorial fashion commerce */
body{font-family:var(--sd-body-font,Inter,Arial,sans-serif)!important}.sd-brand,.sd-hero h1,.sd-slide-copy h1,.sd-section-title h1,.sd-section-title h2,.sd-home-intro h2,.sd-catalog-heading h1,.woocommerce div.product .product_title,.woocommerce .related.products>h2,.sd-product-details h2{font-family:var(--sd-heading-font,Georgia,serif)!important}.sd-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border-radius:var(--sd-button-radius,999px)!important}
.sd-announcement{min-height:31px;display:flex;align-items:center;justify-content:center;gap:12px;padding:6px 18px;background:var(--sd-text,#24211f);color:#fff;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.sd-header{height:82px;display:grid!important;grid-template-columns:1fr auto 1fr;gap:24px}.sd-header-left,.sd-header-actions{display:flex;align-items:center;gap:22px}.sd-header-actions{justify-content:flex-end}.sd-header-left a,.sd-header-actions a{color:var(--sd-text,#24211f);text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.sd-brand{justify-self:center;font-size:27px!important;letter-spacing:-.045em;text-transform:none}.sd-category-strip{border-bottom:1px solid color-mix(in srgb,var(--sd-text,#24211f) 10%,transparent);background:var(--sd-header,#fff);overflow:auto;scrollbar-width:none}.sd-category-strip::-webkit-scrollbar{display:none}.sd-category-strip>div{min-height:42px;max-width:var(--max);margin:auto;padding:0 clamp(20px,5vw,70px);display:flex;align-items:center;justify-content:center;gap:28px;white-space:nowrap}.sd-category-strip a{font-size:11px;color:var(--sd-muted,#7b726c);text-decoration:none;transition:.2s}.sd-category-strip a:hover{color:var(--sd-text,#24211f)}
.sd-home-intro{max-width:960px;margin:0 auto;padding:100px 28px 76px;text-align:center}.sd-mini-kicker{display:block;font-size:9px;letter-spacing:.18em;font-weight:800;color:var(--sd-accent,#b9957a);margin-bottom:15px}.sd-home-intro h2{font-weight:400;font-size:clamp(36px,4.4vw,64px);line-height:1.04;letter-spacing:-.045em;margin:0 auto 24px;text-wrap:balance}.sd-home-intro p{max-width:650px;margin:auto;color:var(--sd-muted,#7b726c);font-size:15px;line-height:1.75}.sd-editorial-picks{max-width:var(--max);margin:0 auto 18px;padding:0 clamp(20px,5vw,70px);display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.sd-editorial-pick{position:relative;min-height:560px;overflow:hidden;text-decoration:none;background:var(--sd-surface,#f7f4ef)}.sd-editorial-pick img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.sd-editorial-pick:hover img{transform:scale(1.025)}.sd-editorial-overlay{position:absolute;inset:48% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.62))}.sd-editorial-copy{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.sd-editorial-copy small{font-size:8px;letter-spacing:.17em;font-weight:800;margin-bottom:10px}.sd-editorial-copy strong{font-family:var(--sd-heading-font,Georgia,serif);font-size:clamp(28px,2.8vw,43px);line-height:1.05;font-weight:400;max-width:520px}.sd-editorial-copy em{font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin-top:16px;border-bottom:1px solid rgba(255,255,255,.65);padding-bottom:4px}
.sd-category-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px}.sd-category-card{aspect-ratio:4/5;border-radius:0!important}.sd-category-card:nth-child(1),.sd-category-card:nth-child(2){aspect-ratio:1/1.08}.sd-category-card strong{font-size:clamp(23px,2.3vw,34px)}
.sd-catalog-shell{padding-top:58px}.sd-catalog-heading{display:grid;grid-template-columns:1fr minmax(260px,440px);gap:60px;align-items:end;padding-bottom:44px;border-bottom:1px solid var(--line)}.sd-catalog-heading h1{font-weight:400;font-size:clamp(52px,6vw,84px);line-height:.98;letter-spacing:-.055em;margin:0}.sd-catalog-heading>p{color:var(--sd-muted,#7b726c);font-size:14px;line-height:1.7;margin:0}.sd-term-description{margin-top:18px;color:var(--sd-muted,#7b726c);max-width:650px;line-height:1.7}.sd-filter-row{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:16px 0;border-bottom:1px solid var(--line);align-items:center}.sd-filter-row strong{font-size:9px;letter-spacing:.13em;text-transform:uppercase}.sd-filter-row>div{display:flex;gap:9px;flex-wrap:wrap}.sd-filter-row a{padding:8px 13px;border:1px solid color-mix(in srgb,var(--sd-text,#24211f) 14%,transparent);border-radius:999px;color:var(--sd-text,#24211f);text-decoration:none;font-size:11px;background:transparent}.sd-filter-row a:hover{border-color:var(--sd-text,#24211f)}.sd-catalog-toolbar{display:flex;align-items:center;justify-content:space-between;padding:28px 0 24px}.sd-catalog-toolbar .woocommerce-result-count{margin:0!important;font-size:11px!important;color:var(--sd-muted,#7b726c)}.sd-catalog-toolbar .woocommerce-ordering{margin:0!important}.sd-catalog-toolbar select{border:0;background:var(--sd-surface,#f7f4ef);padding:11px 36px 11px 14px;border-radius:999px;font-size:11px;color:var(--sd-text,#24211f)}
.woocommerce ul.products li.product{position:relative}.woocommerce ul.products li.product a img{border-radius:0!important;margin-bottom:16px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;font-weight:500!important;line-height:1.4!important}.woocommerce ul.products li.product .price{font-size:13px!important;font-weight:600}.woocommerce ul.products li.product .button{border:0!important;border-bottom:1px solid color-mix(in srgb,var(--sd-text,#24211f) 22%,transparent)!important;padding:7px 0!important;border-radius:0!important;text-transform:uppercase;letter-spacing:.09em;font-size:9px!important}.woocommerce ul.products li.product .onsale,.woocommerce span.onsale{min-width:auto!important;min-height:auto!important;line-height:1!important;padding:8px 10px!important;border-radius:0!important;background:var(--sd-text,#24211f)!important;color:#fff!important;font-size:8px!important;letter-spacing:.1em;text-transform:uppercase;top:10px!important;left:10px!important;right:auto!important}
.sd-product-page{padding-top:62px}.sd-product-eyebrow{font-size:9px;letter-spacing:.16em;color:var(--sd-accent,#b9957a);font-weight:800;margin-bottom:12px}.sd-product-assurance{display:grid;gap:8px;margin:24px 0 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sd-product-assurance span{font-size:11px;color:var(--sd-muted,#7b726c)}.sd-product-assurance span:before{content:'—';margin-right:9px;color:var(--sd-accent,#b9957a)}.sd-product-details{max-width:1180px;margin:40px auto 80px;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding:58px 0;border-top:1px solid var(--line)}.sd-product-details h2{font-size:clamp(34px,3vw,48px);font-weight:400;line-height:1.05;letter-spacing:-.04em;margin:0}.sd-product-detail-list details{border-bottom:1px solid var(--line);padding:0}.sd-product-detail-list summary{list-style:none;cursor:pointer;padding:18px 0;font-size:12px;font-weight:700}.sd-product-detail-list summary::-webkit-details-marker{display:none}.sd-product-detail-list summary:after{content:'+';float:right;font-weight:400}.sd-product-detail-list details[open] summary:after{content:'−'}.sd-product-detail-list details>div{padding:0 0 22px;color:var(--sd-muted,#7b726c);font-size:13px;line-height:1.75}.sd-attribute-list p{display:flex;justify-content:space-between;gap:20px;margin:8px 0}.sd-attribute-list p strong{color:var(--sd-text,#24211f);font-size:11px}.sd-attribute-list p span{text-align:right}
@media(max-width:980px){.sd-header{grid-template-columns:auto 1fr auto}.sd-header-left .sd-nav-category{display:none}.sd-brand{justify-self:start}.sd-category-strip>div{justify-content:flex-start}.sd-editorial-picks{grid-template-columns:1fr 1fr}.sd-editorial-pick{min-height:470px}.sd-catalog-heading{grid-template-columns:1fr;gap:18px}.sd-product-details{grid-template-columns:1fr;gap:30px;padding-left:20px;padding-right:20px}}
@media(max-width:680px){.sd-announcement span:nth-child(2),.sd-announcement span:nth-child(3){display:none}.sd-header{height:70px;padding:0 16px!important;gap:10px}.sd-header-left{display:none}.sd-brand{font-size:21px!important}.sd-header-actions{gap:12px}.sd-header-actions .sd-search-link{display:none}.sd-category-strip>div{padding:0 16px;gap:20px}.sd-home-intro{padding:70px 18px 48px}.sd-home-intro h2{font-size:38px}.sd-editorial-picks{grid-template-columns:1fr;padding:0 16px}.sd-editorial-pick{min-height:470px}.sd-category-grid{grid-template-columns:1fr 1fr!important;gap:10px}.sd-category-card:nth-child(1),.sd-category-card:nth-child(2){aspect-ratio:4/5}.sd-catalog-shell{padding-top:38px!important}.sd-catalog-heading h1{font-size:50px}.sd-filter-row{grid-template-columns:1fr;gap:10px}.sd-filter-row>div{overflow:auto;flex-wrap:nowrap;padding-bottom:2px}.sd-filter-row a{white-space:nowrap}.sd-catalog-toolbar{align-items:flex-start;gap:16px;flex-direction:column}.sd-product-details{margin-bottom:30px}.sd-product-details h2{font-size:36px}}
/* Studio D Storefront 1.8 — editorial fashion redesign */
.sd26-top{height:30px;background:#171514;color:#fff;display:flex;justify-content:center;gap:70px;align-items:center;font:600 9px/1 var(--sd-body-font,Arial);letter-spacing:.14em;text-transform:uppercase}.sd26-header{height:92px;background:var(--sd-header,#fff);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(24px,5vw,82px);border-bottom:1px solid #ece9e5;position:relative;z-index:50}.sd26-left,.sd26-actions{display:flex;align-items:center;gap:27px}.sd26-left a,.sd26-actions a{color:var(--sd-text,#24211f);text-decoration:none;font:700 10px/1 var(--sd-body-font,Arial);letter-spacing:.1em;text-transform:uppercase}.sd26-actions{justify-content:flex-end}.sd26-actions b{display:inline-grid;place-items:center;background:#171514;color:#fff;width:19px;height:19px;border-radius:50%;font-size:9px;margin-left:4px}.sd26-brand{font:400 clamp(25px,2.2vw,35px)/1 var(--sd-heading-font,Georgia);color:var(--sd-text,#24211f);text-decoration:none;letter-spacing:-.04em}.sd26-menu,.sd26-mobile-nav{display:none}.sd26-site{overflow:hidden}.sd26-hero{min-height:690px;display:grid;grid-template-columns:42% 58%;background:#eee9e4}.sd26-hero-copy{padding:clamp(70px,8vw,135px) 8vw 80px 9vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.sd26-eyebrow,.sd26-cats header>span,.sd26-products header span,.sd26-story-copy>span{font:800 9px/1 var(--sd-body-font,Arial);letter-spacing:.2em;color:#7c6c62}.sd26-hero h1{font:400 clamp(62px,6.3vw,112px)/.86 var(--sd-heading-font,Georgia);letter-spacing:-.065em;margin:26px 0 30px;color:#24211f}.sd26-hero h1 em,.sd26-story h2 em{font-weight:400;color:#9b735d}.sd26-hero p{font:400 15px/1.75 var(--sd-body-font,Arial);color:#6e6661;max-width:440px;margin:0 0 34px}.sd26-hero-copy>a,.sd26-story-copy>a{color:#24211f;text-decoration:none;font:800 10px/1 var(--sd-body-font,Arial);letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #24211f;padding-bottom:7px}.sd26-hero-copy>a span{margin-left:25px}.sd26-hero-media{position:relative;overflow:hidden;background:#d8d0c9;min-height:690px}.sd26-hero-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.sd26-vertical{position:absolute;right:22px;bottom:28px;writing-mode:vertical-rl;color:#fff;font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.24em;text-shadow:0 1px 10px #000}.sd26-marquee{background:#9b735d;color:#fff;overflow:hidden;white-space:nowrap;padding:15px 0;font:700 9px/1 var(--sd-body-font,Arial);letter-spacing:.22em}.sd26-marquee div{width:max-content}.sd26-cats,.sd26-products{max-width:1500px;margin:auto;padding:110px clamp(22px,5vw,76px)}.sd26-cats header{text-align:center;margin-bottom:48px}.sd26-cats h2,.sd26-products h2{font:400 clamp(42px,4vw,66px)/1 var(--sd-heading-font,Georgia);letter-spacing:-.045em;margin:13px 0 0}.sd26-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sd26-cat{text-decoration:none;color:#24211f}.sd26-cat>div{aspect-ratio:3/4;background:#eee9e4;overflow:hidden}.sd26-cat img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.sd26-cat:hover img{transform:scale(1.025)}.sd26-cat>span{display:flex;justify-content:space-between;padding:17px 3px;font:700 12px/1 var(--sd-body-font,Arial);text-transform:uppercase;letter-spacing:.08em}.sd26-cat b{font-size:18px;font-weight:400}.sd26-products{border-top:1px solid #e8e4df}.sd26-products>header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.sd26-products>header>a{color:#24211f;text-decoration:none;font:700 9px/1 var(--sd-body-font,Arial);letter-spacing:.13em;text-transform:uppercase;border-bottom:1px solid #aaa;padding-bottom:6px}.sd26-products ul.products{margin:0!important}.sd26-story{background:#262220;color:#fff;display:grid;grid-template-columns:30% 40% 30%;min-height:650px}.sd26-story-img{margin:70px 0 70px 70px;overflow:hidden}.sd26-story-img.second{margin:70px 70px 70px 0}.sd26-story-img img{width:100%;height:100%;object-fit:cover}.sd26-story-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:80px 8%}.sd26-story-copy>span{color:#c7aa99}.sd26-story h2{font:400 clamp(40px,4vw,67px)/1.02 var(--sd-heading-font,Georgia);letter-spacing:-.05em;margin:22px 0 28px}.sd26-story p{color:#c9c2be;font:400 14px/1.8 var(--sd-body-font,Arial);max-width:490px;margin-bottom:30px}.sd26-story-copy>a{color:#fff;border-color:#fff}.sd26-benefits{display:grid;grid-template-columns:repeat(4,1fr);max-width:1500px;margin:auto;padding:65px clamp(22px,5vw,76px)}.sd26-benefits article{padding:0 35px;border-right:1px solid #e7e2dd;display:grid;grid-template-columns:auto 1fr;gap:5px 18px}.sd26-benefits article:last-child{border:0}.sd26-benefits b{grid-row:1/3;color:#a17a65;font:400 11px/1 var(--sd-body-font,Arial)}.sd26-benefits strong{font:700 12px/1.2 var(--sd-body-font,Arial)}.sd26-benefits span{color:#817873;font:400 11px/1.5 var(--sd-body-font,Arial)}
@media(max-width:900px){.sd26-top span:nth-child(n+2),.sd26-left{display:none}.sd26-header{height:72px;padding:0 18px;grid-template-columns:40px 1fr auto}.sd26-menu{display:block;border:0;background:none;padding:10px 0}.sd26-menu i{display:block;width:18px;height:1px;background:#222;margin:5px}.sd26-brand{text-align:center;font-size:24px}.sd26-actions a:not(:last-child){display:none}.sd26-actions{font-size:0}.sd26-mobile-nav{position:absolute;z-index:60;left:0;right:0;background:#fff;padding:20px;box-shadow:0 20px 30px #0001}.sd-menu-open .sd26-mobile-nav{display:grid;gap:18px}.sd26-mobile-nav a{text-decoration:none;color:#222;font:700 11px var(--sd-body-font,Arial);text-transform:uppercase}.sd26-hero{grid-template-columns:1fr;min-height:0}.sd26-hero-copy{padding:65px 24px 55px}.sd26-hero h1{font-size:64px}.sd26-hero-media{min-height:520px}.sd26-cat-grid{grid-template-columns:1fr 1fr}.sd26-cats,.sd26-products{padding:70px 18px}.sd26-products>header{align-items:flex-start;gap:25px;flex-direction:column}.sd26-story{grid-template-columns:1fr}.sd26-story-img{margin:20px 20px 0;height:480px}.sd26-story-img.second{display:none}.sd26-story-copy{padding:65px 24px}.sd26-benefits{grid-template-columns:1fr 1fr;padding:40px 20px;gap:30px}.sd26-benefits article{padding:0;border:0}.sd26-top{height:26px}}

/* Studio D Storefront 1.9 — brand/manufacturer-level fashion system */
.sd-icon{width:21px;height:21px;display:block;flex:0 0 auto}.sd27-site{overflow:hidden;background:var(--sd-bg,#fff)}
.sd27-announcement{height:31px;background:#171514;color:#fff;display:flex;align-items:center;justify-content:center;gap:26px;font:700 8px/1 var(--sd-body-font,Arial);letter-spacing:.18em;text-transform:uppercase}.sd27-announcement i{width:3px;height:3px;background:#9c7a67;border-radius:50%}
.sd27-header{background:var(--sd-header,#fff);position:relative;z-index:50;border-bottom:1px solid #ece8e3}.sd27-header-inner{height:86px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1600px;margin:auto;padding:0 clamp(20px,4.8vw,76px)}.sd27-nav{display:flex;align-items:center;gap:28px}.sd27-nav a,.sd27-category-nav a{color:var(--sd-text,#24211f);text-decoration:none;font:700 9px/1 var(--sd-body-font,Arial);letter-spacing:.11em;text-transform:uppercase;position:relative}.sd27-nav a:after,.sd27-category-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:currentColor;transition:right .25s}.sd27-nav a:hover:after,.sd27-category-nav a:hover:after{right:0}.sd27-brand{text-align:center;color:var(--sd-text,#24211f);text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:7px}.sd27-brand span{font:400 clamp(27px,2vw,34px)/.9 var(--sd-heading-font,Georgia);letter-spacing:-.045em}.sd27-brand small{font:700 7px/1 var(--sd-body-font,Arial);letter-spacing:.28em;color:#857b75}.sd27-actions{display:flex;align-items:center;justify-content:flex-end;gap:21px}.sd27-icon-link{display:flex;align-items:center;gap:7px;color:var(--sd-text,#24211f);text-decoration:none;font:700 8px/1 var(--sd-body-font,Arial);letter-spacing:.09em;text-transform:uppercase}.sd27-icon-link .sd-icon{width:18px;height:18px}.sd27-bag{position:relative}.sd27-bag b{display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:20px;background:#171514;color:#fff;font:700 8px/1 var(--sd-body-font,Arial);margin-left:-2px}.sd27-category-nav{height:42px;display:flex;justify-content:center;align-items:center;gap:35px;border-top:1px solid #f3f0ed;overflow:auto;white-space:nowrap;padding:0 20px}.sd27-category-nav a:first-child{color:#9b735d}.sd27-menu,.sd27-mobile-nav{display:none}
.sd27-hero{min-height:min(78vh,820px);position:relative;display:flex;align-items:flex-end;background:#b8aea6;color:#fff}.sd27-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.sd27-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,13,12,.64) 0%,rgba(15,13,12,.30) 38%,rgba(15,13,12,.04) 68%,rgba(15,13,12,.08) 100%)}.sd27-hero-content{position:relative;z-index:2;padding:0 7vw 8.5vh;max-width:820px}.sd27-kicker{font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.23em;text-transform:uppercase}.sd27-hero h1{font:400 clamp(66px,7vw,120px)/.86 var(--sd-heading-font,Georgia);letter-spacing:-.06em;margin:24px 0 28px}.sd27-hero h1 em{font-weight:400;color:#e8d3c8}.sd27-hero p{font:400 14px/1.75 var(--sd-body-font,Arial);max-width:500px;color:rgba(255,255,255,.87);margin:0 0 34px}.sd27-cta-light,.sd27-cta-dark{display:inline-flex;align-items:center;gap:30px;text-decoration:none;font:800 9px/1 var(--sd-body-font,Arial);letter-spacing:.13em;text-transform:uppercase;padding-bottom:8px;border-bottom:1px solid currentColor}.sd27-cta-light{color:#fff}.sd27-cta-dark{color:#24211f}.sd27-cta-light .sd-icon,.sd27-cta-dark .sd-icon,.sd27-text-link .sd-icon,.sd27-category-name .sd-icon,.sd27-manifesto a .sd-icon{width:18px;height:18px}.sd27-hero-index{position:absolute;right:4vw;bottom:8.5vh;z-index:2;display:flex;align-items:center;gap:12px;font:700 8px/1 var(--sd-body-font,Arial);letter-spacing:.16em}.sd27-hero-index i{width:58px;height:1px;background:rgba(255,255,255,.65)}
.sd27-signature{min-height:105px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:50px;padding:0 clamp(25px,5vw,80px);border-bottom:1px solid #ebe6e2;background:#fbfaf8}.sd27-signature span{font:700 8px/1.5 var(--sd-body-font,Arial);letter-spacing:.18em;color:#81766f}.sd27-signature span:last-child{text-align:right}.sd27-signature strong{font:400 24px/1 var(--sd-heading-font,Georgia);letter-spacing:-.04em}
.sd27-categories,.sd27-products{max-width:1580px;margin:auto;padding:115px clamp(22px,5vw,76px)}.sd27-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:48px}.sd27-section-head>div>span{font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.22em;color:#9b735d}.sd27-section-head h2{font:400 clamp(43px,4.2vw,70px)/.95 var(--sd-heading-font,Georgia);letter-spacing:-.052em;margin:13px 0 0}.sd27-section-head>p{max-width:370px;color:#7d746f;font:400 13px/1.8 var(--sd-body-font,Arial);margin:0 0 6px}.sd27-category-grid{display:grid;grid-template-columns:1.12fr .88fr .88fr 1.12fr;gap:12px}.sd27-category-card{text-decoration:none;color:#24211f}.sd27-category-media{overflow:hidden;background:#eeeae6;aspect-ratio:3/4}.sd27-category-1 .sd27-category-media,.sd27-category-4 .sd27-category-media{aspect-ratio:4/5}.sd27-category-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.sd27-category-card:hover img{transform:scale(1.025)}.sd27-category-name{display:flex;align-items:center;justify-content:space-between;padding:18px 2px 4px;border-bottom:1px solid #e7e1dc}.sd27-category-name span{font:700 10px/1 var(--sd-body-font,Arial);letter-spacing:.12em;text-transform:uppercase}
.sd27-products{border-top:1px solid #eee9e5;padding-top:105px}.sd27-text-link{display:inline-flex;gap:16px;align-items:center;color:#24211f;text-decoration:none;font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.13em;border-bottom:1px solid #aaa;padding-bottom:7px}.sd27-products ul.products{margin:0!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:42px 15px!important}.sd27-products ul.products:before,.sd27-products ul.products:after{display:none!important}.sd27-products ul.products li.product{width:auto!important;margin:0!important;float:none!important;text-align:left!important}.sd27-products ul.products li.product>a:first-child{display:block}.sd27-products ul.products li.product img{margin:0 0 17px!important;width:100%!important;aspect-ratio:3/4!important;object-fit:cover!important;background:#f1eeeb}.sd27-products ul.products li.product .woocommerce-loop-product__title{font:600 11px/1.45 var(--sd-body-font,Arial)!important;letter-spacing:.02em!important;padding:0!important;margin:0 0 7px!important}.sd27-products ul.products li.product .price{font:500 11px/1.4 var(--sd-body-font,Arial)!important;color:#6f6762!important;margin:0!important}.sd27-products ul.products li.product .button{background:none!important;color:#24211f!important;border:0!important;border-bottom:1px solid #cfc6bf!important;border-radius:0!important;padding:8px 0 5px!important;margin-top:10px!important;font:800 8px/1 var(--sd-body-font,Arial)!important;letter-spacing:.13em!important;text-transform:uppercase!important}.sd27-products ul.products li.product .onsale{border-radius:0!important;background:#24211f!important;color:#fff!important;min-width:0!important;min-height:0!important;line-height:1!important;padding:8px 10px!important;top:10px!important;left:10px!important;right:auto!important;font:800 7px/1 var(--sd-body-font,Arial)!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.sd27-campaign{background:#25211f;color:#fff;display:grid;grid-template-columns:1fr 1.12fr 1fr;min-height:720px}.sd27-campaign-photo{overflow:hidden}.sd27-campaign-photo img{width:100%;height:100%;object-fit:cover}.sd27-photo-a{margin:80px 0 80px 70px}.sd27-photo-b{margin:80px 70px 80px 0}.sd27-campaign-copy{padding:90px 8%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:center}.sd27-campaign-copy>span{align-self:center;font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.22em;color:#cbb0a1}.sd27-campaign h2{font:400 clamp(48px,4.5vw,75px)/.98 var(--sd-heading-font,Georgia);letter-spacing:-.052em;margin:23px 0 30px}.sd27-campaign h2 em{font-weight:400;color:#cbb0a1}.sd27-campaign p{font:400 13px/1.85 var(--sd-body-font,Arial);color:#c8c1bc;max-width:430px;margin:0 auto 34px}.sd27-campaign-copy .sd27-cta-light{align-self:center}
.sd27-manifesto{text-align:center;padding:125px 20px 120px;background:#f3eee9}.sd27-manifesto>span{font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.25em;color:#9b735d}.sd27-manifesto>p{font:400 clamp(42px,4.9vw,78px)/1.03 var(--sd-heading-font,Georgia);letter-spacing:-.052em;max-width:1130px;margin:30px auto 38px;color:#2a2624}.sd27-manifesto>p em{font-weight:400;color:#9b735d}.sd27-manifesto>a{display:inline-flex;align-items:center;gap:16px;color:#24211f;text-decoration:none;font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.15em;border-bottom:1px solid #8d8580;padding-bottom:7px}
.sd27-benefits{max-width:1580px;margin:auto;padding:66px clamp(22px,5vw,76px);display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #ece7e2}.sd27-benefits article{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:0 30px;border-right:1px solid #e8e2dd;align-items:start}.sd27-benefits article:first-child{padding-left:0}.sd27-benefits article:last-child{border:0}.sd27-benefits .sd-icon{width:27px;height:27px;color:#9b735d}.sd27-benefits strong{display:block;font:700 10px/1.3 var(--sd-body-font,Arial);text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}.sd27-benefits span{display:block;color:#807771;font:400 11px/1.55 var(--sd-body-font,Arial)}
.sd27-footer{background:#171514;color:#fff}.sd27-footer-main{max-width:1580px;margin:auto;padding:85px clamp(22px,5vw,76px);display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:80px}.sd27-footer-main>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.sd27-footer-brand strong{font:400 clamp(30px,3vw,47px)/1 var(--sd-heading-font,Georgia);letter-spacing:-.05em}.sd27-footer-brand span,.sd27-footer-note p{font:400 12px/1.7 var(--sd-body-font,Arial);color:#a9a19c;max-width:270px}.sd27-footer-main b{font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.18em;color:#a9988e;margin-bottom:8px}.sd27-footer-main a{color:#e8e3df;text-decoration:none;font:500 11px/1.3 var(--sd-body-font,Arial)}.sd27-footer-note p{margin:0}.sd27-footer-bottom{border-top:1px solid #312d2a;max-width:1580px;margin:auto;padding:22px clamp(22px,5vw,76px);display:flex;justify-content:space-between;color:#7f7772;font:700 7px/1 var(--sd-body-font,Arial);letter-spacing:.14em;text-transform:uppercase}
@media(max-width:1050px){.sd27-nav-left{display:none}.sd27-header-inner{grid-template-columns:44px 1fr auto;height:76px}.sd27-menu{display:block;border:0;background:none;padding:8px;color:#24211f}.sd27-menu .sd-icon{width:22px;height:22px}.sd27-brand{text-align:center}.sd27-actions .sd27-icon-link span{display:none}.sd27-category-nav{justify-content:flex-start}.sd27-mobile-nav{position:absolute;left:0;right:0;background:#fff;z-index:70;padding:24px 25px;box-shadow:0 20px 40px #0001}.sd-menu-open .sd27-mobile-nav{display:grid;gap:20px}.sd27-mobile-nav a{color:#24211f;text-decoration:none;font:700 10px/1 var(--sd-body-font,Arial);letter-spacing:.1em;text-transform:uppercase}.sd27-category-grid{grid-template-columns:1fr 1fr}.sd27-campaign{grid-template-columns:1fr 1.1fr}.sd27-photo-b{display:none}.sd27-photo-a{margin:50px 0 50px 40px}.sd27-benefits{grid-template-columns:1fr 1fr;gap:35px}.sd27-benefits article{border:0;padding:0}.sd27-footer-main{grid-template-columns:1.7fr 1fr 1fr;gap:50px}.sd27-footer-note{display:none}}
@media(max-width:680px){.sd27-announcement span:nth-of-type(n+2),.sd27-announcement i{display:none}.sd27-header-inner{height:68px;padding:0 15px;grid-template-columns:36px 1fr auto}.sd27-brand span{font-size:23px}.sd27-brand small{display:none}.sd27-actions{gap:10px}.sd27-actions .sd27-icon-link:nth-child(2){display:none}.sd27-category-nav{height:39px;gap:25px;padding:0 15px}.sd27-category-nav a{font-size:8px}.sd27-hero{min-height:650px}.sd27-hero-shade{background:linear-gradient(0deg,rgba(12,10,9,.72),rgba(12,10,9,.05) 72%)}.sd27-hero-content{padding:0 22px 54px}.sd27-hero h1{font-size:61px}.sd27-hero p{font-size:12px;max-width:92%}.sd27-hero-index{display:none}.sd27-signature{grid-template-columns:1fr;padding:25px 20px;text-align:center;gap:9px}.sd27-signature span:last-child{text-align:center}.sd27-signature strong{order:-1}.sd27-categories,.sd27-products{padding:74px 16px}.sd27-section-head{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:32px}.sd27-section-head h2{font-size:44px}.sd27-section-head>p{font-size:12px}.sd27-category-grid{gap:9px}.sd27-category-name{padding-top:12px}.sd27-category-name span{font-size:8px}.sd27-products ul.products{grid-template-columns:1fr 1fr!important;gap:30px 9px!important}.sd27-products ul.products li.product .woocommerce-loop-product__title{font-size:10px!important}.sd27-campaign{grid-template-columns:1fr}.sd27-photo-a{height:500px;margin:16px 16px 0}.sd27-campaign-copy{padding:65px 22px 72px}.sd27-campaign h2{font-size:50px}.sd27-manifesto{padding:85px 20px}.sd27-manifesto>p{font-size:41px}.sd27-benefits{grid-template-columns:1fr;padding:45px 20px;gap:30px}.sd27-footer-main{grid-template-columns:1fr 1fr;padding:60px 20px;gap:45px 30px}.sd27-footer-brand{grid-column:1/-1}.sd27-footer-bottom{padding:20px;gap:15px;flex-direction:column}}

/* Studio D Storefront 2.0.1 — Hero Saias Midi
   Imagem sem texto; todo conteúdo editorial é HTML/CSS e poderá ser ligado ao painel depois. */
.sd27-hero.sd27-hero-saias{
  position:relative;
  min-height:0;
  height:auto;
  aspect-ratio:1942/809;
  display:block;
  overflow:hidden;
  background:#eee3da;
  color:#af776d;
}
.sd27-hero-saias .sd27-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.sd27-hero-copy-saias{
  position:absolute;
  z-index:3;
  left:54.8%;
  top:50%;
  width:36%;
  transform:translateY(-49%);
  text-align:center;
  color:#b57a70;
}
.sd27-hero-brand{
  display:block;
  margin:0 0 2.2vw;
  font-family:Montserrat,Inter,Arial,sans-serif;
  font-size:clamp(9px,.92vw,18px);
  font-weight:500;
  line-height:1;
  letter-spacing:.34em;
  color:#b97b70;
}
.sd27-hero-saias .sd27-hero-copy-saias h1{
  margin:0;
  font-family:"Bodoni 72","Bodoni MT",Didot,"Didot LT STD","Cormorant Garamond",Georgia,serif;
  font-size:clamp(68px,8.4vw,164px);
  font-weight:400;
  line-height:.78;
  letter-spacing:-.055em;
  color:#b7796f;
  text-shadow:none;
}
.sd27-hero-copy-saias p{
  margin:2.1vw 0 2vw;
  font-family:Montserrat,Inter,Arial,sans-serif;
  font-size:clamp(10px,1.05vw,20px);
  font-weight:400;
  line-height:1.7;
  letter-spacing:.22em;
  color:#3f3a38;
}
.sd27-hero-button-saias{
  display:inline-flex;
  min-width:250px;
  min-height:58px;
  padding:0 34px;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:0;
  background:#b9796f;
  color:#fff!important;
  font-family:Montserrat,Inter,Arial,sans-serif;
  font-size:clamp(10px,.95vw,17px);
  font-weight:400;
  line-height:1;
  letter-spacing:.16em;
  text-decoration:none!important;
  transition:background .2s ease,transform .2s ease;
}
.sd27-hero-button-saias:hover{
  background:#9e655d;
  transform:translateY(-1px);
}
@media(max-width:900px){
  .sd27-hero.sd27-hero-saias{aspect-ratio:16/9;min-height:560px}
  .sd27-hero-saias .sd27-hero-bg{object-position:43% center}
  .sd27-hero-copy-saias{left:auto;right:4%;width:47%}
  .sd27-hero-button-saias{min-width:190px;min-height:50px}
}
@media(max-width:680px){
  .sd27-hero.sd27-hero-saias{aspect-ratio:auto;min-height:650px;background:#f0e5dc}
  .sd27-hero-saias .sd27-hero-bg{object-position:30% center}
  .sd27-hero-copy-saias{
    left:0;right:0;top:auto;bottom:0;width:100%;transform:none;
    padding:44px 24px 38px;
    background:linear-gradient(0deg,rgba(247,239,233,.98) 0%,rgba(247,239,233,.93) 68%,rgba(247,239,233,0) 100%);
  }
  .sd27-hero-brand{margin-bottom:18px;font-size:8px}
  .sd27-hero-saias .sd27-hero-copy-saias h1{font-size:72px;line-height:.82}
  .sd27-hero-copy-saias p{margin:20px 0 18px;font-size:9px;line-height:1.65}
  .sd27-hero-button-saias{min-width:180px;min-height:48px;font-size:9px}
}


/* 2.0.2 · Slider editorial + entrada cinematográfica do conteúdo */
.sd27-hero-slider{position:relative;overflow:hidden;background:#eee3da}
.sd27-hero-track{position:relative}
.sd27-hero-slider .sd27-slide{position:absolute;inset:0;width:100%;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .85s cubic-bezier(.22,.61,.36,1),visibility .85s}
.sd27-hero-slider .sd27-slide:first-child{position:relative}
.sd27-hero-slider .sd27-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.sd27-hero-slider .sd27-animate-item{opacity:0;transform:translate3d(0,34px,0);filter:blur(3px);transition:opacity .8s ease,transform .95s cubic-bezier(.16,1,.3,1),filter .8s ease}
.sd27-hero-slider .is-active .sd27-animate-item{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}
.sd27-hero-slider .is-active .sd27-animate-item:nth-child(1){transition-delay:.20s}
.sd27-hero-slider .is-active .sd27-animate-item:nth-child(2){transition-delay:.34s}
.sd27-hero-slider .is-active .sd27-animate-item:nth-child(3){transition-delay:.50s}
.sd27-hero-slider .is-active .sd27-animate-item:nth-child(4){transition-delay:.66s}
.sd27-slider-arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(60,50,45,.18);border-radius:50%;background:rgba(255,255,255,.55);backdrop-filter:blur(8px);color:#6f5b54;font:300 28px/1 Georgia,serif;display:grid;place-items:center;cursor:pointer;opacity:0;transition:opacity .25s,background .25s}
.sd27-hero-slider:hover .sd27-slider-arrow{opacity:1}.sd27-slider-arrow:hover{background:rgba(255,255,255,.88)}
.sd27-slider-prev{left:22px}.sd27-slider-next{right:22px}
.sd27-slider-dots{position:absolute;z-index:9;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:8px;align-items:center}
.sd27-slider-dots button{width:28px;height:2px;padding:0;border:0;background:rgba(90,69,62,.28);cursor:pointer;transition:width .3s,background .3s}.sd27-slider-dots button.is-active{width:46px;background:#b9796f}
@media(max-width:680px){.sd27-slider-arrow{display:none}.sd27-slider-dots{bottom:14px}.sd27-hero-slider .sd27-animate-item{transform:translate3d(0,22px,0)}}
@media(prefers-reduced-motion:reduce){.sd27-hero-slider .sd27-slide,.sd27-hero-slider .sd27-animate-item{transition:none!important;transform:none!important;filter:none!important}.sd27-hero-slider .sd27-animate-item{opacity:1}}

/* Slide 2 — Novos olhares */
.sd27-hero-novos .sd27-hero-copy-saias{right:7%;width:44%;}
.sd27-hero-novos .sd27-hero-brand{color:#bf7c70;}
.sd27-hero-novos .sd27-hero-copy-saias h1{font-size:clamp(64px,6.3vw,112px);line-height:.86;letter-spacing:-.045em;color:#bf7c70;max-width:720px;}
.sd27-hero-novos .sd27-hero-button-saias{background:#bf7c70;border-color:#bf7c70;color:#fff;}
.sd27-hero-novos .sd27-hero-button-saias:hover{background:#a8675e;border-color:#a8675e;}
@media(max-width:980px){
 .sd27-hero-novos .sd27-hero-copy-saias{right:4%;width:48%;}
 .sd27-hero-novos .sd27-hero-copy-saias h1{font-size:clamp(54px,7vw,82px);}
}
@media(max-width:680px){
 .sd27-hero-novos .sd27-hero-bg{object-position:36% center;}
 .sd27-hero-novos .sd27-hero-copy-saias{left:8%;right:auto;bottom:52px;width:84%;align-items:flex-start;text-align:left;}
 .sd27-hero-novos .sd27-hero-copy-saias h1{font-size:54px;line-height:.88;max-width:390px;}
}
/* Studio D Storefront 2.0.4 — slider hardening */
.sd27-hero-slider{isolation:isolate;min-height:clamp(520px,41vw,800px)}
.sd27-hero-slider .sd27-slide{display:block!important}
.sd27-hero-slider .sd27-slide:not(.is-active){z-index:1}
.sd27-hero-slider .sd27-slide.is-active{z-index:3}
.sd27-hero-slider .sd27-slide .sd27-hero-bg{display:block;width:100%;height:100%;object-fit:cover}
.sd27-hero-novos .sd27-hero-copy-saias{right:8%;left:auto;width:43%;align-items:center;text-align:center}
.sd27-hero-novos .sd27-hero-copy-saias h1{color:#bf7c70;font-size:clamp(62px,6vw,108px);line-height:.88;letter-spacing:-.05em}
.sd27-hero-novos .sd27-hero-brand{color:#bf7c70}
.sd27-hero-novos .sd27-hero-button-saias{background:#bf7c70!important;border-color:#bf7c70!important;color:#fff!important}
@media(max-width:680px){.sd27-hero-novos .sd27-hero-copy-saias{left:7%;right:auto;width:86%;align-items:flex-start;text-align:left}.sd27-hero-novos .sd27-hero-copy-saias h1{font-size:clamp(48px,14vw,68px);max-width:420px}}


/* Studio D Storefront 2.0.6 — slider crossfade + cinematic slow zoom */
.sd27-hero-slider .sd27-hero-track{position:relative;overflow:hidden}
.sd27-hero-slider .sd27-slide{position:absolute!important;inset:0!important;width:100%;height:100%;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:1!important;transition:opacity 1.15s cubic-bezier(.4,0,.2,1),visibility 1.15s linear!important}
.sd27-hero-slider .sd27-slide:first-child{position:relative!important}
.sd27-hero-slider .sd27-slide.is-active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:3!important}
.sd27-hero-slider .sd27-slide .sd27-hero-bg{transform:scale(1.005);transform-origin:center center;will-change:transform,opacity;transition:transform 7.2s cubic-bezier(.16,.68,.26,1)!important}
.sd27-hero-slider .sd27-slide.is-active .sd27-hero-bg{transform:scale(1.065)}
.sd27-hero-slider .sd27-slide:not(.is-active) .sd27-animate-item{opacity:0!important;transform:translate3d(0,28px,0)!important;filter:blur(2px)!important;transition:none!important}
.sd27-hero-slider .sd27-slide.is-active .sd27-animate-item{opacity:1!important;transform:translate3d(0,0,0)!important;filter:blur(0)!important;transition:opacity .75s ease,transform .9s cubic-bezier(.16,1,.3,1),filter .75s ease!important}
.sd27-hero-slider .sd27-slide.is-active .sd27-animate-item:nth-child(1){transition-delay:.25s!important}
.sd27-hero-slider .sd27-slide.is-active .sd27-animate-item:nth-child(2){transition-delay:.42s!important}
.sd27-hero-slider .sd27-slide.is-active .sd27-animate-item:nth-child(3){transition-delay:.58s!important}
.sd27-hero-slider .sd27-slide.is-active .sd27-animate-item:nth-child(4){transition-delay:.72s!important}
@media(prefers-reduced-motion:reduce){.sd27-hero-slider .sd27-slide,.sd27-hero-slider .sd27-slide .sd27-hero-bg,.sd27-hero-slider .sd27-animate-item{transition:none!important;transform:none!important;filter:none!important}}

/* Studio D Storefront 2.0.7 — slider CSS independente, 2 campanhas */
.sd27-hero-slider .sd27-hero-track{position:relative!important;overflow:hidden!important;min-height:clamp(520px,41vw,800px)!important}
.sd27-hero-slider .sd27-slide{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;visibility:visible!important;pointer-events:none!important;opacity:0!important;z-index:1!important}
.sd27-hero-slider .sd27-slide:first-child{position:absolute!important}
.sd27-hero-slider .sd27-slide:nth-child(1){animation:sd27SlideOne 13s ease-in-out infinite!important}
.sd27-hero-slider .sd27-slide:nth-child(2){animation:sd27SlideTwo 13s ease-in-out infinite!important}
.sd27-hero-slider .sd27-slide:nth-child(1) .sd27-hero-bg,
.sd27-hero-slider .sd27-slide:nth-child(2) .sd27-hero-bg{animation:sd27SlowZoom 6.5s ease-out infinite alternate!important;transform-origin:center center!important}
@keyframes sd27SlideOne{0%,42%{opacity:1;z-index:3}50%,92%{opacity:0;z-index:1}100%{opacity:1;z-index:3}}
@keyframes sd27SlideTwo{0%,42%{opacity:0;z-index:1}50%,92%{opacity:1;z-index:3}100%{opacity:0;z-index:1}}
@keyframes sd27SlowZoom{from{transform:scale(1.005)}to{transform:scale(1.055)}}
/* copy acompanha a campanha, sem depender de JS */
.sd27-hero-slider .sd27-slide .sd27-animate-item{opacity:0!important;transform:translate3d(0,24px,0)!important;filter:blur(1.5px)!important}
.sd27-hero-slider .sd27-slide:nth-child(1) .sd27-animate-item{animation:sd27CopyOne 13s ease-in-out infinite!important}
.sd27-hero-slider .sd27-slide:nth-child(2) .sd27-animate-item{animation:sd27CopyTwo 13s ease-in-out infinite!important}
.sd27-hero-slider .sd27-slide .sd27-animate-item:nth-child(2){animation-delay:.12s!important}.sd27-hero-slider .sd27-slide .sd27-animate-item:nth-child(3){animation-delay:.22s!important}.sd27-hero-slider .sd27-slide .sd27-animate-item:nth-child(4){animation-delay:.32s!important}
@keyframes sd27CopyOne{0%,4%{opacity:0;transform:translate3d(0,24px,0);filter:blur(1.5px)}10%,38%{opacity:1;transform:none;filter:none}45%,100%{opacity:0;transform:translate3d(0,-8px,0);filter:blur(1px)}}
@keyframes sd27CopyTwo{0%,48%{opacity:0;transform:translate3d(0,24px,0);filter:blur(1.5px)}56%,88%{opacity:1;transform:none;filter:none}95%,100%{opacity:0;transform:translate3d(0,-8px,0);filter:blur(1px)}}
/* controles manuais: ao clicar, congela no slide escolhido */
.sd27-hero-slider.sd27-manual .sd27-slide{animation:none!important;opacity:0!important;z-index:1!important}.sd27-hero-slider.sd27-manual .sd27-slide.sd27-manual-active{opacity:1!important;z-index:4!important;pointer-events:auto!important}.sd27-hero-slider.sd27-manual .sd27-slide.sd27-manual-active .sd27-animate-item{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}
@media(prefers-reduced-motion:reduce){.sd27-hero-slider .sd27-slide{animation:none!important}.sd27-hero-slider .sd27-slide:first-child{opacity:1!important;z-index:3!important}.sd27-hero-slider .sd27-slide .sd27-hero-bg,.sd27-hero-slider .sd27-animate-item{animation:none!important;transform:none!important;filter:none!important}.sd27-hero-slider .sd27-slide:first-child .sd27-animate-item{opacity:1!important}}


/* 2.1.0 · Hero Studio D: painel + crossfade + zoom + letras */
.sd210-slider{position:relative;overflow:hidden;width:100%;height:clamp(560px,41.65vw,810px);background:#eee3da;isolation:isolate}
.sd210-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;z-index:1;transition:opacity 1.15s cubic-bezier(.4,0,.2,1),visibility 1.15s linear}
.sd210-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:3}
.sd210-photo{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;transform:scale(1.005);will-change:transform;transition:transform 7.5s cubic-bezier(.18,.72,.24,1)}
.sd210-slide.is-active .sd210-photo{transform:scale(1.055)}
.sd210-copy{position:absolute;z-index:4;left:55%;top:50%;width:36%;transform:translateY(-50%);display:flex;flex-direction:column;color:#b9796f}
.sd210-copy.sd-align-center{text-align:center;align-items:center}.sd210-copy.sd-align-left{text-align:left;align-items:flex-start}.sd210-copy.sd-align-right{text-align:right;align-items:flex-end}
.sd210-eyebrow{margin:0 0:clamp(18px,2vw,38px);font:500 clamp(9px,.92vw,18px)/1 Montserrat,Inter,Arial,sans-serif;letter-spacing:.34em;color:#b9796f}
.sd210-title{margin:0;font-family:"Bodoni 72","Bodoni MT",Didot,"Cormorant Garamond",Georgia,serif;font-size:clamp(68px,7.6vw,148px);font-weight:400;line-height:.79;letter-spacing:-.055em;color:#b9796f}
.sd210-title .sd-hero-letter,.sd210-title .sd-hero-space{display:inline-block}.sd210-title .sd-hero-letter{opacity:0;transform:translateY(42px);filter:blur(4px)}
.sd210-slide.is-active .sd210-title .sd-hero-letter{animation:sd210Letter .72s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(.22s + var(--i)*.055s)}
@keyframes sd210Letter{0%{opacity:0;transform:translateY(42px);filter:blur(4px)}100%{opacity:1;transform:translateY(0);filter:blur(0)}}
.sd210-enter{opacity:0;transform:translateY(22px);filter:blur(2px)}.sd210-slide.is-active .sd210-enter{animation:sd210Enter .8s cubic-bezier(.16,1,.3,1) forwards}.sd210-slide.is-active .sd210-eyebrow{animation-delay:.08s}.sd210-slide.is-active .sd210-text{animation-delay:.95s}.sd210-slide.is-active .sd210-button{animation-delay:1.12s}
@keyframes sd210Enter{to{opacity:1;transform:none;filter:none}}
.sd210-text{margin:clamp(24px,2.2vw,42px) 0 clamp(22px,2vw,38px);font:400 clamp(10px,1.05vw,20px)/1.7 Montserrat,Inter,Arial,sans-serif;letter-spacing:.22em;color:#3f3a38;max-width:100%}
.sd210-button{display:inline-flex;min-width:250px;min-height:58px;padding:0 34px;align-items:center;justify-content:center;background:#b9796f;color:#fff!important;text-decoration:none!important;font:400 clamp(10px,.95vw,17px)/1 Montserrat,Inter,Arial,sans-serif;letter-spacing:.16em}
.sd210-arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(60,50,45,.18);border-radius:50%;background:rgba(255,255,255,.68);color:#6f5b54;font:300 28px/1 Georgia;cursor:pointer}.sd210-prev{left:22px}.sd210-next{right:22px}
.sd210-dots{position:absolute;z-index:9;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:8px}.sd210-dots button{width:28px;height:2px;border:0;padding:0;background:rgba(90,69,62,.28)}.sd210-dots button.is-active{width:46px;background:#b9796f}
@media(max-width:900px){.sd210-copy{left:auto;right:4%;width:47%}.sd210-title{font-size:clamp(58px,8vw,92px)}}
@media(max-width:680px){.sd210-slider{height:690px}.sd210-photo{background-position:30% center}.sd210-copy{left:0;right:0;top:auto;bottom:0;width:100%;transform:none;padding:54px 24px 42px;background:linear-gradient(0deg,rgba(247,239,233,.99),rgba(247,239,233,.94) 72%,rgba(247,239,233,0));text-align:center!important;align-items:center!important}.sd210-title{font-size:64px}.sd210-text{font-size:9px}.sd210-button{min-width:180px;min-height:48px;font-size:9px}.sd210-arrow{display:none}.sd210-dots{bottom:14px}}
@media(prefers-reduced-motion:reduce){.sd210-slide,.sd210-photo,.sd210-enter,.sd210-title .sd-hero-letter{transition:none!important;animation:none!important;transform:none!important;filter:none!important}.sd210-slide.is-active .sd210-enter,.sd210-slide.is-active .sd210-title .sd-hero-letter{opacity:1!important}}

/* 2.1.1 · enquadramento não destrutivo vindo do painel */
.sd210-photo{background-position:center;background-size:cover;transform:scale(var(--sd-frame-zoom,1));transform-origin:center;transition:transform 7s cubic-bezier(.2,.65,.3,1)}
.sd210-slide.is-active .sd210-photo{transform:scale(calc(var(--sd-frame-zoom,1) + .035))}
@media(prefers-reduced-motion:reduce){.sd210-photo,.sd210-slide.is-active .sd210-photo{transform:scale(var(--sd-frame-zoom,1))!important}}

/* Studio D Storefront 2.1.3 - mesma matemática do editor */
@media(min-width:681px){.sd210-slider{height:auto!important;aspect-ratio:1942/809!important;min-height:0!important;max-height:none!important}}
.sd210-photo{background-size:cover!important;background-repeat:no-repeat!important;transform:scale(var(--sd-frame-zoom,1))!important;transform-origin:var(--sd-frame-x,50%) var(--sd-frame-y,50%)!important}
.sd210-slide.is-active .sd210-photo{transform:scale(var(--sd-frame-zoom,1))!important}

/* Studio D Storefront 2.1.4 — enquadramento fiel + títulos sem palavra quebrada */
@media(min-width:681px){
  .sd210-slider{height:auto!important;aspect-ratio:1942/809!important;min-height:0!important;max-height:none!important}
}
.sd210-title{max-width:100%;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;font-size:clamp(54px,6.2vw,120px)!important;line-height:.86!important}
.sd210-title .sd-hero-word{display:inline-block!important;white-space:nowrap!important}
.sd210-title .sd-hero-space{display:inline-block!important;width:.22em!important;white-space:pre!important}
.sd210-title .sd-hero-letter{display:inline-block!important}
@media(max-width:1100px) and (min-width:681px){.sd210-copy{width:40%!important;left:54%!important}.sd210-title{font-size:clamp(48px,5.8vw,78px)!important}}
@media(max-width:680px){.sd210-title{font-size:clamp(42px,13vw,64px)!important;line-height:.9!important}}

/* 2.1.5 — palavras indivisíveis e tipografia responsiva */
.sd210-title{font-size:clamp(46px,5.35vw,104px)!important;line-height:.88!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.sd210-title .sd-hero-word{display:inline-flex!important;flex-wrap:nowrap!important;white-space:nowrap!important;vertical-align:baseline!important}
.sd210-title .sd-hero-gap{display:inline-block!important;width:.24em!important}
.sd210-title .sd-hero-letter{display:block!important;flex:0 0 auto!important}
@media(max-width:1100px) and (min-width:681px){.sd210-title{font-size:clamp(44px,5vw,72px)!important}}

/* Studio D Storefront 2.1.6 — hero como imagem responsiva (SEO/LCP) + palavras indivisíveis */
.sd210-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:var(--sd-frame-x,50%) var(--sd-frame-y,50%)!important;transform:scale(var(--sd-frame-zoom,1))!important;transform-origin:var(--sd-frame-x,50%) var(--sd-frame-y,50%)!important;display:block!important}
.sd210-title{white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.sd210-title .sd-hero-word{display:inline-block!important;white-space:nowrap!important;vertical-align:baseline!important}
.sd210-title .sd-hero-letter{display:inline-block!important;flex:none!important}


/* Studio D Storefront 2.1.7 — título do hero menor e palavras atomicamente indivisíveis */
.sd210-title{
  display:flex!important;
  flex-wrap:wrap!important;
  column-gap:.20em!important;
  row-gap:0!important;
  width:100%!important;
  max-width:100%!important;
  font-size:clamp(42px,4.55vw,90px)!important;
  line-height:.90!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
.sd210-title .sd-hero-word{
  display:inline-flex!important;
  flex:0 0 auto!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
.sd210-title .sd-hero-letter{display:inline-block!important;flex:0 0 auto!important}
.sd210-copy.sd-align-center .sd210-title{justify-content:center!important}
.sd210-copy.sd-align-left .sd210-title{justify-content:flex-start!important}
.sd210-copy.sd-align-right .sd210-title{justify-content:flex-end!important}
@media(max-width:1100px) and (min-width:681px){.sd210-title{font-size:clamp(40px,4.35vw,66px)!important}}
@media(max-width:680px){.sd210-title{font-size:clamp(38px,11vw,56px)!important;line-height:.94!important;justify-content:center!important}}

/* 2.1.8 · categorias editoriais Studio D */
.sd27-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sd27-category-card{min-width:0}.sd27-category-media{aspect-ratio:4/5!important;background:#f4eee9;display:grid;place-items:center}.sd27-category-media.has-illustration img{width:78%;height:78%;object-fit:contain;transform:none!important}.sd27-category-media.has-photo img{width:100%;height:100%;object-fit:cover}.sd27-category-name{padding:15px 2px 5px}.sd27-category-name span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:1051px){.sd27-category-card:nth-child(n+5){transform:translateX(50%)}}@media(max-width:1050px){.sd27-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sd27-category-card:nth-child(n){transform:none}}@media(max-width:680px){.sd27-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sd27-category-media{aspect-ratio:4/5!important}.sd27-category-media.has-illustration img{width:82%;height:82%}}

/* 2.1.10 · category fallback artwork: richer editorial fashion illustrations,
   delicate outlines and Sandra Modas warm palette. */
/* 2.1.11 · categorias editoriais: ilustrações de moda detalhadas e consistentes */
.sd-category-card img[src*="/category-icons/"]{object-fit:cover;transform:none!important;filter:none}
.sd-category-card:hover img[src*="/category-icons/"]{transform:scale(1.012)!important}

/* Studio D Storefront 2.1.15 · acabamento final da Vitrine */
.sd27-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.admin-bar .sd27-header{top:32px}.sd27-category-nav{display:none!important}
@media(min-width:1051px){
 .sd27-category-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
 .sd27-category-card{flex:0 0 calc((100% - 42px)/4);max-width:calc((100% - 42px)/4);transform:none!important}
 .sd27-products ul.products{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:42px 15px!important}
 .sd27-products ul.products li.product{flex:0 0 calc((100% - 45px)/4)!important;max-width:calc((100% - 45px)/4)!important}
}
@media(max-width:1050px){
 .sd27-category-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
 .sd27-category-card{flex:0 0 calc((100% - 14px)/2);max-width:calc((100% - 14px)/2);transform:none!important}
 .sd27-products ul.products{display:flex!important;flex-wrap:wrap!important;justify-content:center!important}
 .sd27-products ul.products li.product{flex:0 0 calc((100% - 15px)/2)!important;max-width:calc((100% - 15px)/2)!important}
}
@media(max-width:680px){.admin-bar .sd27-header{top:46px}.sd27-category-grid{gap:10px}.sd27-category-card{flex-basis:calc((100% - 10px)/2);max-width:calc((100% - 10px)/2)}.sd27-products ul.products li.product{flex-basis:calc((100% - 9px)/2)!important;max-width:calc((100% - 9px)/2)!important}}


/* 2.1.21 · objetos editoriais interativos no banner */
.sd210-slide .sd210-photo{z-index:1}
.sd210-slide .sd-ambient{position:absolute;inset:0;z-index:3;overflow:hidden;pointer-events:none;--sd-ambient-alpha:.58}
.sd210-slide .sd-ambient-medium{--sd-ambient-alpha:.76}.sd210-slide .sd-ambient-strong{--sd-ambient-alpha:.94}
.sd210-slide .sd-ambient i{position:absolute;display:block;opacity:var(--sd-ambient-alpha);will-change:transform;transform:translate3d(0,0,0) rotate(var(--r,0deg));transform-origin:center;filter:drop-shadow(0 8px 14px rgba(28,20,18,.12))}
.sd210-slide .sd-ambient i:nth-child(1){left:7%;top:18%;--r:-18deg}.sd210-slide .sd-ambient i:nth-child(2){left:22%;top:70%;--r:14deg}.sd210-slide .sd-ambient i:nth-child(3){left:42%;top:13%;--r:32deg}.sd210-slide .sd-ambient i:nth-child(4){left:58%;top:72%;--r:-26deg}.sd210-slide .sd-ambient i:nth-child(5){left:72%;top:18%;--r:10deg}.sd210-slide .sd-ambient i:nth-child(6){left:87%;top:58%;--r:38deg}.sd210-slide .sd-ambient i:nth-child(7){left:34%;top:48%;--r:-8deg}.sd210-slide .sd-ambient i:nth-child(8){left:80%;top:38%;--r:-32deg}
.sd210-slide .sd-ambient-editorial i:nth-child(odd){width:18px;height:18px;border:1.5px solid color-mix(in srgb,var(--sd-ambient-color) 82%,white);border-radius:50%;background:color-mix(in srgb,var(--sd-ambient-color) 35%,rgba(255,255,255,.75));box-shadow:inset -3px -3px 7px rgba(80,45,35,.12),0 0 0 5px color-mix(in srgb,var(--sd-ambient-color) 10%,transparent)}
.sd210-slide .sd-ambient-editorial i:nth-child(even){width:30px;height:12px;border-radius:70% 30% 65% 35%;background:linear-gradient(135deg,color-mix(in srgb,var(--sd-ambient-color) 75%,white),color-mix(in srgb,var(--sd-ambient-color) 45%,transparent));box-shadow:inset 0 1px rgba(255,255,255,.7)}
.sd210-slide .sd-ambient-editorial i:nth-child(4),.sd210-slide .sd-ambient-editorial i:nth-child(8){width:8px;height:38px;border-radius:999px}
.sd210-slide .sd-ambient-pearls i{width:17px;height:17px;border-radius:50%;background:radial-gradient(circle at 32% 28%,#fff 0 12%,color-mix(in srgb,var(--sd-ambient-color) 22%,#fff) 26%,color-mix(in srgb,var(--sd-ambient-color) 72%,#e7d8d0) 70%,color-mix(in srgb,var(--sd-ambient-color) 90%,#8c7168));box-shadow:0 5px 14px rgba(28,20,18,.18)}
.sd210-slide .sd-ambient-pearls i:nth-child(3n){width:6px;height:6px;background:#fff;box-shadow:0 0 9px 3px color-mix(in srgb,var(--sd-ambient-color) 65%,white)}
.sd210-slide .sd-ambient-fabric i{width:44px;height:25px;border-radius:75% 25% 70% 30%/55% 45% 55% 45%;background:linear-gradient(145deg,color-mix(in srgb,var(--sd-ambient-color) 72%,white),color-mix(in srgb,var(--sd-ambient-color) 38%,transparent));box-shadow:inset 7px 2px 10px rgba(255,255,255,.42),inset -8px -3px 12px rgba(80,45,35,.12)}
.sd210-slide .sd-ambient-fabric i:nth-child(3n){width:58px;height:14px;border-radius:90% 10% 90% 10%}
.sd210-slide .sd210-copy{z-index:5}
@media(max-width:680px){.sd210-slide .sd-ambient i{animation:sdObjectFloat 6s ease-in-out infinite alternate}.sd210-slide .sd-ambient i:nth-child(2n){animation-delay:-2s}.sd210-slide .sd-ambient i:nth-child(3n){animation-delay:-4s}.sd210-slide .sd-ambient i:nth-child(n+6){display:none}}@keyframes sdObjectFloat{to{margin-top:10px;transform:translate3d(4px,-6px,0) rotate(var(--r,0deg))}}@media(prefers-reduced-motion:reduce){.sd210-slide .sd-ambient i{animation:none!important;transform:none!important}}

/* Studio D Storefront 2.1.22 — logo oficial no cabeçalho */
.sd27-brand.sd27-brand-logo{display:flex;align-items:center;justify-content:center;gap:0;line-height:0}
.sd27-brand.sd27-brand-logo img{display:block;width:58px;height:58px;object-fit:contain}
@media(max-width:680px){.sd27-brand.sd27-brand-logo img{width:48px;height:48px}}


/* Studio D Storefront 2.1.24 — marca oficial no cabeçalho */
.sd27-brand.sd27-brand-logo{width:74px;height:74px;display:grid!important;place-items:center;line-height:0;gap:0!important}
.sd27-brand.sd27-brand-logo img{display:block!important;width:68px!important;height:68px!important;object-fit:contain!important}
@media(max-width:680px){.sd27-brand.sd27-brand-logo{width:58px;height:58px}.sd27-brand.sd27-brand-logo img{width:54px!important;height:54px!important}}


/* 2.1.23 · Commerce é motor; a experiência visual pertence ao Studio D */
body.admin-bar{margin-top:0!important}#wpadminbar{display:none!important}html{margin-top:0!important}.admin-bar .sd27-header,.admin-bar .sd-header{top:0!important}
.sd-commerce-product .sd-content,.sd-commerce-cart .sd-content,.sd-commerce-checkout .sd-content,.sd-commerce-account .sd-content{max-width:1360px;padding-top:52px;padding-bottom:96px}
.woocommerce{font-family:Inter,Arial,sans-serif;color:#171717}.woocommerce a{color:inherit}.woocommerce .woocommerce-breadcrumb{font-size:11px;color:#8b8884;margin:0 0 28px;letter-spacing:.04em}.woocommerce .woocommerce-breadcrumb a{text-decoration:none}
/* produto */
.sd-product-page{padding-top:42px!important}.woocommerce div.product{max-width:none!important;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);column-gap:clamp(42px,6vw,96px);align-items:start}.woocommerce div.product .woocommerce-product-gallery{width:auto!important;float:none!important;margin:0!important}.woocommerce div.product div.summary{width:auto!important;float:none!important;margin:18px 0 0!important;position:sticky;top:112px}.woocommerce div.product .product_title{font-family:Georgia,serif;font-size:clamp(36px,4vw,58px);font-weight:400;line-height:1.03;letter-spacing:-.035em;margin:8px 0 18px}.sd-product-eyebrow,.sd-mini-kicker{font-size:10px;font-weight:800;letter-spacing:.18em;color:#7d776f}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:20px!important;color:#171717!important;font-weight:700;margin:0 0 24px}.woocommerce-product-details__short-description{font-size:14px;line-height:1.75;color:#67635f;border-top:1px solid #ece8e3;padding-top:22px}.woocommerce div.product form.cart{border-top:1px solid #ece8e3;padding-top:24px;margin-top:24px!important}.woocommerce div.product form.cart .variations{margin-bottom:18px}.woocommerce div.product form.cart .variations th,.woocommerce div.product form.cart .variations td{display:block;text-align:left;padding:0 0 8px}.woocommerce div.product form.cart .variations label{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.woocommerce div.product form.cart select{width:100%;min-height:48px;border:1px solid #dedad4;background:#fff;padding:0 14px}.woocommerce .quantity .qty{height:48px;width:68px;border:1px solid #dedad4}.woocommerce div.product form.cart .button{min-height:48px;border:0;border-radius:999px!important;background:#171717!important;color:#fff!important;padding:0 28px!important;font-size:12px!important;letter-spacing:.04em}.sd-product-assurance{display:grid;gap:8px;border-top:1px solid #ece8e3;margin-top:26px;padding-top:20px}.sd-product-assurance span{font-size:12px;color:#666}.sd-product-assurance span:before{content:'✓';margin-right:8px;color:#171717}.woocommerce div.product .woocommerce-product-gallery__image img{border-radius:16px}.woocommerce div.product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px!important}.woocommerce div.product .flex-control-thumbs li{width:auto!important;float:none!important}.woocommerce div.product .flex-control-thumbs img{border-radius:8px}.woocommerce div.product .woocommerce-tabs{display:none}.woocommerce div.product .sd-product-details,.woocommerce div.product .related.products,.woocommerce div.product .upsells.products{grid-column:1/-1}.sd-product-details{margin-top:86px;padding-top:52px;border-top:1px solid #e9e5df;display:grid;grid-template-columns:.75fr 1.25fr;gap:60px}.sd-product-details h2{font-family:Georgia,serif;font-size:38px;font-weight:400;line-height:1.1;margin:12px 0}.sd-product-detail-list details{border-top:1px solid #e9e5df;padding:20px 0}.sd-product-detail-list details:last-child{border-bottom:1px solid #e9e5df}.sd-product-detail-list summary{font-size:13px;font-weight:700;cursor:pointer}.sd-product-detail-list details>div{padding-top:14px;color:#68635e;font-size:14px;line-height:1.7}.sd-attribute-list p{display:flex;justify-content:space-between;gap:20px;margin:7px 0}.related.products,.upsells.products{margin-top:78px}.related.products>h2,.upsells.products>h2{font-family:Georgia,serif;font-weight:400;font-size:38px}
/* mensagens */
.woocommerce-message,.woocommerce-info,.woocommerce-error{border:1px solid #e8e3dc!important;border-top:1px solid #e8e3dc!important;background:#faf8f5!important;color:#333!important;padding:17px 20px 17px 48px!important;border-radius:10px}.woocommerce-message:before,.woocommerce-info:before{color:#171717!important;top:17px!important}.woocommerce-error:before{top:17px!important}
/* carrinho */
.sd-commerce-cart .woocommerce h1,.sd-commerce-checkout .woocommerce h1,.sd-commerce-account .woocommerce h1{font-family:Georgia,serif;font-weight:400;letter-spacing:-.03em}.woocommerce-cart-form{padding:0!important}.woocommerce table.shop_table{border:0!important;border-collapse:collapse!important;border-radius:0!important}.woocommerce table.shop_table th{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#777;padding:14px 12px;border-bottom:1px solid #e9e5df}.woocommerce table.shop_table td{padding:20px 12px;border-top:0;border-bottom:1px solid #eeeae5}.woocommerce-cart-form img{width:88px!important;border-radius:10px}.woocommerce a.remove{font-size:20px!important;color:#999!important}.woocommerce a.remove:hover{background:transparent!important;color:#111!important}.woocommerce .cart-collaterals{margin-top:44px}.woocommerce .cart-collaterals .cart_totals{float:right;width:min(100%,480px);background:#f7f4ef;padding:30px;border-radius:16px}.woocommerce .cart_totals h2{font-family:Georgia,serif;font-weight:400;font-size:30px}.woocommerce .wc-proceed-to-checkout a.checkout-button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{background:#171717!important;color:#fff!important;border-radius:999px!important;font-size:12px!important;padding:15px 22px!important;font-weight:700!important}.woocommerce .coupon .input-text{min-width:180px!important;height:45px;border:1px solid #ddd8d2!important;padding:0 12px!important}
/* checkout */
.sd-commerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:26px 60px}.sd-commerce-checkout #customer_details{grid-column:1;grid-row:1/4}.sd-commerce-checkout #order_review_heading,.sd-commerce-checkout #order_review{grid-column:2}.sd-commerce-checkout #order_review{background:#f7f4ef;padding:28px;border-radius:16px}.woocommerce-checkout h3{font-family:Georgia,serif;font-weight:400;font-size:28px}.woocommerce form .form-row label{font-size:11px;font-weight:700;letter-spacing:.04em}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:48px;border:1px solid #ddd8d2!important;border-radius:6px!important;background:#fff;padding:10px 12px}.woocommerce-checkout-payment{background:#fff!important;border:1px solid #e6e1db!important;border-radius:10px!important}.woocommerce-checkout-payment .payment_box{background:#f7f4ef!important}.woocommerce-checkout-payment .payment_box:before{border-bottom-color:#f7f4ef!important}
/* conta */
.sd-commerce-account .woocommerce{display:grid;grid-template-columns:240px minmax(0,1fr);gap:50px}.sd-commerce-account .woocommerce-notices-wrapper{grid-column:1/-1}.woocommerce-MyAccount-navigation{width:auto!important;float:none!important}.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;border:1px solid #ebe7e1;border-radius:14px;overflow:hidden}.woocommerce-MyAccount-navigation li a{display:block;padding:15px 18px;text-decoration:none;font-size:13px;border-bottom:1px solid #eeeae5}.woocommerce-MyAccount-navigation li:last-child a{border:0}.woocommerce-MyAccount-navigation li.is-active a{background:#171717;color:#fff}.woocommerce-MyAccount-content{width:auto!important;float:none!important;min-width:0}.woocommerce-MyAccount-content>p:first-child{font-size:18px}.woocommerce form.login,.woocommerce form.register,.woocommerce form.edit-account{border:1px solid #e9e5df!important;border-radius:14px!important;padding:28px!important}.woocommerce-Address{border:1px solid #eeeae5;padding:22px;border-radius:12px}
/* catálogo */
.sd-commerce-catalog .sd-catalog-hero{padding-top:56px}.sd-commerce-catalog .woocommerce-ordering select{border:1px solid #ddd8d2;background:#fff;min-height:42px;padding:0 12px;border-radius:999px}.woocommerce nav.woocommerce-pagination ul{border:0!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:0 3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;display:grid;place-items:center;border-radius:50%;padding:0!important}.woocommerce nav.woocommerce-pagination ul li span.current{background:#171717;color:#fff}
@media(max-width:900px){.woocommerce div.product{grid-template-columns:1fr}.woocommerce div.product div.summary{position:static;margin-top:28px!important}.sd-product-details{grid-template-columns:1fr;gap:22px;margin-top:54px}.sd-commerce-checkout form.checkout{display:block}.sd-commerce-checkout #order_review{margin-top:20px}.sd-commerce-account .woocommerce{grid-template-columns:1fr;gap:24px}.woocommerce-MyAccount-navigation ul{display:flex;overflow:auto}.woocommerce-MyAccount-navigation li a{white-space:nowrap;border-bottom:0;border-right:1px solid #eeeae5}.woocommerce .cart-collaterals .cart_totals{float:none;width:100%}}
@media(max-width:560px){.sd-commerce-product .sd-content,.sd-commerce-cart .sd-content,.sd-commerce-checkout .sd-content,.sd-commerce-account .sd-content{padding:28px 18px 70px}.woocommerce div.product .product_title{font-size:38px}.sd-product-details h2{font-size:31px}.woocommerce table.shop_table_responsive tr td{padding:12px 8px}.woocommerce .cart-collaterals .cart_totals{padding:20px}.sd-commerce-checkout #order_review{padding:20px}}


/* Studio D Storefront 2.1.25 — mobile hero + Commerce public experience */
/* Hero mobile: desktop editorial banners need a focal crop on narrow screens. */
@media (max-width:680px){
  .sd210-slider{height:min(118vw,720px)!important;min-height:520px!important;max-height:720px!important;background:#f5eee8!important}
  .sd210-photo{object-fit:cover!important;object-position:72% center!important;transform:none!important;transform-origin:center!important}
  .sd210-slide.is-active .sd210-photo{transform:none!important}
  .sd210-copy{z-index:5!important}
}

/* WooCommerce remains the engine; Studio D owns the public presentation. */
body.woocommerce-cart .sd-content,body.sd-commerce-cart .sd-content,
body.woocommerce-checkout .sd-content,body.sd-commerce-checkout .sd-content,
body.woocommerce-account .sd-content,body.sd-commerce-account .sd-content{
  width:min(100% - 48px,1280px)!important;max-width:1280px!important;margin:0 auto!important;padding:72px 0 110px!important
}
body.woocommerce-cart .sd-content>article,body.woocommerce-checkout .sd-content>article,body.woocommerce-account .sd-content>article{margin:0!important}
body.woocommerce-cart .sd-content>article>h1,body.woocommerce-checkout .sd-content>article>h1,body.woocommerce-account .sd-content>article>h1,
body.sd-commerce-cart .sd-content>article>h1,body.sd-commerce-checkout .sd-content>article>h1,body.sd-commerce-account .sd-content>article>h1{
  margin:0 0 46px!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(42px,5vw,68px)!important;font-weight:400!important;line-height:1!important;letter-spacing:-.045em!important;color:#181715!important
}
body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce,body.woocommerce-account .woocommerce{font-family:Inter,Arial,sans-serif!important;color:#1c1b19!important}

/* Cart */
body.woocommerce-cart .woocommerce-cart-form{width:100%!important}
body.woocommerce-cart table.shop_table{width:100%!important;border:0!important;border-collapse:collapse!important;background:#fff!important}
body.woocommerce-cart table.shop_table thead th{padding:0 14px 15px!important;border:0!important;border-bottom:1px solid #e8e3dd!important;color:#817b74!important;font-size:10px!important;font-weight:800!important;letter-spacing:.14em!important;text-transform:uppercase!important}
body.woocommerce-cart table.shop_table td{padding:22px 14px!important;border:0!important;border-bottom:1px solid #eee9e3!important;vertical-align:middle!important}
body.woocommerce-cart td.product-thumbnail{width:120px!important}
body.woocommerce-cart td.product-thumbnail img{display:block!important;width:92px!important;height:118px!important;max-width:none!important;object-fit:cover!important;border-radius:10px!important;background:#f5f1ec!important}
body.woocommerce-cart td.product-name a{font-family:Georgia,serif!important;font-size:19px!important;text-decoration:none!important;color:#1c1b19!important}
body.woocommerce-cart td.product-price,body.woocommerce-cart td.product-subtotal{font-size:14px!important;white-space:nowrap!important}
body.woocommerce-cart .quantity .qty{width:72px!important;height:46px!important;border:1px solid #ddd7d0!important;border-radius:8px!important;background:#fff!important;text-align:center!important}
body.woocommerce-cart a.remove{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border:1px solid #e5dfd8!important;border-radius:50%!important;text-decoration:none!important;color:#8b837b!important}
body.woocommerce-cart .actions{padding:22px 0!important}
body.woocommerce-cart .coupon{display:flex!important;gap:8px!important;align-items:center!important}
body.woocommerce-cart .coupon .input-text{width:210px!important;height:46px!important;border:1px solid #ddd7d0!important;border-radius:999px!important;padding:0 17px!important}
body.woocommerce-cart button.button,body.woocommerce-cart a.button,body.woocommerce-cart .checkout-button{border:0!important;border-radius:999px!important;background:#191816!important;color:#fff!important;padding:15px 22px!important;font-size:11px!important;font-weight:800!important;letter-spacing:.04em!important;text-decoration:none!important}
body.woocommerce-cart .cart-collaterals{display:flex!important;justify-content:flex-end!important;margin-top:44px!important}
body.woocommerce-cart .cart_totals{float:none!important;width:min(100%,470px)!important;padding:32px!important;border-radius:18px!important;background:#f6f2ed!important}
body.woocommerce-cart .cart_totals h2{margin:0 0 18px!important;font-family:Georgia,serif!important;font-size:34px!important;font-weight:400!important}
body.woocommerce-cart .cart_totals table td,body.woocommerce-cart .cart_totals table th{padding:14px 0!important;border-bottom:1px solid #e3ddd5!important}
body.woocommerce-cart .wc-proceed-to-checkout{padding:22px 0 0!important}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button{display:flex!important;justify-content:center!important;width:100%!important;margin:0!important}

/* My account */
body.woocommerce-account .woocommerce{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important;gap:54px!important;align-items:start!important}
body.woocommerce-account .woocommerce-notices-wrapper{grid-column:1/-1!important}
body.woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:auto!important;margin:0!important}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none!important;margin:0!important;padding:8px!important;border:1px solid #e9e4de!important;border-radius:16px!important;background:#faf8f5!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none!important;margin:0!important;padding:0!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li::marker{content:""!important}
body.woocommerce-account .woocommerce-MyAccount-navigation a{display:block!important;padding:13px 15px!important;border-radius:10px!important;color:#504c47!important;text-decoration:none!important;font-size:13px!important;font-weight:650!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:#1a1917!important;color:#fff!important}
body.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important;min-width:0!important;padding:4px 0!important;font-size:15px!important;line-height:1.75!important;color:#625e59!important}
body.woocommerce-account .woocommerce-MyAccount-content a{color:#1a1917!important;text-decoration:underline!important;text-underline-offset:3px!important}
body.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0!important;font-family:Georgia,serif!important;font-size:25px!important;line-height:1.35!important;color:#1a1917!important}
body.woocommerce-account form.login,body.woocommerce-account form.register,body.woocommerce-account form.edit-account{border:1px solid #e9e4de!important;border-radius:16px!important;padding:30px!important;background:#fff!important}
body.woocommerce-account input.input-text,body.woocommerce-account textarea{min-height:48px!important;border:1px solid #ddd7d0!important;border-radius:8px!important;padding:10px 13px!important}
body.woocommerce-account button.button{border:0!important;border-radius:999px!important;background:#191816!important;color:#fff!important;padding:15px 22px!important}

/* Checkout */
body.woocommerce-checkout form.checkout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr)!important;gap:28px 60px!important}
body.woocommerce-checkout #customer_details{grid-column:1!important;grid-row:1/4!important}
body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout #order_review{grid-column:2!important}
body.woocommerce-checkout #order_review{padding:30px!important;border-radius:18px!important;background:#f6f2ed!important}
body.woocommerce-checkout h3{font-family:Georgia,serif!important;font-size:30px!important;font-weight:400!important}
body.woocommerce-checkout input.input-text,body.woocommerce-checkout textarea,body.woocommerce-checkout select{min-height:48px!important;border:1px solid #ddd7d0!important;border-radius:8px!important;background:#fff!important;padding:10px 13px!important}

@media(max-width:760px){
 body.woocommerce-cart .sd-content,body.sd-commerce-cart .sd-content,body.woocommerce-checkout .sd-content,body.sd-commerce-checkout .sd-content,body.woocommerce-account .sd-content,body.sd-commerce-account .sd-content{width:calc(100% - 32px)!important;padding:44px 0 78px!important}
 body.woocommerce-cart .sd-content>article>h1,body.woocommerce-checkout .sd-content>article>h1,body.woocommerce-account .sd-content>article>h1{margin-bottom:30px!important;font-size:44px!important}
 body.woocommerce-account .woocommerce{grid-template-columns:1fr!important;gap:24px!important}
 body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;overflow:auto!important;gap:4px!important;scrollbar-width:none!important}
 body.woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto!important}
 body.woocommerce-account .woocommerce-MyAccount-navigation a{white-space:nowrap!important}
 body.woocommerce-checkout form.checkout{display:block!important}
 body.woocommerce-checkout #order_review{margin-top:22px!important;padding:22px!important}
 body.woocommerce-cart table.shop_table_responsive thead{display:none!important}
 body.woocommerce-cart table.shop_table_responsive tr{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;gap:5px 14px!important;padding:18px 0!important;border-bottom:1px solid #ebe6df!important}
 body.woocommerce-cart table.shop_table_responsive tr td{display:block!important;padding:3px 0!important;border:0!important;text-align:left!important}
 body.woocommerce-cart table.shop_table_responsive tr td::before{display:none!important}
 body.woocommerce-cart td.product-remove{position:absolute!important;right:18px!important;margin-top:4px!important}
 body.woocommerce-cart td.product-thumbnail{grid-row:1/6!important;width:auto!important}
 body.woocommerce-cart td.product-thumbnail img{width:82px!important;height:108px!important}
 body.woocommerce-cart td.product-name{grid-column:2!important;padding-right:34px!important}
 body.woocommerce-cart td.product-name a{font-size:18px!important}
 body.woocommerce-cart td.product-price,body.woocommerce-cart td.product-quantity,body.woocommerce-cart td.product-subtotal{grid-column:2!important}
 body.woocommerce-cart .actions{display:block!important}
 body.woocommerce-cart .coupon{display:grid!important;grid-template-columns:1fr auto!important;width:100%!important}
 body.woocommerce-cart .coupon .input-text{width:100%!important}
 body.woocommerce-cart .cart-collaterals{display:block!important}
 body.woocommerce-cart .cart_totals{width:100%!important;padding:24px!important}
}


/* Studio D Storefront 2.1.26 — mobile hero must preserve the complete fashion subject. */
@media(max-width:680px){
 .sd210-slider{height:auto!important;min-height:0!important;max-height:none!important;background:#f4eee8!important}
 .sd210-slide{position:relative!important;inset:auto!important;display:none!important;height:auto!important;min-height:0!important;background:#f4eee8!important}
 .sd210-slide.is-active{display:block!important}
 .sd210-photo{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;transform:none!important}
 .sd210-copy{position:absolute!important;inset:0!important}
 .sd210-dots{bottom:16px!important}
}


/* 2.1.27 — Commerce system pages: classic Woo + Woo Blocks. */
.sd-commerce-system-page .sd-commerce-shell{width:min(100% - 48px,1280px)!important;max-width:1280px!important;margin-inline:auto!important;padding-top:64px!important}
.sd-commerce-system-page .sd-commerce-body{min-width:0!important}
.sd-commerce-system-page .sd-commerce-body>ul{list-style:none!important;padding-left:0!important}

/* Account: works even when Woo's body conditional class is absent. */
.sd-commerce-page-account .woocommerce{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important;gap:54px!important;align-items:start!important}
.sd-commerce-page-account .woocommerce-notices-wrapper{grid-column:1/-1!important}
.sd-commerce-page-account .woocommerce-MyAccount-navigation{float:none!important;width:auto!important;margin:0!important}
.sd-commerce-page-account .woocommerce-MyAccount-navigation ul{list-style:none!important;margin:0!important;padding:8px!important;border:1px solid #e9e4de!important;border-radius:16px!important;background:#faf8f5!important}
.sd-commerce-page-account .woocommerce-MyAccount-navigation li{list-style:none!important;margin:0!important;padding:0!important}
.sd-commerce-page-account .woocommerce-MyAccount-navigation li::marker{content:""!important}
.sd-commerce-page-account .woocommerce-MyAccount-navigation a{display:block!important;padding:13px 15px!important;border-radius:10px!important;color:#504c47!important;text-decoration:none!important;font-size:13px!important;font-weight:650!important}
.sd-commerce-page-account .woocommerce-MyAccount-navigation li.is-active a{background:#1a1917!important;color:#fff!important}
.sd-commerce-page-account .woocommerce-MyAccount-content{float:none!important;width:auto!important;min-width:0!important;padding:4px 0!important;font-size:15px!important;line-height:1.75!important;color:#625e59!important}
.sd-commerce-page-account .woocommerce-MyAccount-content>p:first-child{margin-top:0!important;font-family:Georgia,serif!important;font-size:25px!important;line-height:1.35!important;color:#1a1917!important}

/* Cart block (new WooCommerce pages) */
.sd-commerce-page-cart .wp-block-woocommerce-cart{font-family:Inter,Arial,sans-serif!important;color:#1c1b19!important}
.sd-commerce-page-cart .wc-block-cart{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,390px)!important;gap:48px!important;align-items:start!important}
.sd-commerce-page-cart .wc-block-cart__main{width:100%!important;padding-right:0!important}
.sd-commerce-page-cart .wc-block-cart__sidebar{width:100%!important;margin:0!important;padding:28px!important;border:0!important;border-radius:18px!important;background:#f6f2ed!important}
.sd-commerce-page-cart .wc-block-cart-items{width:100%!important;border:0!important;border-collapse:collapse!important}
.sd-commerce-page-cart .wc-block-cart-items thead th{padding:0 10px 14px!important;border-bottom:1px solid #e8e3dd!important;color:#817b74!important;font-size:10px!important;letter-spacing:.14em!important;text-transform:uppercase!important}
.sd-commerce-page-cart .wc-block-cart-items td{padding:22px 10px!important;border-bottom:1px solid #eee9e3!important;vertical-align:top!important}
.sd-commerce-page-cart .wc-block-cart-item__image img{width:92px!important;max-width:92px!important;aspect-ratio:3/4!important;object-fit:cover!important;border-radius:10px!important;background:#f5f1ec!important}
.sd-commerce-page-cart .wc-block-components-product-name{font-family:Georgia,serif!important;font-size:19px!important;line-height:1.25!important;color:#1c1b19!important;text-decoration:none!important}
.sd-commerce-page-cart .wc-block-components-button{min-height:48px!important;border:0!important;border-radius:999px!important;background:#191816!important;color:#fff!important;font-size:11px!important;font-weight:800!important;text-transform:none!important}
.sd-commerce-page-cart .wc-block-components-totals-wrapper{border-top:1px solid #e3ddd5!important;padding:18px 0!important}
.sd-commerce-page-cart .wc-block-components-totals-item__label,.sd-commerce-page-cart .wc-block-components-totals-item__value{font-size:14px!important}
.sd-commerce-page-cart .wc-block-cart__submit{margin:20px 0 0!important}
.sd-commerce-page-cart .wc-block-cart__submit-button{width:100%!important}
.sd-commerce-page-cart .wc-block-components-quantity-selector{border:1px solid #ddd7d0!important;border-radius:8px!important;background:#fff!important}
.sd-commerce-page-cart .wc-block-components-product-badge{border-radius:999px!important}

@media(max-width:760px){
 .sd-commerce-system-page .sd-commerce-shell{width:calc(100% - 32px)!important;padding:40px 0 76px!important}
 .sd-commerce-page-account .woocommerce{grid-template-columns:1fr!important;gap:24px!important}
 .sd-commerce-page-account .woocommerce-MyAccount-navigation ul{display:flex!important;gap:4px!important;overflow:auto!important;scrollbar-width:none!important}
 .sd-commerce-page-account .woocommerce-MyAccount-navigation li{flex:0 0 auto!important}
 .sd-commerce-page-account .woocommerce-MyAccount-navigation a{white-space:nowrap!important}
 .sd-commerce-page-cart .wc-block-cart{display:block!important}
 .sd-commerce-page-cart .wc-block-cart__sidebar{margin-top:28px!important;padding:22px!important}
 .sd-commerce-page-cart .wc-block-cart-items thead{display:none!important}
 .sd-commerce-page-cart .wc-block-cart-items tr{display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;gap:8px 14px!important;padding:18px 0!important;border-bottom:1px solid #ebe6df!important}
 .sd-commerce-page-cart .wc-block-cart-items td{display:block!important;width:auto!important;padding:0!important;border:0!important}
 .sd-commerce-page-cart .wc-block-cart-item__image{grid-row:1/5!important}
 .sd-commerce-page-cart .wc-block-cart-item__image img{width:82px!important;max-width:82px!important}
 .sd-commerce-page-cart .wc-block-cart-item__product,.sd-commerce-page-cart .wc-block-cart-item__total{grid-column:2!important}
}


/* 2.1.29 — Navegação de catálogo Studio D: categorias reais no desktop e drawer completo no mobile. */
.sd27-nav-left{min-width:0;gap:clamp(15px,1.55vw,28px)}
.sd27-nav-left a{white-space:nowrap}
.sd27-mobile-nav-head,.sd27-mobile-main-links,.sd27-mobile-categories,.sd27-mobile-utility{display:none}
@media(min-width:1051px){
 .sd27-header-inner{max-width:1780px;padding-left:clamp(24px,3.4vw,58px);padding-right:clamp(24px,3.4vw,58px)}
 .sd27-nav-left{overflow:hidden}
 .sd27-nav-left a{font-size:8px}
}
@media(max-width:1050px){
 body.sd-menu-open{overflow:hidden}
 .sd27-mobile-nav{display:block;position:fixed;top:0;bottom:0;left:0;right:auto;width:min(88vw,390px);padding:0!important;background:#fff;box-shadow:24px 0 60px rgba(0,0,0,.12);transform:translateX(-105%);transition:transform .28s ease;overflow-y:auto;z-index:9999}
 .sd-menu-open .sd27-mobile-nav{display:block;transform:translateX(0)}
 .sd-menu-open:after{content:"";position:fixed;inset:0;background:rgba(20,18,16,.28);z-index:9998}
 .sd27-mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding:25px 24px 20px;border-bottom:1px solid #eee9e4}
 .sd27-mobile-nav-head strong{font:400 28px/1 var(--sd-heading-font,Georgia);letter-spacing:-.04em}
 .sd27-mobile-nav-head button{border:0;background:none;color:#24211f;font:300 32px/1 Arial;padding:0 2px;cursor:pointer}
 .sd27-mobile-main-links{display:grid;padding:12px 24px;border-bottom:1px solid #eee9e4}
 .sd27-mobile-main-links a{padding:13px 0!important;font-size:11px!important}
 .sd27-mobile-categories{display:block;padding:24px}
 .sd27-mobile-categories>span{display:block;margin-bottom:14px;color:#9b735d;font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.2em;text-transform:uppercase}
 .sd27-mobile-cat-group{border-bottom:1px solid #eee9e4}
 .sd27-mobile-cat-group>a{display:block;padding:15px 0!important;font-size:12px!important}
 .sd27-mobile-subcats{display:flex;flex-wrap:wrap;gap:8px 16px;padding:0 0 14px}
 .sd27-mobile-subcats a{font-size:9px!important;color:#817872!important;font-weight:600!important}
 .sd27-mobile-utility{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#eee9e4;margin-top:8px;border-top:1px solid #eee9e4}
 .sd27-mobile-utility a{min-height:78px;background:#faf8f5;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:8px!important;padding:10px!important;text-align:center;font-size:8px!important;position:relative}
 .sd27-mobile-utility .sd-icon{width:20px;height:20px}
 .sd27-mobile-utility b{position:absolute;top:13px;right:calc(50% - 20px);display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:20px;background:#171514;color:#fff;font:700 8px/1 Arial}
}
@media(max-width:680px){
 .sd27-actions .sd27-icon-link:nth-child(1){display:flex}
 .sd27-actions .sd27-icon-link:nth-child(2){display:none}
 .sd27-actions .sd27-icon-link span{display:none}
}

/* 2.1.30 — menu objetivo: Categorias, Buscar, Conta e Sacola no desktop e mobile. */
.sd27-category-menu{position:relative}
.sd27-category-trigger{border:0;background:transparent;padding:14px 0;color:var(--sd-text,#24211f);font:700 9px/1 var(--sd-body-font,Arial);letter-spacing:.11em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;gap:7px}
.sd27-category-trigger span{font-size:12px;transform:translateY(-1px)}
.sd27-category-dropdown{display:none;position:absolute;top:calc(100% + 12px);left:0;width:240px;background:#fff;border:1px solid #ece8e3;border-radius:14px;padding:10px;box-shadow:0 18px 45px rgba(30,25,20,.10);z-index:100}
.sd27-category-menu.is-open .sd27-category-dropdown{display:grid}
.sd27-category-dropdown a{padding:12px 13px;border-radius:9px;font-size:9px!important}
.sd27-category-dropdown a:hover{background:#f7f4f0}
.sd27-category-dropdown a:after{display:none!important}
.sd27-menu span{display:none}
@media(max-width:1050px){
 .sd27-category-nav{display:none!important}
 .sd27-menu{display:flex!important;align-items:center;gap:8px;width:auto}
 .sd27-menu span{display:inline;font:700 8px/1 var(--sd-body-font,Arial);letter-spacing:.09em;text-transform:uppercase}
 .sd27-mobile-main-links strong{display:block;padding:7px 0 4px;color:#9b735d;font:800 8px/1 var(--sd-body-font,Arial);letter-spacing:.2em;text-transform:uppercase}
 .sd27-mobile-categories{padding-top:10px}
 .sd27-mobile-categories>span{display:none}
 .sd27-mobile-utility{grid-template-columns:repeat(3,1fr)}
}
@media(min-width:1051px){.sd27-mobile-nav{display:none!important}}

/* Studio D Storefront 2.1.31 — product page + related cards + footer brand */
.sd-product-page{max-width:1440px!important;padding-top:48px!important}
.woocommerce div.product.sd231-product{display:block!important;max-width:none!important}
.sd231-product-main{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.78fr);gap:clamp(48px,6vw,100px);align-items:start}
.sd231-product-media,.sd231-product-summary{min-width:0}
.sd231-product-summary{padding-top:22px;position:sticky;top:108px}
.sd231-product-summary .product_title{font-family:var(--sd-heading-font,Georgia,serif)!important;font-size:clamp(42px,4.6vw,66px)!important;font-weight:400!important;line-height:1!important;letter-spacing:-.045em!important;margin:12px 0 20px!important;max-width:620px}
.sd231-price{font-size:22px;font-weight:700;color:#181715;margin:0 0 26px}
.sd231-price .price,.sd231-price .amount{font-size:inherit!important;color:inherit!important}
.sd231-price del{opacity:.45;margin-right:8px}.sd231-price ins{text-decoration:none}
.sd231-price-empty{font-size:13px;font-weight:600;color:#8a837c;text-transform:uppercase;letter-spacing:.08em}
.sd231-product-summary .woocommerce-product-details__short-description{max-width:620px;margin:0 0 24px}
.sd231-buybox form.cart{margin:0!important}
.sd231-product-media .woocommerce-product-gallery{width:100%!important;max-width:720px!important}
.sd231-product-media .woocommerce-product-gallery__wrapper{margin:0!important}
.sd231-product-media .woocommerce-product-gallery__image{overflow:hidden;border-radius:22px;background:#f5f1ec}
.sd231-product-media .woocommerce-product-gallery__image a{display:block;aspect-ratio:4/5}
.sd231-product-media .woocommerce-product-gallery__image img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.sd231-product-media .flex-control-thumbs{grid-template-columns:repeat(5,minmax(0,86px))!important;gap:10px!important;margin-top:12px!important}
.sd231-product-media .flex-control-thumbs li{aspect-ratio:4/5;overflow:hidden;border-radius:12px;background:#f5f1ec}
.sd231-product-media .flex-control-thumbs img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.sd231-product>.sd-product-details{margin-top:72px}
.sd231-product>.related.products,.sd231-product>.upsells.products{margin-top:86px;padding-top:50px;border-top:1px solid #ebe6e0}
.sd231-product>.related.products>h2,.sd231-product>.upsells.products>h2{font-size:clamp(34px,3.2vw,48px)!important;margin:0 0 34px!important}
.sd231-product>.related.products ul.products li.product a img,.sd231-product>.upsells.products ul.products li.product a img{aspect-ratio:4/5!important;border-radius:16px!important;object-fit:cover!important;background:#f5f1ec!important}
.sd231-product>.related.products ul.products li.product .woocommerce-loop-product__title,.sd231-product>.upsells.products ul.products li.product .woocommerce-loop-product__title{font-family:var(--sd-heading-font,Georgia,serif)!important;font-size:16px!important;line-height:1.35!important;margin-top:4px!important}
.sd231-product>.related.products ul.products li.product .price,.sd231-product>.upsells.products ul.products li.product .price{display:block!important;font-size:13px!important;margin-top:8px!important}
.sd27-footer-brand strong{display:none!important}
.sd27-footer-brand:before{content:"";display:block;width:112px;height:112px;background:url('../assets/sandra-modas-logo-gold.png') center/contain no-repeat;filter:brightness(0) invert(1);margin-bottom:4px}
@media(max-width:900px){.sd231-product-main{grid-template-columns:1fr;gap:28px}.sd231-product-summary{position:static;padding-top:0}.sd231-product-media .woocommerce-product-gallery{max-width:none!important}.sd231-product>.sd-product-details{margin-top:54px}}
@media(max-width:680px){.sd-product-page{padding-top:22px!important}.sd231-product-main{gap:24px}.sd231-product-summary .product_title{font-size:40px!important}.sd231-product-media .woocommerce-product-gallery__image{border-radius:16px}.sd231-product>.related.products ul.products,.sd231-product>.upsells.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sd27-footer-brand:before{width:88px;height:88px}}

/* 2.1.32 — página individual controlada diretamente pelo Storefront */
.sd232-product-page{max-width:1320px!important;padding-top:48px!important}
.sd232-product{display:block!important;width:100%!important}
.sd232-product-main{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr)!important;gap:clamp(44px,6vw,88px)!important;align-items:start!important;width:100%!important}
.sd232-product-media,.sd232-product-summary{min-width:0!important;width:100%!important}
.sd232-product-summary{padding-top:18px!important;position:sticky!important;top:105px!important}
.sd232-product-summary .product_title{font-family:var(--sd-heading-font,Georgia,serif)!important;font-size:clamp(42px,4.5vw,64px)!important;font-weight:400!important;line-height:1.02!important;letter-spacing:-.045em!important;margin:12px 0 18px!important;color:var(--sd-text,#24211f)!important}
.sd232-price{display:block!important;margin:0 0 24px!important;font:700 22px/1.2 var(--sd-body-font,Arial)!important;color:#191715!important}
.sd232-price .amount{font-size:inherit!important;color:inherit!important}.sd232-price del{opacity:.42;margin-right:8px}.sd232-price ins{text-decoration:none!important}
.sd232-price-empty{font-size:12px!important;color:#8b837c!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.sd232-short-description{max-width:560px!important;margin:0 0 26px!important;color:#69615b!important;font-size:15px!important;line-height:1.75!important}
.sd232-buybox form.cart{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important;margin:0 0 22px!important}
.sd232-buybox .quantity .qty{height:50px!important;min-width:78px!important;border:1px solid #ddd7d0!important;border-radius:999px!important}
.sd232-buybox .single_add_to_cart_button{min-height:50px!important;border:0!important;border-radius:999px!important;background:var(--sd-button,#24211f)!important;color:var(--sd-button-text,#fff)!important;padding:0 28px!important;font-weight:800!important;letter-spacing:.04em!important}
.sd232-assurance{display:grid!important;gap:8px!important;padding-top:22px!important;border-top:1px solid #ebe6e0!important;color:#80776f!important;font-size:11px!important}
.sd232-assurance span:before{content:'✓';margin-right:8px;color:#9b735d}
.sd232-product-media .woocommerce-product-gallery{float:none!important;width:100%!important;max-width:680px!important;margin:0!important}
.sd232-product-media .woocommerce-product-gallery__wrapper{margin:0!important}
.sd232-product-media .woocommerce-product-gallery__image{overflow:hidden!important;border-radius:20px!important;background:#f5f1ec!important}
.sd232-product-media .woocommerce-product-gallery__image a{display:block!important;aspect-ratio:4/5!important}
.sd232-product-media .woocommerce-product-gallery__image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;border-radius:0!important}
.sd232-product-media .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,82px))!important;gap:10px!important;margin:12px 0 0!important;padding:0!important}
.sd232-product-media .flex-control-thumbs li{float:none!important;width:auto!important;aspect-ratio:4/5!important;overflow:hidden!important;border-radius:10px!important;background:#f5f1ec!important}
.sd232-product-media .flex-control-thumbs img{width:100%!important;height:100%!important;object-fit:cover!important}
.sd232-details{display:grid!important;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr)!important;gap:clamp(40px,7vw,110px)!important;margin-top:82px!important;padding-top:54px!important;border-top:1px solid #ebe6e0!important}
.sd232-details-title h2{font-family:var(--sd-heading-font,Georgia,serif)!important;font-size:clamp(30px,3vw,44px)!important;font-weight:400!important;line-height:1.1!important;margin:12px 0 0!important}
.sd232-detail-list details{border-bottom:1px solid #ebe6e0!important;padding:18px 0!important}.sd232-detail-list summary{cursor:pointer!important;font-weight:750!important}.sd232-detail-list details>div{padding-top:14px!important;color:#6e665f!important;line-height:1.75!important}
.sd232-related{margin-top:86px!important;padding-top:54px!important;border-top:1px solid #ebe6e0!important}.sd232-related>h2{font-family:var(--sd-heading-font,Georgia,serif)!important;font-size:clamp(36px,3.4vw,50px)!important;font-weight:400!important;margin:10px 0 34px!important}
.sd232-related ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;margin:0!important}.sd232-related ul.products li.product{float:none!important;width:auto!important;margin:0!important}.sd232-related ul.products li.product img{aspect-ratio:4/5!important;width:100%!important;height:auto!important;object-fit:cover!important;border-radius:15px!important;background:#f5f1ec!important}.sd232-related ul.products li.product .woocommerce-loop-product__title{font-family:var(--sd-heading-font,Georgia,serif)!important;font-size:16px!important;line-height:1.35!important}.sd232-related ul.products li.product .price{display:block!important;font-size:13px!important}
.sd27-footer-brand:before{display:none!important}.sd232-footer-logo{display:block!important;width:112px!important;height:112px!important;object-fit:contain!important;filter:brightness(0) invert(1)!important;margin:0 0 4px!important}
@media(max-width:900px){.sd232-product-main{grid-template-columns:1fr!important;gap:28px!important}.sd232-product-summary{position:static!important;padding-top:0!important}.sd232-product-media .woocommerce-product-gallery{max-width:none!important}.sd232-details{grid-template-columns:1fr!important;gap:24px!important}.sd232-related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:680px){.sd232-product-page{padding-top:22px!important}.sd232-product-summary .product_title{font-size:40px!important}.sd232-product-media .woocommerce-product-gallery__image{border-radius:15px!important}.sd232-related ul.products{gap:14px!important}.sd232-footer-logo{width:88px!important;height:88px!important}}


/* Studio D Storefront 2.1.33 — PDP UX refinement */
.sd232-product-page{max-width:1440px!important;padding-left:clamp(28px,4vw,64px)!important;padding-right:clamp(28px,4vw,64px)!important}
.sd232-product-main{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr)!important;gap:clamp(38px,4.5vw,70px)!important}
.sd232-product-media .woocommerce-product-gallery{max-width:650px!important}
.sd232-product-summary{padding-top:8px!important;max-width:610px!important}
.sd232-product-summary .product_title{font-size:clamp(38px,3.7vw,56px)!important;line-height:1.01!important;margin-bottom:16px!important}
.sd233-summary-description{margin-top:4px!important;padding:22px 0 4px!important;border-top:1px solid #ebe6e0!important;max-width:none!important;max-height:330px;overflow:auto;padding-right:12px!important}
.sd233-summary-description p:first-of-type{margin-top:8px!important}.sd233-summary-description p:last-child{margin-bottom:0!important}
.sd233-summary-label{display:block;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#9b735d;margin-bottom:10px}
/* Keep Woo's native hover zoom, but remove the click/lightbox magnifier control. */
.sd232-product-media .woocommerce-product-gallery__trigger{display:none!important}
.sd232-product-media .woocommerce-product-gallery__image{cursor:zoom-in!important}
.sd232-product-media .zoomImg{cursor:zoom-in!important}
.sd232-details{margin-top:58px!important}
.sd232-price-empty{padding:10px 0 18px!important;border-bottom:1px solid #ebe6e0!important}
@media(max-width:900px){.sd232-product-main{grid-template-columns:1fr!important}.sd232-product-media .woocommerce-product-gallery,.sd232-product-summary{max-width:none!important}.sd233-summary-description{max-height:none;overflow:visible;padding-right:0!important}}


/* Studio D Storefront 2.1.34 — PDP: hover zoom, no magnifier, price area */
.sd231-product-media .woocommerce-product-gallery__trigger,.sd232-product-media .woocommerce-product-gallery__trigger,.woocommerce-product-gallery__trigger{display:none!important;visibility:hidden!important;pointer-events:none!important}
.sd231-product-media .woocommerce-product-gallery__image,.sd232-product-media .woocommerce-product-gallery__image{cursor:zoom-in!important}
.sd231-product-main{grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr)!important;gap:clamp(44px,5vw,82px)!important;align-items:start!important}
.sd231-product-media .woocommerce-product-gallery{float:none!important;width:100%!important;max-width:690px!important;margin:0!important}
.sd231-product-summary{position:sticky!important;top:105px!important;padding:24px 0 0!important;max-width:610px!important}
.sd231-product-summary .product_title{font-size:clamp(42px,4.2vw,62px)!important;line-height:1.01!important;margin:14px 0 20px!important}
.sd231-product-summary .sd-product-assurance{margin-top:22px!important}
.sd231-price-zone{margin-top:46px!important;padding:30px 0 8px!important;border-top:1px solid #e9e4de!important}
.sd231-price-zone-label{display:block!important;font-size:10px!important;line-height:1!important;letter-spacing:.18em!important;text-transform:uppercase!important;font-weight:800!important;color:#9b735d!important;margin-bottom:12px!important}
.sd231-price-zone .sd231-price{font-family:var(--sd-heading-font,Georgia,serif)!important;font-size:clamp(30px,2.7vw,42px)!important;line-height:1.05!important;color:#211e1c!important;letter-spacing:-.025em!important}
.sd231-price-zone .sd231-price-empty{font-family:Inter,Arial,sans-serif!important;font-size:14px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#8b817a!important;padding:0!important;border:0!important}
@media(max-width:900px){.sd231-product-main{grid-template-columns:1fr!important;gap:28px!important}.sd231-product-summary{position:static!important;max-width:none!important;padding-top:0!important}.sd231-product-media .woocommerce-product-gallery{max-width:none!important}.sd231-price-zone{margin-top:30px!important}}


/* Studio D Storefront 2.1.35 — preço padrão visível + galeria sem lupa */
.single-product .woocommerce-product-gallery__trigger{display:none!important;opacity:0!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important}
.sd232-product-summary .sd232-price,.sd231-price-zone .sd231-price{display:block!important;color:#211e1c!important}


/* Studio D Storefront 2.1.36 — PDP editorial side panel + restored native hover zoom */
.sd231-product-main,.sd232-product-main{grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr)!important;gap:clamp(36px,4vw,64px)!important}
.sd231-product-summary,.sd232-product-summary{max-width:640px!important;padding-top:18px!important}
.sd236-price{margin:18px 0 22px!important;padding:18px 0!important;border-top:1px solid #ebe5de!important;border-bottom:1px solid #ebe5de!important}
.sd236-price-label,.sd231-price-zone-label{display:block!important;margin:0 0 8px!important;font-size:10px!important;font-weight:800!important;letter-spacing:.17em!important;color:#9b735d!important;text-transform:uppercase!important}
.sd236-price .price,.sd236-price .amount,.sd236-price.sd232-price,.sd236-price .sd231-price{font-family:var(--sd-heading-font,Georgia,serif)!important;font-size:clamp(28px,2.35vw,38px)!important;font-weight:400!important;line-height:1.05!important;letter-spacing:-.025em!important;color:#211e1c!important;margin:0!important}
.sd236-side-details{margin:0 0 24px!important;border-top:1px solid #ebe5de!important}
.sd236-side-detail{margin:0!important;padding:0!important;border-bottom:1px solid #ebe5de!important;background:transparent!important}
.sd236-side-detail summary{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:16px 2px!important;cursor:pointer!important;list-style:none!important;font-size:12px!important;font-weight:800!important;letter-spacing:.045em!important;color:#292522!important}
.sd236-side-detail summary::-webkit-details-marker{display:none!important}.sd236-side-detail summary:after{content:'+';font-size:20px;font-weight:300;line-height:1;color:#8e8178}.sd236-side-detail[open] summary:after{content:'−'}
.sd236-side-detail-body{padding:0 2px 18px!important;max-height:260px;overflow:auto;color:#716861!important;font-size:13px!important;line-height:1.68!important}.sd236-side-detail-body p{margin:0 0 10px!important}.sd236-side-detail-body p:last-child{margin-bottom:0!important}
.sd236-attrs p{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid #f0ece7}.sd236-attrs p:last-child{border-bottom:0}.sd236-attrs strong{color:#332e2a}.sd236-attrs span{text-align:right}
.sd231-price-zone{margin-top:18px!important;padding:18px 0!important}.sd231-product-summary .sd-product-assurance,.sd232-assurance{margin-top:18px!important;padding-top:18px!important}
/* Woo zoom plugin injects .zoomImg; keep it above the base image and clip inside the editorial frame. */
.single-product .woocommerce-product-gallery__image{position:relative!important;overflow:hidden!important;cursor:zoom-in!important}
.single-product .woocommerce-product-gallery__image .zoomImg{display:block!important;position:absolute!important;z-index:20!important;opacity:0!important;max-width:none!important;max-height:none!important;cursor:zoom-in!important;transition:opacity .12s ease!important}
.single-product .woocommerce-product-gallery__image:hover .zoomImg{opacity:1!important}
.single-product .woocommerce-product-gallery__trigger{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
/* Detached legacy details are no longer part of the PDP composition. */
.sd231-product>.sd-product-details,.sd232-details{display:none!important}
@media(max-width:900px){.sd231-product-main,.sd232-product-main{grid-template-columns:1fr!important;gap:26px!important}.sd231-product-summary,.sd232-product-summary{max-width:none!important;padding-top:0!important}.sd236-side-detail-body{max-height:none!important;overflow:visible!important}}

/* Studio D Storefront 2.1.37 — zoom editorial real ao passar o mouse */
@media (hover:hover) and (pointer:fine){
  .single-product .woocommerce-product-gallery__image{overflow:hidden!important;cursor:default!important}
  .single-product .woocommerce-product-gallery__image a{overflow:hidden!important;cursor:default!important}
  .single-product .woocommerce-product-gallery__image img:not(.zoomImg){
    transform:scale(1)!important;
    transform-origin:var(--sd-zoom-x,50%) var(--sd-zoom-y,50%)!important;
    transition:transform .22s ease-out!important;
    will-change:transform!important;
    cursor:default!important;
  }
  .single-product .woocommerce-product-gallery__image img.sd-hover-zoom-active:not(.zoomImg){
    transform:scale(1.72)!important;
    transition:transform .10s ease-out!important;
  }
  .single-product .woocommerce-product-gallery__image .zoomImg{display:none!important}
}
@media (hover:none), (pointer:coarse){
  .single-product .woocommerce-product-gallery__image img:not(.zoomImg){transform:none!important}
}


/* Studio D Storefront 2.1.38 — correções do menu de categorias e cabeçalho responsivo. */
@media(min-width:1051px){
 .sd27-nav-left{overflow:visible!important}
 .sd27-category-menu{overflow:visible}
 .sd27-category-dropdown{z-index:250}
}
@media(max-width:1050px){
 .sd27-header-inner{position:relative}
 .sd27-brand.sd27-brand-logo{justify-self:center;position:relative;z-index:1}
 .sd27-menu{position:relative;z-index:2;min-width:0}
}
@media(max-width:680px){
 .sd27-menu span{display:none!important}
 .sd27-header-inner{grid-template-columns:36px minmax(58px,1fr) auto!important}
 .sd27-brand.sd27-brand-logo{width:58px!important;max-width:58px}
}

/* Studio D Storefront 2.1.40 — refined footer contact links */
.sd240-footer-service{gap:0!important}.sd240-footer-service>b{margin-bottom:22px!important}.sd240-footer-links{display:flex;flex-direction:column;gap:14px}.sd240-footer-links a{font-size:12px!important}.sd240-socials{display:flex;flex-direction:column;gap:11px;margin-top:27px;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);width:100%;max-width:290px}.sd27-footer-main a.sd240-social{display:flex;align-items:center;gap:12px;padding:7px 0;color:#e8e3df;transition:opacity .2s ease,transform .2s ease}.sd27-footer-main a.sd240-social:hover{opacity:.72;transform:translateX(2px)}.sd240-social-icon{width:34px;height:34px;flex:0 0 34px;border:1px solid rgba(255,255,255,.14);border-radius:50%;display:grid;place-items:center;color:#d7c5ba}.sd240-social-icon svg{width:17px;height:17px;display:block}.sd240-social>span:last-child{display:flex;flex-direction:column;gap:4px;min-width:0}.sd27-footer-main .sd240-social small{color:#8f8580!important;font:700 7px/1 var(--sd-body-font,Arial)!important;letter-spacing:.14em;text-transform:uppercase}.sd27-footer-main .sd240-social strong{color:#eee9e5;font:500 11px/1.25 var(--sd-body-font,Arial);white-space:normal;overflow-wrap:anywhere}.sd27-footer-main{align-items:start}
@media(max-width:680px){.sd240-footer-service>b{margin-bottom:18px!important}.sd240-socials{margin-top:22px;padding-top:18px;max-width:none}.sd240-social-icon{width:32px;height:32px;flex-basis:32px}}
