.horizontal-slider{position:relative;width:100%}.horizontal-slider .horizontal-scroll-wrapper{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:8px 4px;gap:var(--item-gap,16px);scrollbar-width:none}.horizontal-slider .horizontal-scroll-wrapper::-webkit-scrollbar{display:none}.horizontal-slider .horizontal-scroll-wrapper.is-scrolling{scroll-behavior:auto}.horizontal-slider .horizontal-scroll-wrapper.grabbing{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.horizontal-slider .horizontal-scroll-wrapper.is-dragging{scroll-behavior:auto!important}.horizontal-slider .navigation-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;z-index:10;transition:all .2s ease;background-color:var(--primary-color)!important;color:var(--primary-text)!important;border:none!important}.horizontal-slider .navigation-arrow:hover{background-color:var(--primary-hover)!important;color:var(--primary-text)!important}.horizontal-slider .navigation-arrow:focus{box-shadow:0 0 0 .25rem rgba(var(--primary-color-rgb,27,56,98),.25)!important}.horizontal-slider .navigation-arrow.hidden{opacity:0;visibility:hidden;pointer-events:none}.horizontal-slider .navigation-arrow.prev-arrow{left:10px}.horizontal-slider .navigation-arrow.next-arrow{right:10px}.product-carousel{height:340px;width:220px;min-width:220px;max-width:220px;display:flex;flex-direction:column;overflow:hidden;background-color:var(--card-color);color:var(--card-text);border:1px solid var(--card-border)}.product-carousel:hover{background-color:var(--card-hover);color:var(--card-text);transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.product-carousel .card-header{flex-shrink:0;min-height:3px;padding:.5rem!important;background-color:var(--card-color);color:var(--card-text)}.product-carousel .product-image-container{height:140px;overflow:hidden;padding:0;flex-shrink:0;background-color:var(--card-color)}.product-carousel .card-body{flex:1 1;padding:.75rem!important;display:flex;flex-direction:column;overflow:hidden;background-color:var(--card-color);color:var(--card-text)}.product-carousel .card-title{font-size:.9rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:.5rem!important;min-height:2.4em;max-height:2.4em;color:var(--card-text)}.product-carousel .card-footer{flex-shrink:0;border-top:1px solid var(--card-border);display:flex;justify-content:space-between;align-items:center;gap:.375rem;background-color:var(--card-color);color:var(--card-text)}.product-carousel .card-footer .quantity-control{max-width:80px;min-width:70px;background-color:var(--card-color);border:1px solid var(--card-border)}.product-carousel .card-footer .quantity-control .quantity-btn{width:24px;height:26px;padding:0;font-size:.65rem;background-color:var(--card-border);color:var(--card-text);border:none}.product-carousel .card-footer .quantity-control .quantity-btn:hover{background-color:var(--card-text);color:var(--card-color)}.product-carousel .card-footer .quantity-control .quantity{width:26px;font-size:.75rem;padding:0 .25rem;background-color:var(--card-color);color:var(--card-text)}.product-carousel .card-footer .btn{font-size:.7rem;padding:.2rem .4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:var(--card-border);color:var(--card-text);border:1px solid var(--card-border)}.product-carousel .card-footer .btn:hover{background-color:var(--card-text);color:var(--card-color)}.product-carousel .card-footer .btn.btn-outline-secondary{max-width:60px;background-color:rgba(0,0,0,0);color:var(--card-text);border:1px solid var(--card-border)}.product-carousel .card-footer .btn.btn-outline-secondary:hover,.product-carousel .card-footer .btn.btn-primary{background-color:var(--card-text);color:var(--card-color)}.product-carousel .card-footer .btn.btn-primary{max-width:80px;border:1px solid var(--card-text)}.product-carousel .card-footer .btn.btn-primary:hover{background-color:var(--card-border);color:var(--card-text)}.product-carousel .product-description{font-size:.85rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-carousel .product-description-expanded{font-size:.85rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;line-clamp:6;overflow:hidden;max-height:none}.product-carousel.no-image .product-image-container{display:none}.product-carousel.no-image .card-header{padding:.75rem .75rem 0;background:rgba(0,0,0,0);border:none}.product-carousel.no-image .card-body{padding:.75rem;flex:1 1}.product-carousel.no-image .card-title{-webkit-line-clamp:3;line-clamp:3;min-height:3.6em;max-height:3.6em}.product-carousel.no-image .product-description-expanded{margin-bottom:auto}.product-carousel.no-image .card-text.product-description-expanded,.product-carousel.no-image .product-description-expanded{-webkit-line-clamp:unset!important;line-clamp:unset!important;overflow:visible!important;height:auto!important;max-height:none!important}.product-carousel.no-image .card-text.product-description-expanded{display:block!important}.product-carousel.compact-card{height:auto!important;min-height:120px!important}.product-carousel.compact-card .card-header{padding:.5rem!important;min-height:0!important}.product-carousel.compact-card .card-body{padding:.5rem!important;gap:.25rem;justify-content:space-between}.product-carousel.compact-card .card-title{margin-bottom:.25rem!important;font-size:.9rem}.product-carousel.compact-card .card-footer{padding:.25rem!important}.product-card-grid{--grid-shadow-light:0 2px 8px rgba(0,0,0,0.1);--grid-shadow-hover:0 8px 20px rgba(0,0,0,0.15);--overlay-gradient:linear-gradient(0deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 50%,transparent);position:relative;overflow:hidden;border-radius:8px;cursor:pointer;aspect-ratio:auto;min-height:280px;box-shadow:var(--grid-shadow-light);transition:all .3s ease;display:flex;flex-direction:column;width:100%;min-width:180px}.product-card-grid .grid-details-btn{background-color:var(--card-color)!important;border-color:var(--card-border)!important;color:var(--card-text)!important}.product-card-grid .grid-details-btn:hover{background-color:var(--card-text)!important;border-color:var(--card-text)!important;color:var(--card-color)!important}.product-card-grid .grid-details-btn:focus{box-shadow:0 0 0 .2rem rgba(51,51,51,.25)!important}.product-card-grid.selected-product{box-shadow:0 0 0 2px var(--card-text),var(--grid-shadow-hover)!important;transform:translateY(-2px)!important}.product-card-grid.selected-product:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,var(--card-text),var(--card-border));border-radius:inherit;z-index:-1;opacity:.8}.product-card-grid.no-image{background:var(--card-color);color:var(--card-text);border:1px solid var(--card-border);padding:1rem}.product-card-grid.no-image .position-absolute.bottom-0{position:relative!important;bottom:auto!important;background:rgba(0,0,0,0)!important;color:var(--card-text)!important;padding:0!important;height:100%;display:flex;flex-direction:column}.product-card-grid.no-image .position-absolute.bottom-0 h6{color:var(--card-text)!important;text-shadow:none!important;display:block!important;-webkit-line-clamp:2!important;line-clamp:2!important;overflow:hidden!important;margin-bottom:1rem;padding-bottom:.5rem}.product-card-grid.no-image .position-absolute.top-0{position:relative!important;top:auto!important;padding:0 0 .75rem!important}.product-card-grid.no-image .position-absolute.top-0.bg-dark{display:none}.product-card-grid.no-image .d-flex.justify-content-between{margin-top:auto}@media(max-width:768px){.product-card-grid{min-height:180px!important}.product-card-grid h6{font-size:.8rem!important}.product-card-grid .position-absolute.bottom-0,.product-card-grid .position-absolute.top-0{padding:.75rem!important}}@media(max-width:576px){.product-card-grid{min-height:160px!important}.product-card-grid .position-absolute.bottom-0,.product-card-grid .position-absolute.top-0{padding:.6rem!important}.product-card-grid .d-flex.gap-2{gap:.5rem!important}.product-card-grid .rounded-circle{width:28px!important;height:28px!important}}.product-clothing{display:grid;grid-template-columns:1fr 2.2fr;grid-column-gap:1rem;column-gap:1rem;grid-gap:0;gap:0;min-height:180px;max-height:none;border-radius:12px;overflow:visible;position:relative;background:var(--card-color);border:1px solid var(--card-border);height:auto;width:100%;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.product-clothing:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.product-clothing:hover .product-clothing-image-container{background-color:var(--card-hover)}.product-clothing .badges-container{position:absolute;top:.75rem;left:.75rem;right:.75rem;z-index:10;display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.product-clothing .product-clothing-image-container{height:100%;min-height:180px;max-height:none;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--card-color);padding:0;transition:all .3s ease;border-radius:12px 0 0 12px}.product-clothing .product-clothing-image-container:hover{transform:scale(1.02)}.product-clothing .product-clothing-image-container img{border-radius:0;width:100%;height:100%}.product-clothing .clothing-body{display:flex;flex-direction:column;justify-content:space-between;min-height:160px;gap:.5rem;overflow:visible;padding:1rem 1rem 1.25rem}.product-clothing .clothing-content{flex-grow:1;display:flex;flex-direction:column;gap:.75rem}.product-clothing .clothing-title{font-size:.95rem;font-weight:600;margin-bottom:0;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--card-text)}.product-clothing .product-description{-webkit-line-clamp:2;line-clamp:2}.product-clothing .product-description,.product-clothing .product-description-expanded{font-size:.8rem;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;margin:0;color:var(--text-muted);flex-grow:1}.product-clothing .product-description-expanded{-webkit-line-clamp:3;line-clamp:3}.product-clothing .price-section{margin:.25rem 0;display:flex;align-items:center}.product-clothing .price-with-discount{display:flex;flex-direction:column;gap:.25rem}.product-clothing .original-price{font-size:.9rem;color:var(--text-muted);text-decoration:line-through}.product-clothing .current-price,.product-clothing .discounted-price{font-size:1.1rem;font-weight:700;color:var(--card-text)}.product-clothing .clothing-actions{margin-top:.75rem;gap:.75rem;padding:0 .25rem}.product-clothing.selected-product{background-color:var(--card-text)!important;border-color:var(--card-text)!important;box-shadow:0 0 8px rgba(51,51,51,.4)}.product-clothing.selected-product .clothing-body{background-color:rgba(0,0,0,0)!important}.product-clothing.selected-product .product-clothing-image-container{background-color:var(--card-text)!important}.product-clothing.selected-product .clothing-title,.product-clothing.selected-product .current-price,.product-clothing.selected-product .discounted-price,.product-clothing.selected-product .original-price,.product-clothing.selected-product .product-description,.product-clothing.selected-product .product-description-expanded{color:var(--card-color)!important}.product-clothing.selected-product .text-muted{color:var(--card-hover)!important}.product-clothing.selected-product .badge-discount,.product-clothing.selected-product .details-btn{background-color:var(--card-color)!important;color:var(--card-text)!important}.product-clothing.selected-product .details-btn{border-color:var(--card-color)!important}.product-clothing.selected-product .details-btn:hover{background-color:var(--card-hover)!important}.product-clothing.no-image{grid-template-columns:1fr;min-height:160px;max-height:none;padding-inline:.75rem}.product-clothing.no-image .product-clothing-image-container{display:none}.product-clothing.no-image .badges-container{position:relative;top:auto;left:auto;right:auto;padding:.75rem .75rem 0;margin-bottom:.5rem}.product-clothing.no-image .clothing-body{padding:1.25rem 1.5rem;justify-content:space-between;height:100%}.product-clothing.no-image .clothing-content{flex:1 1;display:flex;flex-direction:column}.product-clothing.no-image .product-description-expanded{-webkit-line-clamp:3;line-clamp:3;flex:1 1;margin-bottom:.75rem}.product-clothing.no-image .clothing-actions{margin-bottom:.25rem;gap:.5rem;flex-direction:row;justify-content:space-between;padding:.5rem .25rem 0}.product-clothing.no-image .clothing-actions .add-to-cart-btn,.product-clothing.no-image .clothing-actions .details-btn,.product-clothing.no-image .clothing-actions .quantity-control-clothing{flex:1 1;max-width:none}@media(max-width:900px){.product-clothing{grid-template-columns:1fr 2.2fr;min-height:180px}.product-clothing .product-clothing-image-container{min-height:180px}.product-clothing .clothing-body{padding:.875rem;gap:.5rem}.product-clothing .clothing-title{font-size:1rem;-webkit-line-clamp:2;line-clamp:2}.product-clothing .product-description{font-size:.85rem;-webkit-line-clamp:2;line-clamp:2}.product-clothing .current-price,.product-clothing .discounted-price{font-size:1.2rem}.product-clothing .price-section{margin:.5rem 0}.product-clothing .clothing-actions{gap:.375rem;min-height:34px;padding:0 .25rem;margin-bottom:.25rem}.product-clothing .clothing-actions .add-to-cart-btn,.product-clothing .clothing-actions .details-btn{font-size:.75rem;padding:.375rem .5rem}.product-clothing .clothing-actions .quantity-control-clothing{height:34px}.product-clothing .clothing-actions .quantity-control-clothing .quantity-btn{width:30px;height:34px;font-size:.7rem}.product-clothing .clothing-actions .quantity-control-clothing .quantity-display{font-size:.8rem;padding:0 .25rem;height:34px}}@media(max-width:600px){.product-clothing{grid-template-columns:1fr 1.5fr;min-height:170px}.product-clothing .product-clothing-image-container{min-height:170px}.product-clothing .clothing-body{padding:.75rem;gap:.375rem}.product-clothing .clothing-title{font-size:.9rem;-webkit-line-clamp:2;line-clamp:2;line-height:1.2}.product-clothing .product-description,.product-clothing .product-description-expanded{font-size:.8rem;-webkit-line-clamp:2;line-clamp:2;line-height:1.3}.product-clothing .current-price,.product-clothing .discounted-price{font-size:1.05rem}.product-clothing .original-price{font-size:.75rem}.product-clothing .price-section{margin:.4rem 0}.product-clothing .clothing-actions{gap:.25rem;min-height:30px;padding:0 .2rem;margin-bottom:.2rem}.product-clothing .clothing-actions .add-to-cart-btn,.product-clothing .clothing-actions .details-btn{font-size:.7rem;padding:.25rem .375rem}.product-clothing .clothing-actions .quantity-control-clothing{height:30px}.product-clothing .clothing-actions .quantity-control-clothing .quantity-btn{width:24px;height:30px;font-size:.65rem}.product-clothing .clothing-actions .quantity-control-clothing .quantity-display{font-size:.75rem;padding:0 .2rem;height:30px;min-width:24px}}.product-list{width:100%;min-height:140px;border-radius:8px;overflow:hidden;margin-bottom:1rem;background:var(--card-color);border:1px solid var(--card-border);box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer}.product-list:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.12);border-color:var(--card-text)}.product-list.selected-product{border-color:var(--card-text);box-shadow:0 0 0 2px rgba(51,51,51,.25);background-color:var(--card-text)}.product-list.selected-product .current-price,.product-list.selected-product .discounted-price,.product-list.selected-product .list-description,.product-list.selected-product .list-description-expanded,.product-list.selected-product .list-title,.product-list.selected-product .original-price{color:var(--card-color)!important}.product-list .list-body{padding:0!important;height:100%;min-height:100px;width:100%}.product-list .list-body .row{height:100%;margin:0}.product-list .list-image-col{position:relative;display:flex;align-items:stretch;padding:0}.product-list .list-image-container{width:100%;height:100%;min-height:170px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--card-color);border-right:1px solid var(--card-border)}.product-list .list-image-container img{transition:transform .3s ease}.product-list .list-image-container:hover img{transform:scale(1.05)}.product-list .list-discount-badge{position:absolute;top:.5rem;left:.5rem;z-index:10;background-color:var(--card-border)!important;color:var(--card-text)!important;font-size:.7rem;padding:.25rem .5rem;border-radius:4px;display:flex;align-items:center;gap:.25rem}.product-list .list-content-col{display:flex;flex-direction:column;padding:.75rem}.product-list .list-content{height:100%;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.product-list .list-badges-row{display:flex;gap:.5rem;align-items:center}.product-list .list-title{font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;color:var(--card-text);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-list .list-description{-webkit-line-clamp:2;line-clamp:2}.product-list .list-description,.product-list .list-description-expanded{font-size:.85rem;line-height:1.4;color:var(--text-muted);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;margin:0}.product-list .list-description-expanded{-webkit-line-clamp:3;line-clamp:3}.product-list .list-price-section{margin-top:auto;display:flex;align-items:center}.product-list .price-with-discount{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-list .original-price{font-size:.9rem;color:var(--text-muted);text-decoration:line-through;font-weight:500}.product-list .current-price,.product-list .discounted-price{font-size:1.1rem;font-weight:700;color:var(--card-text)}.product-list .list-actions-col{display:flex;align-items:center;justify-content:center;padding:.75rem;border-left:1px solid var(--card-border)}.product-list .list-actions{display:flex;flex-direction:column;gap:.5rem;align-items:stretch;width:100%;max-width:120px}.product-list .details-btn{font-size:.8rem;padding:.375rem .75rem;border-radius:4px;white-space:nowrap}.product-list .details-btn,.product-list .quantity-control-list{display:flex;align-items:center;justify-content:center;gap:.25rem}.product-list .quantity-control-list{background:var(--card-color);border:1px solid var(--card-border);border-radius:4px;padding:.25rem}.product-list .quantity-control-list .quantity-btn{width:28px;height:28px;padding:0;border:none;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;border-radius:2px}.product-list .quantity-control-list .quantity-btn:hover{background-color:var(--card-border)}.product-list .quantity-control-list .quantity{font-size:.9rem;font-weight:600;min-width:20px;text-align:center;color:var(--primary-color)}.product-list .add-to-cart-btn{font-size:.8rem;padding:.5rem .75rem;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:.25rem;white-space:nowrap}.product-list.no-image{min-height:120px}.product-list.no-image .list-image-container{display:none}.product-list.no-image .list-content-col{border-right:none}.product-list.no-image .list-actions-col{border-left:1px solid var(--card-border)}.product-list.no-image .list-title{-webkit-line-clamp:2;line-clamp:2}.product-list.no-image .list-description-expanded{-webkit-line-clamp:4;line-clamp:4}@media(max-width:768px){.product-list,.product-list .list-body{min-height:auto}.product-list .list-image-container{min-height:80px;border-right:none;border-bottom:1px solid var(--card-border)}.product-list .list-content-col{padding:.5rem}.product-list .list-actions-col{border-left:none;border-top:1px solid var(--card-border);padding:.5rem}.product-list .list-actions{flex-direction:row;gap:.5rem;max-width:none}.product-list .list-actions .add-to-cart-btn,.product-list .list-actions .details-btn,.product-list .list-actions .quantity-control-list{flex:1 1}.product-list .list-title{font-size:.9rem}.product-list .list-description,.product-list .list-description-expanded{font-size:.8rem;-webkit-line-clamp:2;line-clamp:2}.product-list.no-image .list-image-container{display:none}.product-list.no-image .list-content-col{border-right:none;flex:0 0 75%;max-width:75%}.product-list.no-image .list-actions-col{flex:0 0 25%;max-width:25%;border-left:1px solid var(--card-border);border-top:none}}@media(max-width:576px){.product-list{margin-bottom:.75rem}.product-list .list-actions-col,.product-list .list-content-col{padding:.5rem}.product-list .list-title{font-size:.85rem;margin-bottom:.25rem}.product-list .list-description,.product-list .list-description-expanded{font-size:.75rem;margin-bottom:.5rem}.product-list .add-to-cart-btn,.product-list .details-btn{font-size:.7rem;padding:.25rem .5rem}.product-list .current-price,.product-list .discounted-price{font-size:1rem}.product-list .original-price{font-size:.8rem}}.product-featured{display:flex;flex-direction:column;min-height:420px;width:240px;min-width:240px;max-width:240px;background:var(--card-color);border-radius:8px;height:auto;position:relative}.product-featured .badges-container{position:absolute;top:.5rem;left:.5rem;right:.5rem;z-index:10;display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;gap:.25rem;justify-content:flex-start}.product-featured .product-featured-image-container{position:relative;height:240px;width:240px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--card-color);margin:0 auto;border:1px solid var(--card-border);border-radius:8px;transition:transform .2s ease-in-out}.product-featured:hover .product-featured-image-container{transform:scale(1.03)}.product-featured.no-image{min-height:280px}.product-featured.no-image .product-featured-image-container{display:none}.product-featured.no-image .badges-container{position:relative;top:auto;left:auto;right:auto;margin-bottom:.75rem;padding:0}.product-featured.no-image .featured-body{padding:1rem;min-height:200px;display:flex;flex-direction:column}.product-featured.no-image .product-description-expanded{-webkit-line-clamp:10;line-clamp:10;flex:1 1;margin-bottom:1rem}.product-featured.no-image .price-section{margin-top:auto;margin-bottom:1rem}.product-featured .featured-body{padding:1rem!important;display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow:hidden}.product-featured .featured-title{font-size:.95rem;font-weight:600;margin-left:0;line-height:1.2}.product-featured .featured-title,.product-featured .product-description{margin-bottom:.5rem!important;padding-left:.5rem!important;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-featured .product-description{font-size:.8rem;line-height:1.3}.product-featured .product-description-expanded{font-size:.8rem;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:8;line-clamp:8;-webkit-box-orient:vertical;margin-bottom:.5rem!important;padding-left:.5rem!important}.product-featured .price-section{margin-top:auto;margin-bottom:.5rem;padding-left:.5rem!important}.product-featured .price-with-discount{display:flex;flex-direction:column;gap:.25rem}.product-featured .original-price{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.product-featured .current-price,.product-featured .discounted-price{font-size:1rem;font-weight:700;color:var(--card-text)}.product-featured .featured-footer{padding:.5rem .75rem!important;background:rgba(0,0,0,0)!important;border-top:1px solid var(--card-border);display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-shrink:0;overflow:hidden}.product-featured .featured-footer .details-btn{font-size:.75rem;padding:.3rem .5rem;white-space:nowrap;max-width:70px;overflow:hidden;text-overflow:ellipsis}.product-featured .featured-footer .add-to-cart-btn{flex:1 1;font-size:.75rem;padding:.3rem .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.product-featured .quantity-control-featured{display:flex;align-items:center;border:1px solid var(--card-border);border-radius:4px;overflow:hidden;background:var(--card-color);max-width:90px}.product-featured .quantity-control-featured .quantity-btn{width:24px;height:24px;padding:0;border:none;display:flex;align-items:center;justify-content:center;font-size:.7rem}.product-featured .quantity-control-featured .quantity-btn:focus{box-shadow:none}.product-featured .quantity-control-featured .quantity-display{width:28px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;background:var(--quantity-bg);color:var(--quantity-text);border-left:1px solid var(--quantity-border);border-right:1px solid var(--quantity-border);font-size:.75rem}@media(max-width:768px){.product-featured{min-height:340px;width:100%;max-width:100%}}@media(max-width:576px){.product-featured{min-height:280px}.product-featured .badges-container{position:static;margin-bottom:.25rem;flex-direction:row;align-items:center;gap:.5rem}.product-featured .featured-title{display:flex;align-items:center;gap:.5rem}.product-featured .badge-discount{margin-right:.5rem;margin-bottom:0!important}}.product-clothing-grid{display:flex;flex-direction:column;min-height:320px;border-radius:16px;overflow:hidden;position:relative;background:var(--card-color);border:1px solid var(--card-border);height:auto;width:100%}.product-clothing-grid:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.1);border-color:var(--card-text)}.product-clothing-grid:hover .clothing-grid-image-container{transform:scale(1.01)}.product-clothing-grid.no-image{min-height:200px}.product-clothing-grid.no-image .clothing-grid-badges-overlay{position:relative;top:auto;left:auto;margin:0 0 .75rem}.product-clothing-grid.no-image .clothing-grid-image-col{display:none}.product-clothing-grid.no-image .clothing-grid-content-col{flex:0 0 100%;max-width:100%;padding:0}.product-clothing-grid.no-image .clothing-grid-body{padding:1rem}.product-clothing-grid.no-image .clothing-grid-content{justify-content:space-between;gap:1rem;height:100%}.product-clothing-grid.no-image .clothing-grid-description{flex:1 1}.product-clothing-grid.no-image .clothing-grid-description .product-description-expanded{-webkit-line-clamp:6;line-clamp:6}.product-clothing-grid .clothing-grid-badges-overlay{position:absolute;top:12px;left:12px;z-index:10;opacity:.9;transition:all .3s ease}.product-clothing-grid .clothing-grid-badges-overlay .badge-discount{background:var(--card-border);color:var(--card-text);font-weight:700;font-size:.75rem;padding:6px 12px;border-radius:20px;box-shadow:0 4px 12px rgba(223,223,229,.4);border:2px solid hsla(0,0%,100%,.3)}.product-clothing-grid .clothing-grid-body{padding:.75rem;display:flex;flex-direction:column;flex-grow:1;min-height:0;height:100%;overflow:hidden;width:100%}.product-clothing-grid .clothing-grid-body .row{flex:1 1;min-height:0;margin:0!important}.product-clothing-grid .clothing-grid-body .row .col{padding:0 .5rem!important}.product-clothing-grid .clothing-grid-body .row .col:first-child{padding-left:0!important}.product-clothing-grid .clothing-grid-body .row .col:last-child{padding-right:0!important}.product-clothing-grid .clothing-grid-image-col{display:flex;align-items:stretch;justify-content:center;padding-right:.75rem;height:100%}.product-clothing-grid .clothing-grid-image-container{width:100%;min-height:250px;border-radius:4px;overflow:hidden;position:relative;background:var(--card-color);border:1px solid var(--card-border);transition:all .3s ease;display:flex;align-items:stretch}.product-clothing-grid .clothing-grid-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.05);z-index:1;transition:opacity .3s ease}.product-clothing-grid .clothing-grid-image-container img{position:relative;z-index:2;transition:transform .4s ease;transform-origin:center;object-fit:cover;width:100%;height:100%}.product-clothing-grid .clothing-grid-image-container:hover:before{opacity:.8}.product-clothing-grid .clothing-grid-image-container:hover img{transform:scale(1.03)}.product-clothing-grid .clothing-grid-no-image{width:100%;min-height:250px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:var(--card-color);border:1px solid var(--card-border);transition:all .4s ease;overflow:hidden}.product-clothing-grid .clothing-grid-no-image .no-image-placeholder{font-size:3rem;color:hsla(0,0%,100%,.8);text-shadow:0 2px 4px rgba(0,0,0,.3);transition:transform .4s ease}.product-clothing-grid .clothing-grid-no-image:hover .no-image-placeholder{transform:scale(1.1)}.product-clothing-grid .clothing-grid-content-col{display:flex;flex-direction:column;padding-left:.75rem}.product-clothing-grid .clothing-grid-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.product-clothing-grid .clothing-grid-title-section{margin-bottom:.5rem}.product-clothing-grid .clothing-grid-title-section .clothing-grid-title{font-size:1rem;font-weight:700;line-height:1.3;color:var(--card-text);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .25rem;letter-spacing:-.02em}.product-clothing-grid .clothing-grid-title-section .clothing-grid-variation{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted)}.product-clothing-grid .clothing-grid-title-section .clothing-grid-variation .variation-label{font-weight:600;color:var(--text-secondary)}.product-clothing-grid .clothing-grid-title-section .clothing-grid-variation .variation-value{background:var(--card-border);color:var(--card-text);padding:2px 8px;border-radius:12px;font-weight:600;font-size:.7rem}.product-clothing-grid .clothing-grid-description{margin-bottom:.5rem;flex-grow:1}.product-clothing-grid .clothing-grid-description .product-description{font-size:.85rem;line-height:1.4;color:var(--text-muted);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0}.product-clothing-grid .clothing-grid-description .product-description-expanded{font-size:.85rem;line-height:1.4;color:var(--text-muted);overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0}.product-clothing-grid .clothing-grid-price-section{margin-bottom:.75rem}.product-clothing-grid .clothing-grid-price-section .price-with-discount{display:flex;flex-direction:column;gap:.25rem}.product-clothing-grid .clothing-grid-price-section .original-price{font-size:.8rem;color:var(--text-muted);text-decoration:line-through;line-height:1}.product-clothing-grid .clothing-grid-price-section .discounted-price{font-size:1.1rem;font-weight:800;color:var(--card-text);line-height:1;text-shadow:0 1px 2px rgba(51,51,51,.2)}.product-clothing-grid .clothing-grid-price-section .current-price{font-size:1.1rem;font-weight:800;color:var(--card-text);line-height:1}.product-clothing-grid .clothing-grid-actions{margin-top:auto;flex-shrink:0}.product-clothing-grid .clothing-grid-actions .action-buttons{display:flex;flex-direction:column;gap:.5rem}.product-clothing-grid .clothing-grid-actions .details-btn{font-size:.75rem;padding:.3rem .6rem;border-radius:6px;font-weight:600;border:2px solid var(--card-text);color:var(--card-text);background:rgba(0,0,0,0);transition:all .3s ease}.product-clothing-grid .clothing-grid-actions .details-btn:hover{background:var(--card-text);color:var(--card-color);transform:translateY(-1px);box-shadow:0 4px 12px rgba(51,51,51,.3)}.product-clothing-grid .clothing-grid-actions .quantity-control-clothing-grid{display:flex;align-items:center;border:2px solid var(--card-border);border-radius:10px;overflow:hidden;background:var(--card-color);box-shadow:0 2px 8px rgba(0,0,0,.08)}.product-clothing-grid .clothing-grid-actions .quantity-control-clothing-grid .quantity-btn{width:28px;height:28px;padding:0;border:none;display:flex;align-items:center;justify-content:center;font-size:.8rem;background:var(--card-border);color:var(--text-secondary);transition:all .2s ease}.product-clothing-grid .clothing-grid-actions .quantity-control-clothing-grid .quantity-btn:hover{background:var(--card-text);color:var(--card-color)}.product-clothing-grid .clothing-grid-actions .quantity-control-clothing-grid .quantity-btn:focus{box-shadow:none;outline:none}.product-clothing-grid .clothing-grid-actions .quantity-control-clothing-grid .quantity-btn:first-child{border-right:1px solid var(--card-border)}.product-clothing-grid .clothing-grid-actions .quantity-control-clothing-grid .quantity-btn:last-child{border-left:1px solid var(--card-border)}.product-clothing-grid .clothing-grid-actions .quantity-control-clothing-grid .quantity-display{flex:1 1;height:28px;display:flex;align-items:center;justify-content:center;font-weight:700;background:var(--quantity-bg);color:var(--quantity-text);font-size:.9rem;min-width:30px;max-width:40px}.product-clothing-grid .clothing-grid-actions .add-btn{font-size:.75rem;padding:.4rem .8rem;border-radius:8px;font-weight:600;background:var(--card-text);border:none;color:var(--card-color);transition:all .3s ease}.product-clothing-grid .clothing-grid-actions .add-btn:hover{background:var(--card-border);transform:translateY(-1px)}.product-clothing-grid .clothing-grid-actions .add-btn:focus{outline:none;box-shadow:0 0 0 2px var(--card-text)}@media(max-width:768px){.product-clothing-grid{min-height:250px;width:100%;max-width:100%}.product-clothing-grid .clothing-grid-body{padding:.5rem}.product-clothing-grid .clothing-grid-image-container,.product-clothing-grid .clothing-grid-no-image{min-height:180px}.product-clothing-grid .clothing-grid-title{font-size:.9rem}.product-clothing-grid .clothing-grid-content-col,.product-clothing-grid .clothing-grid-image-col{padding-left:.5rem;padding-right:.5rem}}@media(max-width:576px){.product-clothing-grid{min-height:200px;width:100%;max-width:100%}.product-clothing-grid .clothing-grid-body{padding:.4rem}.product-clothing-grid .clothing-grid-image-container,.product-clothing-grid .clothing-grid-no-image{min-height:150px}.product-clothing-grid .clothing-grid-title{font-size:.85rem;-webkit-line-clamp:1;line-clamp:1}.product-clothing-grid .product-description,.product-clothing-grid .product-description-expanded{-webkit-line-clamp:1;line-clamp:1}.product-clothing-grid .action-buttons{gap:.25rem!important}.product-clothing-grid .details-btn{padding:.3rem .6rem;font-size:.75rem}.product-clothing-grid .quantity-control-clothing-grid .quantity-btn{width:28px;height:28px;font-size:.7rem}}.product-wide-card{width:100%;min-height:200px;box-shadow:0 4px 12px rgba(0,0,0,.12);border-radius:12px;overflow:hidden;margin-bottom:1rem}.product-wide-card .wide-card-body{padding:.875rem!important;overflow:hidden}.product-wide-card .wide-card-body .wide-card-grid{display:grid;grid-gap:1rem;gap:1rem;align-items:start;height:auto}.product-wide-card .wide-card-body .wide-card-grid.with-image-layout{grid-template-columns:4fr 6fr 3fr;grid-template-rows:auto}.product-wide-card .wide-card-body .wide-card-grid.no-image-layout{grid-template-columns:9fr 3fr;grid-template-rows:auto}@media(max-width:768px){.product-wide-card .wide-card-body .wide-card-grid.no-image-layout,.product-wide-card .wide-card-body .wide-card-grid.with-image-layout{grid-template-columns:1fr;gap:.75rem}}.product-wide-card .wide-card-image-container{height:180px;width:100%;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--card-border);position:relative}.product-wide-card .wide-card-image-container .discount-overlay{position:absolute;top:1rem;right:1rem;z-index:10}.product-wide-card .wide-card-image-container .discount-overlay .discount-badge{background:var(--card-border);color:var(--danger-text);font-size:.9rem;padding:.5rem .75rem;border-radius:20px}.product-wide-card.no-image{min-height:150px}.product-wide-card.no-image .product-description-expanded{-webkit-line-clamp:3;line-clamp:3;font-size:.95rem;line-height:1.4;margin-bottom:.5rem}.product-wide-card.no-image .wide-card-price-section{margin-top:.5rem;margin-bottom:.5rem;padding:0;border-top:none}.product-wide-card .wide-card-content{display:flex;flex-direction:column;justify-content:flex-start;height:100%}.product-wide-card .product-header .wide-card-title{font-size:1.5rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--card-text)}.product-wide-card .product-header .badges-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.product-wide-card .product-header .badges-row .badge-featured{background:var(--card-text);color:var(--primary-text);font-weight:600;font-size:.8rem;padding:.3rem .6rem}.product-wide-card .product-header .badges-row .badge-measure{background:var(--info-color);color:var(--info-text);font-weight:500;font-size:.8rem;padding:.3rem .6rem}.product-wide-card .product-description-wide{-webkit-line-clamp:3;line-clamp:3}.product-wide-card .product-description-expanded,.product-wide-card .product-description-wide{font-size:1rem;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;margin-bottom:1rem;padding:.5rem 0;color:var(--card-text)}.product-wide-card .product-description-expanded{-webkit-line-clamp:5;line-clamp:5}.product-wide-card .wide-card-price-section{margin-top:auto;padding:.5rem 0;border-top:1px solid var(--card-border)}.product-wide-card .price-with-discount-wide{display:flex;align-items:center;gap:1rem}.product-wide-card .original-price-wide{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through;font-weight:500}.product-wide-card .current-price-wide,.product-wide-card .discounted-price-wide{font-size:1.6rem;font-weight:700;color:var(--card-text)}.product-wide-card .wide-card-actions{display:flex;flex-direction:column;height:auto;justify-content:flex-start;align-items:stretch;gap:.5rem}.product-wide-card .details-btn-wide{font-size:.8rem;padding:.4rem .6rem;border-radius:6px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-wide-card .quantity-control-wide{width:100%}.product-wide-card .quantity-control-wide .quantity-controls{display:flex;align-items:center;border:2px solid var(--card-text);border-radius:8px;overflow:hidden;background:var(--white-color)}.product-wide-card .quantity-control-wide .quantity-controls .quantity-btn-wide{width:32px;height:32px;flex-shrink:0;padding:0;border:none;display:flex;align-items:center;justify-content:center;font-size:.8rem;border-radius:0}.product-wide-card .quantity-control-wide .quantity-controls .quantity-btn-wide:focus{box-shadow:none}.product-wide-card .quantity-control-wide .quantity-controls .quantity-display-wide{flex:1 1;min-width:36px;max-width:50px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;background:var(--quantity-bg);color:var(--quantity-text);border-left:2px solid var(--quantity-border);border-right:2px solid var(--quantity-border);font-size:.95rem}.product-wide-card .add-btn-wide{font-size:.9rem;padding:.5rem .8rem;border-radius:8px;font-weight:600;background:var(--card-text);border:none;transition:all .3s ease}.product-wide-card .add-btn-wide:hover{transform:translateY(-2px)}.product-wide-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.18);transition:all .3s ease}.product-wide-card:hover .wide-card-image-container{background:var(--card-border)}.product-wide-card.selected-product{border:2px solid var(--card-text);box-shadow:0 0 0 1px var(--card-text),0 8px 24px rgba(0,0,0,.18);background-color:var(--card-text)!important}.product-wide-card.selected-product .wide-card-body{background-color:rgba(0,0,0,0)!important}.product-wide-card.selected-product .current-price-wide,.product-wide-card.selected-product .discounted-price-wide,.product-wide-card.selected-product .original-price-wide,.product-wide-card.selected-product .product-description-expanded,.product-wide-card.selected-product .product-description-wide,.product-wide-card.selected-product .wide-card-title{color:var(--primary-text)!important}.product-wide-card.selected-product .text-muted{color:var(--overlay-light)!important}.product-wide-card.selected-product .badge-featured,.product-wide-card.selected-product .badge-measure{background-color:var(--primary-text)!important;color:var(--card-text)!important}.product-wide-card.selected-product .details-btn-mobile,.product-wide-card.selected-product .details-btn-wide{background-color:var(--primary-text)!important;color:var(--card-text)!important;border-color:var(--primary-text)!important}.product-wide-card.selected-product .details-btn-mobile:hover,.product-wide-card.selected-product .details-btn-wide:hover{background-color:var(--overlay-light)!important}.product-wide-card .mobile-actions{margin-top:.75rem}.product-wide-card .mobile-actions .details-btn-mobile{font-size:.75rem;padding:.3rem .5rem;border-radius:6px;font-weight:500;white-space:nowrap}.product-wide-card .mobile-actions .add-btn-mobile{font-size:.75rem;padding:.3rem .5rem;border-radius:6px;font-weight:600;white-space:nowrap}.product-wide-card .mobile-actions .quantity-control-mobile .quantity-controls-mobile{display:flex;align-items:center;border:1px solid var(--card-text);border-radius:6px;overflow:hidden;background:var(--white-color);height:32px}.product-wide-card .mobile-actions .quantity-control-mobile .quantity-btn-mobile{width:32px;height:32px;padding:0;border:none;display:flex;align-items:center;justify-content:center;font-size:.7rem;border-radius:0}.product-wide-card .mobile-actions .quantity-control-mobile .quantity-btn-mobile:focus{box-shadow:none}.product-wide-card .mobile-actions .quantity-control-mobile .quantity-display-mobile{flex:1 1;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;background:var(--bg-color);color:var(--font-color);border-left:1px solid var(--card-border);border-right:1px solid var(--card-border);font-size:.8rem}@media(max-width:768px){.product-wide-card{min-height:180px}.wide-card-body{padding:.625rem!important}.wide-card-image-container{height:120px;margin-bottom:.75rem}.product-header .wide-card-title{font-size:1.1rem!important;font-weight:600!important;margin-bottom:.5rem!important;line-height:1.3!important;-webkit-line-clamp:2;line-clamp:2}.product-header .badges-row{margin-bottom:.5rem!important}.product-header .badges-row .badge{font-size:.7rem;padding:.2rem .4rem}.product-description-expanded,.product-description-wide{font-size:.9rem!important;line-height:1.4!important;-webkit-line-clamp:3;line-clamp:3;margin-bottom:.75rem!important}.wide-card-price-section{margin-bottom:.5rem}.wide-card-price-section .price-with-discount-wide{flex-direction:column;align-items:flex-start;gap:.25rem}.wide-card-price-section .current-price-wide,.wide-card-price-section .discounted-price-wide{font-size:1.2rem!important}.wide-card-price-section .original-price-wide{font-size:.9rem!important}.mobile-actions{margin-top:.5rem}.mobile-actions .btn{padding:.2rem .3rem!important;font-size:.65rem!important}.row .col:first-child{order:1;margin-bottom:.75rem}.row .col:nth-child(2){order:2;margin-bottom:.5rem}.row .col:nth-child(3){order:3}.product-wide-card.no-image{min-height:140px}.product-wide-card.no-image .row .col:nth-child(2){flex:0 0 100%;max-width:100%;margin-bottom:.75rem}.product-wide-card.no-image .row .col:nth-child(3){flex:0 0 100%;max-width:100%;display:flex;align-items:flex-start;padding-left:0}.product-wide-card.no-image .wide-card-actions,.product-wide-card.no-image .wide-card-content{height:auto;justify-content:flex-start;gap:.5rem}.product-wide-card.no-image .wide-card-actions{align-items:flex-start;margin-top:0}.product-wide-card.no-image .product-description-expanded{-webkit-line-clamp:2;line-clamp:2;margin-bottom:.75rem!important}}@media(max-width:576px){.product-wide-card{min-height:160px;margin-bottom:.75rem}.wide-card-body{padding:.5rem!important}.wide-card-image-container{height:100px}.product-header .wide-card-title{font-size:1rem!important;font-weight:600!important}.product-header .badges-row .badge{font-size:.65rem;padding:.15rem .3rem}.product-description-expanded,.product-description-wide{font-size:.85rem!important;line-height:1.3!important;-webkit-line-clamp:2;line-clamp:2}.wide-card-price-section .current-price-wide,.wide-card-price-section .discounted-price-wide{font-size:1.1rem!important}.wide-card-price-section .original-price-wide{font-size:.8rem!important}.mobile-actions{margin-top:.75rem}.mobile-actions .add-btn-mobile,.mobile-actions .details-btn-mobile{font-size:.75rem;padding:.35rem .5rem}.mobile-actions .quantity-control-mobile .quantity-controls-mobile{height:28px}.mobile-actions .quantity-control-mobile .quantity-controls-mobile .quantity-btn-mobile{width:28px;height:28px;font-size:.65rem}.mobile-actions .quantity-control-mobile .quantity-controls-mobile .quantity-display-mobile{height:28px;font-size:.75rem}}.product-card-compact{display:flex;align-items:center;background:var(--card-color);border:1px solid var(--card-border);border-radius:6px;padding:.5rem;gap:.5rem;min-height:80px;max-height:80px;margin-bottom:.5rem;transition:all .2s ease;cursor:pointer;overflow:hidden}.product-card-compact:hover{border-color:var(--card-text);box-shadow:0 2px 8px rgba(0,0,0,.12);transform:translateY(-1px);background-color:var(--card-hover)}.product-card-compact.selected-product{border-color:var(--card-text);box-shadow:0 0 0 2px rgba(51,51,51,.25);background-color:var(--card-text)}.product-card-compact.selected-product .compact-price,.product-card-compact.selected-product .compact-title{color:var(--card-color)!important}.product-card-compact.no-image .compact-image-container{display:none}.product-card-compact.no-image .compact-info{padding-left:.75rem}.product-card-compact.no-image .compact-title{-webkit-line-clamp:3;line-clamp:3;max-height:3.6em}.product-card-compact .compact-image-container{position:relative;flex-shrink:0;width:60px;height:60px}.product-card-compact .compact-image-container .compact-image{width:100%;height:100%;object-fit:cover;border-radius:4px;background:var(--card-color)}.product-card-compact .compact-image-container .compact-discount-badge{position:absolute;top:-4px;right:-4px;background:var(--card-border);color:var(--card-text);font-size:.6rem;padding:.1rem .3rem;border-radius:3px;font-weight:600;min-width:auto}.product-card-compact .compact-content{display:flex;flex:1 1;justify-content:space-between;align-items:center;min-width:0;gap:.5rem;overflow:hidden}.product-card-compact .compact-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.product-card-compact .compact-title{font-size:.8rem;font-weight:600;margin:0 0 .5rem;line-height:1.2;color:var(--card-text);cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:2.4em;padding-right:.5rem}.product-card-compact .compact-title:hover{color:var(--card-border)}.product-card-compact .compact-price{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600}.product-card-compact .compact-price .price-discounted{color:var(--card-text);font-weight:700}.product-card-compact .compact-price .price-original{color:var(--text-muted);text-decoration:line-through;font-size:.65rem}.product-card-compact .compact-price .price-current{color:var(--card-text);font-weight:700}.product-card-compact .compact-controls{flex-shrink:0;display:flex;align-items:center;max-width:100px}.product-card-compact .quantity-controls-compact{display:flex;align-items:center;gap:2px;background:var(--card-color);border-radius:4px;padding:2px}.product-card-compact .quantity-controls-compact .qty-btn{width:22px;height:22px;padding:0;border:none;border-radius:2px;display:flex;align-items:center;justify-content:center}.product-card-compact .quantity-controls-compact .qty-btn:hover{background:var(--card-text);color:var(--card-color)}.product-card-compact .quantity-controls-compact .qty-display{min-width:18px;text-align:center;font-size:.7rem;font-weight:600;color:var(--card-text)}.product-card-compact .compact-actions{display:flex;gap:.25rem}.product-card-compact .compact-actions .action-btn{width:26px;height:26px;padding:0;border-radius:4px;display:flex;align-items:center;justify-content:center}.product-card-compact .compact-actions .action-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:576px){.product-card-compact{padding:.5rem;min-height:60px;max-height:60px}.product-card-compact .compact-image-container{width:50px;height:50px}.product-card-compact .compact-title{font-size:.75rem;-webkit-line-clamp:1;line-clamp:1;max-height:1.2em}.product-card-compact .compact-price{font-size:.7rem}.product-card-compact .compact-price .price-original{font-size:.6rem}.product-card-compact .action-btn{width:24px;height:24px}.product-card-compact .qty-btn{width:20px;height:20px}}:root{--card-content-padding:1rem;--card-content-padding-sm:0.75rem;--card-content-padding-xs:0.5rem;--card-content-gap:0.5rem;--card-content-gap-sm:0.375rem;--card-content-gap-xs:0.25rem}.product-card{background-color:var(--card-color)!important;color:var(--card-text)!important;border:1px solid var(--card-border)!important;border-radius:.5rem;transition:all .3s ease;cursor:pointer;overflow:hidden}.product-card,.product-card *{box-sizing:border-box}.product-card:hover{transform:translateY(-5px);background-color:var(--card-hover)!important;box-shadow:0 10px 20px rgba(0,0,0,.15)}.product-card .product-image-container{position:relative;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--card-color);border:1px solid var(--card-border)}.product-card .product-description{font-size:.85rem;height:40px;max-height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--text-muted);margin-bottom:.5rem;padding:0 .25rem}.product-card.no-image .product-image-container{display:none}.product-card.no-image .card-body{padding:1rem}.product-card.no-image .product-description,.product-card.no-image .product-description-expanded{-webkit-line-clamp:4;line-clamp:4;height:auto;max-height:5.2em}.product-card .quantity-control{display:flex;align-items:center;border-radius:4px;overflow:hidden;min-width:90px;background-color:var(--card-color);border:1px solid var(--card-border)}.product-card .quantity-control .quantity-btn{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;background-color:var(--card-border);border:none;color:var(--card-text)}.product-card .quantity-control .quantity-btn:hover{background-color:var(--card-text);color:var(--card-color)}.product-card .quantity-control .quantity-btn:focus{box-shadow:none}.product-card .quantity-control .quantity{width:32px;text-align:center;font-weight:700;padding:0 8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--card-color);color:var(--card-text)}.product-card .badge-discount,.product-card .badge-info,.product-card .badge-measure{background-color:var(--card-border)!important;color:var(--card-text)!important}.product-card .price-discounted{color:var(--card-text);font-weight:700}.product-card .current-price{color:var(--card-text);font-weight:600}.product-card .original-price{color:var(--text-muted);text-decoration:line-through}.product-card.selected-product{background-color:var(--card-hover)!important;border-color:var(--card-hover)!important;box-shadow:0 0 8px rgba(51,51,51,.3)}.product-card.selected-product .card-text,.product-card.selected-product .card-title,.product-card.selected-product .clothing-grid-title,.product-card.selected-product .clothing-grid-variation,.product-card.selected-product .clothing-title,.product-card.selected-product .compact-current-price,.product-card.selected-product .compact-discounted-price,.product-card.selected-product .compact-original-price,.product-card.selected-product .compact-title,.product-card.selected-product .current-price,.product-card.selected-product .current-price-wide,.product-card.selected-product .discounted-price,.product-card.selected-product .discounted-price-wide,.product-card.selected-product .h4,.product-card.selected-product .h5,.product-card.selected-product .h6,.product-card.selected-product .mini-current-price,.product-card.selected-product .mini-discounted-price,.product-card.selected-product .mini-original-price,.product-card.selected-product .mini-title,.product-card.selected-product .original-price,.product-card.selected-product .original-price-wide,.product-card.selected-product .price-discounted,.product-card.selected-product .product-description,.product-card.selected-product .product-description-expanded,.product-card.selected-product .product-description-wide,.product-card.selected-product .product-title,.product-card.selected-product .text-muted,.product-card.selected-product .wide-card-title{color:var(--card-text)!important}.product-card.selected-product .badge-discount,.product-card.selected-product .badge-info,.product-card.selected-product .badge-measure,.product-card.selected-product .compact-discount-badge,.product-card.selected-product .mini-discount-badge{background-color:var(--card-text)!important;color:var(--card-color)!important}.product-card.selected-product .btn-outline-secondary,.product-card.selected-product .details-btn,.product-card.selected-product .details-btn-wide{background-color:var(--card-text)!important;color:var(--card-color)!important;border-color:var(--card-text)!important}.product-card.selected-product .quantity-control{background-color:var(--card-color);border-color:var(--card-hover)}.product-card.selected-product .quantity-control .quantity-btn{background-color:var(--card-hover);color:var(--card-text)}.product-card.selected-product .quantity-control .quantity,.product-card.selected-product .quantity-control .quantity-btn:hover{background-color:var(--card-color);color:var(--card-text)}.product-card.selected-product .card-footer{background-color:rgba(0,0,0,0)!important}.product-card .card-body,.product-card .card-footer,.product-card .card-header{background-color:inherit!important;overflow:hidden}.product-card.product-clothing{box-shadow:0 4px 8px rgba(0,0,0,.1)}.product-card.product-clothing:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.18)}.product-card.product-list{margin-bottom:.5rem;width:100%!important;max-width:100%!important}.product-card.product-list:hover{transform:translateY(-2px)}.product-card.product-mini{box-shadow:0 2px 4px rgba(0,0,0,.08)}.product-card.product-mini:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.12)}.product-card.product-clothing-grid{box-shadow:0 3px 6px rgba(0,0,0,.1);border-radius:8px}.product-card.product-clothing-grid:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.product-card.product-wide-card{box-shadow:0 6px 20px rgba(0,0,0,.12);border-radius:12px}.product-card.product-wide-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.2)}.product-card.product-compact{box-shadow:0 1px 3px rgba(0,0,0,.08);border-radius:6px}.product-card.product-compact:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.12)}.product-detail-row{display:flex;flex-wrap:wrap}@media(min-width:768px){.product-images-column,.product-info-column{flex:0 0 50%;max-width:50%}}.card-selected-variant-products,.card-variation{background-color:var(--bg-color)!important}.product-images-swiper{width:95%;position:relative;height:300px;margin-left:10px}@media(min-width:768px){.product-images-swiper{width:100%;height:300px}}.product-images-swiper .swiper{width:100%;height:100%}.product-images-swiper .swiper-slide{background:var(--bg-color)}.product-images-swiper .swiper-button-next,.product-images-swiper .swiper-button-prev{color:var(--primary-color)}.product-images-swiper .swiper-pagination-bullet-active{background:var(--primary-color)}@media(min-width:992px){.product-images-swiper .swiper-slide{min-height:250px}.product-detail-modal .modal-lg{max-width:900px}}.product-price-container{margin-bottom:1rem}.product-price-container .original-price{margin-bottom:.2rem}.product-price-container .discounted-price{color:var(--primary-color)!important;font-size:1.8rem}.badge-info{background-color:var(--info-color)!important;color:var(--info-text)!important}.badge-discount{background-color:var(--danger-color)!important;color:var(--danger-text)!important}.badge-measure{background-color:var(--primary-color)!important;color:var(--primary-text)!important}.product-info-column .card-body p{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.product-detail-modal.modal-large{padding:0 1rem!important;top:60px!important}@media(min-width:992px){.product-detail-modal.modal-large{padding:0 2rem!important}}@media(max-width:767px){.product-detail-modal.modal-large{top:50px!important;padding:0 .5rem!important}}.product-detail-modal.modal-large .modal-dialog{margin:0 auto;max-width:1400px;width:100%;height:calc(100vh - 60px)!important;max-height:calc(100vh - 60px)!important;min-height:calc(100vh - 60px)!important}@media(max-width:767px){.product-detail-modal.modal-large .modal-dialog{height:calc(100vh - 50px)!important;max-height:calc(100vh - 50px)!important;min-height:calc(100vh - 50px)!important}}.product-detail-modal.modal-large .modal-content{height:100%;border:none;border-radius:8px;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,.15)}.product-detail-modal.modal-large .modal-header{flex-shrink:0;border-radius:8px 8px 0 0;background:var(--bg-color);border-bottom:1px solid var(--border-color,#dee2e6);padding:.75rem 1.5rem}.product-detail-modal.modal-large .modal-header .modal-title{font-size:1.25rem;font-weight:600;padding-right:2rem}.product-detail-modal.modal-large .modal-header .btn-close{position:relative;z-index:10}.product-detail-modal.modal-large .modal-body{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:0}.product-detail-modal.modal-large .modal-footer{flex-shrink:0;border-radius:0;background:var(--bg-color);border-top:1px solid var(--border-color,#dee2e6);padding:.5rem 1.5rem}.modal-large-layout{padding:0}.modal-large-layout .large-modal-gallery{width:100%;position:relative;background:var(--bg-color,#f8f9fa);overflow:hidden}.modal-large-layout .large-modal-gallery .large-modal-swiper{width:100%;height:50vh;min-height:350px;max-height:550px}@media(min-width:768px){.modal-large-layout .large-modal-gallery .large-modal-swiper{height:45vh;min-height:400px;max-height:600px}}@media(min-width:1200px){.modal-large-layout .large-modal-gallery .large-modal-swiper{height:50vh;min-height:450px;max-height:700px}}.modal-large-layout .large-modal-gallery .large-modal-swiper .swiper-slide{background:var(--bg-color,#f8f9fa)}.modal-large-layout .large-modal-gallery .large-modal-swiper .swiper-button-next,.modal-large-layout .large-modal-gallery .large-modal-swiper .swiper-button-prev{color:var(--primary-color);background:hsla(0,0%,100%,.9);width:50px;height:50px;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.15)}.modal-large-layout .large-modal-gallery .large-modal-swiper .swiper-button-next:after,.modal-large-layout .large-modal-gallery .large-modal-swiper .swiper-button-prev:after{font-size:20px}.modal-large-layout .large-modal-gallery .large-modal-swiper .swiper-pagination-bullet-active{background:var(--primary-color)}.modal-large-layout .large-modal-content{background:var(--bg-color);padding:1.5rem}@media(min-width:992px){.modal-large-layout .large-modal-content{padding:2rem 3rem}}.modal-large-layout .large-description{font-size:1rem;line-height:1.7;max-height:none!important;overflow:visible!important}@media(min-width:992px){.modal-large-layout .large-description{font-size:1.1rem}}.modal-large-layout .large-modal-recommendations{padding:1.5rem;border-top:1px solid var(--border-color,#dee2e6);background:var(--bg-color)}@media(min-width:992px){.modal-large-layout .large-modal-recommendations{padding:2rem 3rem}}.modal-large-layout .large-modal-recommendations .card{background:rgba(0,0,0,0)}.modal-large-layout .large-modal-recommendations .card .card-body{padding:0}.product-description{overflow:hidden;border-radius:4px}.product-description h1,.product-description h2,.product-description h3,.product-description h4,.product-description h5,.product-description h6{margin-top:.5rem;margin-bottom:.5rem}.product-description ol,.product-description ul{padding-left:1.5rem;margin-bottom:.5rem}.product-description table{width:100%;border-collapse:collapse;margin-bottom:.5rem}.product-description table td,.product-description table th{border:1px solid var(--border-color,#dee2e6);padding:.25rem .5rem;font-size:.8rem}.product-description>*{max-width:100%;overflow-wrap:break-word}.product-description img{max-width:100%;height:auto}.product-detail-modal:not(.modal-large) .product-info-column{overflow:hidden}.product-detail-modal:not(.modal-large) .product-info-column .product-description{background:rgba(0,0,0,0)}.quantity-control-card{border-radius:12px!important;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid var(--border-color,#dee2e6)!important}.quantity-control-card .card-body{padding:0!important;display:flex;justify-content:space-between;align-items:center}.quantity-control-card .quantity-btn{border-radius:0!important;padding:.75rem 1.25rem!important;min-width:56px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-control-card .quantity-btn:hover{opacity:.9}.quantity-control-card .quantity-btn:first-of-type{border-radius:12px 0 0 12px!important}.quantity-control-card .quantity-btn:last-of-type{border-radius:0 12px 12px 0!important}.quantity-control-card .quantity-display{flex-grow:1;text-align:center;font-size:1.25rem;font-weight:600;padding:.75rem 1rem;min-width:60px}.price-action-card{border-radius:16px!important;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);border:none!important}.price-action-card .card-body{padding:1.25rem!important}.price-action-card .btn-add-cart{border-radius:12px!important;padding:.875rem 1.5rem!important;font-weight:600;font-size:1rem}