.oe-presentation-v2{position:relative;background:var(--v2-surface-abyss, #010608);border-top:1px solid rgba(255,255,255,.12)}.oe-presentation-v2__sentinel{width:100%;height:1px;pointer-events:none}.oe-presentation-v2__gallery{position:relative;width:100%;display:grid;grid-template-rows:1fr auto;background:var(--v2-black);overflow:hidden}.oe-presentation-v2__slider{position:relative;width:100%;min-height:min(58vh,520px);overflow:hidden;background:#020608}@media(min-width:900px){.oe-presentation-v2__slider{min-height:min(78vh,820px)}}.oe-presentation-v2__track{position:relative;width:100%;height:100%;min-height:inherit}.oe-presentation-v2__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:block;opacity:0;visibility:hidden;transition:opacity .55s var(--v2-ease-emphasis),visibility .55s var(--v2-ease-emphasis);z-index:1}@media(prefers-reduced-motion:reduce){.oe-presentation-v2__slide{transition:none}}.oe-presentation-v2__slide.is-active{opacity:1;visibility:visible;z-index:5}.oe-presentation-v2__slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.oe-presentation-v2__caption{position:absolute;left:var(--v2-container-pad, 1rem);bottom:18px;z-index:6;font-size:var(--v2-text-label);font-weight:var(--v2-w-medium);letter-spacing:var(--v2-tracking-eyebrow);text-transform:uppercase;color:#ffffff8c;text-shadow:0 1px 12px rgba(0,0,0,.6);pointer-events:none;max-width:calc(100% - var(--v2-container-pad, 1rem) * 2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oe-presentation-v2__thumbs{position:relative;z-index:10;display:flex;flex-direction:row;align-items:stretch;gap:var(--v2-grid-gutter-fluid, 1rem);margin:0;width:100%;height:auto;padding:14px var(--v2-container-pad) 18px;overflow-x:auto;border-top:1px solid rgba(255,255,255,.12);scrollbar-width:thin}@media(min-width:1100px){.oe-presentation-v2__thumbs{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));overflow:visible}}.oe-presentation-v2__thumb{position:relative;flex:0 0 64px;width:64px;height:64px;background-size:cover;background-repeat:no-repeat;background-position:center;cursor:pointer;border:1px solid rgba(255,255,255,.12);overflow:hidden;padding:0;background-color:var(--v2-surface-ocean-deep, #07141d);transition:border-color var(--v2-duration-fast) var(--v2-ease-ui),transform var(--v2-duration-fast) var(--v2-ease-ui);min-height:44px}@media(min-width:900px){.oe-presentation-v2__thumb{flex-basis:72px;width:72px;height:72px}}@media(min-width:1100px){.oe-presentation-v2__thumb{flex:unset;width:100%;height:auto;aspect-ratio:1}}@media(prefers-reduced-motion:reduce){.oe-presentation-v2__thumb{transition:none}}.oe-presentation-v2__thumb:hover{transform:translateY(-1px);border-color:#6ba4b873}.oe-presentation-v2__thumb.is-active{border-color:var(--v2-light-blue);box-shadow:none}.oe-presentation-v2__thumb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:inherit;background-size:cover;background-position:center;transition:transform var(--v2-duration-base) var(--v2-ease-decel)}.oe-presentation-v2__thumb:hover:before{transform:scale(1.06)}.oe-presentation-v2__thumb.is-active:before{transform:scale(1.03)}.oe-presentation-v2__thumb-progress{position:absolute;left:0;right:0;bottom:0;height:2px;background-color:var(--v2-alpha-white-30);overflow:hidden;opacity:0;transition:opacity var(--v2-duration-fast) var(--v2-ease-standard);pointer-events:none;z-index:2}@media(prefers-reduced-motion:reduce){.oe-presentation-v2__thumb-progress{transition:none}}.oe-presentation-v2__thumb.is-progress-active .oe-presentation-v2__thumb-progress{opacity:1}.oe-presentation-v2__thumb-progress-bar{display:block;width:0%;height:100%;background-color:var(--v2-white);transform-origin:left center}.oe-presentation-v2__thumb.is-progress-active .oe-presentation-v2__thumb-progress-bar{animation:oe-pres-v2-thumb-progress var(--thumb-progress-duration, 4s) linear forwards}@keyframes oe-pres-v2-thumb-progress{0%{width:0%}to{width:100%}}@media(prefers-reduced-motion:reduce){.oe-presentation-v2__thumb.is-progress-active .oe-presentation-v2__thumb-progress-bar{animation:none;width:100%}}.oe-product-bar-v2{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));z-index:898;display:flex;flex-direction:row;padding:0;margin:0;min-height:4.75rem;max-width:100%;background-color:color-mix(in srgb,var(--v2-deep-ocean, #053e4b) 72%,transparent);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:none;border-radius:0;transition:opacity .35s var(--v2-ease-standard),transform .35s var(--v2-ease-standard)}@media(prefers-reduced-motion:reduce){.oe-product-bar-v2{transition:none}}.oe-product-bar-v2.is-bar-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(100% + 2rem))}.oe-product-bar-v2:not(.is-bar-hidden){opacity:1;visibility:visible;pointer-events:auto;transform:none}.oe-product-bar-v2.is-compact{padding-top:0;padding-bottom:0}.oe-product-bar-v2.is-compact .oe-product-bar-v2__name{font-size:.875rem;line-height:1.2}.oe-product-bar-v2.is-compact .oe-product-bar-v2__col-1,.oe-product-bar-v2.is-compact .oe-product-bar-v2__col-2,.oe-product-bar-v2.is-compact .oe-product-bar-v2__col-3,.oe-product-bar-v2.is-compact .oe-product-bar-v2__col-4{padding-top:.5rem;padding-bottom:.5rem}@media(min-width:1081px){.oe-product-bar-v2{left:50%;right:auto;width:min(960px,calc(100vw - 48px))}.oe-product-bar-v2.is-bar-hidden{transform:translate(-50%) translateY(calc(100% + 2rem))}.oe-product-bar-v2:not(.is-bar-hidden){transform:translate(-50%)}}@media(max-width:1080px){.oe-product-bar-v2{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));flex-direction:column;max-height:min(42vh,320px);overflow:hidden}}.oe-product-bar-v2__alt-text{position:absolute;top:-30px;left:0;right:0;height:31px;padding:8px;background:var(--v2-white);color:var(--v2-black);border-radius:var(--v2-radius-square);font-family:var(--v2-font);font-size:14px;line-height:1;letter-spacing:0;text-transform:uppercase;font-weight:410;opacity:0;pointer-events:none;transition:opacity .25s var(--v2-ease-standard);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(prefers-reduced-motion:reduce){.oe-product-bar-v2__alt-text{transition:none}}@media(max-width:767px){.oe-product-bar-v2__alt-text{font-size:12px;height:28px;top:-28px}}.oe-product-bar-v2__alt-text.is-visible{opacity:1;pointer-events:auto}.oe-product-bar-v2__col-1{display:flex;flex:1 1 0%;flex-direction:row;align-items:center;justify-content:space-between;min-width:0;padding:1rem;border-right:1px solid var(--v2-alpha-white-20)}@media(max-width:1080px){.oe-product-bar-v2__col-1{width:100%;padding:.375rem .625rem;border-right:0;border-bottom:1px solid var(--v2-alpha-white-20)}}.oe-product-bar-v2__name-block{display:flex;flex-direction:column;gap:.125rem}.oe-product-bar-v2__name{margin:0;font-family:var(--v2-font);font-weight:var(--v2-w-bold);font-size:var(--v2-text-xs);line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:var(--v2-white)}.oe-product-bar-v2__name span{display:block;color:var(--v2-grey-400);font-weight:var(--v2-w-medium)}.oe-product-bar-v2__variant{display:block;margin-top:.125rem;font-size:.75rem;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:var(--v2-grey-400);font-weight:var(--v2-w-medium)}@media(min-width:1081px){.oe-product-bar-v2__variant{display:none}}@media(max-width:1080px){.oe-product-bar-v2__name{font-size:var(--v2-text-xs);line-height:1.2;letter-spacing:.04em}}.oe-product-bar-v2__price-col1{display:flex;flex-direction:column;gap:.125rem}@media(min-width:1081px){.oe-product-bar-v2__price-col1{display:none}}.oe-product-bar-v2__reviews{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;height:56px;gap:.4rem;line-height:1.7;margin:0;opacity:0;transition:opacity .4s var(--v2-ease-standard)}@media(prefers-reduced-motion:reduce){.oe-product-bar-v2__reviews{transition:none}}.oe-product-bar-v2__reviews-value{display:flex;flex-direction:row;align-items:baseline;font-weight:var(--v2-w-medium);color:var(--v2-white);font-size:28px;line-height:.75}.oe-product-bar-v2__reviews-avg{color:var(--v2-white)}.oe-product-bar-v2__reviews-max{color:var(--v2-grey-400);font-size:14px}.oe-product-bar-v2__reviews-qty{font-weight:var(--v2-w-medium);color:var(--v2-white);font-size:14px}.oe-product-bar-v2__reviews-qty a{color:var(--v2-light-blue);font-family:var(--v2-font);font-size:.6875rem;text-transform:uppercase;text-decoration:underline}.oe-product-bar-v2__col-2-3{display:flex;flex:none;flex-direction:row}@media(max-width:1080px){.oe-product-bar-v2__col-2-3{flex-direction:row;border-bottom:1px solid var(--v2-alpha-white-20);width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.oe-product-bar-v2__col-2-3::-webkit-scrollbar{display:none}}.oe-product-bar-v2__col-2{display:flex;flex:none;flex-direction:row;align-items:center;padding:1rem 30px;border-right:1px solid var(--v2-alpha-white-20)}@media(max-width:1080px){.oe-product-bar-v2__col-2{padding:.375rem;border-right:0;flex:1}}.oe-product-bar-v2__colors{display:flex;flex-direction:row;align-items:center;gap:.375rem;font-size:.875rem;font-weight:var(--v2-w-medium);color:var(--v2-white)}.oe-product-bar-v2__swatch{position:relative}.oe-product-bar-v2__swatch input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.oe-product-bar-v2__swatch-label{position:relative;display:block;width:18px;height:18px;min-width:44px;cursor:pointer;border:2px solid transparent;transition:border-color var(--v2-duration-fast) var(--v2-ease-standard)}.oe-product-bar-v2__swatch-label:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--swatch-color, var(--v2-grey-400))}.oe-product-bar-v2__swatch-label:after{content:"";border:2px solid transparent;position:absolute;top:0;right:0;bottom:0;left:0;transition:border-color var(--v2-duration-fast) var(--v2-ease-standard)}@media(prefers-reduced-motion:reduce){.oe-product-bar-v2__swatch-label,.oe-product-bar-v2__swatch-label:after{transition:none}}.oe-product-bar-v2__swatch input:checked+.oe-product-bar-v2__swatch-label:after{border-color:var(--v2-white)}.oe-product-bar-v2__selected-color{margin-left:.5rem;white-space:nowrap;font-size:.75rem;color:var(--v2-grey-400)}@media(max-width:1023px){.oe-product-bar-v2__selected-color{display:none}}.oe-product-bar-v2__col-2--foil{justify-content:center}.oe-product-bar-v2__configure-trigger{width:100%}@media(max-width:1080px){.oe-product-bar-v2__col-2--foil{padding:.5rem .75rem}}.oe-product-bar-v2__col-3{display:flex;flex:none;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;height:100%;padding:.75rem 30px;border-right:1px solid var(--v2-alpha-white-20)}@media(max-width:1080px){.oe-product-bar-v2__col-3{height:4rem;flex:1 1 auto;gap:0;padding:.375rem;border-right:0}}.oe-product-bar-v2__sizes{display:flex;flex-direction:row;align-items:center;gap:1.25rem}.oe-product-bar-v2__select-wrapper{position:relative;margin-bottom:0;width:125px;height:50px;border:1px solid var(--v2-white);cursor:pointer;background:transparent;color:var(--v2-white)}.oe-product-bar-v2__select-trigger{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 20px;gap:4px;background:transparent;color:var(--v2-white);border:0;cursor:pointer;font-family:var(--v2-font);font-size:14px;line-height:1;min-height:44px}.oe-product-bar-v2__select-label-text{display:block;font-size:.875rem;color:var(--v2-white)}.oe-product-bar-v2__selected-val{font-weight:var(--v2-w-medium);min-width:1rem}.oe-product-bar-v2__select-trigger .oe-product-bar-v2__arrow path{stroke:var(--v2-white)}.oe-product-bar-v2__select-wrapper.is-open .oe-product-bar-v2__select-trigger .oe-product-bar-v2__arrow{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.oe-product-bar-v2__select-wrapper.is-open .oe-product-bar-v2__select-trigger .oe-product-bar-v2__arrow{transition:none}}@media(max-width:767px){.oe-product-bar-v2__select-label-text{display:none}}.oe-product-bar-v2__options{display:none;position:absolute;bottom:calc(100% + 4px);left:0;right:0;flex-direction:column;background:var(--v2-alpha-black-60);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 30px var(--v2-alpha-black-25);z-index:120;overflow:hidden;padding:.5rem;gap:.25rem}.oe-product-bar-v2__select-wrapper.is-open .oe-product-bar-v2__options{display:flex}.oe-product-bar-v2__option{padding:.5rem .75rem;cursor:pointer;font-family:var(--v2-font);font-size:14px;font-weight:var(--v2-w-medium);color:var(--v2-white);transition:background var(--v2-duration-fast) var(--v2-ease-standard);min-height:44px;display:flex;align-items:center}@media(prefers-reduced-motion:reduce){.oe-product-bar-v2__option{transition:none}}.oe-product-bar-v2__option:hover,.oe-product-bar-v2__option.is-selected{background:var(--v2-alpha-white-12)}.oe-product-bar-v2__native-select{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.oe-product-bar-v2__col-4-wrap{display:flex;flex-direction:row}@media(max-width:1080px){.oe-product-bar-v2__col-4-wrap{justify-content:space-between;width:100%}}.oe-product-bar-v2__col-4{display:flex;flex:none;flex-direction:row;align-items:center;justify-content:space-between;padding:.75rem;gap:29px}@media(max-width:1080px){.oe-product-bar-v2__col-4{gap:0;flex:1;padding:.375rem}}.oe-product-bar-v2__price-col4{display:flex;justify-content:center;align-items:center;gap:.5rem;min-width:100px;font-family:var(--v2-font);font-size:22px;line-height:22px;letter-spacing:var(--v2-tracking-tight);color:var(--v2-white);margin-left:17px}@media(max-width:1080px){.oe-product-bar-v2__price-col4{display:none}}.oe-product-bar-v2__atc.v2-btn{width:auto;min-width:max(7.5rem,fit-content);height:44px;min-height:44px;flex-shrink:0;padding:0 1rem;font-size:13px;font-weight:var(--v2-w-semi);letter-spacing:.12em;line-height:1.25rem;white-space:nowrap;border-radius:0}.oe-product-bar-v2__atc:disabled{opacity:.5;cursor:not-allowed;filter:none;transform:none;box-shadow:none}.oe-product-bar-v2__atc-form{display:flex;align-items:center;gap:.5rem}.oe-product-bar-v2__access-trigger{display:inline-flex;align-items:center;gap:.35rem;min-height:2.75rem;padding:.35rem .65rem;border:1px solid var(--v2-alpha-white-35);background:transparent;color:var(--v2-white);font-family:inherit;font-size:.625rem;font-weight:var(--v2-w-medium);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.oe-product-bar-v2__access-trigger-label{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1.05;gap:2px}.oe-product-bar-v2__access-trigger-hint{display:block;margin-top:1px;font-size:8px;line-height:1;letter-spacing:.14em;text-transform:uppercase;opacity:.72}.oe-product-bar-v2__access-trigger:hover{border-color:var(--v2-white)}.oe-product-bar-v2__access-trigger:focus-visible{border-color:var(--v2-white);outline:2px solid var(--v2-accent);outline-offset:2px}@media(max-width:1080px){.oe-product-bar-v2__access-trigger-label,.oe-product-bar-v2__access-trigger-hint{display:none}.oe-product-bar-v2__access-trigger{min-width:44px;min-height:44px;padding:0;justify-content:center}.oe-product-bar-v2__atc{flex:1;width:auto;min-width:0}.oe-product-bar-v2__col-4{width:100%;padding:.375rem .625rem}.oe-product-bar-v2__atc-form{flex:1;justify-content:flex-end}}.oe-product-bar-v2__flat-picker{display:contents}.oe-product-bar-v2__sizes--siblings{display:flex;flex-direction:row;align-items:center;gap:.5rem;justify-content:flex-start;min-height:44px;width:100%;padding:.25rem 0}.oe-product-bar-v2__sibling-label{flex-shrink:0;font-size:.625rem;letter-spacing:.08em;text-transform:uppercase;color:var(--v2-alpha-white-55)}@media(max-width:1080px){.oe-product-bar-v2__sibling-label{display:none}}.oe-product-bar-v2__sibling-pills{display:flex;flex-wrap:nowrap;gap:.35rem}.oe-product-bar-v2__sibling-pill{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.35rem .75rem;border:1px solid var(--v2-alpha-white-25);background:transparent;color:var(--v2-white);font-size:.75rem;font-weight:var(--v2-w-medium);font-family:inherit;text-decoration:none;line-height:1.2;cursor:pointer;-webkit-appearance:none;appearance:none;transition:border-color var(--v2-transition-fast),background-color var(--v2-transition-fast)}.oe-product-bar-v2__sibling-pill:hover{border-color:var(--v2-alpha-white-55)}.oe-product-bar-v2__sibling-pill.is-selected{border-color:var(--v2-white);background:var(--v2-alpha-white-12)}.oe-product-bar-v2__sibling-pill.is-unavailable{opacity:.35;pointer-events:none;text-decoration:line-through}.oe-presentation-v2__atc-anchor{position:relative;top:-1px;width:0;height:0;overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/17/assets/oe-presentation-v2.css.map */
