@layer base{:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:212 100% 50%;--primary-foreground:0 0% 100%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:34 78% 52%;--accent-foreground:0 0% 100%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 100%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:212 100% 50%;--radius:.5rem}.dark{--background:224.3 10% 5%;--foreground:224.3 1% 90%;--card:224.3 1% 0%;--card-foreground:224.3 1% 90%;--popover:224.3 10% 5%;--popover-foreground:224.3 1% 90%;--primary:224.3 76.3% 48%;--primary-foreground:0 0% 100%;--secondary:224.3 10% 10%;--secondary-foreground:0 0% 100%;--muted:186.3 10% 15%;--muted-foreground:224.3 1% 60%;--accent:186.3 10% 15%;--accent-foreground:224.3 1% 90%;--destructive:0 50% 30%;--destructive-foreground:224.3 1% 90%;--border:224.3 20% 18%;--input:224.3 20% 18%;--ring:224.3 76.3% 48%;--radius:.8rem}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}}.listing-shell p:not(.section-kicker),.listing-shell li,.listing-shell dd{font-size:.875rem;line-height:1.625}.filter-value-label{color:#6a7282!important}.dark .filter-value-label{color:#9ca3af!important}a.filter-more-choices{cursor:pointer;border-bottom:0;gap:.25rem;width:fit-content;margin-top:.25rem;font-weight:400;line-height:1;color:#2563eb!important;align-items:center!important;font-size:.75rem!important;text-decoration:none!important;display:inline-flex!important}a.filter-more-choices svg{flex-shrink:0;width:11px;height:11px;text-decoration:none;display:block}a.filter-more-choices .filter-more-choices-text{align-items:center;line-height:1;display:inline-flex}a.filter-more-choices:hover{text-decoration:none!important}a.filter-more-choices:hover .filter-more-choices-text{text-underline-offset:2px;font-weight:700;text-decoration:underline!important}a.filter-more-choices:hover svg{stroke-width:2.75px}.dark a.filter-more-choices{color:#3b82f6!important}.listing-shell nav[aria-label=breadcrumb]{align-items:center;min-height:2rem;padding-block:.5rem;display:flex}.listing-shell nav[aria-label=breadcrumb] ol,.listing-shell nav[aria-label=breadcrumb] li,.listing-shell nav[aria-label=breadcrumb] a{vertical-align:middle;align-items:center;text-decoration:none;display:inline-flex;color:#4b5563!important;font-size:.75rem!important;line-height:1!important}.listing-shell nav[aria-label=breadcrumb] a:hover{color:#1f2937!important}.listing-shell nav[aria-label=breadcrumb] svg{width:.75rem;height:.75rem;display:block}.dark .listing-shell nav[aria-label=breadcrumb],.dark .listing-shell nav[aria-label=breadcrumb] li,.dark .listing-shell nav[aria-label=breadcrumb] a{color:#9ca3af!important}.dark .listing-shell nav[aria-label=breadcrumb] a:hover{color:#e5e7eb!important}.listing-shell header p,.listing-shell header li,.listing-shell header dd,.listing-shell footer p,.listing-shell footer li,.listing-shell footer dd{font-size:inherit;line-height:inherit}.listing-shell footer a.footer-brand-link,.listing-shell footer a.footer-brand-link span{color:#fff!important}.listing-shell footer a.footer-brand-link svg{fill:#fff!important;color:#fff!important}.listing-shell footer .footer-body-copy,.listing-shell footer .footer-shop-list,.listing-shell footer .footer-shop-list li,.listing-shell footer a.footer-shop-link{letter-spacing:normal!important;font:400 14px/1.625 inherit!important}.listing-shell footer h3{margin:0!important}.listing-shell footer .footer-shop-list,.listing-shell footer .footer-shop-list li{margin:0;padding:0;list-style:none}.listing-shell footer .footer-shop-list{margin-top:.5rem}.listing-shell footer a.footer-shop-link{text-decoration:none;display:inline-block;color:#374151!important;transition:color .35s ease-in-out,transform .35s ease-in-out!important}.listing-shell footer a.footer-copy-link{text-decoration:none;color:#4b5563!important;transition:color .35s ease-in-out!important}.listing-shell footer a.footer-shop-link:hover,.listing-shell footer a.footer-copy-link:hover{color:#2563eb!important}.listing-shell footer a.footer-shop-link:hover{transform:translate(4px)}.listing-shell footer a.footer-copy-link:hover{transform:none}.dark .listing-shell footer a.footer-shop-link{color:#d1d5db!important}.dark .listing-shell footer a.footer-copy-link{color:#9ca3af!important}.dark .listing-shell footer a.footer-shop-link:hover,.dark .listing-shell footer a.footer-copy-link:hover{color:#3b82f6!important}@layer utilities{.bg-gradient-to-r.from-gold-400{background-image:linear-gradient(90deg,#fbbf24,#f59e0b)}.bg-gradient-to-r.from-gold-400.via-yellow-300.to-gold-500{background-image:linear-gradient(90deg,#fbbf24,#fde047,#d97706)}.text-transparent.bg-clip-text.bg-gradient-to-r.from-gold-400.via-yellow-300.to-gold-500{-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#fbbf24,#fde047,#d97706);-webkit-background-clip:text;background-clip:text}}@keyframes wavy-bounce{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-8px)rotate(2deg)}50%{transform:translateY(-12px)rotate(0)}75%{transform:translateY(-8px)rotate(-2deg)}}.animate-wavy-bounce{animation:1.5s ease-in-out infinite wavy-bounce}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-shimmer{background:linear-gradient(90deg,#0000,#ffffff1a,#0000) 0 0/200px 100%;animation:2s infinite shimmer}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.scrollbar-thumb{background-color:#888;border-radius:4px;width:8px}.scrollbar-thumb:hover{background-color:#555}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-marquee{animation:15s linear infinite marquee}.animate-marquee:hover{animation-play-state:paused!important}@keyframes logo-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-marquee-track{pointer-events:none;-webkit-user-select:none;user-select:none;width:max-content;display:flex}@media (prefers-reduced-motion:no-preference){.logo-marquee-track{animation:40s linear infinite logo-marquee-scroll}}@media (prefers-reduced-motion:reduce){.logo-marquee-duplicate{display:none}}.hero-section{height:100vh;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%}.hero-overlay{text-align:left;background:#00000080;border-radius:10px;padding:20px;position:absolute;bottom:20%;left:10%;right:10%}.hero-title{margin:0;font-size:3rem}.hero-subtitle{margin:10px 0 20px;font-size:1.5rem}.hero-link{color:#fff;background:#ff5722;border-radius:5px;padding:10px 20px;text-decoration:none;transition:background .3s;display:inline-block}.hero-link:hover{background:#e64a19}.hero-dots{gap:10px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:10px;height:10px;transition:background .3s}.hero-dot.active,.hero-dot:hover{background:#ff5722}body.light-theme .hero-section{color:#000}body.light-theme .carousel-overlay{background:#fffc}body.light-theme .carousel-link{background:#ff5722}body.light-theme .carousel-dot{background:#00000080}body.light-theme .carousel-dot.active,body.light-theme .carousel-dot:hover{background:#ff5722}.yarl__container{background-color:#000!important}#lightbox-main-image{object-fit:contain!important;width:auto!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important}.yarl__thumbnails .yarl__thumbnail{box-shadow:none!important;border:2px solid #0000!important;border-radius:4px!important;outline:none!important;transition:border-color .2s!important}.yarl__thumbnails .yarl__thumbnail.active-thumbnail{border:2px solid #3b82f6!important}.search-overlay{z-index:10001!important;position:absolute!important;inset:0!important}.search-suggestions{z-index:10002!important}input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#1d4ed8;border:2px solid #fff;border-radius:50%;width:20px;height:20px}input[type=range]::-moz-range-thumb{cursor:pointer;background:#1d4ed8;border:2px solid #fff;border-radius:50%;width:20px;height:20px}input[type=range]::-ms-thumb{cursor:pointer;background:#1d4ed8;border:2px solid #fff;border-radius:50%;width:20px;height:20px}
