:root{--accent:#2bbbc6;--ink:#101010;--muted:#666;--width:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.page-width{max-width:var(--width);margin:auto;padding-inline:30px}.skip-link,.visually-hidden{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}.skip-link:focus{clip:auto;width:auto;height:auto;z-index:999;background:#fff;padding:14px}.announcement{height:40px;background:var(--accent);color:white;text-align:center;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;font-style:italic;letter-spacing:.09em}.site-header{position:absolute;z-index:10;top:40px;width:100%;color:white}.header-inner{min-height:112px;display:flex;align-items:center;gap:42px;padding:18px 32px}.brand{flex:0 0 auto;max-width:170px;text-shadow:1px 3px 0 #0e2729,-2px -2px 0 #0e2729}.brand-image{max-width:140px;max-height:100px;width:auto;height:auto;object-fit:contain}.brand-word{display:block;max-width:150px;font-weight:1000;font-style:italic;line-height:.83;font-size:35px;letter-spacing:-.075em;transform:rotate(-7deg);-webkit-text-stroke:1px #16282b}.brand-word small{font-size:10px;vertical-align:top;letter-spacing:0}.desktop-nav{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:11px;font-weight:900;font-style:italic}.desktop-nav a{white-space:nowrap}.desktop-nav a:hover{text-decoration:underline}.nav-item{position:relative}.nav-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;color:#151515;min-width:205px;padding:15px;box-shadow:0 8px 25px #0003}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{display:grid;gap:13px}.header-actions{margin-left:auto;display:flex;gap:19px;align-items:center}.icon-button{border:0;background:none;color:inherit;display:inline-flex;align-items:center;justify-content:center;position:relative;padding:6px}.icon-button svg{width:23px;height:23px}.cart-count{font-size:10px;position:absolute;right:-7px;top:0}.mobile-menu-toggle,.mobile-nav{display:none}.hero{height:min(60vw,800px);min-height:650px;position:relative;color:#fff;background:#08a8d7 var(--hero-image,url('tropical-hero.webp')) center/cover no-repeat;overflow:hidden}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,52,86,.32),transparent 67%),linear-gradient(0deg,rgba(0,36,52,.22),transparent 42%)}.hero-content{position:relative;height:100%;display:flex;align-items:center}.hero-copy{padding-top:120px;max-width:760px}.hero-eyebrow{text-transform:uppercase;font-size:14px;letter-spacing:.22em;font-weight:900}.hero h1{font-size:clamp(55px,7vw,116px);line-height:.89;letter-spacing:-.055em;font-style:italic;font-weight:1000;margin:12px 0 20px;text-shadow:0 4px 22px #03476c78}.hero-subtitle{font-size:19px;font-weight:700;max-width:490px}.hero-button{background:#fff;color:#111;display:inline-flex;gap:28px;padding:18px 25px;margin-top:17px;font-size:12px;font-weight:900;letter-spacing:.08em;border-radius:2px}.hero-button:hover{background:var(--accent);color:white}.hero-strip{position:absolute;bottom:0;left:0;width:100%;display:flex;gap:0;padding:25px 35px;align-items:center;font-size:14px;font-weight:900;letter-spacing:.03em}.hero-strip span{padding:0 27px;border-right:1px solid #fff9}.hero-strip span:first-child{padding-left:0}.hero-strip span:last-child{border:0}.section-heading{text-align:center;margin:90px auto 62px}.kicker{display:block;font-size:12px;font-weight:800;font-style:italic}.section-heading h2{font-size:clamp(47px,7vw,96px);line-height:.9;letter-spacing:-.06em;max-width:850px;margin:25px auto 0;font-weight:1000;text-transform:uppercase}.collection-section{padding-bottom:35px}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.collection-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-card{display:block;position:relative;height:470px;border-radius:17px;overflow:hidden;background:#099ad3}.collection-card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.collection-card:hover .collection-card-image{transform:scale(1.05)}.collection-card-image.default-image{background:linear-gradient(0deg,#032b45aa,#032b4500 50%),url('tropical-hero.webp') center/cover}.collection-card:nth-child(2n) .default-image{background-position:75% center}.collection-card:nth-child(3n) .default-image{background-position:15% center}.collection-card-title{position:absolute;left:24px;right:24px;bottom:22px;color:#fff;font-size:clamp(22px,2.4vw,36px);font-weight:1000;letter-spacing:-.04em;text-shadow:0 2px 14px #0009;display:flex;justify-content:space-between;align-items:end}.collection-card-title span{font-size:28px}.featured-section{padding-bottom:55px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.product-card-image{display:block;aspect-ratio:1;background:#f5f5f5}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card h3{font-size:15px;font-weight:600;margin:15px 0 8px}.product-card p{font-size:15px;margin:0}.product-card s{color:#888;margin-left:8px}.center{text-align:center;margin:40px}.outline-button{display:inline-block;border:1px solid #111;border-radius:30px;padding:15px 38px;font-size:12px;letter-spacing:.05em}.newsletter{text-align:center;padding-top:100px;padding-bottom:100px}.newsletter h2{font-size:clamp(28px,4vw,48px);margin:0 0 30px}.newsletter-form{display:flex;max-width:650px;margin:auto;border-bottom:1px solid #111;position:relative}.newsletter input{border:0;outline:0;padding:17px 0;flex:1;min-width:0}.newsletter button{border:0;background:none;font-size:12px;font-weight:800}.newsletter-form p{position:absolute;top:100%;left:0}.fine-print{font-size:12px;color:#777;margin-top:20px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-top:32px;padding-bottom:35px;border-top:1px solid #ddd}.trust-row b{font-size:15px}.trust-row p{font-size:13px;color:#666;line-height:1.5}.footer{background:#f5f5f5;padding:65px 0 28px}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:40px}.footer h3{text-transform:uppercase;font-size:16px}.footer nav{display:grid;gap:13px;font-size:14px}.footer-brand{font-size:clamp(30px,4vw,65px);font-weight:1000;font-style:italic;text-transform:uppercase;letter-spacing:-.07em;align-self:center;text-align:right}.copyright{border-top:1px solid #ddd;margin-top:65px;padding-top:25px;font-size:12px}.inner-page{padding-top:70px;padding-bottom:100px;min-height:50vh}.inner-page h1{font-size:clamp(36px,5vw,70px);line-height:1;letter-spacing:-.05em}.inner-page .rte{max-width:850px;line-height:1.65}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.pagination{display:flex;gap:16px;justify-content:center;margin:50px}.product-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery img{width:100%;height:auto}.product-info h1{margin-top:0}.product-form{display:grid;gap:15px;max-width:440px}.product-form select,.search-form input,.contact-form input,.contact-form textarea,.cart-qty{padding:14px;border:1px solid #bbb;background:white;width:100%}.solid-button{background:#111;color:white;border:1px solid #111;padding:17px 24px;text-align:center;font-weight:800}.solid-button:disabled{opacity:.5}.cart-line{display:flex;gap:20px;padding:25px 0;border-bottom:1px solid #ddd}.cart-line img{width:100px;height:100px;object-fit:cover}.cart-line-main{flex:1}.cart-qty{width:75px}.contact-form{display:grid;gap:14px;max-width:600px}@media(max-width:900px){.desktop-nav{display:none}.mobile-menu-toggle{display:flex;flex-direction:column;gap:5px;order:3}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:currentColor}.header-inner{min-height:80px;gap:15px;padding:12px 18px}.brand-word{font-size:27px}.brand-image{max-height:66px}.header-actions{gap:7px}.mobile-nav:not([hidden]){display:grid;background:#fff;color:#111;padding:16px 25px 30px;gap:0;box-shadow:0 12px 25px #0002}.mobile-nav>a,.mobile-nav summary{display:block;padding:16px 0;border-bottom:1px solid #ddd;font-weight:800}.mobile-nav summary{display:flex;justify-content:space-between;list-style:none}.mobile-nav .sub-link{display:block;padding:12px 20px;font-size:14px}.hero{height:690px;min-height:0;background-position:center}.hero-copy{padding-top:90px}.hero-strip{font-size:10px;padding:18px;gap:10px;justify-content:center}.hero-strip span{padding:0 10px}.collection-grid{gap:14px}.collection-card{height:320px}.product-grid{grid-template-columns:repeat(2,1fr)}.section-heading{margin:75px auto 45px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{text-align:left}.product-layout{gap:25px}}@media(max-width:600px){.page-width{padding-inline:18px}.announcement{font-size:9px;padding:0 12px}.hero{height:660px;background-position:55% center}.hero h1{font-size:clamp(52px,14vw,76px)}.hero-subtitle{font-size:16px}.hero-button{font-size:11px}.hero-strip{display:grid;grid-template-columns:1fr 1fr;left:0;text-align:left}.hero-strip span{border:0;padding:0}.hero-strip span:first-child{grid-column:1/-1}.collection-grid,.collection-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.collection-card{height:260px;border-radius:10px}.collection-card-title{left:12px;right:12px;bottom:13px;font-size:20px}.collection-card-title span{font-size:20px}.section-heading h2{font-size:47px}.section-heading{margin:65px auto 35px}.product-grid{gap:12px}.newsletter{padding-top:75px;padding-bottom:75px}.trust-row{grid-template-columns:1fr;gap:5px}.footer-grid{grid-template-columns:1fr 1fr;gap:18px}.footer-brand{grid-column:1/-1}.product-layout{grid-template-columns:1fr}.product-gallery{grid-template-columns:1fr 1fr}.inner-page{padding-top:55px}.cart-line img{width:72px;height:72px}}

body:not(.template-index) .site-header{position:relative;top:auto;color:#111;background:#fff;border-bottom:1px solid #eee}body:not(.template-index) .brand{text-shadow:none}body:not(.template-index) .brand-word{-webkit-text-stroke:0}body:not(.template-index) .nav-dropdown{z-index:15}
.category-rail{background:#111;color:#fff;border-bottom:1px solid #333}.category-rail-inner{display:flex;align-items:center;gap:30px;overflow-x:auto;scrollbar-width:none;min-height:68px;white-space:nowrap}.category-rail-inner::-webkit-scrollbar{display:none}.category-rail a{font-size:12px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;transition:color .2s}.category-rail a:hover{color:var(--accent)}.rail-label{color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.13em;border-right:1px solid #555;padding-right:28px}.section-heading>p{font-size:16px;color:#777;margin-top:22px}.collection-section{scroll-margin-top:20px}.collection-card{scroll-margin-top:30px}.collection-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.65),transparent 48%);pointer-events:none}.collection-card-title{z-index:1}.collection-card-image.default-image{background:none}.collection-card-image.visual-shoes{background:url('category-running.webp') center/cover}.collection-card-image.visual-outerwear{background:url('category-outerwear.webp') center/cover}.collection-card-image.visual-bags{background:url('category-bags.webp') center/cover}.collection-card-image.visual-tropical{background:url('tropical-hero.webp') center/cover}.collection-card:nth-child(2n) .default-image{background-position:58% center}.collection-card:nth-child(3n) .default-image{background-position:42% center}#brands .collection-card{height:530px}.collection-grid.two .collection-card{height:530px}@media(max-width:900px){.category-rail-inner{gap:22px;min-height:58px}.rail-label{padding-right:22px}.collection-card{height:350px}}@media(max-width:600px){.category-rail-inner{gap:18px;min-height:53px}.category-rail a{font-size:11px}.rail-label{font-size:10px}.collection-card,.collection-grid.two .collection-card{height:265px}.section-heading>p{font-size:14px}}
.collection-banner{min-height:300px;display:flex;align-items:end;padding:65px 0;color:#fff;background:linear-gradient(0deg,#001c31b9,#04345d66),var(--collection-image,url('tropical-hero.webp')) center/cover}.collection-banner h1{font-size:clamp(54px,8vw,112px);line-height:.9;letter-spacing:-.06em;text-transform:uppercase;margin:16px 0}.collection-banner p{font-size:12px;font-weight:800;letter-spacing:.12em}.collection-page{padding-top:55px}.collection-description{margin-bottom:35px}.collection-toolbar{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:17px 0;margin-bottom:32px;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.04em}.collection-toolbar form{display:flex;align-items:center;gap:14px}.collection-toolbar select{background:white;border:0;border-bottom:1px solid #111;padding:10px;font-size:12px;max-width:190px}.empty-collection{text-align:center;padding:90px 10px;background:#f5f7f8}.empty-collection p{font-size:19px;margin-bottom:25px}.product-layout{align-items:start}.product-info{position:sticky;top:30px}.product-breadcrumb{font-size:11px;font-weight:800;letter-spacing:.1em;color:#888;margin-bottom:35px}.product-info h1{text-transform:uppercase;font-size:clamp(38px,4.5vw,70px)}.product-price{font-size:23px;font-weight:800;margin:0 0 35px}.product-price s{font-size:17px;color:#999;font-weight:400;margin-left:10px}.product-form{max-width:none;gap:12px}.product-form label{font-size:12px;font-weight:900;letter-spacing:.07em}.product-form select{height:54px}.product-form .solid-button{height:58px}.product-promises{display:flex;flex-wrap:wrap;gap:25px;border-bottom:1px solid #ddd;padding:30px 0;font-size:13px;font-weight:700}.product-description{padding-top:25px}.product-description h2{font-size:15px;letter-spacing:.08em}.product-card-image{overflow:hidden}.product-card-image img{transition:transform .35s}.product-card:hover img{transform:scale(1.04)}@media(max-width:600px){.collection-banner{min-height:255px;padding-bottom:45px}.collection-toolbar{gap:10px}.collection-toolbar select{max-width:150px}.product-info{position:static}.product-promises{gap:15px}.product-gallery{grid-template-columns:1fr}.product-gallery img:not(:first-child){display:none}}
.category-details{margin-top:45px}.category-detail[hidden]{display:none}.category-detail{scroll-margin-top:30px;border-top:2px solid #111;padding-top:40px;animation:reveal .25s ease}.category-detail-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:35px}.category-detail h3{font-size:clamp(42px,6vw,78px);line-height:.9;letter-spacing:-.06em;text-transform:uppercase;margin:13px 0 0}.category-back{font-size:12px;font-weight:800;white-space:nowrap;border-bottom:1px solid #111;padding-bottom:7px}.category-detail .empty-collection{margin-bottom:45px}@keyframes reveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.category-detail-heading{align-items:start;flex-direction:column}.category-detail h3{font-size:44px}.category-back{margin-bottom:5px}}

.collection-card-image.visual-chaussures{background:url('category-chaussures.webp') center/cover}.collection-card-image.visual-running{background:url('category-running.webp') center/cover}.collection-card-image.visual-vestes{background:url('category-vestes.webp') center/cover}.collection-card-image.visual-doudounes{background:url('category-doudounes.webp') center/cover}.collection-card-image.visual-ensembles{background:url('category-ensembles.webp') center/cover}.collection-card-image.visual-accessoires{background:url('category-accessoires.webp') center/cover}.collection-card-image.visual-sacoches{background:url('category-sacoches.webp') center/cover}
