<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-recommendations-section{padding:60px 0;background:#fff;position:relative}.custom-container{max-width:1400px;margin:0 auto;padding:0 20px}.custom-section-header{text-align:center;margin-bottom:50px}.custom-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1f2937;margin-bottom:12px;letter-spacing:-.02em;position:relative}.custom-section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(135deg,#daa520,gold);border-radius:2px}.custom-section-subtitle{color:#6b7280;font-size:1.1rem;font-weight:400;max-width:600px;margin:0 auto}.custom-carousel-wrapper{position:relative;display:flex;align-items:center;gap:20px;background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #0000000f;border:1px solid #e5e7eb;overflow:hidden}.custom-carousel-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#daa520,gold,#daa520);background-size:200% 100%;animation:golden-shimmer 4s ease-in-out infinite}@keyframes golden-shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.custom-nav-btn{width:50px;height:50px;background:#374151;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 12px #37415126;flex-shrink:0;z-index:10;position:relative;overflow:hidden}.custom-nav-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1f2937,#111827);opacity:0;transition:opacity .3s ease}.custom-nav-btn:hover:before{opacity:1}.custom-nav-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #37415140}.custom-nav-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.custom-nav-btn svg{position:relative;z-index:1;transition:transform .3s ease}.custom-nav-btn:hover svg{transform:scale(1.1)}.custom-products-container{flex:1;overflow:hidden;position:relative}.custom-products-scroll{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:10px 0 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.custom-products-scroll::-webkit-scrollbar{display:none}.custom-products-scroll:active{cursor:grabbing}.custom-product-card{min-width:280px;max-width:280px;background:#fff;border-radius:12px;overflow:hidden;scroll-snap-align:start;transition:all .3s ease;border:1px solid #f3f4f6;box-shadow:0 2px 12px #0000000d;position:relative;flex-shrink:0;display:flex;flex-direction:column}.custom-product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#daa52005,#ffd70005);opacity:0;transition:opacity .3s ease;z-index:1;pointer-events:none}.custom-product-card:hover:before{opacity:1}.custom-product-card:hover{transform:translateY(-4px);border-color:#daa520;box-shadow:0 8px 25px #daa52026}.custom-product-image{position:relative;width:100%;height:200px;overflow:hidden;background:#f9fafb}.custom-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.custom-product-card:hover .custom-product-image img{transform:scale(1.03)}.custom-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;background:#f9fafb}.custom-product-badge{position:absolute;top:12px;left:12px;padding:5px 10px;border-radius:6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:3;box-shadow:0 2px 6px #00000026}.custom-badge-sale{background:#dc2626;color:#fff}.custom-badge-sold{background:#6b7280;color:#fff}.custom-badge-custom{background:#374151;color:#fff}.custom-wishlist-btn{position:absolute;top:12px;right:12px;width:40px;height:40px;background:#fffffff2;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.custom-wishlist-btn:hover,.custom-wishlist-btn.active{background:#daa520;color:#fff;transform:scale(1.1)}.custom-product-info{padding:18px;position:relative;z-index:2;text-align:center;flex:1;display:flex;flex-direction:column;gap:8px}.custom-product-vendor{color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;font-weight:600;text-align:center;min-height:1rem;display:flex;align-items:center;justify-content:center}.custom-product-title{font-size:1rem;font-weight:600;color:#1f2937;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center;min-height:2.8rem;display:flex;align-items:center;justify-content:center}.custom-product-title a{color:inherit;text-decoration:none;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center}.custom-product-title a:hover{color:#374151}.custom-product-rating{display:flex;align-items:center;justify-content:center;text-align:center;min-height:1.5rem;gap:6px}.custom-rating-stars{display:flex;align-items:center}.custom-stars{color:gold;font-size:.9rem;letter-spacing:1px}.custom-rating-count{color:#9ca3af;font-size:.8rem;font-weight:400}.custom-product-price{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;min-height:1.8rem}.custom-price-current{font-size:1.1rem;font-weight:700;color:#1f2937}.custom-price-compare{font-size:.9rem;color:#9ca3af;text-decoration:line-through}.custom-price-discount{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;padding:2px 6px;border-radius:6px;font-size:.65rem;font-weight:600}.custom-product-actions{display:flex;gap:10px;align-items:center;margin-top:auto;padding-top:4px}.custom-cart-form{flex:1}.custom-add-to-cart{width:100%;padding:11px 16px;background:#000;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.85rem;text-decoration:none;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.custom-add-to-cart:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.custom-add-to-cart:hover:before{left:100%}.custom-add-to-cart:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #3741514d}.custom-add-to-cart:disabled,.custom-sold-out{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.custom-quick-view{width:40px;height:40px;background:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#6b7280;flex-shrink:0}.custom-quick-view:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151;transform:scale(1.05)}.custom-scroll-indicators{display:flex;justify-content:center;gap:8px;margin-top:30px}.custom-scroll-dot{width:8px;height:8px;border-radius:50%;background:#e5e5e5;transition:all .3s ease;cursor:pointer}.custom-scroll-dot.active{background:linear-gradient(135deg,#daa520,gold);transform:scale(1.3)}.custom-scroll-dot:hover{background:#daa520;transform:scale(1.2)}.custom-product-card.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 768px){.custom-recommendations-section{padding:40px 0}.custom-container{padding:0 16px}.custom-carousel-wrapper{padding:20px 15px;gap:15px}.custom-nav-btn{width:44px;height:44px}.custom-product-card{min-width:260px;max-width:260px}.custom-products-scroll{gap:16px}.custom-product-image{height:180px}.custom-product-info{padding:16px;gap:6px}.custom-product-title{font-size:.95rem;min-height:2.4rem}.custom-price-current{font-size:1rem}}@media (max-width: 480px){.custom-nav-btn{display:none}.custom-carousel-wrapper{gap:0;padding:20px 10px}.custom-product-card{min-width:240px;max-width:240px}.custom-products-scroll{padding:10px 10px 20px}.custom-product-actions{flex-direction:column;gap:8px}.custom-quick-view{width:100%;height:36px}}@media (hover: none) and (pointer: coarse){.custom-product-card:hover{transform:none;border-color:#f3f4f6;box-shadow:0 2px 12px #0000000d}.custom-nav-btn:hover{transform:none}.custom-add-to-cart:hover{transform:none;background:#374151;color:#fff}}@media (prefers-contrast: high){.custom-product-card{border-color:#1a1a1a}.custom-nav-btn{border:2px solid #1a1a1a}}@media (prefers-reduced-motion: reduce){.custom-product-card,.custom-nav-btn,.custom-add-to-cart,.custom-wishlist-btn{transition:none}.custom-carousel-wrapper:before{animation:none}.custom-products-scroll{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-product-recommendations.css.map */
</pre></body></html>