:root{--deep: #072B3D;--ocean: #0077B6;--ocean-light: #48B7DB;--aqua: #7FD9C4;--sand: #E8C79E;--sand-light: #FBF3E6;--sunset-start: #FF7E5F;--sunset-end: #FFB347;--gold: #E0A100;--ink: #0E2433;--paper: #FFFDF9;--line: rgba(14,36,51,.1);--shadow-sm: 0 2px 10px rgba(7,43,61,.08);--shadow-md: 0 10px 30px rgba(7,43,61,.12);--shadow-lg: 0 24px 60px rgba(7,43,61,.18);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 28px;--gradient-sunset: linear-gradient(120deg, var(--sunset-start), var(--sunset-end));--gradient-ocean: linear-gradient(160deg, var(--deep) 0%, var(--ocean) 60%, var(--ocean-light) 100%);--font-display: "Bebas Neue", "Poppins", sans-serif;--font-body: "Poppins", sans-serif;--container: 1280px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:1rem}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:.02em;margin:0 0 .4em;line-height:1.05;text-transform:uppercase}p{margin:0 0 1em}.icon{width:1em;height:1em;fill:currentColor;display:inline-block;vertical-align:-.125em}.main-content{overflow-x:hidden}::selection{background:var(--ocean-light);color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.85em 1.8em;border-radius:999px;font-weight:600;font-size:.95rem;letter-spacing:.02em;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:var(--deep);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--ocean);box-shadow:var(--shadow-md)}.btn-primary:disabled,.product-add--disabled{background:#c8c2b8;color:#6b6b6b;cursor:not-allowed}.btn-gradient{background:var(--gradient-sunset);color:#fff;box-shadow:var(--shadow-sm)}.btn-gradient:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline-light{border:2px solid rgba(255,255,255,.8);color:#fff}.btn-outline-light:hover{background:#ffffff26}.btn-ghost-dark{border:2px solid var(--deep);color:var(--deep)}.btn-ghost-dark:hover{background:var(--deep);color:#fff}.btn-full{width:100%}.btn-lg{padding:1.05em 2.2em;font-size:1.05rem}.section-heading{max-width:720px;margin:0 auto 2.5rem;text-align:center;padding:0 1.5rem}.section-heading__eyebrow{display:inline-block;color:var(--ocean);font-weight:700;letter-spacing:.12em;font-size:.78rem;text-transform:uppercase;margin-bottom:.6em}.section-heading h2{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--deep)}.section-heading p{color:#5b6b73;font-size:1.05rem}section{padding:4.5rem 1.5rem}@media(max-width:768px){section{padding:3rem 1.25rem}}.announcement-bar{background:var(--announce-bg, var(--deep));color:var(--announce-color,#fff);overflow:hidden;padding:.6em 0;font-size:.85rem;font-weight:500}.announcement-bar__track{display:flex;animation:announce-cycle 16s infinite}.announcement-bar__item{flex:0 0 100%;text-align:center;padding:0 1rem}.site-header{position:relative;z-index:60;background:#fffdf9e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.site-header--sticky{position:sticky;top:0}.site-header__inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;gap:1.5rem;padding:.9rem 1.5rem}.site-logo{display:flex;align-items:center;gap:.5em;font-family:var(--font-display);font-size:1.4rem;color:var(--deep);margin-right:auto}.site-logo__fallback{display:flex;align-items:center;gap:.4em}.site-logo .icon-wave-double{width:1.6em;height:1.6em;color:var(--ocean)}.header-nav ul{display:flex;gap:1.8rem}.header-nav>ul>li{position:relative;padding:.5rem 0}.header-nav>ul>li>a{font-weight:600;font-size:.95rem;transition:color .2s}.header-nav>ul>li>a:hover{color:var(--ocean)}.header-nav__dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);padding:.5rem 0;min-width:180px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s}.has-dropdown:hover .header-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header-nav__dropdown li a{display:block;padding:.5rem 1.2rem}.header-nav__dropdown li a:hover{background:var(--sand-light);color:var(--ocean)}.header-icons{display:flex;align-items:center;gap:.4rem}.icon-btn{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.05rem;transition:background .2s}.icon-btn:hover{background:var(--sand-light)}.cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--gradient-sunset);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.cart-count--zero{opacity:0}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;width:32px}.mobile-menu-toggle span{height:2px;background:var(--ink);border-radius:2px;transition:.25s}.header-search{max-width:var(--container);margin:0 auto;padding:0 1.5rem .9rem}.header-search__form{display:flex;align-items:center;gap:.6rem;background:var(--sand-light);border-radius:999px;padding:.5rem 1rem}.header-search__form input{flex:1;background:none;border:none;outline:none;font-size:1rem}.header-search__close{margin-left:.4rem}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#072b3d73;opacity:0;visibility:hidden;transition:.3s;z-index:80}.mobile-nav-overlay.is-active{opacity:1;visibility:visible}.mobile-nav{position:fixed;top:0;left:0;bottom:0;width:82%;max-width:340px;background:var(--paper);z-index:90;padding:2rem 1.5rem;transform:translate(-105%);transition:transform .35s ease;overflow-y:auto}.mobile-nav.is-active{transform:translate(0)}.mobile-nav__list>li{border-bottom:1px solid var(--line)}.mobile-nav__list>li>a{display:block;padding:1rem 0;font-weight:700;font-family:var(--font-display);letter-spacing:.02em;font-size:1.1rem}.mobile-nav__sublist{padding:0 0 .8rem 1rem}.mobile-nav__sublist li a{display:block;padding:.5rem 0;color:#5b6b73}.mobile-nav__account{display:flex;align-items:center;gap:.6em;margin-top:1.5rem;font-weight:600}.icon-btn-close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--sand-light);font-size:.95rem}@media(max-width:900px){.header-nav{display:none}.mobile-menu-toggle{display:flex}}.hero{position:relative;min-height:88vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero__bg--gradient{background:var(--gradient-ocean)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(7,43,61,var(--hero-overlay,.25));z-index:1}.hero__content{position:relative;z-index:2;text-align:center;max-width:760px;padding:0 1.5rem}.hero__eyebrow{display:inline-block;padding:.5em 1.2em;border:1px solid rgba(255,255,255,.5);border-radius:999px;font-size:.75rem;letter-spacing:.15em;margin-bottom:1.4rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero__heading{font-size:clamp(2.6rem,7vw,5.2rem);margin-bottom:.5rem}.hero__subheading{font-size:clamp(1rem,2vw,1.25rem);opacity:.92;max-width:560px;margin:0 auto 2rem}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__waves{position:absolute;bottom:-2px;left:0;width:100%;z-index:2;line-height:0;color:var(--paper)}.hero__wave-svg{width:100%;height:90px;display:block}.wave-anim{opacity:.9}.wave-anim--1{animation:wave-drift 9s ease-in-out infinite}.wave-anim--2{animation:wave-drift 11s ease-in-out infinite reverse}@keyframes wave-drift{0%,to{transform:translate(0)}50%{transform:translate(-2%)}}@keyframes announce-cycle{0%,30%{transform:translateY(0)}33%,63%{transform:translateY(-100%)}66%,96%{transform:translateY(-200%)}to{transform:translateY(-300%)}}.stats-bar{padding:2.2rem 1.5rem;background:var(--sand-light)}.stats-bar__inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stats-bar__item{display:flex;align-items:center;gap:.9rem;justify-content:center}.stats-bar__item i{font-size:1.6rem;color:var(--ocean)}.stats-bar__item strong{display:block;font-family:var(--font-display);font-size:1.15rem;color:var(--deep)}.stats-bar__item span{font-size:.82rem;color:#5b6b73}@media(max-width:768px){.stats-bar__inner{grid-template-columns:repeat(2,1fr)}}.section-collection,.section-collection--related{max-width:var(--container);margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;max-width:var(--container);margin:0 auto}.section-cta{text-align:center;margin-top:2.5rem}.product-card{position:relative;background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.product-visual{position:relative;display:block;aspect-ratio:1/1;background:linear-gradient(135deg,var(--card-tint,var(--ocean)) 0%,var(--sand-light) 130%);overflow:hidden}.product-visual__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-visual__img{transform:scale(1.06)}.product-visual__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#ffffffb3}.product-tag{position:absolute;top:.8rem;left:.8rem;background:var(--deep);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.35em .8em;border-radius:999px}.product-tag--sale{background:var(--gradient-sunset)}.product-tag--sold-out{top:auto;bottom:.8rem;left:.8rem;background:#5b6b73}.product-quickview{position:absolute;top:.8rem;right:.8rem;width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);opacity:0;transform:translateY(-6px);transition:.25s}.product-card:hover .product-quickview{opacity:1;transform:translateY(0)}.product-info{padding:1.1rem 1.2rem 1.3rem}.product-cat{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ocean);font-weight:700;margin-bottom:.3em}.product-info h3{font-size:1rem;text-transform:none;letter-spacing:0;font-family:var(--font-body);font-weight:600;margin-bottom:.3em}.product-rating{color:var(--gold);font-size:.85rem;margin-bottom:.5em}.product-rating span{color:#8a9aa3;font-size:.78rem;margin-left:.3em}.product-price{display:flex;align-items:baseline;gap:.6em;margin-bottom:.9em}.price-sale{font-weight:700;font-size:1.1rem;color:var(--deep)}.price-orig{text-decoration:line-through;color:#9aa7ad;font-size:.9rem}.product-add{width:100%;padding:.7em 1em;border-radius:999px;background:var(--deep);color:#fff;font-weight:600;font-size:.88rem;display:flex;align-items:center;justify-content:center;gap:.5em;transition:.2s}.product-add:hover{background:var(--ocean)}.collection-empty{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:#5b6b73}.collection-empty .icon{width:2.5rem;height:2.5rem;color:var(--ocean-light);margin-bottom:1rem}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.product-info{padding:.9rem .9rem 1.1rem}}.section-lifestyle{max-width:var(--container);margin:0 auto}.lifestyle-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem}.lifestyle-row--reverse .lifestyle-row__media{order:2}.lifestyle-row--reverse .lifestyle-row__text{order:1}.lifestyle-row__media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--gradient-ocean)}.lifestyle-row__media img{width:100%;height:100%;object-fit:cover}.lifestyle-row__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff9;font-size:4rem}.lifestyle-row__text h3{font-size:clamp(1.6rem,3vw,2.4rem);color:var(--deep)}.lifestyle-row__text p{color:#5b6b73;font-size:1.05rem;max-width:480px}.link-arrow{display:inline-flex;align-items:center;gap:.5em;font-weight:700;color:var(--ocean)}.link-arrow .icon{transition:transform .2s}.link-arrow:hover .icon{transform:translate(4px)}@media(max-width:768px){.lifestyle-row{grid-template-columns:1fr;gap:1.5rem}.lifestyle-row--reverse .lifestyle-row__media,.lifestyle-row--reverse .lifestyle-row__text{order:initial}}.bundle-grid{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.bundle-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:1.6rem;text-align:center;box-shadow:var(--shadow-sm);transition:.25s}.bundle-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.bundle-card__tag{display:inline-block;background:var(--sand-light);color:var(--ocean);font-size:.72rem;font-weight:700;letter-spacing:.06em;padding:.35em 1em;border-radius:999px;margin-bottom:1rem}.bundle-card__items{display:flex;justify-content:center;gap:.6rem;margin-bottom:1.2rem}.bundle-card__item{width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;background:var(--sand-light);box-shadow:var(--shadow-sm)}.bundle-card__item img{width:100%;height:100%;object-fit:cover}.bundle-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.4rem;color:var(--ocean-light)}.bundle-card h3{font-size:1.2rem;text-transform:none;font-family:var(--font-body);font-weight:700}.bundle-card__desc{color:#5b6b73;font-size:.92rem}.bundle-card__price{margin-bottom:1.2rem}.bundle-card__savings{display:block;color:var(--ocean);font-size:.82rem;font-weight:600;margin-top:.3em}@media(max-width:900px){.bundle-grid{grid-template-columns:1fr}}.social-ticker{background:var(--deep);color:#fff;padding:1rem 0;overflow:hidden}.social-ticker__track{display:flex;gap:3rem;width:max-content;animation:ticker-scroll 28s linear infinite}.social-ticker__item{display:flex;align-items:center;gap:.6em;font-weight:700;letter-spacing:.04em;font-size:.95rem;white-space:nowrap}.social-ticker__item .icon{color:var(--ocean-light)}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.reviews-grid{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.review-card{background:#fff;border-radius:var(--radius-md);padding:1.8rem;box-shadow:var(--shadow-sm)}.review-card__stars{color:var(--gold);margin-bottom:.7em}.review-card__quote{font-size:1.02rem;color:var(--ink);margin-bottom:1.2em}.review-card__author{display:flex;align-items:center;gap:.8em}.review-card__author img{width:40px;height:40px;border-radius:50%;object-fit:cover}.review-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--gradient-ocean);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.review-card__author strong{display:block;font-size:.9rem}.review-card__author span{font-size:.78rem;color:#8a9aa3}@media(max-width:900px){.reviews-grid{grid-template-columns:1fr}}.section-instagram .section-heading{display:flex;flex-direction:column;align-items:center}.instagram-handle{color:var(--ocean);font-weight:700;margin-top:.3em}.instagram-grid{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:.8rem}.instagram-tile{position:relative;aspect-ratio:1/1;border-radius:var(--radius-sm);overflow:hidden;background:var(--gradient-ocean)}.instagram-tile img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.instagram-tile:hover img{transform:scale(1.08)}.instagram-tile__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#fff9;font-size:1.8rem}.instagram-tile__icon{position:absolute;bottom:.5rem;right:.5rem;color:#fff;font-size:1.1rem;opacity:0;transition:.25s}.instagram-tile:hover .instagram-tile__icon{opacity:1}@media(max-width:900px){.instagram-grid{grid-template-columns:repeat(3,1fr)}}.section-email-capture{background:var(--ec-bg) center/cover no-repeat,var(--gradient-ocean);color:#fff;text-align:center}.email-capture__inner{max-width:560px;margin:0 auto}.email-capture__icon{width:2.6rem;height:2.6rem;color:var(--ocean-light);margin-bottom:1rem}.email-capture__form{display:flex;gap:.7rem;margin-top:1.6rem;flex-wrap:wrap;justify-content:center}.email-capture__form input{flex:1;min-width:220px;padding:.85em 1.2em;border-radius:999px;border:none;outline:none}.form-success{margin-top:.8em;font-weight:600;width:100%}.section-countdown{background:var(--sand-light);text-align:center}.countdown__text{max-width:560px;margin:0 auto 2rem}.countdown__text h2{color:var(--deep);font-size:clamp(1.8rem,4vw,2.6rem)}.countdown__timer{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.countdown__unit{background:#fff;border-radius:var(--radius-md);padding:1rem 1.4rem;min-width:80px;box-shadow:var(--shadow-sm)}.countdown__unit span{display:block;font-family:var(--font-display);font-size:2rem;color:var(--deep)}.countdown__unit small{color:#8a9aa3;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line);padding:1.2rem 0}.faq-item summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:700;font-size:1.02rem;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item__chevron{transition:transform .25s;color:var(--ocean)}.faq-item[open] .faq-item__chevron{transform:rotate(90deg)}.faq-item__answer{margin-top:.9rem;color:#5b6b73;line-height:1.6}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#072b3d73;z-index:120;opacity:0;visibility:hidden;transition:.3s}.cart-overlay.is-active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:92%;max-width:420px;background:var(--paper);z-index:130;display:flex;flex-direction:column;transform:translate(105%);transition:transform .35s ease}.cart-drawer.is-active{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.3rem 1.5rem;border-bottom:1px solid var(--line)}.cart-drawer__header h3{display:flex;align-items:center;gap:.5em;font-size:1.1rem;margin:0;color:var(--deep)}.cart-drawer__header .icon-wave-double{color:var(--ocean)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-line{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-line__visual{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;background:var(--sand-light);flex-shrink:0}.cart-line__visual img{width:100%;height:100%;object-fit:cover}.cart-line__fallback{display:flex;align-items:center;justify-content:center;height:100%;color:var(--ocean-light);font-size:1.4rem}.cart-line__info{flex:1;min-width:0}.cart-line__info h4{font-size:.92rem;text-transform:none;font-family:var(--font-body);font-weight:600;margin-bottom:.2em}.cart-line__variant{display:block;font-size:.78rem;color:#8a9aa3;margin-bottom:.5em}.cart-line__qty{display:flex;align-items:center;gap:.6rem}.qty-btn{width:26px;height:26px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-weight:700}.qty-btn:hover{background:var(--sand-light)}.cart-line__aside{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cart-line__price{font-weight:700;font-size:.92rem}.cart-line__remove{font-size:.75rem;color:#c0392b;text-decoration:underline}.cart-drawer__footer{padding:1.3rem 1.5rem;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;margin-bottom:.5em;color:var(--deep)}.cart-shipping-note{font-size:.82rem;color:var(--ocean);background:var(--sand-light);padding:.6em 1em;border-radius:var(--radius-sm);margin-bottom:1rem}.cart-drawer__footer .btn{margin-bottom:.6rem}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty__icon{width:3rem;height:3rem;color:var(--ocean-light);margin-bottom:1rem}.cart-page{max-width:var(--container);margin:0 auto}.cart-page h1{color:var(--deep);margin-bottom:1.5rem}.cart-page__layout{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem}.cart-page__items{display:flex;flex-direction:column}.cart-line--page{align-items:center}.cart-line--page .cart-line__visual{width:96px;height:96px}.cart-page__summary{background:var(--sand-light);border-radius:var(--radius-md);padding:1.6rem;align-self:start}.cart-page__summary h3{font-family:var(--font-body);text-transform:none;font-size:1.1rem;margin-bottom:1rem}.cart-note{width:100%;min-height:80px;border-radius:var(--radius-sm);border:1px solid var(--line);padding:.8em;margin-bottom:1rem;resize:vertical}.cart-page__summary .btn{margin-bottom:.6rem}@media(max-width:900px){.cart-page__layout{grid-template-columns:1fr}}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#072b3d8c;z-index:150;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;padding:1.5rem}.popup-overlay.is-active{opacity:1;visibility:visible}.quick-view-modal{position:relative;background:#fff;border-radius:var(--radius-lg);max-width:780px;width:100%;max-height:88vh;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;box-shadow:var(--shadow-lg)}.quick-view-modal .icon-btn-close{position:absolute;top:1rem;right:1rem;background:#fff;box-shadow:var(--shadow-sm);z-index:2}.qv-image{background:var(--gradient-ocean);min-height:280px;background-size:cover;background-position:center}.qv-info{padding:2rem}.qv-tag{color:var(--ocean);font-weight:700;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4em}.qv-info h3{font-size:1.4rem;text-transform:none;font-family:var(--font-body);font-weight:700}.qv-rating{color:var(--gold);margin-bottom:.6em}.qv-price{font-size:1.3rem;font-weight:700;color:var(--deep);margin-bottom:1rem}.qv-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#5b6b73;margin-bottom:.5em}.qv-sizes{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.3rem}.qv-full-link{display:block;text-align:center;margin-top:.8rem;color:var(--ocean);font-weight:600}@media(max-width:700px){.quick-view-modal{grid-template-columns:1fr}}.popup-card{position:relative;background:#fff;border-radius:var(--radius-lg);max-width:420px;width:100%;padding:2.4rem 2rem;text-align:center;box-shadow:var(--shadow-lg)}.popup-card__visual{font-size:2.4rem;color:var(--ocean);margin-bottom:.8rem}.popup-card h3{color:var(--deep);font-size:1.5rem}.popup-card p{color:#5b6b73}.popup-card__form{display:flex;flex-direction:column;gap:.8rem;margin-top:1.2rem}.popup-card__form input{padding:.85em 1.2em;border-radius:999px;border:1px solid var(--line);outline:none}.popup-card__skip{display:block;margin-top:1rem;font-size:.82rem;color:#8a9aa3;text-decoration:underline}.social-proof-toast{position:fixed;left:1.2rem;bottom:1.2rem;z-index:140;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:1rem 2.6rem 1rem 1rem;display:flex;align-items:center;gap:.8rem;max-width:320px;transform:translateY(120%);opacity:0;transition:transform .4s ease,opacity .4s ease}.social-proof-toast.is-visible{transform:translateY(0);opacity:1}.social-proof-toast__close{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border-radius:50%;background:var(--sand-light);display:flex;align-items:center;justify-content:center;font-size:.7rem}.social-proof-toast__icon{width:38px;height:38px;border-radius:50%;background:var(--sand-light);color:var(--ocean);display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-proof-toast__text{font-size:.85rem;line-height:1.4}.social-proof-toast__text strong{color:var(--deep)}@media(max-width:600px){.social-proof-toast{left:.7rem;bottom:5.5rem;max-width:calc(100% - 1.4rem)}}.mobile-sticky-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:100;background:var(--paper);border-top:1px solid var(--line);padding:.7rem 1rem;align-items:center;gap:.8rem;box-shadow:0 -6px 20px #072b3d14}.mobile-sticky-cta__shop{flex:1;display:flex;align-items:center;justify-content:center;gap:.5em;background:var(--gradient-sunset);color:#fff;font-weight:700;padding:.8em 1em;border-radius:999px}.mobile-sticky-cta__cart{position:relative;width:46px;height:46px;border-radius:50%;background:var(--sand-light);display:flex;align-items:center;justify-content:center;font-size:1.1rem}@media(max-width:768px){.mobile-sticky-cta{display:flex}}.site-footer{background:var(--deep);color:#cfe3ea;position:relative;padding-top:0}.footer-wave{color:var(--paper);line-height:0}.footer-wave svg{width:100%;height:50px;display:block}.footer-newsletter{max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding:2rem 1.5rem 3rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer-newsletter__text h3{color:#fff;font-size:1.6rem}.footer-newsletter__text p{color:#9fb7c2;max-width:380px;margin:0}.footer-newsletter__form{display:flex;gap:.7rem;flex-wrap:wrap}.footer-newsletter__form input{padding:.85em 1.2em;border-radius:999px;border:none;min-width:240px}.footer-main{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr;gap:3rem;padding:3rem 1.5rem}.footer-brand p{color:#9fb7c2;max-width:320px}.footer-brand .site-logo{color:#fff;margin-bottom:1rem}.footer-social{display:flex;gap:.8rem}.footer-social a{width:38px;height:38px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:.2s}.footer-social a:hover{background:var(--ocean)}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{color:#fff;font-size:.85rem;letter-spacing:.08em;margin-bottom:1rem}.footer-column ul li{margin-bottom:.6rem}.footer-column a{color:#9fb7c2;font-size:.92rem;transition:.2s}.footer-column a:hover{color:#fff}.footer-bottom{max-width:var(--container);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 2.2rem;flex-wrap:wrap;gap:1rem;font-size:.82rem;color:#8aa3ad}.footer-payments{display:flex;gap:.7rem;font-size:1.5rem;color:#cfe3ea}@media(max-width:900px){.footer-main{grid-template-columns:1fr}.footer-columns{grid-template-columns:repeat(2,1fr)}}.product-page{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:3rem}.product-gallery__main{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1/1;background:var(--gradient-ocean)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#fff9;font-size:4rem}.product-gallery__thumbs{display:flex;gap:.7rem;margin-top:1rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;opacity:.7;transition:.2s}.product-gallery__thumb.is-active{border-color:var(--ocean);opacity:1}.product-page__details .product-cat{margin-top:.4rem}.product-title{font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--deep);text-transform:none;font-family:var(--font-body);font-weight:800}.product-price--lg{font-size:1.5rem;margin-bottom:1.2rem}.product-price--lg .price-sale{font-size:1.6rem}.product-description{color:#5b6b73;margin-bottom:1.5rem;line-height:1.7}.option-selector{margin-bottom:1.3rem}.option-selector__label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#5b6b73;margin-bottom:.6em}.option-selector__values{display:flex;gap:.6rem;flex-wrap:wrap}.option-pill{padding:.6em 1.2em;border-radius:999px;border:1.5px solid var(--line);font-weight:600;font-size:.9rem;transition:.2s}.option-pill:hover{border-color:var(--ocean)}.option-pill.is-selected{background:var(--deep);color:#fff;border-color:var(--deep)}.quantity-selector{margin-bottom:1.5rem}.quantity-selector__control{display:inline-flex;align-items:center;gap:.8rem;border:1px solid var(--line);border-radius:999px;padding:.4rem .8rem}.quantity-selector__control input{width:42px;text-align:center;border:none;outline:none;background:none}.product-trust-badges{display:flex;gap:1.2rem;flex-wrap:wrap;margin:1.5rem 0;font-size:.82rem;color:#5b6b73}.product-trust-badges i{color:var(--ocean);margin-right:.4em}.product-accordions{margin-top:1rem}@media(max-width:900px){.product-page{grid-template-columns:1fr;gap:1.8rem}}.collection-banner{max-width:var(--container);margin:0 auto;text-align:center;padding-bottom:1rem}.collection-banner h1{color:var(--deep);font-size:clamp(2rem,4vw,3rem)}.collection-banner__desc{color:#5b6b73;max-width:640px;margin:0 auto}.collection-toolbar{max-width:var(--container);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--line);margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.collection-toolbar__count{color:#8a9aa3;font-size:.9rem}.collection-toolbar__sort select{border:1px solid var(--line);border-radius:999px;padding:.5em 1em}.pagination{display:flex;justify-content:center;gap:.6rem;margin:3rem auto;max-width:var(--container)}.pagination__page,.pagination__arrow{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;font-size:.88rem}.pagination__arrow{width:auto;padding:0 1rem;border-radius:999px;background:var(--sand-light)}.pagination__page.is-current{background:var(--deep);color:#fff}.page-content{max-width:760px;margin:0 auto}.page-content h1{color:var(--deep)}.page-content__body{color:#374b53;line-height:1.75}.error-page{max-width:520px;margin:0 auto;text-align:center;padding:5rem 1.5rem}.error-page__icon{width:3.5rem;height:3.5rem;color:var(--ocean-light);margin-bottom:1.2rem}.error-page h1{color:var(--deep);font-size:1.9rem}.search-page__form{max-width:480px;margin:1.5rem auto 0}.search-result-page{display:block;padding:1.4rem;border:1px solid var(--line);border-radius:var(--radius-md)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}[data-reveal].is-revealed{opacity:1;transform:translateY(0)}@media(max-width:1024px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){body{padding-bottom:64px}.footer-newsletter{flex-direction:column;align-items:flex-start}}\fffd\fffd\fffd\fffd\fffd\fffd\fffd{}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
