:root{--ink:#111;--muted:#747474;--cream:#f4f0ea;--line:#dedede;--pink:#e6b9b8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;font-size:14px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.announcement{height:35px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-around;font-size:11px;letter-spacing:1px}header{height:72px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;padding:0 3%;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:20}.logo{font-weight:900;font-size:22px;letter-spacing:-1px}nav{display:flex;justify-content:center;gap:30px;font-weight:700;font-size:12px}.actions{display:flex;gap:15px}.icon{border:0;background:none;cursor:pointer;font-weight:700}.drawer,.shade{display:none}.hero{position:relative;height:min(78vh,760px);background:#292929;overflow:hidden}.hero img,.editorial img{width:100%;height:100%;object-fit:cover}.hero-copy{position:absolute;inset:auto 0 8%;text-align:center;color:white;text-shadow:0 1px 5px #000}.hero-copy h1{font-size:44px;margin:0 0 8px}.btn{display:inline-block;background:#111;color:#fff;padding:15px 28px;border:0;font-weight:800;letter-spacing:.8px;cursor:pointer}.section{padding:55px 3%}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-head h2{font-size:28px;margin:0 0 5px}.section-head p{margin:0;color:var(--muted)}.product-row,.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{min-width:0;position:relative}.image-wrap{aspect-ratio:4/5;background:#f6f6f6;overflow:hidden;position:relative}.image-wrap img{width:100%;height:100%;object-fit:contain;transition:.4s}.card:hover img{transform:scale(1.025)}.badge{position:absolute;left:10px;top:10px;background:#fff;padding:6px 9px;font-size:10px;font-weight:bold}.wish{position:absolute;right:10px;top:8px;font-size:19px}.card h3{font-size:13px;margin:12px 0 5px;line-height:1.35}.colour{color:var(--muted);font-size:12px}.price{margin-top:6px}.old{text-decoration:line-through;color:#888;margin-left:8px}.editorial{height:620px;position:relative}.editorial-copy{position:absolute;inset:auto 6% 10%;color:#fff}.editorial-copy h2{font-size:40px;margin:0 0 8px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-card{height:430px;position:relative;overflow:hidden;background:#eee}.category-card img{width:100%;height:100%;object-fit:cover}.category-card h3{position:absolute;bottom:10px;left:18px;color:#fff;font-size:24px;text-shadow:0 1px 4px #000}.collection-hero{text-align:center;padding:60px 20px;background:var(--cream)}.toolbar{display:flex;gap:12px;justify-content:space-between;padding:22px 3%;border-bottom:1px solid var(--line)}.toolbar input,.toolbar select{padding:12px;border:1px solid var(--line);background:#fff}.product-page{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;padding:32px 4%}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gallery img{width:100%;aspect-ratio:4/5;object-fit:contain;background:#f5f5f5}.details{position:sticky;top:110px;height:max-content}.details h1{font-size:26px}.details .price{font-size:18px}.choices{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.choice{border:1px solid #aaa;background:#fff;padding:11px 15px;cursor:pointer}.choice.active{background:#111;color:#fff}.atc{width:100%;padding:17px;background:#111;color:#fff;border:0;font-weight:800;margin:10px 0}.stock{font-size:12px;text-align:center}.stock i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#4f9e65;margin-right:5px;animation:pulse 1.4s infinite}.tabs details{border-top:1px solid var(--line);padding:15px 0}.tabs summary{font-weight:bold;cursor:pointer}.legal{max-width:900px;margin:auto;padding:60px 25px;line-height:1.7}.legal h1{font-size:36px}.cart-panel{position:fixed;right:-440px;top:0;width:min(440px,100%);height:100%;background:#fff;z-index:40;padding:25px;transition:.3s;overflow:auto}.cart-panel.open{right:0}.cart-line{display:grid;grid-template-columns:75px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid #ddd}.cart-line img{width:75px;height:95px;object-fit:contain}.checkout{max-width:900px;margin:auto;padding:50px 20px}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.checkout input,.checkout select{width:100%;padding:13px;margin:6px 0;border:1px solid #ccc}.perks{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.perks a{padding:28px 8px;font-size:11px;font-weight:bold}.newsletter{display:flex;justify-content:space-between;gap:30px;padding:50px 5%;background:#f4f0ea}.newsletter h2{margin:0}.newsletter form{display:flex;align-items:center}.newsletter input{width:300px;padding:14px;border:0;border-bottom:1px solid}.newsletter button{padding:14px;border:0;background:none}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:45px 5%}.footer-grid div{display:flex;flex-direction:column;gap:12px}footer small{display:block;padding:0 5% 30px;color:#777}#toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%,80px);background:#111;color:#fff;padding:12px 18px;z-index:99;transition:.3s}#toast.show{transform:translate(-50%,0)}@keyframes pulse{50%{box-shadow:0 0 0 5px #4f9e6533}}
@media(max-width:700px){.announcement span{display:none}.announcement{justify-content:center;height:30px}header{height:58px;grid-template-columns:45px 1fr auto;padding:0 10px;text-align:center}header nav{display:none}.logo{font-size:18px}.actions{gap:4px}.actions .icon:first-child{display:none}.drawer{display:flex;position:fixed;left:-88%;top:0;width:88%;height:100%;background:#fff;z-index:40;flex-direction:column;padding:70px 25px;gap:22px;transition:.3s}.drawer.open{left:0}.drawer .close{position:absolute;top:18px;right:18px;font-size:30px;border:0;background:none}.shade{display:block;position:fixed;inset:0;background:#0008;z-index:30;opacity:0;visibility:hidden;transition:.3s}.shade.open{opacity:1;visibility:visible}.hero{height:76vh;min-height:590px}.hero-copy h1{font-size:31px}.hero-copy{padding:0 20px}.section{padding:38px 12px}.section-head h2{font-size:22px}.product-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px}.product-row .card{min-width:47%;scroll-snap-align:start}.grid{grid-template-columns:1fr 1fr;gap:10px}.card h3{font-size:11px}.editorial{height:640px}.editorial-copy h2{font-size:29px}.category-grid{grid-template-columns:1fr 1fr;gap:6px}.category-card{height:285px}.category-card h3{font-size:18px}.toolbar{padding:12px;display:grid;grid-template-columns:1fr 1fr}.toolbar input{grid-column:1/-1}.product-page{display:block;padding:12px}.gallery{display:flex;overflow:auto;scroll-snap-type:x mandatory}.gallery img{min-width:94%;scroll-snap-align:start}.details{position:static;padding:15px 4px}.perks{grid-template-columns:1fr 1fr}.newsletter{display:block}.newsletter form{margin-top:20px}.newsletter input{width:100%}.footer-grid{grid-template-columns:1fr}.checkout-grid{grid-template-columns:1fr}.legal{padding:40px 18px}.legal h1{font-size:29px}}
.logo{display:flex;align-items:center;gap:9px;line-height:.8}.logo-mark{width:31px;height:31px;border:2px solid #111;display:grid;place-items:center;transform:rotate(45deg);font-size:17px}.logo-mark::first-letter{transform:rotate(-45deg)}.logo em{display:block;font-size:7px;letter-spacing:4px;font-style:normal;margin-top:7px}.customer-proof{width:100%;border:1px solid #dedede;background:#fff;padding:12px 10px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;text-align:left;cursor:pointer;transition:.25s}.customer-proof:hover,.customer-proof.open{border-color:#111;background:#fafafa}.customer-proof small{display:block;color:#777;margin-top:3px}.customer-proof strong,.review-panel article span,.review-summary span{color:#00a862;letter-spacing:1px}.proof-faces{display:flex;padding-left:8px}.proof-faces i{width:29px;height:29px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-style:normal;font-size:10px;margin-left:-8px;border:2px solid #fff}.review-panel{max-height:0;overflow:hidden;opacity:0;transition:max-height .55s ease,opacity .35s ease;border:1px solid transparent}.review-panel.open{max-height:740px;opacity:1;border-color:#ddd;margin-top:8px}.review-panel article,.review-summary{padding:14px;border-bottom:1px solid #eee;display:grid;gap:5px}.review-panel article p{margin:3px 0;line-height:1.45}.review-summary{background:#f7fff9;text-align:center}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:10px 0}.trust-row div{min-height:91px;border:1px solid #e1e1e1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px;position:relative;overflow:hidden}.trust-row div::after{content:"";position:absolute;inset:-80% auto -80% -45%;width:25%;background:#fff8;transform:rotate(18deg);animation:trustShine 3.2s infinite}.trust-row i{font-size:19px;font-style:normal;animation:trustFloat 1.8s ease-in-out infinite}.trust-row b{font-size:9px;margin:7px 0 3px}.trust-row small{font-size:8px;color:#777}.perks a{display:flex;gap:7px;align-items:center;justify-content:center;transition:.25s}.perks a:hover{background:#111;color:#fff}.perks span{font-size:20px;animation:trustFloat 2s ease-in-out infinite}@keyframes trustFloat{50%{transform:translateY(-4px)}}@keyframes trustShine{0%,55%{left:-45%}100%{left:145%}}
@media(max-width:700px){.logo{justify-content:center}.logo-mark{width:26px;height:26px;font-size:14px}.logo em{font-size:6px;letter-spacing:2.5px}.customer-proof{grid-template-columns:auto 1fr}.customer-proof strong{grid-column:2}.trust-row{gap:3px}.trust-row div{min-height:86px;padding:5px}.perks a{flex-direction:column;padding:20px 6px;font-size:9px}.perks span{font-size:18px}}
.title-stock{text-align:left;margin:-10px 0 12px;color:#337a47;font-size:11px}.customer-proof{padding:7px 9px;grid-template-columns:auto 1fr auto;gap:8px;border-radius:3px}.customer-proof small{margin-top:1px;font-size:10px}.customer-proof .proof-arrow{font-size:24px;font-style:normal;color:#777}.proof-faces{padding-left:9px}.proof-faces img{width:27px;height:27px;border-radius:50%;object-fit:cover;object-position:top;margin-left:-9px;border:2px solid #fff;background:#eee}.review-backdrop{position:fixed;inset:0;background:#0008;z-index:100;display:grid;place-items:center;padding:16px;opacity:0;visibility:hidden;transition:.25s}.review-backdrop.open{opacity:1;visibility:visible}.modal-open{overflow:hidden}.review-modal{width:min(540px,100%);max-height:min(690px,88vh);background:#fff;position:relative;box-shadow:0 24px 70px #0004;transform:translateY(18px) scale(.98);transition:.28s;overflow:hidden}.review-backdrop.open .review-modal{transform:none}.review-close{position:absolute;right:10px;top:8px;width:34px;height:34px;border:0;border-radius:50%;background:#f1f1f1;font-size:25px;line-height:1;cursor:pointer;z-index:2}.review-close:hover{background:#111;color:#fff}.review-scroll{overflow:auto;max-height:500px}.review-modal article{padding:15px;border-bottom:1px solid #eee;display:grid;grid-template-columns:58px 1fr;gap:13px}.review-modal article>img{width:58px;height:72px;object-fit:cover;object-position:top;border-radius:3px}.review-modal article div{display:grid;gap:4px}.review-modal article p{margin:2px 0;line-height:1.4}.review-modal article span,.review-summary span{color:#00a862;letter-spacing:1px}.review-summary{padding:18px 50px 16px;background:#f6fff8;text-align:center;display:grid;gap:4px}.trust-row{gap:6px}.trust-row div{min-height:64px;display:grid;grid-template-columns:28px 1fr;text-align:left;justify-items:start;padding:9px;gap:7px}.trust-row svg{width:25px;height:25px;fill:none;stroke:#111;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;animation:trustFloat 2s ease-in-out infinite}.trust-row div span{display:flex;flex-direction:column}.trust-row b{margin:0 0 3px;font-size:8px}.trust-row small{font-size:7px}.trust-row div::after{display:none}
@media(max-width:700px){.customer-proof{grid-template-columns:auto 1fr auto}.customer-proof strong{grid-column:auto}.review-modal{max-height:82vh}.review-scroll{max-height:58vh}.review-modal article{grid-template-columns:52px 1fr;padding:12px}.review-modal article>img{width:52px;height:65px}.trust-row{grid-template-columns:1fr}.trust-row div{min-height:52px;grid-template-columns:30px 1fr;padding:8px 12px}.trust-row b{font-size:9px}.trust-row small{font-size:8px}}
.rating-line{font-size:12px;margin:5px 0 12px}.rating-line span{color:#00a862;letter-spacing:1px}.colour-swatches{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 10px;scrollbar-width:thin}.colour-swatch{flex:0 0 53px;width:53px;height:67px;border:1px solid #ddd;background:#f5f5f5;padding:2px;cursor:pointer}.colour-swatch.active{border:2px solid #111;padding:1px}.colour-swatch img{width:100%;height:100%;object-fit:cover}.lulu-size:disabled{opacity:.35;text-decoration:line-through;cursor:not-allowed}.lulu-product .details{max-width:520px}.lulu-product .gallery img{object-fit:cover}
@media(max-width:700px){.colour-swatch{flex-basis:47px;width:47px;height:59px}.lulu-product .gallery img{object-fit:cover}}
.model-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px}.model-choice{height:92px;border:1px solid #ddd;background:#fff;padding:5px;display:grid;grid-template-columns:68px 1fr;align-items:center;text-align:left;font-weight:700;cursor:pointer}.model-choice.active{border:2px solid #111;padding:4px}.model-choice img{width:68px;height:80px;object-fit:cover;background:#f3f3f3}.model-choice span{padding:10px}
@media(max-width:700px){.model-choice{height:78px;grid-template-columns:52px 1fr;font-size:11px}.model-choice img{width:52px;height:66px}}
.size-label{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.size-label button{border:0;border-bottom:1px solid;background:none;padding:2px 0;font-size:10px;font-weight:700;cursor:pointer}.size-guide-modal{max-width:620px}.size-table-wrap{padding:18px;overflow:auto}.size-table-wrap table{border-collapse:collapse;width:100%;text-align:center}.size-table-wrap th,.size-table-wrap td{border-bottom:1px solid #ddd;padding:10px 7px}.size-table-wrap th{font-size:10px;background:#f5f5f5}.size-table-wrap p{font-size:12px;line-height:1.5}.proof-faces img{width:34px;height:34px;object-position:center 20%}
@media(max-width:700px){.size-table-wrap{padding:12px}.size-table-wrap th,.size-table-wrap td{padding:9px 5px;font-size:11px}}
.gift-included{display:grid;grid-template-columns:72px 1fr 24px;align-items:center;gap:12px;border:1px solid #cbdcc5;background:linear-gradient(110deg,#f7fff5,#fff);padding:9px;margin:12px 0 3px;position:relative;overflow:hidden}.gift-included::after{content:"";position:absolute;inset:-60% auto -60% -25%;width:18%;background:#fff9;transform:rotate(18deg);animation:giftShine 3.5s infinite}.gift-image{position:relative;width:72px;height:72px;background:#fff}.gift-image img{width:100%;height:100%;object-fit:contain}.gift-image span{position:absolute;top:-4px;left:-4px;background:#173d26;color:#fff;font-size:8px;font-weight:800;padding:4px 6px}.gift-included>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.gift-included small{font-size:8px;letter-spacing:1px;color:#477457}.gift-included b{font-size:12px}.gift-included p{font-size:9px;color:#666;margin:0;line-height:1.3}.gift-included>i{width:21px;height:21px;border-radius:50%;background:#173d26;color:#fff;display:grid;place-items:center;font-style:normal}.gift-included+.atc{margin-top:7px}@keyframes giftShine{0%,55%{left:-25%}100%{left:125%}}
@media(max-width:700px){.gift-included{grid-template-columns:62px 1fr 22px;gap:9px}.gift-image{width:62px;height:62px}}
.airbrush-gallery{display:block}.airbrush-gallery img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#f4f4f4}.set-callout{display:flex;justify-content:space-between;align-items:center;background:#111;color:#fff;padding:10px 12px;margin:8px 0 16px}.set-callout b{font-size:10px;letter-spacing:1px}.set-callout span{font-size:9px}.airbrush-product .price b{font-size:23px}.tote-gift{border-color:#111;background:linear-gradient(110deg,#f7f7f7,#fff)}.tote-gift .gift-image{height:82px}.airbrush-product .size-label{margin-top:15px}.airbrush-product .choices{margin-top:8px}
@media(max-width:700px){.airbrush-product .gallery img{min-width:100%}.set-callout{align-items:flex-start;gap:8px;flex-direction:column}.airbrush-product .choice{padding:10px 12px}.tote-gift .gift-image{height:68px}}
.image-logo{display:flex;width:175px;height:58px;align-items:center;overflow:hidden}.image-logo img{display:block;width:100%;height:auto;mix-blend-mode:multiply}
@media(max-width:700px){.image-logo{width:145px;height:48px}.image-logo img{width:100%}}
header{position:sticky;display:flex;justify-content:space-between}.image-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}header nav{margin-left:35px;margin-right:auto}.actions{margin-left:auto}.cart-icon{width:38px;height:42px;position:relative;display:grid;place-items:center;padding:7px}.cart-icon svg{width:25px;height:25px;fill:none;stroke:#111;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-icon #cartCount{position:absolute;right:0;top:2px;min-width:17px;height:17px;border-radius:9px;background:#111;color:#fff;display:grid;place-items:center;font-size:9px;line-height:1;padding:0 4px}
@media(max-width:700px){header{display:flex;padding:0 10px}.image-logo{left:50%;margin:0}.actions{margin-left:auto}.cart-icon{width:36px}.cart-icon #cartCount{right:-1px;top:1px}}
.video-stories{padding:42px 3%;background:#f6f6f4;overflow:hidden}.video-stories-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.video-stories-head small{font-size:9px;letter-spacing:1.6px}.video-stories-head h2{font-size:27px;margin:5px 0 3px}.video-stories-head p{margin:0;color:#777}.video-nav{display:flex;gap:7px}.video-nav button{width:38px;height:38px;border:1px solid #bbb;background:#fff;cursor:pointer;font-size:17px}.video-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.video-track::-webkit-scrollbar{display:none}.video-card{position:relative;flex:0 0 calc(25% - 9px);aspect-ratio:9/14;background:#111;overflow:hidden;scroll-snap-align:start;border-radius:3px}.video-card video{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer}.video-play{position:absolute;inset:0;border:0;background:linear-gradient(transparent 55%,#0009);color:#fff;cursor:pointer}.video-play span{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;padding-left:3px;box-shadow:0 5px 20px #0004}.video-card.playing .video-play{pointer-events:none;background:linear-gradient(transparent 75%,#0009)}.video-card.playing .video-play span{display:none}.video-caption{position:absolute;left:12px;right:12px;bottom:12px;color:#fff;display:flex;justify-content:space-between;align-items:end;pointer-events:none}.video-caption b{font-size:12px}.video-caption small{font-size:7px;letter-spacing:1px}.video-hint{display:none}
@media(max-width:700px){.video-stories{padding:30px 12px}.video-stories-head{align-items:center}.video-stories-head h2{font-size:20px}.video-stories-head p{font-size:11px}.video-nav button{width:34px;height:34px}.video-track{gap:8px}.video-card{flex-basis:calc(50% - 4px);aspect-ratio:9/14}.video-play span{width:38px;height:38px;font-size:12px}.video-caption{left:9px;right:9px;bottom:9px;display:block}.video-caption b{display:block;font-size:9px;margin-bottom:2px}.video-caption small{font-size:6px}.video-hint{display:block;text-align:center;font-size:9px;color:#777;margin-top:12px;letter-spacing:.5px}}
.details .video-stories{padding:25px 0;margin-top:14px;background:#fff;border-top:1px solid #ddd}.details .video-stories-head{margin-bottom:12px}.details .video-stories-head h2{font-size:19px}.details .video-stories-head p{font-size:10px}.details .video-card{flex-basis:calc(50% - 4px);aspect-ratio:9/14}.details .video-nav button{width:32px;height:32px}.details .video-play span{width:36px;height:36px;font-size:11px}
.footer-trust-image{display:flex;justify-content:center;padding:35px 20px;border-top:1px solid #eee;background:#fff}.footer-trust-image img{display:block;width:min(100%,620px);height:auto}
@media(max-width:700px){.footer-trust-image{padding:12px 0}.footer-trust-image img{width:100%}}
