:root{--auriza-bg:#f7f2ea;--auriza-ink:#302720;--auriza-muted:#756b63;--auriza-line:#ddd4ca;--auriza-paper:#fbf8f3}html{scroll-behavior:smooth}body{background:var(--auriza-bg);color:var(--auriza-ink)}.auriza-container{width:min(100% - 48px,1440px);margin-inline:auto}.auriza-site-header,.auriza-home-hero,.auriza-catalog-section,.auriza-site-footer{background:var(--auriza-bg);color:var(--auriza-ink)}.auriza-site-header *,.auriza-home-hero *,.auriza-catalog-section *,.auriza-site-footer *{box-sizing:border-box}.auriza-site-header{border-bottom:1px solid var(--auriza-line)}.auriza-header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:36px}.auriza-brand{display:flex;align-items:baseline;gap:14px;color:var(--auriza-ink);text-decoration:none;white-space:nowrap}.auriza-brand img{display:block;max-width:280px;max-height:54px;width:auto;height:auto}.auriza-brand-name{font-family:Baskerville,Iowan Old Style,Times New Roman,serif;font-size:34px;line-height:1;letter-spacing:.075em}.auriza-brand-tagline{font-family:Baskerville,Iowan Old Style,Times New Roman,serif;font-size:15px;line-height:1;font-style:italic;color:var(--auriza-muted)}.auriza-header-actions{display:flex;align-items:center;gap:26px;min-width:0}.auriza-nav{display:flex;align-items:center;gap:30px}.auriza-nav a{color:var(--auriza-ink);text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}.auriza-nav a:hover,.auriza-icon-link:hover{opacity:.58}.auriza-tools{display:flex;align-items:center;gap:6px;padding-left:18px;border-left:1px solid var(--auriza-line)}.auriza-icon-link{position:relative;display:grid;place-items:center;width:36px;height:36px;color:var(--auriza-ink);text-decoration:none;transition:opacity .2s ease}.auriza-icon-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.auriza-cart-count{position:absolute;top:0;right:-2px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--auriza-ink);color:#fff;font:10px/1 Arial,Helvetica,sans-serif}.auriza-home-hero{padding:clamp(56px,7vw,104px) 0 clamp(72px,8vw,120px)}.auriza-hero-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);gap:clamp(44px,6vw,96px);align-items:center}.auriza-hero-grid--text-only{grid-template-columns:1fr;min-height:clamp(360px,50vw,610px);align-items:center}.auriza-hero-copy{max-width:650px}.auriza-hero-grid--text-only .auriza-hero-copy{max-width:880px}.auriza-hero-title{margin:0;font-family:Baskerville,Iowan Old Style,Times New Roman,serif;font-size:clamp(52px,5.4vw,78px);font-weight:400;line-height:.98;letter-spacing:-.035em;color:var(--auriza-ink)}.auriza-hero-media{width:100%}.auriza-hero-media img{display:block;width:100%;height:auto;max-height:700px;object-fit:cover;border-radius:30px}.auriza-editor-placeholder{display:grid;place-items:center;min-height:520px;border:1px dashed #cfc4b8;border-radius:30px;color:var(--auriza-muted);font:13px/1.5 Arial,Helvetica,sans-serif;background:#ffffff38}.auriza-catalog-section{padding:0 0 clamp(80px,9vw,132px)}.auriza-catalog-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:30px;padding-top:34px;border-top:1px solid var(--auriza-line)}.auriza-catalog-title{margin:0;font-family:Baskerville,Iowan Old Style,Times New Roman,serif;font-size:clamp(34px,4vw,50px);font-weight:400;line-height:1;letter-spacing:-.02em;color:var(--auriza-ink)}.auriza-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2vw,28px)}.auriza-product-card{color:var(--auriza-ink);text-decoration:none}.auriza-product-media{aspect-ratio:1/1;overflow:hidden;border-radius:18px;background:var(--auriza-paper)}.auriza-product-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.auriza-product-card:hover .auriza-product-media img{transform:scale(1.015)}.auriza-product-meta{display:flex;justify-content:space-between;gap:12px;padding-top:12px;font:13px/1.35 Arial,Helvetica,sans-serif}.auriza-product-title{min-width:0}.auriza-product-price{white-space:nowrap;color:var(--auriza-muted)}.auriza-editor-note{width:min(100% - 48px,1440px);margin:40px auto;padding:18px 20px;border:1px dashed #cfc4b8;color:var(--auriza-muted);font:13px/1.5 Arial,Helvetica,sans-serif}.auriza-site-footer{border-top:1px solid var(--auriza-line)}.auriza-footer-inner{min-height:160px;display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;padding-block:34px}.auriza-footer-brand{font-family:Baskerville,Iowan Old Style,Times New Roman,serif;font-size:28px;line-height:1;letter-spacing:.075em}.auriza-footer-tag{margin-top:8px;font-family:Baskerville,Iowan Old Style,Times New Roman,serif;font-size:14px;font-style:italic;color:var(--auriza-muted)}.auriza-footer-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 24px;max-width:720px;color:var(--auriza-muted);font:12px/1.5 Arial,Helvetica,sans-serif}.auriza-footer-meta a{color:inherit;text-decoration:none}.auriza-footer-meta a:hover{text-decoration:underline}@media(max-width:900px){.auriza-container{width:min(100% - 32px,1440px)}.auriza-header-inner{min-height:78px;gap:20px}.auriza-brand-name{font-size:28px}.auriza-brand-tagline{font-size:13px}.auriza-header-actions{gap:16px}.auriza-nav{gap:18px}.auriza-tools{padding-left:12px}.auriza-hero-grid{grid-template-columns:1fr;gap:36px}.auriza-hero-grid--text-only{min-height:420px}.auriza-hero-copy{max-width:760px}.auriza-hero-media img,.auriza-editor-placeholder{border-radius:22px;max-height:none;min-height:0}.auriza-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auriza-footer-inner{grid-template-columns:1fr;min-height:0;padding-block:42px}.auriza-footer-meta{justify-content:flex-start}}@media(max-width:640px){.auriza-container{width:min(100% - 28px,1440px)}.auriza-header-inner{display:grid;grid-template-columns:1fr auto;gap:14px 12px;padding-block:16px}.auriza-brand{gap:9px}.auriza-brand-name{font-size:24px}.auriza-brand-tagline{display:none}.auriza-header-actions{display:contents}.auriza-nav{grid-column:1/-1;grid-row:2;justify-content:flex-start;gap:22px;padding-top:13px;border-top:1px solid var(--auriza-line)}.auriza-nav a{font-size:10px}.auriza-tools{grid-column:2;grid-row:1;border-left:0;padding-left:0}.auriza-icon-link{width:32px;height:32px}.auriza-home-hero{padding:48px 0 70px}.auriza-hero-grid--text-only{min-height:330px}.auriza-hero-title{font-size:clamp(42px,13vw,58px);line-height:.98}.auriza-hero-media img{border-radius:18px}.auriza-editor-placeholder{min-height:300px;border-radius:18px}.auriza-catalog-section{padding-bottom:72px}.auriza-catalog-head{padding-top:28px;margin-bottom:22px}.auriza-product-grid{gap:24px 12px}.auriza-product-media{border-radius:14px}.auriza-product-meta{display:block;font-size:12px}.auriza-product-price{display:block;margin-top:4px}.auriza-footer-meta{display:grid;gap:7px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/auriza-global.css.map */
