:root{
  --vivere-burgundy-dark:#3A0915;
  --vivere-burgundy:#4A0F1E;
  --vivere-burgundy-soft:#6B1F33;
  --vivere-gold:#B08D57;
  --vivere-gold-soft:#C9A46A;
  --vivere-ivory:#F8F4EF;
  --vivere-ivory-soft:#FFFDF9;
  --vivere-border:rgba(176,141,87,.28);
  --vivere-muted:rgba(58,9,21,.70);
  --vivere-ease:cubic-bezier(.22,1,.36,1);
}
body.single-product{direction:ltr;background:var(--vivere-ivory);color:var(--vivere-burgundy-dark);}
body.single-product .site-main,body.single-product .page-content,body.single-product .entry-content{margin:0!important;padding:0!important;max-width:none!important;}
body.single-product .entry-title,body.single-product .page-header,body.single-product .woocommerce-tabs,body.single-product .product_meta,body.single-product div.product .woocommerce-product-gallery,body.single-product div.product .summary{display:none!important;}
.single-product .woocommerce-notices-wrapper{max-width:1440px;margin:0 auto;padding:0 48px;}
.vivere-product-page{background:var(--vivere-ivory);color:var(--vivere-burgundy-dark);font-family:Inter,ui-sans-serif,system-ui,sans-serif;overflow:hidden;padding-top:0;}
.vivere-product-page *{box-sizing:border-box;}
.vivere-pdp-shell{width:100%;max-width:1440px;margin:0 auto;padding-left:48px;padding-right:48px;}
.vivere-pdp-hero{padding:96px 0 96px;background:var(--vivere-ivory);}
.vivere-pdp-hero__grid{display:grid;grid-template-columns:minmax(0,calc((100% - 72px) * .58)) minmax(0,calc((100% - 72px) * .42));gap:72px;align-items:start;}
.vivere-pdp-media{display:flex;flex-direction:column;gap:24px;min-width:0;}
.vivere-pdp-image-stage{position:relative;width:100%;height:760px;min-height:760px;border-radius:34px;background:var(--vivere-ivory-soft);overflow:hidden;}
.vivere-pdp-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transform:scale(1.01);transition:opacity 450ms var(--vivere-ease),visibility 450ms var(--vivere-ease),transform 450ms var(--vivere-ease);}
.vivere-pdp-slide.is-active{opacity:1;visibility:visible;transform:none;}
.vivere-pdp-main-image,.vivere-pdp-image-stage img{width:100%!important;height:100%!important;max-width:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;transition:transform 450ms var(--vivere-ease);}
.vivere-pdp-image-stage:hover .vivere-pdp-main-image{transform:scale(1.025);}
.vivere-pdp-counter{position:absolute;top:18px;left:18px;z-index:4;height:26px;padding:0 13px;border-radius:999px;background:rgba(255,253,249,.94);box-shadow:0 10px 20px rgba(58,9,21,.08);display:inline-flex;align-items:center;justify-content:center;color:var(--vivere-burgundy);font-size:10px;line-height:1;font-weight:800;letter-spacing:.12em;}
.vivere-pdp-media-actions{position:absolute;left:50%;bottom:24px;z-index:4;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:6px;height:64px;padding:10px 22px;background:rgba(255,253,249,.94);border:1px solid rgba(176,141,87,.45);border-radius:999px;box-shadow:0 16px 36px rgba(58,9,21,.18);backdrop-filter:blur(10px);}
.vivere-pdp-media-actions button{height:40px;padding:0 20px;border:0;border-radius:999px;background:transparent;color:var(--vivere-burgundy);font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;white-space:nowrap;cursor:pointer;transition:background 240ms var(--vivere-ease),transform 240ms var(--vivere-ease);}
.vivere-pdp-media-actions button:hover{background:var(--vivere-ivory);transform:translateY(-2px);}
.vivere-pdp-thumbs{display:flex;gap:16px;width:100%;overflow-x:auto;padding-bottom:2px;scroll-snap-type:x mandatory;}
.vivere-pdp-thumb{width:170px;height:120px;flex:0 0 170px;border:2px solid transparent;border-radius:16px;overflow:hidden;background:var(--vivere-ivory-soft);padding:0;cursor:pointer;transition:border-color 300ms var(--vivere-ease),opacity 300ms var(--vivere-ease),transform 300ms var(--vivere-ease);scroll-snap-align:start;}
.vivere-pdp-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.vivere-pdp-thumb.is-active{border-color:var(--vivere-gold);opacity:1;}
.vivere-pdp-thumb:not(.is-active){opacity:.70;}
.vivere-pdp-thumb:hover{opacity:1;transform:translateY(-3px);border-color:rgba(176,141,87,.55);}
.vivere-pdp-thumb-more{display:flex;align-items:center;min-width:116px;color:rgba(58,9,21,.62);font-size:12px;}
.vivere-pdp-summary{position:sticky;top:110px;width:100%;background:var(--vivere-ivory);border:1px solid rgba(176,141,87,.30);border-radius:34px;padding:40px;min-height:0;color:var(--vivere-burgundy-dark);}
.vivere-pdp-breadcrumb{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:18px;color:var(--vivere-gold);font-size:10px;line-height:15px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;}
.vivere-pdp-breadcrumb a{color:inherit;text-decoration:none;}
.vivere-pdp-breadcrumb a:hover{color:var(--vivere-burgundy);}
.vivere-pdp-eyebrow{margin:0 0 10px;color:var(--vivere-burgundy);font-size:10px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;}
.vivere-pdp-title{margin:0 0 18px;color:var(--vivere-burgundy-dark);font-family:"Playfair Display",Georgia,serif;font-size:clamp(42px,4vw,64px);line-height:1.05;letter-spacing:-.035em;font-weight:500;}
.vivere-pdp-excerpt{max-width:450px;margin:0 0 22px;color:rgba(58,9,21,.62);font-size:14px;line-height:1.62;font-weight:300;}
.vivere-pdp-excerpt p{margin:0;}
.vivere-pdp-rating{display:flex;align-items:center;gap:9px;margin:0 0 0;padding:0 0 28px;border-bottom:1px solid rgba(176,141,87,.20);color:rgba(58,9,21,.70);font-size:13px;line-height:19px;}
.vivere-pdp-stars{color:var(--vivere-gold);font-size:13px;letter-spacing:.1em;}
.vivere-pdp-price-block{padding:26px 0;border-bottom:1px solid rgba(176,141,87,.20);}
.vivere-pdp-price-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;}
.vivere-pdp-price-row--regular{min-height:30px;margin-bottom:10px;}
.vivere-pdp-regular-price{color:rgba(58,9,21,.55);font-size:16px;text-decoration:line-through;}
.vivere-pdp-private{height:30px;padding:0 18px;border:1px solid rgba(176,141,87,.50);border-radius:999px;background:var(--vivere-ivory-soft);color:var(--vivere-gold);display:inline-flex;align-items:center;justify-content:center;font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;}
.vivere-pdp-current-price{margin:0;color:var(--vivere-burgundy-dark);font-family:"Playfair Display",Georgia,serif;font-size:42px;line-height:1.05;letter-spacing:-.045em;}
.vivere-pdp-current-price ins{text-decoration:none!important;color:inherit!important;}
.vivere-pdp-current-price del{display:none!important;}
.vivere-pdp-current-price .woocommerce-Price-currencySymbol{font-size:.82em;}
.vivere-pdp-save{color:rgba(58,9,21,.62);font-size:14px;}
.vivere-pdp-swatches{padding:30px 0 24px;}
.vivere-pdp-label{margin-bottom:18px;color:var(--vivere-burgundy);font-size:10px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;}
.vivere-pdp-swatch-row{display:flex;flex-wrap:wrap;gap:22px;}
.vivere-pdp-swatch{width:72px;max-width:72px;padding:0;border:0;background:transparent;text-align:center;cursor:pointer;}
.vivere-pdp-swatch__tile{display:block;width:56px;height:56px;margin:0 auto;border:1px solid rgba(176,141,87,.30);border-radius:14px;box-shadow:inset 0 0 0 1px rgba(255,253,249,.45);transition:transform 300ms var(--vivere-ease),box-shadow 300ms var(--vivere-ease),border-color 300ms var(--vivere-ease);}
.vivere-pdp-swatch:hover .vivere-pdp-swatch__tile{transform:scale(1.05);}
.vivere-pdp-swatch.is-selected .vivere-pdp-swatch__tile{border-color:var(--vivere-gold);box-shadow:0 0 0 4px var(--vivere-ivory),0 0 0 6px var(--vivere-gold),inset 0 0 0 1px rgba(255,253,249,.65);}
.vivere-pdp-swatch__name{display:block;margin-top:11px;color:rgba(58,9,21,.62);font-size:10px;letter-spacing:.05em;line-height:1.25;text-transform:uppercase;font-weight:600;}
.vivere-pdp-swatch.is-selected .vivere-pdp-swatch__name{color:var(--vivere-burgundy);font-weight:800;}
.vivere-pdp-cart{display:flex;align-items:center;gap:12px;margin-top:0;position:relative;z-index:5;}
.vivere-pdp-cart form.cart{display:flex!important;align-items:center;gap:12px;flex:1;margin:0!important;width:100%;}
.vivere-pdp-cart form.variations_form{display:block!important;}
.vivere-pdp-cart form.variations_form table.variations{display:none!important;}
.vivere-pdp-cart form.variations_form .single_variation{display:none!important;}
.vivere-pdp-cart form.variations_form .single_variation_wrap,.vivere-pdp-cart form.variations_form .woocommerce-variation-add-to-cart{display:flex!important;align-items:center;gap:12px;width:100%;}
.vivere-pdp-cart .quantity{height:60px;min-width:120px;display:inline-flex!important;align-items:center;justify-content:center;border:1px solid rgba(176,141,87,.44);border-radius:999px;background:var(--vivere-ivory-soft);overflow:hidden;}
.vivere-pdp-qty-btn{width:36px;height:58px;border:0;background:transparent;color:var(--vivere-burgundy);font-size:20px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;}
.vivere-pdp-cart .quantity input.qty{width:44px!important;height:58px!important;border:0!important;background:transparent!important;text-align:center!important;color:var(--vivere-burgundy)!important;font-size:14px!important;font-weight:700!important;padding:0!important;appearance:textfield;}
.vivere-pdp-cart .quantity input.qty::-webkit-inner-spin-button,.vivere-pdp-cart .quantity input.qty::-webkit-outer-spin-button{appearance:none;margin:0;}
.vivere-pdp-cart button.single_add_to_cart_button,.vivere-pdp-cart .single_add_to_cart_button{height:60px!important;min-width:0!important;flex:1;border:0!important;border-radius:999px!important;background:var(--vivere-burgundy)!important;color:var(--vivere-ivory-soft)!important;text-transform:uppercase!important;letter-spacing:.16em!important;font-size:12px!important;font-weight:800!important;padding:0 28px!important;transition:background 300ms var(--vivere-ease),transform 300ms var(--vivere-ease),color 300ms var(--vivere-ease)!important;}
.vivere-pdp-cart button.single_add_to_cart_button:hover{background:var(--vivere-gold)!important;color:var(--vivere-burgundy-dark)!important;transform:translateY(-2px);}
.vivere-pdp-wishlist{width:60px;height:60px;flex:0 0 60px;border:1px solid var(--vivere-gold);border-radius:999px;background:transparent;color:var(--vivere-burgundy);font-size:23px;cursor:pointer;transition:background 300ms var(--vivere-ease),transform 300ms var(--vivere-ease);}
.vivere-pdp-wishlist:hover,.vivere-pdp-wishlist.is-active{background:var(--vivere-ivory-soft);transform:translateY(-2px);}
.vivere-pdp-consult-link{display:flex;align-items:center;justify-content:center;width:100%;height:60px;margin-top:16px;border:1px solid var(--vivere-gold);border-radius:999px;background:transparent;color:var(--vivere-burgundy);text-decoration:none;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;transition:background 300ms var(--vivere-ease),transform 300ms var(--vivere-ease);}
.vivere-pdp-consult-link:hover{background:var(--vivere-ivory-soft);transform:translateY(-2px);}
.vivere-pdp-service-list{margin:34px 0 0;padding:24px 0 0;border-top:1px solid rgba(176,141,87,.18);list-style:none;color:rgba(58,9,21,.56);font-size:12px;line-height:2.1;}
.vivere-pdp-service-list li{position:relative;padding-left:24px;}
.vivere-pdp-service-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--vivere-gold);font-weight:800;}
.vivere-pdp-designed{padding:94px 0 96px;background:var(--vivere-ivory-soft);}
.vivere-pdp-designed__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:96px;align-items:center;}
.vivere-pdp-designed__copy{max-width:510px;}
.vivere-pdp-designed h2{margin:0 0 28px;font-family:"Playfair Display",Georgia,serif;font-size:34px;line-height:1.12;font-weight:500;color:var(--vivere-burgundy);letter-spacing:-.02em;}
.vivere-pdp-designed p{margin:0;color:rgba(58,9,21,.70);font-size:13px;line-height:1.75;font-weight:300;}
.vivere-pdp-feature-lines{margin:0;padding:0;list-style:none;border-top:1px solid rgba(176,141,87,.22);}
.vivere-pdp-feature-lines li{position:relative;padding:18px 0 18px 20px;border-bottom:1px solid rgba(176,141,87,.22);color:rgba(58,9,21,.76);font-size:12px;line-height:1.45;}
.vivere-pdp-feature-lines li:before{content:"+";position:absolute;left:0;top:18px;color:var(--vivere-gold);font-weight:800;}
.vivere-pdp-story-behind{display:none!important;}
.vivere-pdp-tabs-section{padding:100px 0 120px;background:var(--vivere-ivory);border-top:1px solid rgba(176,141,87,.14);}
.vivere-pdp-tabs-wrap{max-width:800px;display:flex;flex-direction:column;align-items:center;}
.vivere-pdp-tabs{display:flex;align-items:center;justify-content:center;width:100%;border-bottom:1px solid rgba(176,141,87,.18);margin:0 0 30px;}
.vivere-pdp-tabs button{appearance:none;position:relative;flex:1;border:0;background:transparent;color:rgba(58,9,21,.40);font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;padding:0 24px 16px;cursor:pointer;transition:color 200ms var(--vivere-ease);}
.vivere-pdp-tabs button.is-active{color:var(--vivere-burgundy);}
.vivere-pdp-tabs button.is-active:after{content:"";position:absolute;left:30%;right:30%;bottom:-1px;height:2px;background:var(--vivere-burgundy);}
.vivere-pdp-tab-card{width:100%;max-width:620px;min-height:150px;padding:34px 42px;border-radius:14px;background:var(--vivere-ivory-soft);box-shadow:0 20px 46px rgba(58,9,21,.10);}
.vivere-pdp-tab-panel{display:none;color:rgba(58,9,21,.72);font-size:13px;line-height:1.72;font-weight:300;}
.vivere-pdp-tab-panel.is-active{display:block;}
.vivere-pdp-tab-panel p{margin:0 0 1em;}.vivere-pdp-tab-panel p:last-child{margin-bottom:0;}
.vivere-pdp-spec-accordion{display:none!important;}
.vivere-pdp-interior{padding:80px 0 100px;background:var(--vivere-ivory-soft);}
.vivere-pdp-interior .vivere-pdp-shell{max-width:1600px;}
.vivere-pdp-interior__frame{position:relative;aspect-ratio:21/9;border-radius:24px;background:var(--vivere-ivory);overflow:hidden;box-shadow:0 30px 80px rgba(58,9,21,.08);}
.vivere-pdp-interior__image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform 1200ms var(--vivere-ease);}
.vivere-pdp-interior__frame:hover .vivere-pdp-interior__image{transform:scale(1.03);}
.vivere-pdp-interior-card{position:absolute;left:48px;bottom:48px;width:min(360px,calc(100% - 64px));padding:34px 32px;border-radius:14px;background:rgba(255,253,249,.94);box-shadow:0 24px 60px rgba(58,9,21,.16);}
.vivere-pdp-interior-card h3{margin:0 0 14px;color:var(--vivere-burgundy);font-family:"Playfair Display",Georgia,serif;font-size:26px;line-height:1.1;font-weight:500;}
.vivere-pdp-interior-card p{margin:0 0 20px;color:rgba(58,9,21,.65);font-size:13px;line-height:1.6;font-weight:300;}
.vivere-pdp-interior-card a{color:var(--vivere-burgundy);text-decoration:none;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;border-bottom:1px solid rgba(176,141,87,.45);padding-bottom:5px;}
.vivere-pdp-related{padding:92px 0 110px;background:var(--vivere-ivory);}
.vivere-pdp-related h2{margin:0 0 32px;padding-bottom:24px;border-bottom:1px solid rgba(176,141,87,.24);color:var(--vivere-burgundy);font-family:"Playfair Display",Georgia,serif;font-size:32px;line-height:1.15;font-weight:500;}
.vivere-pdp-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;}
.vivere-pdp-related-card{display:flex;flex-direction:column;color:var(--vivere-burgundy-dark);text-decoration:none;}
.vivere-pdp-related-image{display:block;aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:var(--vivere-ivory-soft);margin-bottom:18px;}
.vivere-pdp-related-image img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform 900ms var(--vivere-ease);}
.vivere-pdp-related-card:hover img{transform:scale(1.04);}
.vivere-pdp-related-cat{color:var(--vivere-gold);font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;margin-bottom:6px;}
.vivere-pdp-related-title{font-family:"Playfair Display",Georgia,serif;font-size:20px;line-height:1.2;color:var(--vivere-burgundy);}
.vivere-pdp-consult{padding:120px 0;background:var(--vivere-ivory-soft);}
.vivere-pdp-consult__box{width:min(1000px,calc(100% - 40px));margin:0 auto;padding:58px 40px;border-radius:34px;background:var(--vivere-burgundy);color:var(--vivere-ivory-soft);text-align:center;box-shadow:0 24px 70px rgba(58,9,21,.18);}
.vivere-pdp-consult h2{margin:0 0 16px;font-family:"Playfair Display",Georgia,serif;font-size:34px;line-height:1.15;font-weight:500;color:var(--vivere-ivory-soft);}
.vivere-pdp-consult p{max-width:530px;margin:0 auto 30px;color:rgba(255,253,249,.72);font-size:13px;line-height:1.6;}
.vivere-pdp-consult-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;}
.vivere-pdp-consult-actions a{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 34px;border-radius:999px;text-decoration:none;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;}
.vivere-pdp-consult-primary{background:var(--vivere-gold);color:var(--vivere-burgundy-dark);}.vivere-pdp-consult-secondary{border:1px solid rgba(176,141,87,.42);color:var(--vivere-ivory-soft);background:transparent;}
.vivere-sticky-product-bar{position:fixed;left:0;right:0;bottom:0;z-index:999;transform:translateY(120%);opacity:0;visibility:hidden;transition:transform 360ms var(--vivere-ease),opacity 360ms var(--vivere-ease),visibility 360ms;background:rgba(255,253,249,.95);border-top:1px solid rgba(176,141,87,.28);box-shadow:0 -20px 50px rgba(58,9,21,.12);backdrop-filter:blur(12px);}
.vivere-sticky-product-bar.is-visible{transform:translateY(0);opacity:1;visibility:visible;}
.vivere-sticky-product-bar__inner{max-width:1440px;margin:0 auto;padding:12px 48px;display:flex;align-items:center;gap:16px;}
.vivere-sticky-product-bar__media{width:56px;height:56px;border-radius:12px;overflow:hidden;flex:0 0 56px;background:var(--vivere-ivory);}.vivere-sticky-product-bar__image{width:100%!important;height:100%!important;object-fit:cover!important;}
.vivere-sticky-product-bar__content{min-width:0;flex:1;}.vivere-sticky-product-bar__eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--vivere-gold);font-weight:800;}.vivere-sticky-product-bar__title{display:block;color:var(--vivere-burgundy);font-family:"Playfair Display",Georgia,serif;font-size:20px;line-height:1.15;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.vivere-sticky-product-bar__meta{font-size:11px;color:rgba(58,9,21,.55);}
.vivere-sticky-product-bar__price{font-family:"Playfair Display",Georgia,serif;font-size:24px;color:var(--vivere-burgundy-dark);white-space:nowrap;}.vivere-sticky-product-bar__price del{display:none;}.vivere-sticky-product-bar__price ins{text-decoration:none;color:inherit;}
.vivere-sticky-product-bar__qty{height:42px;border:1px solid rgba(176,141,87,.35);border-radius:999px;display:flex;align-items:center;background:var(--vivere-ivory-soft);overflow:hidden;}.vivere-sticky-product-bar__qty button{width:34px;height:40px;border:0;background:transparent;color:var(--vivere-burgundy);font-size:18px;cursor:pointer;}.vivere-sticky-product-bar__qty input{width:38px;height:40px;border:0;background:transparent;text-align:center;color:var(--vivere-burgundy);font-weight:700;}
.vivere-sticky-product-bar__button{height:42px;border:0;border-radius:999px;background:var(--vivere-burgundy);color:var(--vivere-ivory-soft);padding:0 30px;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:800;cursor:pointer;}
.vivere-pdp-modal-root{position:fixed;inset:0;z-index:10000;display:none;}.vivere-pdp-modal-root.is-open{display:block;}.vivere-pdp-modal-backdrop{position:absolute;inset:0;background:rgba(58,9,21,.72);backdrop-filter:blur(8px);}.vivere-pdp-modal{position:absolute;inset:7vh 5vw;background:var(--vivere-ivory-soft);border-radius:28px;overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.25);}.vivere-pdp-modal-close{position:absolute;top:18px;right:22px;z-index:4;width:44px;height:44px;border:1px solid rgba(176,141,87,.32);border-radius:999px;background:var(--vivere-ivory-soft);color:var(--vivere-burgundy);font-size:28px;cursor:pointer;}.vivere-pdp-modal-panel{display:none;height:100%;padding:38px;}.vivere-pdp-modal-panel.is-active{display:flex;flex-direction:column;}.vivere-pdp-modal-head span{display:block;color:var(--vivere-gold);font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;margin-bottom:8px;}.vivere-pdp-modal-head h3{margin:0 0 24px;font-family:"Playfair Display",Georgia,serif;font-size:32px;color:var(--vivere-burgundy);}.vivere-pdp-embed,.vivere-pdp-modal-gallery-stage{flex:1;border-radius:20px;background:var(--vivere-ivory);overflow:hidden;}.vivere-pdp-embed iframe,.vivere-pdp-embed video{width:100%;height:100%;border:0;display:block;}.vivere-pdp-modal-gallery{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:18px;min-height:0;flex:1;}.vivere-pdp-modal-gallery-slide{display:none;margin:0;height:100%;}.vivere-pdp-modal-gallery-slide.is-active{display:block;}.vivere-pdp-modal-gallery-slide img{width:100%!important;height:100%!important;object-fit:contain!important;}.vivere-pdp-modal-gallery-thumbs{display:flex;flex-direction:column;gap:12px;overflow:auto;}.vivere-pdp-modal-gallery-thumb{height:90px;border:2px solid transparent;border-radius:14px;overflow:hidden;padding:0;background:var(--vivere-ivory);cursor:pointer;}.vivere-pdp-modal-gallery-thumb.is-active{border-color:var(--vivere-gold);}.vivere-pdp-modal-gallery-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;}
@media (max-width:1180px){
  .vivere-pdp-shell{padding-left:32px;padding-right:32px;}.vivere-pdp-hero{padding-top:88px;}.vivere-pdp-hero__grid{grid-template-columns:1fr;gap:48px;}.vivere-pdp-image-stage{height:auto;min-height:0;aspect-ratio:4/5;}.vivere-pdp-summary{position:relative;top:auto;max-width:680px;margin:0 auto;}.vivere-pdp-designed__grid{grid-template-columns:1fr;gap:48px;}.vivere-pdp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.vivere-pdp-interior__frame{aspect-ratio:16/10;}
}
@media (max-width:767px){
  .single-product .woocommerce-notices-wrapper{padding:0 20px;}.vivere-pdp-shell{padding-left:20px;padding-right:20px;}.vivere-pdp-hero{padding:82px 0 64px;}.vivere-pdp-media{gap:16px;}.vivere-pdp-image-stage{border-radius:24px;}.vivere-pdp-media-actions{left:16px;right:16px;bottom:16px;transform:none;height:auto;overflow-x:auto;justify-content:flex-start;padding:8px 12px;}.vivere-pdp-media-actions button{padding:0 14px;font-size:9px;}.vivere-pdp-thumbs{gap:12px;}.vivere-pdp-thumb{width:110px;height:76px;flex-basis:110px;border-radius:12px;}.vivere-pdp-summary{padding:26px 22px;border-radius:26px;}.vivere-pdp-title{font-size:42px;}.vivere-pdp-current-price{font-size:36px;}.vivere-pdp-cart,.vivere-pdp-cart form.cart,.vivere-pdp-cart form.variations_form .woocommerce-variation-add-to-cart{flex-wrap:wrap;align-items:stretch;}.vivere-pdp-cart .quantity{width:100%;}.vivere-pdp-cart button.single_add_to_cart_button{flex:1 1 calc(100% - 72px)!important;}.vivere-pdp-designed,.vivere-pdp-tabs-section,.vivere-pdp-interior,.vivere-pdp-related,.vivere-pdp-consult{padding-top:64px;padding-bottom:70px;}.vivere-pdp-tabs{overflow-x:auto;justify-content:flex-start;}.vivere-pdp-tabs button{min-width:145px;font-size:10px;padding-left:16px;padding-right:16px;}.vivere-pdp-tab-card{padding:28px 24px;}.vivere-pdp-interior__frame{aspect-ratio:1/1;border-radius:22px;}.vivere-pdp-interior-card{left:20px;right:20px;bottom:20px;width:auto;padding:24px;}.vivere-pdp-related-grid{grid-template-columns:1fr;gap:28px;}.vivere-pdp-consult__box{padding:42px 24px;border-radius:26px;}.vivere-sticky-product-bar__inner{padding:10px 14px;gap:10px;}.vivere-sticky-product-bar__media{width:48px;height:48px;flex-basis:48px;}.vivere-sticky-product-bar__price,.vivere-sticky-product-bar__qty{display:none;}.vivere-sticky-product-bar__button{height:42px;padding:0 18px;font-size:9px;}.vivere-pdp-modal{inset:4vh 12px;border-radius:22px;}.vivere-pdp-modal-panel{padding:26px 18px;}.vivere-pdp-modal-gallery{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) 82px;}.vivere-pdp-modal-gallery-thumbs{flex-direction:row;}.vivere-pdp-modal-gallery-thumb{width:92px;height:70px;flex:0 0 92px;}
}

/* VIVERE PDP reference alignment: product story, order details, specs accordion. */
.vivere-pdp-descriptor-row{display:flex;align-items:center;gap:8px;margin:0 0 20px;color:rgba(58,9,21,.72);font-size:13px;line-height:1.4;}
.vivere-pdp-descriptor-row span{display:inline-flex;align-items:center;gap:8px;}
.vivere-pdp-descriptor-row span+span:before{content:"";width:4px;height:4px;border-radius:999px;background:var(--vivere-gold);display:inline-block;}
.vivere-pdp-order-meta{display:flex;flex-direction:column;gap:10px;margin:22px 0 0;padding:0 0 28px;border-bottom:1px solid rgba(176,141,87,.20);}
.vivere-pdp-order-badge{width:max-content;display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 16px;border-radius:999px;border:1px solid rgba(176,141,87,.36);background:var(--vivere-ivory-soft);color:var(--vivere-burgundy);font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;}
.vivere-pdp-order-badge:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--vivere-gold);box-shadow:0 0 0 4px rgba(176,141,87,.16);}
.vivere-pdp-lead-time{color:rgba(58,9,21,.60);font-size:13px;line-height:1.5;}
.vivere-pdp-studio-note{margin:18px 0 0;color:rgba(58,9,21,.60);font-size:12px;line-height:1.6;font-style:italic;}
.vivere-pdp-summary-specs{margin:30px 0 0;display:flex;flex-direction:column;gap:14px;padding:24px 0 0;border-top:1px solid rgba(176,141,87,.18);}
.vivere-pdp-summary-specs div{display:flex;align-items:center;justify-content:space-between;gap:16px;color:rgba(58,9,21,.60);font-size:13px;line-height:1.4;}
.vivere-pdp-summary-specs strong{color:var(--vivere-burgundy-dark);font-weight:600;text-align:right;}
.vivere-pdp-sku{margin-top:24px;color:rgba(58,9,21,.50);font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;}
.vivere-pdp-service-list{display:none!important;}
.vivere-pdp-story-behind{display:block!important;padding:100px 0 120px;background:var(--vivere-ivory-soft);border-top:1px solid rgba(176,141,87,.12);}
.vivere-pdp-story-behind__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:88px;align-items:start;max-width:1100px;}
.vivere-pdp-story-behind__copy h2{margin:0 0 24px;color:var(--vivere-burgundy);font-family:"Playfair Display",Georgia,serif;font-size:clamp(34px,4vw,54px);line-height:1.08;font-weight:500;letter-spacing:-.035em;}
.vivere-pdp-story-behind__copy{color:rgba(58,9,21,.70);font-size:15px;line-height:1.78;font-weight:300;}
.vivere-pdp-story-behind__copy p{margin:0 0 18px;}.vivere-pdp-story-behind__copy p:last-child{margin-bottom:0;}
.vivere-pdp-story-specs{display:grid;gap:16px;}
.vivere-pdp-story-specs div{padding:0 0 18px;border-bottom:1px solid rgba(176,141,87,.22);}
.vivere-pdp-story-specs span{display:block;margin-bottom:5px;color:var(--vivere-gold);font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;}
.vivere-pdp-story-specs strong{display:block;color:var(--vivere-burgundy);font-family:"Playfair Display",Georgia,serif;font-size:22px;line-height:1.2;font-weight:500;}
.vivere-pdp-spec-accordion{display:block!important;width:100%;max-width:702px;margin:32px auto 0;border:1px solid rgba(176,141,87,.14);border-radius:24px;background:var(--vivere-ivory-soft);overflow:hidden;box-shadow:0 16px 40px rgba(58,9,21,.06);}
.vivere-pdp-spec-accordion>button{width:100%;min-height:78px;padding:22px 24px;border:0;background:transparent;color:var(--vivere-burgundy-dark);display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;transition:background 220ms var(--vivere-ease);}
.vivere-pdp-spec-accordion>button:hover{background:rgba(248,244,239,.55);}
.vivere-pdp-spec-accordion>button span{font-family:"Playfair Display",Georgia,serif;font-size:20px;line-height:1.2;font-weight:500;}
.vivere-pdp-spec-accordion>button b{position:relative;width:20px;height:20px;display:block;color:var(--vivere-gold);}
.vivere-pdp-spec-accordion>button b:before,.vivere-pdp-spec-accordion>button b:after{content:"";position:absolute;left:4px;right:4px;top:9px;height:2px;background:currentColor;border-radius:999px;transition:transform 220ms var(--vivere-ease);}
.vivere-pdp-spec-accordion>button b:after{transform:rotate(90deg);}
.vivere-pdp-spec-accordion.is-open>button b:after{transform:rotate(0deg);}
.vivere-pdp-spec-accordion__panel{padding:0 24px 24px;}
.vivere-pdp-spec-accordion__panel div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding:15px 0;border-top:1px solid rgba(176,141,87,.16);}
.vivere-pdp-spec-accordion__panel span{color:var(--vivere-gold);font-size:10px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;}
.vivere-pdp-spec-accordion__panel strong{color:rgba(58,9,21,.74);font-size:13px;line-height:1.55;font-weight:400;}
.vivere-pdp-cart .single_add_to_cart_button{white-space:nowrap;}
@media (max-width:1180px){.vivere-pdp-story-behind__grid{grid-template-columns:1fr;gap:42px;}.vivere-pdp-story-specs{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:767px){.vivere-pdp-descriptor-row{margin-bottom:16px;}.vivere-pdp-order-meta{padding-bottom:22px;}.vivere-pdp-summary-specs div{align-items:flex-start;flex-direction:column;gap:3px;}.vivere-pdp-summary-specs strong{text-align:left;}.vivere-pdp-story-behind{padding:64px 0 72px;}.vivere-pdp-story-specs{grid-template-columns:1fr;}.vivere-pdp-spec-accordion__panel div{grid-template-columns:1fr;gap:5px;}.vivere-pdp-spec-accordion{border-radius:20px;}.vivere-pdp-spec-accordion>button{min-height:70px;padding:20px;}}

/* VIVERE v1.0.40 - Tearsheet and configurator actions */
.vivere-pdp-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.vivere-pdp-tearsheet-link,
.vivere-pdp-configurator-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(176, 141, 87, 0.62);
  background: rgba(255, 253, 249, 0.72);
  color: #4A0F1E;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 14px 16px;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
  cursor: pointer;
}
.vivere-pdp-configurator-button {
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}
.vivere-pdp-tearsheet-link:hover,
.vivere-pdp-configurator-button:hover {
  transform: translateY(-2px);
  background: #4A0F1E;
  color: #FFFDF9;
  border-color: #4A0F1E;
}
.vivere-pdp-configurator-placeholder {
  background: #FFFDF9;
  border: 1px solid rgba(176, 141, 87, 0.18);
  border-radius: 28px;
  padding: clamp(24px, 5vw, 48px);
  color: #3A0915;
}
.vivere-pdp-configurator-placeholder p {
  max-width: 680px;
  margin: 0 0 28px;
  color: rgba(58, 9, 21, 0.72);
  font-size: 16px;
  line-height: 1.75;
}
.vivere-pdp-configurator-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.vivere-pdp-configurator-grid span {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(176, 141, 87, 0.44);
  border-radius: 20px;
  background: #F8F4EF;
  color: #4A0F1E;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.vivere-pdp-configurator-contact {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 24px;
  background: #B08D57;
  color: #3A0915;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  .vivere-pdp-secondary-actions,
  .vivere-pdp-configurator-grid {
    grid-template-columns: 1fr;
  }
}
