@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css";html,body{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background);display:flex;flex-direction:column;margin:0;min-height:100svh}main{flex:1}:root{--primary-color: #5BA5D0;--primary-dark: #4A90B8;--primary-light: #6DB5DA;--secondary-color: #6BA3C8;--accent-color: #2D5F7F;--text-color: #333;--text-light: #666;--text-white: #ffffff;--background: #FFFFFF;--card-background: #FFFFFF;--newsletter-background: #4A90B8;--hero-logo-bg: #2D5F7F;--border-color: #E1EAF1;--color-primary: #5BA5D0;--color-secondary: #6BA3C8;--color-light: #FFFFFF;--text-dark: #333;--text-muted: #666;--bg-light: #FFFFFF;--bg-white: #FFFFFF;--border-light: #E1EAF1;--success-light: #E8F5E8;--success-dark: #2E7D32;--error-light: #FFEBEE;--error-dark: #C62828;--nav-text-color: #8B92A5}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}.btn,.button,.cta-button,button{background:linear-gradient(135deg,var(--primary-color),rgba(255,255,255,.8));color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #5ba5d04d}.btn:hover,.button:hover,.cta-button:hover,button:hover{background:linear-gradient(135deg,var(--primary-dark),rgba(255,255,255,.9));transform:translateY(-2px);box-shadow:0 4px 16px #5ba5d066}.btn.secondary{background:linear-gradient(135deg,var(--secondary-color),rgba(255,255,255,.8))}.btn.secondary:hover{background:linear-gradient(135deg,var(--accent-color),rgba(255,255,255,.9))}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);background-color:var(--color-background);color:var(--color-foreground)}.container{width:100%;margin:0;padding:0 clamp(16px,3vw,20px)}.section-header{text-align:center;margin-bottom:clamp(40px,8vw,60px)}.section-header h2{font-size:clamp(24px,6vw,36px);font-weight:700;color:var(--text-color);margin-bottom:16px;line-height:1.2}.section-header p{font-size:clamp(16px,3vw,18px);color:var(--text-light);max-width:600px;margin:0 auto;line-height:1.5}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:clamp(20px,4vw,32px)}.product-card{background:var(--card-background);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.product-image{height:clamp(200px,35vw,280px);background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;font-size:clamp(40px,10vw,80px);position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-placeholder{font-size:clamp(40px,10vw,80px)}.product-badge{position:absolute;top:12px;left:12px;background:#e74c3c;color:#fff;padding:4px 12px;border-radius:20px;font-size:clamp(10px,2vw,12px);font-weight:600}.product-info{padding:clamp(16px,4vw,24px)}.product-title{font-size:clamp(16px,3vw,18px);font-weight:600;color:var(--text-color);margin-bottom:8px;line-height:1.3}.product-description{color:var(--text-light);font-size:clamp(13px,2.5vw,14px);margin-bottom:16px;line-height:1.5}.product-price{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.price-current{font-size:clamp(18px,4vw,20px);font-weight:700;color:var(--primary-color)}.price-original{font-size:clamp(14px,3vw,16px);color:#999;text-decoration:line-through}.add-to-cart{width:100%;background:var(--primary-color);color:#fff;border:none;padding:clamp(10px,2.5vw,12px);border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s;text-decoration:none;display:block;text-align:center;font-size:clamp(14px,2.5vw,16px)}.add-to-cart:hover{background:var(--primary-dark)}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.section-header{margin-bottom:40px}}@media (max-width: 640px){.products-grid{grid-template-columns:1fr;gap:16px}.container{padding:0 12px}}@media (max-width: 480px){.products-grid{gap:12px}.product-card{border-radius:8px}.product-info{padding:16px}}@media (max-width: 360px){.container{padding:0 8px}.section-header h2{line-height:1.1}}.shopify-section{display:block;width:100%;position:relative}.shopify-section>*{width:100%}:root{--page-margin: 0px}.category-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.category-preview-card{background:var(--card-background);border:2px solid var(--border-color);border-radius:12px;padding:2rem;text-align:center;text-decoration:none;color:inherit;transition:all .3s ease;position:relative;overflow:hidden}.category-preview-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));opacity:0;transition:opacity .3s ease;z-index:1}.category-preview-card:hover:before{opacity:.05}.category-preview-card:hover{transform:translateY(-4px);border-color:var(--color-primary);box-shadow:0 8px 30px #0000001a}.category-preview-card>*{position:relative;z-index:2}.category-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease}.category-preview-card:hover .category-icon{transform:scale(1.1)}.category-icon i{font-size:2rem;color:#fff}.category-preview-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.category-preview-card p{color:var(--text-muted);margin:0;font-size:.875rem}.browse-all-container{text-align:center;margin-top:3rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}@media (max-width: 768px){.category-preview-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0}.category-preview-card{padding:1.5rem}.category-icon{width:60px;height:60px;margin-bottom:1rem}.category-icon i{font-size:1.5rem}.category-preview-card h3{font-size:1rem}.category-preview-card p{font-size:.75rem}}@media (max-width: 480px){.category-preview-grid{grid-template-columns:1fr;gap:1rem}}.section-image{margin-bottom:2rem;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.collection-hero-image{width:100%;height:auto;max-height:400px;object-fit:cover;display:block}.section-header:has(.section-image){margin-bottom:4rem}.section-header .section-image+h2{margin-top:2rem}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.collection-card{background:var(--card-background);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s;position:relative}.collection-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.collection-link{display:block;text-decoration:none;color:inherit}.collection-image{width:100%;height:250px;object-fit:cover;display:block;border-radius:16px 16px 0 0;transition:none}.collection-image-placeholder{width:100%;height:250px;background:linear-gradient(135deg,var(--primary-color),rgba(255,255,255,.8));display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0}.collection-image-placeholder i{font-size:4rem;color:#fff;opacity:.8}.collection-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem}.collection-info{position:relative;z-index:2}.collection-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.collection-description{font-size:.9rem;opacity:.9;margin-bottom:1rem;line-height:1.4}.collection-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.product-count{opacity:.8}.view-collection{font-weight:600}.view-collection i{margin-left:.5rem;transition:transform .3s}.collection-card:hover .view-collection i{transform:translate(4px)}@media (max-width: 768px){.collections-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.collection-image,.collection-image-placeholder{height:200px;border-radius:16px 16px 0 0}.collection-overlay{padding:1.5rem}.collection-title{font-size:1.25rem}}@media (max-width: 640px){.collections-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-image,.collection-image-placeholder{height:160px;border-radius:12px 12px 0 0}.collection-card{border-radius:12px}.collection-overlay{padding:1rem}.collection-title{font-size:1rem}.collection-description{font-size:.8rem}}@media (max-width: 480px){.collections-grid{grid-template-columns:1fr;gap:1rem}.collection-card{border-radius:12px}.collection-image,.collection-image-placeholder{height:180px;border-radius:12px 12px 0 0}.collection-overlay{padding:1rem}.collection-title{font-size:1.1rem}}.cart-item-variant{margin-top:.5rem}.cart-item-variant label{display:block;font-size:.875rem;color:var(--text-light);margin-bottom:.25rem}.variant-select{width:100%;padding:.5rem;border:1px solid var(--border-color);border-radius:6px;background:#fff;font-size:.875rem;color:var(--text-color);cursor:pointer;transition:border-color .3s}.variant-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #5ba5d033}.variant-select option:disabled{color:#999}.cart-item-variant-text{font-size:.875rem;color:var(--text-light);margin:0;margin-top:.25rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.quantity-btn{width:32px;height:32px;border:1px solid var(--border-color);background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;color:var(--primary-color);transition:all .3s}.quantity-btn:hover{background:var(--primary-color);color:#fff}.quantity-input{width:60px;height:32px;text-align:center;border:1px solid var(--border-color);border-radius:4px;padding:0 .5rem;font-size:.875rem}.quantity-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #5ba5d033}#cart-note{width:100%;min-height:80px;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;background:#fff;font-family:inherit;font-size:.875rem;color:var(--text-color);resize:vertical;transition:border-color .3s,box-shadow .3s}#cart-note:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #5ba5d033}#cart-note::placeholder{color:var(--text-light)}.cart-note label{display:block;font-size:.875rem;color:var(--text-color);font-weight:600;margin-bottom:.5rem}@media (max-width: 768px){.collection-hero-image{max-height:250px}.section-header:has(.section-image){margin-bottom:3rem}.section-header .section-image+h2{margin-top:1.5rem}}@media (max-width: 480px){.collection-hero-image{max-height:200px}.section-image{margin-bottom:1.5rem;border-radius:8px}.section-header .section-image+h2{margin-top:1rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/critical.css.map */
