:root{--primary-text:#2c2c2c;--secondary-text:#333}*{margin:0;padding:0;box-sizing:border-box}.container{max-width:1800px;margin:0 auto;padding:0 20px}.hero{padding:80px 20px;text-align:center;position:relative;overflow:hidden;margin-top:4.5%}.flower-overlay{position:absolute;z-index:1;width:100%;background-size:cover;background-position:center;top:0;left:0;right:0;bottom:0}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/images/onlyOne/Screenshot1.png');background-size:cover;background-position:center;z-index:-1;height:100%}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-title{font-weight:800;margin-bottom:30px;letter-spacing:.5px;font-size:40px;color:#fff}.hero-description{line-height:1.8;margin-bottom:30px;font-weight:300;font-size:20px;text-align:center;color:#fff}.products{padding:60px 0}.product-card{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start;margin:100px auto auto auto;padding:0 40px}.product-image-section{position:relative;background-color:#fafafa;max-width:550px;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:17px}.main-image-container{position:relative;margin-bottom:20px;border-radius:8px;overflow:hidden}.main-image{width:100%;height:400px;transition:transform .3s ease;display:block}.thumbnail-images{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.thumbnail{cursor:pointer;transition:all .2s ease;opacity:.2;width:99px;height:105px;background:#fafafa;border:1px solid rgba(0,0,0,.18);box-shadow:0 4px 4px -80px rgba(0,0,0,.17)}.thumbnail:hover,.thumbnail.active{opacity:1;border-color:#e0e0e0}.product-info{padding-top:20px;display:flex;flex-direction:column;justify-content:space-between;height:100%}.product-title{font-size:40px;font-weight:800;color:var(--primary-text);margin-bottom:2rem}.product-description{color:var(--secondary-text);line-height:1.6;margin-bottom:20px;font-weight:300;max-width:550px;font-size:16px}.product-price{margin:60px 0 13px 0;font-weight:800;font-size:24px;line-height:29px;color:#636363;opacity:.99}.add-to-cart-btn{background:transparent;color:var(--secondary-text);padding:10px;letter-spacing:1px;cursor:pointer;transition:all .3s ease;border-radius:0;text-transform:uppercase;width:100%;max-width:550px;height:60px;border:2px solid rgba(51,51,51,.300781);font-weight:700;font-size:14px}.add-to-cart-btn:hover{background:var(--primary-text);color:#fff}.dark-theme .products{background:#000}.dark-theme header{background:#fff}.dark-theme .add-to-cart-btn{color:#fff;border-color:#fff}@media(max-width:768px){.hero{padding:60px 20px}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.product-card{grid-template-columns:1fr;gap:40px;margin-bottom:60px;padding:0 20px}.main-image{height:300px}.product-title{font-size:1.6rem}.thumbnail{width:60px;height:60px}.add-to-cart-btn{max-width:100%}}@media(max-width:480px){.hero{padding:40px 15px}.hero-title{font-size:2rem}.product-card{padding:0 15px}.main-image{height:250px}.product-title{font-size:1.4rem}.add-to-cart-btn{padding:10px 30px;font-size:.8rem}}