variant-selects{display:block}.product--no-media .product-form__input--pill,.product--no-media .product-form__input--swatch,.product--no-media .product-form__input--dropdown{display:flex;align-items:center;justify-content:center;text-align:center}.product--no-media .product-form__input.product-form__input--pill,.product--no-media .product-form__input.product-form__input--swatch{flex-wrap:wrap;margin:0 auto 1.2rem}.product--no-media .product-form__input--dropdown{flex-direction:column;max-width:100%}:is(.product-form__input--pill,.product-form__input--swatch) .form__label{margin-bottom:.2rem}.product-form__input input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.product-form__input input[type=radio]:not(.disabled):not(.visually-disabled)+label>.label-unavailable{display:none}.product-form__input--dropdown{--swatch-input--size: 2rem;margin-bottom:1.6rem}.product-form__input--dropdown .dropdown-swatch+select{padding-left:calc(2.4rem + var(--swatch-input--size))}.product-form__input--dropdown .dropdown-swatch{position:absolute;left:1.6rem;top:calc(50% - var(--swatch-input--size) / 2);width:var(--swatch-input--size);height:var(--swatch-input--size);z-index:1}.product-form__input--pill input[type=radio]+label{border:var(--variant-pills-border-width) solid rgba(var(--color-foreground),var(--variant-pills-border-opacity));background-color:rgb(var(--color-background));color:rgba(var(--color-foreground));border-radius:var(--variant-pills-radius);color:rgb(var(--color-foreground));display:inline-block;margin:.7rem .5rem .2rem 0;padding:1rem 2rem;font-size:1.4rem;letter-spacing:.1rem;line-height:1;text-align:center;transition:border var(--duration-short) ease;cursor:pointer;position:relative}.product-form__input--pill input[type=radio]+label:before{content:"";position:absolute;top:calc(var(--variant-pills-border-width) * -1);right:calc(var(--variant-pills-border-width) * -1);bottom:calc(var(--variant-pills-border-width) * -1);left:calc(var(--variant-pills-border-width) * -1);z-index:-1;border-radius:var(--variant-pills-radius);box-shadow:var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset) var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow),var(--variant-pills-shadow-opacity))}.product-form__input--pill input[type=radio]+label:hover{border-color:rgb(var(--color-foreground))}.product-form__input--pill input[type=radio]:checked+label{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}@media screen and (forced-colors:active){.product-form__input--pill input[type=radio]:checked+label{text-decoration:underline}.product-form__input--pill input[type=radio]:focus-visible+label{outline:transparent solid 1px;outline-offset:2px}}.product-form__input--pill input[type=radio]:checked+label::selection{background-color:rgba(var(--color-background),.3)}.product-form__input--pill input[type=radio]:disabled+label,.product-form__input--pill input[type=radio].disabled+label{border-color:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.6);text-decoration:line-through}.product-form__input--pill input[type=radio].disabled:checked+label,.product-form__input--pill input[type=radio]:disabled:checked+label{color:rgba(var(--color-background),.6)}.product-form__input--pill input[type=radio]:focus-visible+label{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.55)}.product-form__input--pill input[type=radio].focused+label{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.55)}.product-form__input--swatch{display:flex;flex-wrap:wrap}.product-form__input--swatch .swatch-input__input+.swatch-input__label{--swatch-input--size: 3.6rem;margin:.7rem 1.2rem .2rem 0}@media screen and (min-width:750px){.product-form__input--swatch .swatch-input__input+.swatch-input__label{--swatch-input--size: 2.8rem}}.hardrip-variant-picker .product-form__input{margin:0 0 1.6rem;padding:0;border:0;max-width:100%}.hardrip-variant-picker .form__label{display:block;width:100%;margin-bottom:.8rem;font-size:1.6rem;line-height:1.3}.hardrip-variant-picker .hardrip-image-value{font-weight:400}.hardrip-variant-picker .hardrip-option-name{font-weight:400;color:#222}.hardrip-variant-picker .product-form__input--hardrip-image{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--hardrip-swatch-spacing)}.hardrip-option-input{clip:rect(0,0,0,0);overflow:hidden;position:absolute;width:1px;height:1px;white-space:nowrap}.hardrip-image-swatch{position:relative;box-sizing:border-box;display:inline-flex;width:var(--hardrip-image-size);height:var(--hardrip-image-size);padding:var(--hardrip-image-gap);border:1px solid var(--hardrip-default-border);border-radius:var(--hardrip-image-radius);background:#fff;cursor:pointer;isolation:isolate;transition:transform .24s cubic-bezier(.22,1,.36,1),border-color .22s ease,box-shadow .24s cubic-bezier(.22,1,.36,1),filter .22s ease}.hardrip-image-swatch:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:2;border:2px solid transparent;border-radius:inherit;pointer-events:none}.hardrip-option-input:checked+.hardrip-image-swatch:before{border-color:var(--hardrip-accent)}.hardrip-image-swatch__tooltip{position:absolute;left:50%;bottom:calc(100% + 1rem);z-index:5;max-width:20rem;padding:.7rem 1.1rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:linear-gradient(135deg,#5f3c96,#7450b5 55%,#8a68c7);color:#fff;font-size:1.2rem;font-weight:500;letter-spacing:.01em;line-height:1.15;white-space:nowrap;transform:translate(-50%) translateY(.55rem) scale(.92);opacity:0;pointer-events:none;box-shadow:0 16px 34px #5f3c9647,0 4px 10px #5f3c962e;transition:opacity .22s ease,transform .26s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}.hardrip-image-swatch__media,.hardrip-image-swatch__image,.hardrip-image-swatch__color{display:block;width:100%;height:100%}.hardrip-image-swatch__media{overflow:hidden;border-radius:max(2px,calc(var(--hardrip-image-radius) - var(--hardrip-image-gap) - 2px));background:#fff}.hardrip-image-swatch__image{object-fit:contain;object-position:center}.hardrip-image-swatch__fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.4rem;overflow:hidden;font-size:1rem;line-height:1.1;text-align:center}.hardrip-option-input.visually-disabled+.hardrip-image-swatch{opacity:.48}.hardrip-option-input.visually-disabled+.hardrip-image-swatch:after{content:"";position:absolute;left:8%;right:8%;top:50%;height:1px;z-index:3;background:#222222b8;transform:rotate(-45deg)}@keyframes hardrip-option-pop{0%{transform:scale(.94) translateY(0)}45%{transform:scale(1.045) translateY(-1px)}72%{transform:scale(.992) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes hardrip-sheen{0%{transform:translate(-120%);opacity:0}18%{opacity:1}to{transform:translate(140%);opacity:0}}@keyframes hardrip-mobile-luxury-tap{0%{transform:translateY(0) scale(1);box-shadow:0 12px 26px #5f3c9638,0 3px 8px #5f3c961f}45%{transform:translateY(-1.5px) scale(1.015);box-shadow:0 18px 34px #5f3c9642,0 6px 14px #5f3c9624}to{transform:translateY(0) scale(1);box-shadow:0 12px 26px #5f3c9638,0 3px 8px #5f3c961f}}.hardrip-variant-picker[data-hardrip-animation=true] .hardrip-image-swatch:hover,.hardrip-variant-picker[data-hardrip-animation=true] .hardrip-pill:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 16px 30px #5f3c962e,0 4px 12px #5f3c961a;filter:saturate(1.02)}.hardrip-variant-picker[data-hardrip-animation=true] .hardrip-image-swatch:hover .hardrip-image-swatch__tooltip,.hardrip-variant-picker[data-hardrip-animation=true] .hardrip-option-input:focus-visible+.hardrip-image-swatch .hardrip-image-swatch__tooltip{opacity:1;transform:translate(-50%) translateY(0) scale(1)}.hardrip-variant-picker[data-hardrip-animation=true] .hardrip-option-input:checked+.hardrip-image-swatch,.hardrip-variant-picker[data-hardrip-animation=true] .hardrip-option-input:checked+.hardrip-pill{animation:none}.hardrip-option-input:focus-visible+.hardrip-image-swatch,.hardrip-option-input:focus-visible+.hardrip-pill{outline:2px solid var(--hardrip-accent);outline-offset:2px}.hardrip-pill-list{display:flex;flex-wrap:wrap;gap:1rem}.hardrip-pill{box-sizing:border-box;display:inline-flex;min-height:4.5rem;align-items:center;justify-content:center;margin:0;padding:1rem 1.8rem;border:1px solid var(--hardrip-default-border);border-radius:var(--hardrip-pill-radius);background:#fff;color:#222;font-size:1.5rem;line-height:1.15;text-align:center;cursor:pointer;transition:transform .24s cubic-bezier(.22,1,.36,1),border-color .22s ease,background-color .22s ease,color .22s ease,box-shadow .24s cubic-bezier(.22,1,.36,1),filter .22s ease}.hardrip-option-input:checked+.hardrip-pill{border-color:var(--hardrip-accent);background:linear-gradient(135deg,#5f3c96,#6c49ab 55%,#7a57b8);color:#fff;box-shadow:0 12px 26px #5f3c963d,0 3px 8px #5f3c9624}.hardrip-option-input:checked+.hardrip-image-swatch{box-shadow:0 12px 26px #5f3c9638,0 3px 8px #5f3c961f}.hardrip-option-input:checked+.hardrip-pill{position:relative;overflow:hidden}.hardrip-option-input:checked+.hardrip-pill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#fff0 20%,#ffffff29 48%,#fff0 72%);transform:translate(-120%);animation:hardrip-sheen .9s ease-out 1;pointer-events:none}.hardrip-option-input.disabled+.hardrip-pill{opacity:.48;text-decoration:line-through}.product-form__input--hardrip-dropdown .select{max-width:100%}.product-form__input--hardrip-dropdown .select__select{min-height:5rem;border-radius:1.2rem;background-color:#fff}@media(hover:none){.hardrip-variant-picker .hardrip-image-swatch:hover,.hardrip-variant-picker .hardrip-pill:hover{transform:none;box-shadow:none}.hardrip-variant-picker .hardrip-image-swatch .hardrip-image-swatch__tooltip{opacity:0;transform:translate(-50%) translateY(.45rem) scale(.94)}.hardrip-variant-picker .hardrip-image-swatch.hardrip-tooltip-active .hardrip-image-swatch__tooltip{opacity:1;transform:translate(-50%) translateY(0) scale(1)}.hardrip-variant-picker .hardrip-image-swatch.hardrip-tooltip-hiding .hardrip-image-swatch__tooltip{opacity:0;transform:translate(-50%) translateY(.32rem) scale(.97);transition:opacity .22s ease,transform .24s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}.hardrip-variant-picker[data-hardrip-animation=true] .hardrip-option-input:checked+.hardrip-image-swatch{animation:none}.hardrip-variant-picker .hardrip-image-swatch.hardrip-tooltip-active{animation:hardrip-mobile-luxury-tap .38s cubic-bezier(.22,1,.36,1)}}@media screen and (max-width:749px){.hardrip-variant-picker .form__label{font-size:1.55rem}.hardrip-pill{min-height:4.8rem;padding-inline:1.6rem;font-size:1.55rem}}.hardrip-dark-theme .hardrip-variant-picker{--hardrip-accent-fill:linear-gradient(110deg,#3f2868,#5f3c96 42%,#9c7dcc 52%,#5f3c96 62%,#3f2868);--hardrip-accent-shadow:rgba(95,60,150,.22);--hardrip-picker-surface:#0f0f13;--hardrip-picker-surface-hover:#15151a;--hardrip-picker-text:#f8f7fa;--hardrip-picker-muted:#aaa5b2;--hardrip-picker-border:#393740}.hardrip-dark-theme .hardrip-image-swatch,.hardrip-dark-theme .hardrip-pill{--hardrip-tone-fill:var(--hardrip-accent-fill);--hardrip-tone-base:#5f3c96;--hardrip-tone-one:#5f3c96;--hardrip-tone-two:#5f3c96;--hardrip-tone-text:#fff;--hardrip-tone-shadow:var(--hardrip-accent-shadow)}.hardrip-dark-theme .hardrip-image-swatch{background:transparent;border:1px solid var(--hardrip-picker-border);box-shadow:none}.hardrip-dark-theme .hardrip-image-swatch:before{top:-2px;right:-2px;bottom:-2px;left:-2px;border:2px solid transparent;background:var(--hardrip-tone-fill) border-box;opacity:0;-webkit-mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:opacity .2s ease,filter .2s ease}.hardrip-dark-theme .hardrip-image-swatch:hover:before,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch:before{opacity:1;filter:saturate(.88) brightness(1.08)}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch{box-shadow:0 0 0 1px #ffffff12,0 8px 20px #00000061}.hardrip-dark-theme .hardrip-image-swatch__media{background:transparent!important;box-shadow:none!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip{color:#fff;background:#111116!important;border:1px solid rgba(255,255,255,.2);box-shadow:0 14px 30px #00000075;overflow:hidden;padding-left:3.3rem}.hardrip-dark-theme [data-hardrip-tone-count="1"] .hardrip-image-swatch__tooltip{border-color:var(--hardrip-tone-base)}.hardrip-dark-theme [data-hardrip-tone-count="2"] .hardrip-image-swatch__tooltip{border:1px solid transparent;background:linear-gradient(#111116,#111116) padding-box,var(--hardrip-tone-fill) border-box!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip:before,.hardrip-dark-theme .hardrip-image-swatch__tooltip:after{content:"";position:absolute;top:50%;width:.72rem;height:.72rem;border-radius:50%;transform:translateY(-50%);box-shadow:inset 0 1px 1px #ffffff8c,0 0 0 1px #ffffff3d}.hardrip-dark-theme .hardrip-image-swatch__tooltip:before{left:1rem;background:var(--hardrip-tone-one)}.hardrip-dark-theme .hardrip-image-swatch__tooltip:after{left:1.9rem;background:var(--hardrip-tone-two)}.hardrip-dark-theme .hardrip-pill{position:relative;overflow:hidden;background:#101014;color:#fff;border:1px solid var(--hardrip-picker-border);box-shadow:inset 0 1px #ffffff06;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .2s ease,background .2s ease,box-shadow .22s ease}.hardrip-dark-theme .hardrip-pill:hover,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-pill{background:linear-gradient(#15151a,#15151a) padding-box,var(--hardrip-tone-fill) border-box;border-color:transparent;box-shadow:0 8px 20px #00000057}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{background:linear-gradient(#141419,#141419) padding-box,var(--hardrip-tone-fill) border-box;border-color:transparent;color:#fff;box-shadow:inset 0 1px #ffffff0e,0 8px 22px #00000061}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill:after{display:none!important}.hardrip-dark-theme [data-hardrip-tone-count="2"].hardrip-pill:before{content:"";position:absolute;left:1.3rem;right:1.3rem;bottom:.45rem;height:2px;border-radius:2px;background:var(--hardrip-tone-fill);opacity:.9}.hardrip-dark-theme [data-hardrip-tone-count="1"].hardrip-pill:before{content:"";position:absolute;left:1.3rem;right:1.3rem;bottom:.45rem;height:2px;border-radius:2px;background:var(--hardrip-tone-base);opacity:.88}.hardrip-dark-theme .product-form__input--hardrip-dropdown .select__select{background:#101014;color:#fff;border:1px solid var(--hardrip-picker-border);box-shadow:none}.hardrip-dark-theme .product-form__input--hardrip-dropdown[data-hardrip-tone] .select__select{border-color:var(--hardrip-tone-base);box-shadow:0 0 0 1px #ffffff08}@media(hover:none){.hardrip-dark-theme .hardrip-pill:hover{background:#101014;border-color:var(--hardrip-picker-border);box-shadow:none}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{background:linear-gradient(#141419,#141419) padding-box,var(--hardrip-tone-fill) border-box;border-color:transparent}}.hardrip-dark-theme .hardrip-image-swatch{position:relative;background:#09090c!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:none!important;overflow:hidden}.hardrip-dark-theme .hardrip-image-swatch:before{top:-2px!important;right:-2px!important;bottom:-2px!important;left:-2px!important;border-radius:inherit;background:linear-gradient(115deg,var(--hardrip-tone-one),rgba(255,255,255,.8),var(--hardrip-tone-two)) border-box!important;opacity:0!important;filter:none!important}.hardrip-dark-theme .hardrip-image-swatch:hover:before,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch:before{opacity:1!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch{box-shadow:0 0 0 1px #ffffff14,0 0 0 4px #5f3c9624,0 10px 24px #0000006b!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:after{content:"";position:absolute;top:-35%;right:-70%;bottom:-35%;left:-70%;z-index:4;pointer-events:none;background:linear-gradient(105deg,transparent 42%,rgba(255,255,255,.08) 47%,rgba(255,255,255,.72) 50%,rgba(255,255,255,.08) 53%,transparent 58%);transform:translate(-55%) rotate(4deg);animation:hardrip-v14-jewel-shine 2.7s ease-in-out infinite}@keyframes hardrip-v14-jewel-shine{0%,58%{transform:translate(-55%) rotate(4deg);opacity:0}65%{opacity:1}83%{transform:translate(55%) rotate(4deg);opacity:.9}to{transform:translate(55%) rotate(4deg);opacity:0}}.hardrip-dark-theme .hardrip-image-swatch__tooltip{background:#0d0d11!important;background-image:none!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;box-shadow:0 10px 28px #00000085!important;padding-left:1.1rem!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip:before,.hardrip-dark-theme .hardrip-image-swatch__tooltip:after{display:none!important}.hardrip-dark-theme .hardrip-pill,.hardrip-dark-theme .hardrip-pill:hover,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{background:#111116!important;background-image:none!important;color:#fff!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{border-color:var(--hardrip-tone-base)!important;box-shadow:0 0 0 1px #ffffff0d,0 0 0 4px #5f3c9624,0 10px 24px #00000061!important}@media(prefers-reduced-motion:reduce){.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:after{animation:none!important;display:none!important}}.hardrip-dark-theme .hardrip-variant-picker .form__label,.hardrip-dark-theme .hardrip-variant-picker .hardrip-option-name{color:#f5f2f8!important;opacity:1!important}.hardrip-dark-theme .hardrip-variant-picker .hardrip-image-value{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:.65rem 1rem!important;min-height:3rem}.hardrip-dark-theme .hardrip-selected-value{--hardrip-tone-one:#5f3c96;--hardrip-tone-two:#5f3c96;display:inline-flex;align-items:center;gap:.65rem;max-width:100%;min-height:2.8rem;padding:.45rem .85rem .45rem .55rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#121116;color:#fff;box-shadow:inset 0 1px #ffffff0e,0 6px 16px #0000003d;font-size:1.2rem;font-weight:600;line-height:1.1;white-space:nowrap;overflow:hidden}.hardrip-dark-theme .hardrip-selected-value__tones{display:inline-flex;flex:0 0 2rem;width:2rem;height:.7rem;overflow:hidden;border-radius:999px;background:#24232a;box-shadow:0 0 0 1px #ffffff2e,inset 0 1px 1px #ffffff52}.hardrip-dark-theme .hardrip-selected-value__tones i{display:block;width:50%;height:100%}.hardrip-dark-theme .hardrip-selected-value__tones i:first-child{background:var(--hardrip-tone-one)}.hardrip-dark-theme .hardrip-selected-value__tones i:last-child{background:var(--hardrip-tone-two)}.hardrip-dark-theme .hardrip-selected-value[data-hardrip-tone-count="1"] .hardrip-selected-value__tones i:first-child{width:100%}.hardrip-dark-theme .hardrip-selected-value[data-hardrip-tone-count="1"] .hardrip-selected-value__tones i:last-child{display:none}.hardrip-dark-theme .hardrip-selected-value__text{min-width:0;overflow:hidden;text-overflow:ellipsis}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch{box-shadow:0 0 0 1px #ffffff12,0 0 0 4px var(--hardrip-tone-shadow),0 10px 24px #0000006b!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{box-shadow:0 0 0 1px #ffffff0d,0 0 0 4px var(--hardrip-tone-shadow),0 10px 24px #00000061!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill:after{content:""!important;display:block!important;position:absolute!important;top:-55%!important;right:-70%!important;bottom:-55%!important;left:-70%!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(105deg,transparent 43%,rgba(255,255,255,.06) 47%,rgba(255,255,255,.55) 50%,rgba(255,255,255,.06) 53%,transparent 57%)!important;transform:translate(-58%) rotate(4deg);animation:hardrip-v14-jewel-shine 3.2s ease-in-out infinite!important}@media screen and (max-width:749px){.hardrip-dark-theme .hardrip-selected-value{font-size:1.15rem}}@media(prefers-reduced-motion:reduce){.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill:after{display:none!important;animation:none!important}}.hardrip-dark-theme .hardrip-selected-value{display:none!important}.hardrip-dark-theme .hardrip-variant-picker .hardrip-image-value{display:block!important;min-height:0!important;margin-bottom:.85rem!important}.hardrip-dark-theme .hardrip-variant-picker .hardrip-option-name,.hardrip-dark-theme .hardrip-variant-picker .form__label{color:#f5f2f8!important;opacity:1!important}.hardrip-dark-theme .hardrip-image-swatch{position:relative!important;overflow:hidden!important;background:#09090c!important;border:1px solid rgba(255,255,255,.17)!important;box-shadow:inset 0 1px #ffffff06!important}.hardrip-dark-theme .hardrip-image-swatch:before{content:""!important;position:absolute!important;top:-2px!important;right:-2px!important;bottom:-2px!important;left:-2px!important;z-index:3!important;display:block!important;padding:2px!important;border:0!important;border-radius:inherit!important;background:var(--hardrip-tone-fill, var(--hardrip-accent-fill))!important;opacity:.28!important;pointer-events:none!important;filter:saturate(.82) brightness(.98)!important;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;-webkit-mask-composite:xor!important;mask-composite:exclude!important;transition:opacity .24s ease,filter .28s ease!important}.hardrip-dark-theme .hardrip-image-swatch:hover:before,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch:before{opacity:.88!important;filter:saturate(.92) brightness(1.08)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:1!important;filter:saturate(.96) brightness(1.12)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch{border-color:transparent!important;box-shadow:0 0 0 1px #ffffff0f,0 0 0 3px var(--hardrip-tone-shadow),0 11px 24px #0000006b!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip{left:50%!important;bottom:calc(100% + 1rem)!important;z-index:12!important;display:block!important;max-width:min(24rem,82vw)!important;padding:.72rem 1.12rem!important;border:1px solid transparent!important;border-radius:999px!important;background:linear-gradient(#0d0d11,#0d0d11) padding-box,var(--hardrip-tone-fill, var(--hardrip-accent-fill)) border-box!important;color:#fff!important;font-size:1.2rem!important;font-weight:600!important;letter-spacing:.012em!important;line-height:1.15!important;white-space:nowrap!important;overflow:visible!important;box-shadow:0 14px 30px #00000080,0 5px 16px var(--hardrip-tone-shadow)!important;transform:translate(-50%) translateY(.5rem) scale(.94)!important;opacity:0!important;pointer-events:none!important;transition:opacity .2s ease,transform .28s cubic-bezier(.22,1,.36,1),box-shadow .25s ease!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip:before{content:""!important;position:absolute!important;left:50%!important;top:auto!important;bottom:-.48rem!important;width:.86rem!important;height:.86rem!important;display:block!important;border:0!important;border-right:1px solid var(--hardrip-tone-base)!important;border-bottom:1px solid var(--hardrip-tone-base)!important;border-radius:0 0 .15rem!important;background:#0d0d11!important;box-shadow:none!important;transform:translate(-50%) rotate(45deg)!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip:after{display:none!important}.hardrip-dark-theme .hardrip-image-swatch.hardrip-tooltip-hiding .hardrip-image-swatch__tooltip{opacity:0!important;transform:translate(-50%) translateY(.3rem) scale(.97)!important}.hardrip-dark-theme .hardrip-pill,.hardrip-dark-theme .hardrip-pill:hover{position:relative!important;overflow:hidden!important;background:#111116!important;background-image:none!important;color:#fff!important;border:1px solid #44414b!important;box-shadow:inset 0 1px #ffffff06!important}.hardrip-dark-theme .hardrip-pill:before{display:none!important}.hardrip-dark-theme .hardrip-pill:hover,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-pill{background:#17151c!important;border-color:#9c7dccc7!important;box-shadow:0 8px 18px #00000057!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{background:#5f3c96!important;background-image:none!important;color:#fff!important;border-color:#9b7cca!important;box-shadow:inset 0 1px #ffffff2e,0 8px 22px #2c19496b!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:after,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill:after{content:""!important;display:block!important;position:absolute!important;top:-46%!important;right:-78%!important;bottom:-46%!important;left:-78%!important;z-index:6!important;pointer-events:none!important;background:linear-gradient(106deg,transparent 43%,rgba(255,255,255,.025) 46%,rgba(255,255,255,.38) 49.5%,rgba(255,255,255,.72) 50.5%,rgba(255,255,255,.38) 51.5%,rgba(255,255,255,.025) 54%,transparent 57%)!important;transform:translate(-64%) rotate(4deg)!important;opacity:0!important;animation:none!important}.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger:after,.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger:after{animation:hardrip-v14-5-premium-shine 1.65s cubic-bezier(.18,.72,.24,1) 1 both!important}@keyframes hardrip-v14-5-premium-shine{0%{transform:translate(-64%) rotate(4deg);opacity:0}7%{opacity:.28}38%{opacity:.72}73%{opacity:.54}to{transform:translate(64%) rotate(4deg);opacity:0}}@media(hover:none){.hardrip-dark-theme .hardrip-image-swatch:hover:before{opacity:.28!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:1!important}.hardrip-dark-theme .hardrip-pill:hover{background:#111116!important;border-color:#44414b!important;box-shadow:inset 0 1px #ffffff06!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{background:#5f3c96!important;border-color:#9b7cca!important;box-shadow:inset 0 1px #ffffff2e,0 8px 22px #2c19496b!important}}@media(prefers-reduced-motion:reduce){.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger:after,.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger:after{display:none!important;animation:none!important}}.hardrip-dark-theme .hardrip-image-swatch{overflow:visible!important;background:#0c0c0f!important;border:1px solid rgba(255,255,255,.105)!important;box-shadow:inset 0 1px #ffffff06,0 7px 18px #00000038!important;transform-style:preserve-3d!important}.hardrip-dark-theme .hardrip-image-swatch__media{overflow:hidden!important;border-radius:max(7px,calc(var(--hardrip-image-radius) - var(--hardrip-image-gap) - 2px))!important;background:transparent!important}.hardrip-dark-theme .hardrip-image-swatch:before{top:-1px!important;right:-1px!important;bottom:-1px!important;left:-1px!important;padding:1px!important;opacity:0!important;filter:saturate(.78) brightness(.98)!important;transition:opacity .32s ease,filter .4s ease!important}.hardrip-dark-theme .hardrip-image-swatch:hover:before,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch:before{opacity:.72!important;filter:saturate(.88) brightness(1.06)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:.96!important;filter:saturate(.9) brightness(1.08)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch{border-color:transparent!important;box-shadow:inset 0 1px #ffffff0d,0 0 0 1px #ffffff09,0 10px 24px #0000005c!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip{display:inline-flex!important;align-items:center!important;gap:.66rem!important;bottom:calc(100% + .88rem)!important;min-height:3.25rem!important;max-width:min(26rem,86vw)!important;padding:.72rem 1.05rem .72rem .82rem!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;background:linear-gradient(145deg,#19181efa,#0a0a0dfc)!important;color:#fff!important;font-size:1.18rem!important;font-weight:650!important;letter-spacing:.012em!important;box-shadow:0 15px 34px #00000085,0 5px 14px color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 24%,transparent)!important;transform:translate(-50%) translateY(.45rem) scale(.94)!important;opacity:0!important;visibility:visible!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-tones{display:inline-flex!important;flex:0 0 2.25rem!important;width:2.25rem!important;height:.72rem!important;overflow:hidden!important;border-radius:999px!important;box-shadow:0 0 0 1px #ffffff2e,inset 0 1px 1px #ffffff47!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-tones i:first-child{background:var(--hardrip-tone-one,#5f3c96)!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-tones i:last-child{background:var(--hardrip-tone-two,var(--hardrip-tone-one,#5f3c96))!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-text{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip:before{bottom:-.42rem!important;width:.78rem!important;height:.78rem!important;background:#0d0d11!important;border-right:1px solid rgba(255,255,255,.16)!important;border-bottom:1px solid rgba(255,255,255,.16)!important}.hardrip-dark-theme .hardrip-image-swatch:hover .hardrip-image-swatch__tooltip,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch .hardrip-image-swatch__tooltip,.hardrip-dark-theme .hardrip-image-swatch.hardrip-tooltip-active .hardrip-image-swatch__tooltip{opacity:1!important;transform:translate(-50%) translateY(0) scale(1)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{background:linear-gradient(145deg,#6843a2,#5f3c96 54%,#543486)!important;border-color:#b79ae0e0!important;box-shadow:inset 0 1px #fff3,0 9px 22px #26154266!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:after,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill:after{top:-58%!important;right:-92%!important;bottom:-58%!important;left:-92%!important;background:linear-gradient(106deg,transparent 44%,rgba(255,255,255,.015) 47%,rgba(255,255,255,.18) 49.1%,rgba(255,255,255,.62) 50%,rgba(255,255,255,.18) 50.9%,rgba(255,255,255,.015) 53%,transparent 56%)!important;transform:translate(-72%) rotate(3deg)!important;opacity:0!important;animation:none!important}.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger:after,.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger:after{display:block!important;animation:hardrip-v14-6-slow-jewel-shine 2.55s cubic-bezier(.16,.68,.2,1) 1 both!important}@keyframes hardrip-v14-6-slow-jewel-shine{0%{transform:translate(-72%) rotate(3deg);opacity:0}12%{opacity:.18}43%{opacity:.72}68%{opacity:.48}to{transform:translate(72%) rotate(3deg);opacity:0}}@media(hover:none){.hardrip-dark-theme .hardrip-image-swatch:hover:before{opacity:0!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:.96!important}.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger:after,.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger:after{display:block!important}}.hardrip-dark-theme .hardrip-image-swatch{overflow:visible!important;background:#0b0b0e!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:inset 0 1px #ffffff06,0 6px 15px #0003!important}.hardrip-dark-theme .hardrip-image-swatch:before{top:-1px!important;right:-1px!important;bottom:-1px!important;left:-1px!important;padding:1px!important;opacity:0!important;filter:saturate(.76) brightness(.98)!important}.hardrip-dark-theme .hardrip-image-swatch:hover:before,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch:before{opacity:.52!important;filter:saturate(.86) brightness(1.04)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:.78!important;filter:saturate(.88) brightness(1.06)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch{border-color:transparent!important;box-shadow:inset 0 1px #ffffff0b,0 0 0 1px #ffffff06,0 9px 20px #00000052!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip{min-height:3.15rem!important;padding:.7rem 1.05rem!important;border:1px solid transparent!important;background:linear-gradient(#0b0b0e,#0b0b0e) padding-box,var(--hardrip-tone-fill,var(--hardrip-accent-fill)) border-box!important;box-shadow:0 14px 30px #0000008c,0 4px 12px color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 18%,transparent)!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-text{display:inline-block!important;max-width:min(22rem,78vw)!important;background:var(--hardrip-tone-fill,linear-gradient(135deg,#d7dbe1,#fff,#aeb5bf))!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;font-weight:750!important;letter-spacing:.014em!important;overflow:hidden!important;text-overflow:ellipsis!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip:before{background:#0b0b0e!important;border-right:1px solid var(--hardrip-tone-base,#5f3c96)!important;border-bottom:1px solid var(--hardrip-tone-base,#5f3c96)!important}.hardrip-dark-theme .hardrip-pill{position:relative!important;overflow:hidden!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{background:linear-gradient(145deg,#6843a2,#5f3c96 56%,#543486)!important;border-color:#b497dcd1!important;box-shadow:inset 0 1px #ffffff30,0 8px 20px #26154261!important}.hardrip-dark-theme .hardrip-pill:after,.hardrip-dark-theme .hardrip-image-swatch:after{content:""!important;display:block!important;position:absolute!important;top:-62%!important;right:-98%!important;bottom:-62%!important;left:-98%!important;z-index:7!important;pointer-events:none!important;background:linear-gradient(106deg,transparent 44%,rgba(255,255,255,.012) 47%,rgba(255,255,255,.13) 49.1%,rgba(255,255,255,.58) 50%,rgba(255,255,255,.13) 50.9%,rgba(255,255,255,.012) 53%,transparent 56%)!important;transform:translate(-74%) rotate(3deg)!important;opacity:0!important;animation:none!important}.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger:after,.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger:after{animation:hardrip-v14-7-premium-shine 3.05s cubic-bezier(.16,.65,.2,1) 1 both!important}@keyframes hardrip-v14-7-premium-shine{0%{transform:translate(-74%) rotate(3deg);opacity:0}10%{opacity:.12}42%{opacity:.66}70%{opacity:.42}to{transform:translate(74%) rotate(3deg);opacity:0}}@media(hover:none){.hardrip-dark-theme .hardrip-image-swatch:hover:before{opacity:0!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:.78!important}}@media(prefers-reduced-motion:reduce){.hardrip-dark-theme .hardrip-pill:after,.hardrip-dark-theme .hardrip-image-swatch:after{display:none!important;animation:none!important}}.hardrip-dark-theme .hardrip-pill,.hardrip-dark-theme .hardrip-image-swatch{-webkit-tap-highlight-color:transparent!important;position:relative!important;overflow:hidden!important;isolation:isolate!important;transition:transform .26s cubic-bezier(.22,.9,.26,1),box-shadow .28s ease,border-color .28s ease,background .28s ease!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill{transform:translateY(-1px)!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-text{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;background:linear-gradient(90deg,var(--hardrip-tone-one,#d8dde4) 0%,color-mix(in srgb,var(--hardrip-tone-one,#d8dde4) 35%,#ffffff) 22%,#f9f7ff 50%,color-mix(in srgb,var(--hardrip-tone-two,var(--hardrip-tone-one,#d8dde4)) 35%,#ffffff) 78%,var(--hardrip-tone-two,var(--hardrip-tone-one,#d8dde4)) 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;filter:drop-shadow(0 0 .12rem rgba(255,255,255,.07))!important}.hardrip-dark-theme .hardrip-pill:after,.hardrip-dark-theme .hardrip-image-swatch:after{content:""!important;display:block!important;position:absolute!important;top:-56%!important;right:-92%!important;bottom:-56%!important;left:-92%!important;z-index:7!important;pointer-events:none!important;background:linear-gradient(106deg,transparent 42%,rgba(255,255,255,.02) 46%,rgba(255,255,255,.18) 48.5%,rgba(255,255,255,.76) 50%,rgba(255,255,255,.22) 51.5%,rgba(255,255,255,.03) 54%,transparent 58%)!important;transform:translate(-78%) rotate(3deg)!important;opacity:0!important;animation:none!important}.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger:after,.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger:after{display:block!important;animation:hardrip-v14-8-premium-shine 2.75s cubic-bezier(.16,.68,.18,1) 1 both!important}@keyframes hardrip-v14-8-premium-shine{0%{transform:translate(-78%) rotate(3deg);opacity:0}11%{opacity:.16}36%{opacity:.78}58%{opacity:.5}to{transform:translate(82%) rotate(3deg);opacity:0}}@keyframes hardrip-v14-8-tooltip-in{0%{opacity:0;transform:translate(-50%) translateY(.55rem) scale(.92)}55%{opacity:1;transform:translate(-50%) translateY(-.05rem) scale(1.018)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes hardrip-v14-8-tooltip-out{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(.42rem) scale(.95)}}@media(hover:none){html.hardrip-touch-tooltips body.hardrip-dark-theme .hardrip-image-swatch:hover .hardrip-image-swatch__tooltip{opacity:0!important;visibility:hidden!important;transform:translate(-50%) translateY(.45rem) scale(.94)!important}html.hardrip-touch-tooltips body.hardrip-dark-theme .hardrip-image-swatch.hardrip-tooltip-active .hardrip-image-swatch__tooltip{opacity:1!important;visibility:visible!important;animation:hardrip-v14-8-tooltip-in .34s cubic-bezier(.18,.9,.22,1) both!important}html.hardrip-touch-tooltips body.hardrip-dark-theme .hardrip-image-swatch.hardrip-tooltip-hiding .hardrip-image-swatch__tooltip{opacity:0!important;visibility:visible!important;animation:hardrip-v14-8-tooltip-out .32s cubic-bezier(.33,0,.18,1) both!important}}@media(prefers-reduced-motion:reduce){.hardrip-dark-theme .hardrip-pill:after,.hardrip-dark-theme .hardrip-image-swatch:after,html.hardrip-touch-tooltips body.hardrip-dark-theme .hardrip-image-swatch.hardrip-tooltip-active .hardrip-image-swatch__tooltip,html.hardrip-touch-tooltips body.hardrip-dark-theme .hardrip-image-swatch.hardrip-tooltip-hiding .hardrip-image-swatch__tooltip{animation:none!important}}.hardrip-dark-theme .hardrip-image-swatch{position:relative!important;overflow:visible!important;isolation:isolate!important;border:1px solid rgba(255,255,255,.15)!important;background:#0a0a0dd1!important;box-shadow:inset 0 1px #ffffff09,0 8px 22px #0000003d!important;-webkit-tap-highlight-color:transparent!important}.hardrip-dark-theme .hardrip-image-swatch__media{position:relative!important;z-index:2!important;overflow:hidden!important;border-radius:inherit!important}.hardrip-dark-theme .hardrip-image-swatch:before{content:""!important;position:absolute!important;top:-2px!important;right:-2px!important;bottom:-2px!important;left:-2px!important;z-index:1!important;border-radius:inherit!important;padding:1.5px!important;background:var(--hardrip-tone-fill, linear-gradient(135deg,#d8dde4,#ffffff,#aeb5bf))!important;opacity:.22!important;filter:saturate(.82) brightness(1.04)!important;pointer-events:none!important;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0)!important;-webkit-mask-composite:xor!important;mask-composite:exclude!important;transition:opacity .3s ease,filter .3s ease,transform .32s cubic-bezier(.16,1,.3,1)!important}.hardrip-dark-theme .hardrip-image-swatch:hover:before,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch:before{opacity:.72!important;filter:saturate(.94) brightness(1.12)!important;transform:scale(1.015)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:1!important;filter:saturate(.98) brightness(1.15)!important;transform:scale(1.018)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch{transform:translateY(-1px)!important;border-color:transparent!important;box-shadow:inset 0 1px #ffffff0f,0 0 0 1px #ffffff09,0 11px 26px #00000061!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip{display:inline-flex!important;align-items:center!important;gap:.68rem!important;position:absolute!important;left:50%!important;bottom:calc(100% + .9rem)!important;z-index:60!important;min-height:3.25rem!important;max-width:min(27rem,86vw)!important;padding:.72rem 1.08rem .72rem .84rem!important;border:1px solid color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 66%,rgba(255,255,255,.2))!important;border-radius:999px!important;background:linear-gradient(145deg,#18171dfb,#08080bfe)!important;box-shadow:0 16px 38px #00000094,0 5px 18px color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 24%,transparent)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%) translateY(.48rem) scale(.94)!important;transform-origin:50% 100%!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-tones{display:inline-flex!important;flex:0 0 2.35rem!important;width:2.35rem!important;height:.74rem!important;overflow:hidden!important;border-radius:999px!important;box-shadow:0 0 0 1px #ffffff2e,inset 0 1px 1px #ffffff4d!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-tones i{display:block!important;width:50%!important;height:100%!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-tones i:first-child{background:var(--hardrip-tone-one,#d8dde4)!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-tones i:last-child{background:var(--hardrip-tone-two,var(--hardrip-tone-one,#d8dde4))!important}.hardrip-dark-theme [data-hardrip-tone-count="1"] .hardrip-image-swatch__tooltip-tones i:first-child{width:100%!important}.hardrip-dark-theme [data-hardrip-tone-count="1"] .hardrip-image-swatch__tooltip-tones i:last-child{display:none!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-text{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:1.18rem!important;font-weight:720!important;letter-spacing:.012em!important;background:linear-gradient(90deg,var(--hardrip-tone-one,#e4e7ec) 0%,#f9f7ff 44%,#ffffff 50%,#f9f7ff 56%,var(--hardrip-tone-two,var(--hardrip-tone-one,#e4e7ec)) 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip:before{content:""!important;position:absolute!important;left:50%!important;bottom:-.43rem!important;width:.8rem!important;height:.8rem!important;background:#0b0b0e!important;border-right:1px solid color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 68%,rgba(255,255,255,.18))!important;border-bottom:1px solid color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 68%,rgba(255,255,255,.18))!important;transform:translate(-50%) rotate(45deg)!important}@media(hover:hover){.hardrip-dark-theme .hardrip-image-swatch:hover .hardrip-image-swatch__tooltip,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch .hardrip-image-swatch__tooltip{opacity:1!important;visibility:visible!important;animation:hardrip-v14-9-tooltip-in .36s cubic-bezier(.16,1,.3,1) both!important}}@media(hover:none){.hardrip-dark-theme .hardrip-image-swatch:hover .hardrip-image-swatch__tooltip{opacity:0!important;visibility:hidden!important;animation:none!important}.hardrip-dark-theme .hardrip-image-swatch.hardrip-tooltip-active .hardrip-image-swatch__tooltip{opacity:1!important;visibility:visible!important;animation:hardrip-v14-9-tooltip-in .36s cubic-bezier(.16,1,.3,1) both!important}.hardrip-dark-theme .hardrip-image-swatch.hardrip-tooltip-hiding .hardrip-image-swatch__tooltip{opacity:0!important;visibility:visible!important;animation:hardrip-v14-9-tooltip-out .36s cubic-bezier(.32,0,.2,1) both!important}}@keyframes hardrip-v14-9-tooltip-in{0%{opacity:0;transform:translate(-50%) translateY(.55rem) scale(.92)}58%{opacity:1;transform:translate(-50%) translateY(-.05rem) scale(1.018)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes hardrip-v14-9-tooltip-out{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(.45rem) scale(.95)}}.hardrip-dark-theme .hardrip-pill{position:relative!important;overflow:hidden!important;isolation:isolate!important}.hardrip-dark-theme .hardrip-pill:after,.hardrip-dark-theme .hardrip-image-swatch:after{content:""!important;display:block!important;position:absolute!important;top:1px!important;right:1px!important;bottom:1px!important;left:1px!important;z-index:8!important;border-radius:inherit!important;pointer-events:none!important;background:linear-gradient(108deg,transparent 0%,transparent 36%,rgba(255,255,255,.025) 42%,rgba(255,255,255,.22) 47%,rgba(255,255,255,.88) 50%,rgba(255,255,255,.24) 53%,rgba(255,255,255,.025) 58%,transparent 64%,transparent 100%)!important;background-size:280% 100%!important;background-position:160% 0!important;opacity:0!important;transform:none!important;animation:none!important}.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger:after,.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger:after{display:block!important;animation:hardrip-v14-9-jewel-shine 2.65s cubic-bezier(.16,.72,.18,1) 1 both!important}@keyframes hardrip-v14-9-jewel-shine{0%{background-position:160% 0;opacity:0}10%{opacity:.12}38%{opacity:.92}68%{opacity:.5}to{background-position:-65% 0;opacity:0}}.hardrip-dark-theme .hardrip-image-swatch__tooltip-tones{display:none!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip{gap:0!important;padding:.76rem 1.12rem!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-text{display:block!important;max-width:min(24rem,78vw)!important;color:#f8f7fa!important;-webkit-text-fill-color:#f8f7fa!important;background:none!important;text-shadow:0 1px 8px rgba(0,0,0,.72)!important}.hardrip-dark-theme .hardrip-image-swatch:before{top:-2px!important;right:-2px!important;bottom:-2px!important;left:-2px!important;padding:1.65px!important;opacity:.48!important;filter:saturate(1.04) brightness(1.11)!important;box-shadow:0 0 10px color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 18%,transparent)!important}.hardrip-dark-theme .hardrip-image-swatch:hover:before,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch:before{opacity:.86!important;filter:saturate(1.12) brightness(1.2)!important;box-shadow:0 0 15px color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 34%,transparent)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:1!important;filter:saturate(1.18) brightness(1.26)!important;box-shadow:0 0 10px color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 44%,transparent),0 0 22px color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 24%,transparent)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch{box-shadow:inset 0 1px #ffffff14,0 0 0 1px #ffffff0a,0 10px 26px #0000006b,0 0 22px color-mix(in srgb,var(--hardrip-tone-base,#5f3c96) 18%,transparent)!important}.hardrip-dark-theme .hardrip-pill,.hardrip-dark-theme .hardrip-image-swatch{position:relative!important;isolation:isolate!important}.hardrip-dark-theme .hardrip-pill__text,.hardrip-dark-theme .hardrip-image-swatch__media{position:relative!important;z-index:3!important}.hardrip-dark-theme .hardrip-variant-shine{display:block!important;position:absolute!important;top:2px!important;right:2px!important;bottom:2px!important;left:2px!important;z-index:12!important;border-radius:inherit!important;overflow:hidden!important;pointer-events:none!important;opacity:0!important;clip-path:inset(0 round inherit)!important}.hardrip-dark-theme .hardrip-variant-shine:before{content:""!important;display:block!important;position:absolute!important;top:-70%!important;bottom:-70%!important;left:-74%!important;width:45%!important;transform:skew(-18deg)!important;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 22%,rgba(255,255,255,.38) 42%,rgba(255,255,255,.96) 50%,rgba(255,255,255,.42) 58%,rgba(255,255,255,.05) 78%,transparent 100%)!important;filter:blur(.25px) drop-shadow(0 0 8px rgba(255,255,255,.32))!important}.hardrip-dark-theme .hardrip-shine-trigger>.hardrip-variant-shine{opacity:1!important;animation:hardrip-v15-click-shine 2.35s cubic-bezier(.16,.74,.18,1) 1 both!important}.hardrip-dark-theme .hardrip-shine-trigger>.hardrip-variant-shine:before{animation:hardrip-v15-beam-cross 2.35s cubic-bezier(.16,.74,.18,1) 1 both!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch>.hardrip-variant-shine,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill>.hardrip-variant-shine{animation:hardrip-v15-selected-cycle 9.2s ease-in-out 2.8s infinite!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch>.hardrip-variant-shine:before,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill>.hardrip-variant-shine:before{animation:hardrip-v15-selected-beam 9.2s cubic-bezier(.16,.74,.18,1) 2.8s infinite!important}@keyframes hardrip-v15-click-shine{0%{opacity:0}12%{opacity:.22}35%{opacity:1}72%{opacity:.72}to{opacity:0}}@keyframes hardrip-v15-beam-cross{0%{left:-74%}to{left:138%}}@keyframes hardrip-v15-selected-cycle{0%,66%{opacity:0}70%{opacity:.2}78%{opacity:.95}88%{opacity:.48}96%,to{opacity:0}}@keyframes hardrip-v15-selected-beam{0%,66%{left:-74%}96%,to{left:138%}}.hardrip-dark-theme .hardrip-pill:after,.hardrip-dark-theme .hardrip-image-swatch:after,.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger:after,.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger:after{display:none!important;animation:none!important;content:none!important}@media(hover:none){.hardrip-dark-theme .hardrip-image-swatch:before{opacity:.52!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:1!important}}.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger>.hardrip-variant-shine,.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger>.hardrip-variant-shine,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch.hardrip-shine-trigger>.hardrip-variant-shine,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill.hardrip-shine-trigger>.hardrip-variant-shine{opacity:1!important;animation:hardrip-v15-click-shine 2.35s cubic-bezier(.16,.74,.18,1) 1 both!important}.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger>.hardrip-variant-shine:before,.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger>.hardrip-variant-shine:before,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch.hardrip-shine-trigger>.hardrip-variant-shine:before,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill.hardrip-shine-trigger>.hardrip-variant-shine:before{animation:hardrip-v15-beam-cross 2.35s cubic-bezier(.16,.74,.18,1) 1 both!important}.hardrip-dark-theme .hardrip-image-swatch__tooltip-text{display:inline-block!important;max-width:min(24rem,78vw)!important;background:linear-gradient(90deg,var(--hardrip-tone-one, #dfe3e9) 0%,color-mix(in srgb,var(--hardrip-tone-one, #dfe3e9) 72%,#ffffff) 31%,#ffffff 49%,color-mix(in srgb,var(--hardrip-tone-two, var(--hardrip-tone-one, #dfe3e9)) 72%,#ffffff) 69%,var(--hardrip-tone-two, var(--hardrip-tone-one, #dfe3e9)) 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;text-shadow:none!important;filter:drop-shadow(0 1px 7px rgba(0,0,0,.72))!important}.hardrip-dark-theme .hardrip-image-swatch{overflow:visible!important}.hardrip-dark-theme .hardrip-pill{overflow:hidden!important}.hardrip-dark-theme .hardrip-variant-shine{display:block!important;position:absolute!important;top:2px!important;right:2px!important;bottom:2px!important;left:2px!important;z-index:18!important;overflow:hidden!important;border-radius:inherit!important;pointer-events:none!important;opacity:1!important;clip-path:none!important;mix-blend-mode:screen!important}.hardrip-dark-theme .hardrip-variant-shine:before{content:""!important;display:block!important;position:absolute!important;top:-72%!important;bottom:-72%!important;left:-72%!important;width:38%!important;opacity:0!important;transform:rotate(17deg) translate3d(-155%,-6%,0)!important;transform-origin:50% 50%!important;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.035) 18%,rgba(255,255,255,.26) 34%,rgba(255,255,255,.98) 50%,rgba(255,255,255,.34) 66%,rgba(255,255,255,.04) 82%,transparent 100%)!important;filter:blur(.18px) drop-shadow(0 0 8px rgba(255,255,255,.48))!important;will-change:transform,opacity!important;animation:none!important}@keyframes hardrip-v15-1-jewel-reflection{0%{opacity:0;transform:rotate(17deg) translate3d(-155%,-6%,0)}12%{opacity:.14}36%{opacity:.96}64%{opacity:.72}to{opacity:0;transform:rotate(17deg) translate3d(540%,9%,0)}}@keyframes hardrip-v15-1-selected-reflection{0%,70%{opacity:0;transform:rotate(17deg) translate3d(-155%,-6%,0)}73%{opacity:.12}80%{opacity:.96}89%{opacity:.62}98%,to{opacity:0;transform:rotate(17deg) translate3d(540%,9%,0)}}.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger>.hardrip-variant-shine:before,.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger>.hardrip-variant-shine:before,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch.hardrip-shine-trigger>.hardrip-variant-shine:before,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill.hardrip-shine-trigger>.hardrip-variant-shine:before{animation:hardrip-v15-1-jewel-reflection 1.95s cubic-bezier(.14,.7,.17,1) 1 both!important}@media(hover:hover)and (pointer:fine){.hardrip-dark-theme .hardrip-image-swatch:hover>.hardrip-variant-shine:before,.hardrip-dark-theme .hardrip-pill:hover>.hardrip-variant-shine:before{animation:hardrip-v15-1-jewel-reflection 1.95s cubic-bezier(.14,.7,.17,1) 1 both!important}}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:not(.hardrip-shine-trigger)>.hardrip-variant-shine:before,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill:not(.hardrip-shine-trigger)>.hardrip-variant-shine:before{animation:hardrip-v15-1-selected-reflection 10.2s cubic-bezier(.14,.7,.17,1) 2.4s infinite!important}.hardrip-dark-theme .hardrip-image-swatch:before{opacity:.62!important;filter:saturate(1.08) brightness(1.18)!important;box-shadow:0 0 8px color-mix(in srgb,var(--hardrip-tone-base, #5f3c96) 24%,transparent),inset 0 1px #ffffff14!important}.hardrip-dark-theme .hardrip-image-swatch:hover:before,.hardrip-dark-theme .hardrip-option-input:focus-visible+.hardrip-image-swatch:before{opacity:.92!important;filter:saturate(1.14) brightness(1.28)!important;box-shadow:0 0 13px color-mix(in srgb,var(--hardrip-tone-base, #5f3c96) 44%,transparent),0 0 24px color-mix(in srgb,var(--hardrip-tone-base, #5f3c96) 18%,transparent)!important}.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch:before{opacity:1!important;filter:saturate(1.2) brightness(1.34)!important;box-shadow:0 0 12px color-mix(in srgb,var(--hardrip-tone-base, #5f3c96) 56%,transparent),0 0 28px color-mix(in srgb,var(--hardrip-tone-base, #5f3c96) 26%,transparent)!important}.hardrip-dark-theme .hardrip-variant-shine,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-image-swatch>.hardrip-variant-shine,.hardrip-dark-theme .hardrip-option-input:checked+.hardrip-pill>.hardrip-variant-shine,.hardrip-dark-theme .hardrip-shine-trigger>.hardrip-variant-shine{display:block!important;position:absolute!important;top:2px!important;right:2px!important;bottom:2px!important;left:2px!important;z-index:18!important;overflow:hidden!important;border-radius:inherit!important;pointer-events:none!important;opacity:1!important;animation:none!important;mix-blend-mode:normal!important;contain:paint!important;transform:translateZ(0)!important;backface-visibility:hidden!important}.hardrip-dark-theme .hardrip-variant-shine:before{content:none!important;display:none!important;animation:none!important}.hardrip-dark-theme .hardrip-variant-beam{display:block!important;position:absolute!important;top:-72%!important;bottom:-72%!important;left:0!important;width:34%!important;opacity:0;transform:translate3d(-250%,0,0) rotate(17deg);transform-origin:center!important;backface-visibility:hidden!important;pointer-events:none!important;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.02) 16%,rgba(255,255,255,.22) 34%,rgba(255,255,255,.94) 50%,rgba(255,255,255,.28) 66%,rgba(255,255,255,.025) 84%,transparent 100%)!important;box-shadow:0 0 10px #ffffff2e!important;filter:none!important;animation:none!important}.hardrip-dark-theme .hardrip-pill:after,.hardrip-dark-theme .hardrip-image-swatch:after,.hardrip-dark-theme .hardrip-pill.hardrip-shine-trigger:after,.hardrip-dark-theme .hardrip-image-swatch.hardrip-shine-trigger:after{content:none!important;display:none!important;animation:none!important}
/*# sourceMappingURL=/cdn/shop/t/43/assets/component-product-variant-picker.css.map */
