@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:wght@500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1a1a2e;--navy-light: #2a2a4a;--cream: #f7f5f0;--cream-dark: #ede9e0;--accent: #c8973a;--accent-light: #faeeda;--green: #3B6D11;--green-light: #eaf3de;--red: #E24B4A;--white: #ffffff;--text: #1a1a2e;--text-mid: #555566;--text-light: #888899;--border: rgba(26,26,46,.12);--radius: 10px;--radius-lg: 16px;--shadow: 0 2px 16px rgba(26,26,46,.08);--font-body: "DM Sans", sans-serif;--font-display: "Playfair Display", serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.6;font-size:15px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.container{max-width:1180px;margin:0 auto;padding:0 20px}.section-title{font-family:var(--font-display);font-size:28px;font-weight:500;color:var(--navy)}.section-subtitle{color:var(--text-mid);font-size:15px;margin-top:6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:1.5px solid transparent}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:hover{background:var(--navy-light)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.badge-accent{background:var(--accent-light);color:#633806}.badge-sale{background:var(--red);color:#fff}.badge-new{background:var(--green-light);color:var(--green)}.announcement-bar{background:var(--navy);color:#ffffffe6;text-align:center;padding:9px 20px;font-size:13px;letter-spacing:.2px}.announcement-bar a{color:#fff;font-weight:500;text-decoration:underline;margin-left:6px}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.header-logo{display:flex;align-items:center;gap:10px}.logo-mark{width:36px;height:36px;background:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;font-size:15px;letter-spacing:-.5px;flex-shrink:0}.logo-text{font-family:var(--font-display);font-size:20px;font-weight:500;color:var(--navy);letter-spacing:-.3px}.header-nav{display:flex;align-items:center;gap:28px}.header-nav a{font-size:14px;color:var(--text-mid);font-weight:400;transition:color .2s;padding:4px 0;position:relative}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--navy);transition:width .2s}.header-nav a:hover{color:var(--navy)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:12px}.cart-link{display:flex;align-items:center;gap:8px;background:var(--navy);color:var(--white);padding:9px 18px;border-radius:var(--radius);font-size:14px;font-weight:500;transition:background .2s}.cart-link:hover{background:var(--navy-light)}.cart-count{background:var(--accent);color:var(--white);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.header-search{display:flex;align-items:center;gap:8px;background:var(--cream);border-radius:var(--radius);padding:8px 14px;border:1px solid transparent;transition:border .2s}.header-search:focus-within{border-color:var(--navy)}.header-search input{background:none;border:none;outline:none;font-size:14px;color:var(--text);width:160px}.header-search input::placeholder{color:var(--text-light)}.hero-section{background:var(--cream);padding:60px 0;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-light);color:#633806;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500;margin-bottom:20px}.hero-badge:before{content:"\2605"}.hero-title{font-family:var(--font-display);font-size:46px;line-height:1.15;font-weight:500;color:var(--navy);margin-bottom:16px}.hero-title em{font-style:italic;color:var(--accent)}.hero-desc{font-size:16px;color:var(--text-mid);line-height:1.7;margin-bottom:28px;max-width:440px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}.hero-stats{display:flex;gap:28px}.hero-stat-num{font-size:22px;font-weight:600;color:var(--navy)}.hero-stat-label{font-size:12px;color:var(--text-light)}.hero-image{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1/.85;background:var(--cream-dark);position:relative}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:14px}.trust-bar{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 0}.trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-item{display:flex;align-items:center;gap:12px}.trust-icon{width:40px;height:40px;background:var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-icon svg{width:18px;height:18px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust-text strong{display:block;font-size:13px;font-weight:600;color:var(--navy)}.trust-text span{font-size:12px;color:var(--text-light)}.categories-section{padding:56px 0 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.section-header a{font-size:14px;color:var(--navy);font-weight:500}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{background:var(--cream);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;border:1px solid transparent;transition:all .25s;cursor:pointer}.category-card:hover{border-color:var(--navy);background:var(--navy);color:var(--white);transform:translateY(-3px);box-shadow:var(--shadow)}.category-card:hover .cat-label{color:#fffc}.cat-emoji{font-size:32px;margin-bottom:10px}.cat-name{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:4px;transition:color .25s}.category-card:hover .cat-name{color:var(--white)}.cat-label{font-size:12px;color:var(--text-light);transition:color .25s}.products-section{padding:56px 0}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;background:var(--white);transition:all .25s}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-img{position:relative;aspect-ratio:1/.9;overflow:hidden;background:var(--cream)}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-img img{transform:scale(1.04)}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:13px}.product-badges{position:absolute;top:12px;left:12px;display:flex;gap:6px}.product-body{padding:16px}.product-name{font-size:14px;font-weight:500;color:var(--navy);margin-bottom:8px;line-height:1.4}.product-prices{display:flex;align-items:center;gap:8px;margin-bottom:12px}.price-now{font-size:16px;font-weight:600;color:var(--navy)}.price-was{font-size:13px;color:var(--text-light);text-decoration:line-through}.add-to-cart{width:100%;background:var(--navy);color:var(--white);border:none;border-radius:var(--radius);padding:11px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.add-to-cart:hover{background:var(--navy-light)}.product-rating{display:flex;align-items:center;gap:4px;margin-bottom:8px}.stars{color:var(--accent);font-size:13px}.rating-count{font-size:12px;color:var(--text-light)}.testimonials-section{background:var(--cream);padding:56px 0}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}.review-card{background:var(--white);border-radius:var(--radius-lg);padding:24px;border:1px solid var(--border)}.review-stars{color:var(--accent);font-size:16px;margin-bottom:12px}.review-text{font-size:14px;color:var(--text-mid);line-height:1.7;margin-bottom:16px;font-style:italic}.reviewer-info{display:flex;align-items:center;gap:10px}.reviewer-avatar{width:38px;height:38px;border-radius:50%;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.reviewer-name{font-size:13px;font-weight:600;color:var(--navy)}.reviewer-location{font-size:12px;color:var(--text-light)}.reviews-summary{display:flex;align-items:center;gap:20px;background:var(--white);border-radius:var(--radius-lg);padding:20px 28px;margin-bottom:32px;border:1px solid var(--border)}.reviews-score{font-size:48px;font-weight:600;color:var(--navy);line-height:1}.reviews-stars-big{color:var(--accent);font-size:20px}.reviews-label{font-size:13px;color:var(--text-light);margin-top:2px}.banner-strip{background:var(--navy);color:var(--white);padding:40px 0}.banner-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.banner-text h2{font-family:var(--font-display);font-size:28px;font-weight:500;margin-bottom:6px}.banner-text p{color:#ffffffb3;font-size:15px}.banner-actions{display:flex;gap:12px;flex-shrink:0}.btn-white{background:var(--white);color:var(--navy);border-color:var(--white)}.btn-white:hover{background:var(--cream)}.btn-outline-white{background:transparent;color:var(--white);border-color:#fff6}.btn-outline-white:hover{background:#ffffff1a}.site-footer{background:var(--navy);color:#ffffffbf;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px}.footer-brand .logo-mark{margin-bottom:14px}.footer-brand p{font-size:14px;line-height:1.7;max-width:260px}.footer-col h4{font-size:14px;font-weight:600;color:#fffffff2;margin-bottom:14px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{font-size:14px;color:#ffffffa6;transition:color .2s}.footer-col ul li a:hover{color:var(--white)}.footer-newsletter p{font-size:14px;color:#ffffffa6;margin-bottom:12px;line-height:1.6}.newsletter-form{display:flex;gap:8px}.newsletter-form input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:10px 14px;color:var(--white);font-size:14px;outline:none}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{border-color:#ffffff80}.newsletter-form button{background:var(--accent);color:var(--white);border:none;border-radius:var(--radius);padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:13px}.payment-methods{display:flex;gap:8px;align-items:center}.pay-badge{background:#ffffff1a;border-radius:5px;padding:4px 10px;font-size:11px;font-weight:600;color:#ffffffd9}.footer-links{display:flex;gap:16px}.footer-links a{font-size:13px;color:#ffffff80}.footer-links a:hover{color:var(--white)}.product-page{padding:40px 0 60px}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}.gallery-main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--cream);margin-bottom:12px}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:flex;gap:10px}.gallery-thumb{width:72px;height:72px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s;background:var(--cream)}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--navy)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info-panel .product-title{font-family:var(--font-display);font-size:30px;font-weight:500;color:var(--navy);margin-bottom:10px;line-height:1.3}.product-info-panel .product-prices{margin-bottom:16px}.product-info-panel .price-now{font-size:26px}.product-description{font-size:15px;color:var(--text-mid);line-height:1.8;margin-bottom:24px}.product-features{list-style:none;margin-bottom:24px}.product-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-mid);padding:8px 0;border-bottom:1px solid var(--border)}.product-features li:before{content:"\2713";color:var(--green);font-weight:700}.add-to-cart-lg{width:100%;padding:15px;font-size:16px;margin-bottom:12px}.buy-now{width:100%;padding:15px;font-size:16px;background:transparent;border:1.5px solid var(--navy);color:var(--navy);border-radius:var(--radius);cursor:pointer;font-weight:500;transition:all .2s}.buy-now:hover{background:var(--cream)}.product-trust-row{display:flex;gap:20px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.product-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-mid)}.product-trust-item svg{width:16px;height:16px;stroke:var(--green);fill:none;stroke-width:2}.collection-header{background:var(--cream);padding:40px 0 32px;margin-bottom:32px}.collection-header h1{font-family:var(--font-display);font-size:36px;font-weight:500;color:var(--navy)}.collection-header p{color:var(--text-mid);font-size:16px;margin-top:8px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.collection-count{font-size:14px;color:var(--text-light)}.collection-sort select{border:1px solid var(--border);border-radius:var(--radius);padding:8px 14px;font-size:14px;color:var(--text);background:var(--white);outline:none;cursor:pointer}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.cart-page{padding:40px 0 60px}.cart-title{font-family:var(--font-display);font-size:32px;font-weight:500;color:var(--navy);margin-bottom:32px}.cart-grid{display:grid;grid-template-columns:1fr 360px;gap:40px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid var(--border);align-items:center}.cart-item-img{width:100px;height:100px;border-radius:var(--radius);overflow:hidden;background:var(--cream)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-name{font-size:15px;font-weight:500;color:var(--navy);margin-bottom:6px}.cart-item-price{font-size:14px;color:var(--text-mid)}.qty-control{display:flex;align-items:center;gap:10px;margin-top:12px}.qty-btn{width:30px;height:30px;border:1px solid var(--border);border-radius:6px;background:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s}.qty-btn:hover{background:var(--cream)}.qty-value{font-size:15px;font-weight:500;min-width:24px;text-align:center}.remove-btn{font-size:13px;color:var(--text-light);cursor:pointer;text-decoration:underline;margin-top:8px;display:block}.cart-summary{background:var(--cream);border-radius:var(--radius-lg);padding:24px;height:fit-content;position:sticky;top:80px}.cart-summary h2{font-size:18px;font-weight:600;color:var(--navy);margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-mid);margin-bottom:12px}.summary-row.total{font-size:17px;font-weight:600;color:var(--navy);border-top:1px solid var(--border);padding-top:12px;margin-top:4px}.checkout-btn{width:100%;background:var(--navy);color:var(--white);border:none;border-radius:var(--radius);padding:14px;font-size:15px;font-weight:500;cursor:pointer;margin-top:16px;transition:background .2s}.checkout-btn:hover{background:var(--navy-light)}.cart-trust{margin-top:16px;text-align:center;font-size:12px;color:var(--text-light)}.page-hero{background:var(--cream);padding:48px 0;margin-bottom:40px}.page-hero h1{font-family:var(--font-display);font-size:38px;font-weight:500;color:var(--navy)}.page-hero p{color:var(--text-mid);margin-top:8px;font-size:16px}.page-content{max-width:720px;margin:0 auto;padding:0 20px 60px}.contact-form{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:var(--navy);margin-bottom:6px}.form-group input,.form-group textarea,.form-group select{width:100%;border:1px solid var(--border);border-radius:var(--radius);padding:11px 14px;font-size:14px;color:var(--text);background:var(--white);outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--navy)}.form-group textarea{resize:vertical;min-height:120px}@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-image{display:none}.hero-title{font-size:34px}.trust-bar-inner,.categories-grid,.products-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-page-grid,.cart-grid{grid-template-columns:1fr}.header-nav{display:none}.banner-strip-inner{flex-direction:column;text-align:center}}@media(max-width:560px){.trust-bar-inner{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}.products-grid,.collection-grid,.footer-grid{grid-template-columns:1fr}.hero-title{font-size:28px}.hero-stats{flex-wrap:wrap;gap:16px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
