.product-hero{color:#fff;position:relative;width:100%}.product-hero__grid{display:grid;gap:32px;grid-template-columns:1.5fr 1fr;margin:0 auto;max-width:1200px;padding:50px 32px 40px}.product-hero__content{display:flex;flex-direction:column;justify-content:space-between}.product-hero__breadcrumb{font-size:12px;font-weight:500;letter-spacing:.04em;margin-bottom:20px;text-transform:uppercase}.product-hero__breadcrumb-link{color:#c3cb2b;font-weight:600;text-decoration:none}.product-hero__breadcrumb-sep{color:hsla(0,0%,100%,.5);padding:0 6px}.product-hero__breadcrumb-current{color:#fff}.product-hero__badge{align-self:flex-start;border-left:3px solid #c3cb2b;display:inline-flex;margin-bottom:12px;padding:4px 10px}.product-hero__badge-text{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.product-hero__title{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 10px}.product-hero__description{color:hsla(0,0%,100%,.8);font-size:16px;line-height:1.65;margin:0 0 24px;padding-bottom:0}.product-hero__features{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0 0 28px;padding:0}.product-hero__feature{align-items:center;color:hsla(0,0%,100%,.8);display:flex;font-size:12px;gap:8px}.product-hero__feature svg{flex-shrink:0}.product-hero__ctas{align-items:center;border-top:1px solid hsla(0,0%,100%,.15);display:flex;flex-wrap:wrap;gap:12px;margin-top:auto;padding-top:20px}.product-hero__cta-primary{background:#c3cb2b;border:2px solid;border-radius:2px;color:#111;display:inline-block;font-size:14px;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:filter .2s ease}.product-hero__cta-primary:hover{color:#111!important;filter:brightness(.85);text-decoration:none}.product-hero__cta-secondary{background-color:transparent;border:2px solid hsla(0,0%,100%,.75);border-radius:2px;color:#fff;display:inline-block;font-size:14px;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.product-hero__cta-secondary:hover{background-color:#fff;border-color:#fff;color:#111}.product-hero__image-col{display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:320px}.product-hero__image-main{align-items:center;aspect-ratio:1/1;box-sizing:border-box;display:flex;justify-content:center;max-height:360px;overflow:hidden;width:100%}.product-hero__image{display:block;height:100%;object-fit:contain;transition:opacity .2s ease;width:100%}.product-hero__thumbnails{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding:10px}.product-hero__thumb{background:hsla(0,0%,100%,.05);border:2px solid transparent;border-radius:3px;cursor:pointer;flex-shrink:0;height:56px;overflow:hidden;padding:0;transition:border-color .2s;width:56px}.product-hero__thumb img{display:block;height:100%;object-fit:cover;width:100%}.product-hero__thumb:hover{border-color:rgba(195,203,43,.5)}.product-hero__thumb--active{border-color:#c3cb2b}.product-hero__accent-bar{background:var(--accent,#c3cb2b);height:6px;width:100%}@media (max-width:767px){.product-hero__grid{grid-template-columns:1fr}.product-hero__image-col{border-left:none;border-top:1px solid hsla(0,0%,100%,.06);min-height:unset}.product-hero__image-main{min-height:200px;padding:16px}.product-hero__grid{padding:32px 20px 28px}.product-hero__title{font-size:1.6rem}.product-hero__ctas{flex-direction:column}.product-hero__cta-primary,.product-hero__cta-secondary{box-sizing:border-box;text-align:center;width:100%}}@media (max-width:480px){.product-hero__title{font-size:1.4rem}}.product-hero:before{background-color:rgba(0,0,0,.4);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.product-hero__accent-bar,.product-hero__grid{position:relative;z-index:1}