:root{--primary: #FE0435;--bg: #F5F5F7;--text: #181E27;--glass-bg: rgba(255, 255, 255, .28);--glass-border: rgba(255, 255, 255, .3);--glass-blur: blur(20px);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .08);--glass-radius: 16px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.button{display:inline-block;background:var(--primary);color:#fff;padding:.6rem 1.2rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s}.button:hover{opacity:.9;transform:scale(1.02)}.page-width{max-width:1200px;margin:0 auto;padding:0 1.5rem}.glass{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--glass-radius)}.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:9999;padding:var(--header-padding-top, 1rem) 0 var(--header-padding-bottom, 1rem);background-color:var(--primary);transition:background .3s,backdrop-filter .3s,box-shadow .3s,padding .3s}.site-header.transparent{background:var(--glass-tint, rgba(255,255,255,.25))!important;backdrop-filter:var(--glass-blur-amount, blur(20px))!important;-webkit-backdrop-filter:var(--glass-blur-amount, blur(20px))!important;border-bottom:1px solid var(--glass-border-color, rgba(255,255,255,.3))}.site-header.transparent .logo,.site-header.transparent .nav-links a,.site-header.transparent .menu-toggle,.site-header.transparent .cart-icon{color:#fff}.site-header.transparent .cart-count{background:#fff;color:var(--primary)}.site-header.scrolled{background:var(--glass-tint, var(--glass-bg))!important;backdrop-filter:var(--glass-blur-amount, var(--glass-blur))!important;-webkit-backdrop-filter:var(--glass-blur-amount, var(--glass-blur))!important;border-bottom:1px solid var(--glass-border-color, var(--glass-border));box-shadow:var(--glass-shadow)}.site-header.scrolled .logo,.site-header.scrolled .nav-links a,.site-header.scrolled .menu-toggle,.site-header.scrolled .cart-icon{color:var(--text)}.site-header.scrolled .nav-links a:hover{color:var(--primary)}.site-header.scrolled .cart-count{background:var(--primary);color:#fff}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.nav-links a:hover:after{transform:scaleX(1);transform-origin:left}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-weight:700;font-size:1.5rem;color:#fff;transition:color .3s;display:flex;align-items:center;margin-right:var(--logo-margin-right, 24px);flex-shrink:0;letter-spacing:-.02em}.logo img{max-width:100%;height:auto;display:block}.logo-text{color:#fff}.menu-toggle{display:none;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer}.nav-links{display:flex;gap:1.5rem;align-items:center;margin-left:auto}.nav-links a{color:#fff;text-decoration:none;transition:color .3s}.cart-icon{display:flex;align-items:center;gap:.3rem;position:relative}.cart-count{background:#fff;color:var(--primary);border-radius:50%;width:20px;height:20px;font-size:.7rem;display:flex;align-items:center;justify-content:center;font-weight:700}@media(max-width:768px){.menu-toggle{display:block}.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fffffff0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.4);padding:1rem;box-shadow:var(--glass-shadow);border-radius:0 0 var(--glass-radius) var(--glass-radius)}.nav-links.active{display:flex}.nav-links a{color:var(--text)}}.flayvr-hero{position:relative;min-height:70vh;display:flex;align-items:center;background-color:#000;overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%) translateY(-50%);object-fit:cover;z-index:1}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;z-index:2}.hero-content{width:100%;padding:4rem 0;color:#fff;animation:float 6s ease-in-out infinite}.hero-headline{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtext{font-size:1.2rem;opacity:.9;margin-bottom:2rem}.hero-cta.button{padding:.9rem 2.5rem;border-radius:50px;font-weight:600;font-size:1.1rem;border:none;transition:background .3s,transform .2s;display:inline-block}.hero-cta.button:hover{transform:scale(1.02)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.flayvr-hero{min-height:60vh}.hero-content{padding:2rem 0}}.features-section{padding:4rem 0}.features-heading{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;text-align:center}.feature-item{padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;opacity:0;transform:translateY(30px) rotate(1deg)}.feature-item.visible{opacity:1;transform:translateY(0) rotate(0)}.feature-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px #00000014}.feature-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.feature-description{color:#666;font-size:.95rem;line-height:1.5}.feature-link{display:inline-block;margin-top:.5rem;color:var(--primary);font-weight:500}.search-segment{padding:2rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.segment-group{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:center;margin-bottom:.5rem}.segment-label{font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em;color:var(--text-secondary)}.segments{display:flex;gap:.4rem;background:var(--border);border-radius:30px;padding:.25rem}.segment{padding:.5rem 1.2rem;border-radius:30px;cursor:pointer;font-weight:500;font-size:.95rem;transition:all .2s;white-space:nowrap;background:transparent}.segment.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #fe04354d}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin:2rem 0;transition:opacity .2s ease}.product-grid.fading-out{opacity:0}.product-grid.fading-in .product-card{opacity:0;transform:translateY(12px) scale(.98);animation:cardFadeIn .6s cubic-bezier(.34,1.56,.64,1) forwards}.product-grid.fading-in .product-card:nth-child(1){animation-delay:0ms}.product-grid.fading-in .product-card:nth-child(2){animation-delay:30ms}.product-grid.fading-in .product-card:nth-child(3){animation-delay:60ms}.product-grid.fading-in .product-card:nth-child(4){animation-delay:90ms}.product-grid.fading-in .product-card:nth-child(5){animation-delay:.12s}.product-grid.fading-in .product-card:nth-child(6){animation-delay:.15s}.product-grid.fading-in .product-card:nth-child(7){animation-delay:.18s}.product-grid.fading-in .product-card:nth-child(8){animation-delay:.21s}.product-grid.fading-in .product-card:nth-child(9){animation-delay:.24s}.product-grid.fading-in .product-card:nth-child(10){animation-delay:.27s}.product-grid.fading-in .product-card:nth-child(11){animation-delay:.3s}.product-grid.fading-in .product-card:nth-child(12){animation-delay:.33s}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0) scale(1)}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;display:flex;flex-direction:column;will-change:transform}.product-card:hover{transform:translateY(-6px) scale(1.02) rotate(.5deg);box-shadow:0 12px 40px #0000001f}.product-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.product-card:hover img{transform:scale(1.05)}.product-card-content{padding:1rem;flex:1;display:flex;flex-direction:column}.product-card-title{font-size:1rem;font-weight:600;margin-bottom:.25rem;line-height:1.3}.product-card-meta{font-size:.85rem;color:#666;margin-bottom:.5rem}.product-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;border-top:1px solid #eee}.product-card-price{font-weight:600;color:var(--primary);font-size:1.1rem}.add-btn{background:var(--primary);color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:1.4rem;line-height:1;cursor:pointer;transition:background .2s,transform .2s;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.add-btn:hover{background:#c0022a;transform:scale(1.05)}.add-btn .ripple{position:absolute;border-radius:50%;background:#fff6;transform:translate(-50%,-50%);pointer-events:none;width:0;height:0;opacity:0;transition:width .4s ease,height .4s ease,opacity .4s ease}.product-card.adding{animation:cardPulse .5s cubic-bezier(.34,1.56,.64,1)}@keyframes cardPulse{0%{transform:scale(1)}30%{transform:scale(.95);background:#fe04350d}60%{transform:scale(1.03)}to{transform:scale(1)}}.toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%) translateY(80px);background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:50px;padding:.8rem 2rem;color:var(--text);font-weight:500;font-size:.95rem;z-index:2000;opacity:0;transition:opacity .3s ease,transform .5s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.product-page{padding:2rem 0}.product-layout{display:flex;flex-wrap:wrap;gap:2rem}.product-gallery{flex:1 1 45%}.product-gallery-main{position:relative;border-radius:16px;overflow:hidden;background:#f4f4f4}.product-gallery-main img{width:100%;aspect-ratio:4 / 5;object-fit:cover;display:block;transition:opacity .15s ease}.gallery-counter{position:absolute;bottom:10px;right:10px;background:#0009;color:#fff;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:999px;pointer-events:none}.product-gallery-thumbs-wrap{position:relative}.product-gallery-thumbs-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:28px;background:linear-gradient(to right,#fff0,#fffffff2);pointer-events:none}.product-gallery-thumbs{display:flex;gap:.6rem;margin-top:.75rem;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.product-gallery-thumb{flex:0 0 64px;width:64px;height:64px;border-radius:10px;overflow:hidden;padding:0;border:2px solid transparent;background:none;cursor:pointer;scroll-snap-align:start;transition:border-color .2s ease,transform .2s ease}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery-thumb:hover{transform:translateY(-2px)}.product-gallery-thumb.active{border-color:var(--primary)}.product-details{flex:1 1 45%}.product-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.product-layout{flex-direction:column;gap:1.25rem}.product-gallery,.product-details{flex:1 1 100%;width:100%}.product-gallery-main img{aspect-ratio:1 / 1}.product-title{font-size:1.6rem}.quantity-selector{justify-content:center}.add-to-cart-btn{width:100%;padding:.9rem 1rem}}.product-accordion-section{padding:.5rem 0 2rem}@media(max-width:768px){.product-accordion-section{padding:0 0 1.5rem}.accordion-header{padding:1.1rem 0;font-size:1rem}}.you-may-also-like{padding:3rem 0 2rem}.you-may-also-like .section-heading{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}.recommendations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}@media(max-width:768px){.recommendations-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.you-may-also-like{padding:2rem 0 1.5rem}}.product-price{font-size:1.5rem;font-weight:600;color:var(--primary);margin-bottom:1rem}.product-variant-picker{margin-bottom:1.25rem}.variant-option-group{margin-bottom:.9rem}.variant-option-label{display:block;font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em;color:var(--text-secondary, #6b7280);margin-bottom:.4rem}.variant-option-values{display:flex;gap:.5rem;flex-wrap:wrap}.variant-pill{padding:.5rem 1.1rem;border-radius:30px;border:1px solid var(--border, #e2e2e2);background:transparent;cursor:pointer;font-weight:500;font-size:.95rem;transition:all .2s;white-space:nowrap}.variant-pill.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 12px #fe04354d}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed;transform:none!important}.quantity-selector{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.quantity-btn{width:44px;height:44px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:1.5rem;cursor:pointer;transition:background .2s,transform .2s;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:#f0f0f0;transform:scale(1.05)}.quantity-input{width:60px;text-align:center;font-size:1.2rem;border:1px solid #ddd;border-radius:8px;padding:.5rem}.add-to-cart-btn{background:var(--primary);color:#fff;border:none;padding:.8rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background .2s,transform .2s}.add-to-cart-btn:hover{background:#c0022a;transform:scale(1.02)}.accordion{margin-top:2rem;border-top:1px solid #eee}.accordion-item{border-bottom:1px solid #eee}.accordion-header{background:none;border:none;width:100%;padding:1rem 0;font-size:1.1rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit;color:var(--text)}.accordion-header:after{content:"+";font-size:1.5rem;transition:transform .3s ease}.accordion-item.active .accordion-header:after{content:"\2212"}.accordion-body{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.34,1.56,.64,1)}.accordion-item.active .accordion-body{max-height:500px;padding-bottom:1rem}.accordion-body p{margin-bottom:.5rem}.cart-drawer{position:fixed;top:0;right:-400px;width:380px;max-width:90%;height:100%;z-index:1000;padding:1.5rem;transition:right .5s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-left:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.cart-drawer.active{right:0}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center}.cart-drawer-close{background:none;border:none;font-size:1.5rem;cursor:pointer}.cart-drawer-items{flex:1;overflow-y:auto;margin:1.5rem 0}.cart-drawer-item{display:flex;gap:1rem;margin-bottom:1rem;padding:.5rem;border-radius:8px;background:#ffffff1a;align-items:center}.cart-drawer-item .cart-item-image{flex-shrink:0;width:80px;aspect-ratio:4/3;border-radius:8px;overflow:hidden}.cart-drawer-item .cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer-item .item-info{flex:1}.cart-drawer-item .item-info h4{font-size:.95rem;margin-bottom:.2rem}.cart-drawer-item .item-info p{margin:0;font-size:.85rem;color:#666}.cart-drawer-footer{border-top:1px solid rgba(0,0,0,.1);padding-top:1rem}.cart-total{display:flex;justify-content:space-between;font-weight:600;margin-bottom:1rem}.view-cart-btn,.checkout-btn{display:block;text-align:center;margin-bottom:.5rem}.checkout-btn{background:var(--primary);color:#fff}.cart-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.active{visibility:visible;opacity:1}.free-delivery-bar{position:fixed;bottom:0;left:0;width:100%;z-index:40;padding:.5rem 1.5rem;transform:translateY(100%);opacity:0;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .3s ease;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-top:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.free-delivery-bar.visible{transform:translateY(0);opacity:1}.free-delivery-bar-inner{max-width:500px;margin:0 auto}.free-delivery-message{font-size:.9rem;margin-bottom:.3rem;text-align:center}.progress-bar-container{height:6px;background:#0000001a;border-radius:3px;overflow:hidden;margin:.3rem 0}.progress-bar-fill{height:100%;width:0%;background:var(--primary);border-radius:3px;transition:width .8s cubic-bezier(.34,1.56,.64,1)}.free-delivery-reached{text-align:center;font-weight:600;color:#27ae60;animation:popIn .5s ease}@keyframes popIn{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.site-footer{padding:2rem 0;border-top:1px solid #e6e6e6;margin-top:2rem;text-align:center}.flayvr-hero{margin-top:0}.main-wrapper{padding-top:0}.has-fixed-header{padding-top:var(--header-height, 70px)}html,body{height:100%;overflow-x:hidden}.hero{position:relative;overflow:hidden;z-index:1}@media(max-width:768px){.hero{height:100vh;height:100svh;height:100dvh}@supports (-webkit-touch-callout: none){.hero{height:-webkit-fill-available}}}.hero-video{position:absolute;top:50%;left:50%;width:auto;height:100%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);object-fit:cover;opacity:0;transition:opacity .8s ease,filter .6s ease;filter:contrast(1.05) saturate(1.1);will-change:transform,opacity;backface-visibility:hidden}.hero-video.is-playing{opacity:1}.hero-video.is-dimmed{opacity:.25;filter:saturate(.9) contrast(1.05) blur(.5px)}.hero-video.is-paused{opacity:0}@media(max-width:768px){.hero-video{object-position:center 38%}.hero-video.is-dimmed{opacity:.18}}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000038;pointer-events:none}@media(max-width:749px){.product-grid,.collection .grid,[class*=product-grid],.grid--uniform,.grid-product{grid-template-columns:repeat(2,1fr)!important;column-gap:12px!important;row-gap:20px!important}.product-grid.flex,.grid.flex{display:flex!important;flex-wrap:wrap!important;gap:12px!important}.product-grid.flex>*,.grid.flex>*{flex:0 0 calc(50% - 6px)!important;max-width:calc(50% - 6px)!important}}:root{--primary:#FE0435;--hot-pink:#FE0435}.btn,.button,button[type=submit],.add-btn{background:#fe0435}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:22px!important;align-items:start}.product-card{border-radius:18px!important;box-shadow:0 10px 34px #10121814!important;overflow:hidden!important;background:#fff!important;min-width:0!important}.product-card:hover{transform:translateY(-4px)!important}.product-card-media{display:block;aspect-ratio:1/1!important;background:#f3f3f4;overflow:hidden}.product-card-media img,.product-card>a>img{width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;display:block!important}.product-card-content{padding:16px!important;min-height:132px!important}.product-card-title{font-size:1rem!important;line-height:1.22!important}.product-card-price{color:#fe0435!important;font-weight:900!important}.add-btn,.segment.active{background:#fe0435!important;color:#fff!important}@media(max-width:749px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card-content{padding:12px!important;min-height:116px!important}.product-card-title{font-size:.88rem!important}.product-card-meta{display:none!important}.product-card-price{font-size:.95rem!important}.add-btn{width:34px!important;height:34px!important}}:root{--primary:#FE0435;--hot-pink:#FE0435;--flayvr-pink:#FE0435;--card-radius:22px}.button,.btn,button[type=submit],.shopify-payment-button button,.product-form__submit,.quick-add__submit,.add-btn{background:#fe0435!important;color:#fff!important;border-color:#fe0435!important}.button:hover,.btn:hover,button[type=submit]:hover,.add-btn:hover{background:#db002b!important;border-color:#db002b!important}.product-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(245px,1fr))!important;gap:24px!important;align-items:start!important}.product-card{display:flex!important;flex-direction:column!important;min-width:0!important;height:auto!important;border-radius:var(--card-radius)!important;overflow:hidden!important;background:#fff!important;box-shadow:0 14px 42px #0f121c14!important;border:1px solid rgba(15,18,28,.045)!important;transition:transform .24s ease,box-shadow .24s ease!important}.product-card:hover{transform:translateY(-5px)!important;box-shadow:0 26px 70px #0f121c21!important}.product-card[hidden]{display:none!important}.product-card-media{display:block!important;position:relative!important;width:100%!important;aspect-ratio:1/1!important;overflow:hidden!important;background:#f4f2f0!important}.product-card-media img,.product-card-media picture,.product-card>a>img{width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;display:block!important}.product-card-badge{position:absolute;top:12px;left:12px;background:#171717;color:#fff;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:900}.product-card-content{display:flex!important;flex-direction:column!important;gap:10px!important;flex:1!important;padding:16px!important;min-height:0!important}.product-card-tags{display:flex;gap:6px;flex-wrap:wrap;min-height:0}.product-card-tags span{background:#fff1f5;color:#fe0435;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:900}.product-card-title{font-size:1rem!important;line-height:1.22!important;margin:0!important;min-height:2.44em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-card-title a{color:#15161a!important;text-decoration:none!important}.product-card-meta{font-size:.84rem!important;line-height:1.45!important;color:#6b6d73!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.9em!important}.product-card-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:auto!important;gap:12px!important}.product-card-price{color:#fe0435!important;font-weight:950!important;font-size:1.03rem!important}.add-btn{width:42px!important;height:42px!important;min-width:42px!important;border:0!important;border-radius:999px!important;display:grid!important;place-items:center!important;font-size:22px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 12px 24px #fe043538!important}.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,20px);background:#171717;color:#fff;border-radius:999px;padding:12px 18px;font-weight:800;opacity:0;pointer-events:none;z-index:99999;transition:.22s}.toast.show{opacity:1;transform:translate(-50%)}.flayvr-rec-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(215px,1fr))!important;gap:22px!important;align-items:start!important}.flayvr-rec-media{aspect-ratio:1/1!important}@media(max-width:749px){.product-grid,.flayvr-rec-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}.product-card{border-radius:17px!important}.product-card-content{padding:12px!important;gap:8px!important}.product-card-tags{display:none}.product-card-title{font-size:.88rem!important;min-height:2.44em!important}.product-card-meta{display:none!important}.product-card-price{font-size:.95rem!important}.add-btn{width:36px!important;height:36px!important;min-width:36px!important;font-size:19px!important}}:root{--primary:#FE0435;--bg:#f7f4ea;--text:#202124;--flayvr-pink:#FE0435;--flayvr-green:#0b2c1a;--flayvr-cream:#f7f4ea;--glass-radius:8px}body{background:var(--flayvr-cream);color:var(--text)}.button,.hero-cta.button,.add-to-cart-btn,.product-form__submit,.quick-add__submit,button[type=submit]{background:var(--flayvr-pink)!important;color:#fff!important;border-radius:999px!important;border:0!important;box-shadow:none!important}.button:hover,.add-to-cart-btn:hover{background:#d9002c!important;transform:translateY(-1px)!important}.site-header{background:var(--flayvr-pink);box-shadow:none}.site-header.scrolled{background:#f7f4eadb!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-bottom:1px solid rgba(32,33,36,.12)!important;box-shadow:none!important}.site-header.transparent{background:#f7f4ea33!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.site-header.scrolled .logo,.site-header.scrolled .nav-links a,.site-header.scrolled .menu-toggle,.site-header.scrolled .cart-icon{color:#202124}.menu-toggle{font-size:0;position:relative;width:42px;height:42px}.menu-toggle:before,.menu-toggle:after{content:"";position:absolute;left:9px;right:9px;height:2px;background:currentColor}.menu-toggle:before{top:15px}.menu-toggle:after{bottom:15px}@media(max-width:768px){.nav-links{background:#f7f4ead1!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border-bottom:1px solid rgba(32,33,36,.16)!important;border-radius:0!important;box-shadow:0 18px 50px #0000001f!important;padding:22px 24px!important;gap:18px!important}.nav-links a{font-size:22px;font-weight:700;color:#202124!important}.nav-links .cart-icon{font-size:16px}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px}.product-card{border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.product-card:hover{transform:translateY(-3px)!important;box-shadow:none!important}.product-card-media{display:block;background:#eae5d8;overflow:hidden}.product-card img,.product-card-media img{aspect-ratio:1!important;object-fit:cover!important;width:100%!important;height:auto!important;border-radius:0!important}.product-card-content{padding:18px 0 0!important}.product-card-title{font-size:18px!important;font-weight:700!important;line-height:1.2!important;min-height:42px}.product-card-meta{font-size:14px!important;color:#666!important}.product-card-footer{border:0!important;padding-top:12px!important}.product-card-price{color:var(--flayvr-pink)!important;font-weight:900!important}.add-btn{background:var(--flayvr-pink)!important;border-radius:999px!important}.recommendations-grid,.flayvr-rec-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))!important;align-items:start!important}.flayvr-rec-card{border-radius:0!important;box-shadow:none!important}.flayvr-rec-media{aspect-ratio:1!important;display:block;background:#eae5d8}.flayvr-rec-img{aspect-ratio:1!important;object-fit:cover!important}.search-segment{background:var(--flayvr-cream)}.segments{border-radius:999px!important}.segment.active{background:var(--flayvr-pink)!important}.site-footer.harrods-footer{background:var(--flayvr-green);color:#e9e4d3;padding:72px 0 38px}.harrods-footer__logo{text-align:center;font-size:46px;line-height:1;font-weight:700;color:#c9a46b;margin:0 0 74px;letter-spacing:-.04em}.harrods-footer__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:70px}.harrods-footer__col h3{font-size:15px;letter-spacing:.16em;text-transform:uppercase;color:#fff;margin:0 0 46px}.harrods-footer__col a{display:block;color:#e9e4d3b8;font-size:18px;line-height:1.3;margin:0 0 28px;text-decoration:none}.harrods-footer__col a:hover{color:#fff}.harrods-footer__bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(233,228,211,.12);margin-top:62px;padding-top:28px;color:#e9e4d39e}@media(max-width:900px){.harrods-footer__inner{grid-template-columns:repeat(2,1fr);gap:46px}.harrods-footer__bottom{display:block}.harrods-footer__logo{font-size:38px;margin-bottom:52px}}@media(max-width:560px){.harrods-footer__inner{grid-template-columns:1fr}.harrods-footer__col h3{margin-bottom:22px}.harrods-footer__col a{margin-bottom:18px}.site-footer.harrods-footer{padding:56px 0 30px}}:root{--primary:#FE0435;--hot-pink:#FE0435;--flayvr-pink:#FE0435;--flayvr-bg:#fffdf4;--flayvr-paper:#fffdf4;--flayvr-ink:#252525;--flayvr-line:#d7d2c4;--aesop-footer:#262626}html,body{background:var(--flayvr-bg)!important;color:var(--flayvr-ink)!important}main,.shopify-section,.template-product,.template-collection{background:var(--flayvr-bg)}.page-width{max-width:1440px}.product-card,.flayvr-rec-card{border-radius:10px!important;background:#fffef8!important;box-shadow:0 9px 22px #2323230e!important;border:1px solid rgba(37,37,37,.06)!important;overflow:hidden!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.product-card:hover,.flayvr-rec-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 50px #2323231f!important;border-color:#2525251f!important}.product-card-media,.flayvr-rec-media{aspect-ratio:1/1!important;background:#eee8db!important;overflow:hidden!important}.product-card-media img,.flayvr-rec-img,.product-card>a>img{width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;display:block!important}.product-card-content,.flayvr-rec-content{padding:15px!important}.product-card-title,.flayvr-rec-title{font-size:.98rem!important;line-height:1.22!important;min-height:2.44em!important}.product-card-meta{display:none!important}.product-card-price,.flayvr-rec-price{color:var(--flayvr-pink)!important;font-weight:900!important}.add-btn,.flayvr-rec-add{background:var(--flayvr-pink)!important;color:#fff!important}.site-footer.aesop-footer,.site-footer.harrods-footer{background:var(--aesop-footer)!important;color:#fffdf4!important;padding:54px 0 34px!important}.aesop-footer__perks{display:grid;grid-template-columns:repeat(4,1fr);gap:38px;padding-bottom:56px}.aesop-footer__perk{display:flex;align-items:center;gap:16px;color:#fffdf4;font-weight:800;font-size:16px}.aesop-footer__perk svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.aesop-footer__main{display:grid;grid-template-columns:1.05fr 1.05fr 1.05fr 2fr;gap:56px;align-items:start}.aesop-footer__col h3,.aesop-footer__newsletter h3{font-size:20px;line-height:1.2;margin:0 0 24px;padding-bottom:18px;border-bottom:1px solid rgba(255,253,244,.72);color:#fffdf4}.aesop-footer__col a{display:block;color:#fffdf4;text-decoration:none;font-size:16px;line-height:1.35;margin:0 0 11px;font-weight:650;opacity:.92}.aesop-footer__col a:hover{text-decoration:underline;text-underline-offset:3px;opacity:1}.aesop-footer__statement p,.aesop-footer__newsletter p{color:#fffdf4;opacity:.88;font-size:17px;line-height:1.6;margin:0 0 24px}.aesop-footer__form{display:grid;gap:14px;margin-top:24px}.aesop-footer__form input{height:54px;border:2px solid rgba(255,253,244,.35);background:#fffdf4;color:#252525;padding:0 18px;font:inherit;border-radius:0}.aesop-footer__form button{height:54px;border:0;background:var(--flayvr-pink);color:#fff;font-weight:900;cursor:pointer;border-radius:0}.aesop-footer__bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,253,244,.16);margin-top:48px;padding-top:24px;color:#fffdf4c7}.harrods-footer__logo,.harrods-footer__inner,.harrods-footer__bottom{display:none!important}@media(max-width:980px){.aesop-footer__perks{grid-template-columns:repeat(2,1fr);gap:24px}.aesop-footer__main{grid-template-columns:1fr 1fr}}@media(max-width:640px){.site-footer.aesop-footer{padding:44px 0 28px!important}.aesop-footer__perks,.aesop-footer__main{grid-template-columns:1fr}.aesop-footer__bottom{display:block}}.aesop-contact{background:var(--flayvr-bg);color:#252525}.aesop-contact__hero{position:relative;min-height:380px;background:#5a4938;display:flex;align-items:center;overflow:hidden}.aesop-contact__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92)}.aesop-contact__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000006b,#0000000f)}.aesop-contact__overlay{position:relative;z-index:2;color:#fffdf4;padding:70px 1.5rem}.aesop-contact__overlay h1{font-size:clamp(38px,4.2vw,64px);font-weight:500;letter-spacing:-.04em;margin:0 0 18px}.aesop-contact__overlay p{max-width:520px;color:#fffdf4;font-size:19px;line-height:1.55}.aesop-contact__support{display:grid;grid-template-columns:repeat(3,1fr);gap:72px;padding-top:92px;padding-bottom:70px}.aesop-contact__card svg{width:28px;height:28px;fill:none;stroke:#252525;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin-bottom:22px}.aesop-contact__card h3{font-size:18px;margin:0 0 12px}.aesop-contact__card p{color:#454545;font-size:16px;line-height:1.55;margin:0 0 18px}.aesop-contact__card a{font-weight:800;text-decoration:none;color:#252525}.aesop-contact__form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding-top:44px;padding-bottom:110px;border-top:1px solid var(--flayvr-line)}.aesop-contact__form{display:grid;gap:14px}.aesop-contact__form input,.aesop-contact__form textarea{width:100%;border:1px solid var(--flayvr-line);background:#fffef8;color:#252525;padding:17px 18px;font:inherit;border-radius:0}.aesop-contact__form textarea{min-height:160px;resize:vertical}.aesop-contact__form button{height:56px;background:var(--flayvr-pink);color:#fff;border:0;font-weight:900;cursor:pointer;border-radius:0}@media(max-width:850px){.aesop-contact__support,.aesop-contact__form-wrap{grid-template-columns:1fr;gap:34px}.aesop-contact__hero{min-height:330px}}.flayvr-rec-section .flayvr-rec-head{display:block!important;margin-bottom:22px!important}.flayvr-rec-section .section-heading{font-size:clamp(26px,3.2vw,42px)!important;line-height:1!important;margin:0!important;letter-spacing:-.035em!important}.flayvr-rec-section .flayvr-eyebrow{display:none!important}.flayvr-rec-grid{display:flex!important;gap:18px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding-bottom:12px!important;grid-template-columns:none!important}.flayvr-rec-card{flex:0 0 170px!important;scroll-snap-align:start!important}.flayvr-rec-media{width:100%!important;aspect-ratio:1/1!important}.flayvr-rec-content{padding:11px 0 0!important;background:transparent!important}.flayvr-rec-title{font-size:13px!important;min-height:32px!important;margin:0 0 8px!important}.flayvr-rec-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.flayvr-rec-add{width:32px!important;height:32px!important;min-width:32px!important;border-radius:50%!important}@media(max-width:640px){.flayvr-rec-card{flex-basis:142px!important}.flayvr-rec-title{font-size:12px!important}}:root{--primary:#FE0435;--hot-pink:#FE0435;--flayvr-pink:#FE0435;--flayvr-bg:#fff;--flayvr-paper:#fff;--flayvr-ink:#242424;--flayvr-line:#dfd9cc;--aesop-footer:#252525}html,body,main,.shopify-section,.template-product,.template-collection{background:#fff!important}body{font-family:Inter Tight,Helvetica Neue,Arial,sans-serif!important;font-weight:400!important;letter-spacing:-.01em;color:#242424!important}p,li,.product-card-meta,.aesop-contact__card p,.labs-card p{font-weight:360!important;color:#4d4d4d!important}h1,h2,h3,h4,.section-heading,.product-card-title{font-family:Inter Tight,Helvetica Neue,Arial,sans-serif!important;font-weight:560!important;letter-spacing:-.035em}strong,b{font-weight:560}button,.btn,.button,.add-btn{font-family:Inter Tight,Helvetica Neue,Arial,sans-serif!important;font-weight:600!important}@media(max-width:768px){.nav-links.active{background:#ffffffe0!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;color:#242424!important;border:1px solid rgba(36,36,36,.08)!important;box-shadow:0 18px 50px #0000001f!important}.nav-links.active a{color:#242424!important;font-weight:520!important}.site-header{border-radius:10px!important}}.product-card,.flayvr-rec-card,.labs-card{border-radius:10px!important;box-shadow:0 8px 22px #0000000e!important;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important}.product-card:hover,.flayvr-rec-card:hover,.labs-card:hover{transform:translateY(-6px)!important;box-shadow:0 20px 48px #0000001f!important}.product-card-title,.flayvr-rec-title{font-weight:500!important}.product-card-price,.flayvr-rec-price{font-weight:600!important;color:var(--flayvr-pink)!important}.product-card-content{background:#fff!important}.site-footer.aesop-footer,.site-footer.harrods-footer{background:#252525!important;color:#fffdf4!important}.aesop-footer__col a,.aesop-footer__statement p,.aesop-footer__newsletter p{font-weight:360!important}.aesop-footer__col h3,.aesop-footer__newsletter h3{font-weight:560!important}.labs-editorial{background:#fff!important}.labs-grid{align-items:start!important}.labs-card{border-radius:10px!important;overflow:hidden!important;background:#fff!important}.labs-card:first-child{grid-row:auto!important}.labs-card img{aspect-ratio:16/10!important;object-fit:cover!important}.labs-card div{padding:16px 18px 18px!important}.labs-card h2{font-size:clamp(1.15rem,2.2vw,1.9rem)!important;line-height:1.05!important;margin:8px 0!important}.labs-card p{font-size:14px!important;line-height:1.45!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.labs-card span{font-weight:560!important;font-size:.68rem!important}.flayvr-rec-section .section-heading{font-weight:560!important;font-size:clamp(24px,3vw,38px)!important}.flayvr-rec-grid{display:flex!important;gap:16px!important;overflow-x:auto!important;align-items:start!important;padding-bottom:14px!important}.flayvr-rec-card{flex:0 0 150px!important;width:150px!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}.flayvr-rec-card:hover{box-shadow:none!important}.flayvr-rec-media{width:150px!important;height:150px!important;aspect-ratio:1/1!important;border-radius:10px!important;overflow:hidden!important;box-shadow:0 8px 22px #00000017!important;background:#eee8db!important}.flayvr-rec-img{width:100%!important;height:100%!important;object-fit:cover!important}.flayvr-rec-content{padding:10px 0 0!important;background:transparent!important}.flayvr-rec-title{font-size:13px!important;line-height:1.2!important;min-height:31px!important;margin:0 0 6px!important}.flayvr-rec-price{font-size:13px!important}.flayvr-rec-add{width:30px!important;height:30px!important;min-width:30px!important}@media(max-width:640px){.flayvr-rec-card{flex-basis:124px!important;width:124px!important}.flayvr-rec-media{width:124px!important;height:124px!important}.flayvr-rec-title{font-size:12px!important}.labs-card div{padding:14px!important}}.product-card{position:relative!important;border-radius:10px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 10px 28px #00000012!important;transition:transform .24s ease,box-shadow .24s ease!important}.product-card:hover{transform:translateY(-6px)!important;box-shadow:0 22px 54px #00000021!important}.product-card-media{position:relative!important;display:block!important;aspect-ratio:1/1!important;overflow:hidden!important;background:#f2efe7!important}.product-card-image-link{display:block!important;width:100%!important;height:100%!important;color:inherit!important;text-decoration:none!important}.product-card-image-link img,.product-card-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .45s ease!important}.product-card:hover .product-card-media img{transform:scale(1.035)!important}.product-card-bubbles{position:absolute!important;left:12px!important;top:12px!important;right:12px!important;z-index:4!important;display:flex!important;gap:6px!important;flex-wrap:wrap!important;pointer-events:none!important;margin:0!important}.product-card-bubbles span{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:28px!important;min-width:28px!important;padding:0 9px!important;border-radius:999px!important;background:#ffffffeb!important;color:#242424!important;border:1px solid rgba(36,36,36,.08)!important;font-size:10.5px!important;line-height:1!important;font-weight:560!important;letter-spacing:.03em!important;box-shadow:0 6px 16px #00000014!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important}.product-card-bubbles span[title*=minutes],.product-card-bubbles span[title*=Ready]{background:#fe0435!important;color:#fff!important;border-color:#fe0435!important}.product-card-add{position:absolute!important;right:14px!important;bottom:14px!important;width:56px!important;height:56px!important;min-width:56px!important;border-radius:8px!important;background:#fe0435!important;color:#fff!important;border:4px solid #fff!important;font-size:30px!important;font-weight:360!important;line-height:1!important;z-index:5!important;box-shadow:0 18px 38px #fe043542!important;display:grid!important;place-items:center!important;transition:transform .22s ease,background .22s ease,box-shadow .22s ease!important}.product-card-add:hover{background:#d9002c!important;transform:translateY(-3px)!important;box-shadow:0 22px 48px #fe04355c!important}.product-card-content{padding:18px 18px 20px!important;background:#fff!important}.product-card-title{font-weight:500!important;letter-spacing:-.025em!important}.product-card-meta{font-weight:360!important}.product-card-footer{margin-top:12px!important}.product-card-price{font-weight:560!important;color:#242424!important}@media(max-width:640px){.product-card-bubbles{left:8px!important;top:8px!important;right:8px!important;gap:4px!important}.product-card-bubbles span{height:23px!important;min-width:23px!important;padding:0 6px!important;font-size:9px!important}.product-card-add{width:42px!important;height:42px!important;min-width:42px!important;right:10px!important;bottom:10px!important;border-width:3px!important;font-size:24px!important}.product-card-content{padding:13px 12px 15px!important}.product-card-title{min-height:2.38em!important}.product-card-meta{display:none!important}}.aesop-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin:22px 0 26px!important}.aesop-qty-label{display:block!important;font-size:13px!important;font-weight:500!important;color:#3d3d3d!important;margin:0 0 -2px!important;letter-spacing:.01em!important}.aesop-qty{width:100%!important;display:grid!important;grid-template-columns:58px 1fr 58px!important;height:60px!important;border:1px solid var(--flayvr-line,#dfd9cc)!important;background:#fff!important}.aesop-qty button,.aesop-qty input{height:58px!important;background:#fff!important;color:#242424!important;opacity:1!important;-webkit-text-fill-color:#242424!important;font-weight:420!important;font-size:18px!important;border:0!important;text-align:center!important;line-height:58px!important}.aesop-qty input{min-width:0!important;width:100%!important;font-size:18px!important;-webkit-appearance:textfield!important;appearance:textfield!important;-moz-appearance:textfield!important}.aesop-qty input::-webkit-outer-spin-button,.aesop-qty input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.aesop-add{width:100%!important;height:62px!important;background:#fe0435!important;color:#fff!important;font-weight:560!important;letter-spacing:-.01em!important;border-radius:0!important}.aesop-add:hover{background:#d9002c!important}.aesop-tags span{font-weight:450!important}.aesop-info h1,.aesop-section-head h2,.aesop-tabs label{font-weight:560!important}.aesop-description,.aesop-tab-panel,.aesop-notes p{font-weight:360!important}.flayvr-rec-bubbles{display:flex!important;gap:4px!important;flex-wrap:wrap!important;margin:0 0 6px!important;position:static!important;pointer-events:auto!important}.flayvr-rec-bubbles span{height:20px!important;min-width:20px!important;padding:0 6px!important;border-radius:999px!important;background:#f1eee6!important;color:#242424!important;font-size:8.5px!important;font-weight:560!important;box-shadow:none!important;border:0!important}.flayvr-rec-bubbles span[title*=minutes],.flayvr-rec-bubbles span[title*=Ready]{background:#fe0435!important;color:#fff!important}:root{--flayvr-pink:#FE0435;--flayvr-pink-dark:#da002b;--flayvr-cream:#fff}html,body{background:#fff!important;color:#1d1d1f!important}body{font-family:Inter Tight,Helvetica Neue,Arial,sans-serif!important;font-weight:400!important}p,li,input,textarea,select,.product-card-meta,.feature-description,.atlas-home-core__head p,.segment,.segment-label{font-weight:380!important;color:#55565a!important}h1,h2,h3,h4,h5,h6,.section-heading,.product-card-title,.logo{font-weight:600!important;letter-spacing:-.035em!important;color:#171717!important}.page-width{max-width:1360px!important}.search-segment{padding:28px 0 12px!important;background:#fff!important;gap:12px!important}.segment-label{font-size:11px!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#8a8a8a!important;margin-bottom:10px!important}.segments{background:#fff!important;border:1px solid #ece8df!important;box-shadow:none!important;border-radius:999px!important;padding:5px!important}.segment{padding:10px 18px!important;font-weight:500!important;color:#1b1b1d!important}.segment.active{background:var(--flayvr-pink)!important;color:#fff!important;box-shadow:0 12px 24px #fe043529!important}.product-grid,.flayvr-rec-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))!important;gap:24px!important;align-items:start!important}.product-card,.flayvr-rec-card{display:flex!important;flex-direction:column!important;background:#fff!important;border:1px solid #eee8dd!important;border-radius:10px!important;overflow:hidden!important;box-shadow:0 8px 20px #0000000a!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.product-card:hover,.flayvr-rec-card:hover{transform:translateY(-4px)!important;box-shadow:0 18px 40px #0000001a!important;border-color:#fe04352e!important}.product-card-media,.flayvr-rec-media{position:relative!important;display:block!important;aspect-ratio:1/1!important;background:#f4f1eb!important;overflow:hidden!important}.product-card-image-link{display:block!important;width:100%!important;height:100%!important}.product-card-image-link img,.product-card-media img,.flayvr-rec-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .42s ease!important;border-radius:0!important}.product-card:hover .product-card-image-link img,.flayvr-rec-card:hover .flayvr-rec-img{transform:scale(1.03)!important}.product-card-bubbles{display:none!important}.product-card-content,.flayvr-rec-content{display:flex!important;flex-direction:column!important;gap:10px!important;padding:16px!important;background:#fff!important;flex:1!important}.product-card-title,.flayvr-rec-title{font-size:18px!important;line-height:1.2!important;font-weight:550!important;min-height:2.4em!important;margin:0!important}.product-card-meta{font-size:14px!important;line-height:1.5!important;min-height:2.9em!important;color:#666!important;margin:0!important}.product-card-badges,.flayvr-rec-badges{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:2px!important}.product-card-badges span,.flayvr-rec-badges span{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:28px!important;min-width:28px!important;padding:0 10px!important;border:1px solid rgba(254,4,53,.42)!important;background:#fff!important;color:var(--flayvr-pink)!important;border-radius:9px!important;font-size:11px!important;line-height:1!important;font-weight:520!important;letter-spacing:.04em!important;text-transform:uppercase!important;box-shadow:none!important}.product-card-footer,.flayvr-rec-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-top:auto!important;padding-top:6px!important}.product-card-price,.flayvr-rec-price{font-size:20px!important;font-weight:520!important;color:#1f1f22!important}.product-card-add,.flayvr-rec-add{position:static!important;right:auto!important;bottom:auto!important;width:46px!important;height:46px!important;min-width:46px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.7)!important;background:#ffffff8c!important;color:var(--flayvr-pink)!important;font-size:28px!important;font-weight:300!important;line-height:1!important;display:grid!important;place-items:center!important;box-shadow:0 14px 26px #fe043524,inset 0 1px #ffffffb3!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}.product-card-add:hover,.flayvr-rec-add:hover{transform:translateY(-2px)!important;box-shadow:0 18px 34px #fe04352e!important;background:#ffffffc7!important;color:var(--flayvr-pink-dark)!important}.product-card-badge{position:absolute!important;top:14px!important;left:14px!important;border-radius:999px!important;padding:6px 10px!important;background:#171717!important;color:#fff!important;font-size:11px!important;font-weight:520!important}@media(max-width:750px){.product-grid,.flayvr-rec-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.product-card-content,.flayvr-rec-content{padding:13px!important;gap:8px!important}.product-card-title,.flayvr-rec-title{font-size:15px!important;min-height:2.35em!important}.product-card-meta{display:none!important}.product-card-badges,.flayvr-rec-badges{gap:6px!important}.product-card-badges span,.flayvr-rec-badges span{height:24px!important;min-width:24px!important;padding:0 7px!important;font-size:9px!important;border-radius:8px!important}.product-card-add,.flayvr-rec-add{width:42px!important;height:42px!important;min-width:42px!important;font-size:24px!important}.product-card-price,.flayvr-rec-price{font-size:17px!important}}.aesop-contact__image{display:none!important}.flayvr-contact-hero{min-height:420px!important;display:flex!important;align-items:flex-end!important;background:radial-gradient(circle at 82% 18%,rgba(254,4,53,.34),transparent 30%),linear-gradient(135deg,#242424,#171717 62%,#0f0f10)!important;overflow:hidden!important}.flayvr-contact-hero:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(0deg,rgba(0,0,0,.32),transparent);pointer-events:none}.flayvr-contact-hero .aesop-contact__overlay{position:relative!important;z-index:2!important;padding:110px 0 64px!important;color:#fff!important}.flayvr-contact-hero h1,.flayvr-contact-hero p,.flayvr-contact-eyebrow{color:#fff!important}.flayvr-contact-eyebrow{margin:0 0 14px!important;font-size:12px!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-weight:650!important}.flayvr-contact-hero h1{font-size:clamp(48px,7vw,92px)!important;line-height:.92!important;letter-spacing:-.055em!important;margin:0 0 18px!important}.flayvr-contact-hero .aesop-contact__overlay>p:last-child{max-width:560px!important;font-size:20px!important;line-height:1.55!important;font-weight:390!important;opacity:.92!important}.aesop-contact__support,.aesop-contact__form-wrap{background:#fff!important}.aesop-contact__card{background:#fff!important;border:1px solid #e9e3d8!important;border-radius:10px!important;box-shadow:none!important}.aesop-contact__card h3,.aesop-contact__card p,.aesop-contact__card a{color:#1d1d1f!important}.aesop-contact__card p{color:#5c5d60!important}.aesop-contact__card svg{stroke:#1d1d1f!important;fill:none!important;stroke-width:1.8!important}.site-footer,.site-footer *,.aesop-footer,.aesop-footer *{color:#f7f3ea!important}.site-footer a,.aesop-footer a{color:#f7f3eac2!important}.site-footer a:hover,.aesop-footer a:hover{color:#fff!important}.aesop-footer p,.aesop-footer__statement p,.aesop-footer__newsletter p{color:#f7f3eac7!important}.aesop-footer input{color:#1d1d1f!important;background:#fffaf0!important}.aesop-footer button{color:#fff!important;background:#fe0435!important}.atlas-campaign-hero__content,.atlas-campaign-hero__content *,.atlas-campaign-hero__text,.atlas-campaign-hero__text *,.atlas-campaign-hero__reviews,.atlas-campaign-hero__reviews *{color:#fff!important}.atlas-campaign-hero__floating,.atlas-campaign-hero__floating *{color:#171717!important}.atlas-campaign-hero__floating span{color:#fe0435!important}.flayvr-cart-page input,.cart-drawer input{color:#1d1d1f!important;-webkit-text-fill-color:#1d1d1f!important}.checkout-btn,[data-cart-checkout],[data-drawer-checkout]{background:#fe0435!important;color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/99/assets/theme.css.map */
