/** Shopify CDN: Minification failed

Line 17:11 Expected identifier but found whitespace
Line 17:13 Unexpected "{"
Line 17:23 Expected ":"
Line 18:16 Expected identifier but found whitespace
Line 18:18 Unexpected "{"
Line 18:28 Expected ":"
Line 19:13 Expected identifier but found whitespace
Line 19:15 Unexpected "{"
Line 19:25 Expected ":"
Line 20:14 Expected identifier but found whitespace
... and 20 more hidden warnings

**/
:root {
  --sml-bg: {{ settings.color_background }};
  --sml-surface: {{ settings.color_surface }};
  --sml-text: {{ settings.color_text }};
  --sml-muted: {{ settings.color_muted }};
  --sml-accent: {{ settings.color_accent }};
  --sml-accent-2: {{ settings.color_accent_soft }};
  --sml-border: rgba(255,255,255,.11);
  --sml-radius: {{ settings.card_radius }}px;
  --sml-shadow: 0 24px 70px rgba(0,0,0,.28);
  --sml-serif: {{ settings.heading_font.family }}, Georgia, serif;
  --sml-sans: {{ settings.body_font.family }}, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sml-bg); color: var(--sml-text); font-family: var(--sml-sans); font-size: 16px; line-height: 1.6; }
body, button, input, select, textarea { font-family: var(--sml-sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, .button { cursor: pointer; }
button:disabled, .button:disabled { cursor: not-allowed; opacity: .45; transform: none !important; box-shadow: none !important; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .7rem 1rem; background: var(--sml-accent); color: #0a0a0a; border-radius: .5rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.section-pad { padding: 5.5rem 0; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--sml-accent); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; }
.eyebrow::before { content: ''; width: 1.8rem; height: 1px; background: var(--sml-accent); }
h1, h2, h3, h4 { font-family: var(--sml-serif); line-height: 1.08; letter-spacing: -.02em; margin: 0 0 1rem; }
h1 { font-size: clamp(2.8rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1rem; color: var(--sml-muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3rem; padding: .78rem 1.25rem; border: 1px solid transparent; border-radius: 999px; background: var(--sml-accent); color: #0c0d0b; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(214,164,77,.2); }
.button--ghost { background: transparent; color: var(--sml-text); border-color: var(--sml-border); }
.button--ghost:hover { background: rgba(255,255,255,.06); }
.button--small { min-height: 2.45rem; padding: .55rem .9rem; font-size: .88rem; }
.button--full { width: 100%; }
.text-link { color: var(--sml-accent); text-decoration: underline; text-underline-offset: 3px; }
.announcement-bar { background: var(--sml-accent); color: #0d0e0c; text-align: center; font-size: .75rem; font-weight: 800; letter-spacing: .08em; padding: .5rem 1rem; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(14,15,13,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--sml-border); }
.header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--sml-serif); font-size: 1.7rem; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 2.15rem; height: 2.15rem; color: #0c0d0b; background: var(--sml-accent); border-radius: .6rem .6rem .6rem .15rem; font-family: var(--sml-sans); font-size: .88rem; font-weight: 900; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; color: var(--sml-muted); font-size: .9rem; }
.nav-links a:hover, .header-action:hover { color: var(--sml-accent); }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.header-action { display: inline-flex; align-items: center; gap: .35rem; color: var(--sml-muted); font-size: .84rem; }
.cart-count { display: inline-grid; place-items: center; min-width: 1.35rem; height: 1.35rem; padding: 0 .25rem; border-radius: 99px; background: var(--sml-accent); color: #111; font-size: .7rem; font-weight: 900; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--sml-text); font-size: 1.5rem; }
.hero { position: relative; overflow: hidden; min-height: 76vh; display: grid; align-items: center; background: radial-gradient(circle at 72% 36%, rgba(214,164,77,.18), transparent 26%), radial-gradient(circle at 15% 30%, rgba(134,103,47,.12), transparent 34%), var(--sml-bg); }
.hero::after { content: ''; position: absolute; width: 28rem; height: 28rem; right: -10rem; bottom: -14rem; border: 1px solid rgba(214,164,77,.28); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(214,164,77,.03), 0 0 0 4rem rgba(214,164,77,.03); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 4rem; align-items: center; }
.hero-copy { max-width: 700px; }
.hero-copy h1 { margin-top: 1.1rem; }
.hero-copy h1 em { color: var(--sml-accent); font-style: normal; }
.hero-copy p { max-width: 550px; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-art { position: relative; min-height: 31rem; }
.hero-card { position: absolute; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); box-shadow: var(--sml-shadow); backdrop-filter: blur(6px); }
.hero-card--back { width: 70%; height: 75%; right: 2%; top: 8%; transform: rotate(8deg); border-radius: 2.5rem; background: linear-gradient(135deg, rgba(214,164,77,.25), rgba(17,18,16,.35)); }
.hero-card--front { width: 64%; height: 72%; right: 15%; top: 15%; transform: rotate(-9deg); border-radius: 2.5rem; padding: 2rem; display: flex; align-items: end; overflow: hidden; }
.hero-card--front::before { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(214,164,77,.35); border-radius: 50%; transform: rotate(18deg); }
.hero-card--front::after { content: 'S'; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(214,164,77,.75); font-family: var(--sml-serif); font-size: 14rem; line-height: 1; }
.hero-card-label { position: relative; z-index: 1; color: var(--sml-accent); letter-spacing: .18em; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: 1.15rem 0; border-top: 1px solid var(--sml-border); border-bottom: 1px solid var(--sml-border); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: .7rem; color: var(--sml-muted); font-size: .82rem; text-align: center; }
.trust-item strong { color: var(--sml-text); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2.3rem; }
.section-heading p { max-width: 410px; margin-bottom: 0; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.collection-tile { min-height: 18rem; position: relative; overflow: hidden; display: flex; align-items: end; padding: 1.5rem; border-radius: var(--sml-radius); border: 1px solid var(--sml-border); background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025)); transition: transform .3s ease, border-color .3s ease; }
.collection-tile:hover { transform: translateY(-6px); border-color: rgba(214,164,77,.6); }
.collection-tile::before { content: ''; position: absolute; width: 12rem; height: 12rem; right: -2rem; top: -3rem; border: 1px solid rgba(214,164,77,.22); border-radius: 50%; box-shadow: 0 0 0 1.2rem rgba(214,164,77,.04), 0 0 0 2.4rem rgba(214,164,77,.03); }
.collection-tile--perfume { background: linear-gradient(145deg, #2b211a, #151513 58%, #0d0e0c); }
.collection-tile--watch { background: linear-gradient(145deg, #19252c, #151513 58%, #0d0e0c); }
.collection-tile--wallet { background: linear-gradient(145deg, #302a20, #151513 58%, #0d0e0c); }
.collection-tile-content { position: relative; z-index: 1; }
.collection-tile p { font-size: .88rem; max-width: 16rem; }
.collection-tile a { color: var(--sml-accent); font-weight: 800; font-size: .9rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.product-card { position: relative; min-width: 0; transform-style: preserve-3d; transition: transform .28s ease, box-shadow .28s ease; }
.product-card:hover { box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.product-card-media { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--sml-radius); background: var(--sml-surface); border: 1px solid var(--sml-border); }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.product-card:hover .product-card-media img { transform: scale(1.06); filter: saturate(1.08); }
.product-card-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: var(--sml-accent); font-family: var(--sml-serif); font-size: 6rem; background: radial-gradient(circle at 50% 40%, rgba(214,164,77,.17), transparent 32%), linear-gradient(145deg, #24251f, #11120f); }
.product-badge { position: absolute; top: .8rem; left: .8rem; z-index: 2; padding: .35rem .6rem; border-radius: 999px; background: var(--sml-accent); color: #111; font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-quick { position: absolute; right: .8rem; top: .8rem; z-index: 2; width: 2.5rem; height: 2.5rem; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(12,13,11,.65); color: var(--sml-text); opacity: 0; transform: translateY(-6px); transition: .25s ease; }
.product-card:hover .product-quick, .product-quick:focus { opacity: 1; transform: translateY(0); }
.product-card-info { padding: .9rem .15rem 0; }
.product-card-info h3 { font-family: var(--sml-sans); font-size: 1rem; letter-spacing: 0; margin-bottom: .25rem; }
.product-card-info h3 a:hover { color: var(--sml-accent); }
.product-card-meta { display: flex; align-items: center; justify-content: space-between; gap: .5rem; color: var(--sml-muted); font-size: .84rem; }
.price { color: var(--sml-text); font-weight: 800; }
.price--compare { color: var(--sml-muted); text-decoration: line-through; margin-left: .3rem; font-weight: 400; }
.rating { color: var(--sml-accent); font-size: .75rem; letter-spacing: .1em; }
.feature-band { background: var(--sml-surface); border-block: 1px solid var(--sml-border); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.feature-copy p { max-width: 500px; }
.feature-list { display: grid; gap: .75rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: .7rem; align-items: start; color: var(--sml-muted); }
.feature-list li::before { content: '✦'; color: var(--sml-accent); }
.feature-visual { min-height: 25rem; border-radius: var(--sml-radius); border: 1px solid var(--sml-border); background: radial-gradient(circle at 58% 45%, rgba(214,164,77,.22), transparent 22%), linear-gradient(145deg, #2a241b, #10110f 62%); position: relative; overflow: hidden; }
.feature-visual::before, .feature-visual::after { content: ''; position: absolute; border: 1px solid rgba(214,164,77,.27); border-radius: 50%; }
.feature-visual::before { width: 20rem; height: 20rem; top: 2rem; right: -4rem; }
.feature-visual::after { width: 15rem; height: 15rem; left: -3rem; bottom: -5rem; }
.feature-bottle { position: absolute; width: 7rem; height: 12rem; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.22); border-radius: 1rem .5rem .7rem .7rem; background: linear-gradient(90deg, rgba(255,255,255,.12), rgba(214,164,77,.22), rgba(255,255,255,.04)); box-shadow: 0 2rem 3rem rgba(0,0,0,.35); }
.feature-bottle::before { content: ''; position: absolute; width: 2.4rem; height: 2rem; left: 50%; top: -2rem; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.2); border-radius: .25rem .25rem 0 0; background: #1b1b17; }
.feature-bottle::after { content: 'S'; position: absolute; inset: 0; display: grid; place-items: center; color: var(--sml-accent); font-family: var(--sml-serif); font-size: 4rem; }
.newsletter { background: var(--sml-accent); color: #111; }
.newsletter p { color: rgba(17,17,17,.68); }
.newsletter-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.newsletter-form { display: flex; gap: .5rem; width: min(100%, 28rem); }
.newsletter-form input { flex: 1; min-width: 0; border: 1px solid rgba(17,17,17,.28); background: rgba(255,255,255,.32); color: #111; border-radius: 999px; padding: .8rem 1rem; }
.newsletter-form input::placeholder { color: rgba(17,17,17,.6); }
.newsletter-form .button { background: #111; color: #fff; }
.site-footer { border-top: 1px solid var(--sml-border); padding: 3.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2rem; }
.footer-grid h3 { font-family: var(--sml-sans); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sml-accent); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; color: var(--sml-muted); font-size: .9rem; }
.footer-grid li a:hover { color: var(--sml-text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--sml-border); color: var(--sml-muted); font-size: .78rem; }
.page-shell { padding: 4.5rem 0; }
.page-heading { max-width: 760px; margin-bottom: 2.5rem; }
.page-heading p { font-size: 1.1rem; }
.collection-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.5rem; color: var(--sml-muted); font-size: .88rem; }
.collection-toolbar select, .field input, .field select, .field textarea { width: 100%; border: 1px solid var(--sml-border); border-radius: .7rem; padding: .78rem .9rem; background: var(--sml-surface); color: var(--sml-text); }
.collection-toolbar select { width: auto; min-width: 10rem; border-radius: 999px; }
.product-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.product-main-image { aspect-ratio: 4/5; overflow: hidden; border-radius: var(--sml-radius); background: var(--sml-surface); border: 1px solid var(--sml-border); }
.product-main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-detail .eyebrow { margin-bottom: 1rem; }
.product-detail h1 { font-size: clamp(2.3rem, 5vw, 4.5rem); }
.product-detail .product-description { margin: 1.5rem 0; }
.product-form { display: grid; gap: 1rem; }
.quantity-row { display: flex; align-items: center; gap: .8rem; }
.quantity-row label { color: var(--sml-muted); font-size: .85rem; }
.quantity-input { width: 5.5rem !important; }
.product-note { padding: .8rem 1rem; border-left: 2px solid var(--sml-accent); background: rgba(214,164,77,.08); color: var(--sml-muted); font-size: .85rem; }
.cart-shell { max-width: 920px; }
.cart-items { display: grid; gap: 1rem; margin-bottom: 2rem; }
.cart-item { display: grid; grid-template-columns: 6rem 1fr auto; gap: 1rem; align-items: center; padding: 1rem; border: 1px solid var(--sml-border); border-radius: var(--sml-radius); background: var(--sml-surface); }
.cart-item img { width: 6rem; height: 7rem; object-fit: cover; border-radius: .6rem; }
.cart-item h3 { font-family: var(--sml-sans); font-size: 1rem; letter-spacing: 0; margin-bottom: .3rem; }
.cart-item small { color: var(--sml-muted); }
.cart-summary { margin-left: auto; max-width: 26rem; padding: 1.4rem; border: 1px solid var(--sml-border); border-radius: var(--sml-radius); background: var(--sml-surface); }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: .35rem 0; color: var(--sml-muted); }
.summary-row--total { margin-top: .7rem; padding-top: 1rem; border-top: 1px solid var(--sml-border); color: var(--sml-text); font-size: 1.15rem; font-weight: 800; }
.cart-actions { display: grid; gap: .65rem; margin-top: 1rem; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.cart-drawer { position: fixed; z-index: 51; top: 0; right: 0; width: min(100%, 28rem); height: 100%; overflow-y: auto; padding: 1.5rem; background: var(--sml-bg); border-left: 1px solid var(--sml-border); transform: translateX(100%); transition: transform .3s ease; }
.drawer-open .drawer-backdrop { opacity: 1; pointer-events: auto; }
.drawer-open .cart-drawer { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid var(--sml-border); }
.drawer-header h2 { font-size: 1.8rem; }
.icon-button { width: 2.4rem; height: 2.4rem; border: 1px solid var(--sml-border); border-radius: 50%; background: transparent; color: var(--sml-text); }
.drawer-items { display: grid; gap: .8rem; margin: 1rem 0; }
.drawer-empty { padding: 2rem 0; color: var(--sml-muted); text-align: center; }
.form-card { max-width: 480px; margin: 0 auto; padding: 2rem; border: 1px solid var(--sml-border); border-radius: var(--sml-radius); background: var(--sml-surface); }
.form-card h1 { font-size: 3rem; }
.form-grid { display: grid; gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field label { color: var(--sml-muted); font-size: .85rem; font-weight: 700; }
.errors { margin-bottom: 1rem; padding: 1rem; border-radius: .6rem; background: rgba(185,65,65,.18); color: #ffadad; }
.success { margin-bottom: 1rem; padding: 1rem; border-radius: .6rem; background: rgba(83,177,118,.16); color: #a9f5c2; }
.empty-state { padding: 5rem 1rem; text-align: center; border: 1px dashed var(--sml-border); border-radius: var(--sml-radius); }
.samaanly-toast { position: fixed; left: 50%; bottom: 1.5rem; z-index: 80; transform: translate(-50%, 1rem); padding: .8rem 1.1rem; border-radius: 999px; background: var(--sml-text); color: var(--sml-bg); opacity: 0; pointer-events: none; transition: .25s ease; font-size: .85rem; font-weight: 700; }
.samaanly-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 900px) { .nav-links { gap: .8rem; } .product-grid { grid-template-columns: repeat(2, 1fr); } .hero-grid, .feature-grid, .product-page-grid { grid-template-columns: 1fr; gap: 2rem; } .hero { min-height: auto; padding: 5rem 0 3rem; } .hero-art { min-height: 22rem; max-width: 32rem; width: 100%; margin: 0 auto; } .feature-visual { min-height: 20rem; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .container { width: min(100% - 1.25rem, 1180px); } .section-pad { padding: 3.8rem 0; } .nav-links { position: absolute; left: .65rem; right: .65rem; top: 4.7rem; display: none; flex-direction: column; align-items: stretch; padding: .9rem; background: var(--sml-surface); border: 1px solid var(--sml-border); border-radius: .8rem; } .nav-links.is-open { display: flex; } .menu-toggle { display: block; } .header-inner { min-height: 4.5rem; } .header-actions .header-action span { display: none; } .brand { font-size: 1.4rem; } .brand-mark { width: 1.9rem; height: 1.9rem; } .hero-art { min-height: 18rem; } .hero-card--front { padding: 1rem; } .hero-card--front::after { font-size: 9rem; } .trust-row { grid-template-columns: 1fr; gap: .5rem; } .collection-grid { grid-template-columns: 1fr; } .collection-tile { min-height: 13rem; } .product-grid { gap: .8rem; } .product-card-info h3 { font-size: .88rem; } .product-card-meta { display: block; } .product-card-meta .price { display: block; margin-top: .2rem; } .section-heading, .newsletter-grid, .footer-bottom { align-items: flex-start; flex-direction: column; } .newsletter-form { width: 100%; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; } .footer-grid > :first-child { grid-column: 1 / -1; } .cart-item { grid-template-columns: 4.5rem 1fr; } .cart-item img { width: 4.5rem; height: 5.5rem; } .cart-item > :last-child { grid-column: 2; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
