.home-view{background:#fff;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.home-view__container{max-width:1400px;margin:0 auto;width:100%}.home-view__main{display:flex;gap:2rem;width:100%}@media(max-width:1024px){.home-view__main{flex-direction:column}}.home-view__logo-section{display:flex;justify-content:center;margin-bottom:1rem}.home-view__logo{filter:brightness(.8);transition:filter .2s ease}.home-view__logo:hover{filter:brightness(1)}.home-view__hero{text-align:center;max-width:600px;margin:0 auto}.home-view__title{font-size:2rem;font-weight:700;color:#333;margin:0 0 1rem;line-height:1.2}@media(min-width:768px){.home-view__title{font-size:2.5rem}}.home-view__subtitle{font-size:1rem;color:#666;margin:0 0 2rem;line-height:1.5}@media(min-width:768px){.home-view__subtitle{font-size:1.25rem}}.home-view__product-links{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.home-view__product-links{flex-direction:row;justify-content:center;flex-wrap:wrap}}.home-view__product-btn{display:inline-block;padding:1rem 2rem;border-radius:12px;font-weight:500;font-size:.9rem;text-decoration:none;transition:all .2s ease;min-width:220px;text-align:center}.home-view__product-btn--primary{background:#667eea;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.home-view__product-btn--primary:hover{background:rgb(57.1551724138,88.1896551724,227.8448275862);box-shadow:0 8px 25px rgba(0,0,0,.15);transform:translateY(-2px)}.home-view__product-btn--secondary{background:#fafafa;color:#333;border:1px solid #eee;box-shadow:0 1px 3px rgba(0,0,0,.1)}.home-view__product-btn--secondary:hover{background:#f8f9ff;border-color:#667eea;color:#667eea;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.home-view__features{background:#fafafa;border-radius:16px;padding:2rem;max-width:500px;width:100%;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #f0f0f0}.home-view__features-title{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 1rem;text-align:center}.home-view__features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.home-view__feature-item{font-size:.9rem;color:#666;display:flex;align-items:center;gap:.5rem;line-height:1.5}.home-view__ctas{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.home-view__ctas{flex-direction:row;justify-content:center}}.home-view__cta{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;font-weight:500;font-size:.9rem;text-decoration:none;transition:all .2s ease;min-width:160px;justify-content:center}.home-view__cta--primary{background:#333;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.home-view__cta--primary:hover{background:hsl(0,0%,30%);box-shadow:0 8px 25px rgba(0,0,0,.15);transform:translateY(-2px)}.home-view__cta--secondary{background:rgba(0,0,0,0);color:#333;border:1px solid #eee}.home-view__cta--secondary:hover{background:#fafafa;border-color:#333;box-shadow:0 1px 3px rgba(0,0,0,.1)}.home-view__cta-icon{filter:brightness(1.2)}.home-view__footer{background:#fafafa;border-top:1px solid #f0f0f0;padding:2rem 1rem;display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.home-view__footer{flex-direction:row;justify-content:center;gap:2rem}}.home-view__footer-link{display:flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-size:.9rem;transition:all .2s ease;padding:.5rem .75rem;border-radius:8px}.home-view__footer-link:hover{color:#667eea;background:#f8f9ff;transform:translateY(-1px)}.home-view__footer-icon{opacity:.8;transition:opacity .2s ease}.home-view__footer-link:hover .home-view__footer-icon{opacity:1}.banner-carousel{position:relative;height:500px;overflow:hidden;margin-bottom:3rem;width:100%;transition:height .5s ease-in-out}.banner-carousel--full{height:auto;overflow:visible}@media(max-width:768px){.banner-carousel{height:350px}.banner-carousel:not(.banner-carousel--full){height:350px!important;overflow:hidden!important}.banner-carousel.banner-carousel--full{height:auto!important;overflow:visible!important}}@media(max-width:480px){.banner-carousel{height:250px}.banner-carousel:not(.banner-carousel--full){height:250px!important;overflow:hidden!important}.banner-carousel.banner-carousel--full{height:auto!important;overflow:visible!important}}.banner-carousel__container{position:relative;width:100%;height:100%}.banner-carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;opacity:0;transition:opacity .8s ease-in-out;color:#fff}.banner-carousel__slide.active{opacity:1}.banner-carousel__slide--image-only{padding:0;position:relative}.banner-carousel__slide--image-only.active{opacity:1}.banner-carousel--full .banner-carousel__slide--image-only{height:auto;position:relative}.banner-carousel__full-image{width:100%!important;height:100%!important;position:relative!important;object-position:top center!important}.banner-carousel--full .banner-carousel__full-image{height:auto!important;position:relative!important;object-fit:contain!important;object-position:center center!important}@media(max-width:768px){.banner-carousel:not(.banner-carousel--full) .banner-carousel__full-image{object-fit:cover!important;object-position:top center!important;height:100%!important}.banner-carousel--full .banner-carousel__full-image{object-fit:contain!important;object-position:center center!important;height:auto!important}}@media(max-width:480px){.banner-carousel:not(.banner-carousel--full) .banner-carousel__full-image{object-fit:cover!important;object-position:top center!important;height:100%!important}.banner-carousel--full .banner-carousel__full-image{object-fit:contain!important;object-position:center center!important;height:auto!important}}.banner-carousel__toggle-btn{position:absolute;bottom:20px;right:20px;background:rgba(0,0,0,.8);color:#fff;border:none;border-radius:50px;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.3)}@media(max-width:768px){.banner-carousel__toggle-btn{left:50%;right:auto;bottom:20px;transform:translateX(-50%);padding:.5rem .75rem;font-size:.8rem;gap:.25rem;width:auto;margin:0;position:absolute}}@media(max-width:480px){.banner-carousel__toggle-btn{bottom:-2px;padding:.25rem .5rem;font-size:.6rem}}.banner-carousel__toggle-btn:hover{background:rgba(0,0,0,.9);box-shadow:0 6px 20px rgba(0,0,0,.4)}@media(max-width:768px){.banner-carousel__toggle-btn:hover{transform:translateX(-50%);margin:0}}.banner-carousel__toggle-btn:active,.banner-carousel__toggle-btn:focus{background:rgba(0,0,0,.8);outline:none}@media(max-width:768px){.banner-carousel__toggle-btn:active,.banner-carousel__toggle-btn:focus{transform:translateX(-50%);margin:0}}.banner-carousel__toggle-btn:focus{box-shadow:0 4px 15px rgba(0,0,0,.3),0 0 0 2px hsla(0,0%,100%,.3)}.banner-carousel__toggle-icon{font-size:1rem;display:flex;align-items:center}@media(max-width:480px){.banner-carousel__toggle-icon{font-size:.9rem}}.banner-carousel__toggle-text{white-space:nowrap;font-size:.9rem}@media(max-width:480px){.banner-carousel__toggle-text{font-size:.8rem}}@media(max-width:768px){.banner-carousel{margin-bottom:2rem}.banner-carousel__slide{flex-direction:column;text-align:center;justify-content:center;gap:1rem}}@media(max-width:480px){.banner-carousel{margin-bottom:1.5rem}.banner-carousel__slide{gap:.75rem}}.banner-carousel__content{flex:1 1;max-width:600px}@media(max-width:768px){.banner-carousel__content{max-width:100%;width:100%}}.banner-carousel__title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(max-width:768px){.banner-carousel__title{font-size:2rem;margin-bottom:1rem}}@media(max-width:480px){.banner-carousel__title{font-size:1.5rem;margin-bottom:.75rem;line-height:1.2}}.banner-carousel__subtitle{font-size:1.25rem;margin-bottom:1.5rem;opacity:.95;line-height:1.4;text-shadow:0 1px 3px rgba(0,0,0,.2)}@media(max-width:768px){.banner-carousel__subtitle{font-size:1rem;margin-bottom:1rem}}@media(max-width:480px){.banner-carousel__subtitle{font-size:.9rem;margin-bottom:.75rem;line-height:1.5}}.banner-carousel__description{font-size:1rem;margin-bottom:2rem;opacity:.9;line-height:1.5;text-shadow:0 1px 3px rgba(0,0,0,.2);font-weight:500;color:#ffe4b5}@media(max-width:768px){.banner-carousel__description{font-size:.9rem;margin-bottom:1.5rem}}@media(max-width:480px){.banner-carousel__description{font-size:.9rem;margin-bottom:1rem;line-height:1.4}}.banner-carousel__cta{background:hsla(0,0%,100%,.15);color:#fff;border:2px solid hsla(0,0%,100%,.4);padding:1rem 3rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.banner-carousel__cta{padding:.75rem 2rem;font-size:.9rem;margin-top:.75rem}}@media(max-width:480px){.banner-carousel__cta{padding:.5rem 1.5rem;font-size:.9rem;margin-top:.5rem}}.banner-carousel__cta:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.6);transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.banner-carousel__image{flex:1 1;display:flex;align-items:center;justify-content:center;margin-left:3rem}@media(max-width:768px){.banner-carousel__image{margin-left:0;margin-top:1rem;width:100%;height:120px}}@media(max-width:480px){.banner-carousel__image{margin-top:.75rem;height:100px}}.banner-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.15);color:#fff;border:none;width:60px;height:60px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.2)}.banner-carousel__nav:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.4);scale:1.1}.banner-carousel__nav--prev{left:2rem}.banner-carousel__nav--next{right:2rem}.banner-carousel__indicators{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.75rem}.banner-carousel__indicator{width:16px;height:16px;border-radius:50%;background:hsla(0,0%,100%,.4);border:none;cursor:pointer;transition:all .2s ease}.banner-carousel__indicator.active{background:#fff;scale:1.3}.banner-carousel__indicator:hover{background:hsla(0,0%,100%,.8)}.filters-sidebar--desktop{display:block}@media(max-width:1024px){.filters-sidebar--desktop{display:none}}.filters-sidebar__title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #667eea;text-align:center}.filters-sidebar__group{margin-bottom:2rem}.filters-sidebar__group:last-child{margin-bottom:1.5rem}.filters-sidebar__group-title{font-size:1rem;font-weight:600;color:#333;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.filters-sidebar__options{display:flex;flex-direction:column;gap:.5rem}.filters-sidebar__option{background:#f8f9ff;border:2px solid #eee;padding:.75rem 1rem;border-radius:12px;color:#333;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;text-transform:capitalize}.filters-sidebar__option:hover{background:#f8f9ff;border-color:#667eea;color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.filters-sidebar__option.active{background:#667eea;color:#fff;border-color:#667eea;box-shadow:0 4px 12px rgba(0,0,0,.1)}.filters-sidebar__clear{width:100%;background:linear-gradient(135deg,#333333,#4a5568);color:#fff;border:none;padding:1rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.filters-sidebar__clear:hover{background:linear-gradient(135deg,#4a5568,#333333);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-grid{flex:1 1;min-width:0}.product-grid__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:3px solid #f0f0f0}@media(max-width:768px){.product-grid__header{flex-direction:column;align-items:flex-start;gap:1rem}}.product-grid__header-left{display:flex;flex-direction:column;gap:.5rem}.product-grid__title{font-size:2rem;font-weight:700;color:#333;margin:0}.product-grid__count{color:#666;font-size:1rem;font-weight:500}.product-grid__filter-btn{display:none;background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;gap:.5rem;align-items:center}@media(max-width:1024px){.product-grid__filter-btn{display:flex}}.product-grid__filter-btn:hover{background:#4c63b6;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-grid__filter-icon{font-size:1rem}.product-grid__container{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;justify-content:flex-start}.product-grid__container>*{flex:1 1 250px;min-width:250px;max-width:calc(25% - 1.5rem)}@media(max-width:1200px){.product-grid__container>*{max-width:calc(33.333% - 1.5rem);min-width:300px}}@media(max-width:1024px){.product-grid__container{gap:1.5rem}.product-grid__container>*{flex:1 1 280px;max-width:calc(50% - 1rem);min-width:280px}}@media(max-width:768px){.product-grid__container{gap:1rem}.product-grid__container>*{flex:1 1 250px;max-width:calc(50% - .5rem);min-width:250px}}@media(max-width:480px){.product-grid__container>*{max-width:100%;min-width:100%}}.product-grid__empty{text-align:center;padding:4rem;color:#666;background:#fafafa;border-radius:16px;border:2px dashed #eee}.product-grid__empty-icon{font-size:3rem;margin-bottom:1rem}.product-grid__empty h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.75rem}.product-grid__empty p{font-size:1rem;margin-bottom:2rem}.product-grid__clear-filters{background:#667eea;color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.product-grid__clear-filters:hover{background:#4c63b6;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-grid__loading{display:flex;align-items:center;justify-content:center;padding:4rem;grid-column:1/-1}.loading-spinner{font-size:1.25rem;color:#666;text-align:center;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.product-grid__error{display:flex;align-items:center;justify-content:center;padding:4rem;grid-column:1/-1}.error-message{text-align:center;padding:2rem;background:rgba(255,107,107,.1);border:2px solid rgba(255,107,107,.3);border-radius:16px;color:#d63384}.error-message h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.error-message p{font-size:1rem;margin-bottom:1.5rem;opacity:.8}.product-grid__retry{background:#ff6b6b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.product-grid__retry:hover{background:#ff3838;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid #f0f0f0;transition:all .2s ease;position:relative;display:flex;flex-direction:column;width:100%}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.2);border-color:#667eea}.product-card__badge{position:absolute;top:.75rem;right:.75rem;background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:50px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.product-card__badge--popular{background:#ff6b6b}.product-card__badge--best-seller{background:#4ecdc4}.product-card__badge--new{background:#45b7d1}.product-card__image{height:250px;background:#f8f9ff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0;position:relative;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__wishlist-overlay{position:absolute;top:.75rem;left:.75rem;background:hsla(0,0%,100%,.9);border:2px solid rgba(0,0,0,0);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-card__wishlist-overlay:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-card__wishlist-overlay.active{background:rgba(255,107,107,.1);border-color:#ff6b6b}.product-card__wishlist-overlay.active:hover{background:rgba(255,107,107,.2)}.product-card__wishlist-icon{font-size:20px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.product-card__wishlist-overlay:hover .product-card__wishlist-icon{transform:scale(1.1)}.product-card__content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.product-card__name{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.75rem;line-height:1.3}.product-card__pricing{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.product-card__price{font-size:1.5rem;font-weight:700;color:#667eea}.product-card__original-price{font-size:1rem;color:#666;text-decoration:line-through}.product-card__actions{display:flex;gap:.75rem;flex-direction:column;margin-top:auto}@media(min-width:768px){.product-card__actions{flex-direction:row}}.product-card__btn{flex:1 1;padding:.75rem 1rem;border-radius:12px;font-weight:600;font-size:.9rem;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s ease;border:none}.product-card__btn--primary{background:#667eea;color:#fff}.product-card__btn--primary:hover{background:#4c63b6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-card__btn--info{background:#f8f9ff;color:#333;border:2px solid #eee}.product-card__btn--info:hover{background:#333;color:#fff;border-color:#333}.product-modal{display:flex;gap:3rem;min-height:400px}@media(max-width:768px){.product-modal{flex-direction:column}}.product-modal__image{flex:1 1;background:#f8f9ff;border-radius:12px;display:flex;align-items:center;justify-content:center;min-height:300px}.product-modal__content{flex:1 1}.product-modal__pricing{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-modal__price{font-size:2rem;font-weight:700;color:#667eea}.product-modal__original-price{font-size:1.25rem;color:#666;text-decoration:line-through}.product-modal__description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2rem}.product-modal__specs{margin-bottom:2rem}.product-modal__specs h4{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:1rem}.product-modal__specs-grid{display:flex;flex-direction:column;gap:.75rem}.product-modal__spec{background:#f8f9ff;padding:.75rem 1rem;border-radius:8px;color:#333;font-size:.9rem;text-transform:capitalize}.product-modal__spec strong{color:#333;font-weight:600}.product-modal__actions{display:flex;gap:1rem}@media(max-width:480px){.product-modal__actions{flex-direction:column}}.product-modal__btn{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s ease;border:none}.product-modal__btn--primary{background:#667eea;color:#fff;flex:2 1}.product-modal__btn--primary:hover{background:#4c63b6;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-modal__btn--secondary{background:#f8f9ff;color:#333;border:2px solid #eee;flex:1 1}.product-modal__btn--secondary:hover{background:#333;color:#fff;border-color:#333}.placeholder-image{background:linear-gradient(45deg,#f8f9ff,#fafafa 50%,#f8f9ff);color:#666;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;width:100%;height:100%;border-radius:4px;text-align:center;padding:.75rem}@media(max-width:480px){.banner-carousel__nav{width:45px;height:45px;font-size:1rem}.banner-carousel__nav--prev{left:.5rem}.banner-carousel__nav--next{right:.5rem}.banner-carousel__indicators{bottom:1rem}.filters-sidebar__options{flex-direction:row;flex-wrap:wrap}.filters-sidebar__option{flex:1 1;min-width:calc(50% - 4px);text-align:center}}.filters-modal .filters-sidebar__title{margin-bottom:1.5rem;text-align:left;border-bottom:2px solid #f0f0f0;font-size:1.25rem}.product-section{position:relative}.product-section__header{text-align:center;margin-bottom:3rem}.product-section__header .product-section__title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.product-section__header .product-section__subtitle{font-size:1.2rem;color:#7f8c8d;margin-bottom:1.5rem}.product-section__header .product-section__view-all{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.product-section__header .product-section__view-all:hover{color:#764ba2;transform:translateX(5px)}.product-section__grid{display:flex;overflow-x:auto;gap:2rem;padding:1rem 0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.product-section__grid::-webkit-scrollbar{display:none}@media(min-width:769px){.product-section__grid{flex-wrap:wrap}.product-section__grid>*{flex:0 0 320px;min-width:320px;max-width:320px}}@media(max-width:768px){.product-section__grid{flex-direction:column;overflow-x:visible}.product-section__grid>*{flex:1 1 auto;min-width:100%;max-width:100%}}@media(min-width:769px){.product-section__grid{position:relative}}.product-section__loading{display:flex;justify-content:center;align-items:center;padding:4rem 0}.product-section__loading .loading-spinner{color:#667eea;font-size:1.2rem}.product-section__error{text-align:center;padding:4rem 2rem}.product-section__error .error-message h3{color:#e74c3c;margin-bottom:1rem}.product-section__error .error-message p{color:#6c757d;margin-bottom:2rem}.product-section__error .product-section__retry{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-section__error .product-section__retry:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.product-section__grid{padding:10px}