*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--yd-bg);color:var(--yd-text);font-family:Arial,Helvetica,sans-serif;line-height:1.55}body.menu-open{overflow:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,.header__wordmark,.footer-brand{font-family:Georgia,Times New Roman,serif;line-height:1.08}h1{font-size:clamp(2.4rem,5vw,5rem);margin:0 0 1rem}h2{font-size:clamp(1.8rem,3vw,3rem);margin:0 0 1rem}h3{font-size:1.2rem}.page-width{width:min(calc(100% - 32px),var(--yd-width));margin-inline:auto}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;background:#fff;padding:12px 16px}.skip-link:focus{left:12px;top:12px}.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}.announcement-bar{background:var(--yd-accent);color:#fff;font-size:.9rem}.announcement-bar__inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:18px;text-align:center}.announcement-bar a{text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:50;background:#fff8f6f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--yd-border)}.header{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.header__brand{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:max-content;overflow:visible}.header__logo{width:290px;max-height:64px;height:auto;object-fit:contain;object-position:left center;display:block;transform:scale(1.28);transform-origin:left center}.header__wordmark{font-weight:700;letter-spacing:.09em;font-size:1.5rem}.header__tagline{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--yd-muted);margin-top:2px}.header__nav{display:flex;justify-content:center;align-items:center;gap:clamp(10px,1.25vw,20px);font-size:.88rem;flex-wrap:nowrap}.header__nav a{padding:7px 0;position:relative;white-space:nowrap}.header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:1px;background:var(--yd-accent);transition:right .2s ease}.header__nav a:hover:after{right:0}.header__actions{display:flex;align-items:center;justify-self:end;gap:2px}.icon-button{width:42px;height:42px;display:inline-grid;place-items:center;background:transparent;border:0;color:var(--yd-text);position:relative}.icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}.cart-count{position:absolute;top:1px;right:1px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;background:var(--yd-accent);color:#fff;border-radius:999px;font-size:.65rem;font-weight:700}.header__menu-toggle{display:none}.hamburger{width:22px;display:grid;gap:5px}.hamburger span{display:block;height:1.5px;background:currentColor}.header-search{border-top:1px solid var(--yd-border);padding:14px 0;background:var(--yd-bg)}.search-form{display:flex;gap:10px}.search-form input{flex:1}.mobile-menu{display:none}.mobile-menu a{display:block;padding:15px 4px;border-bottom:1px solid var(--yd-border);font-family:Georgia,Times New Roman,serif;font-size:1.15rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 22px;border:1px solid var(--yd-accent);border-radius:999px;background:var(--yd-accent);color:#fff;font-weight:700;transition:transform .15s ease,opacity .15s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.5;cursor:not-allowed}.button--secondary{background:transparent;color:var(--yd-accent)}.button--small{min-height:40px;padding:8px 16px;font-size:.9rem}.button--full{width:100%}.text-link{color:var(--yd-accent);text-decoration:underline;text-underline-offset:4px}.hero{position:relative;min-height:min(78vh,760px);display:grid;align-items:center;overflow:hidden;background:radial-gradient(circle at 75% 30%,rgba(242,216,224,.85),transparent 35%),linear-gradient(135deg,#fff8f6,#fbe8ed)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff8f6f2,#fff8f6ad 46%,#fff8f61f)}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__content-wrap{position:relative;z-index:2;padding-block:80px}.hero__content{max-width:620px}.hero__content h1{max-width:11ch}.hero__text{font-size:1.12rem;max-width:48ch}.hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:700;color:var(--yd-accent)}.section{padding:clamp(56px,8vw,96px) 0}.section--soft{background:#fcedef}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-heading h2{margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{background:var(--yd-surface);border:1px solid var(--yd-border);border-radius:var(--yd-radius);overflow:hidden;display:flex;flex-direction:column;min-width:0}.product-card__image{aspect-ratio:1/1;overflow:hidden;background:#f5e7eb}.product-card__image img,.product-card__image svg{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__body{padding:18px;display:grid;gap:12px;flex:1}.product-card__body h3{margin:0}.product-card__price{font-weight:700;color:var(--yd-accent)}.price-old{color:var(--yd-muted);text-decoration:line-through;margin-right:8px}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.value-card{text-align:center;padding:30px 20px;background:#fff9;border:1px solid rgba(255,255,255,.8);border-radius:var(--yd-radius)}.value-card__icon{font-size:2rem;color:var(--yd-accent)}.value-card h3{margin-bottom:8px}.value-card p{color:var(--yd-muted);margin:0}.rich-text{text-align:center;max-width:820px}.rich-text .button{margin-top:14px}.product-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(32px,6vw,80px);align-items:start}.product-gallery{display:grid;gap:16px}.product-media{border-radius:var(--yd-radius);overflow:hidden;background:#f6e9ec}.product-media img,.product-media svg{width:100%;height:auto}.product-info{position:sticky;top:128px}.product-info h1{font-size:clamp(2rem,4vw,4rem)}.product-price{font-size:1.35rem;font-weight:700;margin:12px 0 26px;color:var(--yd-accent)}.product-form,.contact-card form{display:grid;gap:10px}.product-form label,.contact-card label{font-weight:700;font-size:.92rem;margin-top:6px}input,select,textarea{width:100%;border:1px solid var(--yd-border);border-radius:10px;background:#fff;color:var(--yd-text);padding:12px 14px}textarea{resize:vertical}.product-form .button{margin-top:10px}.product-description{margin-top:28px}.product-notice{margin-top:22px;padding:16px;border-radius:10px;background:#fff3d9;color:#5b4215;font-size:.9rem}.collection-header{max-width:780px;margin-bottom:36px}.collection-header h1{font-size:clamp(2.4rem,5vw,4.6rem)}.empty-state{padding:36px;border:1px dashed var(--yd-border);border-radius:var(--yd-radius);text-align:center;background:#ffffff8c}.cart-form{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:40px;align-items:start}.cart-items{display:grid;gap:18px}.cart-item{display:grid;grid-template-columns:140px 1fr;gap:18px;padding:16px;border:1px solid var(--yd-border);border-radius:var(--yd-radius);background:var(--yd-surface)}.cart-item__image img{border-radius:10px}.cart-item__content h2{font-size:1.25rem;margin-top:0}.cart-item__content p{margin:6px 0;color:var(--yd-muted)}.cart-item__content input{max-width:90px}.cart-summary{position:sticky;top:128px;padding:24px;border:1px solid var(--yd-border);border-radius:var(--yd-radius);background:var(--yd-surface)}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem}.cart-actions{display:grid;gap:10px}.muted{color:var(--yd-muted);font-size:.9rem}.page-content{max-width:900px}.rte img{height:auto;border-radius:var(--yd-radius)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,6vw,80px)}.contact-card{padding:28px;background:var(--yd-surface);border:1px solid var(--yd-border);border-radius:var(--yd-radius)}.form-success{padding:12px 14px;background:#e9f8ec;border-radius:8px}.auth-shell{max-width:560px}.auth-card{padding:30px;background:var(--yd-surface);border:1px solid var(--yd-border);border-radius:var(--yd-radius)}.auth-card form{display:grid;gap:10px}.auth-links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:18px}.auth-links a{color:var(--yd-accent);text-decoration:underline;text-underline-offset:3px}.recover-form{margin-top:36px;padding-top:24px;border-top:1px solid var(--yd-border)}.account-header{display:flex;justify-content:space-between;align-items:start;gap:20px;margin-bottom:32px}.account-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:32px}.order-list{display:grid;gap:12px}.order-card{display:flex;justify-content:space-between;gap:18px;padding:16px;border:1px solid var(--yd-border);border-radius:10px;background:var(--yd-surface)}.account-address,.address-card{padding:20px;border:1px solid var(--yd-border);border-radius:var(--yd-radius);background:var(--yd-surface);margin-bottom:16px}.text-button{border:0;background:none;padding:0;color:var(--yd-accent);text-decoration:underline}.checkbox-line{display:flex;gap:8px;align-items:center}.checkbox-line input{width:auto}.site-footer{background:#3a1c28;color:#fff7f9;padding:58px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}.footer-brand{font-size:1.8rem;letter-spacing:.06em;margin-top:0}.site-footer p{color:#e8d8dd}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:8px}.site-footer a:hover{text-decoration:underline;text-underline-offset:3px}.social-links{display:flex;gap:14px;margin-top:18px}.footer-note{font-style:italic}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:.82rem}.payment-icons{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.payment-icons svg{width:38px;height:auto}.pagination{margin-top:36px;text-align:center}.pagination span,.pagination a{padding:8px 10px}@media(max-width:1180px){.header__nav{display:none}.header__menu-toggle{display:inline-grid}.header__brand{justify-self:center;align-items:center}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.announcement-bar__inner{min-height:34px;font-size:.78rem;gap:10px}.header{min-height:72px;gap:8px}.header__wordmark{font-size:1.12rem}.header__tagline{font-size:.58rem}.header__logo{max-height:48px}.icon-button{width:38px;height:38px}.mobile-menu{top:106px;right:0;bottom:0;left:0}.hero{min-height:640px;align-items:end}.hero__media:after{background:linear-gradient(0deg,#fff8f6fa,#fff8f6bf 45%,#fff8f61f)}.hero__content-wrap{padding-block:70px 54px}.hero__content{max-width:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card__body{padding:14px}.value-grid,.product-page,.contact-layout,.account-grid,.cart-form{grid-template-columns:1fr}.product-info,.cart-summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.page-width{width:min(calc(100% - 24px),var(--yd-width))}.announcement-bar__inner{flex-direction:column;gap:0;padding-block:6px}.header__actions .icon-button:first-child{display:none}.header__wordmark{font-size:1rem}.header__tagline{display:none}.section{padding:48px 0}.section-heading{align-items:start}.product-card__body h3{font-size:1rem}.product-card__price{font-size:.92rem}.product-card .button{font-size:.82rem;padding-inline:10px}.hero__buttons{display:grid}.hero__buttons .button{width:100%}.cart-item{grid-template-columns:96px 1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column}.payment-icons{justify-content:flex-start}.account-header,.order-card{flex-direction:column}.auth-card,.contact-card{padding:20px}}@media(max-width:380px){.product-grid{grid-template-columns:1fr}}@media(max-width:1180px){.header{grid-template-columns:44px 1fr auto;gap:8px}.header__nav{display:none}.header__menu-toggle{display:inline-grid}.header__brand{justify-self:center;align-items:center}.header__actions{justify-self:end;display:flex}.mobile-menu[hidden]{display:none!important}.mobile-menu:not([hidden]){display:block;position:fixed;top:106px;right:0;bottom:0;left:0;background:var(--yd-bg);z-index:999;overflow:auto;padding:20px}}@media(max-width:820px){.header__logo{max-height:48px;width:auto}.icon-button{width:36px;height:36px}}@media(max-width:560px){.header__actions .icon-button:first-child{display:inline-grid}.header__logo{max-height:44px;width:auto}}@media(max-width:380px){.header{grid-template-columns:40px 1fr auto}.header__logo{max-height:40px;width:auto}.icon-button{width:32px;height:32px}}@media(max-width:1180px){.mobile-menu:not([hidden]){display:block;position:fixed;top:106px;left:0;right:0;bottom:auto;max-height:290px;overflow-y:auto;overscroll-behavior:contain;background:var(--yd-bg);z-index:999;padding:8px 20px 12px;border-bottom:1px solid var(--yd-border);box-shadow:0 10px 25px #3a1c281f}.mobile-menu a{display:block;padding:14px 4px;border-bottom:1px solid var(--yd-border)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
