#shopHeroContainer{background:linear-gradient(135deg,var(--icarusText)0%,#01472f 100%);justify-content:center;align-items:center;min-height:50vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}#shopHeroContainer:before{content:"";opacity:.15;z-index:0;background:url(/mountain-range.jpg) 50%/cover no-repeat;position:absolute;inset:0}#shopHeroContent{z-index:1;text-align:center;max-width:60rem;position:relative}#shopHeroTitle{color:var(--icarusGold);font-family:var(--font-marcellus);margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1;animation:.8s ease-out fadeInUp}#shopHeroSubtext{color:var(--icarusBG);font-family:var(--font-marcellus);font-size:1.5rem;font-weight:400;line-height:1.6;animation:.8s ease-out .2s backwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}#bundleSection{background:var(--icarusBG);padding:5rem 2rem;position:relative}#bundleBadge{text-align:center;color:var(--icarusGold);font-family:var(--font-marcellus);letter-spacing:.15em;margin-bottom:3rem;font-size:1.4rem;font-weight:800;animation:2s ease-in-out infinite pulse}#bundleBadge span{color:var(--icarusGold);margin:0 .5rem;font-size:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}#bundleContainer{background:linear-gradient(135deg,#f4f1ed 0%,#e8e3db 100%);border-radius:2rem;align-items:center;gap:3rem;max-width:75rem;margin:0 auto;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000001a}#bundleContainer:before{content:"";pointer-events:none;background:radial-gradient(circle,#a1784314 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-20%}#bundleImageContainer{flex:1;min-width:300px;position:relative}#bundleImageContainer img{border-radius:1rem;width:100%;height:auto;transition:transform .4s}#bundleImageContainer:hover img{transform:scale(1.05)}#bundleSavingsBadge{background:var(--icarusGold);color:var(--icarusBG);font-family:var(--font-marcellus);border-radius:50%;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:900;animation:2s ease-in-out infinite bounce;position:absolute;top:-10px;right:-10px;transform:rotate(15deg);box-shadow:0 4px 15px #a1784366}@keyframes bounce{0%,to{transform:rotate(15deg)translateY(0)}50%{transform:rotate(15deg)translateY(-10px)}}#bundleContent{flex-direction:column;flex:1.5;gap:1.5rem;display:flex}#bundleTitle{color:var(--icarusBG);font-family:var(--font-marcellus);font-size:3rem;font-weight:800;line-height:1.2}#bundleDescription{color:var(--icarusBG);font-family:var(--font-marcellus);opacity:.9;font-size:1.2rem;font-weight:400;line-height:1.6}#bundleIncludes{border-left:4px solid var(--icarusGold);background:#fff9;border-radius:1rem;padding:1.5rem}#bundleIncludesTitle{color:var(--icarusBG);font-family:var(--font-marcellus);margin-bottom:.8rem;font-size:1.1rem;font-weight:700}#bundleIncludes ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}#bundleIncludes li{color:var(--icarusBG);font-family:var(--font-marcellus);align-items:center;gap:.8rem;font-size:1rem;display:flex}.bundleCheckmark{color:var(--icarusGold);font-size:1.2rem;font-weight:900}#bundlePricing{flex-direction:column;gap:.5rem;display:flex}#bundlePriceContainer{align-items:baseline;gap:1rem;display:flex}#bundleOriginalPrice{color:var(--icarusGold);font-family:var(--font-marcellus);opacity:.5;font-size:1.5rem;text-decoration:line-through}#bundlePrice{color:var(--icarusGold);font-family:var(--font-marcellus);font-size:2.5rem;font-weight:900}#bundlePriceNote{color:var(--icarusBG);font-family:var(--font-marcellus);font-size:1.8rem}#bundleButton{background:var(--icarusGold);color:var(--icarusBG);font-size:1.4rem;font-family:var(--font-marcellus);border-radius:.8rem;justify-content:center;align-self:flex-start;align-items:center;padding:1rem 2.5rem;font-weight:900;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #a178434d}#bundleButton:hover{background:#c9974d;transform:translateY(-2px);box-shadow:0 6px 20px #a1784366}#productsSection{background:var(--icarusText);padding:5rem 2rem}#productsSectionHeader{text-align:center;max-width:50rem;margin:0 auto 4rem}#productsSectionTitle{color:var(--icarusBG);font-family:var(--font-marcellus);margin-bottom:1rem;font-size:3rem;font-weight:800}#productsSectionSubtext{color:var(--icarusBG);font-family:var(--font-marcellus);opacity:.8;margin-bottom:1rem;font-size:1.3rem}#productsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:80rem;margin:0 auto;display:grid}.productCard{background:var(--icarusBG);border-radius:1.5rem;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.productCard:hover{transform:translateY(-8px);box-shadow:0 12px 40px #a1784333}.productImageContainer{aspect-ratio:1;background:linear-gradient(135deg,#f4f1ed 0%,#e8e3db 100%);width:100%;position:relative;overflow:hidden}.productImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.productCard:hover .productImage{transform:scale(1.1)}.productBadge{background:var(--icarusGold);color:var(--icarusBG);font-family:var(--font-marcellus);letter-spacing:.05em;border-radius:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;position:absolute;top:15px;left:15px}.productInfo{flex-direction:column;flex-grow:1;justify-content:space-between;padding:2rem;display:flex}.productName{color:var(--icarusText);font-family:var(--font-marcellus);font-size:2rem;font-weight:800;line-height:2.5rem}.productDescription{color:var(--icarusText);font-family:var(--font-marcellus);opacity:.85;min-height:2.8rem;margin-top:1rem;font-size:1rem;line-height:1.6}.productFeatures{border-top:1px solid #0121061a;border-bottom:1px solid #0121061a;flex-direction:column;gap:.4rem;padding:.5rem 0;display:flex}.productFeature{color:var(--icarusText);font-family:var(--font-marcellus);opacity:.7;font-size:.9rem}.productFooter{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.productPrice{color:var(--icarusGold);font-family:var(--font-marcellus);font-size:2rem;font-weight:900}.productButton{background:var(--icarusGold);color:var(--icarusBG);font-size:1rem;font-family:var(--font-marcellus);border-radius:.6rem;justify-content:center;align-items:center;padding:.8rem 1.5rem;font-weight:900;text-decoration:none;transition:all .3s;display:inline-flex}.productButton:hover{background:#c9974d;transform:scale(1.05)}#trustSection{background:var(--icarusBG);padding:5rem 2rem}#trustContent{text-align:center;max-width:60rem;margin:0 auto}#trustTitle{color:var(--icarusText);font-family:var(--font-marcellus);margin-bottom:1rem;font-size:2.5rem;font-weight:800}#trustText{color:var(--icarusText);font-family:var(--font-marcellus);opacity:.9;margin-bottom:3rem;font-size:1.2rem;line-height:1.7}#trustBadges{flex-wrap:wrap;justify-content:center;gap:4rem;display:flex}.trustBadge{flex-direction:column;align-items:center;gap:1rem;display:flex}.trustBadge img{opacity:.8;width:60px;height:60px}.trustBadge p{color:var(--icarusText);font-family:var(--font-marcellus);font-size:1rem;font-weight:600}@media (max-width:900px){#shopHeroTitle{font-size:3.5rem}#bundleContainer{flex-direction:column;padding:2rem}#bundleTitle,#productsSectionTitle{font-size:2.5rem}}@media (max-width:700px){#shopHeroContainer{min-height:40vh;padding:6rem 1.5rem 4rem}#shopHeroTitle{font-size:2.5rem}#shopHeroSubtext{font-size:1.2rem}#bundleSection{padding:3rem 1rem}#bundleContainer{gap:2rem;padding:1.5rem}#bundleImageContainer{min-width:100%}#bundleTitle{font-size:2rem}#bundleDescription{font-size:1rem}#bundlePrice{font-size:2rem}#productsSection{padding:3rem 1rem}#productsSectionTitle{font-size:2rem}#productsGrid{grid-template-columns:1fr;gap:2rem}#trustSection{padding:3rem 1.5rem}#trustTitle{font-size:2rem}#trustBadges{gap:2rem}}@media (max-width:600px){#shopHeroTitle{font-size:2rem}#shopHeroSubtext{font-size:1rem}#bundleBadge{font-size:1.1rem}#bundleTitle{font-size:1.7rem}#bundleButton{width:100%;font-size:1.2rem}#productsSectionTitle{font-size:1.8rem}.productButton{padding:.7rem 1.2rem;font-size:.9rem}}
