:root{--font-family: "Nunito", sans-serif;--bg-color: #F8F5F1;--primary-teal: #5D9C9C;--primary-green: #67a3a3 --secondary-orange: #E5A17F;--accent-yellow: #FCD776;--text-dark: #4F4F4F;--card-bg: #FFFFFF;--border-color: #E0E0E0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-dark);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}a{text-decoration:none;color:inherit}.header{display:flex;justify-content:space-between;align-items:center;background-color:var(--bg-color);width:100%}.logo-container{position:sticky;top:10px;left:10px;padding:10px;z-index:1000}.logo img{height:125px;width:125px;padding-left:5%;object-fit:contain}.nav{width:100%;display:flex;align-items:center;justify-content:center;gap:2.5rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:700;transition:color .3s ease}.nav-links a:hover{color:var(--primary-teal)}.cart-icon{font-size:1.5rem;object-fit:cover;cursor:pointer}.cart-icon:hover{transition:transform .3s ease;transform:scale(1.25)}.cart-icon img{height:30px;width:30px}.hero{text-align:center;padding:4rem 1rem;background-image:url(https://images.unsplash.com/photo-1604933241464-697a51834b6b?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center 30%;color:var(--text-dark);display:flex;justify-content:center;align-items:center}.hero-banner{position:relative;padding:3rem 4rem;background-color:#f8f5f1d9;border-radius:20px;z-index:1;opacity:.75;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.abstract-shape,.circle{position:absolute;width:175px;height:175px;z-index:0;opacity:.5}.upper-circle{position:absolute;width:175px;height:175px;top:-65px;left:50%;transform:translate(-50%);z-index:0;opacity:.5;fill:var(--primary-teal)}.upper-left-circle{position:absolute;width:175px;height:175px;left:-75px;top:-20px;z-index:0;opacity:.5;fill:var(--primary-teal)}.upper-right-circle{position:absolute;width:175px;height:175px;right:-85px;top:-20px;z-index:0;opacity:.5;fill:var(--accent-yellow)}.bottom-circle{position:absolute;width:250px;height:250px;bottom:-150px;left:50%;z-index:0;opacity:.5;fill:var(--primary-teal)}.bottom-left-circle{position:absolute;width:175px;height:175px;left:-75px;bottom:-20px;z-index:0;opacity:.5;fill:var(--accent-yellow)}.bottom-right-circle{position:absolute;width:175px;height:175px;right:-85px;bottom:-20px;z-index:0;opacity:.5;fill:var(--primary-teal)}.abstract-shape.top-left{top:0;left:-3px;fill:var(--primary-teal)}.abstract-shape.top-right{top:0;right:-3px;fill:var(--accent-yellow);transform:scaleX(-1)}.abstract-shape.bottom-right{bottom:-20px;right:-20px;fill:var(--primary-teal);transform:scaleX(-1)}.hero.container{position:relative;width:100%;overflow:hidden}.abstract-shape.bottom-left{fill:var(--primary-teal)}.hero-banner:before{content:"";position:absolute;top:-40px;left:-25%;width:150%;height:80px;background-color:var(--primary-teal);border-radius:0 0 50% 50%;z-index:-1;opacity:.6}.hero-banner:after{content:"";position:absolute;bottom:-40px;left:-25%;width:150%;height:80px;background-color:var(--accent-yellow);border-radius:50% 50% 0 0;z-index:-1;opacity:.6}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.hero h1{font-size:3rem;font-weight:800;max-width:600px}.shop-button{background-color:var(--primary-teal);color:#fff;padding:.8rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 10px #0000001a}.shop-button:hover{background-color:var(--accent-yellow)}.featured-products{padding:4rem 0}.featured-header{padding-left:15px;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.featured-header h2{font-size:2rem;font-weight:800}.featured-button{background-color:var(--card-bg);color:var(--text-dark);padding:.6rem 1.5rem;border:1px solid var(--border-color);border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.featured-button:hover{background-color:var(--primary-teal);color:#fff;border-color:var(--primary-teal)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background-color:var(--card-bg);border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.card-link{display:block;color:inherit}.card-link .product-card{transition:transform .25s ease,box-shadow .25s ease}.card-link:focus,.card-link:hover{outline:none}.card-link:focus .product-card,.card-link:hover .product-card{transform:translateY(-6px);box-shadow:0 12px 30px #0000001f}.card-link .rec-card{transition:transform .25s ease,box-shadow .25s ease}.card-link:focus .rec-card,.card-link:hover .rec-card{transform:translateY(-6px);box-shadow:0 12px 30px #0000001f}.product-image{width:100%;height:220px;object-fit:cover}.product-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.product-info h3{font-size:1.25rem;margin-bottom:.5rem}.product-info p{font-size:.9rem;color:#6c757d;flex-grow:1;margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:0 1.5rem 1.5rem}.product-price{font-size:1.5rem;font-weight:800;color:var(--primary-teal)}.learn-more-button{background-color:transparent;border:1px solid var(--primary-teal);color:var(--primary-teal);padding:.5rem 1rem;border-radius:50px;cursor:pointer;font-weight:700;transition:all .3s ease}.learn-more-button:hover{background-color:var(--primary-teal);color:#fff}.cart-panel{position:fixed;right:24px;top:80px;width:360px;max-width:calc(100% - 48px);background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;z-index:1200;padding:18px}.cart-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cart-panel-header h3{font-size:1.1rem;font-weight:800}.cart-close{background:transparent;border:0;font-size:1.1rem;cursor:pointer}.cart-items{max-height:340px;overflow:auto;padding-right:6px}.cart-item{display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border-color)}.cart-item-image{width:64px;height:64px;object-fit:cover;border-radius:8px}.cart-item-body{flex:1}.cart-item-title{font-weight:700}.cart-item-qty{color:#666;font-size:.9rem;margin-top:6px}.cart-item-price{font-weight:800;color:var(--primary-teal);margin-top:6px}.cart-item-remove{background:transparent;border:0;cursor:pointer;font-size:1.1rem}.cart-panel-footer{padding-top:12px;margin-top:8px;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}.cart-total{display:flex;justify-content:space-between;align-items:center;background:#f4f6f7;padding:12px;border-radius:6px}.cart-total .label{font-weight:700}.cart-total .amount{font-weight:800;font-size:1.2rem}.cart-view{background-color:var(--primary-teal);border:0;padding:12px;border-radius:8px;color:#000;font-weight:700;cursor:pointer}.cart-page h1{font-size:1.6rem;margin:1rem 0}.cart-list{margin-top:1rem}.cart-row{background-color:#f4e7bb;display:flex;align-items:safe;gap:16px;padding:18px;border:1px solid var(--border-color);border-radius:10px;margin-bottom:10px}.cart-row-left{display:flex;align-items:center;gap:12px;flex:1}.cart-row-left img{width:88px;height:88px;object-fit:cover;border-radius:8px}.cart-row-title{font-weight:bolder;font-size:larger}.cart-row-sub{color:#666;font-size:.95rem}.cart-row-qty{width:180px}.qty-controls{display:flex;align-items:center;gap:8px}.qty-controls button{width:32px;height:32px;border-radius:6px;border:1px solid var(--border-color);background:#fff;cursor:pointer}.qty-controls input{width:56px;text-align:center;padding:6px;border:1px solid var(--border-color);border-radius:6px}.cart-row-price{text-align:center;min-width:120px;font-weight:bolder}.cart-row-remove{display:inline-flex;background:transparent;border:0;cursor:pointer;margin-left:10px}.order-summary{margin-top:2rem;padding:18px;border-radius:10px;border:1px solid var(--border-color);background:#fff}.summary-row{display:flex;justify-content:space-between;padding:8px 0}.summary-row.total{font-size:1.15rem;font-weight:800;border-top:1px dashed var(--border-color);padding-top:12px;margin-top:8px}.summary-actions{display:flex;gap:12px;margin-top:16px}.btn{background:#fff;border:1px solid var(--border-color);padding:10px 14px;border-radius:8px;cursor:pointer}.btn.primary{background:var(--secondary-orange);color:#fff;border:0}.footer{padding:4rem 0 2rem;margin-top:2rem;margin-left:15px;border-top:1px solid var(--border-color)}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem}.footer-section.center{flex:1;margin:15px;text-align:center;min-width:220px;max-width:fit-content}.footer-section.right{flex:1;min-width:220px;max-width:fit-content;text-align:right;margin-right:15px}.footer-section h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.footer-section p,.footer-section a{color:#6c757d;font-size:.9rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul a:hover{color:var(--primary-teal)}.social-links{display:flex;justify-content:flex-end;gap:1rem}.social-links a{font-size:1.2rem;font-weight:700;transition:color .3s ease}.social-links a:hover{color:v (--primary-teal)}@media (max-width: 768px){.nav{gap:1.5rem}.nav-links{display:none}.hero h1{font-size:2.2rem}.featured-header{align-items:flex-start;gap:1rem}.cart-item{flex-direction:row;align-items:flex-start}.cart-row{align-items:start;flex-direction:column}.cart-row-price{text-align:left;flex-direction:column;flex-wrap:wrap}.footer-section{max-width:100%;text-align:center;margin-top:15px;margin-bottom:15px}.footer-content{margin-left:auto;margin-right:auto;flex-direction:column;text-align:center;display:table}.footer-section.right{text-align:center;margin-right:auto;margin-left:auto}.upper-circle,.bottom-circle{left:35%}.circle{transform:scale(.75)}.abstract-shape{width:80px;height:80px}.logo img{height:100px;width:100px}.footer-content{flex-direction:column;text-align:center}.social-links{justify-content:center}}.product-page .back-button{display:none}.product-page{padding:40px 12px;position:relative;overflow:hidden}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start;max-width:1000px;margin:0 auto;background:#fffc;padding:30px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-media .product-main-image{background:#fff;border-radius:12px;padding:20px;box-shadow:0 8px 20px #0000000f;display:flex;align-items:center;justify-content:center}.product-media img{max-width:100%;height:auto;border-radius:8px}.product-thumbs{display:flex;gap:8px;margin-top:12px;justify-content:center}.product-thumbs img{width:64px;height:64px;object-fit:cover;border-radius:8px;background:#fff;padding:6px;box-shadow:0 6px 12px #0000000a}.product-info-panel{font-size:large;position:relative;height:100%;display:flex;flex-direction:column}.product-title{font-size:2.5rem;margin:0 0 10px;font-weight:700}.product-meta{display:inline-flex;align-items:center;gap:12px;margin-bottom:20px}.product-price{font-size:1.8rem;font-weight:700;color:#333}.product-description{margin-top:10px;font-size:.9rem;color:#555}.favorite-button{color:#fff;border:none;background:#c85f5fcc;padding:8px 12px;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1}.product-features{list-style:none;padding:0;margin:0 0 20px;font-size:1rem}.product-features li{margin-bottom:8px;position:relative;padding-left:20px}.product-features li:before{content:"•";position:absolute;left:0;color:#2f6f61;font-weight:700}.buy-controls{display:flex;align-items:center;gap:12px}.quantity-control{display:flex;align-items:center;gap:8px}.quantity-control button{background:#eee;border:none;padding:8px 12px;border-radius:4px;cursor:pointer}.quantity-control span{font-size:1.2rem;font-weight:700}.product-skills{margin-top:20px}.product-skills h4{font-size:1.2rem;margin-bottom:10px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:10px}.skill-item{display:flex;flex-direction:column;align-items:center;text-align:center;font-weight:bolder}.skill-item img{width:75px;height:75px;margin-bottom:5px}.skill-item span{font-size:.7rem}.subscription-select{padding:12px;border-radius:8px;border:1px solid #ddd;background:#fff;flex-grow:1;font-size:1rem}.add-to-cart.primary{background:#2f6f61;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s}.add-to-cart.primary.added{background:#4caf50}.recommendations{margin-top:60px;text-align:center}.recommendations h3{font-size:1.5rem;margin-bottom:20px}.recommendations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rec-card{background:#fff;padding:15px;border-radius:10px;box-shadow:0 6px 12px #0000000a;text-align:left}.rec-card img{width:100%;height:120px;object-fit:cover;border-radius:6px}.rec-info{margin-top:10px}.rec-title{font-size:1rem;font-weight:600}.rec-price{font-size:.9rem;color:#555}.description-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.description-header h2{font-size:1.8rem;margin:0}.description-meta{display:flex;align-items:center;gap:10px}.description-meta span{font-weight:600}.description-meta .favorite-button.small{font-size:1rem;padding:6px 10px}.product-description-section{margin-top:60px;padding:40px;background:#fffc;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.embla{overflow:hidden;position:relative}.embla__container{display:flex;will-change:transform;touch-action:pan-y}.embla__slide{position:relative;min-width:100%;flex:0 0 100%;display:flex;align-items:center;justify-content:center;padding:0}.embla__slide img{width:100%;height:auto;display:block;border-radius:8px;pointer-events:none}.embla-dots{display:flex;justify-content:center;margin-top:12px}.embla-dot{background:transparent;border:1px solid #ccc;border-radius:50%;width:12px;height:12px;margin:0 4px;cursor:pointer}.embla-dot.active{background:#2f6f61}.product-media{position:relative}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:none;padding:8px 12px;border-radius:6px;font-size:22px;cursor:pointer;z-index:5}.carousel-arrow.left{left:10px}.carousel-arrow.right{right:10px}.cart-icon{position:relative}.cart-count{position:absolute;top:-5px;right:-10px;background:red;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}@media (max-width:900px){.product-page-grid{grid-template-columns:1fr;gap:20px;padding:20px}.product-info-panel{order:2}.recommendations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.product-page{padding:20px 8px}.product-page-grid{padding:15px}.product-title{font-size:2rem}.product-price{font-size:1.5rem}.recommendations-grid{grid-template-columns:1fr}.product-description-section{padding:20px}.carousel-arrow{display:none}}
