:root{--vpp-blue:#004baf;--vpp-yellow:#ffcc33;--vpp-ink:#142033;--vpp-muted:#64748b;--vpp-line:#e6ebf2;--vpp-soft:#f6f8fb;--vpp-radius:18px;--vpp-shadow:0 18px 45px rgba(24,47,82,.09)}
body#product #main.product-detail>.row{align-items:flex-start;margin-top:18px}
body#product #main.product-detail>.row>div:first-child{padding-right:34px}
body#product #main.product-detail .images-container{position:sticky;top:110px}
body#product .product-cover{border:1px solid var(--vpp-line);border-radius:var(--vpp-radius);background:#fff;overflow:hidden;padding:22px}
body#product .product-cover img{width:100%;height:auto;object-fit:contain;transition:transform .3s ease}
body#product .product-cover:hover img{transform:scale(1.025)}
body#product .product-detail-name{font-size:clamp(30px,3vw,48px)!important;line-height:1.08!important;letter-spacing:-.035em!important;color:var(--vpp-blue)!important;margin:12px 0 18px!important}
body#product .product-prices .current-price{font-size:clamp(30px,2.6vw,42px);font-weight:800;color:var(--vpp-ink)}
body#product .product-actions{border:1px solid var(--vpp-line);border-radius:var(--vpp-radius);padding:20px;margin-top:18px;background:#fff;box-shadow:var(--vpp-shadow)}
body#product .product-quantity{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
body#product .product-actions .add-to-cart{min-height:52px!important;border:0!important;border-radius:12px!important;background:var(--vpp-blue)!important;color:#fff!important;font-weight:800!important;padding:0 26px!important;box-shadow:0 10px 24px rgba(0,75,175,.2);transition:transform .2s ease,box-shadow .2s ease}
body#product .product-actions .add-to-cart:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,75,175,.26)}
body#product .product-tabs.tabs{margin-top:56px;border-top:1px solid var(--vpp-line)}
.vpp{font-family:Nunito,Arial,sans-serif;color:var(--vpp-ink);margin-top:42px}
.vpp *{box-sizing:border-box}.vpp-section{padding:76px max(24px,calc((100% - 1180px)/2));margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.vpp-heading{text-align:center;max-width:720px;margin:0 auto 34px}.vpp h2{font-size:clamp(27px,3.3vw,42px);line-height:1.12;letter-spacing:-.025em;color:var(--vpp-ink);font-weight:800;margin:0}.vpp-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--vpp-blue);margin:0 0 10px}
.vpp-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1180px;margin:0 auto 24px}.vpp-trust__item{display:flex;gap:14px;align-items:center;border:1px solid var(--vpp-line);border-radius:14px;padding:18px;background:#fff}.vpp-trust__icon{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:50%;background:#eaf2ff;color:var(--vpp-blue);font-weight:900}.vpp-trust strong,.vpp-trust span{display:block}.vpp-trust strong{font-size:15px}.vpp-trust span{font-size:13px;color:var(--vpp-muted);margin-top:3px}
.vpp-info{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(320px,1.2fr);gap:70px;background:var(--vpp-soft);align-items:start}.vpp-info__content{display:grid;gap:28px}.vpp-highlights{list-style:none;padding:0;margin:0;display:grid;gap:14px}.vpp-highlights li{position:relative;padding-left:32px;font-size:17px;line-height:1.55}.vpp-highlights li:before{content:'✓';position:absolute;left:0;top:1px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--vpp-yellow);color:#16233b;font-size:13px;font-weight:900}.vpp-specs{margin:0;border-top:1px solid #dce3ec}.vpp-specs>div{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:14px 0;border-bottom:1px solid #dce3ec}.vpp-specs dt{font-weight:800}.vpp-specs dd{margin:0;color:var(--vpp-muted)}
.vpp-video{background:#fff}.vpp-video__frame{max-width:960px;margin:auto;aspect-ratio:16/9;border-radius:var(--vpp-radius);overflow:hidden;box-shadow:var(--vpp-shadow)}.vpp-video iframe{width:100%;height:100%;border:0}
.vpp-related{background:#fff}.vpp-related__grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.vpp-card{border:1px solid var(--vpp-line);border-radius:16px;overflow:hidden;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.vpp-card:hover{transform:translateY(-3px);box-shadow:var(--vpp-shadow)}.vpp-card__image{display:block;aspect-ratio:1;background:#f9fafc;padding:18px}.vpp-card__image img{width:100%;height:100%;object-fit:contain}.vpp-card__body{padding:18px}.vpp-card h3{font-size:16px;line-height:1.35;min-height:44px;margin:0 0 10px}.vpp-card h3 a{color:var(--vpp-ink)}.vpp-card__body>strong{display:block;font-size:19px;margin-bottom:14px}.vpp-card__cta{display:block;text-align:center;border:1px solid var(--vpp-blue);color:var(--vpp-blue);font-weight:800;border-radius:10px;padding:10px}
.vpp-faq{background:var(--vpp-soft)}.vpp-faq__list{max-width:860px;margin:auto;display:grid;gap:12px}.vpp-faq details{background:#fff;border:1px solid var(--vpp-line);border-radius:14px;padding:0 20px}.vpp-faq summary{cursor:pointer;list-style:none;font-weight:800;padding:20px 36px 20px 0;position:relative}.vpp-faq summary::-webkit-details-marker{display:none}.vpp-faq summary:after{content:'+';position:absolute;right:0;font-size:24px;line-height:1;color:var(--vpp-blue)}.vpp-faq details[open] summary:after{content:'–'}.vpp-faq details>div{padding:0 0 20px;color:var(--vpp-muted);line-height:1.65}
.vpp-help{max-width:1180px;margin:32px auto;display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:var(--vpp-radius);background:var(--vpp-blue);color:#fff;padding:28px 32px}.vpp-help strong,.vpp-help span{display:block}.vpp-help strong{font-size:22px}.vpp-help span{opacity:.86;margin-top:5px}.vpp-help a{flex:0 0 auto;border-radius:11px;background:var(--vpp-yellow);color:#17233a;font-weight:900;padding:14px 22px}
.vpp-mobile-bar{display:none}
@media(max-width:991px){body#product #main.product-detail>.row>div:first-child{padding-right:15px}body#product #main.product-detail .images-container{position:static}.vpp-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vpp-info{gap:34px}.vpp-trust{grid-template-columns:1fr}.vpp-section{padding-top:56px;padding-bottom:56px}}
@media(max-width:767px){body#product .breadcrumb{white-space:nowrap;overflow:auto}body#product .product-detail-name{font-size:31px!important}body#product .product-cover{padding:12px}body#product .product-actions{padding:16px}body#product .product-tabs.tabs{margin-top:32px}.vpp{padding-bottom:76px}.vpp-section{padding:44px 18px}.vpp-info{grid-template-columns:1fr}.vpp-related__grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding:2px 18px 20px;margin:0 -18px}.vpp-card{min-width:74vw;scroll-snap-align:start}.vpp-help{margin:24px 0;flex-direction:column;align-items:flex-start;border-radius:14px}.vpp-help a{width:100%;text-align:center}.vpp-mobile-bar{display:flex;position:fixed;z-index:999;left:0;right:0;bottom:0;align-items:center;justify-content:space-between;gap:14px;background:#fff;border-top:1px solid var(--vpp-line);box-shadow:0 -8px 25px rgba(18,33,56,.12);padding:10px 14px calc(10px + env(safe-area-inset-bottom))}.vpp-mobile-bar__meta{min-width:0}.vpp-mobile-bar__name{display:block;max-width:48vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--vpp-muted)}.vpp-mobile-bar__price{display:block;font-size:18px;color:var(--vpp-ink)}.vpp-mobile-bar__button{border:0;border-radius:10px;background:var(--vpp-blue);color:#fff;font-weight:900;padding:13px 16px;white-space:nowrap}.vpp-mobile-bar[hidden]{display:none}}


.vpp-pack{font-family:Nunito,Arial,sans-serif;display:flex;align-items:flex-start;gap:14px;margin:18px 0;padding:18px;border:1px solid #cbdcf4;border-radius:14px;background:#f1f6ff;color:#142033;overflow-wrap:anywhere}.vpp-pack__icon{display:grid;place-items:center;flex:0 0 36px;height:36px;border-radius:10px;background:#004baf;color:white;font-size:25px}.vpp-pack__eyebrow{display:block;font-size:12px;color:#435675;margin-bottom:5px}.vpp-pack strong{display:block;font-size:19px;line-height:1.5}.vpp-pack__badge{display:inline-block;border-radius:6px;background:#ffcc33;color:#142033;padding:0 8px;font-size:14px}.vpp-pack p{font-size:14px;line-height:1.5;margin:6px 0 0}.vpp-mobile-bar__button:disabled{opacity:.5;cursor:not-allowed}.vpp a:focus-visible,.vpp summary:focus-visible,.vpp-mobile-bar button:focus-visible{outline:3px solid #004baf;outline-offset:4px}
@media(prefers-reduced-motion:reduce){body#product .product-cover img,body#product .add-to-cart,.vpp-card{transition:none!important}}

/* 2.1.1 — jerarquía editorial y compra accesible */
body#product #main{font-family:Nunito,Arial,sans-serif;color:var(--vpp-ink)}
body#product #main.product-detail{max-width:1280px;margin-inline:auto}
body#product .product-detail-name{font-size:clamp(30px,2.8vw,44px)!important;line-height:1.15!important;letter-spacing:-.025em!important}
body#product .product-description-short,body#product [id^="product-description-short"]{font-size:17px;line-height:1.65;color:#425069;margin-bottom:20px}
body#product .product-description-short p,body#product [id^="product-description-short"] p{font-size:inherit;line-height:inherit}
body#product .product-cover{padding:16px;background:#fafbfc;border-radius:20px}
body#product .product-prices{margin:22px 0}
body#product .product-actions{padding:24px;box-shadow:none;background:#f8fafc;border-color:#dce4ef}
body#product .product-actions .product-quantity{gap:16px;align-items:stretch}
body#product .product-actions .product-quantity .add{flex:1 1 220px;margin:0}
body#product .product-actions .add-to-cart{width:100%;min-height:56px!important;font-size:17px!important;box-shadow:none;border-radius:10px!important}
body#product .product-actions input,body#product .product-actions select{font-size:16px}
body#product #product-availability{font-size:14px;font-weight:700}
body#product .product-tabs.tabs{margin-top:48px;padding-top:24px}
body#product .product-description,body#product #product-details{font-size:16px;line-height:1.75}
body#product .product-description p,body#product .product-description li{font-size:16px!important;line-height:1.75!important}
body#product .tabs .nav-tabs .nav-link{font-size:14px;font-weight:800;letter-spacing:.025em;padding:16px}
body#product .product-accessories,body#product .productscategory-products{margin-top:48px}
body#product .product-miniature .product-title{font-size:16px;line-height:1.4}
body#product .product-miniature .product-price-and-shipping{font-size:18px;font-weight:800}
body#product .vpp-pack{padding:16px 18px;margin:20px 0;background:#f1f6ff;box-shadow:none}
body#product .vpp-pack__eyebrow{font-size:13px}
body#product .vpp-pack p{font-size:15px}
body#product .vpp-linked{border-radius:16px;padding:22px;background:#f8fafc;border:1px solid #dce4ef;font-size:16px}
body#product .vpp-linked h3{font-size:23px;line-height:1.25;color:var(--vpp-ink)}
body#product .vpp-linked input,body#product .vpp-linked select,body#product .vpp-linked textarea{font-family:inherit;font-size:16px;min-height:46px}
body#product .vpp-linked button[type="submit"]{width:100%;min-height:56px;font-size:17px;font-weight:800;background:var(--vpp-blue);color:#fff;border-radius:10px}
body#product #main button:focus-visible,body#product #main input:focus-visible,body#product #main select:focus-visible,body#product #main textarea:focus-visible{outline:3px solid #004baf;outline-offset:3px}
@media(min-width:992px){body#product #main.product-detail>.row{margin-top:32px}body#product #main.product-detail>.row>div:first-child{padding-right:40px}}
@media(max-width:767px){body#product .product-actions{padding:18px}body#product .product-detail-name{font-size:30px!important}body#product .product-description-short,body#product [id^="product-description-short"]{font-size:16px}body#product .product-prices{margin:18px 0}body#product .vpp-linked{padding:18px}body#product .tabs .nav-tabs{display:flex;overflow-x:auto;flex-wrap:nowrap}body#product .tabs .nav-tabs .nav-link{white-space:nowrap}body#product .product-actions .product-quantity .add{flex-basis:100%}}

/* 2.2.0: coherent product composition, scoped to the native product page. */
body#product .vpp-product-page{--vpp-line:#dfe6ef;--vpp-soft:#f5f7fa;font-family:Nunito,Arial,sans-serif}
body#product .vpp-product-page .product-cover{padding:clamp(12px,2vw,28px);background:#f7f8fa;border:0;border-radius:20px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}
body#product .vpp-product-page .product-cover img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain}
body#product .vpp-product-page .product-cover .layer{position:absolute}
body#product .vpp-product-page .images-container .product-images{margin-top:16px}
body#product .vpp-product-page .product-images img.thumb{border-radius:10px;border:1px solid var(--vpp-line);padding:5px;background:#fff}
body#product .vpp-product-page .product-images img.selected{border-color:var(--vpp-blue)}
body#product .vpp-product-page .product-detail-name{color:#142033!important;font-size:clamp(30px,3vw,44px)!important;line-height:1.14!important;max-width:620px}
body#product .vpp-product-page .product-prices{padding:0 0 20px;margin:20px 0;border-bottom:1px solid var(--vpp-line)}
body#product .vpp-product-page .product-actions{background:#fff;border:0;border-radius:0;box-shadow:none;padding:0;margin:24px 0 0;min-height:0;height:auto}
body#product .vpp-product-page .product-add-to-cart{height:auto;min-height:0;padding-bottom:0;margin-bottom:16px}
body#product .vpp-product-page .product-quantity{min-height:0;height:auto;align-items:center;gap:14px;margin-bottom:16px}
body#product .vpp-product-page .product-quantity .qty{margin:0}
body#product .vpp-product-page .product-actions .add-to-cart{min-height:54px!important;letter-spacing:0;text-transform:none!important;font-size:17px!important}
body#product .vpp-product-page .product-actions .wishlist{margin:12px 0;position:static}
body#product .vpp-product-page .vpp-delivery{border-top:1px solid var(--vpp-line);margin:22px 0 0;padding:18px 0;background:transparent;box-shadow:none}
body#product .vpp-product-page .vpp-delivery ul{padding:0;margin:0;list-style:none;display:grid;gap:14px}
body#product .vpp-product-page .vpp-delivery li{border:0;padding:0;font-size:14px;line-height:1.5}
body#product .vpp-product-page .vpp-delivery span,body#product .vpp-product-page .vpp-delivery p{font-size:14px;line-height:1.5}
body#product .vpp-product-page .vpp-delivery img{width:24px;height:24px;object-fit:contain;margin-right:10px}
body#product .vpp-product-page .tabs{margin-top:48px;padding:28px;background:#f5f7fa;border:1px solid var(--vpp-line);border-radius:18px}
body#product .vpp-product-page .tabs .nav-tabs{border-bottom:1px solid #d6dfeb;justify-content:flex-start;margin-bottom:24px}
body#product .vpp-product-page .tabs .nav-link{color:#526075;text-transform:none;font-size:16px;font-weight:800;letter-spacing:0}
body#product .vpp-product-page .tabs .nav-link.active{color:var(--vpp-blue);background:transparent;border-bottom:3px solid var(--vpp-blue)}
body#product .vpp-product-page .product-description{max-width:900px}
body#product .vpp-product-page .product-description p{margin-bottom:14px}
body#product .vpp-product-page .product-features dl.data-sheet{display:grid;grid-template-columns:minmax(120px,1fr) 2fr;gap:0;margin:20px 0}
body#product .vpp-product-page .product-features dl.data-sheet dt,body#product .vpp-product-page .product-features dl.data-sheet dd{width:auto;float:none;margin:0;padding:15px;border-bottom:1px solid var(--vpp-line);font-size:16px;background:transparent}
body#product .vpp-product-page .vpp{margin:32px 0 0}
body#product .vpp-product-page .vpp-section{margin:24px 0;padding:36px;border-radius:18px}
body#product .vpp-product-page .vpp-info{gap:40px}
body#product .vpp-product-page .vpp-heading{text-align:left;max-width:none;margin-bottom:24px}
body#product .vpp-product-page .vpp h2{font-size:clamp(25px,2.4vw,32px)}
body#product .vpp-product-page .vpp-recommendations{margin-top:48px;padding-top:28px;border-top:1px solid var(--vpp-line)}
body#product .vpp-product-page .vpp-recommendations>h2,body#product .vpp-product-page .vpp-recommendations .products-section-title{text-align:left!important;font-size:26px!important;line-height:1.2;letter-spacing:-.02em;text-transform:none;color:var(--vpp-ink);margin-bottom:26px}
body#product .vpp-product-page .vpp-recommendations .product-miniature{height:auto;margin-bottom:24px}
body#product .vpp-product-page .vpp-recommendations .thumbnail-container{height:auto;border:1px solid var(--vpp-line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:none}
body#product .vpp-product-page .vpp-recommendations .product-thumbnail{display:block;background:#f8f9fb;aspect-ratio:1;overflow:hidden}
body#product .vpp-product-page .vpp-recommendations .product-thumbnail img{width:100%;height:100%;object-fit:contain}
body#product .vpp-product-page .vpp-recommendations .product-description{height:auto;min-height:0;padding:16px;text-align:left}
body#product .vpp-product-page .vpp-recommendations .product-title{font-size:16px;line-height:1.4;min-height:44px;text-align:left;margin:0 0 12px}
body#product .vpp-product-page .vpp-recommendations .product-title a{color:var(--vpp-ink)}
body#product .vpp-product-page .vpp-recommendations .product-price-and-shipping{text-align:left;font-size:18px;margin:12px 0}
body#product .vpp-product-page .vpp-recommendations .add-to-cart{min-height:42px;border-radius:8px;font-size:13px;text-transform:none;white-space:normal}
@media(min-width:992px){body#product .vpp-product-page>.row>div:first-child{padding-right:44px}body#product .vpp-product-page .images-container{position:sticky;top:100px}}
@media(max-width:767px){body#product .vpp-product-page .tabs{padding:20px 16px;margin-top:32px}body#product .vpp-product-page .vpp-section{padding:24px 18px}body#product .vpp-product-page .vpp-info{gap:24px}body#product .vpp-product-page .vpp-recommendations{margin-top:32px}body#product .vpp-product-page .product-cover{border-radius:14px}body#product .vpp-product-page .vpp-recommendations .products-section-title{font-size:24px!important}}
/* Deo Outis native markup, verified against product 25. */
body#product .vpp-product-page .product-quantity .btn-wishlist-product-list{position:static!important;flex:0 0 100%;margin:0!important;height:auto;min-height:0;padding:0}
body#product .vpp-product-page .product-quantity .deo-wishlist-button{position:static;min-height:36px;height:auto;padding:6px 0;font-size:13px}
body#product .vpp-product-page #formas-de-envio{display:grid;gap:14px;background:#f5f7fa;padding:20px;border:1px solid var(--vpp-line);border-radius:12px}
body#product .vpp-product-page #formas-de-envio .linea-icono{display:flex;align-items:center;gap:12px;margin:0}
body#product .vpp-product-page #formas-de-envio .linea-pagos{font-size:14px;line-height:1.5}
body#product .vpp-product-page .vpp-recommendations .title_block{text-align:left!important;text-transform:none!important;font-size:27px!important;color:var(--vpp-ink);letter-spacing:-.025em;margin-bottom:24px}
body#product .vpp-product-page .vpp-recommendations .product-meta{padding:18px;text-align:left}
body#product .vpp-product-page .vpp-recommendations .slick-slide{padding-inline:10px}
/* 2.2.1 — compact spacing and contextual purchase bar */
body#product .vpp-product-page .product-cover{background:#fff;border:0;padding:0;border-radius:0}
body#product .vpp-product-page .product-detail-name{margin:6px 0 12px!important}
body#product .vpp-product-page [id^="product-description-short"]{margin-bottom:12px}
body#product .vpp-product-page .product-prices{margin:14px 0;padding-bottom:14px}
body#product .vpp-product-page .product-reference{margin:8px 0;font-size:14px}
body#product .vpp-product-page .product-actions{margin-top:16px}
body#product .vpp-product-page .product-quantity{display:grid!important;grid-template-columns:1fr;gap:12px;height:auto!important;min-height:0!important}
body#product .vpp-product-page .product-quantity>.qty,body#product .vpp-product-page .product-quantity>.add{width:100%;height:auto!important;min-height:0!important;margin:0!important;flex:none!important}
body#product .vpp-product-page .product-quantity>.btn-wishlist-product-list{height:auto!important;min-height:0!important;padding:0!important;margin:0!important;align-self:start}
body#product .vpp-product-page .product-quantity .deo-wishlist-button{margin:0!important;padding:4px 0!important;line-height:24px!important}
body#product .vpp-product-page a[href="#detail-product"],body#product .vpp-product-page a[href="#product-details"],body#product .vpp-product-page #detail-product,body#product .vpp-product-page #product-details{display:none!important}
body#product .vpp-product-page .category-products .sub-title-widget{display:none!important}
body#product .vpp-product-page .tabs,body#product .vpp-product-page .vpp-recommendations{margin-top:32px}
body#product .vpp-product-page .vpp-section{padding:28px;margin:24px 0}
body#product .vpp-product-page .vpp-help{margin:24px 0}
body#product .vpp-product-page .vpp{padding-bottom:0}
body#product.vpp-has-purchase-bar{padding-bottom:96px}
body#product .vpp-mobile-bar{display:flex;position:fixed;z-index:990;left:0;right:0;bottom:0;align-items:center;gap:16px;background:#fff;border-top:1px solid #dfe6ef;box-shadow:0 -4px 20px rgba(20,32,51,.08);padding:12px max(20px,calc((100vw - 1200px)/2)) calc(12px + env(safe-area-inset-bottom))}
body#product .vpp-mobile-bar[hidden]{display:none!important}
body#product .vpp-mobile-bar__image{width:56px;height:56px;object-fit:contain;flex:none;background:#fff;border:1px solid #e6ebf2;border-radius:8px}
body#product .vpp-mobile-bar__meta{flex:1;min-width:0}
body#product .vpp-mobile-bar__name{display:block;max-width:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:700 15px/1.4 Nunito,Arial,sans-serif;color:#142033}
body#product .vpp-mobile-bar__price{display:block;font:800 18px/1.4 Nunito,Arial,sans-serif;color:#142033}
body#product .vpp-mobile-bar__button{flex:none;border:0;border-radius:9px;min-height:48px;padding:12px 28px;background:#004baf;color:#fff;font:800 16px/1.3 Nunito,Arial,sans-serif;white-space:nowrap}
@media(max-width:767px){body#product .vpp-product-page .tabs,body#product .vpp-product-page .vpp-section{padding:20px 16px}body#product .vpp-mobile-bar{gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom))}body#product .vpp-mobile-bar__image{width:42px;height:42px}body#product .vpp-mobile-bar__name{font-size:12px}body#product .vpp-mobile-bar__price{font-size:15px}body#product .vpp-mobile-bar__button{font-size:13px;padding:10px 12px;white-space:normal;max-width:42%}}
body#product .vpp-sector-disabled{display:none!important}
/* 2.4 editorial rhythm */
body#product .vpp-product-page{--vpp-space:32px;--vpp-radius:14px}
body#product .vpp-product-page .vpp-section{padding:28px 0;background:white;border-radius:0;margin:0;border-top:1px solid #e6ebf2}
body#product .vpp-product-page .vpp-info{padding:28px;background:#f8fafc;border:0;border-radius:14px;margin-bottom:28px}
body#product .vpp-product-page .vpp-related__grid{display:grid;grid-template-columns:1fr;gap:14px;margin:0;padding:0;overflow:visible}
body#product .vpp-product-page .vpp-card{display:grid;grid-template-columns:100px 1fr;min-width:0;border-radius:12px;align-items:center;padding:14px;gap:20px}
body#product .vpp-product-page .vpp-card__image{padding:0;background:white;border-radius:8px}
body#product .vpp-product-page .vpp-card__body{display:grid;grid-template-columns:1fr auto;gap:8px 20px;padding:0;align-items:center}
body#product .vpp-product-page .vpp-card h3{min-height:0;margin:0;font-size:18px}
body#product .vpp-product-page .vpp-card__body>strong{grid-column:1;margin:0}
body#product .vpp-product-page .vpp-card__cta{grid-column:2;grid-row:1 / 3;background:#004baf;color:white;padding:12px 20px}
.vpp-testimonial{padding:28px;background:#f7f8fa;border-radius:16px;margin-top:20px}.vpp-testimonial header{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.vpp-testimonial header img{width:64px;height:64px;border-radius:50%;object-fit:cover}.vpp-testimonial header strong{font-size:20px}.vpp-testimonial header div span{display:block;color:#526075;font-size:14px}.vpp-stars{color:#c58b00;font-size:23px;letter-spacing:2px}.vpp-testimonial blockquote{margin:20px 0 0;border:0;padding:0;font-size:18px;line-height:1.7;white-space:pre-line;overflow-wrap:anywhere}
.vpp-photo-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:24px 0 14px}.vpp-photo-track figure{flex:0 0 32%;min-width:240px;margin:0;scroll-snap-align:start}.vpp-photo-track img{width:100%;height:auto;aspect-ratio:3/4;object-fit:contain;background:#fff;border-radius:14px}.vpp-photo-track figcaption{font-size:14px;line-height:1.5;padding:12px 0}
@media(min-width:992px){body#product .vpp-product-page .images-container{display:grid;grid-template-columns:80px minmax(0,1fr);gap:18px;align-items:start}body#product .vpp-product-page .images-container .product-cover{grid-column:2;grid-row:1}body#product .vpp-product-page .images-container .js-qv-mask{grid-column:1;grid-row:1;width:80px;max-height:560px;overflow-y:auto}body#product .vpp-product-page .images-container .product-images{display:flex;flex-direction:column;margin:0;gap:12px}body#product .vpp-product-page .images-container .product-images>li{width:76px!important;margin:0}}
@media(max-width:767px){body#product .vpp-product-page .vpp-card{grid-template-columns:76px 1fr;padding:12px;gap:12px}body#product .vpp-product-page .vpp-card__body{grid-template-columns:1fr;gap:8px}body#product .vpp-product-page .vpp-card__cta{grid-column:1;grid-row:auto}body#product .vpp-product-page .vpp-card h3{font-size:16px}.vpp-testimonial{padding:20px}.vpp-testimonial blockquote{font-size:16px}.vpp-photo-track figure{flex-basis:80%;min-width:0}.vpp-photo-track{gap:16px}}
.vpp-cart-drawer{position:fixed;inset:0 0 0 auto;margin:0;width:min(540px,100vw);max-width:100vw;height:100dvh;max-height:100dvh;padding:0;border:0;background:#fff;color:#142033;font-family:Nunito,Arial,sans-serif;box-shadow:-12px 0 48px #14203326}.vpp-cart-drawer[open]{display:flex;flex-direction:column}.vpp-cart-drawer::backdrop{background:#14203380}.vpp-cart-drawer>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #e6ebf2}.vpp-cart-drawer h2{font-size:25px;font-weight:800;margin:0}.vpp-drawer-close{border:0;background:none;font-size:32px;min-width:44px;min-height:44px;color:#142033}.vpp-drawer-body{flex:1;overflow:auto;overscroll-behavior:contain;padding:20px 24px}.vpp-drawer-status{font-size:14px;line-height:1.5}.vpp-drawer-product,.vpp-drawer-suggestion{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid #e6ebf2}.vpp-drawer-product img,.vpp-drawer-suggestion img{width:68px;height:80px;object-fit:contain;border-radius:8px}.vpp-drawer-product>div,.vpp-drawer-suggestion>div{flex:1;min-width:0}.vpp-drawer-product span,.vpp-drawer-suggestion span{display:block;font-size:14px;margin-top:6px}.vpp-drawer-product strong,.vpp-drawer-suggestion strong{font-size:15px;line-height:1.4;overflow-wrap:anywhere}.vpp-drawer-totals{padding:20px 0}.vpp-drawer-total-line{display:flex;justify-content:space-between;gap:20px;margin:10px 0}.vpp-drawer-grand-total{font-size:23px;padding-top:12px;border-top:1px solid #e6ebf2}.vpp-drawer-related h3{font-size:21px;font-weight:800;margin:12px 0}.vpp-drawer-suggestion a{background:#004baf;color:#fff;padding:10px;border-radius:8px;font-size:13px;text-align:center}.vpp-cart-drawer>footer{padding:16px 24px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #e6ebf2;background:white;display:grid;gap:12px;text-align:center}.vpp-drawer-checkout{background:#004baf;color:white!important;border-radius:9px;padding:15px;font-weight:800}.vpp-drawer-edit{color:#004baf;text-decoration:underline;font-size:14px}.vpp-cart-drawer [hidden]{display:none!important}.vpp-cart-drawer :focus-visible{outline:3px solid #004baf;outline-offset:3px}@media(max-width:575px){.vpp-cart-drawer{width:100vw}.vpp-drawer-body{padding:16px}.vpp-cart-drawer>header,.vpp-cart-drawer>footer{padding-inline:16px}}
/* 2.5.1 — compact native purchase summary */
body#product .vpp-product-page .product-detail-name{margin:4px 0 8px!important;line-height:1.12!important}
body#product .vpp-product-page .product-description-short,
body#product .vpp-product-page [id^="product-description-short"]{margin:0 0 10px!important;padding:0!important;line-height:1.45}
body#product .vpp-product-page .product-description-short p,
body#product .vpp-product-page [id^="product-description-short"] p{margin:0 0 6px!important}
body#product .vpp-product-page .product-prices{margin:10px 0 8px!important;padding:0!important;border:0!important}
body#product .vpp-product-page .product-prices .current-price{margin:0!important;line-height:1.2;font-size:clamp(28px,2.5vw,36px)}
body#product .vpp-product-page .product-reference{margin:4px 0 10px!important;padding:0!important;font-size:13px;line-height:1.4;color:#526075}
body#product .vpp-product-page .product-reference label{margin:0}
body#product .vpp-product-page .product-actions{margin-top:10px!important;padding:0!important}
body#product .vpp-product-page .product-add-to-cart{margin:0 0 10px!important;padding:0!important}
body#product .vpp-product-page .product-quantity{gap:10px!important;margin:0!important}
body#product .vpp-product-page .product-quantity>.qty{padding:8px 12px!important;min-height:48px!important;box-sizing:border-box;border-radius:9px}
body#product .vpp-product-page .qty-content{display:flex;align-items:center;gap:10px;margin:0!important}
body#product .vpp-product-page .qty-content .control-label{margin:0!important;font-size:14px}
body#product .vpp-product-page #product-availability{font-size:13px;line-height:1.4;margin:0}
@media(max-width:767px){body#product .vpp-product-page .product-detail-name{font-size:28px!important}body#product .vpp-product-page .product-prices .current-price{font-size:30px}body#product .vpp-product-page .product-reference{margin-bottom:8px!important}}

/* Avisos compactos: fuera del flujo, sin generar espacios vacíos. */
.vpp-activity{position:fixed;left:20px;bottom:calc(96px + env(safe-area-inset-bottom));z-index:1040;width:min(390px,calc(100vw - 40px));padding:16px 38px 16px 16px;background:#fff;border:1px solid #e4e9ef;border-radius:16px;box-shadow:0 8px 32px #14243a26;color:#172337;font-size:14px;line-height:1.4}
.vpp-activity[hidden]{display:none!important}
.vpp-activity-link{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}
.vpp-activity-link img{width:56px;height:56px;object-fit:contain;flex:none;border-radius:8px;background:#fff}
.vpp-activity-link>span{min-width:0;display:grid;gap:3px}
.vpp-activity strong{font-size:14px;line-height:1.3;overflow-wrap:anywhere}
.vpp-activity-link>span>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#58657a}
.vpp-activity small{font-size:12px;color:#526075}
.vpp-activity small.vpp-activity-verified{color:#167139;font-weight:700}
.vpp-activity>button{position:absolute;right:3px;top:3px;width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:#536175;font-size:23px;cursor:pointer}
.vpp-activity a:focus-visible,.vpp-activity button:focus-visible{outline:2px solid #004baf;outline-offset:3px}
@media(max-width:767px){.vpp-activity{left:12px;width:calc(100vw - 24px);bottom:calc(112px + env(safe-area-inset-bottom));padding:12px 34px 12px 12px}.vpp-activity-link img{width:48px;height:48px}}

/* 2.6.1: delivery uses the full content width shared with characteristics. */
body#product .vpp-product-page #formas-de-envio{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:100%;max-width:100%;float:none;clear:both;box-sizing:border-box;margin:24px 0 0;padding:20px 0;background:#fff;border:0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;border-radius:0}
body#product .vpp-product-page #formas-de-envio .linea-icono{display:flex;align-items:center;justify-content:center;min-width:0;width:auto;padding:4px 20px;gap:12px;margin:0;box-sizing:border-box}
body#product .vpp-product-page #formas-de-envio .linea-icono+.linea-icono{border-left:1px solid #e2e8f0}
body#product .vpp-product-page #formas-de-envio .linea-icono img{flex:0 0 32px;width:32px;height:32px;margin:0;object-fit:contain}
body#product .vpp-product-page #formas-de-envio .linea-pagos{font-size:14px;line-height:1.45;overflow-wrap:anywhere}
body#product .vpp-product-page #formas-de-envio+.tabs{margin-top:24px}
body#product .vpp-product-page .images-container,
body#product .vpp-product-page .product-cover,
body#product .vpp-product-page .product-images>li,
body#product .vpp-product-page .product-image,
body#product .vpp-product-page .product-thumbnail,
body#product .vpp-product-page .vpp-recommendations .product-thumbnail,
body#product .vpp-product-page .vpp-card__image,
body#product .vpp-product-page .vpp-photo-track figure,
body#product .vpp-product-page img,
body#product .vpp-cart-drawer img{background-color:#fff!important}
body#product .vpp-product-page .vpp-impact-phrase{margin:0 0 24px;padding:18px 24px;border-left:4px solid #ffcc33;background:#fff;color:#004baf;font:800 clamp(19px,2vw,26px)/1.4 Nunito,Arial,sans-serif;overflow-wrap:anywhere}
@media(max-width:767px){body#product .vpp-product-page #formas-de-envio .linea-icono{flex-direction:column;text-align:center;padding:4px 10px;gap:8px}body#product .vpp-product-page #formas-de-envio .linea-pagos{font-size:12px}body#product .vpp-product-page .vpp-impact-phrase{padding:14px 16px;margin-bottom:20px}}
@media(max-width:359px){body#product .vpp-product-page #formas-de-envio{grid-template-columns:1fr;gap:12px}body#product .vpp-product-page #formas-de-envio .linea-icono{flex-direction:row;justify-content:flex-start;text-align:left;padding:0 8px}body#product .vpp-product-page #formas-de-envio .linea-icono+.linea-icono{border-left:0}}
/* 2.6.2: native quantity controls retain their events and stock limits. */
body#product .vpp-product-page .product-quantity>.qty{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;border:0;padding:0!important;background:white}
body#product .vpp-product-page .qty-content{flex-wrap:wrap;max-width:100%}
body#product .vpp-product-page .bootstrap-touchspin{display:flex!important;align-items:stretch;width:148px!important;height:44px!important;float:none!important;flex:none;border:1px solid #cad4e2;border-radius:8px;overflow:hidden;background:#fff}
body#product .vpp-product-page #quantity_wanted{width:60px!important;min-width:44px;flex:1;height:44px!important;min-height:44px;padding:0 4px!important;text-align:center;border:0!important;box-shadow:none!important;font-size:16px;appearance:textfield}
body#product .vpp-product-page #quantity_wanted::-webkit-inner-spin-button{appearance:none}
body#product .vpp-product-page .bootstrap-touchspin .input-group-btn-vertical{position:static!important;display:flex!important;flex-direction:row;width:88px!important;flex:0 0 88px}
body#product .vpp-product-page .bootstrap-touchspin .btn{position:static!important;display:grid;place-items:center;width:44px!important;height:44px!important;min-height:44px;margin:0!important;padding:0!important;border:0;border-radius:0!important;background:#f0f5fc;color:#004baf;box-shadow:none}
body#product .vpp-product-page .bootstrap-touchspin .btn i{position:static!important;margin:0;font-size:20px}
body#product .vpp-product-page .bootstrap-touchspin .bootstrap-touchspin-down{order:-1}
body#product .vpp-product-page .vpp-impact-phrase{text-align:center;border:0;padding:18px 0}
body#product .vpp-product-page .vpp-title-rating-hidden{display:none!important}
body#product .vpp-product-page .vpp-trust__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;color:#004baf;background:#edf4ff;border-radius:50%;line-height:1}
body#product .vpp-product-page .vpp-trust__icon svg{display:block;flex:none}
body#product .vpp-product-page .vpp-trust__item{border:0;box-shadow:none;align-items:center}
body#product .vpp-product-page .vpp-section,body#product .vpp-product-page .vpp-recommendations,body#product .vpp-product-page .vpp-recommendations .box-title,body#product .vpp-product-page #formas-de-envio,body#product .vpp-product-page #formas-de-envio .linea-icono,body#product .vpp-product-page .tabs,body#product .vpp-product-page .tabs .nav-tabs{border:0!important}
body#product .vpp-product-page .vpp-recommendations .box-title:before,body#product .vpp-product-page .vpp-recommendations .box-title:after{display:none}

/* 2.6.3: hide delivery row visually; preserve native content/configuration. */
body#product .vpp-product-page #formas-de-envio{display:none!important;margin:0!important;padding:0!important}
body#product #main.vpp-product-page.product-detail>.row{margin-top:16px;margin-bottom:0;align-items:flex-start}
body#product .vpp-product-page .images-container{margin-bottom:0;padding-bottom:0;min-width:0}
body#product .vpp-product-page .product-cover{margin-bottom:0}
body#product .vpp-product-page .tabs,
body#product .vpp-product-page #formas-de-envio+.tabs{margin-top:20px!important;padding:20px;background:#fff;border-radius:0}
body#product .vpp-product-page .tabs .nav-tabs{margin-bottom:16px}
body#product .vpp-product-page .product-description p{margin-bottom:10px}
body#product .vpp-product-page .product-description p:last-child{margin-bottom:0}
body#product .vpp-product-page .vpp{margin-top:0;padding-top:0;min-width:0;max-width:100%}
body#product .vpp-product-page .vpp-section{padding:24px 0;margin:0}
body#product .vpp-product-page .vpp-info{padding:20px;margin-bottom:20px}
body#product .vpp-product-page .vpp-trust{margin:16px 0;gap:16px}
body#product .vpp-product-page .vpp-impact-phrase{margin:0 0 16px;padding:14px 0}
body#product .vpp-product-page .vpp-recommendations{margin-top:24px;padding-top:0}
body#product .vpp-product-page .vpp-heading,body#product .vpp-product-page .vpp-recommendations .box-title{margin-bottom:16px}
body#product .vpp-product-page .vpp-info>*{min-width:0}
@media(max-width:991px){body#product .vpp-product-page .vpp-trust{grid-template-columns:1fr}.vpp-mobile-bar__meta{flex:1;min-width:0}}
@media(max-width:767px){body#product #main.vpp-product-page.product-detail>.row{margin-top:8px}body#product .vpp-product-page .tabs,body#product .vpp-product-page #formas-de-envio+.tabs{margin-top:16px!important;padding:16px 0}body#product .vpp-product-page .vpp-section{padding:20px 0}body#product .vpp-product-page .vpp-info{padding:16px;margin-bottom:16px}body#product .vpp-product-page .vpp-trust{margin:12px 0;gap:12px}body#product .vpp-product-page .vpp-card{min-width:0;max-width:100%}body#product .vpp-product-page .vpp-card__body{min-width:0}body#product .vpp-product-page .vpp-card h3{overflow-wrap:anywhere}body#product .vpp-product-page .vpp-recommendations{margin-top:20px}body#product .vpp-mobile-bar{gap:8px;padding-inline:12px}body#product .vpp-mobile-bar__button{font-size:14px;padding:12px;white-space:normal}body#product .vpp-mobile-bar__image{width:40px;height:40px}}
@media(max-width:359px){body#product .vpp-mobile-bar__image{display:none}body#product .vpp-mobile-bar__button{max-width:48%}}
body#product .vpp-product-page .vpp-photo-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:20px;padding:12px 0 0;overflow:visible}
body#product .vpp-product-page .vpp-photo-track figure{min-width:0;max-width:100%;background:#fff;border-radius:12px;overflow:hidden}
body#product .vpp-product-page .vpp-photo-track figure:only-child{max-width:560px}
body#product .vpp-product-page .vpp-photo-track img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:contain}
body#product .vpp-product-page .vpp-photo-track figcaption{padding:12px 0;line-height:1.5;overflow-wrap:anywhere}
body#product .vpp-product-page .vpp-photo-track figcaption strong{display:block;font-size:17px;margin-bottom:4px;color:#172337}
body#product .vpp-product-page .vpp-testimonial{margin-top:12px;padding:20px;background:#f7faff}
body#product .vpp-product-page .vpp-testimonial blockquote{margin-top:12px;font-size:17px;line-height:1.55}
body#product .vpp-product-page .vpp-customer-photos h2,body#product .vpp-product-page .vpp-testimonials h2{font-size:clamp(22px,2.5vw,30px);line-height:1.25;margin:0 0 12px}
body#product .vpp-product-page .vpp-photo-unavailable{display:block;padding:16px;color:#526075;font-size:14px}
body#product .vpp-product-page .product-quantity>.qty{justify-content:flex-start;gap:20px}
body#product .vpp-product-page #product-availability{margin:0;white-space:normal}
body#product .vpp-product-page .product-prices+.product-actions{margin-top:8px}
@media(max-width:767px){body#product .vpp-product-page .vpp-photo-track{grid-template-columns:1fr;gap:16px}body#product .vpp-product-page .vpp-testimonial{padding:16px}body#product .vpp-product-page .product-quantity>.qty{gap:12px}}
body#product .vpp-product-page .vpp-customer-photos img[hidden],body#product .vpp-product-page .vpp-testimonials img[hidden]{display:none!important}
/* 2.7.1: natural photo proportions and consistent section rhythm. */
body#product .vpp-product-page .vpp-photo-track{padding:0;gap:24px;align-items:start;justify-items:center}
body#product .vpp-product-page .vpp-photo-track figure{width:100%;margin:0;align-self:start}
body#product .vpp-product-page .vpp-photo-track figure:only-child{width:100%;max-width:800px;justify-self:center}
body#product .vpp-product-page .vpp-photo-track figure>a{display:block;line-height:0}
body#product .vpp-product-page .vpp-photo-track img{aspect-ratio:auto!important;width:100%;height:auto!important;max-height:none;border-radius:12px;object-fit:contain}
body#product .vpp-product-page .vpp-photo-track figcaption{text-align:center;padding:12px 0 0}
body#product .vpp-product-page .vpp-customer-photos h2{text-align:center;margin-bottom:20px}
body#product .vpp-product-page .vpp-section{margin:0;padding-block:24px}
body#product .vpp-product-page .vpp-info{margin-bottom:24px}
body#product .vpp-product-page .vpp-recommendations{margin-top:48px}
body#product .vpp-product-page .product-reference{margin:4px 0 12px!important;font-size:13px;line-height:1.4;color:#526075;border:0;padding:0}
body#product .vpp-product-page .bootstrap-touchspin.vpp-quantity-control{display:grid!important;grid-template-columns:44px minmax(44px,1fr) 44px;width:148px!important;height:44px!important}
body#product .vpp-product-page .vpp-quantity-control .input-group-btn-vertical,body#product .vpp-product-page .vpp-quantity-control .input-group-btn{display:none!important}
body#product .vpp-product-page .vpp-quantity-control #quantity_wanted{grid-column:2;grid-row:1;width:100%!important;min-width:0}
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-down{grid-column:1;grid-row:1;order:0}
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-up{grid-column:3;grid-row:1}
body#product .vpp-product-page .vpp-quantity-control>.btn{font-size:0}
body#product .vpp-product-page .vpp-quantity-control>.btn i{display:none}
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-down:after{content:'◀';font-size:13px;color:#004baf}
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-up:after{content:'▶';font-size:13px;color:#004baf}
@media(max-width:767px){body#product .vpp-product-page .vpp-section{padding-block:18px}body#product .vpp-product-page .vpp-recommendations{margin-top:36px}body#product .vpp-product-page .vpp-photo-track{gap:20px}body#product .vpp-product-page .vpp-info{margin-bottom:18px}}
/* 2.7.2: title, image, caption; two columns by default. */
body#product .vpp-product-page .vpp-photo-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start}
body#product .vpp-product-page .vpp-photo-track figure:only-child{grid-column:1 / -1;width:100%;max-width:800px}
body#product .vpp-product-page .vpp-photo-title{font-size:clamp(18px,2vw,23px);font-weight:800;line-height:1.35;text-align:center;margin:0 0 14px;padding:0;overflow-wrap:anywhere;color:#172337}
body#product .vpp-product-page .vpp-photo-track figcaption{font-size:15px;line-height:1.5;margin:0;padding:12px 0 0}
@media(max-width:767px){body#product .vpp-product-page .vpp-photo-track{grid-template-columns:minmax(0,1fr);gap:24px}body#product .vpp-product-page .vpp-photo-title{margin-bottom:10px}}
/* 2.7.3: compact customer photos, original proportions retained. */
body#product .vpp-product-page .vpp-photo-track figure,
body#product .vpp-product-page .vpp-photo-track figure:only-child{width:100%;max-width:360px;margin-inline:auto}
@media(max-width:767px){body#product .vpp-product-page .vpp-photo-track figure,body#product .vpp-product-page .vpp-photo-track figure:only-child{width:45%;max-width:280px}}
/* 2.7.4: increase / value / decrease and centered catalog cards. */
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-up{grid-column:1!important;grid-row:1}
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-down{grid-column:3!important;grid-row:1}
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-up:after{content:'▲'}
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-down:after{content:'▼'}
body#product .vpp-product-page .product-reference[hidden],body#product .vpp-product-page .tabs [hidden]{display:none!important}
body#product .vpp-product-page .vpp-recommendations .box-title,
body#product .vpp-product-page .vpp-recommendations h2,
body#product .vpp-product-page .vpp-recommendations .product-meta,
body#product .vpp-product-page .vpp-recommendations .product-title,
body#product .vpp-product-page .vpp-recommendations .product-price-and-shipping{ text-align:center!important }
body#product .vpp-product-page .vpp-recommendations .star_content,
body#product .vpp-product-page .vpp-recommendations .product-list-reviews{display:flex;justify-content:center;float:none;margin-inline:auto}
body#product .vpp-product-page .vpp-recommendations .add-to-cart{display:table;margin-inline:auto}
body#product .vpp-product-page .product-actions .deo-wishlist-button{display:inline-flex;align-items:center;gap:6px;font-size:14px!important;text-transform:none!important}
body#product .vpp-product-page .vpp-favorite-heart{color:#e98591;font-size:17px;line-height:1}
body#product .vpp-product-page .vpp-impact-phrase{font-variant-numeric:tabular-nums}
/* Bootstrap clearfix pseudo-elements must not become quantity grid cells. */
body#product .vpp-product-page .bootstrap-touchspin.vpp-quantity-control:before,
body#product .vpp-product-page .bootstrap-touchspin.vpp-quantity-control:after{content:none!important;display:none!important}
body#product .vpp-product-page .bootstrap-touchspin.vpp-quantity-control{padding:0!important;gap:0!important;grid-template-columns:44px 60px 44px!important;width:150px!important;box-sizing:border-box;justify-content:start}
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-up,
body#product .vpp-product-page .vpp-quantity-control>.bootstrap-touchspin-down{transform:none!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important}
body#product .vpp-product-page .vpp-quantity-control #quantity_wanted{margin:0!important;padding:0!important;transform:none!important;text-indent:0}
body#product .vpp-product-page [hidden]{display:none!important}
