flash-sale-drawer-component{display:contents}.flash-sale-trigger{cursor:pointer;background:transparent;border:0;color:inherit}.flash-sale-trigger--last{margin-inline-end:0!important;padding-inline-end:0;border-left:.1rem solid rgb(var(--color-border));min-height:2.4rem;min-width:4.8rem;display:flex;align-items:center;justify-content:center}@media screen and (max-width:750px){.flash-sale-trigger--last{order:21}}.flash-sale-drawer__dialog{position:fixed;inset:0 0 0 auto;width:100%;height:100%;max-height:none;max-width:none;margin:0;padding:0;border:0;border-radius:0;box-shadow:-8px 0 32px #00000014;background-color:var(--flash-sale-drawer-bg, #efece6);color:#1a1a1a;overflow:hidden}.flash-sale-drawer__dialog::backdrop{background-color:#0006;animation:flash-sale-backdrop-in .32s cubic-bezier(.16,1,.3,1)}.flash-sale-drawer__dialog[open]{animation:flash-sale-drawer-in .32s cubic-bezier(.16,1,.3,1)}.flash-sale-drawer__dialog--closing{animation:flash-sale-drawer-out .32s cubic-bezier(.16,1,.3,1) forwards!important}.flash-sale-drawer__dialog--closing::backdrop{animation:flash-sale-backdrop-out .32s cubic-bezier(.16,1,.3,1) forwards!important}@keyframes flash-sale-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes flash-sale-drawer-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes flash-sale-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes flash-sale-backdrop-out{0%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){.flash-sale-drawer__dialog[open],.flash-sale-drawer__dialog--closing,.flash-sale-drawer__dialog::backdrop,.flash-sale-drawer__dialog--closing::backdrop{animation:none}}@media screen and (min-width:750px){.flash-sale-drawer__dialog{width:460px;max-width:95vw;inset:0 0 0 auto}}.flash-sale-drawer__inner{height:100%;display:flex;flex-direction:column;overflow:hidden}.flash-sale-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid rgba(0,0,0,.08);background:var(--flash-sale-drawer-bg, #efece6)}.flash-sale-drawer__title{margin:0;display:flex;align-items:center;gap:12px;font-family:var(--font-heading-family, system-ui),sans-serif;font-weight:700;font-size:1.5rem;line-height:1.1;letter-spacing:-.01em;color:#1a1a1a}.flash-sale-drawer__icon{display:inline-flex;color:var(--flash-sale-accent, #d4a017)}.flash-sale-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:0;color:#1a1a1a;cursor:pointer;transition:opacity .2s ease}.flash-sale-drawer__close:hover{opacity:.6}.flash-sale-drawer__scroll{flex:1;overflow-y:auto;padding:16px;background:var(--flash-sale-drawer-bg, #efece6)}.flash-sale-drawer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.flash-sale-drawer__empty{text-align:center;padding:64px 16px;color:#0000008c;font-size:.9rem}.flash-sale-drawer__footer{padding:16px 24px;background:var(--flash-sale-drawer-bg, #efece6);border-top:1px solid rgba(0,0,0,.08)}.flash-sale-drawer__cta{display:block;width:100%;padding:14px 16px;text-align:center;text-decoration:none;background-color:#1a1a1a;color:#fff;font-weight:700;font-size:.95rem;letter-spacing:.02em;border-radius:8px;transition:opacity .2s ease,transform .2s ease}.flash-sale-drawer__cta:hover{opacity:.92;transform:translateY(-1px)}.flash-sale-offer{position:relative;background-color:var(--flash-sale-card-bg, #f5f3ee);border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:20px;transition:border-color .2s ease,box-shadow .2s ease}.flash-sale-offer:has(.flash-sale-offer__overlay-link:hover),.flash-sale-offer:has(.flash-sale-offer__overlay-link:focus-visible){border-color:#0000002e;box-shadow:0 4px 16px #0000000f}.flash-sale-offer__overlay-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit}.flash-sale-offer__inner{position:relative;z-index:0}.flash-sale-offer__media--above{margin:-20px -20px 16px;aspect-ratio:16 / 10;overflow:hidden;border-radius:12px 12px 0 0;background:#0000000a}.flash-sale-offer__media--above .flash-sale-offer__image{width:100%;height:100%;object-fit:cover;display:block}.flash-sale-offer__body{display:grid;gap:16px}.flash-sale-offer--left .flash-sale-offer__body{grid-template-columns:88px 1fr;align-items:flex-start}.flash-sale-offer--above .flash-sale-offer__body,.flash-sale-offer--no-image .flash-sale-offer__body{grid-template-columns:1fr}.flash-sale-offer__media--left{width:88px;height:88px;overflow:hidden;border-radius:8px;background:#0000000a}.flash-sale-offer__media--left .flash-sale-offer__image{width:100%;height:100%;object-fit:cover;display:block}.flash-sale-offer__info{display:flex;flex-direction:column;gap:8px;min-width:0}.flash-sale-offer__countdown{margin-bottom:14px}.flash-sale-offer__heading{margin:0;font-family:var(--font-heading-family, system-ui),sans-serif;font-weight:800;font-size:1.5rem;line-height:1.1;letter-spacing:-.01em;color:#1a1a1a}.flash-sale-offer__description{margin:0;color:#000000b3;font-size:1rem;line-height:1.45}.flash-sale-offer__description p{margin:0}.flash-sale-offer__description p+p{margin-top:4px}.flash-sale-offer__description em{font-style:italic;color:#0009}.flash-sale-offer__code{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;margin-top:6px;background:transparent;border:1.5px dashed rgba(0,0,0,.35);border-radius:6px;cursor:pointer;color:#1a1a1a;font-family:var(--font-body-family, system-ui),sans-serif;font-weight:700;letter-spacing:.08em;font-size:.8rem;text-transform:uppercase;transition:border-color .2s ease,transform .2s ease;position:relative;z-index:2}.flash-sale-offer__code:hover{border-color:#0009;transform:translateY(-1px)}.flash-sale-offer__code:focus-visible{outline:2px solid var(--flash-sale-accent, #d4a017);outline-offset:2px}.flash-sale-offer__code--copied{border-color:#2c7a3f;color:#2c7a3f}.flash-sale-offer__code-icon{display:inline-flex}.flash-sale-offer__button{align-self:flex-start;display:inline-block;padding:10px 18px;margin-top:8px;background:#1a1a1a;color:#fff;text-decoration:none;font-weight:700;font-size:.9rem;border-radius:999px;transition:opacity .2s ease,transform .2s ease;position:relative;z-index:2}.flash-sale-offer__button:hover{opacity:.9;transform:translateY(-1px)}.flash-sale-countdown{display:inline-flex;align-items:center;gap:12px;padding:6px 12px;background:#4a4a4a;color:#fff;border-radius:4px;font-variant-numeric:tabular-nums;font-weight:700;font-size:.875rem;letter-spacing:.04em;line-height:1}.flash-sale-countdown__group{display:inline-flex;align-items:baseline;gap:0}.flash-sale-countdown__digit{display:inline}.flash-sale-countdown__label{margin-left:1px;font-size:.875rem;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
