:root{--bg-cream: #FAF8F5;--bg-surface: #FFFFFF;--forest: #243527;--forest-light: #324936;--accent-terracotta: #B86745;--accent-soft: #EFE9E1;--text-dark: #1E231F;--text-muted: #5C655E;--border-subtle: #E8E3DC;--am-container: 1200px;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif}body.aromine-redesign{background-color:var(--bg-cream);color:var(--text-dark);font-family:var(--font-sans)}body.aromine-redesign #main-wrapper{background:var(--bg-cream)}body.template-index.aromine-redesign .main-content{padding:0}.am-container{max-width:var(--am-container);margin:0 auto;padding:0 24px}.am-announcement{background:var(--forest);color:#f0ede8;text-align:center;padding:9px 16px;font-family:var(--font-sans);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;line-height:1.5}.am-header{background:#faf8f5f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:200;border-bottom:1px solid var(--border-subtle)}.am-nav-inner{display:flex;align-items:center;justify-content:space-between;height:80px;gap:20px}.am-brand{font-family:var(--font-serif);font-size:2.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--forest);text-decoration:none;line-height:1;flex:0 0 auto}.am-brand:hover,.am-brand:focus{color:var(--forest);text-decoration:none}.am-nav-links{display:flex;gap:32px;list-style:none;margin:0;padding:0;font-size:.95rem;font-weight:500}.am-nav-links a{color:var(--text-muted);text-decoration:none}.am-nav-links a:hover,.am-nav-links a:focus{color:var(--forest)}.am-nav-actions{display:flex;gap:20px;align-items:center;font-size:.95rem;font-weight:500;flex:0 0 auto}.am-signin{color:var(--text-dark);text-decoration:none}.am-signin:hover,.am-signin:focus{color:var(--forest)}.am-cart-pill{background:var(--forest);color:#fff;padding:8px 18px;border-radius:50px;display:inline-flex;gap:8px;font-size:.85rem;align-items:center;text-decoration:none;line-height:1.2}.am-cart-pill:hover,.am-cart-pill:focus{background:var(--forest-light);color:#fff;text-decoration:none}.am-cart-pill .cart-count{background:#fff3;padding:2px 7px;border-radius:20px;color:#fff}.am-menu-toggle{display:none;background:transparent;border:1px solid var(--border-subtle);border-radius:8px;width:44px;height:44px;padding:10px;cursor:pointer;color:var(--forest)}.am-menu-toggle span,.am-menu-toggle span:before,.am-menu-toggle span:after{display:block;height:2px;background:var(--forest);border-radius:2px;position:relative}.am-menu-toggle span:before,.am-menu-toggle span:after{content:"";position:absolute;left:0;right:0}.am-menu-toggle span:before{top:-7px}.am-menu-toggle span:after{top:7px}.am-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#1e231f66;z-index:250}.am-drawer{position:fixed;top:0;right:0;height:100%;width:min(320px,86vw);background:var(--bg-cream);z-index:260;transform:translate(100%);transition:transform .25s ease;padding:24px;box-shadow:-12px 0 30px #00000014;overflow-y:auto}body.am-nav-open .am-drawer-overlay{display:block}body.am-nav-open .am-drawer{transform:translate(0)}body.am-nav-open{overflow:hidden}.am-drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.am-drawer-close{background:transparent;border:0;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--forest);padding:4px 8px}.am-drawer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.am-drawer-links a{display:block;padding:14px 4px;border-bottom:1px solid var(--border-subtle);color:var(--forest);font-weight:500;text-decoration:none;font-size:1.05rem}.am-hero{padding:0;background:#f4ebe0}.am-hero-frame{position:relative;width:min(100%,1600px);margin:0 auto;background:#f4ebe0}.am-hero-media{display:block;width:100%;height:auto}.am-hero-copy{position:absolute;z-index:1;top:0;bottom:0;left:max(24px,calc((100% - var(--am-container)) / 2 + 24px));width:min(540px,calc(47% - 36px));display:flex;flex-direction:column;justify-content:center;padding:20px 8px 24px 0}.am-hero-tag{display:inline-block;text-transform:uppercase;font-size:.75rem;letter-spacing:.15em;color:var(--accent-terracotta);font-weight:600;margin-bottom:16px;background:#b867451a;padding:6px 14px;border-radius:30px;font-family:var(--font-sans)}.am-hero-title,.am-section-header h2,.am-product-body h3,.am-category-card h3,.am-narrative h2,.am-pillar h4,.am-footer h4{font-family:var(--font-serif);font-weight:500;color:var(--forest);letter-spacing:-.02em;text-transform:none;margin:0}.am-hero-title{font-size:3.8rem;line-height:1.08;margin-bottom:24px}.am-hero-title em{font-style:italic;font-weight:400}.am-hero-title-line{display:block}.am-hero-lead{font-size:1.15rem;color:var(--text-muted);margin:0 0 16px;max-width:520px;line-height:1.7}.am-hero-offer{font-size:.95rem;color:var(--forest);font-weight:600;margin:0 0 28px}.am-hero-buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.am-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 32px;border-radius:6px;font-family:var(--font-sans);font-size:.95rem;font-weight:600;text-transform:none;letter-spacing:0;line-height:1.2;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background .25s ease,color .25s ease,transform .25s ease}.am-btn-primary{background:var(--forest);color:#fff}.am-btn-primary:hover,.am-btn-primary:focus{background:var(--forest-light);color:#fff;transform:translateY(-1px)}.am-btn-outline{border-color:var(--forest);color:var(--forest);background:transparent}.am-btn-outline:hover,.am-btn-outline:focus{background:var(--forest);color:#fff}.am-btn-light{background:#faf8f5;color:var(--forest)}.am-btn-light:hover,.am-btn-light:focus{background:#fff;color:var(--forest)}.am-btn-small{padding:9px 18px;font-size:.85rem}.am-pillars{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:#fff;padding:32px 0}.am-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.am-pillar{display:flex;align-items:flex-start;gap:14px}.am-pillar-icon{font-size:1.4rem;color:var(--accent-terracotta);line-height:1;margin-top:2px}.am-pillar h4{font-family:var(--font-sans);font-size:.95rem;font-weight:600;margin-bottom:3px;color:var(--text-dark)}.am-pillar p{font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.5}.am-section{padding:90px 0}.am-section-soft{background:#f4efeb}.am-rollon-offer,.am-rollon-nudge{margin:16px 0;padding:14px 16px;border-radius:10px;font-family:var(--font-sans, "Plus Jakarta Sans", sans-serif);font-size:.95rem;line-height:1.5}.am-rollon-offer{background:#f3f7f4;border:1px solid var(--forest);color:var(--forest)}.am-rollon-nudge{background:#fff;border:1px solid var(--accent-terracotta);border-left:4px solid var(--accent-terracotta);color:var(--text-dark);box-shadow:0 8px 20px #b867451f}.am-rollon-nudge p{margin:0 0 8px}.am-rollon-nudge strong{color:var(--accent-terracotta)}.am-rollon-nudge__link{color:var(--forest);font-weight:600;text-decoration:underline}.am-rollon-nudge__link:hover,.am-rollon-nudge__link:focus{color:var(--accent-terracotta)}.am-section-header{text-align:center;max-width:620px;margin:0 auto 55px}.am-section-header h2{font-size:2.7rem;margin-bottom:12px;line-height:1.15}.am-section-header p{color:var(--text-muted);font-size:1.05rem;margin:0}.am-categories{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px}.am-category-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;text-align:center;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;height:100%}.am-category-card:hover,.am-category-card:focus{transform:translateY(-5px);box-shadow:0 16px 30px #0000000f;color:inherit;text-decoration:none}.am-category-img{height:220px;background:var(--bg-surface);display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--text-muted);font-size:.95rem}.am-category-card.is-lead .am-category-img{height:260px}.am-category-img img{width:100%;height:100%;object-fit:cover}.am-category-body{padding:24px 20px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.am-category-card h3{font-size:1.5rem;margin-bottom:8px}.am-category-card p{font-size:.85rem;color:var(--text-muted);margin:0}.am-explore{display:inline-block;margin-top:14px;font-size:.85rem;font-weight:600;color:var(--accent-terracotta);text-transform:uppercase;letter-spacing:.06em}.am-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.am-product-card{background:var(--bg-surface);border-radius:12px;border:1px solid var(--border-subtle);overflow:hidden;display:flex;flex-direction:column}.am-product-media{height:300px;background:var(--bg-surface);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.am-product-media img{width:100%;height:100%;object-fit:contain}.am-product-tag{position:absolute;top:14px;left:14px;background:#fff;padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--forest)}.am-product-body{padding:24px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.am-product-body h3{font-size:1.5rem;margin-bottom:6px;line-height:1.2}.am-product-body h3 a{color:var(--forest);text-decoration:none}.am-product-meta,.am-product-desc{font-size:.85rem;color:var(--text-muted);margin:0 0 14px}.am-product-reviews{min-height:22px;margin-bottom:8px}.am-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border-subtle);padding-top:18px;margin-top:12px}.am-price{font-size:1.25rem;font-weight:600;color:var(--forest);font-family:var(--font-sans)}.am-add-form{margin:0}.am-add-form select{display:none}.am-narrative{background:var(--forest);color:#faf8f5;padding:100px 0;text-align:center}.am-narrative h2{color:#faf8f5;font-size:3rem;max-width:800px;margin:0 auto 20px;line-height:1.2}.am-narrative p{max-width:650px;margin:0 auto 36px;font-size:1.15rem;opacity:.85;line-height:1.8;color:#faf8f5}.am-footer{background:#172118;color:#b5beb7;padding:70px 0 35px;font-size:.9rem;font-family:var(--font-sans)}.am-footer a{color:#b5beb7;text-decoration:none}.am-footer a:hover,.am-footer a:focus{color:#faf8f5}.am-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px}.am-footer-brand{font-family:var(--font-serif);font-size:2rem;color:#faf8f5;margin-bottom:12px;font-weight:600;letter-spacing:.1em}.am-footer p{margin:0 0 12px;line-height:1.7;font-size:.85rem}.am-footer h4{color:#faf8f5;font-family:var(--font-sans);font-size:1rem;font-weight:600;margin:0 0 18px}.am-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.am-footer-mail{color:var(--accent-terracotta)!important;font-weight:500}.am-footer-note{font-size:.75rem;color:#8e9991}.am-footer-payments{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px 16px;margin:-28px 0 32px}.am-footer .payment-icons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;margin:0;list-style:none;padding:0}.am-footer .payment-icons li{margin:0;flex:0 0 auto;line-height:1}.am-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:.8rem}@media(max-width:992px){.am-nav-links,.am-signin{display:none}.am-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.am-hero-title{font-size:2.6rem}.am-pillars-grid,.am-categories,.am-product-grid,.am-footer-grid{grid-template-columns:1fr 1fr}.am-category-card.is-lead .am-category-img{height:220px}.am-narrative h2{font-size:2.2rem}.am-section{padding:64px 0}}@media(max-width:640px){.am-pillars-grid,.am-categories,.am-product-grid,.am-footer-grid,.am-footer-bottom{grid-template-columns:1fr}.am-footer-bottom{flex-direction:column;align-items:flex-start}.am-hero-title{font-size:2.2rem}.am-hero-buttons .am-btn{width:100%}}@media(max-width:1400px){.am-hero-frame{display:flex;flex-direction:column;width:100%}.am-hero-copy{position:relative;order:-1;top:auto;bottom:auto;left:auto;width:100%;max-width:var(--am-container);margin:0 auto;padding:48px 24px 20px;display:block}.am-hero-media{width:100%;height:clamp(220px,76vw,520px);object-fit:cover;object-position:right center}}body.aromine-redesign.template-collection .product-grid-item,body.aromine-redesign.template-product .product-grid-item{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden;box-shadow:0 10px 24px #2435270a}body.aromine-redesign.template-collection .product-grid-image,body.aromine-redesign.template-product .product-grid-image,body.aromine-redesign.template-collection .custom-grid-image,body.aromine-redesign.template-product .custom-grid-image{background:var(--bg-surface);margin:0;padding:0;border-bottom:1px solid var(--border-subtle)}body.aromine-redesign.template-collection .product-grid-image img,body.aromine-redesign.template-product .product-grid-image img,body.aromine-redesign.template-collection .custom-grid-image img,body.aromine-redesign.template-product .custom-grid-image img{border-radius:0;border:0;background:transparent;box-shadow:none;width:100%;height:auto}body.aromine-redesign.template-collection .product-grid-item .list-title,body.aromine-redesign.template-product .product-grid-item .list-title,body.aromine-redesign.template-collection .product-grid-item .product-item--price,body.aromine-redesign.template-product .product-grid-item .product-item--price,body.aromine-redesign.template-collection .product-grid-item .spr-badge,body.aromine-redesign.template-product .product-grid-item .spr-badge,body.aromine-redesign.template-collection .product-grid-item .jdgm-preview-badge,body.aromine-redesign.template-product .product-grid-item .jdgm-preview-badge,body.aromine-redesign.template-collection .product-grid-item .shopify-product-reviews-badge,body.aromine-redesign.template-product .product-grid-item .shopify-product-reviews-badge{padding-left:16px;padding-right:16px}body.aromine-redesign.template-collection .product-grid-item .list-title,body.aromine-redesign.template-product .product-grid-item .list-title{padding-top:16px;margin-bottom:6px}body.aromine-redesign.template-collection .product-grid-item .tools,body.aromine-redesign.template-product .product-grid-item .tools{padding:0 16px 16px;margin:0}body.aromine-redesign.template-collection .product-list-item{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden;margin-bottom:16px;padding:0}body.aromine-redesign.template-collection .product-list-image{background:var(--bg-surface);padding:0;margin:0}body.aromine-redesign.template-collection .product-list-image img{border-radius:0;border:0;background:transparent;box-shadow:none;width:100%;height:auto}body.aromine-redesign.template-product #productPhoto{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:16px;padding:0;overflow:hidden;box-shadow:0 20px 40px #2435270d}body.aromine-redesign.template-product #productPhotoImg{border-radius:0;border:0;background:transparent;box-shadow:none;width:100%;height:auto}body.aromine-redesign.template-product .product-photo-thumbs{margin-top:4px}body.aromine-redesign.template-product .product-photo-thumbs a{display:block;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:10px;padding:0;overflow:hidden}body.aromine-redesign.template-product .product-photo-thumbs img{border-radius:0;background:transparent;width:100%;height:auto}@media(max-width:640px){body.aromine-redesign.template-product #productPhoto{border-radius:12px}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/aromine-redesign.css.map */
