.home-scents-section{width:100%;padding:40px 0;background-color:#fff}.home-scents-container{max-width:1200px;margin:0 auto;padding:0 20px}.home-scents-back-container{margin-bottom:30px}.home-scents-back-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid #EF776A;color:#ef776a;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.home-scents-back-btn:hover{background-color:#ef776a;color:#fff}.home-scents-back-btn svg{width:16px;height:16px}.home-scents-header{text-align:center;margin-bottom:40px}.home-scents-title{font-size:32px;font-weight:600;color:#333;margin-bottom:10px}.home-scents-description{font-size:16px;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.home-scents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;margin-bottom:40px}.home-scents-collection-item{cursor:pointer;transition:transform .3s ease}.home-scents-collection-item:hover{transform:translateY(-5px)}.home-scents-collection-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:box-shadow .3s ease;height:320px;display:flex;flex-direction:column;width:100%}.home-scents-collection-item:hover .home-scents-collection-card{box-shadow:0 8px 30px #00000026}.home-scents-collection-image{position:relative;width:100%;height:240px;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8}.home-scents-collection-image img{width:100%;height:auto;max-height:100%;object-fit:contain;transition:transform .3s ease}.home-scents-collection-item:hover .home-scents-collection-image img{transform:scale(1.05)}.home-scents-collection-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.7));display:flex;align-items:flex-end;padding:20px;opacity:0;transition:opacity .3s ease}.home-scents-collection-item:hover .home-scents-collection-overlay{opacity:1}.home-scents-collection-count{color:#fff;font-size:14px;font-weight:500;background:#fff3;padding:4px 12px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-scents-collection-info{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.home-scents-collection-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px;line-height:1.3}.home-scents-collection-desc{font-size:14px;color:#666;line-height:1.5;margin:0}.home-scents-products-container{width:100%}.home-scents-products-header{text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}.home-scents-products-title{font-size:28px;font-weight:600;color:#333;margin-bottom:8px}.home-scents-products-count{font-size:16px;color:#666;margin:0}.home-scents-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.home-scents-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;position:relative}.home-scents-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.home-scents-product-image{position:relative;width:100%;height:200px;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8}.home-scents-product-image img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.home-scents-product-card:hover .home-scents-product-image img{transform:scale(1.05)}.home-scents-product-badge{position:absolute;top:10px;right:10px;background:#f44;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.home-scents-product-info{padding:16px}.home-scents-product-title{margin-bottom:10px}.home-scents-product-title a{font-size:16px;font-weight:600;color:#333;text-decoration:none;line-height:1.3}.home-scents-product-title a:hover{color:#ef776a}.home-scents-product-price{margin-bottom:15px;display:flex;align-items:center;gap:8px}.home-scents-price-current{font-size:18px;font-weight:600;color:#ef776a}.home-scents-price-compare{font-size:14px;color:#999;text-decoration:line-through}.home-scents-product-actions{display:flex;gap:10px}.home-scents-add-to-cart{flex:1;background:#ef776a;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.home-scents-add-to-cart:hover:not(:disabled){background:#e05d50}.home-scents-add-to-cart:disabled{background:#ccc;cursor:not-allowed}.home-scents-loading{text-align:center;padding:60px 20px}.home-scents-loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #EF776A;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-scents-loading p{font-size:16px;color:#666;margin:0}.home-scents-empty{text-align:center;padding:60px 20px}.home-scents-empty p{font-size:16px;color:#666;margin:0}@media(max-width:768px){.home-scents-section{padding:20px 0}.home-scents-container{padding:0 15px}.home-scents-title{font-size:24px}.home-scents-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.home-scents-collection-card{height:340px}.home-scents-collection-image{height:200px}.home-scents-products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.home-scents-product-image{height:150px}.home-scents-products-title{font-size:22px}}@media(max-width:480px){.home-scents-grid{grid-template-columns:1fr}.home-scents-collection-card{height:320px;max-width:280px;margin:0 auto}.home-scents-products-grid{grid-template-columns:1fr}.home-scents-collection-info,.home-scents-product-info{padding:16px}.home-scents-collection-image{height:180px}.home-scents-product-image{height:120px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/home-scents-collection.css.map */
