.product-hero{--ph-color-accent: var(--product-color-accent);--ph-color-accent-dark: var(--product-color-accent-dark);--ph-color-accent-light: var(--product-color-accent-light);--ph-color-accent-rgb: var(--product-color-accent-rgb);--ph-color-bg: var(--product-color-bg);--ph-color-bg-subtle: var(--product-color-bg-subtle);--ph-color-bg-muted: var(--product-color-bg-muted);--ph-color-border: var(--product-color-border);--ph-color-border-input: var(--product-color-border-input);--ph-color-border-input-alt: var(--product-color-border-input);--ph-color-text: var(--product-color-text);--ph-color-text-secondary: var(--product-color-text-secondary);--ph-color-text-muted: var(--product-color-text-muted);--ph-color-text-subtle: var(--product-color-text-subtle);--ph-color-text-faint: var(--product-color-text-faint);--ph-color-text-table: var(--product-color-text-table);--ph-color-focus: var(--product-color-accent);--ph-color-price: var(--product-color-text);--ph-color-error: var(--product-color-error);--ph-color-error-bg: var(--product-color-error-bg);--ph-color-success: var(--product-color-success);--ph-color-disabled: var(--product-color-text-faint);position:relative;display:flex;align-items:center;overflow:hidden;background:var(--ph-color-bg);padding:3rem 0}.product-hero__background,.product-hero__overlay{display:none}.product-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:990px){.product-hero__content{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}.product-hero__gallery{display:flex;flex-direction:column;gap:1rem}.product-hero__main-image{background:var(--ph-color-bg-subtle);border-radius:.75rem;padding:2rem;display:flex;justify-content:center;align-items:center;border:1px solid var(--ph-color-border)}.product-hero__image{max-width:100%;height:auto;max-height:450px;object-fit:contain}.product-hero__thumbnails{display:flex;gap:.75rem;justify-content:center}.product-hero__thumbnail{width:72px;height:72px;padding:.5rem;background:var(--ph-color-bg-subtle);border:2px solid var(--ph-color-border);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.product-hero__thumbnail:hover{border-color:var(--ph-color-focus)}.product-hero__thumbnail--active{border-color:var(--ph-color-focus);background:var(--ph-color-accent-light)}.product-hero__thumbnail img{width:100%;height:100%;object-fit:contain}.product-hero__info{color:var(--ph-color-text-secondary)}.product-hero__badge{display:inline-block;background:var(--ph-color-accent);color:var(--ph-color-bg);padding:.375rem 1rem;border-radius:.25rem;font-size:.75rem;font-weight:600;margin-bottom:1rem;letter-spacing:.05em}.product-hero__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3;margin-bottom:1rem;color:var(--ph-color-text)}.product-hero__subtitle{font-size:.9375rem;line-height:1.7;color:var(--ph-color-text-muted);margin-bottom:1.5rem}.product-hero__price-container{display:inline-flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem;padding:1rem 1.5rem;background:var(--ph-color-bg-muted);border-radius:.5rem;border:1px solid var(--ph-color-border)}.product-hero__price-label{font-size:.875rem;color:var(--ph-color-text-subtle)}.product-hero__price{font-size:1.75rem;font-weight:700;color:var(--ph-color-price)}.product-hero__highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.product-hero__highlight{display:flex;align-items:center;gap:.375rem;background:var(--ph-color-bg-subtle);padding:.5rem .875rem;border-radius:.375rem;border:1px solid var(--ph-color-border);font-size:.8125rem}.product-hero__highlight-icon{color:var(--ph-color-text-muted);font-size:.875rem}.product-hero__highlight-text{color:var(--ph-color-text-muted);font-weight:500}.product-hero__cart{background:var(--ph-color-bg-subtle);border:1px solid var(--ph-color-border);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.product-hero__cart-title{font-size:1rem;font-weight:600;color:var(--ph-color-text);margin-bottom:.375rem}.product-hero__cart-note{font-size:.8125rem;color:var(--ph-color-text-subtle);margin-bottom:1rem}.product-hero__cart-form{display:flex;flex-direction:column;gap:1rem}.product-hero__cart-field{display:flex;flex-direction:column;gap:.375rem}.product-hero__cart-label{font-size:.75rem;font-weight:500;color:var(--ph-color-text-muted)}.product-hero__cart-select{width:100%;padding:.625rem 2rem .625rem .875rem;border:1px solid var(--ph-color-border-input);border-radius:.375rem;font-size:.875rem;color:var(--ph-color-text);background:var(--ph-color-bg);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;box-sizing:border-box}.product-hero__cart-select:focus{outline:none;border-color:var(--ph-color-accent);box-shadow:0 0 0 2px rgba(var(--ph-color-accent-rgb),.1)}.product-hero__cart-variant-price{font-size:1.5rem;font-weight:700;color:var(--ph-color-price);text-align:center;padding:.5rem 0}.product-hero__cart-price-suffix{font-size:.75rem;font-weight:400;color:var(--ph-color-text-subtle);margin-left:.25rem}.product-hero__cart-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:var(--ph-color-accent);color:var(--ph-color-bg);border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.product-hero__cart-submit:hover{background:var(--ph-color-accent-dark)}.product-hero__cart-submit:active{transform:scale(.98)}.product-hero__cart-submit:disabled{background:var(--ph-color-disabled);cursor:not-allowed}.product-hero__cart-note-below{font-size:.6875rem;color:var(--ph-color-text-faint);text-align:center;margin:0}.product-hero__booqable{background:var(--ph-color-bg-subtle);border:1px solid var(--ph-color-border);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.product-hero__booqable-title{font-size:1rem;font-weight:600;color:var(--ph-color-text);margin-bottom:.375rem}.product-hero__booqable-note{font-size:.8125rem;color:var(--ph-color-text-subtle);margin-bottom:1rem}.product-hero__booqable-widget{color:var(--ph-color-text-secondary)}.product-hero__booqable-widget.rte{font-size:.875rem;line-height:1.6}.product-hero__booqable-widget.rte h2,.product-hero__booqable-widget.rte h3{color:var(--ph-color-text);font-weight:600;margin-top:1.25rem;margin-bottom:.5rem}.product-hero__booqable-widget.rte h2{font-size:1.125rem}.product-hero__booqable-widget.rte h3{font-size:.9375rem}.product-hero__booqable-widget.rte p{color:var(--ph-color-text-muted);margin-bottom:.75rem}.product-hero__booqable-widget.rte ul{color:var(--ph-color-text-muted);padding-left:1.25rem;margin-bottom:.75rem}.product-hero__booqable-widget.rte li{margin-bottom:.25rem}.product-hero__booqable-widget.rte table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.8125rem}.product-hero__booqable-widget.rte table td,.product-hero__booqable-widget.rte table th{padding:.625rem .75rem;border:1px solid var(--ph-color-border);text-align:left}.product-hero__booqable-widget.rte table td:first-child{background:var(--ph-color-bg-subtle);font-weight:500;color:var(--ph-color-text-table);width:30%}.product-hero__booqable-widget.rte table td:last-child{color:var(--ph-color-text-muted)}.product-hero__booqable-widget select,.product-hero__booqable-widget input[type=number]{background:var(--ph-color-bg);border:1px solid var(--ph-color-border-input-alt);color:var(--ph-color-text-secondary);border-radius:.375rem;padding:.625rem .875rem;font-size:.875rem;width:100%;max-width:100%}.product-hero__booqable-widget select:focus,.product-hero__booqable-widget input:focus{outline:none;border-color:var(--ph-color-focus);box-shadow:0 0 0 3px rgba(var(--ph-color-accent-rgb),.1)}.product-hero__booqable-widget button{background:var(--ph-color-accent);color:var(--ph-color-bg);border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease}.product-hero__booqable-widget button:hover{background:var(--ph-color-accent-dark)}.product-hero__booqable-widget button:disabled{background:var(--ph-color-disabled);cursor:not-allowed}.product-hero__quote{text-align:center}.product-hero__quote-divider{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.product-hero__quote-divider-line{flex:1;height:1px;background:var(--ph-color-border)}.product-hero__quote-divider-text{font-size:.8125rem;color:var(--ph-color-text-faint);white-space:nowrap}.product-hero__quote-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;background:var(--ph-color-bg);color:var(--ph-color-accent);border:1.5px solid var(--ph-color-accent);border-radius:.375rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.product-hero__quote-button:hover{background:var(--ph-color-accent-light);border-color:var(--ph-color-accent-dark);color:var(--ph-color-accent-dark)}.product-hero__quote-button--active{background:var(--ph-color-accent);color:var(--ph-color-bg)}.product-hero__quote-button--active:hover{background:var(--ph-color-accent-dark);color:var(--ph-color-bg)}.product-hero__quote-note{font-size:.75rem;color:var(--ph-color-text-faint);margin-top:.5rem}.product-hero__inline-quote{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease,margin .3s ease;margin-top:0}.product-hero__inline-quote--open{max-height:2000px;opacity:1;margin-top:1.5rem}.product-hero__inline-quote-inner{background:var(--ph-color-bg-subtle);border:1px solid var(--ph-color-border);border-radius:.5rem;padding:1.5rem}.product-hero__quote-form{display:flex;flex-direction:column;gap:0}.product-hero__quote-section{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--ph-color-border)}.product-hero__quote-section--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-hero__quote-section-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--ph-color-accent);margin:0 0 1rem}.product-hero__quote-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.product-hero__quote-row:last-child{margin-bottom:0}.product-hero__quote-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.product-hero__quote-field:last-child{margin-bottom:0}.product-hero__quote-label{font-size:.75rem;font-weight:500;color:var(--ph-color-text-muted)}.product-hero__quote-req{color:var(--ph-color-error)}.product-hero__quote-input,.product-hero__quote-select,.product-hero__quote-textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--ph-color-border-input);border-radius:.375rem;font-size:.8125rem;color:var(--ph-color-text);background:var(--ph-color-bg);transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;box-sizing:border-box}.product-hero__quote-input:focus,.product-hero__quote-select:focus,.product-hero__quote-textarea:focus{outline:none;border-color:var(--ph-color-accent);box-shadow:0 0 0 2px rgba(var(--ph-color-accent-rgb),.1)}.product-hero__quote-input::placeholder,.product-hero__quote-textarea::placeholder{color:var(--ph-color-text-faint)}.product-hero__quote-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.product-hero__quote-textarea{resize:vertical;min-height:70px}.product-hero__quote-submit{margin-top:1.25rem;text-align:center}.product-hero__quote-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;background:var(--ph-color-accent);color:var(--ph-color-bg);border:none;border-radius:.375rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.product-hero__quote-submit-btn:hover{background:var(--ph-color-accent-dark)}.product-hero__quote-submit-btn:active{transform:scale(.98)}.product-hero__quote-submit-btn--loading{pointer-events:none;opacity:.8}.product-hero__quote-submit-btn--loading .product-hero__quote-submit-btn-icon{display:none}.product-hero__quote-submit-btn--loading:before{content:"";display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--ph-color-bg);border-radius:50%;animation:ph-spinner .6s linear infinite;margin-right:.5rem;flex-shrink:0}@keyframes ph-spinner{to{transform:rotate(360deg)}}.product-hero__quote-submit-note{font-size:.6875rem;color:var(--ph-color-text-faint);margin-top:.5rem}.product-hero__quote-success{text-align:center;padding:2rem 1rem;animation:ph-success-fade-in .5s ease}@keyframes ph-success-fade-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.product-hero__quote-success-icon{color:var(--ph-color-success);margin-bottom:.75rem;animation:ph-success-icon .5s ease .2s both}@keyframes ph-success-icon{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.product-hero__quote-success-title{font-size:1.125rem;font-weight:600;color:var(--ph-color-text);margin:0 0 .5rem}.product-hero__quote-success-message{font-size:.8125rem;color:var(--ph-color-text-subtle);margin:0}.product-hero__quote-error{background:var(--ph-color-error-bg);color:var(--ph-color-error);padding:.75rem;border-radius:.375rem;font-size:.8125rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}@media screen and (max-width:749px){.product-hero__quote-row{grid-template-columns:1fr}.product-hero__inline-quote-inner{padding:1rem}}.product-hero__cta{display:flex;flex-wrap:wrap;gap:.75rem}.product-hero__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:.375rem;transition:all .2s ease}.product-hero__cta-button--primary{background:var(--ph-color-accent);color:var(--ph-color-bg)}.product-hero__cta-button--primary:hover{background:var(--ph-color-accent-dark)}.product-hero__cta-button--secondary{background:var(--ph-color-bg);color:var(--ph-color-accent);border:1px solid var(--ph-color-accent)}.product-hero__cta-button--secondary:hover{background:var(--ph-color-accent-light)}@media screen and (max-width:749px){.product-hero{padding:2rem 0}.product-hero__gallery{order:-1}.product-hero__main-image{padding:1.5rem}.product-hero__image{max-height:280px}.product-hero__thumbnail{width:56px;height:56px}.product-hero__price{font-size:1.5rem}.product-hero__cta-button{width:100%}.product-hero__booqable,.product-hero__cart{padding:1rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-product-hero.css.map */
