.hp-pdp{--hp-primary: var(--color-primary, #1a365d);--hp-secondary: var(--color-secondary, #8b5a2b);--hp-text: var(--color-text, #1a365d);--hp-text-muted: var(--color-text-secondary, #4a5568);--hp-text-light: var(--color-text-muted, #64748b);--hp-bg: var(--color-background, #faf8f5);--hp-bg-alt: #f1f5f9;--hp-dark: #0a1628;--hp-border: rgba(26, 54, 93, .08);--hp-radius: 12px;--hp-radius-lg: 16px;--hp-shadow: 0 4px 20px rgba(26, 54, 93, .08);--hp-shadow-lg: 0 12px 40px rgba(26, 54, 93, .12);--hp-shadow-card: 0 8px 24px rgba(26, 54, 93, .08), 0 2px 8px rgba(26, 54, 93, .04);--hp-sentinel: #3b82f6;--hp-guardian: #b45309;--hp-accent: var(--hp-sentinel);position:relative;background:#fff}@media (max-width: 800px){.hp-pdp{overflow-x:hidden}}.hp-pdp[data-active-system=guardian]{--hp-accent: var(--hp-guardian)}.hp-pdp .hidden{display:none!important}.hp-pdp__hero{padding:48px var(--spacing-section-x, 48px) 80px;background:linear-gradient(180deg,var(--hp-bg) 0%,#fff 100%)}@media (max-width: 768px){.hp-pdp__hero{padding:32px 20px 48px;margin-top:var(--header-offset-mobile, 50px)}}.hp-pdp__hero-inner{max-width:1280px;margin:0 auto}@media (max-width: 800px){.hp-pdp__hero-inner{overflow:hidden}}.hp-pdp__breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--hp-text-light);margin-bottom:32px}.hp-pdp__breadcrumb a{color:var(--hp-text-light);text-decoration:none;transition:color .2s}.hp-pdp__breadcrumb a:hover{color:var(--hp-text)}.hp-pdp__breadcrumb svg{opacity:.4}.hp-pdp__hero-grid{display:grid;grid-template-columns:1.4fr minmax(375px,1fr);gap:clamp(24px,4vw,48px);align-items:start;margin-top:100px}@media (max-width: 800px){.hp-pdp__hero-grid{grid-template-columns:minmax(0,1fr);margin-top:0}}.hp-pdp__gallery-col{position:sticky;top:120px;min-width:0;align-self:start}@media (max-width: 800px){.hp-pdp__gallery-col{position:relative;top:0}}.hp-pdp__gallery{display:flex;flex-direction:row;gap:16px}@media (max-width: 1024px){.hp-pdp__gallery{gap:12px}}@media (max-width: 600px){.hp-pdp__gallery{flex-direction:column}}.hp-pdp__gallery-main{display:flex;flex-direction:column;gap:12px;flex:1;min-width:0}.hp-pdp__main-image-wrap{position:relative}.hp-pdp__main-image{aspect-ratio:1;background:#fff;border-radius:var(--hp-radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:var(--hp-shadow-lg);border:1px solid var(--hp-border)}@media (max-width: 600px){.hp-pdp__main-image{aspect-ratio:4 / 4}}.hp-pdp__main-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hp-pdp__main-image:hover img{transform:scale(1.03)}.hp-pdp__gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border:1px solid var(--hp-border);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:var(--hp-shadow);opacity:0}.hp-pdp__main-image-wrap:hover .hp-pdp__gallery-nav{opacity:1}@media (max-width: 600px){.hp-pdp__gallery-nav{opacity:1;width:36px;height:36px}}.hp-pdp__gallery-nav:hover{background:var(--hp-bg);transform:translateY(-50%) scale(1.05)}.hp-pdp__gallery-nav--prev{left:12px}.hp-pdp__gallery-nav--next{right:12px}@media (max-width: 600px){.hp-pdp__gallery-nav--prev{left:8px}.hp-pdp__gallery-nav--next{right:8px}}.hp-pdp__gallery-nav svg{color:var(--hp-text-muted)}.hp-pdp__gallery-badges{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 600px){.hp-pdp__gallery-badges{gap:8px 12px;justify-content:center;font-size:11px}}.hp-pdp__gallery-badge{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--hp-text)}.hp-pdp__gallery-badge svg{color:var(--hp-accent)}.hp-pdp__gallery-thumbs-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;order:-1;flex-shrink:0}@media (max-width: 600px){.hp-pdp__gallery-thumbs-wrapper{order:1;flex-direction:row;width:100%}}.hp-pdp__gallery-thumbs{display:flex;flex-direction:column;gap:10px;flex-shrink:0;width:72px;max-height:574px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.hp-pdp__gallery-thumbs::-webkit-scrollbar{display:none}@media (max-width: 1024px){.hp-pdp__gallery-thumbs{width:64px;max-height:518px}}@media (max-width: 900px){.hp-pdp__gallery-thumbs{width:56px;max-height:462px}}.hp-pdp__thumb{width:72px;height:72px;flex-shrink:0;border:2px solid transparent;border-radius:var(--hp-radius);overflow:hidden;cursor:pointer;background:#fff;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s;box-shadow:var(--hp-shadow)}@media (max-width: 1024px){.hp-pdp__thumb{width:64px;height:64px}}@media (max-width: 900px){.hp-pdp__thumb{width:56px;height:56px}}.hp-pdp__thumb:hover{border-color:#1a365d1f;transform:translate(2px)}.hp-pdp__thumb.active{border-color:var(--hp-accent);box-shadow:0 0 0 3px #3b82f626}.hp-pdp[data-active-system=guardian] .hp-pdp__thumb.active{box-shadow:0 0 0 3px #b4530926}.hp-pdp__thumb img{width:100%;height:100%;object-fit:cover}.hp-pdp__thumb svg{color:var(--hp-text-light)}.hp-pdp__thumbs-nav{display:flex;align-items:center;justify-content:center;width:32px;height:24px;background:#fff;border:1px solid var(--hp-border);border-radius:6px;cursor:pointer;transition:all .2s;color:var(--hp-text-muted);box-shadow:var(--hp-shadow);flex-shrink:0}.hp-pdp__thumbs-nav:hover{background:var(--hp-bg);color:var(--hp-text);border-color:#1a365d26}.hp-pdp__thumbs-nav--up{margin-bottom:2px}.hp-pdp__thumbs-nav--down{margin-top:2px}@media (max-width: 600px){.hp-pdp__thumbs-nav{display:none}}.hp-pdp__thumbs-more{display:flex;align-items:center;justify-content:center;min-width:32px;height:20px;padding:0 8px;background:var(--hp-accent);color:#fff;font-size:11px;font-weight:600;border-radius:10px;margin-top:4px}@media (max-width: 600px){.hp-pdp__thumbs-more{display:none}}@media (max-width: 600px){.hp-pdp__gallery-thumbs{flex-direction:row;width:auto;max-width:100%;max-height:none;overflow-x:auto;overflow-y:visible;flex-shrink:1;padding-bottom:8px;-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:8px}.hp-pdp__gallery-thumbs-wrapper{max-width:100%;overflow:hidden}.hp-pdp__thumb{width:56px;height:56px;flex-shrink:0}.hp-pdp__thumb:hover{transform:translateY(-2px)}}.hp-pdp__purchase-col{align-self:start}@media (max-width: 800px){.hp-pdp__purchase-col{padding-top:0}}.hp-pdp__purchase-card{background:#fff;border:1px solid var(--hp-border);border-radius:var(--hp-radius-lg);padding:28px;box-shadow:var(--hp-shadow-lg)}@media (max-width: 900px){.hp-pdp__purchase-card{padding:24px}}@media (max-width: 480px){.hp-pdp__purchase-card{padding:20px 16px}}.hp-pdp__step{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--hp-border)}.hp-pdp__step:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.hp-pdp__step-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.hp-pdp__step-num{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--hp-accent);color:#fff;border-radius:50%;font-size:12px;font-weight:700}.hp-pdp__step-label{flex:1;font-size:14px;font-weight:600;color:var(--hp-text)}.hp-pdp__silhouette-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.hp-pdp__silhouette-card{position:relative;padding:16px 12px;background:linear-gradient(135deg,#1a365d,#2d4a7c);border:2px solid transparent;border-radius:var(--hp-radius);cursor:pointer;transition:all .3s ease;opacity:.4}.hp-pdp__silhouette-card:hover{opacity:.6}.hp-pdp__silhouette-card.active{opacity:1;border-color:var(--hp-accent);box-shadow:0 0 0 3px #3b82f626}.hp-pdp[data-active-system=guardian] .hp-pdp__silhouette-card.active{box-shadow:0 0 0 3px #b4530926}.hp-pdp__silhouette-images{display:flex;align-items:center;justify-content:center;gap:4px;min-height:48px}.hp-pdp__silhouette-img{width:auto;height:40px;max-width:60px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9;transition:transform .2s ease}.hp-pdp__silhouette-card:hover .hp-pdp__silhouette-img{transform:scale(1.05)}.hp-pdp__silhouette-card.active .hp-pdp__silhouette-img{opacity:1}@media (max-width: 480px){.hp-pdp__silhouette-cards{gap:8px;margin-bottom:10px}.hp-pdp__silhouette-card{padding:12px 8px}.hp-pdp__silhouette-images{gap:2px;min-height:40px}.hp-pdp__silhouette-img{height:32px;max-width:48px}}.hp-pdp__toggle-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hp-pdp__toggle-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--hp-bg);border:2px solid var(--hp-border);border-radius:var(--hp-radius);cursor:pointer;transition:all .2s;text-align:left;min-width:0;overflow:hidden}@media (max-width: 480px){.hp-pdp__toggle-btn{padding:12px 10px;gap:8px}}.hp-pdp__toggle-btn:hover{border-color:#1a365d26;background:#fff}.hp-pdp__toggle-btn.active{background:#fff;border-color:var(--hp-accent);box-shadow:0 0 0 3px #3b82f61a}.hp-pdp[data-active-system=guardian] .hp-pdp__toggle-btn.active{box-shadow:0 0 0 3px #b453091a}.hp-pdp__toggle-btn svg{color:var(--hp-text-muted);flex-shrink:0}.hp-pdp__toggle-btn.active svg{color:var(--hp-accent)}.hp-pdp__toggle-btn div{min-width:0;overflow:hidden}.hp-pdp__toggle-btn strong{display:block;font-size:14px;font-weight:600;color:var(--hp-text);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 480px){.hp-pdp__toggle-btn strong{font-size:13px}}.hp-pdp__toggle-btn span{font-size:12px;color:var(--hp-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}@media (max-width: 480px){.hp-pdp__toggle-btn span{font-size:11px}}.hp-pdp__product-header{margin-bottom:16px}.hp-pdp__product-title{font-size:20px;font-weight:700;color:var(--hp-text);margin:0 0 4px;line-height:1.3}.hp-pdp__product-subtitle{font-size:14px;color:var(--hp-text-muted);margin:0 0 10px}.hp-pdp__rating{display:flex;align-items:center;gap:6px}.hp-pdp__stars{display:flex;gap:1px}.hp-pdp__rating-value{font-size:14px;font-weight:600;color:var(--hp-text)}.hp-pdp__rating-count{font-size:13px;color:var(--hp-text-muted)}.hp-pdp__price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--hp-border)}.hp-pdp__price-from{font-size:13px;color:var(--hp-text-muted)}.hp-pdp__price-value{font-size:28px;font-weight:700;color:var(--hp-text)}.hp-pdp__price-note{font-size:13px;color:var(--hp-text-light);width:100%}.hp-pdp__form{display:flex;flex-direction:column;gap:0}.hp-pdp__finder{margin-bottom:16px;position:relative}.hp-pdp__finder-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--hp-bg);border:1px dashed rgba(26,54,93,.15);border-radius:var(--hp-radius);cursor:pointer;transition:all .2s}.hp-pdp__finder-trigger:hover{background:#fff;border-color:var(--hp-accent)}.hp-pdp__finder-trigger.open{border-style:solid;border-color:var(--hp-accent);background:#fff;border-radius:var(--hp-radius) var(--hp-radius) 0 0}.hp-pdp__finder-trigger span{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--hp-text-muted)}.hp-pdp__finder-trigger span svg{color:var(--hp-accent)}.hp-pdp__finder-chevron{color:var(--hp-text-muted);transition:transform .2s}.hp-pdp__finder-trigger.open .hp-pdp__finder-chevron{transform:rotate(180deg)}.hp-pdp__finder-panel{padding:22px 14px 14px;background:#fff;border:2px solid var(--hp-accent);border-radius:var(--hp-radius)}.hp-pdp__finder>.hp-pdp__step-header{margin-bottom:-12px;position:relative;z-index:1;padding-right:12px;width:fit-content;background:#fff}.hp-pdp__finder-selects{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}@media (max-width: 480px){.hp-pdp__finder-selects{grid-template-columns:1fr}}.hp-pdp__select{width:100%;padding:12px 14px;border:1px solid var(--hp-border);border-radius:var(--hp-radius);font-size:14px;color:var(--hp-text);background:#fff;cursor:pointer;transition:all .2s}.hp-pdp__select:hover{border-color:#1a365d26}.hp-pdp__select:focus{border-color:var(--hp-accent);outline:none;box-shadow:0 0 0 3px #3b82f61a}.hp-pdp__select:disabled{opacity:.5;cursor:not-allowed}.hp-pdp__finder-result{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#10b9810f;border:1px solid rgba(16,185,129,.15);border-radius:var(--hp-radius)}.hp-pdp__finder-result-info{display:flex;align-items:center;gap:10px}.hp-pdp__finder-match{display:block;font-size:11px;color:#10b981;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.hp-pdp__finder-size{font-size:14px;font-weight:600;color:var(--hp-text)}.hp-pdp__finder-apply{padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.hp-pdp__finder-apply:hover{background:#059669}.hp-pdp__size-guide-link{margin-left:auto;font-size:12px;font-weight:500;color:var(--hp-accent);text-decoration:none}.hp-pdp__size-guide-link:hover{text-decoration:underline}.hp-pdp__sizes{display:flex;flex-direction:column;gap:8px}.hp-pdp__size-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:2px solid var(--hp-border);border-radius:var(--hp-radius);cursor:pointer;transition:all .2s;text-align:left}.hp-pdp__size-btn:hover{border-color:#1a365d1f;background:var(--hp-bg)}.hp-pdp__size-btn.selected{border-color:var(--hp-accent);background:#fff;box-shadow:0 0 0 3px #3b82f61a}.hp-pdp[data-active-system=guardian] .hp-pdp__size-btn.selected{box-shadow:0 0 0 3px #b453091a}.hp-pdp__size-check{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:2px solid var(--hp-border);border-radius:50%;flex-shrink:0;transition:all .2s}.hp-pdp__size-check svg{opacity:0;color:#fff;transition:opacity .2s}.hp-pdp__size-btn.selected .hp-pdp__size-check{background:var(--hp-accent);border-color:var(--hp-accent)}.hp-pdp__size-btn.selected .hp-pdp__size-check svg{opacity:1}.hp-pdp__size-info{flex:1}.hp-pdp__size-info strong{display:block;font-size:14px;font-weight:600;color:var(--hp-text);margin-bottom:2px}.hp-pdp__size-info span{font-size:12px;color:var(--hp-text-muted)}.hp-pdp__size-dims{font-size:11px;opacity:.7}.hp-pdp__size-dims:before{content:" \b7  "}@media (max-width: 600px){.hp-pdp__size-dims{display:block;margin-top:2px}.hp-pdp__size-dims:before{content:none}}.hp-pdp__size-price{font-size:16px;font-weight:600;color:var(--hp-accent)}.hp-pdp__nudge-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000073;display:flex;align-items:center;justify-content:center;padding:16px}.hp-pdp__nudge-overlay.hidden{display:none}.hp-pdp__nudge{position:relative;background:#fff;border-radius:12px;padding:32px 28px 24px;max-width:380px;width:100%;text-align:center;box-shadow:0 20px 60px #0003}.hp-pdp__nudge-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:22px;color:var(--hp-text-muted);cursor:pointer;line-height:1;padding:4px}.hp-pdp__nudge-close:hover{color:var(--hp-text)}.hp-pdp__nudge-icon{margin-bottom:12px;color:var(--hp-accent)}.hp-pdp__nudge-title{font-size:18px;font-weight:700;color:var(--hp-text);margin:0 0 6px}.hp-pdp__nudge-text{font-size:14px;color:var(--hp-text-muted);margin:0 0 20px;line-height:1.5}.hp-pdp__nudge-actions{display:flex;flex-direction:column;gap:8px}.hp-pdp__nudge-btn{padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;border:none}.hp-pdp__nudge-btn--primary{background:var(--hp-accent);color:#fff}.hp-pdp__nudge-btn--primary:hover{opacity:.9}.hp-pdp__nudge-btn--skip{background:transparent;color:var(--hp-text-muted);font-weight:500}.hp-pdp__nudge-btn--skip:hover{color:var(--hp-text)}.hp-pdp__colors{display:flex;gap:10px}.hp-pdp__color-btn{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:2px solid var(--hp-border);border-radius:var(--hp-radius);cursor:pointer;transition:all .2s;flex:1;position:relative}.hp-pdp__color-btn:hover{border-color:#1a365d26;background:var(--hp-bg)}.hp-pdp__color-btn.selected{border-color:var(--hp-accent);background:#fff;box-shadow:0 0 0 3px #3b82f61a}.hp-pdp[data-active-system=guardian] .hp-pdp__color-btn.selected{box-shadow:0 0 0 3px #b453091a}.hp-pdp__color-swatch{width:28px;height:28px;border-radius:50%;flex-shrink:0;border:2px solid rgba(26,54,93,.1)}.hp-pdp__color-swatch--silver{background:linear-gradient(145deg,#e8e8e8,silver,#a8a8a8)}.hp-pdp__color-swatch--black{background:linear-gradient(145deg,#3a3a3a,#1a1a1a,#0a0a0a)}.hp-pdp__color-name{font-size:14px;font-weight:500;color:var(--hp-text)}.hp-pdp__color-check{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:var(--hp-accent);border-radius:50%;margin-left:auto;opacity:0;transition:opacity .2s}.hp-pdp__color-check svg{color:#fff}.hp-pdp__color-btn.selected .hp-pdp__color-check{opacity:1}.hp-pdp__actions{display:flex;gap:10px;margin-top:20px}.hp-pdp__quantity{display:flex;align-items:center;border:1px solid var(--hp-border);border-radius:var(--hp-radius);background:#fff}.hp-pdp__qty-btn{width:44px;height:48px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--hp-text);background:none;border:none;cursor:pointer;transition:background .2s}.hp-pdp__qty-btn:hover{background:var(--hp-bg)}.hp-pdp__qty-input{width:44px;height:48px;text-align:center;font-size:15px;font-weight:600;color:var(--hp-text);border:none;background:none;-moz-appearance:textfield}.hp-pdp__qty-input::-webkit-outer-spin-button,.hp-pdp__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.hp-pdp__add-btn{flex:1;padding:14px 20px;background:var(--hp-secondary);color:#fff;border:none;border-radius:var(--hp-radius);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #8b5a2b33}.hp-pdp__add-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #8b5a2b40}.hp-pdp__add-btn:disabled{opacity:.5;cursor:not-allowed}.hp-pdp__trust-row{display:flex;justify-content:center;gap:16px;padding:16px 0;border-top:1px solid var(--hp-border);margin-top:16px}@media (max-width: 480px){.hp-pdp__trust-row{flex-wrap:wrap;gap:10px 16px}}.hp-pdp__trust-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--hp-text-muted)}.hp-pdp__trust-item svg{color:var(--hp-secondary);opacity:.8}.hp-pdp__details-accordion{border-top:1px solid var(--hp-border)}.hp-pdp__detail-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 0;background:none;border:none;border-bottom:1px solid var(--hp-border);cursor:pointer;font-size:14px;font-weight:500;color:var(--hp-text);transition:color .2s}.hp-pdp__detail-trigger:hover{color:var(--hp-accent)}.hp-pdp__detail-trigger.open svg{transform:rotate(180deg)}.hp-pdp__detail-trigger svg{color:var(--hp-text-muted);transition:transform .2s}.hp-pdp__detail-panel{padding:12px 0 14px;font-size:14px;color:var(--hp-text-muted);line-height:1.6}.hp-pdp__detail-panel p{margin:0 0 12px}.hp-pdp__detail-panel p:last-child{margin:0}.hp-pdp__detail-panel ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.hp-pdp__detail-panel li{position:relative;padding-left:20px}.hp-pdp__detail-panel li:before{content:"\2713";position:absolute;left:0;color:#10b981;font-size:14px;font-weight:600}.hp-pdp__model-number{--model-font-desktop: 12px;--model-font-mobile: 11px;--model-border-style: dashed;--model-label-color: var(--hp-text-light);--model-value-color: var(--hp-text-muted);display:flex;align-items:center;gap:6px;padding-bottom:10px;margin-bottom:10px;border-bottom-width:1px;border-bottom-style:var(--model-border-style);border-bottom-color:var(--hp-border);font-size:var(--model-font-desktop)}.hp-pdp__model-label{color:var(--model-label-color);font-weight:500}.hp-pdp__model-value{color:var(--model-value-color);font-weight:600;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;letter-spacing:.3px}@media (max-width: 768px){.hp-pdp__model-number{font-size:var(--model-font-mobile)}}.hp-pdp__urgency-banner{margin-top:20px;padding:20px;background:linear-gradient(135deg,#ef44440a,#f973160f);border:1px solid rgba(239,68,68,.12);border-radius:var(--hp-radius);position:relative;overflow:hidden}.hp-pdp__urgency-banner:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ef4444,#f97316,#eab308)}@media (max-width: 480px){.hp-pdp__urgency-banner{padding:16px;margin-top:16px}}.hp-pdp__urgency-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.hp-pdp__urgency-badge{display:inline-flex;align-items:center;padding:4px 10px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}.hp-pdp__urgency-title{font-size:14px;font-weight:600;color:var(--hp-text)}@media (max-width: 480px){.hp-pdp__urgency-title{font-size:13px}}.hp-pdp__urgency-text{font-size:13px;color:var(--hp-text-muted);line-height:1.5;margin:0 0 14px}@media (max-width: 480px){.hp-pdp__urgency-text{font-size:12px;margin-bottom:12px}}.hp-pdp__urgency-stats{display:flex;gap:24px;margin-bottom:12px}@media (max-width: 480px){.hp-pdp__urgency-stats{gap:20px}}.hp-pdp__urgency-stat{display:flex;flex-direction:column;gap:2px}.hp-pdp__urgency-stat-value{font-size:22px;font-weight:700;color:var(--hp-primary);line-height:1}@media (max-width: 480px){.hp-pdp__urgency-stat-value{font-size:20px}}.hp-pdp__urgency-stat-label{font-size:11px;font-weight:600;color:var(--hp-text-muted);text-transform:uppercase;letter-spacing:.3px}.hp-pdp__urgency-stat-label sup{font-size:9px}.hp-pdp__urgency-footnote{font-size:10px;color:var(--hp-text-light);margin:0;line-height:1.4}@media (max-width: 480px){.hp-pdp__urgency-footnote{font-size:9px}}.hp-pdp__section{padding:72px var(--spacing-section-x, 48px);position:relative;overflow:hidden}@media (max-width: 768px){.hp-pdp__section{padding:48px 20px}}.hp-pdp__section-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2}.hp-pdp__section-header{text-align:center;margin-bottom:40px}.hp-pdp__section-header--left{text-align:left}.hp-pdp__section--light{background:#fff}.hp-pdp__section--alt{background:var(--hp-bg)}.hp-pdp__section--dark{background-color:var(--hp-dark);background-image:var(--section-bg);background-attachment:fixed;background-size:cover;background-position:center}@supports (-webkit-touch-callout: none){.hp-pdp__section--dark{background-attachment:scroll}}@media (max-width: 768px){.hp-pdp__section--dark{background-attachment:scroll}}.hp-pdp__section--heritage{background:linear-gradient(180deg,#faf8f5,#fff);background-image:var(--section-bg);background-size:cover;background-position:center;box-shadow:inset 0 25px 40px -25px #1a365d24}.hp-pdp__section-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0a1628f0,#1a365deb,#0a1628f0)}.hp-pdp__section-overlay--light{background:linear-gradient(180deg,#faf8f5eb,#ffffffe0,#faf8f5eb)}.hp-pdp__section--cta{padding:64px var(--spacing-section-x, 48px)}@media (max-width: 768px){.hp-pdp__section--cta{padding:48px 20px}}.hp-pdp__section--compact{padding:56px var(--spacing-section-x, 48px)}@media (max-width: 768px){.hp-pdp__section--compact{padding:36px 20px}}.hp-pdp__section--compact .hp-pdp__section-header{margin-bottom:28px}@media (max-width: 768px){.hp-pdp__section--compact .hp-pdp__section-header{margin-bottom:20px}}.hp-pdp__badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff80;margin-bottom:16px}.hp-pdp__badge svg{width:14px;height:14px}.hp-pdp__badge--dark,.hp-pdp__badge--bronze{color:var(--hp-secondary)}.hp-pdp__heading{display:flex;flex-direction:column;margin:0}.hp-pdp__heading-light{font-family:var(--font-heading);font-size:clamp(24px,4vw,36px);font-weight:400;color:#fff9;line-height:1.2}.hp-pdp__heading-bold{font-family:var(--font-heading);font-size:clamp(24px,4vw,36px);font-weight:600;color:#fff;line-height:1.2}.hp-pdp__heading--dark .hp-pdp__heading-light{color:var(--hp-text-muted)}.hp-pdp__heading--dark .hp-pdp__heading-bold{color:var(--hp-primary)}.hp-pdp__heading--left{text-align:left}.hp-pdp__subheading{margin:16px auto 0;font-size:16px;color:#fff9;max-width:500px;line-height:1.5}.hp-pdp__subheading--dark{color:var(--hp-text-muted)}@media (min-width: 769px){.hp-pdp__subheading--nowrap-desktop{white-space:nowrap}}@media (max-width: 768px){.hp-pdp__subheading{font-size:14px;margin-top:12px}.hp-pdp__section-header{margin-bottom:32px}}.hp-pdp__video-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:48px}@media (max-width: 900px){.hp-pdp__video-grid{grid-template-columns:1fr;gap:32px}}.hp-pdp__video-player{position:relative;aspect-ratio:16/10;border-radius:var(--hp-radius-lg);overflow:hidden;box-shadow:0 24px 48px #0006,0 0 0 1px #ffffff1a;cursor:pointer}.hp-pdp__video-player img{width:100%;height:100%;object-fit:cover}.hp-pdp__video-overlay-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--hp-primary);transition:all .3s;z-index:2}@media (max-width: 600px){.hp-pdp__video-overlay-btn{width:56px;height:56px}}.hp-pdp__video-player:hover .hp-pdp__video-overlay-btn{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 32px #0000004d}.hp-pdp__video-overlay-btn svg{margin-left:3px}.hp-pdp__play-ring{position:absolute;width:100%;height:100%;border:2px solid rgba(255,255,255,.5);border-radius:50%;animation:hp-pulse-ring 2s ease-out infinite}.hp-pdp__play-ring--delay{animation-delay:.5s}@keyframes hp-pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.8);opacity:0}}.hp-pdp__video-duration{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;gap:6px;padding:6px 12px;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;color:#fff;font-size:12px;font-weight:500}.hp-pdp__video-duration svg{width:12px;height:12px;opacity:.7}.hp-pdp__steps-list{display:flex;flex-direction:column;gap:16px}@media (max-width: 600px){.hp-pdp__steps-list{gap:12px}}.hp-pdp__step-item{display:flex;align-items:flex-start;gap:14px;padding:18px;background:#ffffff0d;border-radius:var(--hp-radius);border:1px solid rgba(255,255,255,.08);transition:all .3s}@media (max-width: 600px){.hp-pdp__step-item{padding:14px;gap:12px}}.hp-pdp__step-item:hover{background:#ffffff14;transform:translate(4px)}.hp-pdp__step-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hp-secondary) 0%,#a67c3d 100%);border-radius:10px;color:#fff;flex-shrink:0}@media (max-width: 600px){.hp-pdp__step-icon{width:40px;height:40px}}.hp-pdp__step-content{display:flex;flex-direction:column;gap:4px}.hp-pdp__step-content strong{font-size:15px;font-weight:600;color:#fff}@media (max-width: 600px){.hp-pdp__step-content strong{font-size:14px}}.hp-pdp__step-content span{font-size:13px;color:#fff9;line-height:1.5}@media (max-width: 600px){.hp-pdp__step-content span{font-size:12px}}.hp-pdp__setup-time{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:#ffffff14;border-radius:100px;font-size:14px;color:#fffc;margin-top:8px}.hp-pdp__setup-time svg{color:var(--hp-secondary)}.hp-pdp__setup-time strong{color:#fff}.hp-pdp__stats-bar{display:flex;align-items:center;justify-content:center;gap:0;padding:24px 32px;background:#ffffff0d;border-radius:var(--hp-radius-lg);border:1px solid rgba(255,255,255,.08);margin-top:48px}@media (max-width: 768px){.hp-pdp__stats-bar{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px;margin-top:32px}.hp-pdp__stats-bar-divider{display:none}}.hp-pdp__stats-bar-item{display:flex;align-items:center;gap:10px;padding:0 24px;color:#ffffffe6;font-size:14px;font-weight:500}@media (max-width: 768px){.hp-pdp__stats-bar-item{padding:0;font-size:13px}}.hp-pdp__stats-bar-item svg{color:var(--hp-secondary);flex-shrink:0}.hp-pdp__stats-bar-divider{width:1px;height:24px;background:#ffffff26}.hp-pdp__included-container{background:#fff;border-radius:var(--hp-radius-lg);box-shadow:var(--hp-shadow-card);overflow:hidden}.hp-pdp__included-grid-v3{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.hp-pdp__included-grid-v3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 380px){.hp-pdp__included-grid-v3{grid-template-columns:1fr}}.hp-pdp__included-item{display:flex;align-items:center;gap:14px;padding:20px 24px;position:relative;transition:background .2s}@media (max-width: 768px){.hp-pdp__included-item{padding:14px 16px;gap:12px}}.hp-pdp__included-item:hover{background:var(--hp-bg)}.hp-pdp__included-item:not(:nth-child(3n)):after{content:"";position:absolute;right:0;top:16px;bottom:16px;width:1px;background:var(--hp-border)}@media (max-width: 768px){.hp-pdp__included-item:not(:nth-child(3n)):after{display:none}.hp-pdp__included-item:nth-child(odd):after{content:"";position:absolute;right:0;top:12px;bottom:12px;width:1px;background:var(--hp-border)}.hp-pdp__included-item:last-child:nth-child(odd):after{display:none}}@media (max-width: 380px){.hp-pdp__included-item:after{display:none!important}}.hp-pdp__included-item:nth-child(n+4){border-top:1px solid var(--hp-border)}@media (max-width: 768px){.hp-pdp__included-item:nth-child(n+4){border-top:none}.hp-pdp__included-item:nth-child(n+3){border-top:1px solid var(--hp-border)}}@media (max-width: 380px){.hp-pdp__included-item:nth-child(n+3){border-top:none}.hp-pdp__included-item:nth-child(n+2){border-top:1px solid var(--hp-border)}}.hp-pdp__included-item-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--hp-bg);border-radius:10px;color:var(--hp-primary);flex-shrink:0}@media (max-width: 768px){.hp-pdp__included-item-icon{width:36px;height:36px;border-radius:8px}.hp-pdp__included-item-icon svg{width:18px;height:18px}}.hp-pdp__included-item-content{display:flex;flex-direction:column;gap:2px;min-width:0}.hp-pdp__included-item-content strong{font-size:14px;font-weight:600;color:var(--hp-text)}@media (max-width: 768px){.hp-pdp__included-item-content strong{font-size:13px}}.hp-pdp__included-item-content span{font-size:12px;color:var(--hp-text-muted);line-height:1.3}@media (max-width: 768px){.hp-pdp__included-item-content span{font-size:11px}}.hp-pdp__included-item--highlight{background:linear-gradient(135deg,#8b5a2b08,#8b5a2b0f)}.hp-pdp__included-item--highlight:hover{background:linear-gradient(135deg,#8b5a2b0d,#8b5a2b14)}.hp-pdp__included-item--highlight .hp-pdp__included-item-icon{background:linear-gradient(135deg,var(--hp-secondary) 0%,#a67c3d 100%);color:#fff}.hp-pdp__compare-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch;padding-top:14px}@media (max-width: 900px){.hp-pdp__compare-cards{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin:0 -20px;padding:14px 20px 16px}.hp-pdp__compare-cards::-webkit-scrollbar{display:none}.hp-pdp__compare-cards{scrollbar-width:none;-ms-overflow-style:none}}.hp-pdp__compare-card{position:relative;padding:28px 24px;background:#fff;border-radius:var(--hp-radius-lg);box-shadow:var(--hp-shadow-card);text-align:center;transition:all .2s}@media (max-width: 900px){.hp-pdp__compare-card{flex:0 0 280px;scroll-snap-align:center;padding:24px 20px}}@media (max-width: 480px){.hp-pdp__compare-card{flex:0 0 260px}}.hp-pdp__compare-card:hover{transform:translateY(-2px);box-shadow:var(--hp-shadow-lg)}.hp-pdp__compare-card--featured{border:2px solid var(--hp-accent);box-shadow:0 12px 32px #3b82f626,var(--hp-shadow-card)}.hp-pdp__compare-card--featured:hover{box-shadow:0 16px 40px #3b82f633,var(--hp-shadow-lg)}.hp-pdp__compare-card-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);z-index:2;padding:6px 16px;background:var(--hp-accent);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:100px;white-space:nowrap}.hp-pdp__compare-card-icon{width:100px;height:auto;min-height:56px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--hp-text-muted)}.hp-pdp__compare-card-icon img{max-width:100%;height:auto;object-fit:contain}.hp-pdp__compare-card-icon svg{flex-shrink:0}.hp-pdp__compare-card--featured .hp-pdp__compare-card-icon{color:var(--hp-accent)}.hp-pdp__compare-card h3{font-size:18px;font-weight:600;color:var(--hp-text);margin:0 0 20px}.hp-pdp__compare-card-list{list-style:none;padding:0;margin:0;text-align:left}.hp-pdp__compare-card-list li{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:14px;color:var(--hp-text);border-bottom:1px solid var(--hp-border)}.hp-pdp__compare-card-list li:last-child{border-bottom:none}.hp-pdp__compare-card-list li svg{flex-shrink:0}.hp-pdp__carousel-dots{display:none;justify-content:center;gap:8px;margin-top:16px}@media (max-width: 900px){.hp-pdp__carousel-dots{display:flex}}.hp-pdp__carousel-dot{width:8px;height:8px;border-radius:50%;background:var(--hp-border);border:none;padding:0;cursor:pointer;transition:all .2s}.hp-pdp__carousel-dot.active,.hp-pdp__carousel-dot:hover{background:var(--hp-accent);transform:scale(1.2)}.hp-pdp__section--split{padding:0;overflow:hidden}.hp-pdp__split-grid{display:grid;grid-template-columns:55% 45%;min-height:600px}@media (max-width: 900px){.hp-pdp__split-grid{grid-template-columns:1fr;min-height:auto}}.hp-pdp__split-image{position:relative;overflow:hidden}.hp-pdp__split-image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 900px){.hp-pdp__split-image{aspect-ratio:16/9}}@media (max-width: 600px){.hp-pdp__split-image{aspect-ratio:4/3}}.hp-pdp__split-image:after{content:"";position:absolute;top:0;right:-50px;width:150px;height:100%;background:linear-gradient(105deg,transparent 0%,var(--hp-bg) 50%);z-index:2}@media (max-width: 900px){.hp-pdp__split-image:after{display:none}}.hp-pdp__split-content{display:flex;flex-direction:column;justify-content:center;padding:64px 56px 64px 40px;background:var(--hp-bg)}@media (max-width: 1024px){.hp-pdp__split-content{padding:48px 40px 48px 32px}}@media (max-width: 900px){.hp-pdp__split-content{padding:40px 24px}}@media (max-width: 600px){.hp-pdp__split-content{padding:32px 20px}}.hp-pdp__split-content .hp-pdp__section-header{text-align:left;margin-bottom:32px}@media (max-width: 600px){.hp-pdp__split-content .hp-pdp__section-header{margin-bottom:24px}}.hp-pdp__split-content .hp-pdp__subheading{margin-left:0;margin-right:0;max-width:none}.hp-pdp__cost-stats{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}@media (max-width: 600px){.hp-pdp__cost-stats{gap:16px;margin-bottom:24px}}.hp-pdp__cost-stat{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border-radius:var(--hp-radius);box-shadow:var(--hp-shadow);transition:all .2s}@media (max-width: 600px){.hp-pdp__cost-stat{padding:16px;gap:12px}}.hp-pdp__cost-stat:hover{transform:translate(4px);box-shadow:var(--hp-shadow-lg)}.hp-pdp__cost-stat--accent{background:linear-gradient(135deg,var(--hp-primary) 0%,#2d4a7c 100%)}.hp-pdp__cost-stat--accent .hp-pdp__cost-stat-icon{background:#ffffff26;color:#fff}.hp-pdp__cost-stat--accent .hp-pdp__cost-stat-label{color:#ffffffb3}.hp-pdp__cost-stat--accent .hp-pdp__cost-stat-value{color:#fff}.hp-pdp__cost-stat--accent .hp-pdp__cost-stat-desc{color:#fff9}.hp-pdp__cost-stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a365d0f,#1a365d1a);border-radius:12px;color:var(--hp-primary);flex-shrink:0}@media (max-width: 600px){.hp-pdp__cost-stat-icon{width:40px;height:40px;border-radius:10px}}.hp-pdp__cost-stat-content{display:flex;flex-direction:column;gap:2px}.hp-pdp__cost-stat-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--hp-text-muted)}.hp-pdp__cost-stat-value{font-size:24px;font-weight:700;color:var(--hp-primary);line-height:1.2}@media (max-width: 600px){.hp-pdp__cost-stat-value{font-size:20px}}.hp-pdp__cost-stat-desc{font-size:13px;color:var(--hp-text-muted);line-height:1.4}@media (max-width: 600px){.hp-pdp__cost-stat-desc{font-size:12px}}.hp-pdp__split-message{display:flex;align-items:flex-start;gap:14px;padding:20px;background:#ef44440f;border:1px solid rgba(239,68,68,.12);border-radius:var(--hp-radius);margin-bottom:24px}@media (max-width: 600px){.hp-pdp__split-message{padding:16px;gap:12px;margin-bottom:20px}}.hp-pdp__split-message svg{color:#ef4444;flex-shrink:0;margin-top:2px}.hp-pdp__split-message p{margin:0;font-size:14px;color:var(--hp-text);line-height:1.6}@media (max-width: 600px){.hp-pdp__split-message p{font-size:13px}}.hp-pdp__split-message strong{color:var(--hp-primary)}.hp-pdp__location-tags{display:flex;flex-wrap:wrap;gap:10px}@media (max-width: 600px){.hp-pdp__location-tags{gap:8px}}.hp-pdp__location-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid var(--hp-border);border-radius:100px;font-size:13px;font-weight:500;color:var(--hp-text);transition:all .2s}@media (max-width: 600px){.hp-pdp__location-tag{padding:6px 12px;font-size:12px}}.hp-pdp__location-tag:hover{border-color:var(--hp-accent);background:#3b82f60a}.hp-pdp__location-tag svg{color:var(--hp-text-muted);width:14px;height:14px}.hp-pdp__testimonials-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}@media (max-width: 900px){.hp-pdp__testimonials-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.hp-pdp__testimonials-cards{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:16px;margin:0 -20px 24px;padding-left:20px;padding-right:20px}.hp-pdp__testimonials-cards::-webkit-scrollbar{display:none}.hp-pdp__testimonials-cards{scrollbar-width:none;-ms-overflow-style:none}}.hp-pdp__testimonial-card{display:flex;flex-direction:column;padding:24px;background:#fff;border-radius:var(--hp-radius-lg);box-shadow:var(--hp-shadow-card);transition:all .2s}@media (max-width: 600px){.hp-pdp__testimonial-card{flex:0 0 300px;scroll-snap-align:center;padding:20px}}@media (max-width: 380px){.hp-pdp__testimonial-card{flex:0 0 280px}}.hp-pdp__testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a365d1f,0 4px 12px #1a365d0f}.hp-pdp__testimonial-card-stars{display:flex;gap:2px;margin-bottom:16px;margin-left:20px;margin-top:5px}@media (max-width: 600px){.hp-pdp__testimonial-card-stars{margin-left:16px;margin-top:4px}}.hp-pdp__testimonial-card-quote{position:relative;margin-bottom:16px;flex:1}.hp-pdp__quote-mark{position:absolute;top:-8px;left:-4px;width:24px;height:24px;color:#8b5a2b26}.hp-pdp__testimonial-card-quote p{font-size:14px;color:var(--hp-text);font-style:italic;line-height:1.6;margin:0;padding-left:24px}@media (max-width: 600px){.hp-pdp__testimonial-card-quote p{font-size:13px}}.hp-pdp__testimonial-card-bottom{margin-top:auto}.hp-pdp__testimonial-card-divider{height:1px;background:var(--hp-border);margin-bottom:16px}.hp-pdp__testimonial-card-author{display:flex;align-items:center;gap:12px;margin-bottom:12px}.hp-pdp__testimonial-card-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--hp-bg) 0%,#e2e8f0 100%);display:flex;align-items:center;justify-content:center;color:var(--hp-text-muted);font-size:16px;font-weight:600;flex-shrink:0}.hp-pdp__testimonial-card-avatar img{width:100%;height:100%;object-fit:cover}.hp-pdp__testimonial-card-info{display:flex;flex-direction:column}.hp-pdp__testimonial-card-info strong{font-size:14px;font-weight:600;color:var(--hp-text)}.hp-pdp__testimonial-card-info span{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--hp-text-muted)}.hp-pdp__testimonial-card-info span svg{color:var(--hp-text-light)}.hp-pdp__testimonial-card-damage{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#10b98114;border-radius:100px;font-size:12px;font-weight:600;color:#10b981}.hp-pdp__testimonials-footer{text-align:center}.hp-pdp__reviews-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--hp-secondary);color:#fff;text-decoration:none;font-size:14px;font-weight:600;border-radius:var(--hp-radius);transition:all .2s}.hp-pdp__reviews-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #8b5a2b40}.hp-pdp__social-proof-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;gap:24px}@media (max-width: 768px){.hp-pdp__social-proof-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:24px}}.hp-pdp__social-proof-header-content{text-align:left}.hp-pdp__social-proof-header-content .hp-pdp__badge{margin-bottom:8px}.hp-pdp__social-proof-header-content .hp-pdp__heading{flex-direction:row;gap:8px;flex-wrap:wrap}@media (max-width: 600px){.hp-pdp__social-proof-header-content .hp-pdp__heading{flex-direction:column;gap:0}}.hp-pdp__social-proof-stats{display:flex;gap:32px}@media (max-width: 768px){.hp-pdp__social-proof-stats{gap:24px}}.hp-pdp__social-proof-stat{text-align:center}.hp-pdp__social-proof-stat-value{display:block;font-family:var(--font-heading);font-size:24px;font-weight:700;color:var(--hp-primary);line-height:1}@media (max-width: 600px){.hp-pdp__social-proof-stat-value{font-size:20px}}.hp-pdp__social-proof-stat-label{font-size:11px;color:var(--hp-text-muted);text-transform:uppercase;letter-spacing:.5px}.hp-pdp__customer-photos{position:relative;margin:32px 0;padding:0 48px}@media (max-width: 768px){.hp-pdp__customer-photos{padding:0;margin:24px 0}}.hp-pdp__photos-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fff;border:1px solid var(--hp-border);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;box-shadow:0 4px 12px #1a365d1f}.hp-pdp__photos-nav:hover{background:var(--hp-bg);transform:translateY(-50%) scale(1.05);box-shadow:0 6px 16px #1a365d26}.hp-pdp__photos-nav svg{color:var(--hp-primary)}.hp-pdp__photos-nav--prev{left:0}.hp-pdp__photos-nav--next{right:0}@media (max-width: 768px){.hp-pdp__photos-nav{display:none}}.hp-pdp__photos-fade{position:absolute;top:0;bottom:8px;width:60px;pointer-events:none;z-index:5;transition:opacity .3s ease}.hp-pdp__photos-fade--left{left:48px;background:linear-gradient(90deg,rgba(250,248,245,.95) 0%,transparent 100%);opacity:0}.hp-pdp__photos-fade--right{right:48px;background:linear-gradient(-90deg,rgba(250,248,245,.95) 0%,transparent 100%)}@media (max-width: 768px){.hp-pdp__photos-fade--left{left:0}.hp-pdp__photos-fade--right{right:0}}.hp-pdp__customer-photos-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}@media (max-width: 600px){.hp-pdp__customer-photos-track{gap:12px}}.hp-pdp__customer-photos-track::-webkit-scrollbar{display:none}.hp-pdp__customer-photo{flex:0 0 200px;height:300px;border-radius:var(--hp-radius);overflow:hidden;position:relative;scroll-snap-align:start;box-shadow:var(--hp-shadow-card);transition:all .3s ease}.hp-pdp__customer-photo:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a365d26}.hp-pdp__customer-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hp-pdp__customer-photo:hover img{transform:scale(1.1)}.hp-pdp__customer-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8e4de,#d4cfc7);color:#94a3b8}.hp-pdp__customer-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(10,22,40,.95) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:16px;opacity:0;transition:opacity .3s ease}@media (max-width: 600px){.hp-pdp__customer-photo-overlay{padding:12px}}.hp-pdp__customer-photo:hover .hp-pdp__customer-photo-overlay{opacity:1}.hp-pdp__customer-photo-vehicle{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media (max-width: 600px){.hp-pdp__customer-photo-vehicle{font-size:13px}}.hp-pdp__customer-photo-meta{display:flex;align-items:center;gap:4px;font-size:12px;color:#fffc;margin-bottom:8px}@media (max-width: 600px){.hp-pdp__customer-photo-meta{font-size:11px;margin-bottom:6px}}.hp-pdp__customer-photo-meta svg{width:12px;height:12px}.hp-pdp__customer-photo-series{display:inline-block;font-size:10px;font-weight:700;color:var(--hp-primary);background:#fff;padding:4px 10px;border-radius:4px;width:fit-content;text-transform:uppercase;letter-spacing:.3px}@media (max-width: 600px){.hp-pdp__customer-photo-series{font-size:9px;padding:3px 8px}}.hp-pdp__social-proof-footer{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}@media (max-width: 600px){.hp-pdp__social-proof-footer{flex-direction:column;gap:12px}}.hp-pdp__gallery-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:var(--hp-primary);text-decoration:none;font-size:14px;font-weight:600;border-radius:var(--hp-radius);border:1px solid var(--hp-border);transition:all .2s}.hp-pdp__gallery-link:hover{border-color:var(--hp-primary);background:var(--hp-bg)}.hp-pdp__social-proof-note{font-size:13px;color:var(--hp-text-muted)}.hp-pdp__faq-guarantee-grid{display:grid;grid-template-columns:1fr 400px;gap:48px;align-items:start}@media (max-width: 900px){.hp-pdp__faq-guarantee-grid{grid-template-columns:1fr;gap:40px}}.hp-pdp__faq-col .hp-pdp__section-header{margin-bottom:24px}.hp-pdp__faq-list{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.hp-pdp__faq-item{background:#fff;border-radius:var(--hp-radius);box-shadow:var(--hp-shadow);overflow:hidden}.hp-pdp__faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;background:none;border:none;cursor:pointer;text-align:left}@media (max-width: 600px){.hp-pdp__faq-trigger{padding:14px 16px;gap:12px}}.hp-pdp__faq-trigger span{font-size:14px;font-weight:500;color:var(--hp-text)}@media (max-width: 600px){.hp-pdp__faq-trigger span{font-size:13px}}.hp-pdp__faq-trigger svg{color:var(--hp-text-muted);transition:transform .2s;flex-shrink:0}.hp-pdp__faq-item.open .hp-pdp__faq-trigger svg{transform:rotate(180deg)}.hp-pdp__faq-answer{padding:0 18px 16px}@media (max-width: 600px){.hp-pdp__faq-answer{padding:0 16px 14px}}.hp-pdp__faq-answer p{font-size:14px;color:var(--hp-text-muted);line-height:1.7;margin:0}@media (max-width: 600px){.hp-pdp__faq-answer p{font-size:13px}}.hp-pdp__faq-contact{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--hp-text-muted)}.hp-pdp__faq-contact a{font-weight:600;color:var(--hp-secondary);text-decoration:none}.hp-pdp__faq-contact a:hover{text-decoration:underline}.hp-pdp__guarantee-card{padding:32px;background:linear-gradient(135deg,#10b9810a,#10b98114);border:1px solid rgba(16,185,129,.15);border-radius:var(--hp-radius-lg)}@media (max-width: 600px){.hp-pdp__guarantee-card{padding:24px 20px}}.hp-pdp__guarantee-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;color:#10b981;margin-bottom:16px;box-shadow:var(--hp-shadow)}@media (max-width: 600px){.hp-pdp__guarantee-icon{width:56px;height:56px}}.hp-pdp__guarantee-card h3{font-size:20px;font-weight:600;color:var(--hp-text);margin:0 0 20px}@media (max-width: 600px){.hp-pdp__guarantee-card h3{font-size:18px;margin-bottom:16px}}.hp-pdp__guarantee-list{display:flex;flex-direction:column;gap:14px}@media (max-width: 600px){.hp-pdp__guarantee-list{gap:12px}}.hp-pdp__guarantee-item{display:flex;align-items:flex-start;gap:10px}.hp-pdp__guarantee-item svg{flex-shrink:0;margin-top:2px}.hp-pdp__guarantee-item strong{display:block;font-size:14px;font-weight:600;color:var(--hp-text);margin-bottom:2px}.hp-pdp__guarantee-item span{font-size:13px;color:var(--hp-text-muted)}@media (max-width: 600px){.hp-pdp__guarantee-item strong{font-size:13px}.hp-pdp__guarantee-item span{font-size:12px}}.hp-pdp__section--decision{padding:80px var(--spacing-section-x, 48px)}@media (max-width: 768px){.hp-pdp__section--decision{padding:48px 20px}}.hp-pdp__decision-compare{margin-bottom:64px}@media (max-width: 768px){.hp-pdp__decision-compare{margin-bottom:40px}}.hp-pdp__decision-bottom{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}@media (max-width: 900px){.hp-pdp__decision-bottom{grid-template-columns:1fr;gap:32px}}.hp-pdp__decision-faq .hp-pdp__section-header{margin-bottom:24px}@media (max-width: 600px){.hp-pdp__decision-faq .hp-pdp__section-header{margin-bottom:20px}}.hp-pdp__cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width: 768px){.hp-pdp__cta-grid{grid-template-columns:1fr;gap:32px}}.hp-pdp__app-promo{padding:28px;background:#ffffff0d;border-radius:var(--hp-radius-lg);text-align:center}@media (max-width: 600px){.hp-pdp__app-promo{padding:24px 20px}}.hp-pdp__app-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:var(--hp-radius);color:#fff;margin:0 auto 14px}.hp-pdp__app-promo h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 8px}.hp-pdp__app-promo p{font-size:14px;color:#ffffffb3;margin:0 0 18px;line-height:1.5}.hp-pdp__app-buttons{display:flex;justify-content:center;gap:10px}@media (max-width: 380px){.hp-pdp__app-buttons{flex-direction:column;gap:8px}}.hp-pdp__app-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;text-decoration:none;font-size:13px;font-weight:500;transition:all .2s}.hp-pdp__app-btn:hover{background:#ffffff26}.hp-pdp__final-col{text-align:center;color:#fff}.hp-pdp__final-col h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 12px}@media (max-width: 600px){.hp-pdp__final-col h3{font-size:20px}}.hp-pdp__final-col p{font-size:15px;color:#ffffffb3;margin:0 0 24px;line-height:1.6}@media (max-width: 600px){.hp-pdp__final-col p{font-size:14px;margin-bottom:20px}}.hp-pdp__final-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#fff;color:var(--hp-primary);border:none;border-radius:var(--hp-radius);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}@media (max-width: 600px){.hp-pdp__final-btn{padding:12px 24px;font-size:14px}}.hp-pdp__final-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.hp-pdp__final-trust{display:flex;justify-content:center;gap:20px;margin-top:18px;flex-wrap:wrap}@media (max-width: 600px){.hp-pdp__final-trust{gap:12px 16px;margin-top:16px}}.hp-pdp__final-trust span{display:flex;align-items:center;gap:6px;font-size:12px;color:#fff9}.hp-pdp__final-trust svg{opacity:.6}.hp-pdp__sticky{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--hp-border);padding:12px 20px;z-index:50;transform:translateY(100%);transition:transform .3s;box-shadow:0 -4px 20px #1a365d14}@media (min-width: 769px){.hp-pdp__sticky{display:none}}.hp-pdp__sticky.visible{transform:translateY(0)}.hp-pdp__sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:500px;margin:0 auto}.hp-pdp__sticky-title{font-size:13px;font-weight:600;color:var(--hp-text)}.hp-pdp__sticky-price{font-size:15px;font-weight:600;color:var(--hp-text)}.hp-pdp__sticky-btn{padding:11px 20px;background:var(--hp-secondary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.hp-pdp__sticky-btn:disabled{opacity:.5;cursor:not-allowed}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/86/assets/pdp-hailprotector.css.map */
