@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..700;1,400..600&family=Inter:wght@400;500;600&display=swap";:root{--font-heading--family:"Playfair Display", Georgia, serif;--font-body--family:"Inter", system-ui, sans-serif;--font-subheading--family:"Inter", system-ui, sans-serif;--font-accent--family:"Inter", system-ui, sans-serif}body{font-family:Inter,system-ui,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif}.eyebrow,[class*=eyebrow]{letter-spacing:.2em}h1,h2{letter-spacing:.005em;font-weight:400}.amalfi-home{--bg:#F7F4EE;--surface:#FFFFFF;--ink:#1A1714;--ink-soft:#5C554C;--taupe:#8C8275;--line:#E4DDD0;--gold:#B8924A;--gold-deep:#9A7838;--gold-tint:#EFE7D6;--font-display:"Fraunces", Georgia, "Times New Roman", serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--step--1:clamp(.78rem,.74rem + .2vw,.86rem);--step-0:clamp(1rem,.96rem + .2vw,1.06rem);--step-1:clamp(1.2rem,1.1rem + .5vw,1.45rem);--step-2:clamp(1.5rem,1.3rem + 1vw,2rem);--step-3:clamp(2rem,1.6rem + 2vw,3rem);--h2:clamp(2.2rem,1.7rem + 2.4vw,3.6rem);--h1:clamp(2.9rem,2rem + 4.4vw,5.6rem);--maxw:1320px;--gutter:clamp(1.1rem,4vw,3.5rem);--radius:3px;--ease:cubic-bezier(.22,.61,.36,1)}.amalfi-home *{box-sizing:border-box;margin:0}.amalfi-home{scroll-behavior:smooth;-webkit-text-size-adjust:100%}.amalfi-home{background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:var(--step-0);line-height:1.65;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:clip}.amalfi-home img{display:block;max-width:100%;height:auto}.amalfi-home a{color:inherit;text-decoration:none}.amalfi-home h1,.amalfi-home h2,.amalfi-home h3,.amalfi-home h4{font-family:var(--font-display);font-weight:400;line-height:1.04;letter-spacing:-.015em}.amalfi-home ::selection{background:var(--gold);color:#fff}.amalfi-home .wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.amalfi-home .eyebrow{font-family:var(--font-body);font-size:var(--step--1);font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep)}.amalfi-home .muted{color:var(--ink-soft)}.amalfi-home .btn{display:inline-flex;align-items:center;gap:.6em;font-family:var(--font-body);font-size:var(--step--1);font-weight:500;letter-spacing:.04em;padding:1.05em 2.1em;border-radius:var(--radius);border:1px solid var(--gold);background:var(--gold);color:#fff;cursor:pointer;transition:background .25s var(--ease),border-color .25s var(--ease),transform .25s var(--ease)}.amalfi-home .btn:hover{background:var(--gold-deep);border-color:var(--gold-deep)}.amalfi-home .btn--ghost{background:transparent;color:var(--ink);border-color:var(--ink)}.amalfi-home .btn--ghost:hover{background:var(--ink);color:var(--bg)}.amalfi-home .btn--lg{padding:1.15em 2.6em}.amalfi-home .link-underline{font-family:var(--font-body);font-size:var(--step--1);font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);padding-bottom:4px;border-bottom:1px solid var(--gold);transition:color .25s,border-color .25s}.amalfi-home .link-underline:hover{color:var(--gold-deep);border-color:var(--gold-deep)}.amalfi-home .announce{background:var(--ink);color:var(--bg);font-size:var(--step--1);letter-spacing:.16em;text-transform:uppercase;text-align:center;padding:.7em 1em}.amalfi-home .announce b{color:var(--gold)}.amalfi-home .hdr{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .4s var(--ease),border-color .4s var(--ease),color .4s var(--ease);border-bottom:1px solid transparent;color:#fff}.amalfi-home .hdr__in{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:clamp(.9rem,1.6vw,1.4rem)}.amalfi-home .hdr.solid{background:#f7f4eedb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-color:var(--line);color:var(--ink)}.amalfi-home .brand{font-family:var(--font-display);font-size:clamp(1.4rem,2.4vw,1.9rem);letter-spacing:.32em;font-weight:500;padding-left:.32em}.amalfi-home .nav{display:flex;gap:clamp(1.2rem,2.4vw,2.6rem);align-items:center}.amalfi-home .nav a{font-size:var(--step--1);letter-spacing:.1em;text-transform:uppercase;font-weight:500;opacity:.9;transition:opacity .2s,color .2s;position:relative}.amalfi-home .nav a:after{content:"";position:absolute;left:0;bottom:-6px;height:1px;width:0;background:var(--gold);transition:width .3s var(--ease)}.amalfi-home .nav a:hover:after{width:100%}.amalfi-home .hdr__icons{display:flex;gap:1.1rem;align-items:center}.amalfi-home .ico{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.5}.amalfi-home .cart-dot{position:relative}.amalfi-home .cart-dot b{position:absolute;top:-7px;right:-9px;background:var(--gold);color:#fff;font-family:var(--font-body);font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:9px;display:grid;place-items:center;padding:0 3px}.amalfi-home .burger{display:none;background:none;border:0;color:inherit;cursor:pointer}@media(max-width:880px){.amalfi-home .nav{display:none}.amalfi-home .burger{display:block}}.amalfi-home .hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;color:#fff;overflow:hidden}.amalfi-home .hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;will-change:transform}.amalfi-home .hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1412105c,#14121000 28%,#1412100f 55%,#141210b8)}.amalfi-home .hero__in{position:relative;z-index:2;width:100%;padding-bottom:clamp(3rem,7vh,6rem);padding-top:9rem;display:grid;grid-template-columns:1.4fr .9fr;gap:2rem;align-items:end}.amalfi-home .hero h1{font-size:var(--h1);max-width:14ch;font-weight:300;letter-spacing:-.02em}.amalfi-home .hero h1 em{font-style:italic;color:var(--gold-tint)}.amalfi-home .hero__aside{padding-bottom:.6rem}.amalfi-home .hero__aside p{font-size:var(--step-0);max-width:34ch;margin-bottom:1.6rem;color:#ffffffdb}.amalfi-home .hero .eyebrow{color:var(--gold-tint);margin-bottom:1.2rem}@media(max-width:860px){.amalfi-home .hero__in{grid-template-columns:1fr;gap:1.4rem}.amalfi-home .hero h1{max-width:18ch}}.amalfi-home .marquee{background:var(--ink);color:var(--bg);overflow:hidden;border-block:1px solid #2a251f}.amalfi-home .marquee__t{display:flex;gap:3.5rem;white-space:nowrap;padding-block:1.05rem;width:max-content;animation:scroll 32s linear infinite}.amalfi-home .marquee span{font-size:var(--step--1);letter-spacing:.2em;text-transform:uppercase;display:inline-flex;gap:3.5rem;align-items:center}.amalfi-home .marquee span:after{content:"\2726";color:var(--gold)}@keyframes scroll{to{transform:translate(-50%)}}.amalfi-home .section{padding-block:clamp(4rem,9vh,8rem)}.amalfi-home .sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(2rem,4vw,3.4rem)}.amalfi-home .sec-head h2{font-size:var(--h2);max-width:16ch}.amalfi-home .sec-head .eyebrow{margin-bottom:1rem;display:block}.amalfi-home .cols{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(.8rem,1.6vw,1.4rem)}.amalfi-home .col-card{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--ink)}.amalfi-home .col-card:nth-child(1){grid-column:span 7;aspect-ratio:16/13}.amalfi-home .col-card:nth-child(2){grid-column:span 5;aspect-ratio:4/5}.amalfi-home .col-card:nth-child(3){grid-column:span 5;aspect-ratio:4/5}.amalfi-home .col-card:nth-child(4){grid-column:span 7;aspect-ratio:16/13}.amalfi-home .col-card img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}.amalfi-home .col-card:hover img{transform:scale(1.05)}.amalfi-home .col-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(20,18,16,.65))}.amalfi-home .col-card__c{position:absolute;left:0;bottom:0;z-index:2;padding:clamp(1.3rem,2.4vw,2.2rem);color:#fff}.amalfi-home .col-card__c h3{font-size:var(--step-2);font-weight:300}.amalfi-home .col-card__c .eyebrow{color:var(--gold-tint);margin-bottom:.5rem;display:block}.amalfi-home .col-card__c span.go{display:inline-flex;align-items:center;gap:.5em;margin-top:.7rem;font-family:var(--font-body);font-size:var(--step--1);letter-spacing:.12em;text-transform:uppercase;opacity:.92}@media(max-width:760px){.amalfi-home .col-card{grid-column:1/-1!important;aspect-ratio:4/3!important}}.amalfi-home .rail{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.9rem,1.8vw,1.6rem)}@media(max-width:900px){.amalfi-home .rail{grid-template-columns:repeat(2,1fr)}}.amalfi-home .pcard{position:relative}.amalfi-home .pcard__media{position:relative;overflow:hidden;border-radius:var(--radius);background:#efeae0;aspect-ratio:4/5;margin-bottom:1rem}.amalfi-home .pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease),opacity .5s}.amalfi-home .pcard__media img.alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.amalfi-home .pcard:hover .pcard__media img.main{opacity:0}.amalfi-home .pcard:hover .pcard__media img.alt{opacity:1;transform:scale(1.04)}.amalfi-home .pcard__badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--bg);color:var(--ink);font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;font-family:var(--font-body);padding:.5em .8em;border-radius:2px}.amalfi-home .pcard__add{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;opacity:0;transform:translateY(8px);transition:opacity .3s var(--ease),transform .3s var(--ease)}.amalfi-home .pcard:hover .pcard__add{opacity:1;transform:none}.amalfi-home .pcard__add .btn{width:100%;justify-content:center;background:var(--bg);color:var(--ink);border-color:var(--bg)}.amalfi-home .pcard__add .btn:hover{background:var(--ink);color:var(--bg);border-color:var(--ink)}.amalfi-home .pcard h3{font-family:var(--font-body);font-size:var(--step-0);font-weight:500;letter-spacing:0}.amalfi-home .pcard .price{font-family:var(--font-display);font-size:var(--step-0);color:var(--ink);margin-top:.25rem}.amalfi-home .pcard .price s{color:var(--taupe);margin-right:.5em;font-size:.85em}.amalfi-home .stars{display:flex;gap:2px;margin-top:.4rem;color:var(--gold)}.amalfi-home .stars svg{width:13px;height:13px;fill:var(--gold)}.amalfi-home .split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,5vw,5rem);align-items:center}@media(max-width:860px){.amalfi-home .split{grid-template-columns:1fr}}.amalfi-home .split__img{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:5/6}.amalfi-home .split__img img{width:100%;height:100%;object-fit:cover}.amalfi-home .split__c h2{font-size:var(--h2);margin-block:1rem 1.3rem;font-weight:300}.amalfi-home .split__c p{max-width:46ch;margin-bottom:1.2rem;color:var(--ink-soft)}.amalfi-home .split__sig{font-family:var(--font-display);font-style:italic;font-size:var(--step-1);color:var(--gold-deep);margin-top:1.4rem}.amalfi-home .values{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.4rem,3vw,3rem);border-top:1px solid var(--line);padding-top:clamp(2.6rem,5vw,4rem)}@media(max-width:760px){.amalfi-home .values{grid-template-columns:1fr;gap:2.2rem}}.amalfi-home .value{text-align:left}.amalfi-home .value .vi{width:34px;height:34px;stroke:var(--gold-deep);fill:none;stroke-width:1.4;margin-bottom:1.1rem}.amalfi-home .value h3{font-family:var(--font-display);font-size:var(--step-1);font-weight:400;margin-bottom:.5rem}.amalfi-home .value p{color:var(--ink-soft);font-size:var(--step--1);max-width:30ch;line-height:1.6}.amalfi-home .quote{background:var(--ink);color:var(--bg)}.amalfi-home .quote .wrap{padding-block:clamp(4.5rem,10vh,9rem);text-align:center}.amalfi-home .quote .eyebrow{color:var(--gold);display:block;margin-bottom:1.6rem}.amalfi-home .quote blockquote{font-family:var(--font-display);font-weight:300;font-style:italic;font-size:clamp(1.6rem,1rem + 2.6vw,3rem);line-height:1.25;max-width:20ch;margin-inline:auto;letter-spacing:-.01em}.amalfi-home .quote cite{display:block;margin-top:1.8rem;font-family:var(--font-body);font-style:normal;font-size:var(--step--1);letter-spacing:.16em;text-transform:uppercase;color:#f7f4eeb3}.amalfi-home .news{text-align:center}.amalfi-home .news h2{font-size:var(--h2);font-weight:300;max-width:16ch;margin:1rem auto}.amalfi-home .news p{color:var(--ink-soft);max-width:46ch;margin:0 auto 2rem}.amalfi-home .news form{display:flex;gap:.6rem;max-width:480px;margin-inline:auto}@media(max-width:520px){.amalfi-home .news form{flex-direction:column}}.amalfi-home .news input{flex:1;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.05em 1.2em;font:inherit;font-size:var(--step--1);color:var(--ink)}.amalfi-home .news input:focus{outline:none;border-color:var(--gold)}.amalfi-home .foot{background:var(--ink);color:var(--bg);padding-block:clamp(3.5rem,7vh,6rem) 2rem}.amalfi-home .foot__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid #2a251f}@media(max-width:760px){.amalfi-home .foot__grid{grid-template-columns:1fr 1fr;gap:2rem}}.amalfi-home .foot__brand{font-family:var(--font-display);font-size:2rem;letter-spacing:.3em;margin-bottom:1rem}.amalfi-home .foot p{color:#f7f4ee99;font-size:var(--step--1);max-width:34ch}.amalfi-home .foot h4{font-family:var(--font-body);font-size:var(--step--1);letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem;font-weight:600}.amalfi-home .foot ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.amalfi-home .foot ul a{color:#f7f4eeb8;font-size:var(--step--1);transition:color .2s}.amalfi-home .foot ul a:hover{color:#fff}.amalfi-home .foot__bot{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.6rem;flex-wrap:wrap}.amalfi-home .foot__bot small{color:#f7f4ee80;font-size:.78rem;letter-spacing:.04em}.amalfi-home .pay{display:flex;gap:.5rem}.amalfi-home .pay span{width:38px;height:25px;border:1px solid #3a342c;border-radius:3px;display:grid;place-items:center;font-family:var(--font-body);font-size:8px;letter-spacing:.05em;color:#f7f4ee99}.amalfi-home .reveal{opacity:0;transform:translateY(26px)}@media(prefers-reduced-motion:reduce){.amalfi-home *{animation:none!important;transition:none!important}.amalfi-home .reveal{opacity:1;transform:none}.amalfi-home{scroll-behavior:auto}}.amalfi-home{min-height:0;display:block}.amalfi-home .reveal{opacity:1;transform:none}.amalfi-home .amalfi-reviews__head{text-align:center;margin-bottom:clamp(2rem,4vw,3.2rem)}.amalfi-home .amalfi-reviews__head .eyebrow{display:block;margin-bottom:.9rem}.amalfi-home .amalfi-reviews__head h2{font-size:var(--h2);font-weight:300;max-width:18ch;margin-inline:auto}.amalfi-home .amalfi-reviews__agg{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.1rem}.amalfi-home .amalfi-reviews__agg .stars{margin:0}.amalfi-home .amalfi-reviews__agg strong{font-family:var(--font-display);font-size:var(--step-1);color:var(--ink)}.amalfi-home .amalfi-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.6rem)}@media(max-width:900px){.amalfi-home .amalfi-reviews__grid{grid-template-columns:1fr}}.amalfi-home .amalfi-review{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.3rem,2.2vw,1.9rem);display:flex;flex-direction:column;gap:.9rem}.amalfi-home .amalfi-review__top{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.amalfi-home .amalfi-review .stars svg.empty{fill:var(--line)}.amalfi-home .amalfi-review__verified{font-family:var(--font-body);font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--gold-deep)}.amalfi-home .amalfi-review blockquote{font-family:var(--font-display);font-style:italic;font-weight:300;font-size:var(--step-1);line-height:1.4;color:var(--ink)}.amalfi-home .amalfi-review figcaption{font-family:var(--font-body);font-size:var(--step--1);font-weight:500;letter-spacing:.04em;color:var(--ink-soft)}.amalfi-home .split+*{margin-top:0}.amalfi-bx-sub{font-family:Inter,system-ui,sans-serif;font-size:.95rem;line-height:1.55;color:#5c554c;letter-spacing:.01em;margin:.5rem 0 .2rem;max-width:42ch}.amalfi-bx-rating{display:flex;align-items:center;gap:.5rem;margin:.1rem 0 .2rem}.amalfi-bx-rating .amalfi-bx-stars{display:inline-flex;gap:2px}.amalfi-bx-rating svg{width:15px;height:15px;fill:#b8924a}.amalfi-bx-rating b{font-family:Fraunces,Georgia,serif;font-weight:500;color:#1a1714;font-size:.98rem}.amalfi-bx-rating span{font-family:Inter,system-ui,sans-serif;font-size:.82rem;color:#8c8275;letter-spacing:.02em}.amalfi-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:60;transform:translateY(100%);transition:transform .35s cubic-bezier(.22,.61,.36,1);background:#f7f4eef5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid #E4DDD0;box-shadow:0 -8px 30px #14121014}.amalfi-stickybar.show{transform:none}.amalfi-stickybar__in{max-width:1320px;margin-inline:auto;display:flex;align-items:center;gap:1.2rem;padding:.7rem clamp(1.1rem,4vw,3.5rem)}.amalfi-stickybar__t{display:flex;flex-direction:column;line-height:1.2;min-width:0}.amalfi-stickybar__t strong{font-family:Fraunces,Georgia,serif;font-weight:500;font-size:1rem;color:#1a1714;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48vw}.amalfi-stickybar__t span{font-family:Inter,system-ui,sans-serif;font-size:.85rem;color:#8c8275}.amalfi-stickybar form{margin-left:auto}.amalfi-stickybar button{font-family:Inter,system-ui,sans-serif;font-weight:500;letter-spacing:.04em;font-size:.9rem;padding:.95em 2.4em;border:1px solid #B8924A;background:#b8924a;color:#fff;border-radius:3px;cursor:pointer;transition:background .25s,border-color .25s;white-space:nowrap}.amalfi-stickybar button:hover{background:#9a7838;border-color:#9a7838}@media(max-width:600px){.amalfi-stickybar__t span{display:none}.amalfi-stickybar button{padding:.95em 1.5em}}.sticky-add-to-cart__bar{background:#f7f4eef5!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid #E4DDD0!important}.sticky-add-to-cart__title,.sticky-add-to-cart__price{font-family:Fraunces,Georgia,serif!important;color:#1a1714!important}.sticky-add-to-cart__button,.sticky-add-to-cart .button{background:#b8924a!important;border-color:#b8924a!important;color:#fff!important;border-radius:3px!important;letter-spacing:.04em}.sticky-add-to-cart__button:hover,.sticky-add-to-cart .button:hover{background:#9a7838!important;border-color:#9a7838!important}.amalfi-home .split--rev .split__img{order:2}.amalfi-home .split--rev .split__c{order:1}.amalfi-bx-rating .amalfi-bx-stars{color:#b8924a;letter-spacing:2px;font-size:1rem}.amalfi-bx-rating .amalfi-bx-meta{color:#8c8275}.amalfi-home .section.amalfi-psec{padding-block:clamp(2.2rem,4.5vh,3.6rem)}.amalfi-home .amalfi-psec .split{align-items:center;gap:clamp(1.5rem,4vw,3.2rem)}.amalfi-home .amalfi-psec .split__img{aspect-ratio:4/3;max-height:460px}@media(max-width:860px){.amalfi-home .amalfi-psec .split__img{max-height:none}}.amalfi-home .amalfi-psec .sec-head{margin-bottom:clamp(1.4rem,3vw,2.2rem)}.amalfi-home .amalfi-psec .amalfi-reviews__head{margin-bottom:clamp(1.5rem,3vw,2.4rem)}@media(min-width:750px){.product-information__grid.product-information__grid--half{grid-template-columns:minmax(var(--gutter,1.5rem),1fr) minmax(0,min(46vw,600px)) minmax(0,min(46vw,600px)) minmax(var(--gutter,1.5rem),1fr)!important}}.amalfi-home .hero--split-right,.amalfi-home .hero--split-left{min-height:auto;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;color:var(--ink);background:var(--surface)}.amalfi-home .hero--split-right:after,.amalfi-home .hero--split-left:after{display:none}.amalfi-home .hero--split-right .hero__img,.amalfi-home .hero--split-left .hero__img{position:relative;inset:auto;width:100%;height:100%;min-height:min(88vh,780px)}.amalfi-home .hero--split-right .hero__in,.amalfi-home .hero--split-left .hero__in{display:flex;flex-direction:column;justify-content:center;gap:1.3rem;padding:clamp(2rem,6vw,5.5rem)}.amalfi-home .hero--split-right .hero__in>div,.amalfi-home .hero--split-left .hero__in>div{display:flex;flex-direction:column}.amalfi-home .hero--split-right h1,.amalfi-home .hero--split-left h1{color:var(--ink);max-width:15ch}.amalfi-home .hero--split-right .hero__aside p,.amalfi-home .hero--split-left .hero__aside p{color:var(--ink-soft)}.amalfi-home .hero--split-right .eyebrow,.amalfi-home .hero--split-left .eyebrow{color:var(--gold)}.amalfi-home .hero--split-right .hero__aside .btn,.amalfi-home .hero--split-left .hero__aside .btn{background:var(--gold);border-color:var(--gold);color:var(--on-accent)}.amalfi-home .hero--split-right .hero__img{order:2}.amalfi-home .hero--split-right .hero__in,.amalfi-home .hero--split-left .hero__img{order:1}.amalfi-home .hero--split-left .hero__in{order:2}.amalfi-home .hero--centered{align-items:center;text-align:center}.amalfi-home .hero--centered .hero__in{grid-template-columns:1fr;justify-items:center;max-width:64ch;margin:0 auto;padding-bottom:0}.amalfi-home .hero--centered .hero__in>div{display:flex;flex-direction:column;align-items:center}.amalfi-home .hero--centered h1{max-width:20ch;margin-inline:auto}.amalfi-home .hero--centered .hero__aside{display:flex;flex-direction:column;align-items:center}.amalfi-home .hero--centered .hero__aside p{max-width:48ch;margin-inline:auto}@media(max-width:760px){.amalfi-home .hero--split-right,.amalfi-home .hero--split-left{grid-template-columns:1fr;min-height:auto}.amalfi-home .hero--split-right .hero__img,.amalfi-home .hero--split-left .hero__img{min-height:50vh;order:1}.amalfi-home .hero--split-right .hero__in,.amalfi-home .hero--split-left .hero__in{order:2;padding:clamp(1.6rem,8vw,2.4rem)}}.amalfi-home .rail--grid-4{grid-template-columns:repeat(4,1fr)}.amalfi-home .rail--grid-3{grid-template-columns:repeat(3,1fr)}.amalfi-home .rail--grid-2{grid-template-columns:repeat(2,1fr);gap:clamp(1.4rem,3vw,2.6rem)}@media(max-width:900px){.amalfi-home .rail--grid-4,.amalfi-home .rail--grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.amalfi-home .rail--grid-2,.amalfi-home .rail--grid-3,.amalfi-home .rail--grid-4{grid-template-columns:repeat(2,1fr)}}.amalfi-home.amalfi-home{--bg:#161616;--surface:#1F1F1F;--ink:#F4F4F0;--ink-soft:#979794;--taupe:#737372;--line:#2E2E2E;--gold:#C6FF3D;--gold-deep:#A6E000;--gold-tint:#1C2606;--on-accent:#0C0C0C}.accelerated-checkout-block,[class*=ai-payment-methods]{display:none!important}[class*=ai-pulse-dot-inner],[class*=ai-pulse-dot-ring]{background:#c6ff3d!important}[class*=ai-trust-badge],[class*=ai-trust-badge] *{color:#f4f4f0!important}[class*=ai-trust-badges] svg,[class*=ai-trust-badges] path{stroke:#c6ff3d!important}[class*=ai-trust-badges],[class*=ai-trust-badge]{background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important}[class*=group-block]:has([class*=ai-trust-badges]){background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important}.amalfi-bx-sub{color:#979794!important}.amalfi-bx-rating .amalfi-bx-stars,.amalfi-bx-rating svg{color:#c6ff3d!important;fill:#c6ff3d!important}.amalfi-bx-rating b{color:#f4f4f0!important;font-family:var(--font-heading--family)!important}.amalfi-bx-rating .amalfi-bx-meta{color:#737372!important}.sticky-add-to-cart__bar{background:#1f1f1f!important;border-color:#2e2e2e!important}.sticky-add-to-cart__title,.sticky-add-to-cart__price{color:#f4f4f0!important;font-family:var(--font-heading--family)!important}.sticky-add-to-cart__button,.sticky-add-to-cart .button{background:#c6ff3d!important;border-color:#c6ff3d!important;color:#0c0c0c!important}.sticky-add-to-cart__button:hover,.sticky-add-to-cart .button:hover{background:#a6e000!important;border-color:#a6e000!important}.amalfi-home .amalfi-psec .split__c h2,.amalfi-home .amalfi-reviews__head h2,.amalfi-home .amalfi-psec .sec-head h2{text-transform:uppercase;letter-spacing:.05em;font-weight:400}.amalfi-home .amalfi-psec .value{border:1px solid var(--line);padding:1.7rem 1.4rem;border-radius:2px;transition:border-color .3s,transform .3s}.amalfi-home .amalfi-psec .value:hover{border-color:var(--gold);transform:translateY(-4px)}.amalfi-home .amalfi-psec .value .vi{stroke:var(--gold)}.amalfi-home .amalfi-review{border:1px solid var(--gold)}.amalfi-home .amalfi-review .stars svg{width:18px;height:18px}.amalfi-home .amalfi-review figcaption{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/amalfi-custom.css.map */
