.customer-home{--home-primary:var(--primary);--home-gradient:linear-gradient(135deg, #ffbaa8 0%, var(--primary) 100%);--home-bg:var(--background);--home-card-bg:var(--card);--home-text:var(--foreground);--home-text-muted:var(--muted-foreground);--home-border:var(--border);--home-shadow:var(--shadow-sm);--home-radius:var(--radius);--home-radius-sm:var(--radius-sm);--home-radius-xs:var(--radius-sm);--bottom-nav-height:0px;--cart-bottom:20px}@supports (color:lab(0% 0 0)){.customer-home{--home-gradient:linear-gradient(135deg, lab(81.8067% 28.726 23.0766) 0%, var(--primary) 100%)}}.customer-home--tech_gadgets{--home-primary:#1e3a5f;--home-gradient:linear-gradient(135deg, #2d4a6f 0%, #1e3a5f 100%)}.customer-home--sports_leisure{--home-primary:#06b6d4;--home-gradient:linear-gradient(135deg, #67e8f9 0%, #06b6d4 100%)}.customer-home--home_essentials{--home-primary:#8b5cf6;--home-gradient:linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%)}.customer-home--garden_outdoor{--home-primary:#10b981;--home-gradient:linear-gradient(135deg, #6ee7b7 0%, #10b981 100%)}.customer-home--events_parties{--home-primary:#ec4899;--home-gradient:linear-gradient(135deg, #f472b6 0%, #ec4899 100%)}.customer-home{background-color:var(--home-bg);min-height:auto;padding-top:64px;padding-bottom:0;position:relative}@media (min-width:768px){.customer-home{padding-top:72px}}.customer-home__content{max-width:1400px;margin:0 auto;padding-top:0!important}.customer-home__hero-section{background:var(--home-gradient);border-radius:0 0 24px 24px;margin-bottom:24px;padding-bottom:20px}.home-header{background:var(--home-card-bg);grid-template-columns:1fr auto;grid-template-areas:"user actions""search search";align-items:center;gap:16px;padding:16px;display:grid}@media (min-width:768px){.home-header{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"user search actions";gap:32px;padding:20px 32px}.home-header__greeting{font-size:1.125rem!important}.home-header__location{font-size:.8125rem!important}.home-header__search-placeholder{font-size:.9375rem!important}.products-grid__container{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;margin:-4px;padding:4px 4px 20px;display:grid;overflow:visible}.product-card{width:100%}.subcategory-cards__container{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;padding:0;display:grid;overflow:visible}.subcategory-card{aspect-ratio:1;width:100%;height:auto}}.home-header__user-info{flex-direction:column;grid-area:user;justify-content:center;gap:2px;display:flex}.home-header__actions{grid-area:actions;align-items:center;gap:12px;display:flex}.home-header__search-container{grid-area:search;width:100%;padding:0}.home-header__greeting{color:var(--home-text);margin:0;font-size:18px;font-weight:600;line-height:1.2}.home-header__location{color:var(--home-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:13px;line-height:1.2;transition:color .2s;display:flex}.home-header__location:hover{color:var(--home-primary)}.home-header__action-btn{border:1px solid var(--home-border);background:var(--home-card-bg);cursor:pointer;width:40px;height:40px;color:var(--home-text);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.home-header__action-btn:hover{background:var(--home-bg);color:var(--home-primary);border-color:var(--home-primary)}.home-header__action-btn--cart,.home-header__action-btn--message{position:relative}.home-header__login-btn{background:var(--home-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #ff7e5f33}.home-header__login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff7e5f4d}.home-header__badge{background:var(--home-primary);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 4px #ff7e5f4d}.home-header__search{background:var(--home-bg);border:1px solid var(--home-border);cursor:pointer;border-radius:50px;align-items:center;gap:12px;width:100%;padding:14px 16px;transition:all .2s;display:flex}.home-header__search:hover{border-color:var(--home-primary);box-shadow:0 0 0 3px #ff7e5f1a}.home-header__search-icon{color:var(--home-text-muted)}.home-header__search-placeholder{text-align:left;color:var(--home-text-muted);flex:1;font-size:15px}.home-header__mic-icon{color:var(--home-text-muted)}.category-tabs{background:var(--home-card-bg);border-bottom:1px solid var(--home-border);padding:0 16px;margin-top:0!important;padding-top:0!important}.category-tabs__container{scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding:8px 0;display:flex;overflow-x:auto}.category-tabs__container::-webkit-scrollbar{display:none}.category-tabs__tab{cursor:pointer;color:var(--home-text-muted);white-space:nowrap;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;min-width:70px;padding:10px 16px;transition:color .2s;display:flex;position:relative}.category-tabs__tab:hover,.category-tabs__tab--active{color:var(--home-text)}.category-tabs__icon{border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.category-tabs__tab--active .category-tabs__icon{background:var(--home-primary);color:#fff}.category-tabs__label{font-size:11px;font-weight:500}.category-tabs__indicator{background:var(--home-primary);border-radius:3px 3px 0 0;width:40px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-banner{align-items:center;min-height:160px;padding:24px 20px 20px;display:flex;position:relative;overflow:hidden}.hero-banner--simple{text-align:center;flex-direction:column;justify-content:center}.hero-banner--featured{justify-content:space-between;min-height:200px}.hero-banner--circuit:before{content:"";opacity:.3;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.15'%3E%3Cpath d='M0 30h60M30 0v60'/%3E%3Ccircle cx='30' cy='30' r='3'/%3E%3Ccircle cx='0' cy='30' r='2'/%3E%3Ccircle cx='60' cy='30' r='2'/%3E%3Ccircle cx='30' cy='0' r='2'/%3E%3Ccircle cx='30' cy='60' r='2'/%3E%3Cpath d='M10 10h10v10H10zM40 40h10v10H40z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-banner__content{z-index:1;flex:1;position:relative}.hero-banner__brand{margin-bottom:8px}.hero-banner__brand-name{color:#ffffffe6;text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:600}.hero-banner__tagline{color:#fff;margin:0 0 8px;font-family:Playfair Display,serif;font-size:28px;font-style:italic;font-weight:700;line-height:1.2}.hero-banner--simple .hero-banner__tagline{font-size:24px}.hero-banner__subtitle{color:#ffffffe6;margin:0;font-size:14px;line-height:1.5}.hero-banner__cta{color:var(--home-text);cursor:pointer;background:#fff;border:none;border-radius:8px;margin-top:16px;padding:10px 24px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block}.hero-banner__cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.hero-banner__image-container{width:45%;max-width:250px;position:relative}.hero-banner__image{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;transform:translate(20px)}.subcategory-cards{padding:0 16px;position:relative}.subcategory-cards__container{scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding:4px 0;display:flex;overflow-x:auto}.subcategory-cards__container::-webkit-scrollbar{display:none}.subcategory-cards__nav{display:none}.subcategory-card{border-radius:var(--home-radius);cursor:pointer;background:var(--card);width:120px;height:120px;box-shadow:var(--home-shadow);animation:.4s forwards cardFadeIn;animation-delay:var(--card-delay,0s);opacity:0;border:none;flex-shrink:0;position:relative;overflow:hidden}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.subcategory-card__overlay{opacity:.9;border-radius:var(--home-radius) var(--home-radius) 0 0;height:40%;position:absolute;top:0;left:0;right:0}.subcategory-card__name{color:#fff;text-align:left;z-index:2;font-size:13px;font-weight:600;position:absolute;top:10px;left:10px;right:10px}.subcategory-card__image-container{justify-content:center;align-items:flex-end;height:70%;padding:8px;display:flex;position:absolute;bottom:0;left:0;right:0}.subcategory-card__image{-o-object-fit:cover;object-fit:cover;border-radius:var(--home-radius-xs);width:85%;height:85%}.product-card{background:var(--home-card-bg);border-radius:var(--home-radius);width:160px;box-shadow:var(--home-shadow);border:1px solid var(--home-border);flex-shrink:0;overflow:hidden}.product-card__image-container{aspect-ratio:1;background:#f8f8f8;width:100%;position:relative;overflow:hidden}.product-card__badge{text-transform:uppercase;z-index:2;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:600;position:absolute;top:8px;left:8px}.product-card__badge--imported{background:var(--home-primary);color:#fff}.product-card__badge--unavailable{color:#fff;background:#ef4444}.product-card__favorite{background:var(--card);cursor:pointer;width:32px;height:32px;color:var(--home-text-muted);z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #0000001a}.product-card__favorite:hover,.product-card__favorite--active{color:var(--home-primary)}.product-card__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-card__action-row{border-bottom:1px solid var(--home-border);justify-content:center;padding:8px;display:flex}.product-card__add-btn{background:var(--card);border:2px solid var(--home-primary);color:var(--home-primary);cursor:pointer;border-radius:8px;padding:8px 24px;font-size:13px;font-weight:600;transition:all .2s}.product-card__add-btn:hover{background:var(--home-primary);color:#fff}.product-card__quantity{background:var(--home-primary);border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.product-card__qty-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.product-card__qty-btn:hover{background:#fff3}.product-card__qty-value{text-align:center;color:#fff;min-width:24px;font-size:14px;font-weight:600}.product-card__info{padding:12px}.product-card__name{color:var(--home-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:13px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card__rating{align-items:center;gap:4px;margin-bottom:6px;display:flex}.product-card__star{color:#ddd}.product-card__star--filled{color:var(--home-primary)}.product-card__review-count{color:var(--home-text-muted);margin-left:4px;font-size:11px}.product-card__pricing{align-items:baseline;gap:8px;display:flex}.product-card__price{color:var(--home-text);font-size:14px;font-weight:700}.product-card__discount{color:var(--home-text-muted);font-size:11px}.products-grid{margin-bottom:24px;padding:0 16px}.products-grid__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.products-grid__title{color:var(--home-text);margin:0;font-size:18px;font-weight:700}.products-grid__see-all{color:var(--home-primary);cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:500}.products-grid__wrapper{position:relative}.products-grid__container{scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding:4px 0;display:flex;overflow-x:auto}.products-grid__container::-webkit-scrollbar{display:none}.products-grid__nav{display:none}.top-selections{margin-bottom:24px;padding:0 16px}.top-selections__title{color:var(--home-text);margin:0 0 16px;font-size:18px;font-weight:700}.top-selections__grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.selection-card{background:var(--home-card-bg);border-radius:var(--home-radius);border:1px solid var(--home-border);cursor:pointer;animation:.4s forwards cardFadeIn;animation-delay:var(--card-delay,0s);opacity:0;padding:8px;transition:all .2s}.selection-card:hover{box-shadow:var(--home-shadow);transform:translateY(-2px)}.selection-card__images{grid-template-columns:repeat(2,1fr);gap:4px;margin-bottom:8px;display:grid;position:relative}.selection-card__image-wrapper{aspect-ratio:1;border-radius:var(--home-radius-xs);overflow:hidden}.selection-card__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.selection-card__count{background:var(--home-primary);color:#fff;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600;position:absolute;bottom:4px;right:4px}.selection-card__name{color:var(--home-text);text-align:center;font-size:12px;font-weight:500;display:block}.floating-cart{bottom:var(--cart-bottom);background:var(--home-gradient);cursor:pointer;z-index:99;border:none;border-radius:50px;align-items:center;gap:12px;padding:10px 16px 10px 10px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #ff7e5f66}.floating-cart:hover{transform:translate(-50%)translateY(-2px);box-shadow:0 6px 24px #ff7e5f80}.floating-cart__items{align-items:center;display:flex}.floating-cart__item{border:2px solid var(--card);background:var(--card);border-radius:50%;width:40px;height:40px;overflow:hidden}.floating-cart__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.floating-cart__more{border:2px solid var(--card);color:#fff;background:#ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:11px;font-weight:600;display:flex}.floating-cart__info{flex-direction:column;align-items:flex-start;display:flex}.floating-cart__label{color:#fff;font-size:14px;font-weight:600}.floating-cart__count{color:#ffffffe6;font-size:11px}.floating-cart__arrow{color:#fff;background:#ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}@media (min-width:768px){.home-header{padding:20px 24px}.home-header__greeting{font-size:22px}.home-header__location{font-size:14px}.home-header__search{max-width:500px}.category-tabs{padding:0 24px}.category-tabs__tab{min-width:90px;padding:12px 20px}.category-tabs__icon{width:40px;height:40px}.category-tabs__label{font-size:12px}.hero-banner{border-radius:24px;min-height:220px;margin:0 24px;padding:32px}.hero-banner__tagline{font-size:36px}.hero-banner--simple .hero-banner__tagline{font-size:32px}.hero-banner__subtitle{font-size:16px}.hero-banner__image-container{max-width:300px}.subcategory-cards{margin-top:20px;padding:0 24px}.subcategory-cards__nav{border:1px solid var(--home-border);cursor:pointer;width:36px;height:36px;box-shadow:var(--home-shadow);z-index:10;color:var(--home-text);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.subcategory-cards__nav:hover{background:var(--home-primary);color:#fff;border-color:var(--home-primary)}.subcategory-cards__nav--left{left:8px}.subcategory-cards__nav--right{right:8px}.subcategory-card{width:150px;height:150px}.subcategory-card__name{font-size:15px}.product-card{width:200px}.product-card__name{font-size:14px}.product-card__price{font-size:16px}.products-grid{padding:0 24px}.products-grid__title{font-size:22px}.products-grid__nav{border:1px solid var(--home-border);cursor:pointer;width:40px;height:40px;box-shadow:var(--home-shadow);z-index:10;color:var(--home-text);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.products-grid__nav:hover{background:var(--home-primary);color:#fff;border-color:var(--home-primary)}.products-grid__nav--left{left:-12px}.products-grid__nav--right{right:-12px}.top-selections{padding:0 24px}.top-selections__title{font-size:22px}.selection-card{padding:12px}.selection-card__name{font-size:14px}.bottom-navigation{border-radius:24px 24px 0 0}.bottom-navigation__container{padding:0 20px}.bottom-navigation__tab{gap:6px}.bottom-navigation__label{font-size:12px}}@media (min-width:1024px){.customer-home{--bottom-nav-height:70px}.customer-home__content{grid-template-columns:1fr;gap:0;display:grid}.home-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:20px 40px;display:grid}.home-header__top{margin-bottom:0}.home-header__search-container{order:2}.home-header__search{max-width:600px;margin:0 auto}.home-header__actions{order:3;justify-content:flex-end}.category-tabs{padding:0 40px}.category-tabs__container{justify-content:flex-start;gap:16px}.category-tabs__tab{min-width:100px;padding:14px 24px}.customer-home__hero-section{border-radius:0 0 32px 32px;grid-template-columns:1fr 400px;align-items:center;gap:32px;padding:32px 40px;display:grid}.hero-banner{border-radius:24px;height:100%;min-height:280px;margin:0}.hero-banner__tagline{font-size:42px}.hero-banner--simple .hero-banner__tagline{font-size:36px}.hero-banner__image-container{max-width:350px}.subcategory-cards{margin-top:0;padding:0}.subcategory-cards__container{flex-direction:column;gap:16px;overflow:visible}.subcategory-cards__nav{display:none}.subcategory-card{flex-direction:row;align-items:center;width:100%;height:80px;display:flex}.subcategory-card__overlay{border-radius:var(--home-radius) 0 0 var(--home-radius);width:50%;height:100%;position:absolute;top:0;bottom:0;left:0}.subcategory-card__name{z-index:2;flex:1;padding:0 16px;font-size:14px;position:static}.subcategory-card__image-container{width:50%;height:100%;padding:8px;position:relative}.subcategory-card__image{-o-object-fit:cover;object-fit:cover;border-radius:var(--home-radius-xs);width:100%;height:100%}.products-grid{padding:0 40px}.products-grid__container{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid;overflow:visible}.products-grid__nav{display:none}.product-card{width:100%}.top-selections{padding:0 40px}.top-selections__grid{grid-template-columns:repeat(6,1fr);gap:20px}.bottom-navigation{border-top:1px solid var(--home-border);border-radius:0}.bottom-navigation__container{gap:24px;padding:0 40px}.bottom-navigation__tab{flex-direction:row;gap:8px;max-width:140px}.bottom-navigation__icon{font-size:20px}.bottom-navigation__label{font-size:14px}.floating-cart{left:auto;right:40px;transform:none}.floating-cart:hover{transform:translateY(-2px)}}@media (min-width:1440px){.customer-home__hero-section{grid-template-columns:1fr 500px;padding:40px 60px}.hero-banner{min-height:320px}.hero-banner__tagline{font-size:48px}.subcategory-card{height:100px}.subcategory-card__name{font-size:16px}.products-grid{padding:0 60px}.products-grid__container{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.top-selections,.bottom-navigation__container{padding:0 60px}}.product-details-page{background-color:var(--home-bg);min-height:auto}.product-details-content{max-width:1280px;margin:0 auto;padding:0 0 100px}@media (min-width:1024px){.product-details-content{padding-bottom:40px}}.product-details-container{background:var(--home-card-bg);margin-bottom:24px;padding:16px;overflow-x:hidden}@media (min-width:768px){.product-details-container{border-radius:0 0 24px 24px;padding:40px;box-shadow:0 4px 20px #0000000d}}.product-main-section{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:1024px){.product-main-section{grid-template-columns:1.1fr 1fr;align-items:flex-start;gap:64px}}.product-gallery{flex-direction:column;gap:16px;display:flex}@media (min-width:1024px){.product-gallery{position:sticky;top:100px}}.main-image-container{aspect-ratio:1;background:var(--home-bg);border:1px solid var(--home-border);border-radius:16px;width:100%;position:relative;overflow:hidden}.features-overlay{-webkit-backdrop-filter:blur(8px);color:#fff;z-index:10;background:#00000073;border-top-left-radius:16px;border-bottom-left-radius:16px;flex-direction:column;justify-content:flex-start;width:40%;padding:24px;transition:transform .4s cubic-bezier(.19,1,.22,1),background .3s;display:flex;position:absolute;top:0;bottom:0;left:0}.features-overlay.collapsed{background:#0003;transform:translate(-100%)}.overlay-toggle{cursor:pointer;z-index:11;background:#fff;border:none;border-radius:0 40px 40px 0;justify-content:center;align-items:center;width:32px;height:80px;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;position:absolute;top:50%;right:-32px;transform:translateY(-50%);box-shadow:4px 0 15px #00000026}.features-overlay.open .overlay-toggle{width:calc(100% - 24px);height:32px;box-shadow:none;background:0 0;border-radius:0;justify-content:space-between;padding:0;top:50%;right:12px;transform:translateY(-50%)}.features-overlay.open .overlay-toggle h4{opacity:1;visibility:visible}.features-overlay.collapsed .overlay-toggle h4{opacity:0;visibility:hidden;position:absolute}.features-overlay.collapsed .toggle-icon{color:#000}.features-overlay.open .overlay-toggle{justify-content:space-between;width:100%;margin-bottom:24px;display:flex}.toggle-icon{color:#fff;transition:transform .4s}.features-overlay.collapsed .toggle-icon{color:#000;transform:translateY(0)}.features-overlay.open .toggle-icon{color:#fff;transform:rotate(180deg)}.overlay-content{opacity:1;pointer-events:auto;transition:opacity .3s}.features-overlay.collapsed .overlay-content{opacity:0;pointer-events:none}.overlay-title{text-transform:uppercase;letter-spacing:.05em;opacity:.9;margin:0;font-size:11px;font-weight:800}.overlay-content{opacity:1;max-height:500px;transition:max-height .3s ease-out,opacity .2s ease-in;overflow:hidden}.features-overlay.collapsed .overlay-content{opacity:0;max-height:0}.overlay-list{flex-direction:column;gap:16px;display:flex}.overlay-item{flex-direction:column;gap:4px;display:flex}.overlay-label{opacity:.6;text-transform:uppercase;font-size:11px;font-weight:500}.overlay-value{font-size:15px;font-weight:700}.gallery-nav{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;z-index:20;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:#fff6}.gallery-nav--prev{left:42%}.gallery-nav--next{right:20px}.carousel-dots{z-index:20;gap:8px;display:flex;position:absolute;bottom:20px;right:20px}.dot{background:#fff6;border-radius:50%;width:8px;height:8px;transition:all .3s}.dot.active{background:#fff;border-radius:4px;width:24px}.main-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.main-image:hover{transform:scale(1.05)}.badge{text-transform:uppercase;letter-spacing:.5px;z-index:2;border-radius:12px;padding:6px 14px;font-size:12px;font-weight:700;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #0000001a}.badge--imported{background:var(--home-primary);color:#fff;top:12px;left:12px}.thumbnail-list{gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.thumbnail{cursor:pointer;background:var(--home-bg);border:2px solid #0000;border-radius:16px;flex-shrink:0;width:88px;height:88px;padding:0;transition:all .2s;overflow:hidden}.thumbnail.active{border-color:var(--home-primary);box-shadow:0 0 0 4px rgba(var(--home-primary), .1)}.thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.section-container{border-top:1px solid var(--home-border);padding:24px 0}.section-title{font-family:var(--font-serif);color:var(--home-text);margin-bottom:20px;font-size:18px;font-weight:700}.product-specs-container{margin:24px 0}.specs-section{margin-bottom:16px}.description-text{color:var(--home-text-muted);font-size:15px;line-height:1.6}.description-text.clamped{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.view-details-toggle{color:var(--home-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-top:4px;padding:8px 0;font-size:14px;font-weight:700;display:flex}.collapsible-section{background:var(--home-bg);border:1px solid var(--home-border);border-radius:12px;margin-bottom:12px;overflow:hidden}.collapsible-trigger{width:100%;font-family:var(--font-sans);cursor:pointer;color:var(--home-text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:16px 20px;font-size:15px;font-weight:700;display:flex}.collapsible-content{color:var(--home-text-muted);padding:0 20px 20px;font-size:14px;line-height:1.6}.specs-table{flex-direction:column;gap:12px;display:flex}.specs-row{border-bottom:1px solid #0000000d;justify-content:space-between;padding-bottom:12px;display:flex}.specs-row:last-child{border-bottom:none;padding-bottom:0}.specs-label{opacity:.6}.specs-value{color:var(--home-text);font-weight:600}.rental-tabs{background:var(--home-bg);border-radius:14px;margin-bottom:20px;padding:6px;display:flex}.rental-tab{cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:12px;font-size:15px;font-weight:700;transition:all .2s}.rental-tab.active{background:var(--home-primary);box-shadow:var(--home-shadow);color:#fff}.tab-badge{color:#10b981;margin-left:4px;font-size:10px;font-weight:600}.options-subtitle{color:var(--home-text);margin-bottom:20px;font-size:15px;font-weight:700}.discount-banner{color:#10b981;align-items:center;gap:8px;margin-top:20px;font-size:13px;font-weight:700;display:flex}.check-icon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:flex}.trial-notice{color:#10b981;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:700;display:flex}.trial-notice .highlight{color:#10b981}.period-selector h4{margin-bottom:16px;font-size:15px;font-weight:700}.slider-container{margin-bottom:24px;padding:20px 0;position:relative}.slider-label{background:var(--home-primary);color:#fff;z-index:2;border-radius:100px;padding:4px 12px;font-size:13px;font-weight:800;transition:left .1s ease-out;position:absolute;top:-12px;transform:translate(-50%);box-shadow:0 4px 10px #f973164d}.slider-label:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid var(--home-primary);position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.range-slider{-webkit-appearance:none;background:#e5e7eb;background-image:linear-gradient(var(--home-primary), var(--home-primary));cursor:pointer;background-repeat:no-repeat;border-radius:5px;width:100%;height:6px}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;border:3px solid var(--home-primary);cursor:pointer;background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .1s;box-shadow:0 2px 6px #0000001a}.range-slider::-webkit-slider-thumb:active{transform:scale(1.2)}.slider-range{color:var(--home-text-muted);justify-content:space-between;margin-top:12px;font-size:12px;font-weight:600;display:flex}.date-pickers{grid-template-columns:1fr 1fr;gap:16px;display:grid}.date-box{background:var(--home-bg);border:1px solid var(--home-border);border-radius:12px;padding:12px 16px}.date-label{color:var(--home-text-muted);text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.date-value{justify-content:space-between;align-items:center;font-size:14px;font-weight:700;display:flex}.seller-card-v2{justify-content:space-between;align-items:center;display:flex}.seller-info-content{align-items:center;gap:12px;display:flex}.seller-avatar-wrapper{width:48px;height:48px;position:relative}.seller-avatar-img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.verification-badge{background:var(--home-primary);color:#fff;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;bottom:0;right:0}.seller-fullname{margin-bottom:2px;font-size:15px;font-weight:800}.seller-stat-row{color:var(--home-text-muted);align-items:center;gap:4px;font-size:12px;font-weight:600;display:flex}.seller-stat-row .stat-value{color:var(--home-text)}.seller-actions-v2{gap:8px;display:flex}.icon-action-btn{border:1px solid var(--home-primary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.icon-action-btn:hover,.icon-action-btn.primary{background:rgba(var(--home-primary-rgb), .05)}.terms-grid{grid-template-columns:1fr;gap:20px;margin-bottom:32px;display:grid}.term-card{gap:16px;display:flex}.term-icon-wrapper{background:var(--home-bg);width:44px;height:44px;color:var(--home-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.term-title{margin-bottom:2px;font-size:15px;font-weight:800}.term-desc{color:var(--home-text-muted);font-size:13px;line-height:1.5}.trust-badges{justify-content:space-between;padding:20px 0;display:flex}.trust-item{color:var(--home-text-muted);text-align:center;flex-direction:column;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.trust-icon-circle{background:var(--home-bg);width:40px;height:40px;color:var(--home-primary);opacity:.8;border-radius:50%;justify-content:center;align-items:center;display:flex}.products-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.similar-product-card{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:16px;overflow:hidden}.product-card-image{aspect-ratio:1.2;position:relative}.product-card-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.p-badge{border-radius:4px;padding:4px 8px;font-size:10px;font-weight:800;position:absolute;top:10px;left:10px}.p-badge.imported{background:var(--home-primary);color:#fff}.p-badge.discount{color:#fff;background:#ef4444;top:auto;bottom:10px}.product-card-info{padding:12px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:32px;margin-bottom:4px;font-size:13px;font-weight:700;display:-webkit-box;overflow:hidden}.product-card-footer{justify-content:space-between;align-items:flex-end;margin-top:12px;display:flex}.product-price .price{font-size:15px;font-weight:800;display:block}.product-price .original-price{opacity:.5;font-size:11px;text-decoration:line-through}.add-btn{border:1px solid var(--home-primary);color:var(--home-primary);background:0 0;border-radius:8px;align-items:center;gap:4px;padding:4px 12px;font-size:11px;font-weight:800;display:flex}.see-all-products{background:var(--home-bg);border:1px solid var(--home-border);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px;font-size:14px;font-weight:700;display:flex}.avatar-group{display:flex}.avatar-group img{border:2px solid var(--home-bg);border-radius:50%;width:24px;height:24px;margin-left:-8px}.avatar-group img:first-child{margin-left:0}.reviews-list{flex-direction:column;gap:24px;margin-bottom:24px;display:flex}.review-card{border-bottom:1px solid #0000000d;padding-bottom:24px}.review-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.reviewer-info{align-items:center;gap:12px;display:flex}.reviewer-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:40px;height:40px}.reviewer-name{font-size:14px;font-weight:800}.review-date{opacity:.5;font-size:12px}.review-comment{margin-bottom:12px;font-size:14px;line-height:1.5}.review-images{gap:8px;display:flex}.review-image{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:80px;height:80px}.see-all-btn{background:var(--home-bg);width:100%;color:var(--home-primary);cursor:pointer;border:none;border-radius:12px;padding:14px;font-size:14px;font-weight:800}.purchase-actions-container{background:var(--card);padding:16px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--border);z-index:1000;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.purchase-actions-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.price-info .duration-label{color:var(--home-text-muted);font-size:12px;font-weight:600}.price-value{flex-direction:column;display:flex}.price-value .amount{font-size:22px;font-weight:800;line-height:1}.price-value .tax-label{opacity:.5;font-size:10px}.action-buttons{align-items:center;gap:12px;display:flex}.quantity-stepper-alt{background:var(--home-bg);border:1px solid var(--home-border);border-radius:10px;align-items:center;padding:4px;display:flex}.qty-val{text-align:center;width:32px;font-weight:800;font-family:var(--font-mono)}.buy-now-btn-alt{background:var(--home-primary);color:#fff;box-shadow:0 8px 16px rgba(var(--home-primary), .25);border:none;border-radius:12px;padding:14px 44px;font-size:15px;font-weight:800}.product-rating-small{align-items:center;gap:8px;margin-bottom:8px;display:flex}.product-rating-small .review-count{color:var(--home-text-muted);font-size:13px;font-weight:600}.product-info-column{flex-direction:column;display:flex}.product-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.product-title{font-family:var(--font-serif);color:var(--home-text);letter-spacing:-.01em;margin:0;font-size:24px;font-weight:700;line-height:1.2}@media (min-width:768px){.product-title{font-size:36px}}.product-actions-top{gap:12px;display:flex}.action-btn{border:1px solid var(--home-border);background:var(--home-card-bg);cursor:pointer;width:44px;height:44px;color:var(--home-text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.action-btn:hover{color:var(--home-primary);border-color:var(--home-primary);background:var(--home-bg);transform:translateY(-2px)}.product-rating{align-items:center;gap:8px;margin-bottom:32px;display:flex}.stars{gap:4px;display:flex}.review-count{color:var(--home-text-muted);font-size:14px;font-weight:500}.product-pricing{border-bottom:1px solid var(--home-border);align-items:baseline;gap:16px;margin-bottom:32px;padding-bottom:32px;display:flex}.current-price{font-family:var(--font-sans);color:var(--home-text);letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:1}@media (min-width:768px){.current-price{font-size:42px}}.original-price{color:var(--home-text-muted);font-size:20px;text-decoration:line-through}.discount-tag{color:#f97316;text-transform:uppercase;background:#ffedd5;border-radius:100px;padding:6px 12px;font-size:13px;font-weight:700}.product-description{margin-bottom:32px}.product-description h3{font-family:var(--font-serif);color:var(--home-text);margin-bottom:12px;font-size:20px;font-weight:700}.product-description p{color:var(--home-text-muted);margin:0;font-size:16px;line-height:1.6}.product-features h3{font-family:var(--font-serif);color:var(--home-text);margin-bottom:16px;font-size:20px;font-weight:700}.features-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.feature-check{color:var(--home-primary);font-weight:800}.product-availability{font-family:var(--font-sans);color:#10b981;letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:32px;font-size:14px;font-weight:700;display:flex}.status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.status-dot.unavailable{color:#ef4444}.purchase-actions{background:var(--home-card-bg);border-top:1px solid var(--home-border);z-index:100;gap:12px;padding:16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000014}@media (min-width:1024px){.purchase-actions{box-shadow:none;background:0 0;border:none;margin-top:auto;padding:0;position:static}}.add-to-cart-btn,.buy-now-btn{height:52px;font-family:var(--font-sans);cursor:pointer;text-transform:uppercase;letter-spacing:.02em;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;font-size:15px;font-weight:700;transition:all .2s;display:flex}.add-to-cart-btn:hover{background:var(--home-text);color:var(--home-bg)}.buy-now-btn{background:var(--home-primary);color:#fff;box-shadow:0 8px 20px rgba(var(--home-primary), .25);border:none}.buy-now-btn:hover{box-shadow:0 12px 24px rgba(var(--home-primary), .35);transform:translateY(-2px)}.quantity-stepper{background:var(--home-bg);border:2px solid var(--home-border);border-radius:12px;flex-shrink:0;justify-content:space-between;align-items:center;width:120px;height:52px;padding:0 4px;display:flex}.qty-value{font-family:var(--font-mono);color:var(--home-text);font-size:18px;font-weight:700}.qty-btn{cursor:pointer;width:40px;height:40px;color:var(--home-text);background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.qty-btn:hover{color:var(--home-primary);transform:scale(1.05)}.related-products-section{margin-top:64px}.product-description h3{color:var(--home-text);margin:0 0 12px;font-size:18px;font-weight:600}.product-description p{margin:0;line-height:1.6}.product-features{margin-bottom:32px}.product-features h3{color:var(--home-text);margin:0 0 16px;font-size:18px;font-weight:600}.features-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.feature-item{color:var(--home-text-muted);align-items:center;gap:12px;font-size:15px;display:flex}.feature-check{color:var(--home-primary);justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.product-availability{align-items:center;gap:8px;margin-bottom:32px;font-size:14px;font-weight:500;display:flex}.status-dot{border-radius:50%;width:8px;height:8px}.status-dot.available{background:#10b981}.status-dot.unavailable{background:#ef4444}.purchase-actions{gap:16px;margin-top:auto;display:flex}.add-to-cart-btn,.buy-now-btn{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;height:48px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.add-to-cart-btn{background:var(--home-card-bg);border:2px solid var(--home-primary);color:var(--home-primary)}.add-to-cart-btn:hover{background:var(--secondary)}.quantity-stepper{background:var(--home-card-bg);border:2px solid var(--home-primary);border-radius:12px;flex:1;justify-content:space-between;align-items:center;height:48px;padding:0 8px;display:flex}.qty-btn{width:32px;height:32px;color:var(--home-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .2s;display:flex}.qty-btn:hover{background:#0000000d}.qty-value{color:var(--home-text);font-size:18px;font-weight:700}.buy-now-btn{background:var(--home-primary);color:#fff;border:none}.buy-now-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 4px 12px #ff7e5f4d}.product-not-found{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.back-button{background:var(--home-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;display:flex}
