.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(min-width:576px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}.product-card{background-color:#fff;border-radius:12px;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;position:relative}.product-card-image-link{display:block;position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background-color:#f8fafc}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card-discount-badge{position:absolute;top:8px;right:8px;background:#ef4444;color:#fff;padding:3px 6px;border-radius:4px;font-weight:800;font-size:.7rem;box-shadow:0 2px 4px #00000026;z-index:5}.card-sold-out-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0f172ad9;color:#fff;padding:6px 12px;border-radius:6px;font-weight:700;font-size:.75rem;border:1px solid rgba(255,255,255,.3);z-index:5;text-align:center;width:80%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-card-content{padding:10px;display:flex;flex-direction:column;flex-grow:1}.product-card-title{font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.35;margin-bottom:auto;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.product-card-title a{text-decoration:none;color:inherit;transition:color .2s ease}.product-card-title a:hover{color:var(--primary-color)}.product-card-price-wrapper{margin-top:8px;text-align:center;min-height:40px;display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}.price-new{font-size:1.1rem;font-weight:800;color:#ef4444}.price-old{font-size:.85rem;color:#94a3b8;text-decoration:line-through}.price-simple{font-size:1.1rem;font-weight:800;color:var(--primary-color)}.product-card-stock-wrapper{margin-top:6px;display:flex;justify-content:center}.product-card-variants-wrapper{display:flex;gap:4px;justify-content:center;margin-top:10px;flex-wrap:wrap}.product-card-variants-wrapper button{padding:3px 8px;font-size:.7rem;background:#fff;border:1px solid #ddd;color:#555;border-radius:20px;cursor:pointer;transition:.2s;white-space:nowrap}.product-card-actions{padding:0 10px 12px;display:flex;flex-direction:column;align-items:center;gap:8px}.product-rating-card{display:flex;align-items:center;gap:4px;justify-content:center}.stars-wrapper{color:#fbbf24;font-size:.9rem;display:flex;gap:1px}.reviews-count{font-size:.8rem;color:#64748b;font-weight:600}.btn-add-cart-catalog{width:100%;padding:7px 0;background-color:var(--primary-color);border:none;color:#fff;border-radius:6px;font-weight:700;cursor:pointer;text-align:center;font-size:.85rem;transition:background-color .2s}.btn-add-cart-catalog:hover{background-color:var(--primary-color-dark)}.btn-add-cart-catalog:disabled{background-color:#e2e8f0;color:#94a3b8;cursor:not-allowed;opacity:.7}@media(min-width:768px){.product-card-actions{flex-direction:row;justify-content:space-between;padding:0 12px 12px}.btn-add-cart-catalog{width:90px;flex:0 0 90px;font-size:.9rem;padding:8px 0}.product-card-title{font-size:1rem}.price-new,.price-simple{font-size:1.25rem}.price-old{font-size:.95rem}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px #00000014;border-color:#cbd5e1}.product-card:hover .product-card-image{transform:scale(1.04)}}.category-filter{display:flex;justify-content:flex-start;overflow-x:auto;white-space:nowrap;gap:.5rem;margin-bottom:1.5rem;padding:4px 10px 8px;scrollbar-width:none}.category-filter::-webkit-scrollbar{display:none}.category-btn{display:inline-block;padding:.35rem .8rem;border:1px solid rgba(226,232,240,.8);border-radius:100px;text-decoration:none;color:#475569;font-size:.82rem;font-weight:600;background-color:#fff;box-shadow:0 2px 5px #00000005;transition:all .2s ease-in-out}.category-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;color:var(--primary-color)}.category-btn.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 12px #00000014}@media(min-width:992px){.category-filter{justify-content:center;flex-wrap:wrap;overflow-x:visible;padding:0;margin-bottom:2rem}.category-btn{padding:.4rem 1rem;font-size:.9rem}}.btn{padding:.5rem .75rem;border:none;border-radius:5px;cursor:pointer;font-weight:700;font-size:.9rem;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:none;padding:2rem;box-sizing:border-box;overflow-y:auto;z-index:2000}#cart-modal-overlay .modal-content{max-width:400px;margin:0 0 0 auto;height:100vh;max-height:100vh;border-radius:0;transform:translate(100%);transition:transform .3s ease-out}#cart-modal-overlay.is-open .modal-content{transform:translate(0)}#cart-modal-body{display:flex;flex-direction:column;justify-content:space-between;height:100%;overflow:hidden}#cart-items-container{flex-grow:1;overflow-y:auto;padding-right:10px}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;align-items:center}.cart-item img{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.cart-item-info{flex-grow:1;min-width:0}.cart-item-info h4{margin:0 0 .25rem;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-info .price{font-size:.9rem;color:#555;display:block}.cart-item-actions.quantity-control{display:flex;align-items:center;flex-shrink:0}.btn-qty{background-color:#eee;border:1px solid #ccc;color:#333;width:25px;height:25px;font-size:1rem;cursor:pointer;border-radius:4px;line-height:23px;text-align:center}.btn-qty:hover{background-color:#ddd}.item-quantity{width:40px;text-align:center;border:1px solid #ccc;height:25px;margin:0 5px;border-radius:4px;-moz-appearance:textfield}.item-quantity::-webkit-outer-spin-button,.item-quantity::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#cart-summary{padding:1rem 0 0;border-top:2px solid #333;margin-top:auto;background:#fff}.summary-row{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:600px;position:relative;margin:auto;max-height:90vh;display:flex;flex-direction:column}.modal-header{padding:1.5rem;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.5rem}.modal-close{font-size:2rem;font-weight:700;cursor:pointer;line-height:1}.modal-body{padding:1.5rem;overflow-y:auto}.modal-product-layout{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:600px){.modal-product-layout{flex-direction:row}.modal-product-layout>div{flex:1}}.modal-product-layout img{width:100%;border-radius:8px}.modal-product-layout .price{font-size:1.5rem;font-weight:700;color:#007bff;margin:.5rem 0}.tab-nav{display:flex;border-bottom:2px solid #dee2e6;margin-top:1.5rem}.tab-btn{padding:.75rem 1rem;cursor:pointer;border:none;background:none;font-size:1rem;font-weight:500;color:#6c757d}.tab-btn.active{color:#007bff;border-bottom:2px solid #007bff}.tab-content{display:none;padding:1rem 0;line-height:1.6;white-space:pre-wrap}.tab-content.active{display:block}.product-gallery-wrapper{display:flex;gap:15px;width:100%;aspect-ratio:16 / 9;max-height:500px;background:#fff;border-radius:8px;overflow:hidden}.gallery-thumbs{display:flex;flex-direction:column;gap:8px;width:60px;overflow-y:auto;padding:10px 2px;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f8fafc}.gallery-thumbs:has(>:only-child){display:none!important}.gallery-thumbs::-webkit-scrollbar{width:5px}.gallery-thumbs::-webkit-scrollbar-track{background:#f8fafc;border-radius:10px}.gallery-thumbs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;border:1px solid #f8fafc}.gallery-thumbs::-webkit-scrollbar-thumb:hover{background:#94a3b8}.thumb-item{width:52px;height:52px;border:2px solid transparent;border-radius:6px;cursor:pointer;opacity:.7;transition:all .2s;flex-shrink:0;background:#f1f1f1;position:relative}.thumb-item:hover,.thumb-item.active{border-color:var(--primary-color, #e69500);opacity:1}.thumb-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.video-thumb .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.8);pointer-events:none}.gallery-main-stage{flex-grow:1;position:relative;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}#main-product-image{width:100%;height:100%;object-fit:contain;background:#fff}#main-product-video{width:100%;height:100%;display:none}.premium-player-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.video-zoom-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.video-zoom-container iframe{position:absolute;top:50%;left:50%;width:100%;height:180%;transform:translate(-50%,-50%);border:none;z-index:0}.premium-player-wrapper:fullscreen .video-zoom-container iframe{height:130%}.video-zoom-container.is-premium-player{pointer-events:auto!important}.video-zoom-container.is-premium-player iframe{width:100%!important;height:100%!important;top:0!important;left:0!important;transform:none!important}@media(max-width:992px){.product-gallery-wrapper{flex-direction:column-reverse!important;height:auto!important;aspect-ratio:auto!important}.gallery-thumbs{flex-direction:row!important;width:100%!important;height:64px!important;overflow-x:auto!important;padding:4px 0!important;gap:6px!important;scrollbar-width:thin}.gallery-thumbs::-webkit-scrollbar{height:4px!important}.gallery-thumbs::-webkit-scrollbar-track{background:#f8fafc;border-radius:10px}.gallery-thumbs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.gallery-thumbs .thumb-item{width:52px!important;height:52px!important}.gallery-main-stage{width:100%!important;aspect-ratio:16 / 9!important;height:auto!important}}.premium-poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;z-index:10;transition:opacity .4s;background:#fff}.premium-poster.is-hidden{opacity:0;pointer-events:none}.big-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#0009;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;z-index:20;cursor:pointer;border:3px solid white;transition:transform .2s;pointer-events:none}.big-play-btn.hidden{opacity:0;visibility:hidden;transition:opacity .3s}.player-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:15;cursor:pointer}.custom-controls{position:absolute;bottom:0;left:0;width:100%;height:45px;background:#000000d9;display:flex;align-items:center;padding:0 10px;z-index:30;opacity:0;transition:opacity .3s}.premium-player-wrapper:hover .custom-controls,.premium-player-wrapper.paused .custom-controls{opacity:1}.ctrl-btn{background:none;border:none;color:#fff;width:35px;height:100%;cursor:pointer;font-size:1rem;opacity:.8;transition:opacity .2s}.ctrl-btn:hover{opacity:1;color:var(--primary-color, #e69500)}.progress-container{flex-grow:1;height:5px;background:#444;border-radius:3px;margin:0 15px;cursor:pointer;position:relative}.progress-fill{height:100%;width:0%;background:var(--primary-color, #e69500);border-radius:3px;position:relative}.progress-fill:after{content:"";position:absolute;right:-4px;top:-3px;width:11px;height:11px;background:#fff;border-radius:50%;opacity:0;transition:opacity .2s}.progress-container:hover .progress-fill:after{opacity:1}.time-text{color:#ccc;font-size:.75rem;margin-right:10px;min-width:70px;text-align:center}.volume-container{display:flex;align-items:center;width:30px;overflow:hidden;transition:width .3s}.volume-container:hover{width:100px}.volume-slider{width:60px;height:4px;margin-left:5px;cursor:pointer}.breadcrumbs{margin-bottom:1.5rem;font-size:.9rem;color:#555;display:flex;align-items:center}.breadcrumbs span{color:#777;margin:0 .5rem}.breadcrumbs a{display:inline-block;padding:.3rem .8rem;background-color:#f7a00f;border:1px solid #e69500;border-radius:5px;color:#fff;font-weight:700;text-decoration:none;transition:filter .2s ease;margin-right:.5rem}.breadcrumbs a:hover{filter:brightness(90%);text-decoration:none}.product-detail-container{display:flex;flex-direction:column;gap:1.5rem;background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:3rem;min-width:0;width:100%;box-sizing:border-box}.reviews-and-form-section{margin-top:-1rem!important}@media(min-width:993px){.product-detail-container{display:grid!important;grid-template-columns:1.1fr .9fr!important;column-gap:2.5rem!important;padding:2rem!important;align-items:start!important}.left-column-master{grid-column:1!important}.product-info{grid-column:2!important}}#productModalModern .product-detail-container{background-color:transparent!important;box-shadow:none!important;padding:0!important;margin-bottom:0!important;border-radius:0!important}.product-title{font-size:1.5rem}@media(min-width:768px){.product-title{font-size:1.85rem}}@media(min-width:1024px){.product-title{font-size:2.2rem}}.detail-price-new{font-size:1.6rem;font-weight:800;color:var(--primary-color)}.detail-price-old{font-size:1.05rem;color:#94a3b8;text-decoration:line-through;margin-bottom:2px}.detail-discount-badge{background-color:#ef4444;color:#fff;font-size:.8rem;padding:3px 8px;border-radius:6px;font-weight:700;margin-bottom:4px}.detail-price-simple{font-size:1.6rem;font-weight:800;color:var(--primary-color)}@media(min-width:768px){.detail-price-new{font-size:2rem}.detail-price-old{font-size:1.2rem;margin-bottom:5px}.detail-discount-badge{font-size:.95rem;margin-bottom:8px}.detail-price-simple{font-size:2rem}}.detail-section-title{margin-top:30px;font-size:1.2rem;font-weight:700;color:#1e293b;border-bottom:2px solid #f1f5f9;padding-bottom:8px;line-height:1.3}@media(min-width:768px){.detail-section-title{font-size:1.4rem}}.detail-section-content{color:#475569;line-height:1.7;font-size:.95rem;word-break:normal;overflow-wrap:break-word;margin-bottom:1.5rem}@media(min-width:768px){.detail-section-content{font-size:1.05rem}}.product-image img{width:100%;max-width:400px;display:block;margin:0 auto;border-radius:8px;aspect-ratio:1/1;object-fit:cover}.product-info h3{font-size:1.2rem;color:#333;margin-top:1.5rem;margin-bottom:.5rem;border-bottom:1px solid #eee;padding-bottom:.3rem}.btn-add-cart-page{width:100%;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:700;margin-top:1rem}.related-products-section,.brands-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.section-title{text-align:center;font-size:1.5rem;color:#333;margin-bottom:2rem}.related-products-grid{margin-top:1rem}.brands-logo-container{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem;justify-items:center;align-items:center}@media(min-width:768px){.brands-logo-container{grid-template-columns:repeat(4,1fr);gap:.5rem}}.brand-logo img{max-height:110px;max-width:220px;width:auto;opacity:.8;transition:opacity .2s ease,transform .2s ease}.brand-logo img:hover{opacity:1;transform:scale(1.05)}.video-facade-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background-color:#000;border-radius:8px}.video-facade-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:20;cursor:pointer;transition:opacity .4s ease}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;background-color:#212121cc;border-radius:10px;z-index:21;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.video-play-btn:hover{background-color:red}.video-play-btn:before{content:"";border-style:solid;border-width:10px 0 10px 20px;border-color:transparent transparent transparent #fff}.video-iframe-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.video-active .video-facade-img,.video-active .video-play-btn{opacity:0;pointer-events:none;display:none}.search-results-title{text-align:center;margin-bottom:2rem;font-size:1.3rem;color:#555}.search-results-title strong{color:var(--primary-color)}#productModalModern{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:9999;justify-content:center;align-items:flex-end;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:5px 15px 0;box-sizing:border-box}#productModalModern .modern-modal-container{background-color:#fff;width:100%;max-width:1500px;height:calc(100vh - 5px);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;box-shadow:0 -10px 25px -5px #00000026;position:relative;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}#closeModalModernBtn{position:absolute;top:16px;right:16px;z-index:50;width:40px;height:40px;background-color:#f1f5f9;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:all .2s ease}#closeModalModernBtn:hover{background-color:#e2e8f0;color:#0f172a;transform:rotate(90deg)}#modalModernContent{overflow-y:auto;width:100%;height:100%;padding:30px;box-sizing:border-box}@media(max-width:768px){#modalModernContent{padding:16px 12px}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#reviews-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000a6;z-index:100010;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:20px;box-sizing:border-box}.reviews-modal-container{background-color:#fff;width:100%;max-width:650px;max-height:80vh;border-radius:16px;box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden;animation:reviewsModalFadeIn .25s ease-out}@keyframes reviewsModalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.reviews-modal-header{padding:20px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;background-color:#fff}.reviews-modal-title{margin:0;font-size:1.25rem;font-weight:800;color:#0f172a}.reviews-modal-subtitle{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:.85rem;color:#64748b}.star-badge{background-color:#fef08a;color:#854d0e;padding:2px 6px;border-radius:6px;font-weight:700}.close-reviews-btn{width:36px;height:36px;background-color:#f1f5f9;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:all .2s ease}.close-reviews-btn:hover{background-color:#e2e8f0;color:#0f172a;transform:scale(1.05)}.reviews-modal-body{padding:20px;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;gap:16px;background-color:#f8fafc}.review-card-modal{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px;text-align:left}.review-card-header{display:flex;align-items:center;gap:12px}.review-user-avatar{width:38px;height:38px;background-color:#e0e7ff;color:#3730a3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.review-user-name{font-size:.95rem;color:#1e293b;display:block}.review-user-date{font-size:.85rem;color:#64748b}.verified-purchase{color:#16a34a;font-weight:600}.review-stars-modal{font-size:.8rem;color:#ffc107}.review-text-modal{margin:0;font-size:.9rem;line-height:1.5;color:#475569}.no-reviews-text{text-align:center;color:#64748b;font-style:italic;margin:40px 0}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f5f9}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.product-detail-container,.left-column-master,.product-info{max-width:100%!important;min-width:0!important;box-sizing:border-box!important}@media(max-width:992px){.product-detail-container{display:flex!important;flex-direction:column!important;padding:0 15px!important;overflow-x:hidden!important}.gallery-main-stage img{max-width:100%!important;height:auto!important}}.section-content,.section-content *{word-break:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;max-width:100%!important}.ai-whatsapp-float{position:fixed;bottom:30px;right:30px;background-color:#25d366;color:#fff!important;border-radius:50px;padding:10px 20px 10px 15px;display:flex;align-items:center;gap:10px;font-family:system-ui,-apple-system,sans-serif;font-weight:700;font-size:15px;text-decoration:none;box-shadow:0 4px 15px #25d36666;z-index:100005;transition:all .3s ease;animation:pulse-green-modern 2s infinite}.ai-whatsapp-float:hover{transform:translateY(-5px) scale(1.05);text-decoration:none;box-shadow:0 6px 20px #25d36699}.ai-whatsapp-float i{font-size:26px}.whatsapp-badge{position:absolute;top:-6px;left:-6px;background-color:#ff3b30;color:#fff;font-size:11px;font-weight:700;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #fff}@keyframes pulse-green-modern{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media(max-width:768px){.ai-whatsapp-float{padding:14px;border-radius:50%;bottom:20px;right:20px}.ai-whatsapp-float .whatsapp-text{display:none}.ai-whatsapp-float i{font-size:30px;margin:0}}.product-rating-card{display:flex;align-items:center;gap:6px;flex-grow:1;justify-content:flex-start}.stars-wrapper{color:#fbbf24;font-size:1.25rem;display:flex;gap:2px}.stars-wrapper i{font-size:1.25rem}@media(max-width:480px){.stars-wrapper,.stars-wrapper i{font-size:1rem!important}.product-rating-card span{font-size:.85rem!important}}.swal2-container{z-index:100020!important}.blink-urgency{animation:pulse-border 1.2s infinite!important}
