.hpc{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;gap:clamp(10px,2vh,22px);padding:clamp(12px,3vh,30px) clamp(16px,4vw,56px);overflow-y:auto;scrollbar-width:none;visibility:hidden;transition:visibility 0s linear .5s}.hpc::-webkit-scrollbar{display:none}.carousel-slide.active .hpc{visibility:visible;transition-delay:0s}.slide-background .hpc__scrim{display:block;position:absolute;top:0;right:0;left:0;z-index:2;height:var(--hpc-scrim-height, 55%);pointer-events:none;background:linear-gradient(to bottom,rgba(var(--hpc-scrim-rgb, 0, 0, 0),var(--hpc-scrim-opacity, .65)),rgba(var(--hpc-scrim-rgb, 0, 0, 0),0))}.hpc__head{flex:0 0 auto;width:100%;max-width:var(--hpc-content-max-width, 1080px);margin-inline:auto;text-align:center}.hpc__eyebrow{display:inline-flex;align-items:center;gap:7px;margin:0;font-family:var(--font-heading-family);font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--hpc-accent-color, #d2a927)}.hpc__eyebrow svg{width:12px;height:12px;flex:0 0 auto}.hpc__title{margin:6px 0 0;font-family:var(--font-heading-family);font-weight:700;font-size:var(--hpc-title-font-size, 34px);line-height:1.15;letter-spacing:.02em;color:var(--hpc-heading-color, #ffffff);text-shadow:0 2px 18px rgba(0,0,0,.45)}.hpc__subtitle{margin:8px auto 0;max-width:56ch;font-size:var(--hpc-subtitle-font-size, 15px);line-height:1.5;color:var(--hpc-heading-color, #ffffff);opacity:.82;text-shadow:0 1px 12px rgba(0,0,0,.4)}.hpc__grid{display:flex;align-items:center;justify-content:center;gap:clamp(10px,1.5vw,18px);width:100%;max-width:var(--hpc-content-max-width, 1080px);margin-inline:auto;flex:1 1 auto;min-height:0}.hpc__grid--1{max-width:min(var(--hpc-content-max-width, 1080px),300px)}.hpc__grid--2{max-width:min(var(--hpc-content-max-width, 1080px),600px)}.hpc__grid--3{max-width:min(var(--hpc-content-max-width, 1080px),880px)}.hpc--start .hpc__grid{align-items:flex-start}.hpc--center .hpc__grid{align-items:center}.hpc--end .hpc__grid{align-items:flex-end}.hpc-card{position:relative;flex:1 1 0;display:flex;flex-direction:column;min-width:0;max-height:100%;border-radius:var(--hpc-card-radius, 16px);background-color:rgba(var(--hpc-card-background-rgb, 255, 255, 255),var(--hpc-card-background-opacity, .96));box-shadow:0 10px 34px #0000003d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:transform .28s ease,box-shadow .28s ease}.hpc-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px #00000052}.hpc-card:focus-within{box-shadow:0 18px 44px #00000052,0 0 0 3px var(--hpc-accent-color, #d2a927)}.hpc-card__media{position:relative;display:block;flex:0 3 auto;height:var(--hpc-media-height, 210px);min-height:124px;background:#17263d0d;border-radius:var(--hpc-card-radius, 16px) var(--hpc-card-radius, 16px) 0 0;overflow:hidden}.hpc-card__media img{width:100%;height:100%;object-fit:var(--hpc-media-fit, cover);object-position:center;transition:transform .45s cubic-bezier(.2,.7,.3,1)}.hpc-card:hover .hpc-card__media img{transform:scale(1.045)}.hpc-card__media-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#17263d2e,#17263d57)}.hpc-card__badge{position:absolute;top:10px;left:10px;z-index:3;display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:var(--hpc-accent-color, #d2a927);color:var(--hpc-badge-text-color, #17263d);font-family:var(--font-heading-family);font-weight:700;font-size:11px;letter-spacing:.09em;text-transform:uppercase;line-height:1;box-shadow:0 3px 12px #0003}.hpc-card__sale-flag{position:absolute;top:10px;right:10px;z-index:3;padding:5px 9px;border-radius:999px;background:#080e18e0;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1}.hpc-card__overlay{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;gap:4px;padding:38px 14px 12px;background:linear-gradient(to top,#080e18ed,#080e18bd 42%,#080e1800);color:#fff}.hpc-card__tag{align-self:flex-start;max-width:100%;padding:3px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.32);background:#ffffff24;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.3;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hpc-card__title{margin:0;font-family:var(--font-heading-family);font-weight:700;font-size:var(--hpc-card-title-font-size, 17px);line-height:1.22;letter-spacing:.01em;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hpc-card__title a{color:inherit;text-decoration:none}.hpc-card__title a:hover{text-decoration:underline;text-underline-offset:.18em}.hpc-card__variant{margin:0;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;line-height:1.3;color:#fff;opacity:.76;text-shadow:0 1px 8px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hpc-card__facts{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:1px}.hpc-card__price{display:flex;align-items:baseline;gap:7px;min-width:0;font-family:var(--font-heading-family);font-weight:700;font-size:var(--hpc-card-price-font-size, 20px);line-height:1.1;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.5)}.hpc-card__price s{font-weight:400;font-size:.72em;opacity:.62}.hpc-card__price--on-sale .hpc-card__price-current{color:#ffc9bd}.hpc-card__rating{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;font-size:12px;line-height:1;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.5)}.hpc-card__rating svg{width:13px;height:13px;flex:0 0 auto;color:var(--hpc-accent-color, #d2a927)}.hpc-card__rating-value{font-weight:700}.hpc-card__rating-count{opacity:.7;font-size:11px}.hpc-card__body{flex:0 1 auto;min-width:0;min-height:0;padding:11px 13px;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin;scrollbar-color:rgba(23,38,61,.28) transparent}.hpc-card__body::-webkit-scrollbar{width:4px}.hpc-card__body::-webkit-scrollbar-thumb{border-radius:999px;background:#17263d47}.hpc-card__body[data-overflow=bottom]{-webkit-mask-image:linear-gradient(to bottom,#000 calc(100% - 20px),transparent);mask-image:linear-gradient(to bottom,#000 calc(100% - 20px),transparent)}.hpc-card__body[data-overflow=top]{-webkit-mask-image:linear-gradient(to bottom,transparent,#000 20px);mask-image:linear-gradient(to bottom,transparent,#000 20px)}.hpc-card__body[data-overflow=both]{-webkit-mask-image:linear-gradient(to bottom,transparent,#000 20px,#000 calc(100% - 20px),transparent);mask-image:linear-gradient(to bottom,transparent,#000 20px,#000 calc(100% - 20px),transparent)}.hpc-card__options{display:flex;flex-direction:column;gap:7px;margin:0;padding:0;border:0;min-width:0}.hpc-card__option{display:flex;align-items:center;gap:9px;min-width:0}.hpc-card__option-label{flex:0 0 auto;max-width:34%;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;line-height:1.2;color:var(--hpc-card-text-color, #17263d);opacity:.55;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hpc-card__pills{flex:1 1 auto;display:flex;flex-wrap:nowrap;gap:5px;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;padding:3px;margin:-3px}.hpc-card__pills::-webkit-scrollbar{display:none}.hpc-card__pill{-webkit-appearance:none;appearance:none;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:32px;min-width:32px;border:1px solid rgba(23,38,61,.18);background:#17263d08;border-radius:9px;padding:5px 11px;font-family:var(--font-body-family);font-size:12px;line-height:1.1;color:var(--hpc-card-text-color, #17263d);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease;white-space:nowrap}.hpc-card__pill:hover{border-color:#17263d80;background:#17263d14}.hpc-card__pill[aria-pressed=true]{background:var(--hpc-card-text-color, #17263d);border-color:var(--hpc-card-text-color, #17263d);color:#fff}.hpc-card__pill[data-unavailable=true]{opacity:.38;text-decoration:line-through}.hpc-card__pill:focus-visible{outline:2px solid var(--hpc-accent-color, #d2a927);outline-offset:2px}.hpc-card__tabs{flex:1 1 auto;display:flex;gap:3px;min-width:0;padding:3px;border-radius:10px;background:#17263d12}.hpc-card__tab{-webkit-appearance:none;appearance:none;flex:1 1 0;min-height:28px;min-width:0;border:0;border-radius:8px;background:transparent;padding:4px 8px;font-family:var(--font-body-family);font-size:11px;font-weight:600;line-height:1.1;color:var(--hpc-card-text-color, #17263d);cursor:pointer;transition:background-color .18s ease,color .18s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hpc-card__tab:hover{background:#17263d1a}.hpc-card__tab--active,.hpc-card__tab--active:hover{background:var(--hpc-card-text-color, #17263d);color:#fff}.hpc-card__tab:focus-visible{outline:2px solid var(--hpc-accent-color, #d2a927);outline-offset:2px}.hpc-card__select-wrap{position:relative;flex:1 1 auto;min-width:0;display:flex}.hpc-card__select{appearance:none;-webkit-appearance:none;width:100%;min-height:34px;padding:6px 30px 6px 11px;border:1px solid rgba(23,38,61,.22);border-radius:9px;background:#17263d08;font-family:var(--font-body-family);font-size:13px;line-height:1.2;color:var(--hpc-card-text-color, #17263d);cursor:pointer;text-overflow:ellipsis;transition:border-color .18s ease,background-color .18s ease}.hpc-card__select:hover{border-color:#17263d80;background:#17263d12}.hpc-card__select:focus-visible{outline:2px solid var(--hpc-accent-color, #d2a927);outline-offset:2px}.hpc-card__select-caret{position:absolute;top:50%;right:10px;width:13px;height:13px;transform:translateY(-50%);pointer-events:none;color:var(--hpc-card-text-color, #17263d);opacity:.6}.hpc-card__actions{flex:0 0 auto;display:flex;align-items:stretch;gap:7px;padding:13px}.hpc-card__body+.hpc-card__actions{border-top:1px solid rgba(23,38,61,.09)}.hpc-card__form{display:block;flex:1 1 auto;min-width:0}.hpc-card__form .product-form__error-message-wrapper{margin:0 0 6px;font-size:12px;line-height:1.35;color:#b4331f}.hpc-card__submit{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:38px;padding:9px 14px;border:0;border-radius:var(--hpc-button-radius, 999px);background:var(--hpc-button-color, #17263d);color:var(--hpc-button-text-color, #ffffff);font-family:var(--font-heading-family);font-weight:700;font-size:12px;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,filter .18s ease}.hpc-card__submit:after{display:none}.hpc-card__submit:hover:not([aria-disabled=true]):not([disabled]){filter:brightness(1.14);transform:translateY(-1px)}.hpc-card__submit:focus-visible{outline:3px solid var(--hpc-accent-color, #d2a927);outline-offset:2px}.hpc-card__submit[aria-disabled=true],.hpc-card__submit[disabled]{cursor:not-allowed;opacity:.5}.hpc-card__submit .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hpc-card__submit .loading__spinner .spinner{width:17px;height:17px}.hpc-card__submit .loading__spinner .path{stroke:var(--hpc-button-text-color, #ffffff)}.hpc-card__submit.loading .hpc-card__submit-text{visibility:hidden}.hpc-card__payment-button{margin-top:6px}.hpc-card__payment-button .shopify-payment-button__button--unbranded{border-radius:var(--hpc-button-radius, 999px);min-height:38px;background:transparent;border:1px solid rgba(23,38,61,.25);color:var(--hpc-card-text-color, #17263d)}.hpc-card__submit-icon{flex:0 0 auto;width:15px;height:15px}.hpc-card__submit.loading .hpc-card__submit-icon{visibility:hidden}.hpc-card__customize-opener{display:flex;flex:0 0 auto}.hpc-card__customize{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:9px 13px;border-radius:var(--hpc-button-radius, 999px);border:1px solid rgba(23,38,61,.2);background:#17263d08;color:var(--hpc-card-text-color, #17263d);font-family:var(--font-heading-family);font-weight:700;font-size:12px;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.hpc-card__customize>svg{flex:0 0 auto;width:15px;height:15px}.hpc-card__customize .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hpc-card__customize .loading__spinner .spinner{width:17px;height:17px}.hpc-card__customize .loading__spinner .path{stroke:currentColor}.hpc-card__customize.loading>svg,.hpc-card__customize.loading .hpc-card__customize-text{visibility:hidden}.hpc-card__customize[aria-disabled=true]{cursor:wait}.hpc-card__customize:hover{background:#17263d17;border-color:#17263d73;transform:translateY(-1px)}.hpc-card__customize:focus-visible{outline:3px solid var(--hpc-accent-color, #d2a927);outline-offset:2px}.hpc__grid--4 .hpc-card__customize{padding:9px;width:38px}.hpc__grid--4 .hpc-card__customize-text{display:none}@media screen and (max-width:749px){.hpc{padding:clamp(8px,2vh,16px) 0;gap:8px}.hpc__head{padding-inline:16px}.hpc__title{font-size:var(--hpc-mobile-title-font-size, 22px)}.hpc__subtitle{font-size:14px;margin-top:5px}.hpc__grid,.hpc__grid--1,.hpc__grid--2,.hpc__grid--3{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-content:center;padding-inline:12px;max-width:none}.hpc__grid--1{grid-template-columns:min(100%,300px);justify-content:center}.hpc__grid--3,.hpc__grid--4{grid-auto-rows:minmax(0,1fr)}.hpc-card{--hpc-tap-size: 32px;--hpc-tap-inset: 8px;min-height:0}.hpc-card__media{flex:1 3 auto;height:var(--hpc-mobile-media-height, 100px);min-height:118px;border-radius:var(--hpc-card-radius, 16px)}.hpc-card__overlay{gap:1px;padding:20px 9px calc(var(--hpc-tap-size) + var(--hpc-tap-inset) * 2);background:linear-gradient(to top,#080e18f2,#080e18d1 58%,#080e1800)}.hpc-card__title{font-size:12px;line-height:1.2;-webkit-line-clamp:1}.hpc-card__variant{font-size:9px;letter-spacing:.06em}.hpc-card__price{font-size:14px}.hpc-card__tag,.hpc-card__rating{display:none}.hpc-card__badge{top:6px;left:6px;padding:3px 7px;font-size:9px}.hpc-card__sale-flag{top:6px;right:6px;padding:3px 6px;font-size:9px}.hpc-card__body{display:none}.hpc-card__actions{position:absolute;right:0;bottom:0;left:0;z-index:3;flex-direction:row-reverse;justify-content:space-between;gap:5px;padding:var(--hpc-tap-inset);border-top:0}.hpc-card__form{flex:0 0 auto}.hpc-card__form .product-form__error-message-wrapper{position:absolute;right:0;bottom:100%;left:0;margin:0 0 6px;padding:4px 7px;border-radius:7px;background:#fffffff0;font-size:11px}.hpc-card__submit{width:calc(var(--hpc-tap-size) * 2);min-height:var(--hpc-tap-size);padding:7px;background:rgba(var(--hpc-accent-rgb, 210, 169, 39),.88);color:var(--hpc-badge-text-color, #17263d);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 10px #00000047}.hpc-card__submit .loading__spinner .path{stroke:var(--hpc-badge-text-color, #17263d)}.hpc-card__submit-text,.hpc-card__customize-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.hpc-card__submit-icon,.hpc-card__customize>svg{width:15px;height:15px}.hpc-card__customize,.hpc__grid--4 .hpc-card__customize{width:var(--hpc-tap-size);min-height:var(--hpc-tap-size);padding:7px;border-color:#ffffff5c;background:#ffffff29;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 10px #00000047}.hpc-card__customize:hover{border-color:#ffffffad;background:#ffffff47}}@media(prefers-reduced-motion:reduce){.hpc-card,.hpc-card__media img,.hpc-card__submit,.hpc-card__customize{transition:none}.hpc-card:hover,.hpc-card:hover .hpc-card__media img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/105/assets/section-hero-products.css.map */
