:root{--forest-green: hsl(150, 60%, 25%);--canada-red: hsl(0, 85%, 45%);--neutral-bg: hsl(210, 10%, 96%);--text-primary: hsl(210, 15%, 15%);--text-secondary: hsl(210, 10%, 50%);--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-primary);line-height:1.6;background:var(--white)}.container{max-width:1280px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid hsl(210,10%,90%);padding:16px 0}header,.header-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto;width:100%}.header-logo{display:flex;align-items:center;flex:0 0 auto}.header-logo img{height:60px;width:auto}nav,.header__inline-menu{display:flex;align-items:center;gap:2rem;position:absolute;left:50%;transform:translate(-50%)}.header__icons,.cart-icon{display:flex;align-items:center;flex:0 0 auto}header,.header-container{position:relative}header{display:flex;align-items:center;justify-content:space-between;padding:1rem}.header-container,.header__inline-menu,.header__heading{display:flex;align-items:center;gap:2rem}.header-logo,.header__heading-logo{display:flex;align-items:center;margin:0}.header-logo img,.header__heading-logo img{height:80px;width:auto;display:block}nav,.header__inline-menu{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:0}nav a,.header__menu-item{display:inline-flex;align-items:center;text-decoration:none;padding:.5rem 0}.header__heading,.header-logo{margin-bottom:0!important}.header-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto;width:100%}.header-logo{display:flex;align-items:center}.header-logo img{height:80px;width:auto}nav,.header__inline-menu{display:flex;align-items:center;justify-content:space-between;gap:2rem}nav a{display:flex;align-items:center;height:100%}.logo-text{font-size:1.5rem;font-weight:700}.nav-link{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .2s}.nav-link:hover{color:var(--forest-green)}.header-actions{display:flex;align-items:center;gap:16px}.cart-icon{background:none;border:none;cursor:pointer;position:relative;padding:8px;color:var(--text-primary)}.cart-count{position:absolute;top:0;right:0;background:var(--canada-red);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.hero-section{position:relative;height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image-container{position:absolute;top:0;right:0;bottom:0;left:0}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0009)}.hero-content{position:relative;z-index:10;text-align:center;color:#fff;max-width:900px;padding:0 24px}.hero-title{font-family:Outfit,sans-serif;font-size:48px;font-weight:700;margin-bottom:32px;line-height:1.2}.hero-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:48px}.btn{padding:14px 32px;border-radius:6px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-size:16px;display:inline-block}.btn-primary{background:var(--canada-red);color:#fff}.btn-primary:hover{background:#bd0f0f;transform:translateY(-1px)}.btn-secondary{background:#fff3;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff4d}.trust-badges{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500}.product-section{padding:80px 0;background:var(--neutral-bg)}.section-title{font-family:Outfit,sans-serif;font-size:36px;font-weight:600;text-align:center;margin-bottom:48px;color:var(--text-primary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px}.product-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-image{width:100%;height:300px;object-fit:cover}.product-info{padding:24px}.product-title{font-size:20px;font-weight:600;margin-bottom:8px}.product-title a{text-decoration:none;color:var(--text-primary)}.product-description{color:var(--text-secondary);margin-bottom:16px;font-size:14px}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:24px;font-weight:700;color:var(--forest-green)}.add-to-cart-form button{padding:10px 20px;font-size:14px}.features-section{padding:80px 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.feature-card{text-align:center}.feature-icon{color:var(--forest-green);margin-bottom:16px}.feature-card h3{font-family:Outfit,sans-serif;font-size:20px;font-weight:600;margin-bottom:12px}.feature-card p{color:var(--text-secondary);line-height:1.6}.product-page{padding:60px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-gallery{position:sticky;top:100px;height:fit-content}.main-image{margin-bottom:16px;border-radius:8px;overflow:hidden}.main-image img{width:100%;height:auto}.thumbnail-images{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.thumbnail{cursor:pointer;border:2px solid transparent;border-radius:6px;transition:border-color .2s}.thumbnail:hover,.thumbnail.active{border-color:var(--forest-green)}.product-details h1{font-family:Outfit,sans-serif;font-size:32px;margin-bottom:16px}.product-details .product-price{font-size:36px;margin-bottom:24px}.product-description{margin-bottom:32px;line-height:1.8}.product-form{margin-bottom:32px}.quantity-selector{display:flex;align-items:center;gap:12px;margin-bottom:16px}.quantity-selector input{width:80px;padding:8px;border:1px solid hsl(210,10%,80%);border-radius:4px}.btn-large{width:100%;padding:16px;font-size:18px}.product-features{background:var(--neutral-bg);padding:24px;border-radius:8px}.product-features h3{font-size:18px;margin-bottom:16px}.product-features ul{list-style:none}.product-features li{padding:8px 0;color:var(--text-secondary)}.product-section .container{max-width:1200px;margin:0 auto;text-align:center}.product-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.cart-drawer{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;box-shadow:-4px 0 24px #0003;transition:right .3s;z-index:1000}.cart-drawer.open{right:0}.cart-drawer-content{display:flex;flex-direction:column;height:100%}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid hsl(210,10%,90%)}.cart-close{background:none;border:none;cursor:pointer;padding:8px}#cart-items{flex:1;overflow-y:auto;padding:24px}.cart-item{display:flex;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid hsl(210,10%,90%)}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px}.cart-item-details{flex:1}.cart-item-title{font-weight:600;margin-bottom:8px}.cart-item-price{color:var(--forest-green);font-weight:600}.cart-item-quantity{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-item-quantity button{background:var(--neutral-bg);border:none;width:28px;height:28px;border-radius:4px;cursor:pointer}.cart-footer{padding:24px;border-top:1px solid hsl(210,10%,90%)}.cart-total{display:flex;justify-content:space-between;font-size:20px;font-weight:600;margin-bottom:16px}.checkout-button{display:block;width:100%;padding:16px;background:var(--canada-red);color:#fff;text-align:center;text-decoration:none;border-radius:6px;font-weight:600;transition:background .2s}.checkout-button:hover{background:#bd0f0f}.site-footer{background:var(--text-primary);color:#fff;padding:60px 0 24px}.footer-container{max-width:1280px;margin:0 auto;padding:0 24px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-col h3{font-family:Outfit,sans-serif;margin-bottom:16px;color:var(--canada-red)}.footer-col ul{list-style:none}.footer-col a{color:#fffc;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);color:#fff9}html,body{height:100%;margin:0}body{display:flex;flex-direction:column;min-height:100vh}main,.main-content{flex:1 0 auto}footer,.footer{flex-shrink:0;margin-top:auto}@media (max-width: 768px){.hero-title{font-size:32px}.product-layout{grid-template-columns:1fr}.header-nav{display:none}.cart-drawer{width:100%;right:-100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
