.marksen-pdp{--mp-title-color: #000;--mp-subtitle-color: #5d5a53;--mp-price-color: #000;--mp-accent-color: #000;--mp-bg-soft: #f8f8f8;--mp-border-soft: rgba(0, 0, 0, .12);--mp-gap: clamp(16px, 2vw, 32px);position:relative;display:block}.marksen-pdp *{box-sizing:border-box}body.marksen-pdp--transparent-header .header-wrapper,body.marksen-pdp--transparent-header sticky-header{background:transparent!important;box-shadow:none!important}.mp-hero{position:relative;width:100%;background:#fff}.mp-hero__split{display:flex;width:100%;min-height:100vh}.mp-hero__pane{position:relative;height:100vh;overflow:hidden;background:var(--mp-bg-soft)}.mp-hero__pane--left{width:var(--mp-hero-left-width, 50%)}.mp-hero__pane--right{width:calc(100% - var(--mp-hero-left-width, 50%));background:#f3eee8}.mp-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mp-hero__media img,.mp-hero__media video{width:100%;height:100%;object-fit:cover;display:block}.mp-hero__carousel{position:relative;width:100%;height:100%}.mp-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .45s ease;pointer-events:none}.mp-hero__slide.is-active{opacity:1;pointer-events:auto}.mp-hero__slide img,.mp-hero__slide video{width:100%;height:100%;object-fit:cover;display:block}.mp-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;background:transparent;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;color:#1a1a1a;-webkit-tap-highlight-color:transparent;transition:transform .2s ease,opacity .2s ease}.mp-hero__arrow:hover{transform:translateY(-50%) scale(1.08)}.mp-hero__arrow svg{width:20px;height:20px}.mp-hero__arrow--prev{left:var(--mp-arrow-inset, 32px)}.mp-hero__arrow--next{right:var(--mp-arrow-inset, 32px)}.mp-sticky-bar{position:fixed;left:var(--mp-sticky-bar-side, 4%);right:var(--mp-sticky-bar-side, 4%);bottom:var(--mp-sticky-bar-bottom, 24px);min-height:var(--mp-sticky-bar-height, 46px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;background:var(--mp-sticky-bg, #fff);border-radius:0;border:0;box-shadow:0 8px 28px #0000001f;z-index:9990;transform:translateY(calc(100% + 60px));transition:transform .4s cubic-bezier(.22,1,.36,1);-webkit-tap-highlight-color:transparent;padding:0 0 0 12px;overflow:hidden}.mp-sticky-bar .mp-swatch,.mp-sticky-bar .mp-swatch--small{border-radius:0}.mp-sticky-bar__swatches .mp-swatch,.mp-sticky-bar__swatches .mp-swatch--small{width:var(--mp-sticky-swatch-size, 28px);height:var(--mp-sticky-swatch-size, 28px)}.mp-sticky-bar__swatches .mp-swatches-list{gap:var(--mp-sticky-swatch-gap, 6px)}.mp-sticky-bar.is-visible{transform:translateY(0)}.mp-sticky-bar__title{font-size:var(--mp-sticky-title-size, 12px);letter-spacing:var(--mp-sticky-title-ls, 1px);text-transform:uppercase;padding:0 1.5rem;color:var(--mp-sticky-title-color, #1a1a1a);justify-self:start;align-self:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mp-sticky-bar__colors{display:flex;align-items:center;gap:.6rem;padding:0 1rem;justify-self:center;align-self:center}.mp-sticky-bar__atc{justify-self:end;align-self:center}.mp-sticky-bar__colors-label{font-size:var(--mp-sticky-label-size, 11px);letter-spacing:var(--mp-sticky-label-ls, 1px);text-transform:uppercase;color:var(--mp-sticky-label-color, #555);margin-right:.4rem}.mp-sticky-bar__swatches{display:inline-flex;align-items:center;gap:.35rem}.mp-sticky-bar__atc{flex:0 0 auto;-webkit-appearance:none;appearance:none;border:0;background:var(--mp-sticky-atc-bg, #111);color:var(--mp-sticky-atc-text-color, #fff);height:calc(var(--mp-sticky-bar-height, 46px) - 2 * var(--mp-sticky-atc-pad-y, 7px));margin-right:var(--mp-sticky-atc-pad-x, 0);width:var(--mp-sticky-atc-width, 100%);font-size:var(--mp-sticky-atc-text-size, 12px);letter-spacing:var(--mp-sticky-atc-ls, 2px);text-transform:uppercase;cursor:pointer;padding:0 1.5rem;display:inline-flex;align-items:center;justify-content:space-between;gap:1.25rem;-webkit-tap-highlight-color:transparent}.mp-sticky-bar__atc:disabled{opacity:.5;cursor:not-allowed}.mp-sticky-bar__price{font-variant-numeric:tabular-nums;font-size:var(--mp-sticky-price-size, 12px);color:var(--mp-sticky-price-color, inherit)}.mp-hero__mobile{display:none}.mp-hero__mobile-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;height:100dvh}.mp-hero__mobile-scroll::-webkit-scrollbar{display:none}.mp-hero__mobile-slide{flex:0 0 100%;width:100%;height:100dvh;scroll-snap-align:start;position:relative;background:var(--mp-bg-soft)}.mp-hero__mobile-slide img,.mp-hero__mobile-slide video{width:100%;height:100%;object-fit:cover;display:block}.mp-hero__mobile-dots{position:absolute;top:50%;right:14px;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;z-index:4}.mp-hero__mobile-dot{width:14px;height:14px;border-radius:50%;background:transparent;border:0;padding:0;margin:0;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.mp-hero__mobile-dot:before{content:"";display:block;width:4px;height:4px;border-radius:50%;background-color:#0000004d;transition:background-color .2s ease,transform .2s ease}.mp-hero__mobile-dot.is-active:before{background-color:#111;transform:scale(1.5)}.mp-mobile-sheet{position:fixed;left:0;right:0;bottom:0;background:var(--mp-mobile-sheet-bg, #fff);border-radius:0;box-shadow:0 -2px 12px #0000000f;z-index:100;display:none;flex-direction:column;touch-action:pan-y;height:var(--mp-sheet-peek, 240px);max-height:100dvh;overflow:hidden;transition:height .35s cubic-bezier(.22,1,.36,1);padding-bottom:env(safe-area-inset-bottom)}.mp-mobile-sheet.is-open{height:100dvh}.mp-mobile-sheet.is-dragging{transition:none}.mp-mobile-sheet__handle{width:100%;display:flex;align-items:center;justify-content:center;padding:16px 0 12px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.mp-mobile-sheet__handle:before{content:"";width:64px;height:4px;border-radius:2px;background-color:#111}.mp-mobile-sheet__handle:active{cursor:grabbing}.mp-mobile-sheet__body{padding:0 1.25rem 1rem;display:flex;flex-direction:column;gap:.85rem;flex:1 1 auto;overflow-y:hidden}.mp-mobile-sheet.is-open .mp-mobile-sheet__body{overflow-y:auto;-webkit-overflow-scrolling:touch}.mp-mobile-sheet__title{font-size:var(--mp-mobile-title-size, 16px);letter-spacing:.02em;color:var(--mp-mobile-title-color, #1a1a1a);margin:0}.mp-mobile-sheet__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mp-mobile-sheet__price{font-size:var(--mp-mobile-price-size, 16px);color:var(--mp-mobile-price-color, #111);font-variant-numeric:tabular-nums}.mp-mobile-sheet__colors{display:flex;align-items:center;gap:6px}.mp-mobile-sheet__colors .mp-swatch,.mp-mobile-sheet__colors .mp-swatch--small,.mp-mobile-sheet__colors .mp-swatch--large{width:20px;height:20px;border-radius:0;border-width:1px}.mp-mobile-sheet__atc{-webkit-appearance:none;appearance:none;border:0;background:var(--mp-mobile-atc-bg, #111);color:var(--mp-mobile-atc-text-color, #fff);height:54px;font-size:var(--mp-mobile-atc-text-size, 14px);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;width:100%;-webkit-tap-highlight-color:transparent}.mp-mobile-sheet__atc:disabled{opacity:.5;cursor:not-allowed}.mp-color-tray{width:100%;background:#fff;padding:6px 1.5rem 8px;border-bottom:1px solid #e5e5e5;transition:opacity .3s ease,max-height .3s ease,padding .3s ease;overflow:hidden;max-height:100vh}.mp-color-tray.is-hidden{opacity:0;pointer-events:none;max-height:0;padding-top:0;padding-bottom:0}.mp-color-tray__list{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mp-color-tray__list::-webkit-scrollbar{display:none}.mp-swatches-list{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px}.mp-info__swatches .mp-swatches-list{gap:12px}.mp-color-tray__list .mp-swatches-list{display:flex;flex-wrap:nowrap;gap:var(--mp-tray-swatch-gap, 6px)}.mp-color-tray__list .mp-swatch,.mp-color-tray__list .mp-swatch--small{flex:0 0 auto;width:var(--mp-tray-swatch-size, 40px);height:var(--mp-tray-swatch-size, 40px);border-radius:0;border:1px solid #e5e5e5;padding:0;background:#fff;overflow:hidden}.mp-color-tray__list .mp-swatch img{width:100%;height:100%;object-fit:cover;display:block}.mp-swatch{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;border:1px solid var(--mp-border-soft);overflow:hidden;background:#fff;text-decoration:none;color:inherit;transition:border-color .2s ease,transform .15s ease}.mp-swatch:hover{transform:translateY(-1px)}.mp-swatch.is-active{border-color:var(--mp-swatch-active-border-color, var(--mp-accent-color));border-width:var(--mp-swatch-active-border-width, 1px)}.mp-swatch img{width:100%;height:100%;object-fit:cover;display:block}.mp-swatch--solid{background-image:none}.mp-swatch--solid img{display:none}.mp-swatch--small{width:28px;height:28px;border-radius:3px}.mp-swatch--large{width:90px;height:90px;border-radius:4px}.mp-swatch--circle{border-radius:50%}.mp-swatch--circle.mp-swatch--large{width:90px;height:90px}.mp-info{background:#fff;padding:clamp(48px,8vw,96px) 1.5rem clamp(40px,6vw,72px) 1.5rem;display:flex;flex-direction:column;align-items:center;position:relative}.mp-info__inner{width:100%;max-width:640px;display:flex;flex-direction:column;gap:14px}.mp-info__title{font-size:var(--mp-info-title-size, 20px);font-weight:var(--mp-info-title-weight, 400);color:var(--mp-info-title-color, var(--mp-title-color));margin:0;letter-spacing:.02em}.mp-info__price{font-size:var(--mp-info-price-size, 18px);font-weight:var(--mp-info-price-weight, 400);color:var(--mp-info-price-color, var(--mp-price-color));margin:0;font-variant-numeric:tabular-nums}.mp-info__title+.mp-info__price{margin-top:-12px}.mp-info__color{font-size:var(--mp-info-color-label-size, 12px);color:var(--mp-info-color-label-color, var(--mp-subtitle-color));margin:0;letter-spacing:.02em}.mp-info__swatches{display:flex;flex-wrap:wrap;gap:16px;margin:4px 0 8px}.mp-info__atc{-webkit-appearance:none;appearance:none;border:0;background:var(--mp-info-atc-bg, #111);color:var(--mp-info-atc-text-color, #fff);width:100%;height:var(--mp-info-atc-height, 50px);font-size:var(--mp-info-atc-text-size, 12px);letter-spacing:var(--mp-info-atc-letter-spacing, .18em);text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .2s ease}.mp-info__atc:hover{background:#2a2a2a}.mp-info__atc:disabled{opacity:.5;cursor:not-allowed}.mp-info__description{font-size:var(--mp-info-desc-size, 13px);line-height:1.55;color:var(--mp-info-desc-color, #1a1a1a);margin:22px 0 6px}.mp-info__description p{margin:0 0 .5em}.mp-info__accordions{display:flex;flex-direction:column}.mp-info__accordion{margin:0;padding:0}.mp-info__accordion-summary{display:flex;align-items:center;justify-content:space-between;padding:6px 0;margin:0;font-size:var(--mp-info-acc-label-size, 13px);font-weight:var(--mp-info-acc-label-weight, 400);color:var(--mp-info-acc-label-color, #1a1a1a);letter-spacing:.02em;cursor:pointer;list-style:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.mp-info__accordion-summary::-webkit-details-marker,.mp-info__accordion-summary::marker{display:none}.mp-info__accordion-summary:hover{color:#555}.mp-info__accordion-chevron{width:14px;height:14px;flex-shrink:0;color:#1a1a1a;transition:transform .2s ease}.mp-info__accordion[open] .mp-info__accordion-chevron{transform:rotate(90deg)}.mp-info__accordion-content{padding:4px 0 22px;font-size:var(--mp-info-acc-content-size, 12.5px);line-height:1.55;color:var(--mp-info-acc-content-color, #1a1a1a)}.mp-info__accordion-content>*:first-child{margin-top:0}.mp-info__accordion-content>*:last-child{margin-bottom:0}.mp-info__accordion-content p{margin:0 0 .8em}.mp-info__accordion-content img{max-width:100%;height:auto}.mp-info__tab-image{display:block;margin-top:1.2em}.mp-info-details{display:grid;grid-template-columns:1fr 1fr;gap:4px;width:100%;margin-top:clamp(40px,6vw,80px)}.mp-info-details__item{display:flex;flex-direction:column}.mp-info-details__image{width:100%;aspect-ratio:4 / 3;background:var(--mp-bg-soft);overflow:hidden}.mp-info-details__image img,.mp-info-details__image video{width:100%;height:100%;object-fit:cover;display:block}.mp-info-details__caption{text-align:center;font-size:var(--mp-info-detail-caption-size, 11px);letter-spacing:.15em;text-transform:uppercase;color:var(--mp-info-detail-caption-color, #1a1a1a);padding:18px 12px 12px}.mp-info-details__text{font-size:var(--mp-info-detail-text-size, 12px);color:var(--mp-info-detail-text-color, #555);line-height:1.5;padding:0 12px 24px;text-align:center}.mp-detail-carousel{position:relative;width:100%;background:#fff;padding:clamp(24px,4vw,56px) 0 var(--mp-carousel-bottom-padding, 32px) 0}.mp-detail-carousel__heading{text-align:center;font-size:var(--mp-carousel-heading-size, 18px);font-weight:var(--mp-carousel-heading-weight, 400);color:var(--mp-carousel-heading-color, #1a1a1a);letter-spacing:.02em;margin:0 0 clamp(16px,2vw,32px) 0}.mp-detail-carousel__viewport{position:relative;overflow:hidden;width:100%}.mp-detail-carousel__track{display:flex;transition:transform .5s ease;will-change:transform}.mp-detail-carousel__lane--mobile{display:none}.mp-detail-carousel__item{flex:0 0 50%;width:50%;padding:0 var(--mp-carousel-gap-half, 2px);box-sizing:border-box}.mp-detail-carousel__media{width:100%;aspect-ratio:4 / 3;background:var(--mp-bg-soft);overflow:hidden}.mp-detail-carousel__media img,.mp-detail-carousel__media video{width:100%;height:100%;object-fit:cover;display:block}.mp-detail-carousel__caption{text-align:center;font-size:var(--mp-carousel-caption-size, 11px);font-weight:var(--mp-carousel-caption-weight, 400);letter-spacing:var(--mp-carousel-caption-ls, .15em);text-transform:uppercase;color:var(--mp-carousel-caption-color, #1a1a1a);padding:18px 12px 12px;max-width:var(--mp-carousel-caption-max-width, 400px);margin:0 auto}.mp-detail-carousel--empty{padding:clamp(32px,6vw,64px) 1.5rem;text-align:center}.mp-detail-carousel__empty-note{max-width:640px;margin:0 auto;font-size:13px;color:#555;line-height:1.6;padding:20px;border:1px dashed rgba(0,0,0,.25);background:#fafafa}.mp-detail-carousel__empty-note code{font-family:monospace;background:#0000000f;padding:1px 4px;border-radius:3px;font-size:12px}.mp-detail-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:40px;border:0;background:#ffffffeb;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;color:#1a1a1a;border-radius:0;box-shadow:0 2px 6px #00000014;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.mp-detail-carousel__arrow:hover{background:#fff}.mp-detail-carousel__arrow svg{width:22px;height:22px;stroke-width:2}.mp-detail-carousel__arrow--prev{left:calc(var(--mp-carousel-gap-half, 2px) + 5px)}.mp-detail-carousel__arrow--next{right:calc(var(--mp-carousel-gap-half, 2px) + 5px)}.mp-detail-carousel__dots{display:flex;justify-content:center;gap:8px;padding:14px 0 16px}.mp-detail-carousel__dot{width:7px;height:7px;border-radius:50%;background:#00000040;border:0;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.mp-detail-carousel__dot.is-active{background:#111;transform:scale(1.25)}.mp-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:9996}.mp-drawer-overlay.is-open{opacity:1;pointer-events:auto}.mp-drawer{position:fixed;top:0;right:0;width:min(480px,90vw);height:100dvh;background:#fff;box-shadow:-4px 0 24px #00000014;transform:translate(100%);transition:transform .35s ease;z-index:9997;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top)}.mp-drawer.is-open{transform:translate(0)}.mp-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 18px;border-bottom:1px solid var(--mp-border-soft)}.mp-drawer__title{font-size:14px;letter-spacing:.15em;text-transform:uppercase;color:#1a1a1a;margin:0}.mp-drawer__close{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer;color:#111;padding:0;width:32px;height:32px}.mp-drawer__body{flex:1;overflow-y:auto;padding:24px;font-size:14px;line-height:1.6;color:#1a1a1a}.mp-drawer__body p{margin:0 0 1em}.mp-drawer__footer-tabs{display:flex;flex-direction:column;border-top:1px solid var(--mp-border-soft)}.mp-drawer__footer-tab{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:transparent;border:0;border-bottom:1px solid var(--mp-border-soft);font-size:13px;letter-spacing:.05em;color:#1a1a1a;cursor:pointer;text-align:left;width:100%}.mp-drawer__footer-tab:last-child{border-bottom:0}.mp-drawer__footer-tab.is-active{color:#111;font-weight:500}@media(max-width:749px){.marksen-pdp{height:auto;overflow:visible;position:relative}.mp-hero{position:sticky;top:0;left:0;right:0;height:75svh;z-index:0}.mp-mobile-flow{display:block;position:relative;z-index:1;background:#fff;margin-top:0}.mp-js-ready .mp-info,.mp-js-ready .mp-detail-carousel{transition:opacity .3s ease,visibility .3s ease}.mp-js-ready .mp-info.mp-below-hidden,.mp-js-ready .mp-detail-carousel.mp-below-hidden{opacity:0;visibility:hidden}.mp-mobile-handle{display:flex;width:100%;background:transparent;border:0;padding:10px 0 8px;justify-content:center;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.mp-mobile-handle__bar{display:block;width:64px;height:4px;background:#111;border-radius:2px}.mp-mobile-peek{display:flex;flex-direction:column;padding:0 1.5rem .75rem;background:#fff;gap:.5rem;box-sizing:border-box}.mp-mobile-peek__title{font-size:var(--mp-mobile-title-size, 13px);font-weight:400;letter-spacing:var(--mp-mobile-peek-title-ls, .01em);color:#000;margin:0;line-height:1.3}.mp-mobile-peek__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mp-mobile-peek__price{font-size:var(--mp-mobile-price-size, 13px);color:#000;font-variant-numeric:tabular-nums;line-height:1.2}.mp-mobile-peek__atc{-webkit-appearance:none;appearance:none;border:0;background:#111;color:#fff;height:44px;width:100%;font-size:var(--mp-mobile-atc-text-size, 11px);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;margin-top:.2rem;-webkit-tap-highlight-color:transparent}.mp-mobile-peek__atc:disabled{opacity:.5;cursor:not-allowed}.mp-mobile-peek{transition:opacity .3s ease,min-height .3s ease,max-height .3s ease,padding .3s ease;overflow:hidden;max-height:100vh}.mp-mobile-peek.is-hidden{opacity:0;pointer-events:none;min-height:0;max-height:0;padding-top:0;padding-bottom:0}.mp-hero__split{display:none}.mp-hero__mobile{display:block;position:relative;width:100%;height:75svh;overflow:hidden;background:var(--mp-mobile-bg, #f4f4f4)}.mp-hero__mobile-scroll{flex-direction:column;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y mandatory;width:100%;height:75svh}.mp-hero__mobile-scroll.mp-onepers{overflow:visible;height:auto;scroll-snap-type:none;transition:transform .35s ease;touch-action:none}.mp-hero__mobile-slide{flex:0 0 75svh;width:100%;height:75svh;scroll-snap-align:start;background:var(--mp-mobile-bg, #f4f4f4);display:flex;align-items:flex-end;justify-content:center}.mp-hero__mobile-slide img,.mp-hero__mobile-slide video{width:100%;height:100%;object-fit:cover;object-position:center bottom}.mp-hero__mobile-dots{top:10vh;right:14px;transform:none;flex-direction:column;gap:2px}.mp-sticky-bar,.mp-mobile-sheet{display:none}.mp-drawer{width:100vw;max-width:100vw;transform:translateY(100%)}.mp-drawer.is-open{transform:translateY(0)}.mp-info{padding-top:clamp(32px,6vw,56px)}.mp-swatch--large,.mp-swatch--circle.mp-swatch--large{width:52px;height:52px;border-radius:0}.mp-info__swatches .mp-swatches-list{gap:8px}.mp-info__title{font-size:var(--mp-info-title-size-mobile, 18px)}.mp-info__price{font-size:var(--mp-info-price-size-mobile, 16px)}.mp-info__atc{font-size:var(--mp-info-atc-text-size-mobile, 12px)}.mp-detail-carousel__lane--desktop{display:none}.mp-detail-carousel__lane--mobile{display:block}.mp-detail-carousel__lane--mobile .mp-detail-carousel__item{flex:0 0 var(--mp-carousel-mobile-item-width, 75%);width:var(--mp-carousel-mobile-item-width, 75%)}.mp-detail-carousel__lane--mobile .mp-detail-carousel__media{aspect-ratio:var(--mp-carousel-mobile-aspect, 4 / 5)}.mp-detail-carousel__caption{font-size:var(--mp-carousel-caption-size-mobile, 11px)}.mp-info-details{grid-template-columns:1fr}}@media(min-width:750px)and (max-width:989px){.mp-hero__pane{height:80vh}.mp-sticky-bar__atc{min-width:200px}}@media(min-width:990px)and (max-width:1279px){.mp-sticky-bar__atc{min-width:260px}}.marksen-pdp .low-stock,.marksen-pdp .stock-warning,.marksen-pdp .stock-status,.marksen-pdp .inventory-status,.marksen-pdp .inventory-quantity,.marksen-pdp [class*=stock-low],.marksen-pdp [class*=low-stock],.marksen-pdp [class*=low-inventory],.marksen-pdp [data-stock-status],.marksen-pdp [data-inventory-status]{display:none!important}.mp-info__accordion-content{display:none}.mp-info__accordion[open] .mp-info__accordion-chevron{transform:none}.mp-pdp-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;pointer-events:none}.mp-pdp-drawer.is-open{pointer-events:auto}.mp-pdp-drawer__overlay{position:absolute;top:0;left:0;bottom:0;width:50vw;background:#0003;opacity:0;transition:opacity .6s ease}.mp-pdp-drawer.is-open .mp-pdp-drawer__overlay{opacity:1}.mp-pdp-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:50vw;background:#fff;transform:translate(100%);opacity:0;transition:transform .6s ease,opacity .6s ease;display:flex;flex-direction:column;box-shadow:-2px 0 5px #0000001a}.mp-pdp-drawer.is-open .mp-pdp-drawer__panel{transform:translate(0);opacity:1}@media(max-width:749px){.mp-pdp-drawer__panel,.mp-pdp-drawer__overlay{width:100vw}}.mp-pdp-drawer__header{display:flex;justify-content:flex-end;padding:16px 20px 0;flex-shrink:0}@media(max-width:749px){.mp-pdp-drawer__header{padding-top:56px}}.mp-pdp-drawer__close{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer;color:#111;padding:6px;-webkit-tap-highlight-color:transparent}.mp-pdp-drawer__body{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px clamp(20px,4vw,64px) 32px clamp(20px,4vw,64px);font-size:14px;line-height:1.6;color:#1a1a1a;display:flex;flex-direction:column}.mp-pdp-drawer__body>*:first-child{margin-top:auto}.mp-pdp-drawer__body>*:last-child{margin-bottom:auto}.mp-pdp-drawer__body p{margin:0 0 1em}.mp-pdp-drawer__body img{max-width:100%;height:auto}@media(min-width:750px){.mp-mobile-flow{display:contents}.mp-mobile-first,.mp-mobile-handle,.mp-mobile-peek,.mp-color-tray{display:none}}.mp-media--image[data-mp-zoom-src]{cursor:zoom-in}.mp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:10000;display:none;align-items:center;justify-content:center;padding:24px;-webkit-tap-highlight-color:transparent}.mp-lightbox.is-open{display:flex}.mp-lightbox__stage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:auto;-webkit-overflow-scrolling:touch;touch-action:pinch-zoom}.mp-lightbox__img{max-width:100%;max-height:100%;object-fit:contain;cursor:zoom-in;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.mp-lightbox.is-zoomed .mp-lightbox__img{max-width:none;max-height:none;width:auto;height:auto;cursor:zoom-out}.mp-lightbox__close,.mp-lightbox__nav{position:absolute;appearance:none;-webkit-appearance:none;background:#fff;border:0;outline:0;margin:0;padding:0;width:48px;height:48px;display:block;cursor:pointer;z-index:2;box-shadow:0 2px 10px #0003;transition:background .2s ease,transform .15s ease}.mp-lightbox__close:before,.mp-lightbox__close:after{content:"";position:absolute;top:50%;left:50%;width:22px;height:2px;background:#111;border-radius:1px}.mp-lightbox__close:before{transform:translate(-50%,-50%) rotate(45deg)}.mp-lightbox__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.mp-lightbox__nav:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px}.mp-lightbox__nav--prev:before{border-top:2px solid #111;border-left:2px solid #111;transform:translate(-30%,-50%) rotate(-45deg)}.mp-lightbox__nav--next:before{border-top:2px solid #111;border-right:2px solid #111;transform:translate(-70%,-50%) rotate(45deg)}.mp-lightbox__close:hover,.mp-lightbox__nav:hover{background:#f2f2f2}.mp-lightbox__nav:hover{transform:translateY(-50%) scale(1.05)}.mp-lightbox__close{top:16px;right:16px}.mp-lightbox__nav--prev{left:16px;top:50%;transform:translateY(-50%)}.mp-lightbox__nav--next{right:16px;top:50%;transform:translateY(-50%)}.mp-lightbox__counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;font-size:12px;letter-spacing:.16em;text-transform:uppercase;background:#0006;padding:6px 12px}@media(max-width:749px){.mp-lightbox{padding:12px}.mp-lightbox__close,.mp-lightbox__nav{width:44px;height:44px}.mp-lightbox__close:before,.mp-lightbox__close:after{width:20px;height:2px}.mp-lightbox__nav:before{width:10px;height:10px}.mp-lightbox__nav--prev{left:8px}.mp-lightbox__nav--next{right:8px}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/marksen-pdp.css.map */
