#product-cards-module{--primary-color:#e5f5f8;--accent-color:#ff5c35;--primary-dark:#121212;--secondary-dark:#1e1e1e;--accent-yellow:gold;--text-primary:#fff;--text-secondary:#b0b0b0;--border-color:#333;--font-family:"Inter",sans-serif}body{background-color:var(--primary-dark);color:var(--text-primary);font-family:var(--font-family);line-height:1.6;margin:0;padding:0}#product-cards-module .product-card-grid-container{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:2rem}#product-cards-module .product-card{background-color:var(--secondary-dark);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.4);cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease-out,box-shadow .2s ease-out}#product-cards-module .product-card:focus-within,#product-cards-module .product-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.5);transform:translateY(-5px)}#product-cards-module .product-card-image-wrapper{aspect-ratio:1/1;overflow:hidden;width:100%}#product-cards-module .product-card-image-wrapper img{height:100%;object-fit:cover;width:100%}#product-cards-module .product-card-content{display:flex;flex-direction:column;flex-grow:1;padding:1rem}#product-cards-module .product-card-title{color:var(--text-primary);font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 .75rem}#product-cards-module .product-card-meta{align-items:center;display:flex;justify-content:space-between;margin-top:auto}#product-cards-module .product-card-price-ribbon{background-color:var(--accent-color);border-radius:4px;clip-path:polygon(0 0,90% 0,100% 50%,90% 100%,0 100%);color:var(--text-primary);font-size:.9rem;font-weight:600;padding:.4rem .8rem}#product-cards-module .product-card-price-ribbon .price-currency{margin-right:.25em}#product-cards-module .product-card-rating{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem}#product-cards-module .product-card-rating .star-icon{color:var(--accent-yellow);font-size:1.1rem;margin-right:.3em}#product-cards-module .product-card-rating .rating-average{color:var(--text-primary);font-weight:700;margin-right:.2em}#product-cards-module .product-sku{background:var(--primary-dark);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);display:inline-block;font-family:monospace;font-size:.9rem;margin-bottom:1rem;padding:.3rem .6rem}#product-cards-module .product-modal{align-items:center;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}#product-cards-module .product-modal[aria-hidden=false]{display:flex}#product-cards-module .modal-overlay{backdrop-filter:blur(5px);background-color:rgba(0,0,0,.8);cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}#product-cards-module .modal-content-wrapper{background-color:var(--secondary-dark);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.6);max-height:90vh;max-width:1100px;overflow-y:auto;position:relative;width:90%;z-index:1001}#product-cards-module .modal-close-button{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:2.5rem;line-height:1;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:color .2s ease}#product-cards-module .modal-close-button:hover{color:var(--text-primary)}#product-cards-module .modal-banner-image{aspect-ratio:4/1;border-top-left-radius:11px;border-top-right-radius:11px;margin:0;overflow:hidden;width:100%}#product-cards-module .modal-banner-image img{height:100%;object-fit:cover;width:100%}#product-cards-module .modal-body-grid{display:grid;gap:2rem;grid-template-columns:3fr 1fr;padding:2rem}#product-cards-module .modal-title{color:var(--text-primary);font-size:2rem;font-weight:700;margin:0 0 1rem}#product-cards-module .modal-info-bar{align-items:center;border-bottom:1px solid var(--border-color);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 0}#product-cards-module .modal-price-ribbon{background-color:var(--accent-color);border-radius:4px;clip-path:polygon(0 0,90% 0,100% 50%,90% 100%,0 100%);color:var(--text-primary);font-size:1rem;font-weight:700;padding:.5rem 1rem}#product-cards-module .modal-price-ribbon .price-currency-modal{margin-right:.3em}#product-cards-module .seller-avatar{border:2px solid var(--accent-color);border-radius:50%;height:36px;object-fit:cover;width:36px}#product-cards-module .modal-rating{align-items:center;color:var(--text-secondary);display:flex}#product-cards-module .modal-rating .star-icons{color:var(--accent-yellow);font-size:1.2rem;letter-spacing:.1em;margin-right:.5em}#product-cards-module .modal-product-description{color:var(--text-primary);line-height:1.6;margin:2rem 0}#product-cards-module .modal-product-description a,#product-cards-module .modal-product-description li,#product-cards-module .modal-product-description p,#product-cards-module .modal-product-description span{color:var(--text-primary)}#product-cards-module .modal-testimonials-section{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:1.5rem}#product-cards-module .modal-testimonials-section h3{color:var(--text-primary);font-size:1.3rem;margin-bottom:1rem}#product-cards-module .testimonial-item{background-color:var(--primary-dark);border:1px solid #2a2a2a;border-radius:6px;margin-bottom:1rem;padding:1rem}#product-cards-module .testimonial-rating .star-icon-testimonial{color:var(--accent-yellow);font-size:1rem}#product-cards-module .testimonial-text{color:var(--text-primary);font-style:italic;margin:.5rem 0}#product-cards-module .testimonial-reviewer{color:var(--text-primary);font-size:.9rem;font-weight:500;text-align:right}#product-cards-module .modal-right-section{background-color:var(--primary-dark);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}#product-cards-module .modal-form .form-group{margin-bottom:1.25rem}#product-cards-module .modal-form label{color:var(--text-secondary);display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}#product-cards-module .price-input-group{align-items:center;background-color:var(--secondary-dark);border:1px solid #444;border-radius:4px;display:flex;gap:.5rem;padding:.5rem .75rem;white-space:nowrap}#product-cards-module .currency-symbol-form{color:var(--text-primary);font-weight:700}#product-cards-module .modal-form input[type=email],#product-cards-module .modal-form input[type=number],#product-cards-module .modal-form input[type=tel],#product-cards-module .modal-form input[type=text]{background-color:var(--secondary-dark);border:1px solid #444;border-radius:4px;color:var(--text-primary);font-size:1rem;letter-spacing:.05em;padding:.75rem;width:100%}#product-cards-module .price-input-group input[type=number]{background-color:transparent;border:none;flex-grow:1;min-width:0;padding:0}#product-cards-module .modal-form input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color);outline:none}#product-cards-module .currency-switcher{display:flex;gap:.5rem;margin-bottom:1.5rem}#product-cards-module .currency-switcher .currency-btn{background-color:var(--secondary-dark);border:1px solid var(--border-color);border-radius:4px;color:var(--text-secondary);cursor:pointer;flex-grow:1;font-weight:500;padding:.75rem .5rem;transition:background-color .2s,color .2s,border-color .2s}#product-cards-module .currency-switcher .currency-btn.active,#product-cards-module .submit-info-btn{background-color:var(--accent-color);color:var(--text-primary)}#product-cards-module .submit-info-btn{border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.9rem;transition:background-color .2s ease;width:100%}#product-cards-module .submit-info-btn:hover{background-color:var(--accent-color);filter:brightness(110%)}@media (max-width:992px){#product-cards-module .modal-body-grid{grid-template-columns:1fr}#product-cards-module .modal-info-bar{align-items:flex-start;flex-direction:column;gap:.75rem}#product-cards-module .modal-price-ribbon,#product-cards-module .modal-rating,#product-cards-module .modal-seller-info{width:100%}}@media (max-width:768px){#product-cards-module .product-card-grid-container{gap:1rem;padding:1rem}#product-cards-module .modal-content-wrapper{max-height:95vh;width:95%}#product-cards-module .modal-body-grid{padding:1.5rem}#product-cards-module .modal-title{font-size:1.6rem}#product-cards-module .currency-switcher .currency-btn,#product-cards-module .modal-form input[type=email],#product-cards-module .modal-form input[type=number],#product-cards-module .modal-form input[type=tel],#product-cards-module .modal-form input[type=text],#product-cards-module .submit-info-btn{font-size:.95rem}}#product-cards-module .visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}#product-cards-module .modal-ratings-summary{margin-bottom:2rem;margin-top:2rem}#product-cards-module .average-rating{align-items:center;color:var(--text-primary);display:flex;font-size:1.2rem;font-weight:700;gap:.5rem}#product-cards-module .star-icons{color:var(--accent-yellow);font-size:1.2rem}#product-cards-module .ratings-bar-chart{margin-top:1rem}#product-cards-module .rating-bar-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.3rem}#product-cards-module .star-label{color:var(--text-secondary);text-align:right;width:3rem}#product-cards-module .bar{align-items:center;display:flex;gap:1px;height:10px}#product-cards-module .bar-segment{background:#222;border-radius:2px;display:inline-block;height:100%;width:8px}#product-cards-module .bar-segment-filled{background-color:var(--accent-yellow)}#product-cards-module .bar-count{color:var(--text-secondary);text-align:left;width:2rem}#product-cards-module .verified-badge-icon{color:#4285f4;font-weight:700}#product-cards-module .verified-badge[title]:hover:after{background:#222;border-radius:4px;color:#fff;content:attr(title);font-size:.85em;left:100%;margin-left:8px;padding:2px 8px;position:absolute;top:50%;transform:translateY(-50%);white-space:nowrap;z-index:10}#product-cards-module .testimonial-divider{border:none;border-top:1px solid var(--border-color);margin:1.2rem 0}#product-cards-module .intaSendPayButton{background-color:var(--accent-color);border:none;border-radius:4px;color:var(--text-primary);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background-color .2s ease;width:100%}#product-cards-module .intaSendPayButton:hover:not(:disabled){background-color:var(--accent-color);filter:brightness(110%)}#product-cards-module .intaSendPayButton:disabled{cursor:not-allowed;opacity:.7}#product-cards-module .intaSendPayButton.loading{background-color:var(--accent-color);border-color:var(--accent-color)}#product-cards-module .loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;margin-right:8px;vertical-align:middle;width:20px}@keyframes spin{to{transform:rotate(1turn)}}#product-cards-module .modal-product-description h1,#product-cards-module .modal-product-description h2,#product-cards-module .modal-product-description h3,#product-cards-module .modal-product-description h4,#product-cards-module .modal-product-description h5,#product-cards-module .modal-product-description h6{color:var(--text-primary)}#product-cards-module .modal-reviews-heading{color:var(--text-primary);font-size:1.5rem;margin:2rem 0 1rem}#product-cards-module .testimonial-rating{color:var(--accent-yellow)}#product-cards-module .rating-count{color:var(--text-primary)}#product-cards-module .trust-badges-wrapper{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:1.5rem}#product-cards-module .trust-badges{align-items:center;display:flex;justify-content:center}#product-cards-module .trust-badge-container{align-items:center;display:flex;flex-direction:column;text-align:center}#product-cards-module .trust-badge-container img{height:auto;margin-bottom:.6em;max-width:100%}#product-cards-module .trust-badge-link{color:var(--text-secondary);font-size:.8em;text-decoration:none;transition:color .2s ease}#product-cards-module .trust-badge-link:hover{color:var(--text-primary)}@media (max-width:768px){#product-cards-module .trust-badges-wrapper{margin-top:1.5rem;padding-top:1rem}#product-cards-module .trust-badge-container img{width:300px}}#product-cards-module .content-divider{border:none;border-top:1px solid var(--border-color)}#product-cards-module .modal-before-you-go{color:#fff;margin-top:2rem}#product-cards-module .before-you-go-heading{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}#product-cards-module .before-you-go-content{color:#fff;line-height:1.6}#product-cards-module .before-you-go-content h2{color:#fff;font-size:1.4rem;margin-bottom:1rem}#product-cards-module .before-you-go-content p{color:#fff;margin-bottom:1rem}#product-cards-module .before-you-go-content ul{list-style-type:disc;margin-bottom:1rem;margin-left:1.5rem}#product-cards-module .before-you-go-content li{color:#fff;margin-bottom:.5rem}#product-cards-module .before-you-go-content a{color:#ff5c35;font-weight:600;text-decoration:none}#product-cards-module .before-you-go-content a:hover{text-decoration:underline}#product-cards-module .content-divider{border:0;border-top:1px solid hsla(0,0%,100%,.1);margin:2rem 0}#product-cards-module .reviews-section{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}#product-cards-module .review-item{background-color:hsla(0,0%,100%,.05);border-radius:8px;display:grid;gap:.75rem;padding:1rem}#product-cards-module .reviewer-details{gap:var(--spacer-2,.5rem)}#product-cards-module .user-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}#product-cards-module .default-avatar{align-items:center;background-color:#666;border-radius:50%;color:#fff;display:flex;font-weight:700;height:32px;justify-content:center;width:32px}#product-cards-module .reviewer-name{color:#fff;font-size:.9rem}#product-cards-module .has-tooltip{align-items:center;display:inline-flex}#product-cards-module .tooltip{background:rgba(0,0,0,.8);bottom:100%;font-size:.7rem;pointer-events:none;transition:opacity .2s,visibility .2s}#product-cards-module .pill.small.primary{background-color:var(--accent-color);border-radius:1rem;color:#fff;font-size:.7rem;font-weight:700;margin-left:.5rem;padding:.15rem .5rem;text-transform:uppercase}#product-cards-module .review-text{color:var(--text-primary);font-size:1rem;line-height:1.4;margin:0}#product-cards-module .reviewer-info{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}#product-cards-module .reviewer-details{align-items:center;display:flex;gap:.75rem}#product-cards-module .default-avatar,#product-cards-module .user-avatar{align-items:center;background-color:var(--accent-color);border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:700;height:32px;justify-content:center;width:32px}#product-cards-module .reviewer-name{color:var(--text-primary);font-size:.95rem;font-weight:500;margin:0}#product-cards-module .has-tooltip{display:inline-block;position:relative}#product-cards-module .verified-badge{align-items:center;color:#4285f4;display:inline-flex;justify-content:center;margin-left:.25rem}#product-cards-module .verified-badge-icon{font-size:1.1rem}#product-cards-module .tooltip{background-color:#333;border-radius:4px;bottom:125%;color:#fff;font-size:.75rem;left:50%;opacity:0;padding:.3rem .6rem;position:absolute;transform:translateX(-50%);transition:opacity .3s;visibility:hidden;white-space:nowrap;z-index:10}#product-cards-module .has-tooltip:hover .tooltip{opacity:1;visibility:visible}#product-cards-module .review-separator{border:none;border-top:1px solid hsla(0,0%,100%,.1);margin:.5rem 0}#product-cards-module .rating{align-items:center;display:flex;gap:.25rem}#product-cards-module .icon-solid-star{color:#ffb400;font-size:1.2rem}#product-cards-module .download-counter{background-color:#303443;border:1px solid #5a6c99;border-radius:4px;font-size:.9rem;margin-bottom:1rem;padding:.6rem}#product-cards-module .counter-icon,#product-cards-module .download-counter{align-items:center;color:var(--text-primary);display:flex;justify-content:center}#product-cards-module .counter-icon{font-size:1.2rem;margin-right:.5rem}#product-cards-module .counter-value{color:var(--text-primary);font-size:1rem;font-weight:700;margin-right:.3rem}#product-cards-module .counter-label{color:var(--text-primary)}#product-cards-module .modal-seller-info{align-items:center;color:var(--text-primary);display:flex;gap:.75rem}#product-cards-module .modal-rating .rating-count-modal{color:var(--text-primary);font-size:.9rem}#product-cards-module .before-you-go-content a,#product-cards-module .modal-product-description a{color:#ff5c35;font-weight:600;text-decoration:none}#product-cards-module .rating-count-modal{color:var(--text-primary)}