.kz-header-drawer{--drawer-animation-speed:.3s;--drawer-width:min(100vw, var(--kz-drawer-width,22.5rem));--drawer-max-width:100vw;--drawer-height:100dvh;--drawer-padding:1.25rem;--menu-drawer-inline-padding:calc(.75rem + 7px);--layer-menu-drawer:70;--layer-overlay:69;display:contents}.kz-header-drawer__summary{width:2.5rem;height:2.5rem;color:var(--color-foreground);cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;transition:background-color .2s;display:inline-flex}.kz-header-drawer__summary:hover{background:#0000000a}.kz-header-drawer__summary .header-drawer-icon--close,.kz-header-drawer.is-open>.kz-header-drawer__summary .header-drawer-icon--open{display:none}.kz-header-drawer.is-open>.kz-header-drawer__summary .header-drawer-icon--close{display:inline-flex}.kz-header-drawer__backdrop{-webkit-backdrop-filter:brightness(.75);backdrop-filter:brightness(.75);width:100vw;height:100dvh;z-index:var(--layer-overlay);opacity:0;pointer-events:none;transition:opacity var(--drawer-animation-speed) ease;background:#00000059;position:fixed;inset:0}.kz-header-drawer.is-open .kz-header-drawer__backdrop{opacity:1;pointer-events:auto}.menu-drawer{visibility:hidden;height:var(--drawer-height);width:var(--drawer-width);max-width:var(--drawer-max-width);z-index:var(--layer-menu-drawer);background-color:var(--color-background,#fff);opacity:0;isolation:isolate;transition:transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease, opacity var(--drawer-animation-speed) ease;border-right:1px solid #00000014;flex-direction:column;padding:0;display:flex;position:fixed;top:0;left:0;overflow:auto;transform:translate(-100%)}.kz-header-drawer.is-open>.menu-drawer,.menu-drawer.menu-open,.menu-drawer__submenu.menu-open{visibility:visible;opacity:1;transform:translate(0)}.menu-drawer.menu-drawer--has-submenu-opened{overflow:hidden}.menu-drawer__close-button{z-index:2;width:2.5rem;height:2.5rem;color:var(--color-foreground);cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.menu-drawer__close-button:hover{background:#0000000a}.menu-drawer__navigation{flex:1;padding-block:3.5rem 1.5rem;overflow-y:auto}.menu-drawer__menu{padding-inline:var(--drawer-padding);margin:0;list-style:none}.menu-drawer__menu.has-submenu{margin-block-end:.5rem}.menu-drawer__list-item{width:100%;min-height:3rem;display:flex}.menu-drawer__list-item--divider{border-block-end:1px solid #0000001a}.menu-drawer__list-item--flat{flex-direction:column;align-items:flex-start;margin-block-end:1rem}.menu-drawer__list-item--flat.menu-drawer__list-item--divider{margin-block-end:0}.menu-drawer__list-item--deep{flex-direction:column;align-items:stretch}.menu-drawer__menu-item{width:100%;min-height:3rem;color:var(--color-foreground);cursor:pointer;text-align:left;font:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;gap:.75rem;padding-block:.85rem;padding-inline:0;text-decoration:none;display:flex}.menu-drawer__menu-item--mainlist{letter-spacing:-.01em;font-size:1.05rem;font-weight:500}.menu-drawer__menu-item--parent{font-size:.95rem;font-weight:500}.menu-drawer__menu-item--child{color:color-mix(in srgb, var(--color-foreground) 72%, transparent);min-height:auto;padding-block:.55rem;font-size:.9rem;font-weight:400}.menu-drawer__menu-item--active{text-underline-offset:.2em;text-decoration:underline}.menu-drawer__menu-item-text{flex:1;min-width:0}.menu-drawer__menu-item>.svg-wrapper{color:var(--color-foreground);flex-shrink:0;display:inline-flex}.menu-drawer__menu--childlist,.menu-drawer__menu--grandchildlist{width:100%;margin:0 0 .75rem;padding-inline:.15rem 0;list-style:none}.menu-drawer__list-item--deep .menu-drawer__menu--childlist{margin-block-start:-.15rem;padding-inline-start:.25rem}.menu-drawer__accordion>summary{list-style:none}.menu-drawer__accordion>summary::-webkit-details-marker{display:none}.menu-drawer__accordion .icon-plus .plus-v{transition:transform .2s}.menu-drawer__accordion[open] .icon-plus .plus-v{transform:scaleY(0)}.menu-drawer__submenu{visibility:hidden;opacity:0;background:var(--color-background,#fff);z-index:3;height:100%;transition:transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease, opacity var(--drawer-animation-speed) ease;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden;transform:translate(100%)}.menu-drawer__inner-submenu{flex-direction:column;height:100%;display:flex;overflow-y:auto}.menu-drawer__nav-buttons{padding:.75rem var(--drawer-padding) .25rem;background:var(--color-background,#fff);z-index:1;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.menu-drawer__back-button{min-height:2.5rem;color:var(--color-foreground);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:.5rem;padding:0;font-weight:500;display:inline-flex}.menu-drawer__back-button>.svg-wrapper{display:inline-flex}.icon-caret--forward{transform:rotate(-90deg)}.icon-caret--backward{transform:rotate(90deg)}.menu-drawer__animated-element{will-change:transform, opacity}.kz-header-drawer.is-open .menu-drawer__animated-element{animation:menu-drawer-nav-open var(--drawer-animation-speed) ease-in-out;animation-delay:calc(var(--drawer-animation-speed) + (var(--menu-drawer-animation-index,1) - 1) * 80ms);animation-fill-mode:backwards}@keyframes menu-drawer-nav-open{0%{opacity:0;transform:translate(-.75rem)}to{opacity:1;transform:translate(0)}}.menu-list--mobile{background:var(--kz-nav-bar-bg,transparent);color:var(--kz-nav-bar-fg,var(--color-foreground));border-top:1px solid #0000000f;display:block}.menu-list__scroll-container{-webkit-overflow-scrolling:touch;padding-block:.35rem;position:relative;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 20px calc(100% - 20px),#0000);mask-image:linear-gradient(90deg,#0000,#000 20px calc(100% - 20px),#0000)}.menu-list--mobile .menu-list__list{margin-inline:auto;gap:1.25rem;width:max-content;margin:0;padding:.35rem 1rem;list-style:none;display:flex}.menu-list--mobile .menu-list__list-item{white-space:nowrap;flex-shrink:0}.menu-list--mobile a{color:inherit;opacity:.85;font-size:.8125rem;text-decoration:none}.menu-list--mobile a:hover{opacity:1}@media screen and (min-width:750px){.menu-drawer{width:25rem}.kz-header-drawer--mobile-only>.kz-header-drawer__summary,.menu-list--mobile{display:none}}
.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]){--page-content-width:150rem;--page-margin:16px;--page-width:calc(var(--page-content-width) + var(--page-margin) * 2);--full-page-grid-central-column-width:min(calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));--floating-header-content-width:var(--full-page-grid-central-column-width);--theme-radius:2px;--button-radius:2px;--product-corner-radius:2px;--product-card-image-radius:14px;--floating-header-radius:0px;--floating-header-bg-inset:0px;--icon-stroke-width:1;--font-size-paragraph:.875rem;--font-size-h2:2rem;--font-size-h4:.875rem;--font-size-h5:.875rem;--font-size-h6:.75rem;--letter-spacing-h6:.03em;--theme-font:var(--font-geist), Inter, system-ui, sans-serif;font-family:var(--theme-font);--theme-bg:#fff;--theme-text:#030302;--color-background:#fff;--color-foreground:#030302;--color-foreground-muted:#030302c2;--color-border:#d3cec5;--color-brand:#713f50;--color-panel:#030302;--color-announce:#713f50;--product-card-price-color:#030302;--header-height:60px;--header-padding:.7rem;--logo-height:36px;--logo-height-mobile:28px;--header-nav-gap:1.25rem;--header-nav-font-size:.875rem;--header-icon-size:1.375rem;--header-action-size:44px;--product-card-gap:4px;--product-card-columns-gap:8px;--product-card-aspect:4 / 5;--quick-add-size:36px;--quick-add-offset:.7rem;--filo-footer-bg:#2b2b2b;--filo-footer-fg:#fff;--filo-footer-border:#666;--filo-footer-gap:17px;--filo-footer-pad-y:48px;--filo-footer-util-pad-end:40px}@media (min-width:750px){.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]){--page-margin:40px;--quick-add-offset:.8rem}}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header-shell{z-index:50;background:#fff;transition:box-shadow .3s;position:sticky;top:0;padding:0!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header-shell[data-kz-stuck=true] .kz-header{box-shadow:0 1px #03030214}@keyframes kz-filo-logo-enter{0%{opacity:.55;transform:translateY(-12px)}to{opacity:1;transform:translate(0,0)}}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header-shell[data-kz-stuck=true] .kz-header__logo{animation:.55s cubic-bezier(.22,1,.36,1) kz-filo-logo-enter}@media (prefers-reduced-motion:reduce){.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header-shell[data-kz-stuck=true] .kz-header__logo{animation:none}}.filo-pdp-rte p{margin:0 0 .75em}.filo-pdp-rte p:last-child{margin-bottom:0}.filo-pdp-rte a{text-underline-offset:3px;text-decoration:underline}.filo-pdp-rte ul,.filo-pdp-rte ol{margin:0 0 .75em;padding-inline-start:1.15em}.filo-pdp-rte li{margin-bottom:.3em}.filo-pdp-rte strong{font-weight:600}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header{min-height:var(--header-height);background:#fff;box-shadow:none!important;border:0!important;border-radius:0!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header__columns{width:100%;min-height:var(--header-height);box-sizing:border-box;margin-inline:auto;max-width:var(--full-page-grid-central-column-width)!important;padding-inline:0!important;padding-block:var(--header-padding)!important;gap:var(--header-nav-gap)!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header__logo-img{height:var(--logo-height)!important}@media (max-width:749px){.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header__logo-img{height:var(--logo-height-mobile)!important}}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header nav{color:var(--color-foreground);font-weight:500;gap:var(--header-nav-gap)!important;font-size:var(--header-nav-font-size)!important;opacity:1!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header nav a{letter-spacing:0;text-transform:none}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header-action{width:var(--header-action-size)!important;height:var(--header-action-size)!important;border-radius:0!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-header-action svg{width:var(--header-icon-size);height:var(--header-icon-size);stroke-width:var(--icon-stroke-width)}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-announcement{border-bottom:0}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-section__inner{max-width:var(--full-page-grid-central-column-width);width:100%;margin-inline:auto}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card--branded .branded-card{gap:var(--product-card-gap)!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__media{aspect-ratio:auto;background:#f5f5f5;position:relative;border-radius:var(--product-card-image-radius)!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__body{padding-block-start:0;gap:0!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__title{color:var(--color-foreground);margin:0;padding-block-start:4px;font-size:var(--font-size-paragraph)!important;min-height:0!important;font-weight:400!important;line-height:1.4!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__price{letter-spacing:var(--letter-spacing-h6);text-transform:uppercase;margin-top:2px;line-height:1.2;font-size:var(--font-size-h6)!important;color:var(--color-foreground)!important;font-weight:600!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__promo,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__shipping,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__rating-row,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card--branded>button[aria-label*=ishlist],.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card--branded>button[aria-label*=wishlist]{display:none!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__atc{right:var(--quick-add-offset);bottom:var(--quick-add-offset);z-index:3;min-width:var(--quick-add-size);min-height:var(--quick-add-size);height:var(--quick-add-size);opacity:0;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);justify-content:center;gap:0;transition:opacity .2s,transform .2s;width:auto!important;color:var(--color-foreground)!important;pointer-events:auto!important;box-shadow:none!important;background:#fff!important;border:2px solid #00000026!important;border-radius:50px!important;padding:0 .65rem!important;position:absolute!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card:hover .branded-card__atc,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .product-card:focus-within .branded-card__atc{opacity:1}@media (max-width:749px){.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__atc{opacity:1}}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__atc-price{display:none!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .branded-card__atc-label{white-space:nowrap;font-size:.8125rem;font-weight:500}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) [data-product-grid]{--resource-list-column-gap:8px}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .kz-carousel-arrow{border-radius:999px!important;width:40px!important;height:40px!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer{--color-foreground:#fff;background:var(--filo-footer-bg)!important;color:var(--filo-footer-fg)!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__brand{display:none!important}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__label--caps{letter-spacing:.08em;font-size:.75rem}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__signup,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__input-group,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__signup{background:0 0;border:0;border-bottom:1px solid #fff;border-radius:0;align-items:center;gap:.5rem;max-width:28rem;display:flex}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__input,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__input{color:#fff;background:0 0;border:0;outline:none;flex:1;padding:12px 0;font-size:1.25rem;font-weight:600}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__input::placeholder,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__input::placeholder{color:#ffffff8c}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .monastery-footer__submit,.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__submit{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:0;width:2.5rem;height:2.5rem}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__grid{gap:var(--filo-footer-gap);padding-block:var(--filo-footer-pad-y);grid-template-columns:1fr;display:grid}@media (min-width:750px){.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__grid{grid-template-columns:1.2fr 1fr 1fr 1.2fr;align-items:start}}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__heading{font-size:var(--font-size-h4);margin:0 0 .75rem;font-weight:600}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__links{gap:8px;margin:0;padding:0;list-style:none;display:grid}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__links a{color:inherit;font-size:var(--font-size-h5);opacity:.85;text-decoration:none}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__links a:hover{opacity:1;text-decoration:underline}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__brand-mark{letter-spacing:.28em;margin:0;font-size:1.75rem;font-weight:600}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .filo-footer__util{padding-top:0;padding-bottom:var(--filo-footer-util-pad-end);letter-spacing:.14em;text-transform:uppercase;opacity:.7;text-align:center;border-top:0;font-size:.75rem}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) .theme-btn{border-radius:var(--button-radius);color:#fff;background:#030302}.kz-theme:is([data-theme-id=filo],[data-theme-family=filo]) [data-filo-bento] .filo-bento-desktop{border-radius:0}
.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]){--page-content-width:112rem;--page-margin:12px;--page-width:calc(var(--page-content-width) + var(--page-margin) * 2);--full-page-grid-central-column-width:min(calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));--floating-header-content-width:var(--full-page-grid-central-column-width);--theme-radius:0px;--button-radius:0px;--product-corner-radius:0px;--product-card-image-radius:0px;--floating-header-radius:0px;--floating-header-bg-inset:0px;--icon-stroke-width:1.35;--lofy-navy:#222747;--lofy-text:#212529;--lofy-warm:#f6f6f3;--lofy-cream:#eeede6;--lofy-hairline:#cecdc3;--lofy-join:#ff5200;--theme-bg:#fff;--theme-text:var(--lofy-text);--color-background:#fff;--color-foreground:var(--lofy-text);--color-foreground-muted:#212529cc;--color-border:var(--lofy-hairline);--color-brand:var(--lofy-navy);--color-panel:var(--lofy-navy);--color-announce:var(--lofy-navy);--product-card-price-color:var(--lofy-text);--theme-font:var(--font-dm-sans), "DM Sans", system-ui, sans-serif;--theme-display:var(--font-heming), Heming, Georgia, serif;--theme-ui:var(--font-plus-jakarta), "Plus Jakarta Sans", system-ui, sans-serif;font-family:var(--theme-font);--header-height:auto;--header-padding:1rem;--logo-height:56px;--logo-height-mobile:40px;--product-card-aspect:461 / 551}@media (min-width:750px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]){--page-margin:20px}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]),.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) *{border-radius:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]){background:var(--theme-bg);color:var(--lofy-text)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) h1,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) h2,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) h3,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-section h2{font-family:var(--theme-display);letter-spacing:-.01em;text-transform:none;font-weight:400;line-height:1.15}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) em,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-title-accent{font-family:var(--theme-display);color:var(--lofy-navy);opacity:.5;font-style:italic}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-announcement{letter-spacing:.02em;text-transform:none;font-size:.6875rem;font-weight:400;font-family:var(--theme-display);min-height:0;padding:.35rem 1rem;background:var(--lofy-navy)!important;color:#fff!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-announcement__slides{padding-top:.25rem;padding-bottom:.25rem}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-announcement__slides p{font-size:inherit;font-weight:inherit;letter-spacing:inherit}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-announcement{padding:.4rem 2.5rem;font-size:.75rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header-shell{padding:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header--1di{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none!important;font-family:var(--theme-ui)!important;background:#fff!important;border:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header--1di,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-header--1di *{font-family:var(--theme-ui)!important;border-radius:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__nav a,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__nav button{color:var(--lofy-text);white-space:nowrap;font-size:14px;font-weight:400;transition:color .2s}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__nav a:hover,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__nav button:hover{color:var(--lofy-navy)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__search{border:1px solid var(--lofy-hairline);background:#fff;align-items:center;gap:.5rem;width:280px;padding:.375rem .75rem;transition:border-color .2s;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__search:focus-within{border-color:var(--lofy-navy)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__search input{color:var(--lofy-text);background:0 0;border:0;outline:none;flex:1;font-size:13px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__desktop{transition:height .5s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__desktop.is-full{height:119px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__desktop.is-compact{height:70px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__layer{transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1),filter .5s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__layer.is-hidden{opacity:0;pointer-events:none;filter:blur(2px);transform:translateY(-4px)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__layer.is-visible{opacity:1;filter:blur();transform:translateY(0)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-header__compact{border-bottom:1px solid var(--lofy-hairline);background:#fff;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:70px;padding:0 1.25rem;display:grid}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-help-mega{background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 12px 32px #0000001a}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-help-mega h3{color:#111;font-size:1rem;font-weight:400;font-family:var(--theme-display)!important}.kz-theme.ergocraft-home h1,.kz-theme.ergocraft-home h2,.kz-theme.ergocraft-home h3,.kz-theme.ergocraft-home h4,.kz-theme.ergocraft-home h5,.kz-theme.ergocraft-home h6{font-family:var(--theme-display);text-transform:none}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-slideshow__frame{background:#111}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-slideshow__slide{z-index:1}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-rail{background:#fff}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-ps .ps-card{background:#f6f6f3}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands{padding:2.5rem .75rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands{padding:5rem 1.25rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__heading{color:var(--lofy-text);margin:0 0 1.25rem;font-size:clamp(28px,4vw,42px);font-weight:400}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__grid{grid-template-rows:240px 200px 188px;grid-template-columns:repeat(4,minmax(0,1fr))}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile{background:#f3f4f6;height:135px;padding:1.25rem;position:relative;overflow:hidden}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile{padding:1.5rem}}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="1"]{grid-area:1/1/2/3;height:240px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="2"]{grid-area:1/3/2/4;height:240px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="3"]{grid-area:1/4/3/5;height:448px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="4"]{grid-area:2/1/4/2;height:396px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="5"]{grid-area:2/2/3/4;height:200px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="6"]{grid-area:3/2/4/3;height:188px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile[data-pos="7"]{grid-area:3/3/4/5;height:188px}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-brands__tile img{object-fit:contain;width:100%;height:100%}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase{padding:2.5rem .75rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase{padding:5rem 1.25rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__products>*{min-width:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__row{flex-direction:column;gap:.75rem;display:flex}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__row{flex-direction:row;align-items:stretch}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__hero{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__hero{aspect-ratio:auto;align-self:stretch;width:calc(55% - 6px);min-height:420px}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__slide{will-change:transform, opacity;width:100%;height:100%;position:absolute;inset:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__copy{z-index:2;position:absolute;top:1.25rem;left:1.25rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__copy{top:2.5rem;left:2.5rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__copy h2{margin:0;font-size:clamp(24px,4vw,42px)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__products{flex:1;grid-template-columns:1fr;min-width:0;display:grid;position:relative;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__products-slide{will-change:transform, opacity;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;display:grid}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__products>.kz-lofy-showcase__products-slide{grid-area:1/1}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__card{background:var(--lofy-warm);flex-direction:column;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__card-media{aspect-ratio:461/551;position:relative;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__card-media img{object-fit:cover;width:100%;height:100%}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__card-body{justify-content:space-between;align-items:flex-end;gap:.75rem;padding:1.2rem 1.25rem 1.5rem;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__dots{justify-content:center;gap:6px;margin-top:1rem;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__dots button{background:var(--lofy-navy);opacity:.2;cursor:pointer;border:0;width:30px;height:2px;padding:0}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__dots button[data-active=true]{opacity:1}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__arrow{z-index:3;z-index:3;cursor:pointer;background:#fff;border:0;padding:10px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001f}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__arrow--prev{left:1rem}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showcase__arrow--next{right:1rem}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom{padding:1rem .75rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom{padding:2rem 1.25rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__row{flex-direction:column;min-height:260px;display:flex}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__row{flex-direction:row;min-height:420px}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__copy{background:var(--lofy-warm);flex-direction:column;justify-content:space-between;width:100%;padding:1rem;display:flex}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__copy{padding:1.75rem}}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__copy{width:45%}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__copy h2{color:var(--lofy-navy);margin:0 0 .75rem;font-size:clamp(32px,5vw,56px)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__cta{background:var(--lofy-navy);color:#fff;text-transform:uppercase;align-items:center;gap:.5rem;width:fit-content;padding:1.25rem 2rem;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__media{background:var(--lofy-warm);flex:1;min-height:190px;padding:0 1.25rem 1.25rem;overflow:hidden}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__media{padding:0 1.75rem 1.75rem}}@media (min-width:768px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__media{background:0 0;padding:0}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-showroom__media img{object-fit:cover;width:100%;height:100%}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-features,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true]{background:var(--lofy-navy)!important;color:var(--lofy-cream)!important;padding:2.5rem 1.25rem!important}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-features,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true]{padding:4rem 2.5rem!important}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-features h2,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] h2{max-width:900px;font-size:clamp(24px,3vw,32px);color:#eeede6!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] [data-filo-icons]{flex-direction:column;gap:1.5rem;border:0!important;display:flex!important}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] [data-filo-icons]{flex-direction:row}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] [data-filo-icons]>li{flex:1;max-width:260px;text-align:left!important;border:0!important;flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important;padding:0!important;display:flex!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] [data-filo-icons]>li>p{width:100%;margin:0!important;display:block!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) [data-lofy-features=true] .mt-3{margin-top:0!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories{padding:1rem .75rem 2rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories{padding:2rem 1.25rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__heading{color:var(--lofy-text);margin:0 0 1rem;font-size:clamp(28px,5vw,48px);font-weight:400}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__row{flex-direction:column;gap:.75rem;display:flex}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__row{flex-direction:row}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__card{flex:1}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__card.is-wide{flex:2}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__img{height:420px;aspect-ratio:unset}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__img{aspect-ratio:3/4;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__img img{object-fit:cover;width:100%;height:100%}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__cat{text-transform:uppercase;letter-spacing:.06em;color:#212529cc;margin:.75rem 0 .25rem;font-size:12px}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .kz-lofy-stories__title{color:var(--lofy-text);font-size:16px;line-height:1.35;font-family:var(--theme-font);margin:0;font-weight:400}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer{font-family:var(--theme-ui);background:var(--lofy-navy)!important;color:#fff!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__1di{flex-direction:column;display:flex}@media (min-width:1024px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__1di{flex-direction:row}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__brand{min-width:0;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__wordmark{letter-spacing:-.05em;text-transform:none;color:#fff;white-space:nowrap;max-width:100%;margin:0;font-size:clamp(4.5rem,18vw,8rem);font-weight:700;line-height:.9;display:block;font-family:var(--theme-ui)!important}@media (min-width:1024px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__wordmark{font-size:clamp(5.5rem,9.5vw,11.5rem)}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-title{letter-spacing:-.025em;text-transform:none;color:#fff;margin:0;font-weight:400;line-height:1.25;font-family:var(--theme-ui)!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap{width:100%;position:relative}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap input{color:#fff;letter-spacing:.02em;background:#ffffff0d;border:1px solid #ffffff40;border-radius:.875rem;outline:none;width:100%;height:2.75rem;padding:0 5.5rem 0 1rem;font-size:.875rem;font-weight:500;transition:border-color .2s,background .2s}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap input:focus{background:#ffffff1a;border-color:#fff}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap input::placeholder{color:#fff9}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap button{height:2rem;color:var(--lofy-navy);letter-spacing:.04em;cursor:pointer;background:#fff;border:0;border-radius:.875rem;padding:0 1rem;font-size:.75rem;font-weight:700;transition:background .2s,color .2s;position:absolute;top:50%;right:.375rem;transform:translateY(-50%)}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__nl-wrap button:hover{background:var(--lofy-join);color:#fff}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__col-title{letter-spacing:.06em;text-transform:none;color:#fff;margin:0 0 1rem;font-size:1.125rem;font-weight:500;font-family:var(--theme-ui)!important}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__links{margin:0;padding:0;list-style:none}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__links a,.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__links span{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .2s}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__links a:hover{color:#fff}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__contact-row{color:#fff9;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__contact-icon{color:#fff9;flex-shrink:0;width:1rem;height:1rem}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__social{color:#fff;transition:color .2s;display:inline-flex}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__social:hover{opacity:.75}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__accordion-body{opacity:0;max-height:0;padding-bottom:0;transition:max-height .3s,opacity .3s,padding .3s;overflow:hidden}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__accordion-body.is-open{opacity:1;max-height:500px;padding-bottom:1rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__accordion-body{opacity:1!important;max-height:500px!important;padding-bottom:0!important}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__divider{background:#fff3;align-self:stretch;width:1px;display:none}@media (min-width:1024px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__divider{display:block}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__util{border-top:1px solid #fff3;margin-top:auto;padding:1rem}@media (min-width:640px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__util{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__util{padding-left:2rem;padding-right:2rem}}.kz-theme:is([data-theme-id=lofy],[data-theme-family=lofy]) .lofy-footer__util p{margin:0}
.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]){--atlantic-navy:#022733;--atlantic-bg:#f5f5f5;--atlantic-white:#fff;--atlantic-ink:#1a1a1a;--atlantic-muted:#6b6b6b;--atlantic-card-radius:.5rem;--theme-radius:.5rem;--button-radius:9999px;--product-card-image-radius:0px;--floating-header-radius:0px;--page-margin:14px;--atlantic-section-gap:100px;--theme-font:var(--font-plus-jakarta), "Plus Jakarta Sans", system-ui, sans-serif;--theme-display:var(--font-newsreader), "Newsreader", Georgia, serif;--color-brand:var(--atlantic-navy);--color-panel:var(--atlantic-navy);--color-announce:var(--atlantic-navy);--color-foreground:var(--atlantic-ink);--color-background:var(--atlantic-bg);--color-border:#e5e5e5;--product-card-price-color:var(--atlantic-navy);--theme-bg:var(--atlantic-bg);--theme-text:var(--atlantic-ink);font-family:var(--theme-font);background:var(--theme-bg);color:var(--theme-text)}@media (min-width:750px){.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]){--page-margin:32px}}.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-header-shell{z-index:50;background:0 0;position:sticky;top:0}.atlantic-announce{z-index:40;color:#fafafa;text-align:center;background:#022733;justify-content:center;align-items:center;min-height:2.5rem;padding:.5rem .875rem;font-size:.75rem;font-weight:500;line-height:1.25;transition:all .3s;display:flex;position:sticky;top:0;overflow:hidden}@media (min-width:768px){.atlantic-announce{min-height:2rem;padding-inline:2rem;font-size:.875rem}}.atlantic-announce--scrolled{display:none}@media (min-width:768px){.atlantic-announce--scrolled{display:flex}}.atlantic-announce__text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (min-width:768px){.atlantic-announce__text{-webkit-line-clamp:1}}.atlantic-announce__link{color:inherit;text-decoration:none}.atlantic-announce__link:hover{opacity:.9}.atlantic-header{z-index:50;color:#111827;background:#fff;border-bottom:1px solid #e5e7eb;width:100%;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}@media (min-width:768px){.atlantic-header{padding-bottom:.5rem}}.atlantic-header__inner{width:100%;margin:0 auto;padding:0 .875rem}@media (min-width:768px){.atlantic-header__inner{padding:0 2rem}}.atlantic-header__mobile{justify-content:space-between;align-items:center;height:4rem;display:flex}@media (min-width:768px){.atlantic-header__mobile{display:none}}.atlantic-header__desktop{display:none}@media (min-width:768px){.atlantic-header__desktop{justify-content:space-between;align-items:center;width:100%;height:4rem;display:flex}}.atlantic-header__cluster{flex:1;align-items:center;height:100%;display:flex}.atlantic-header__cluster--start{justify-content:flex-start}.atlantic-header__cluster--center{justify-content:center}.atlantic-header__cluster--end{justify-content:flex-end}.atlantic-header__brand{flex-shrink:0}.atlantic-header__logo-link{align-items:center;text-decoration:none;display:inline-flex}.atlantic-header__logo-img{object-fit:contain;width:auto;height:2.25rem}.atlantic-header__nav{justify-content:center;align-items:center;gap:2rem;height:100%;display:flex}.atlantic-header__nav-link,.atlantic-header__nav-btn{color:#111827;white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;height:100%;padding:0;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;text-decoration:none;display:inline-flex}.atlantic-header__chevron{transition:transform .2s}.atlantic-header__chevron.is-open{transform:rotate(180deg)}.atlantic-header__actions{flex-shrink:0;align-items:center;height:100%;font-size:.875rem;display:flex}.atlantic-header__icon{width:2rem;height:2rem;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:transform .2s;display:inline-flex;position:relative}.atlantic-header__icon:hover{background:0 0;transform:translateY(-.25rem)}.atlantic-header__icon--lg{width:2.5rem;height:2.5rem}.atlantic-header__icon--lg:hover{transform:none}.atlantic-header__icon svg{flex-shrink:0;width:20px;height:20px}.atlantic-header__count{color:#fff;text-align:center;pointer-events:none;background:#022733;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:0;right:0}.atlantic-header__divider{color:#d1d5db;margin:0 .5rem}.atlantic-header__market{align-items:center;display:inline-flex;position:relative}.atlantic-header__currency,.atlantic-header__currency-btn{height:auto;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;padding:0;font-family:inherit;font-size:.875rem;font-weight:500;display:inline-flex}.atlantic-header__currency-btn:hover{color:#022733}.atlantic-mnav{z-index:200;pointer-events:none;visibility:hidden;position:fixed;inset:0}.atlantic-mnav.is-open{pointer-events:auto;visibility:visible}.atlantic-mnav__overlay{opacity:0;background:#000c;border:0;transition:opacity .2s;position:absolute;inset:0}.atlantic-mnav.is-open .atlantic-mnav__overlay{opacity:1}.atlantic-mnav__sheet{background:#fff;flex-direction:column;width:100%;max-width:100%;transition:transform .35s;display:flex;position:absolute;inset:0 auto 0 0;transform:translate(-100%)}.atlantic-mnav.is-open .atlantic-mnav__sheet{transform:translate(0)}.atlantic-mnav__head{border-bottom:1px solid #e5e7eb;flex:none;height:3.5rem;position:relative}.atlantic-mnav__close{color:#111827;opacity:.7;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:auto;height:auto;padding:0;display:flex;position:absolute;top:1rem;right:1rem}.atlantic-mnav__close:hover{opacity:1}.atlantic-mnav__scroll{flex:auto;overflow:auto}.atlantic-mnav__row{border-bottom:1px solid #e5e7eb}.atlantic-mnav__trigger,.atlantic-mnav__link{color:#111827;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:500;text-decoration:none;display:flex}.atlantic-mnav__pm{flex-shrink:0;width:1rem;height:1rem;position:relative}.atlantic-mnav__pm-plus,.atlantic-mnav__pm-minus{transition:opacity .3s,transform .3s;position:absolute;inset:0}.atlantic-mnav__pm-plus.is-open{opacity:0;transform:rotate(90deg)}.atlantic-mnav__pm-minus{opacity:0}.atlantic-mnav__pm-minus.is-open{opacity:1}.atlantic-mnav__trigger:hover,.atlantic-mnav__link:hover{background:#f3f4f6}.atlantic-mnav__mega{background:#f9fafb}.atlantic-mnav__acc--nested{border-top:1px solid #e5e7eb}.atlantic-mnav__trigger--nested{padding-left:2rem;font-size:.875rem}.atlantic-mnav__sublist{background:#f3f4f6;margin:0;padding:0;list-style:none}.atlantic-mnav__sublink{color:#111827;padding:1rem 1rem 1rem 3rem;font-size:.875rem;font-weight:500;text-decoration:none;display:block}.atlantic-mnav__sublink:hover{background:#e5e7eb}.atlantic-mnav__flat{background:#f9fafb;margin:0;padding:0;list-style:none}.atlantic-mnav__child{color:#111827;padding:1rem 1rem 1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;display:block}.atlantic-mnav__child:hover{background:#f3f4f6}.atlantic-mnav__foot{border-top:1px solid #e5e7eb;flex:none;margin-top:auto;padding:1rem}.atlantic-mnav__signin,.atlantic-mnav__account{color:#fff;background:#1e3a3a;border:0;border-radius:.375rem;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:.65rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.atlantic-mnav__account{color:#111827;background:#fff;border:1px solid #e5e7eb}.atlantic-mnav__market{width:100%;position:relative}.atlantic-mnav__market .atlantic-header__currency,.atlantic-mnav__market .atlantic-header__currency-btn{background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:space-between;width:100%;height:2.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.atlantic-mnav__market ul{z-index:220;min-width:0;inset:auto 0 calc(100% + 6px)}.atlantic-header__currency-caret{display:inline-flex}.atlantic-mega{display:none}@media (min-width:768px){.atlantic-mega{z-index:60;background:#fff;border-bottom:1px solid #e5e7eb;width:100vw;display:block;position:absolute;top:100%;left:0;right:0;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}}.atlantic-mega__inner{width:100%;margin:0 auto;padding:3rem 2rem}.atlantic-mega__grid{grid-template-columns:1fr 1fr 1fr 3fr;gap:4rem;display:grid}.atlantic-mega__sale{max-width:28rem}.atlantic-mega__heading{color:#111827;margin:0 0 2rem;font-size:1rem;font-weight:700}.atlantic-mega__list{flex-direction:column;gap:1rem;display:flex}.atlantic-mega__link{color:#374151;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:.75rem;padding:0;font-size:1rem;text-decoration:none;display:flex}.atlantic-mega__link:hover{color:#022733}.atlantic-mega__link svg{color:#4b5563;flex-shrink:0;width:18px;height:18px}.atlantic-mega__promos{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.atlantic-mega__promo{border-radius:var(--atlantic-card-radius);height:16rem;display:block;position:relative;overflow:hidden}.atlantic-mega__promo img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.atlantic-mega__promo:hover img{transform:scale(1.05)}.atlantic-mega__promo-overlay{background:linear-gradient(#0000,#0000004d,#000000b3);flex-direction:column;justify-content:space-between;padding:.75rem;display:flex;position:absolute;inset:0}.atlantic-mega__badge{color:#fff;background:#dc2626;border-radius:.25rem;width:fit-content;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.atlantic-mega__badge--blog{background:#2563eb}.atlantic-mega__promo-title,.atlantic-mega__promo-sub{color:#fff;font-size:.75rem;display:block}.atlantic-mega__promo-title{font-weight:700;line-height:1.25}.atlantic-mega__promo-sub{color:#e5e7eb;margin-top:.25rem}.atlantic-product-card{color:#022733;flex-direction:column;width:100%;height:100%;display:flex;position:relative}.atlantic-product-card__media-link{color:inherit;text-decoration:none;display:block}.atlantic-product-card__frame{border-radius:var(--atlantic-card-radius);background:#f3f4f6;position:relative;overflow:hidden}.atlantic-product-card__media{aspect-ratio:1;border-radius:var(--atlantic-card-radius);position:relative;overflow:hidden}.atlantic-product-card__img{object-fit:cover;width:100%;height:100%;transition:opacity .5s,transform .5s;position:absolute;inset:0}@media (min-width:768px){.atlantic-product-card__img{object-fit:contain}}.atlantic-product-card__img--hover{opacity:0;transform:scale(.95)}.atlantic-product-card:hover .atlantic-product-card__img:not(.atlantic-product-card__img--hover){opacity:0;transform:scale(1.05)}.atlantic-product-card:hover .atlantic-product-card__img--hover{opacity:1;transform:scale(1)}.atlantic-product-card:hover .atlantic-product-card__frame--solo .atlantic-product-card__img{opacity:1;transform:scale(1.05)}.atlantic-product-card__badge{z-index:2;color:#fff;background:#ef4444;border-radius:.375rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.atlantic-product-card__desk-actions{display:none}@media (min-width:768px){.atlantic-product-card__desk-actions{z-index:10;opacity:0;flex-direction:column;align-items:center;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;top:.75rem;right:.75rem}.atlantic-product-card:hover .atlantic-product-card__desk-actions{opacity:1}}.atlantic-product-card__icon-btn{color:#022733;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#ffffffe6;border:1px solid #e5e7eb80;border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex;box-shadow:0 10px 15px -3px #0000001a}.atlantic-product-card__icon-btn:hover{background:#fff}.atlantic-product-card__wish-mobile{z-index:10;color:#022733;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;position:absolute;top:.5rem;right:.5rem}@media (min-width:768px){.atlantic-product-card__wish-mobile{display:none}}.atlantic-product-card__heart--on{color:#ef4444}.atlantic-product-card__caption{flex-direction:column;flex:1;padding-top:.875rem;display:flex}.atlantic-product-card__name{font-family:var(--theme-font);color:#022733;flex:1;margin:0 0 .25rem;font-size:.875rem;font-weight:500;line-height:1.4}.atlantic-product-card__name a{color:inherit;text-decoration:none}.atlantic-product-card__desk-meta{display:none}@media (min-width:768px){.atlantic-product-card__desk-meta{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}}.atlantic-product-card__mobile-meta{margin-top:auto;padding-top:.5rem}@media (min-width:768px){.atlantic-product-card__mobile-meta{display:none}}.atlantic-product-card__prices{align-items:baseline;gap:.5rem;margin-bottom:.5rem;display:flex}.atlantic-product-card__desk-meta .atlantic-product-card__prices{margin-bottom:0}.atlantic-product-card__price{font-family:var(--theme-body,inherit);color:#022733;font-size:1rem;font-weight:400}.atlantic-product-card__compare{color:#6b7280cc;font-size:.75rem;font-weight:400;text-decoration:line-through}.atlantic-product-card__mobile-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.atlantic-product-card__swatches{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.atlantic-product-card__swatch{cursor:pointer;border:1px solid #d1d5db;border-radius:999px;flex-shrink:0;width:1.25rem;height:1.25rem;padding:0;transition:transform .3s,box-shadow .3s}.atlantic-product-card__swatch:hover{transform:scale(1.1)}.atlantic-product-card__swatch--on{box-shadow:0 0 0 1px #fff,0 0 0 3px #022733,0 4px 6px -1px #0000001a}.atlantic-product-card__atc-mobile{color:#fff;cursor:pointer;background:#022733;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.atlantic-product-card__atc-mobile:hover{background:#022733e6}.atlantic-section{width:100%}.atlantic-section__inner{width:100%;max-width:1400px;padding-inline:var(--page-margin,14px);margin-inline:auto}@media (min-width:750px){.atlantic-section__inner{padding-inline:2rem}}.atlantic-hero-carousel{width:100%;position:relative}.atlantic-hero-carousel__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;display:flex;overflow:auto hidden}.atlantic-hero-carousel__track::-webkit-scrollbar{display:none}.atlantic-hero-carousel__slide{scroll-snap-align:start;flex:0 0 100%;width:100%;position:relative}.atlantic-hero-carousel__img{width:100%;height:auto;display:block}.atlantic-hero-carousel__img--mobile{display:block}.atlantic-hero-carousel__img--desktop{display:none}@media (min-width:768px){.atlantic-hero-carousel__img--mobile{display:none}.atlantic-hero-carousel__img--desktop{display:block}}.atlantic-hero-carousel__dots{z-index:10;pointer-events:auto;align-items:center;gap:.5rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.atlantic-hero-carousel__dots--mobile{bottom:1.5rem}.atlantic-hero-carousel__dots--desktop{display:none;bottom:2rem}@media (min-width:768px){.atlantic-hero-carousel__dots--mobile{display:none}.atlantic-hero-carousel__dots--desktop{display:flex}}.atlantic-hero-carousel__dot{cursor:pointer;background:#ffffff80;border:0;border-radius:9999px;width:.5rem;height:.5rem;padding:0;transition:all .3s}.atlantic-hero-carousel__dot--sm{background:#fff9}.atlantic-hero-carousel__dot:hover{background:#ffffffb3}.atlantic-hero-carousel__dot--active{background:#fff;width:1.5rem}@media (min-width:768px){.atlantic-hero-carousel__dot--active{width:2rem}}.atlantic-category{width:100%;margin-top:var(--atlantic-section-gap,100px)}.atlantic-category__inner{width:100%;margin-inline:auto;padding-inline:.875rem}@media (min-width:768px){.atlantic-category__inner{padding-inline:2rem}}.atlantic-category__head{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.atlantic-category__head{margin-bottom:2rem}}.atlantic-category__desk{display:none}@media (min-width:768px){.atlantic-category__desk{border-radius:var(--atlantic-card-radius);display:block;overflow:hidden}}.atlantic-category__desk-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.25rem;display:grid}.atlantic-category__desk-card{text-decoration:none;display:block}.atlantic-category__desk-media{aspect-ratio:3/4;background:#f3f4f6;position:relative;overflow:hidden}.atlantic-category__desk-media img,.atlantic-category__mobile-media img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.atlantic-category__desk-card:hover img,.atlantic-category__mobile-card:hover img{transform:scale(1.05)}.atlantic-category__shade{background:linear-gradient(#0000,#0003,#0009);position:absolute;inset:0}.atlantic-category__tint{opacity:0;background:#02273333;transition:opacity .3s;position:absolute;inset:0}.atlantic-category__desk-card:hover .atlantic-category__tint,.atlantic-category__mobile-card:hover .atlantic-category__tint{opacity:1}.atlantic-category__desk-name{z-index:10;color:#fff;font-family:var(--theme-font);white-space:nowrap;font-size:1.875rem;font-weight:500;line-height:1.2;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.atlantic-category__mobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (min-width:768px){.atlantic-category__mobile{display:none}}.atlantic-category__mobile-card{color:inherit;text-decoration:none;display:block}.atlantic-category__mobile-media{aspect-ratio:1;border-radius:var(--atlantic-card-radius);background:#f3f4f6;position:relative;overflow:hidden}.atlantic-category__mobile-name{text-align:center;color:#022733;font-family:var(--theme-font);margin:.5rem 0 0;font-size:1.125rem;font-weight:500;line-height:1.3}.atlantic-rail{width:100%;margin-top:var(--atlantic-section-gap,100px);padding-bottom:var(--atlantic-section-gap,100px)}.atlantic-rail__inner{width:100%;margin-inline:auto;padding-inline:.875rem}@media (min-width:768px){.atlantic-rail__inner{padding-inline:2rem}}.atlantic-rail__head{justify-content:space-between;align-items:center;gap:1rem;height:42px;margin-bottom:.875rem;display:flex}@media (min-width:768px){.atlantic-rail__head{height:50px}}.atlantic-rail__viewall{color:#022733;background:0 0;border:1px solid #022733;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.atlantic-rail__viewall:hover{color:#fff;background:#022733}.atlantic-slider-wrap{position:relative}.atlantic-slider{scroll-snap-type:x mandatory;scrollbar-width:none;gap:.375rem;display:flex;overflow-x:auto}.atlantic-slider::-webkit-scrollbar{display:none}.atlantic-slider__item{scroll-snap-align:start;flex-shrink:0;width:calc(50% - .1875rem);padding:.25rem}@media (min-width:768px){.atlantic-slider{gap:.875rem}.atlantic-slider__item{width:calc(33.3333% - .583333rem)}}@media (min-width:1024px){.atlantic-slider__item{width:calc(25% - .65625rem)}}@media (min-width:1280px){.atlantic-slider__item{width:calc(20% - .7rem)}}.atlantic-slider__nav{display:none}@media (min-width:768px){.atlantic-slider__nav{z-index:4;color:#022733;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex;position:absolute;top:42%;box-shadow:0 4px 12px #00000014}.atlantic-slider__nav--prev{left:1rem}.atlantic-slider__nav--next{right:1rem}}.atlantic-slider__progress{background:#e5e7eb;width:100%;height:1px;margin-top:.875rem;position:relative;overflow:visible}.atlantic-slider__progress-bar{background:#022733;height:3px;transition:width .15s;position:absolute;top:-1px;left:0}.atlantic-mosaic-sec{width:100%;min-height:30vh;margin-top:var(--atlantic-section-gap,100px)}.atlantic-mosaic-sec__inner{width:100%}@media (min-width:768px){.atlantic-mosaic-sec__inner{padding-inline:2rem}}.atlantic-mosaic{display:none}@media (min-width:768px){.atlantic-mosaic{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;width:100%;display:grid}}.atlantic-mosaic__tile{border-radius:var(--atlantic-card-radius);grid-column:span 1;display:block;position:relative;overflow:hidden}.atlantic-mosaic__tile--span2{grid-column:span 2}.atlantic-mosaic__tile img{object-fit:cover;width:100%;height:auto;display:block}.atlantic-mosaic__tile--right img{object-position:right}.atlantic-mosaic__mobile{scroll-snap-type:x mandatory;scrollbar-width:none;gap:.375rem;padding-inline:.375rem;display:flex;overflow-x:auto}.atlantic-mosaic__mobile::-webkit-scrollbar{display:none}@media (min-width:768px){.atlantic-mosaic__mobile{display:none}}.atlantic-mosaic__mobile-slide{scroll-snap-align:center;border-radius:var(--atlantic-card-radius);flex:0 0 80%;overflow:hidden}.atlantic-mosaic__mobile-slide img{object-fit:cover;width:100%;height:auto;display:block}.atlantic-story-sec{width:100%;margin-top:var(--atlantic-section-gap,100px);background:#f5f5f5;padding-inline:.875rem}@media (min-width:768px){.atlantic-story-sec{padding-inline:2rem}}.atlantic-story-sec__inner{width:100%;margin-inline:auto}.atlantic-story{display:none}@media (min-width:768px){.atlantic-story{flex-direction:row;justify-content:space-between;gap:.875rem;display:flex}}.atlantic-story__col--wide{flex-basis:58.33%}.atlantic-story__col--narrow{flex-basis:40.56%}.atlantic-story__card{border-radius:var(--atlantic-card-radius);background:#fff;display:block;overflow:hidden;box-shadow:0 1px 2px #0000000d}.atlantic-story__card img{object-fit:cover;width:100%;height:auto;display:block}.atlantic-story__mobile{scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.atlantic-story__mobile::-webkit-scrollbar{display:none}@media (min-width:768px){.atlantic-story__mobile{display:none}}.atlantic-story__mobile-slide{scroll-snap-align:start;border-radius:var(--atlantic-card-radius);background:#fff;flex:0 0 100%;overflow:hidden;box-shadow:0 1px 2px #0000000d}.atlantic-story__mobile-slide img{object-fit:cover;width:100%;height:auto;display:block}.atlantic-reviews-band{width:100%;margin-top:var(--atlantic-section-gap,100px);color:#fff;background:#022733;padding:4rem 0;overflow:hidden}@media (min-width:768px){.atlantic-reviews-band{padding:6rem 0}}.atlantic-reviews-band__inner{width:100%;margin-inline:auto;padding-inline:.875rem}@media (min-width:768px){.atlantic-reviews-band__inner{padding-inline:2rem}}.atlantic-reviews-band__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.atlantic-reviews-band__title{font-family:var(--theme-display);color:#fff;margin:0;font-size:28px;font-weight:200;line-height:1.15}@media (min-width:768px){.atlantic-reviews-band__title{font-size:42px}}.atlantic-reviews-band__viewall{color:#fff;background:0 0;border:1px solid #ffffff80;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.atlantic-reviews-band__viewall:hover{color:#022733;background:#fff}.atlantic-reviews-band__track{scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.atlantic-reviews-band__track::-webkit-scrollbar{display:none}.atlantic-reviews-band__slide{scroll-snap-align:start;flex:0 0 80%;padding-left:1rem}@media (min-width:640px){.atlantic-reviews-band__slide{flex-basis:50%}}@media (min-width:768px){.atlantic-reviews-band__slide{flex-basis:33.333%}}@media (min-width:1024px){.atlantic-reviews-band__slide{flex-basis:25%}}@media (min-width:1280px){.atlantic-reviews-band__slide{flex-basis:20%}}.atlantic-reviews-band__item{padding-top:1.25rem;position:relative}.atlantic-reviews-band__badge{z-index:2;color:#fff;background:#022733;border:2px solid #fffc;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px 6px -1px #0000001a}@media (min-width:768px){.atlantic-reviews-band__badge{width:2.5rem;height:2.5rem}}.atlantic-reviews-band__frame{border-radius:var(--atlantic-card-radius);background:#fff;padding:.5rem}.atlantic-reviews-band__media{aspect-ratio:4/5;border-radius:var(--atlantic-card-radius);position:relative;overflow:hidden}.atlantic-reviews-band__media img{object-fit:cover;width:100%;height:100%}.atlantic-sticky-promo{width:100%;margin-top:var(--atlantic-section-gap,100px);padding-block:2rem}.atlantic-sticky-promo__inner{flex-direction:column;gap:.875rem;width:100%;margin-inline:auto;padding-inline:.875rem;display:flex}@media (min-width:768px){.atlantic-sticky-promo__inner{padding-inline:2rem}}.atlantic-sticky-promo__mobile{flex-direction:column;gap:.875rem;display:flex}@media (min-width:768px){.atlantic-sticky-promo__mobile{display:none}}.atlantic-sticky-promo__desk{display:none}@media (min-width:768px){.atlantic-sticky-promo__desk{grid-template-columns:1fr 1fr;align-items:start;gap:.875rem;display:grid}}.atlantic-sticky-promo__media{border-radius:var(--atlantic-card-radius);position:relative;overflow:hidden}.atlantic-sticky-promo__media img{width:100%;height:auto;display:block}.atlantic-sticky-promo__sticky{position:static}@media (min-width:768px){.atlantic-sticky-promo__sticky{position:sticky;top:6rem}}.atlantic-sticky-promo__copy{border-radius:var(--atlantic-card-radius);color:#fff;background:#022733;flex-direction:column;justify-content:center;padding:1.5rem;display:flex}.atlantic-sticky-promo__title{font-family:var(--theme-font);color:#fff;margin:0;font-size:28px;font-weight:300;line-height:1.15}@media (min-width:768px){.atlantic-sticky-promo__title{font-size:42px}}.atlantic-sticky-promo__text{color:#fffc;max-width:28rem;margin:.375rem 0 0;font-size:1rem;line-height:1.6}.atlantic-sticky-promo__cta{color:#022733;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:fit-content;height:2.25rem;margin-top:.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}@media (min-width:768px){.atlantic-sticky-promo__cta{height:2.75rem;margin-top:.875rem;padding:0 1.5rem}}.atlantic-sticky-promo__cta:hover{background:#ffffffe6}.atlantic-value-props{margin-top:var(--atlantic-section-gap,100px);color:#fafafa;background:#022733;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.atlantic-value-props__desk{place-items:center;gap:.875rem;width:100%;margin-inline:auto;padding:1.25rem 2rem;display:none}@media (min-width:768px){.atlantic-value-props__desk{display:grid}}.atlantic-value-props__cell{justify-content:center;align-items:center;display:flex}.atlantic-value-props__desk img{object-fit:contain;filter:brightness(0)invert();width:auto;height:auto;max-height:3.15rem}.atlantic-value-props__desk .atlantic-value-props__cell--edge img{max-height:2.05rem}.atlantic-value-props__mobile{padding-block:1rem;display:block;overflow:hidden}@media (min-width:768px){.atlantic-value-props__mobile{display:none}}.atlantic-value-props__marquee{align-items:center;gap:2.5rem;width:max-content;animation:15s linear infinite atlantic-value-marquee;display:flex}.atlantic-value-props__cell--mobile{flex-shrink:0}.atlantic-value-props__mobile img{object-fit:contain;filter:brightness(0)invert();width:auto;height:1.85rem}.atlantic-value-props__mobile .atlantic-value-props__cell--edge img{height:1.35rem}@keyframes atlantic-value-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.atlantic-footer{color:#fafafa;background:#022733}.atlantic-footer__inner{width:100%;margin-inline:auto;padding:2rem .875rem}@media (min-width:768px){.atlantic-footer__inner{padding:2rem}}.atlantic-footer__desktop{display:none}@media (min-width:768px){.atlantic-footer__desktop{grid-template-columns:repeat(12,minmax(0,1fr));gap:2rem;display:grid}.atlantic-footer__logo--desk{grid-column:span 6/span 6;margin-bottom:2rem}.atlantic-footer__desktop>div:nth-child(2),.atlantic-footer__desktop>div:nth-child(3),.atlantic-footer__desktop>div:nth-child(4){grid-column:span 2/span 2}.atlantic-footer__nl--desk{grid-column:span 6/span 6;align-self:end;max-width:20rem}.atlantic-footer__credit--right{text-align:right;grid-column:span 6/span 6;place-self:end}}.atlantic-footer__mobile{display:block}@media (min-width:768px){.atlantic-footer__mobile{display:none}}.atlantic-footer__logo{width:auto;height:2.5rem;display:block}@media (min-width:768px){.atlantic-footer__logo--desk{height:56px;margin-bottom:0}}.atlantic-footer__logo--mobile{margin:2rem 0}.atlantic-footer__heading{font-family:var(--theme-font);color:#fafafa;margin:0;font-size:1.25rem;font-weight:300;line-height:1.75rem}.atlantic-footer__links{gap:.625rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.atlantic-footer__links a{color:#fafafacc;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.atlantic-footer__links a:hover{color:#fafafa}.atlantic-footer__nl{border-bottom:1px solid #fafafa80;align-items:center;width:100%;max-width:24rem;display:flex}.atlantic-footer__nl input{color:#fafafa;min-width:0;font:inherit;background:0 0;border:0;border-radius:0;outline:none;flex:1;padding:.5rem 0;font-size:.875rem}.atlantic-footer__nl input::placeholder{color:#fafafa99}.atlantic-footer__nl-btn{color:#022733;cursor:pointer;background:#fafafa;border:1px solid #0000;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.atlantic-footer__nl-btn:hover{color:#fafafa;background:0 0;border-color:#fafafa}.atlantic-footer__nl-status{color:#fafafacc;margin:.5rem 0 0;font-size:.75rem}.atlantic-footer__nl-status--desk{display:none}@media (min-width:768px){.atlantic-footer__nl-status--desk{grid-column:1/-1;display:block}}.atlantic-footer__social{gap:.75rem;margin-top:1rem;display:flex}.atlantic-footer__social--mobile{justify-content:flex-start;gap:1rem;margin:2rem 0}.atlantic-footer__social a{color:#fafafacc;border:1px solid #fafafa80;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.atlantic-footer__social a:hover{color:#022733;background:#fafafa}.atlantic-footer__credit{color:#fafafacc;margin:0;font-size:.875rem;font-weight:500}.atlantic-footer__credit a{color:inherit;text-decoration:none}.atlantic-footer__credit a:hover{text-decoration:underline}.atlantic-footer__heart{fill:currentColor;width:.875rem;height:.875rem;margin:0 .125rem -.125rem;display:inline}.atlantic-footer__acc-trigger{color:#fafafa;width:100%;font-family:var(--theme-font);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.25rem;font-weight:300;display:flex}.atlantic-footer__acc-icon{width:1rem;height:1rem;position:relative}.atlantic-footer__plus,.atlantic-footer__minus{transition:opacity .3s,transform .3s;position:absolute;inset:0}.atlantic-footer__plus.is-hidden{opacity:0;transform:rotate(90deg)}.atlantic-footer__minus{opacity:0}.atlantic-footer__minus.is-visible{opacity:1}.atlantic-footer__acc-body{padding:0 0 1rem}.atlantic-collection-hero{color:#fff;background:#000;width:100%;position:relative}.atlantic-collection-hero__desk{display:none}.atlantic-collection-hero__mobile{z-index:0;width:100%;display:block;position:relative}.atlantic-collection-hero__desk img,.atlantic-collection-hero__mobile img{object-fit:cover;width:100%;height:auto;display:block}.atlantic-collection-hero__copy{z-index:20;flex-direction:column;justify-content:flex-start;width:100%;height:100%;padding:1rem .875rem 0;display:flex;position:absolute;inset:0}.atlantic-collection-hero__copy-inner{max-width:36rem}.atlantic-collection-hero__title{font-family:var(--theme-display);color:#fff;text-align:left;filter:drop-shadow(0 10px 8px #0000000a)drop-shadow(0 4px 3px #0000001a);margin:0;font-size:2.25rem;font-weight:300;line-height:1.1}.atlantic-collection-hero__sub{color:#ffffffe6;filter:drop-shadow(0 4px 3px #00000012)drop-shadow(0 2px 2px #0000000f);max-width:28rem;margin:1rem 0 0;font-size:1rem;line-height:1.5}@media (min-width:768px){.atlantic-collection-hero__desk{z-index:0;width:100%;display:block;position:relative}.atlantic-collection-hero__mobile{display:none}.atlantic-collection-hero__copy{justify-content:center;padding:0 2rem}.atlantic-collection-hero__title{font-size:3.75rem}}.atlantic-pdp-page{background:#f3f4f6;padding-bottom:5.5rem}@media (min-width:768px){.atlantic-pdp-page{background:#f5f5f5b3;padding-bottom:0}}.atlantic-pdp-m{display:block}.atlantic-pdp-d,.atlantic-pdp-d__below{display:none}@media (min-width:768px){.atlantic-pdp-m,.atlantic-pdp-m__sticky{display:none!important}.atlantic-pdp-d{grid-template-columns:1fr 1fr;gap:3rem;width:100%;margin:0 auto;padding:3rem 2rem;display:grid}.atlantic-pdp-d__below{display:block}}.atlantic-pdp-m__hero{background:#f9fafb;width:100vw;height:100vw;margin-left:calc(50% - 50vw);position:relative}.atlantic-pdp-m__track{scroll-snap-type:x mandatory;scrollbar-width:none;height:100%;display:flex;overflow-x:auto}.atlantic-pdp-m__track::-webkit-scrollbar{display:none}.atlantic-pdp-m__slide{scroll-snap-align:start;background:#f9fafb;border:0;flex:0 0 100%;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex;overflow:hidden}.atlantic-pdp-m__slide img,.atlantic-pdp-d__tile img{object-fit:contain;width:100%;height:100%;display:block}.atlantic-pdp-m__float{z-index:30;flex-direction:column;gap:.75rem;display:flex;position:absolute;top:1rem;right:1rem}.atlantic-pdp-m__icon,.atlantic-pdp-d__icon{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;box-shadow:0 1px 2px #0000000f}.atlantic-pdp-d__icon{border-color:#e5e7eb;border-radius:9999px;width:2.25rem;height:2.25rem}.atlantic-pdp-m__rating{z-index:30;color:#fff;background:#028b37;border-radius:8px;align-items:center;padding:8px;font-size:.75rem;font-weight:500;line-height:1rem;display:inline-flex;position:absolute;bottom:1rem;left:1rem;box-shadow:0 1px 2px #0000000f}.atlantic-pdp-m__rating-n{margin-right:4px}.atlantic-pdp-m__rating-c{margin-left:2px}.atlantic-pdp-m__dots{z-index:20;pointer-events:none;justify-content:center;gap:.5rem;display:flex;position:absolute;bottom:.75rem;left:0;right:0}.atlantic-pdp-m__dots span{background:#d1d5db;border-radius:9999px;width:.5rem;height:.5rem}.atlantic-pdp-m__dots span.is-on{background:#3b82f6}.atlantic-pdp-m__card{background:#fff;padding:1rem 1rem .5rem}.atlantic-pdp-m__card--opts{border-bottom:6px solid #f3f4f6;padding:.5rem 1rem 1rem}.atlantic-pdp-m__card--acc{border-bottom:6px solid #f3f4f6;padding:0}.atlantic-pdp-m__card--acc .atlantic-pdp__acc-item{border:0;padding:0 1rem}.atlantic-pdp-d__gallery{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (min-width:768px){.atlantic-pdp-d__gallery{gap:1rem}}.atlantic-pdp-d__tile{aspect-ratio:1;border-radius:var(--atlantic-card-radius);cursor:pointer;background:0 0;border:0;padding:0;overflow:hidden}.atlantic-pdp-d__tile:hover{opacity:.9}.atlantic-pdp-d__info{align-self:start;height:fit-content;padding-left:.25rem;position:sticky;top:6.5rem}.atlantic-pdp-d__title-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.atlantic-pdp-d__actions{align-items:center;gap:.5rem;display:flex}.atlantic-pdp__title{font-family:var(--theme-display);color:#111827;margin:0;font-size:1.875rem;font-weight:300;line-height:1.2}.atlantic-pdp__title--m{font-size:1rem;font-weight:200;line-height:1.25}.atlantic-pdp__price-row--m{margin-top:.5rem}@media (min-width:768px){.atlantic-pdp__title{font-size:2.25rem}}.atlantic-pdp__rating-line{margin-top:.5rem}.atlantic-pdp__stars{gap:.125rem;display:inline-flex}.atlantic-pdp__price-row{align-items:baseline;gap:.75rem;margin-top:.5rem;display:flex}.atlantic-pdp__price-row--d{margin:1rem 0}.atlantic-pdp__price{font-family:var(--theme-font);color:#111827;font-size:1.125rem;font-weight:500}.atlantic-pdp__price--lg{font-size:1.875rem;font-weight:400}.atlantic-pdp__compare{color:#6b7280;font-size:.875rem;text-decoration:line-through}.atlantic-pdp__rule{border:0;border-top:1px solid #e5e7eb;margin:1.5rem 0}.atlantic-pdp__desc{color:#111827cc;font-size:.875rem;line-height:1.65}.atlantic-pdp__more{color:#022733;cursor:pointer;background:0 0;border:0;padding:0;font-size:.875rem}.atlantic-pdp__options{gap:1rem;margin-top:.5rem;display:grid}@media (min-width:768px){.atlantic-pdp__options{gap:1.5rem;margin-top:1.5rem}}.kz-option-pickers,.atlantic-pdp__options.kz-option-pickers{flex-direction:column;gap:1.15rem;display:flex}.kz-option-pickers__axis{flex-direction:column;display:flex}.atlantic-pdp__opt-label{color:#111827;margin:0 0 .5rem;font-size:.875rem;font-weight:500}.atlantic-pdp__opt-label span{color:#6b7280;font-weight:400}.atlantic-pdp__swatches{gap:.5rem;display:flex}.atlantic-pdp__swatch{cursor:pointer;background:0 0;border:2px solid #d1d5db;border-radius:9999px;width:1.75rem;height:1.75rem;padding:0}.atlantic-pdp__swatch span{border:1px solid #d1d5db;border-radius:9999px;width:100%;height:100%;display:block}.atlantic-pdp__swatch.is-on{border-color:#3b82f6;box-shadow:0 0 0 1px #93c5fd}@media (min-width:768px){.atlantic-pdp__swatch.is-on{border-color:#0000;box-shadow:0 0 0 2px #022733}}.atlantic-pdp__pills{flex-wrap:wrap;gap:.5rem;display:flex}@media (min-width:768px){.atlantic-pdp__pills{gap:.75rem;margin-top:.25rem}}.atlantic-pdp__pill{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;height:2rem;padding:0 1rem;font-size:.75rem}@media (min-width:768px){.atlantic-pdp__pill{border-radius:9999px;height:2.5rem;padding:0 1.5rem;font-size:.875rem}}.atlantic-pdp__pill.is-on{color:#fafafa;background:#022733;border-color:#022733}.atlantic-pdp__select{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;width:100%;height:2.5rem;padding:0 .75rem;font-family:inherit}@media (min-width:768px){.atlantic-pdp__select{border-radius:9999px;width:10rem}}.atlantic-pdp__pay{gap:1rem;margin-top:2rem;display:grid}.atlantic-pdp__pay-row{align-items:center;gap:.75rem;display:flex}.atlantic-pdp__qty{border:1px solid #d1d5db;border-radius:9999px;flex-shrink:0;align-items:center;height:3rem;display:inline-flex}.atlantic-pdp__qty button{cursor:pointer;background:0 0;border:0;width:2.5rem;height:2.5rem;font-size:1.125rem}.atlantic-pdp__qty span{text-align:center;width:2.5rem;font-size:.875rem;font-weight:500}.atlantic-pdp__atc{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9999px;flex:1;height:3rem;font-size:1rem}.atlantic-pdp__buynow{color:#fafafa;cursor:pointer;background:#022733;border:0;border-radius:9999px;width:100%;height:3rem;font-size:1rem}.atlantic-pdp__buynow:hover{background:#033d4f}.atlantic-pdp-d__acc{margin-top:2.5rem}.atlantic-pdp__acc-item{border:0}@media (min-width:768px){.atlantic-pdp-d__acc .atlantic-pdp__acc-item{border-bottom:1px solid #d1d5db}.atlantic-pdp-d__acc .atlantic-pdp__acc-item:first-child{border-top:1px solid #d1d5db}}.atlantic-pdp__acc-trigger{color:#111827;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;font-size:.875rem;font-weight:500;display:flex}@media (min-width:768px){.atlantic-pdp__acc-trigger{font-size:1rem}}.atlantic-pdp__acc-chevron{color:#9ca3af;transition:transform .2s}.atlantic-pdp__acc-chevron.is-open{transform:rotate(180deg)}.atlantic-pdp__acc-body,.atlantic-pdp__prose,.atlantic-pdp__spec{color:#4b5563;padding-bottom:1rem;font-size:.875rem;line-height:1.6}.atlantic-pdp__reviews{padding:4rem .875rem 0}@media (min-width:768px){.atlantic-pdp__reviews{padding:6rem 2rem 0}}.atlantic-pdp__reviews-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.atlantic-pdp__reviews-head .atlantic-section-title{white-space:nowrap;font-size:1.5rem;font-weight:300}@media (min-width:768px){.atlantic-pdp__reviews-head .atlantic-section-title{font-size:1.875rem}}.atlantic-pdp__write{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:9999px;height:2.5rem;padding:0 1.5rem;font-size:.875rem}.atlantic-pdp__reviews-empty{text-align:center;color:#4b5563;background:#f9fafb;border-radius:.5rem;padding:3rem 1rem}@media (min-width:768px){.atlantic-pdp__reviews-empty{padding:4rem 1rem}}.atlantic-pdp__reviews-empty p{margin:0}.atlantic-pdp__reviews-empty p+p{color:#6b7280;margin-top:.5rem;font-size:.875rem}.atlantic-pdp__trust-wrap--m{display:block}@media (min-width:768px){.atlantic-pdp__trust-wrap--m{display:none}}.atlantic-pdp__reviews .jdgm-rev-widg,.atlantic-pdp__reviews.jdgm-rev-widg{width:100%}.atlantic-pdp-m__sticky{z-index:50;padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e7eb;align-items:center;gap:.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #00000014}.atlantic-pdp-m__bag{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-shrink:0;width:2.5rem;height:2.5rem}.atlantic-pdp-m__buy{color:#fafafa;background:#022733;border:0;border-radius:.5rem;flex-direction:column;flex:1;justify-content:center;align-items:center;height:2.75rem;line-height:1.15;display:flex}.atlantic-pdp-m__buy span:first-child{font-size:.75rem;font-weight:600}.atlantic-pdp-m__buy span:last-child{opacity:.9;font-size:10px}.atlantic-pdp__lb{z-index:80;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.atlantic-pdp__lb img{object-fit:contain;max-width:90vw;max-height:90vh}.atlantic-share{z-index:201;position:fixed;inset:0}.atlantic-share__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:0;position:absolute;inset:0}.atlantic-share__sheet{border-radius:var(--atlantic-card-radius) var(--atlantic-card-radius) 0 0;background:#fff;padding:1.5rem;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #0000002e}.atlantic-share__head{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.atlantic-share__head h2{color:#111827;margin:0;font-size:1.125rem;font-weight:600}.atlantic-share__x{color:#111827;cursor:pointer;background:0 0;border:0;border-radius:9999px;width:2rem;height:2rem;font-size:1.5rem;line-height:1}.atlantic-share__product{border-radius:var(--atlantic-card-radius);background:#f9fafb;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.atlantic-share__product img{object-fit:cover;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;width:3rem;height:3rem}.atlantic-share__product p{color:#111827;margin:0;font-size:.875rem}.atlantic-share__product p+p{color:#6b7280;margin-top:.25rem}.atlantic-share__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.atlantic-share__grid button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.atlantic-pdp__ph{background:#eee;width:100%;height:100%;display:block}.atlantic-value-props.atlantic-value-props--pdp{margin-top:var(--atlantic-section-gap,100px)}.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-main-content:has(.atlantic-pdp-page) .atlantic-rail{margin-top:var(--atlantic-section-gap,100px);padding-bottom:var(--atlantic-section-gap,100px);margin-bottom:0}@media (max-width:767px){.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-main-content:has(.atlantic-pdp-page){padding-bottom:5rem}}.atlantic-mobile-buy-bar{z-index:50;padding:.75rem var(--page-margin,14px);background:#fff;border-top:1px solid #e5e5e5;align-items:center;gap:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:900px){.atlantic-mobile-buy-bar{display:none}}.atlantic-facet-card{color:inherit;text-decoration:none;display:block}.atlantic-facet-card__media{aspect-ratio:1;background:#f0f0f0;position:relative;overflow:hidden}.atlantic-facet-card__media img{object-fit:cover;width:100%;height:100%;transition:opacity .5s}.atlantic-facet-card__caption{flex-direction:column;gap:.25rem;margin-top:.75rem;display:flex}.atlantic-facet-card__name{color:#374151;margin:0;font-size:.875rem;font-weight:400}.atlantic-facet-card__price{color:#022733;margin:0;font-size:1rem;font-weight:500}.atlantic-facet-grid__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1rem;display:grid}@media (min-width:768px){.atlantic-facet-grid__list{grid-template-columns:repeat(var(--atlantic-cols,5), minmax(0, 1fr))}}.atlantic-plp-filterbar{z-index:40;margin-bottom:1.5rem;background:color-mix(in srgb, var(--color-background,#fff) 95%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #00000014;margin-inline:-.875rem;padding:.75rem .875rem;position:sticky;top:4rem}@media (min-width:768px){.atlantic-plp-filterbar{margin-bottom:2rem;margin-inline:-2rem;padding:.75rem 2rem;top:6rem}}.atlantic-plp-scroll{-ms-overflow-style:none;scrollbar-width:none}.atlantic-plp-scroll::-webkit-scrollbar{display:none}.atlantic-section-title{font-family:var(--theme-display);color:#022733;font-size:28px;font-weight:200;line-height:1}@media (min-width:750px){.atlantic-section-title{font-size:2.625rem}}@keyframes atlantic-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.atlantic-blog-slider,.atlantic-blog-list,.atlantic-blog-article{background:#f5f5f5;padding:28px 0 56px}.atlantic-blog-slider__inner,.atlantic-blog-list__inner,.atlantic-blog-article__inner{width:100%;margin:0 auto;padding:0 14px}@media (min-width:750px){.atlantic-blog-slider__inner,.atlantic-blog-list__inner,.atlantic-blog-article__inner{padding:0 32px}}.atlantic-blog-slider__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.atlantic-blog-slider__all{color:#022733;background:#fff;border:1px solid #022733;border-radius:999px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:14px;font-weight:500;display:inline-flex}.atlantic-blog-slider__wrap{position:relative}.atlantic-blog-slider__track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:20px;padding:4px 0 8px;display:flex;overflow-x:auto}.atlantic-blog-slider__track::-webkit-scrollbar{display:none}.atlantic-blog-slider__item{scroll-snap-align:start;flex:0 0 86%}@media (min-width:750px){.atlantic-blog-slider__item{flex-basis:calc(50% - 10px)}}@media (min-width:990px){.atlantic-blog-slider__item{flex-basis:calc(33.333% - 14px)}}.atlantic-blog-slider__nav{z-index:2;color:#022733;background:#fff;border:1px solid #e5e5e5;border-radius:999px;width:40px;height:40px;font-size:22px;line-height:1;display:none;position:absolute;top:28%}@media (min-width:750px){.atlantic-blog-slider__nav{place-items:center;display:grid}}.atlantic-blog-slider__nav.is-prev{left:8px}.atlantic-blog-slider__nav.is-next{right:8px}.atlantic-blog-slider__progress{background:#ddd;height:2px;margin-top:14px}.atlantic-blog-slider__progress span{background:#022733;height:100%;display:block}.atlantic-blog-slider__empty{text-align:center;color:#6b7280;padding:48px 0}.atlantic-blog-card__link{color:inherit;display:block}.atlantic-blog-card__media{aspect-ratio:7/4;border-radius:var(--atlantic-card-radius);background:#ececec;position:relative;overflow:hidden}.atlantic-blog-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.atlantic-blog-card:hover .atlantic-blog-card__media img{transform:scale(1.05)}.atlantic-blog-card__placeholder{color:#99a3af;place-items:center;width:100%;height:100%;display:grid}.atlantic-blog-card__copy{margin-top:14px}.atlantic-blog-card__meta{letter-spacing:.16em;text-transform:uppercase;color:#1a1a1a8c;font-size:11px;font-weight:500}.atlantic-blog-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:15px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}@media (min-width:750px){.atlantic-blog-card__title{font-size:18px}}.atlantic-blog-card__more{color:#022733;align-items:center;gap:8px;margin-top:14px;font-size:14px;display:inline-flex}.atlantic-blog-list__grid{gap:28px 20px;margin-top:28px;display:grid}@media (min-width:750px){.atlantic-blog-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:990px){.atlantic-blog-list__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.atlantic-blog-article__title{margin:10px 0 12px}.atlantic-blog-article__excerpt{color:#4b5563;max-width:720px;margin-bottom:24px;font-size:16px;line-height:1.7}.atlantic-blog-article__hero{border-radius:var(--atlantic-card-radius);background:#ececec;margin:8px 0 32px;overflow:hidden}.atlantic-blog-article__hero img{width:100%;height:auto;display:block}.atlantic-blog-article__body{max-width:820px}.atlantic-blog-prose{color:#374151;font-size:16px;line-height:1.75}.atlantic-blog-prose p+p{margin-top:1em}.atlantic-blog-prose img{border-radius:var(--atlantic-card-radius);max-width:100%;height:auto}.atlantic-blog-image{margin:28px 0}.atlantic-blog-image img{border-radius:var(--atlantic-card-radius);width:100%;height:auto}.atlantic-blog-image figcaption{color:#6b7280;margin-top:8px;font-size:13px}.atlantic-blog-split{align-items:center;gap:28px;margin:32px 0;display:grid}@media (min-width:750px){.atlantic-blog-split{grid-template-columns:1fr 1fr}.atlantic-blog-split.is-right .atlantic-blog-split__media{order:2}}.atlantic-blog-split__media img{border-radius:var(--atlantic-card-radius);width:100%;height:auto}.atlantic-blog-split__copy h3{margin-bottom:16px;font-size:24px;font-weight:600}.atlantic-blog-heading{font-family:var(--theme-display), Newsreader, Georgia, serif;margin:28px 0 12px;font-weight:400}.atlantic-blog-accordion__item{border-bottom:1px solid #e5e5e5;padding:14px 0}.atlantic-blog-accordion__item summary{cursor:pointer;font-weight:600}.atlantic-blog-accordion__item .atlantic-blog-prose{margin-top:10px}.atlantic-blog-code{color:#f5f5f5;border-radius:var(--atlantic-card-radius);background:#022733;margin:24px 0;padding:16px;font-size:13px;overflow-x:auto}.atlantic-blog-reviews__grid{gap:16px;display:grid}@media (min-width:750px){.atlantic-blog-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.atlantic-blog-review{border-radius:var(--atlantic-card-radius);background:#fff;border:1px solid #e5e5e5;padding:16px}.atlantic-blog-review__head{align-items:center;gap:12px;margin-bottom:10px;display:flex}.atlantic-blog-review__head img,.atlantic-blog-review__avatar{object-fit:cover;color:#fff;background:#022733;border-radius:999px;place-items:center;width:40px;height:40px;font-weight:600;display:grid}.atlantic-blog-review__stars{color:#022733;letter-spacing:1px;font-size:12px}.atlantic-blog-tags{flex-wrap:wrap;gap:8px;margin-top:32px;display:flex}.atlantic-blog-tags span{background:#fff;border:1px solid #e5e5e5;border-radius:999px;padding:4px 10px;font-size:12px}.atlantic-cart-overlay{z-index:9999;position:fixed;inset:0}.atlantic-cart-overlay__backdrop{cursor:pointer;background:#000c;border:0;padding:0;position:absolute;inset:0}.atlantic-cart-sheet{border-radius:var(--atlantic-card-radius);background:#fff;flex-direction:column;width:min(28rem,100vw - 40px);height:calc(100dvh - 40px);display:flex;position:absolute;top:20px;bottom:20px;right:20px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.atlantic-cart-sheet__inner{flex-direction:column;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.atlantic-cart-sheet__header{flex-shrink:0;padding:24px 24px 16px}.atlantic-cart-sheet__title{font-family:var(--font-heading,inherit);color:#022733;margin:0;font-size:1.125rem;font-weight:600;line-height:1.75rem}.atlantic-cart-sheet__close{color:#022733;opacity:.7;cursor:pointer;background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:grid;position:absolute;top:16px;right:16px}.atlantic-cart-sheet__close:hover{opacity:1}.atlantic-cart-sheet__list{overscroll-behavior:contain;flex:1;min-height:0;padding:0 24px;overflow-y:auto}.atlantic-cart-sheet__stack{flex-direction:column;gap:16px;padding:24px 0;display:flex}.atlantic-cart-sheet__sep{background:#e5e5e5;height:1px;margin-top:16px}.atlantic-cart-line{align-items:center;gap:16px;display:flex}.atlantic-cart-line__media{border-radius:var(--atlantic-card-radius);background:#f5f5f5;flex-shrink:0;width:96px;height:96px;position:relative;overflow:hidden}.atlantic-cart-line__img{object-fit:cover;width:100%;height:100%}.atlantic-cart-line__body{flex:1;min-width:0}.atlantic-cart-line__body h4{color:#022733;margin:0;font-size:.875rem;font-weight:500;line-height:1.25rem}.atlantic-cart-line__meta{color:#737373;margin:0;font-size:.875rem;line-height:1.25rem}.atlantic-cart-line__price{color:#022733;margin:8px 0 0;font-size:.875rem;font-weight:500;line-height:1.25rem}.atlantic-cart-qty{border:1px solid #e5e5e5;border-radius:999px;align-items:center;width:fit-content;height:36px;margin-top:8px;display:flex}.atlantic-cart-qty button{color:#022733;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:32px;height:32px;padding:0;display:grid}.atlantic-cart-qty button:hover{background:#f5f5f5}.atlantic-cart-qty span{text-align:center;color:#022733;width:32px;font-size:.875rem;line-height:1.25rem}.atlantic-cart-line__remove{color:#737373;cursor:pointer;background:0 0;border:0;border-radius:999px;flex-shrink:0;place-items:center;width:32px;height:32px;padding:0;display:grid}.atlantic-cart-line__remove:hover{color:#dc2626}.atlantic-cart-sheet__footer{background:#fff;border-top:1px solid #e5e5e5;flex-shrink:0;margin-top:auto}.atlantic-cart-sheet__subtotal{font-family:var(--font-heading,inherit);color:#022733;justify-content:space-between;align-items:center;padding:24px 24px 0;font-size:1.25rem;font-weight:600;line-height:1.4;display:flex}.atlantic-cart-sheet__checkout{text-align:center;padding:24px}.atlantic-cart-sheet__checkout-btn{color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#003c44;border:0;border-radius:6px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:12px 20px;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.atlantic-cart-sheet__checkout-btn:hover{opacity:.92}.atlantic-cart-sheet__checkout-btn:disabled{opacity:.4;cursor:not-allowed}.atlantic-cart-sheet__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.atlantic-cart-sheet__empty h3{color:#022733;margin:0;font-size:1.125rem;font-weight:600;line-height:1.75rem}.atlantic-cart-sheet__empty p{color:#737373;margin:0;font-size:.875rem;line-height:1.25rem}.atlantic-cart-sheet__continue{color:#fff;cursor:pointer;background:#003c44;border:0;border-radius:6px;padding:10px 18px;font-size:.875rem;font-weight:500}.atlantic-cart-sheet__continue:hover{opacity:.9}.atlantic-wishlist-line__add{color:#fff;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#111;border:1px solid #111;border-radius:999px;justify-content:center;align-items:center;margin-top:.35rem;padding:.35rem .85rem;font-size:.6875rem;font-weight:600;display:inline-flex}.atlantic-wishlist-line__add:hover{opacity:.88}.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-account-panel,.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-auth__card,.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-search-modal,.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-auth-otp__box,.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-auth__field input,.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-auth__submit,.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .kz-auth__google,.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .rounded-xl,.kz-theme:is([data-theme-id=atlantic],[data-theme-family=atlantic]) .rounded-2xl{border-radius:var(--atlantic-card-radius)}@media (prefers-reduced-motion:reduce){.atlantic-product-card__img,.atlantic-product-card__desk-actions,.atlantic-hero-carousel__slide,.atlantic-category__desk-media img,.atlantic-category__mobile-media img{transition:none!important;animation:none!important}}.kz-filters-layout{gap:1.5rem;margin-top:1.75rem;display:grid}@media (min-width:900px){.kz-filters-layout:not(.kz-filters-layout--row){grid-template-columns:240px minmax(0,1fr);align-items:start}}.kz-filters-layout--row{grid-template-columns:1fr}.kz-filters__toolbar{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:.75rem;display:flex}.kz-filters__toggle{color:#022733;letter-spacing:.04em;text-transform:uppercase;background:#fff;border:1px solid #d6d6d6;align-items:center;height:2.25rem;padding:0 .9rem;font-size:.8125rem;display:inline-flex}@media (min-width:900px){.kz-filters-layout:not(.kz-filters-layout--row) .kz-filters__toggle{display:none}}.kz-filters__sort{color:#555;align-items:center;gap:.45rem;font-size:.8125rem;display:inline-flex}.kz-filters__sort select{color:#1a1a1a;background:#fff;border:1px solid #d6d6d6;height:2.25rem;padding:0 .6rem}.kz-filters__count{color:#666;margin:0;font-size:.8125rem}.kz-filters__clear{color:#022733;background:0 0;border:0;margin-left:auto;padding:0;font-size:.8125rem;text-decoration:underline}.kz-filters__desktop{display:none}@media (min-width:900px){.kz-filters-layout:not(.kz-filters-layout--row) .kz-filters__desktop{display:block}}.kz-filters-layout--row .kz-filters__desktop{display:block}.kz-filters-layout--row .kz-filters__toggle{display:none}.kz-filters__groups--row{flex-wrap:wrap;gap:1rem 1.5rem;display:flex}.kz-filters__group{border-top:1px solid #e5e5e5;padding:.85rem 0}.kz-filters__group summary{cursor:pointer;letter-spacing:.08em;text-transform:uppercase;color:#022733;font-size:.78rem;list-style:none}.kz-filters__group summary::-webkit-details-marker{display:none}.kz-filters__group ul{gap:.45rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.kz-filters__group label{color:#1a1a1a;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;font-size:.875rem;display:grid}.kz-filters__group em{color:#888;font-size:.75rem;font-style:normal}.kz-filters__price{grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.75rem;display:grid}.kz-filters__price label{color:#666;gap:.3rem;font-size:.75rem;display:grid}.kz-filters__price input{border:1px solid #d6d6d6;height:2.25rem;padding:0 .55rem}.kz-filters__hint{color:#888;grid-column:1/-1;margin:0;font-size:.75rem}.kz-filters__drawer{z-index:80;position:fixed;inset:0}.kz-filters__backdrop{background:#00000059;border:0;position:absolute;inset:0}.kz-filters__sheet{background:#fff;width:min(22rem,92vw);height:100%;padding:1.25rem;position:absolute;top:0;left:0;overflow:auto}.kz-filters__sheet-head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.kz-filters__sheet-head button{background:0 0;border:0;text-decoration:underline}.atlantic-page-hero .atlantic-collection-hero__title{text-transform:none}.atlantic-prose{color:var(--color-foreground,#1a1a1a);font-size:15px;line-height:1.75}.atlantic-prose>*+*{margin-top:1rem}.atlantic-prose h2{font-family:var(--theme-display);margin-top:2rem;margin-bottom:.5rem;font-size:1.6rem;font-weight:300}.atlantic-prose h3{font-family:var(--theme-display);margin-top:1.5rem;margin-bottom:.4rem;font-size:1.25rem;font-weight:400}.atlantic-prose p{color:color-mix(in srgb, var(--color-foreground,#1a1a1a) 80%, transparent)}.atlantic-prose a{color:var(--color-brand,#022733);text-underline-offset:2px;text-decoration:underline}.atlantic-prose ul,.atlantic-prose ol{padding-left:1.25rem;list-style:outside}.atlantic-prose ol{list-style:decimal}.atlantic-prose li+li{margin-top:.35rem}.atlantic-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem;display:grid}@media (min-width:768px){.atlantic-collections-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem 1.5rem}}.atlantic-collections-grid__card{min-width:0;display:block}.atlantic-collections-grid__media{aspect-ratio:3/4;background:#f0f0f0;border-radius:12px;position:relative;overflow:hidden}.atlantic-collections-grid__media img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.atlantic-collections-grid__card:hover .atlantic-collections-grid__media img{transform:scale(1.04)}.atlantic-collections-grid__meta{text-align:center;margin-top:.75rem}.atlantic-collections-grid__name{font-family:var(--theme-display);color:var(--color-foreground,#1a1a1a);font-size:1.05rem;font-weight:400}.atlantic-collections-grid__count{color:color-mix(in srgb, var(--color-foreground,#1a1a1a) 55%, transparent);margin-top:.15rem;font-size:.75rem;display:block}.atlantic-404{text-align:center;justify-content:center;align-items:center;min-height:60vh;padding:4rem 1rem;display:flex}.atlantic-404__code{font-family:var(--theme-display);color:var(--color-brand,#022733);font-size:clamp(4rem,12vw,7rem);font-weight:300;line-height:1}.atlantic-404__title{font-family:var(--theme-display);color:var(--color-foreground,#1a1a1a);margin-top:1rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:300}.atlantic-404__sub{color:color-mix(in srgb, var(--color-foreground,#1a1a1a) 65%, transparent);margin-top:.75rem}.atlantic-404__btn{background:var(--color-brand,#022733);color:#fff;border-radius:9999px;align-items:center;margin-top:2rem;padding:.85rem 2rem;font-size:.9rem;font-weight:500;display:inline-flex}.atlantic-404__btn:hover{opacity:.9}.atlantic-cartpage__title{font-family:var(--theme-display);color:var(--color-foreground,#1a1a1a);margin-bottom:1.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:300}.atlantic-cartpage__count{color:color-mix(in srgb, var(--color-foreground,#1a1a1a) 50%, transparent);margin-left:.5rem;font-size:1rem}.atlantic-cartpage__empty{padding:3rem 0}.atlantic-cartpage__empty p{color:color-mix(in srgb, var(--color-foreground,#1a1a1a) 65%, transparent)}.atlantic-cartpage__shop,.atlantic-cartpage__continue{border:1px solid #0003;border-radius:9999px;justify-content:center;align-items:center;margin-top:1.25rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:500;display:inline-flex}.atlantic-cartpage{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:900px){.atlantic-cartpage{grid-template-columns:minmax(0,1fr) 340px;gap:3rem}}.atlantic-cartpage__items{flex-direction:column;display:flex}.atlantic-cartpage__row{border-bottom:1px solid #00000014;align-items:center;gap:1rem;padding:1rem 0;display:flex}.atlantic-cartpage__thumb{background:#f0f0f0;border-radius:10px;flex-shrink:0;width:84px;height:84px;overflow:hidden}.atlantic-cartpage__thumb img{object-fit:cover;width:100%;height:100%}.atlantic-cartpage__info{flex:1;min-width:0}.atlantic-cartpage__name{color:var(--color-foreground,#1a1a1a);font-weight:500}.atlantic-cartpage__price{color:var(--color-brand,#022733);margin-top:.15rem;font-size:.875rem}.atlantic-cartpage__qty{border:1px solid #00000026;border-radius:9999px;align-items:center;height:34px;margin-top:.6rem;display:inline-flex;overflow:hidden}.atlantic-cartpage__qty button{padding:0 .75rem;font-size:1rem;line-height:1}.atlantic-cartpage__qty span{text-align:center;min-width:1.75rem;font-size:.8rem;font-weight:600}.atlantic-cartpage__lineend{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.atlantic-cartpage__linetotal{font-size:.9rem;font-weight:600}.atlantic-cartpage__remove{color:color-mix(in srgb, var(--color-foreground,#1a1a1a) 50%, transparent);font-size:.75rem;text-decoration:underline}.atlantic-cartpage__summary{background:#fff;border:1px solid #0000001a;border-radius:16px;padding:1.5rem}@media (min-width:900px){.atlantic-cartpage__summary{position:sticky;top:7rem}}.atlantic-cartpage__summary-title{font-family:var(--theme-display);margin-bottom:1rem;font-size:1.25rem;font-weight:400}.atlantic-cartpage__actions{flex-direction:column;gap:.75rem;margin-top:1.25rem;display:flex}.atlantic-cartpage__checkout{background:var(--color-brand,#022733);color:#fff;cursor:pointer;border:0;border-radius:9999px;justify-content:center;align-items:center;width:100%;padding:.9rem 1.5rem;font-size:.9rem;font-weight:500;display:inline-flex}.atlantic-cartpage__checkout:hover{opacity:.92}.atlantic-cartpage__continue{width:100%;margin-top:0}
.kz-theme:is([data-theme-id=bhagyoday],[data-theme-family=bhagyoday]){--bhagyoday-teal:#0c4340;--bhagyoday-teal-950:#0c4340;--bhagyoday-teal-900:#0c4340;--bhagyoday-teal-800:#0c4340;--bhagyoday-teal-700:#0c4340;--bhagyoday-teal-600:#0c4340;--bhagyoday-gold-100:#f7edcf;--bhagyoday-gold-200:#efd99a;--bhagyoday-gold-300:#e6c46b;--bhagyoday-gold-400:#d4af37;--bhagyoday-gold-500:#c9a227;--bhagyoday-gold-600:#a9861b;--bhagyoday-ivory:#fff;--bhagyoday-cream:#fff;--bhagyoday-ink:#14201f;--theme-radius:1rem;--button-radius:9999px;--product-card-image-radius:16px;--floating-header-radius:0px;--page-margin:14px;--theme-font:"Plus Jakarta Sans", system-ui, sans-serif;--theme-display:var(--font-new-york), "New York", Georgia, serif;--color-brand:var(--bhagyoday-teal);--color-panel:var(--bhagyoday-teal);--color-announce:var(--bhagyoday-teal);--color-foreground:var(--bhagyoday-ink);--color-background:var(--bhagyoday-ivory);--color-border:#00000014;--product-card-price-color:var(--bhagyoday-ink);--theme-bg:var(--bhagyoday-ivory);--theme-text:var(--bhagyoday-ink);font-family:var(--theme-font);background:var(--theme-bg);color:var(--theme-text)}@media (min-width:750px){.kz-theme:is([data-theme-id=bhagyoday],[data-theme-family=bhagyoday]){--page-margin:24px}}.kz-theme:is([data-theme-id=bhagyoday],[data-theme-family=bhagyoday]) ::selection{color:#0c4340;background:#d4af374d}.kz-theme:is([data-theme-id=bhagyoday],[data-theme-family=bhagyoday]) .tracking-luxe{letter-spacing:.32em}.kz-theme:is([data-theme-id=bhagyoday],[data-theme-family=bhagyoday]) .kz-header-shell{z-index:50;background:0 0;position:sticky;top:0}.bhagyoday-serif{font-family:var(--font-new-york), "New York", Georgia, serif}@keyframes bhagyoday-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes bhagyoday-marquee-y{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes bhagyoday-float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.bhagyoday-animate-marquee{animation:26s linear infinite bhagyoday-marquee}.bhagyoday-animate-marquee:hover{animation-play-state:paused}.bhagyoday-animate-marquee-y{animation:32s linear infinite bhagyoday-marquee-y}.bhagyoday-animate-float{animation:6s ease-in-out infinite bhagyoday-float-slow}.bhagyoday-featured-reviews{max-width:100%;margin:0 auto}.bhagyoday-featured-reviews .embla{overflow:hidden}.bhagyoday-featured-reviews .embla__container{align-items:stretch;display:flex}.bhagyoday-featured-reviews .embla__slide{flex:0 0 86.96%;align-self:stretch;min-width:0;padding-right:12px;display:flex}@media (min-width:640px){.bhagyoday-featured-reviews .embla__slide{flex-basis:50%;padding-right:14px}}@media (min-width:1024px){.bhagyoday-featured-reviews .embla__slide{flex-basis:33.333%;padding-right:16px}}@media (min-width:1280px){.bhagyoday-featured-reviews .embla__slide{flex-basis:25%;padding-right:16px}}.bhagyoday-featured-reviews .embla__slide>*{width:100%;height:100%}.bhagyoday-review-card{flex-direction:column;width:100%;height:100%;min-height:420px;display:flex}.bhagyoday-review-card.video-wrapper{border-radius:24px;flex:1;min-height:420px;line-height:0;position:relative;overflow:hidden}.bhagyoday-review-card .review-video{object-fit:cover;border-radius:24px;width:100%;height:100%;display:none;position:absolute;inset:0}.bhagyoday-review-card.video-wrapper.is-playing .review-video{display:block}.bhagyoday-review-card .video-thumbnail{object-fit:cover;border-radius:24px;width:100%;height:100%;display:block;position:absolute;inset:0}.bhagyoday-review-card.video-wrapper.is-playing .video-thumbnail{display:none}.bhagyoday-review-card .video-play-btn{z-index:2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;background:#ffffff14;border:0;border-radius:32px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bhagyoday-review-card .video-play-btn .icon{width:fit-content;margin:auto;display:flex}.bhagyoday-review-card .video-play-btn .icon.pause-btn,.bhagyoday-review-card.video-wrapper.is-playing .video-play-btn .icon.play-btn{display:none}.bhagyoday-review-card .video-play-btn .icon.play-btn,.bhagyoday-review-card.video-wrapper.is-playing .video-play-btn .icon.pause-btn{display:block}.bhagyoday-review-card--media{min-height:420px}.bhagyoday-review-card--media .collection_img{border-radius:24px;flex:1;min-height:0;overflow:hidden}.bhagyoday-review-card--media .collection_img img{object-fit:cover;border-radius:24px;width:100%;height:100%;display:block}.bhagyoday-review-card--split{gap:12px;min-height:420px}.bhagyoday-review-card--split .collection_img{border-radius:999px;flex:1 1 0;width:100%;min-height:0;display:flex;overflow:hidden}.bhagyoday-review-card--split .collection_img>*{width:100%;height:100%;min-height:0;display:flex}.bhagyoday-review-card--split .collection_img img{object-fit:cover;border-radius:999px;width:100%;height:100%;min-height:0;display:block}.bhagyoday-review-card--split .image_review_txt{background:#fbfafa;border:1px solid #e7e6e3;border-radius:20px;flex-direction:column;flex:1 1 0;min-height:0;padding:20px 22px;display:flex}.bhagyoday-review-card--split .image_review_txt h6{color:#0d1e20;letter-spacing:-.8px;word-break:break-word;margin:0;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(20px,2.5vw,28px);font-weight:400;line-height:1.15}.bhagyoday-review-card--split .image_review_txt_top{flex-direction:column;flex:1;min-height:0;display:flex}.bhagyoday-review-card--split .review_count{color:#0d1e20;letter-spacing:-.28px;align-items:center;gap:10px;margin:18px 0 16px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:20px;display:flex}.bhagyoday-review-card--split .image_review_txt p{color:#4e4e4e;letter-spacing:-.32px;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;margin:0;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:16px;line-height:24px;display:-webkit-box;overflow:hidden}.bhagyoday-review-pagination{justify-content:center;align-items:center;gap:4px;margin-top:20px;display:flex}.bhagyoday-review-pagination-bullet{cursor:pointer;background:gray;border:0;border-radius:30px;width:6px;height:3px;padding:0;transition:width .25s,background .25s}.bhagyoday-review-pagination-bullet.is-active{background:#0d1e20;width:28px}@media (max-width:1023px){.bhagyoday-review-card,.bhagyoday-review-card--media,.bhagyoday-review-card--split,.bhagyoday-review-card.video-wrapper{min-height:380px}}@media (max-width:767px){.bhagyoday-review-card,.bhagyoday-review-card--media,.bhagyoday-review-card--split,.bhagyoday-review-card.video-wrapper{min-height:360px}.bhagyoday-review-card--split .image_review_txt{padding:16px 18px}.bhagyoday-review-card--split .image_review_txt p{-webkit-line-clamp:4;line-clamp:4;font-size:15px;line-height:22px}}.bhagyoday-hide-scrollbar{scrollbar-width:none}.bhagyoday-hide-scrollbar::-webkit-scrollbar{display:none}
