.shop-page{background:#f9fafb;min-height:100vh;overflow-x:clip}.shop-page .shop-sidebar{position:sticky;top:6rem;max-height:calc(100vh - 8rem);overflow-y:auto;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,5%)}.shop-page .shop-sidebar::-webkit-scrollbar{width:6px}.shop-page .shop-sidebar::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.shop-page .shop-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.shop-page .shop-sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:1023px){.shop-page .shop-sidebar{position:fixed;top:0;left:-340px;width:320px;max-width:calc(100vw - 24px);max-height:100vh;z-index:50;background:#fff;box-shadow:4px 0 20px rgba(0,0,0,.15);transition:left .3s cubic-bezier(.4,0,.2,1);padding:4rem 1.5rem 2rem;overflow-y:auto;overflow-x:hidden}.shop-page .shop-sidebar.open{left:0}#shop-sidebar-close{position:absolute;top:1rem;right:1rem}}.shop-content{background:0 0}.shop-toolbar{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,5%);margin-bottom:1.5rem}.shop-view-btn{transition:all .2s ease;cursor:pointer;border:none;outline:none}.shop-view-btn:focus{outline:2px solid #eb1d20;outline-offset:2px}#shop-product-grid{gap:1.5rem}#shop-product-grid.list-view{display:flex;flex-direction:column;gap:1.25rem}#shop-product-grid.list-view .shop-product-card{display:flex;flex-direction:row;max-width:100%;height:auto}#shop-product-grid.list-view .shop-product-card>div:first-child,#shop-product-grid.list-view .shop-product-card .shop-product-card-img-wrap{width:220px;min-width:220px;height:180px}#shop-product-grid.list-view .shop-product-card img{width:220px;height:180px;object-fit:cover}#shop-product-grid.list-view .shop-product-card .shop-product-card-body{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1.5rem}.shop-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.shop-product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#EB1D20,#c21517);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.shop-product-card:hover::before{transform:scaleX(1)}.shop-product-card:hover{border-color:#eb1d20;box-shadow:0 10px 30px rgba(235,29,32,.15);transform:translateY(-4px)}.shop-product-card-img-wrap{position:relative;overflow:hidden;background:#f9fafb}.shop-product-card-img-wrap img{transition:transform .5s cubic-bezier(.4,0,.2,1)}.shop-product-card:hover .shop-product-card-img-wrap img{transform:scale(1.08)}.shop-product-card-body{padding:1.5rem;min-width:0}.shop-product-card-body h2{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4;transition:color .2s ease}.shop-product-card:hover .shop-product-card-body h2{color:#eb1d20}.shop-product-card-body p{font-size:.875rem;color:#6b7280;line-height:1.5}.shop-product-card-body .font-bold{color:#eb1d20;font-size:1.25rem}.shop-availability{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.shop-availability-IN_STOCK{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.shop-availability-LOW_STOCK{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.shop-availability-OUT_OF_STOCK{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.shop-availability-PRE_ORDER{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.shop-availability-DISCONTINUED{background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}.shop-reviews-stars,.shop-stars{color:#f59e0b;font-size:1rem}.shop-star-btn.text-amber-500{color:#f59e0b;transition:color .2s ease}.shop-star-btn:hover{color:#d97706}.shop-search-input{transition:all .2s ease;font-size:.9375rem}.shop-search-input:focus{border-color:#eb1d20;ring-color:rgba(235,29,32,.2)}.shop-mobile-search{position:relative;z-index:20;margin-bottom:.75rem;padding:.5rem 0 .25rem;background:#f9fafb}.shop-mobile-search-field{position:relative;display:flex;align-items:center}.shop-mobile-search-icon{position:absolute;left:.75rem;width:1rem;height:1rem;color:#6b7280;pointer-events:none}.shop-mobile-search .shop-search-input{width:100%;height:2.75rem;padding:.5rem 2.5rem;font-size:16px;line-height:1.25;border:1px solid #d1d5db;border-radius:9999px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,4%);-webkit-appearance:none;appearance:none}.shop-mobile-search .shop-search-input:focus{outline:none;border-color:#eb1d20;box-shadow:0 0 0 3px rgba(235,29,32,.15)}.shop-mobile-search .shop-search-input::-webkit-search-decoration,.shop-mobile-search .shop-search-input::-webkit-search-cancel-button,.shop-mobile-search .shop-search-input::-webkit-search-results-button,.shop-mobile-search .shop-search-input::-webkit-search-results-decoration{-webkit-appearance:none}.shop-search-spinner{position:absolute;right:.75rem;width:1rem;height:1rem;border:2px solid #e5e7eb;border-top-color:#eb1d20;border-radius:50%;animation:spin .7s linear infinite}.shop-search-clear{position:absolute;right:.4rem;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;color:#6b7280;border:none;background:0 0;border-radius:9999px;cursor:pointer}.shop-search-clear:not(.hidden){display:flex}.shop-search-spinner.hidden,.shop-search-clear.hidden{display:none!important}.shop-search-clear:hover{color:#111827;background:#f3f4f6}.shop-search-status{min-height:1.125rem;margin:.35rem .75rem 0;font-size:.75rem;line-height:1.125rem;color:#6b7280}.shop-search-status[data-state=searching]{color:#eb1d20;font-weight:600}.shop-search-status[data-state=done]{color:#374151}#shop-product-grid-wrap.shop-search-busy{opacity:.45;pointer-events:none;transition:opacity .15s ease}@media(min-width:1024px){.shop-mobile-search{display:none!important}}.shop-cat-tab{transition:all .2s ease;font-size:.9375rem;cursor:pointer}.shop-cat-tab:hover{background:#f3f4f6}.shop-cat-tab.bg-gray-900{background:#eb1d20!important}.shop-cat-tab.bg-gray-900:hover{background:#c21517!important}.shop-cat-details{margin:0}.shop-cat-summary{cursor:pointer;display:flex;align-items:stretch;margin:0;padding:0}.shop-cat-summary::-webkit-details-marker{display:none}.shop-cat-details[open] .shop-cat-chevron-icon{transform:rotate(90deg)}.shop-cat-children{list-style:none;padding-left:.75rem;margin-top:.25rem;border-left:1px solid #e5e7eb}.shop-price-filter input{transition:border-color .2s ease}.shop-price-filter input:focus{border-color:#eb1d20;outline:2px solid rgba(235,29,32,.2)}.shop-tag-checkbox{cursor:pointer;transition:all .2s ease}.shop-tag-checkbox:checked{background-color:#eb1d20;border-color:#eb1d20}.shop-gallery-wrap{position:relative}.shop-product-gallery{display:flex;flex-direction:column;gap:0}.shop-gallery-main{position:relative;min-height:280px}.shop-gallery-main-img{display:block;transition:opacity .2s ease}.shop-gallery-zoom{cursor:pointer}.shop-gallery-thumbs{scrollbar-width:thin;-webkit-overflow-scrolling:touch}.shop-gallery-thumbs::-webkit-scrollbar{height:6px}.shop-gallery-thumbs::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.shop-gallery-thumbs::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.shop-gallery-thumb{cursor:pointer;transition:all .2s ease}.shop-gallery-thumb-active{border-color:#eb1d20!important;box-shadow:0 0 0 1px #EB1D20}.shop-gallery-lightbox{cursor:zoom-out;transition:opacity .2s ease}.shop-gallery-lightbox:not(.hidden){display:flex!important}.shop-gallery-lightbox img{cursor:default}.shop-gallery-img{border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.shop-gallery-img:first-child{border:2px solid #e5e7eb}.shop-product-data{background:#f9fafb!important;border:1px solid #e5e7eb}.shop-product-data label{cursor:pointer;transition:background .2s ease;padding:.75rem;border-radius:6px}.shop-product-data label:hover{background:#f3f4f6}.shop-product-data input[type=radio]:checked+span{font-weight:600;color:#eb1d20}.shop-product-data input[type=checkbox]:checked+span{font-weight:600;color:#eb1d20}#shop-add-to-cart{transition:all .3s cubic-bezier(.4,0,.2,1)}#shop-add-to-cart:hover{background:#f9fafb!important;border-color:#eb1d20;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}#shop-buy-now{transition:all .3s cubic-bezier(.4,0,.2,1);background:#eb1d20!important}#shop-buy-now:hover{background:#c21517!important;transform:translateY(-2px);box-shadow:0 8px 20px rgba(235,29,32,.3)}#shop-sidebar-toggle,#shop-search-fab{background:#eb1d20;transition:all .3s ease;box-shadow:0 4px 12px rgba(235,29,32,.4)}#shop-sidebar-toggle:hover,#shop-search-fab:hover{background:#c21517;transform:translateY(-2px);box-shadow:0 6px 16px rgba(235,29,32,.5)}.shop-wishlist-btn,.shop-share-btn{transition:all .2s ease;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}.shop-wishlist-btn:hover{background:#fef2f2;color:#ef4444!important;transform:scale(1.1)}.shop-share-btn:hover{background:#f3f4f6;color:#111827!important;transform:scale(1.1)}#shop-sort{cursor:pointer;transition:all .2s ease}#shop-sort:focus{border-color:#eb1d20;outline:2px solid rgba(235,29,32,.2)}.shop-loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:#6b7280}#shop-no-results{padding:4rem 2rem;text-align:center;color:#9ca3af;font-size:1.125rem}.shop-faq-item-open{border-color:#eb1d20!important}.shop-faq-item .shop-faq-chevron.rotate-180{transform:rotate(180deg)}.shop-product-prose{color:#374151;line-height:1.65}.shop-product-prose.prose h1{font-size:1.75rem;font-weight:800;color:#111827;margin-bottom:.75em;line-height:1.3;letter-spacing:-.02em}.shop-product-prose.prose h2{font-size:1.25rem;font-weight:700;color:#111827;margin-top:1.75em;margin-bottom:.6em;padding-bottom:.35em;border-bottom:2px solid #eb1d20;display:inline-block}.shop-product-prose.prose h2:first-of-type{margin-top:0}.shop-product-prose.prose h3{font-size:1.05rem;font-weight:600;color:#1f2937;margin-top:1.25em;margin-bottom:.4em}.shop-product-prose.prose p{margin-bottom:.9em;color:#4b5563}.shop-product-prose.prose ul,.shop-product-prose.prose ol{margin-bottom:1.25em;padding-left:1.5em}.shop-product-prose.prose li{margin-bottom:.4em}.shop-product-prose.prose li::marker{color:#eb1d20}.shop-product-prose.prose strong{color:#111827;font-weight:600}.shop-product-prose.prose em{color:#6b7280;font-style:italic}.shop-product-prose.prose a{color:#eb1d20;font-weight:500;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.shop-product-prose.prose a:hover{color:#c21517;border-bottom-color:#c21517}.shop-product-prose section{margin-bottom:2rem}.shop-product-prose section:last-child{margin-bottom:0}.shop-product-prose section.product-hero{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.shop-product-prose section.compatibility,.shop-product-prose section.symptoms,.shop-product-prose section.calibration,.shop-product-prose section.fault-codes,.shop-product-prose section.pricing,.shop-product-prose section.how-it-works,.shop-product-prose section.what-it-does-not-fix,.shop-product-prose section.faq,.shop-product-prose section.internal-links{padding:1.25rem 0;border-bottom:1px solid #f3f4f6}.shop-product-prose section.internal-links{border-bottom:none}.shop-product-prose section.technical-specs{padding:1.25rem 0;border-bottom:1px solid #f3f4f6}.shop-product-prose.prose table{font-size:.9375rem;width:100%;border-collapse:collapse;margin-top:.5em;margin-bottom:.5em;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,6%)}.shop-product-prose.prose table th,.shop-product-prose.prose table td{padding:.65rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.shop-product-prose.prose table th{background:#f9fafb;font-weight:600;color:#374151;width:40%}.shop-product-prose.prose table td{background:#fff;color:#111827}.shop-product-prose.prose table tr:last-child th,.shop-product-prose.prose table tr:last-child td{border-bottom:none}.shop-product-prose section.faq h3{margin-top:1.5em;margin-bottom:.35em;font-size:1rem;color:#eb1d20}.shop-product-prose section.faq h3:first-of-type{margin-top:0}.shop-product-prose section.faq p{margin-bottom:.75em;padding-left:0}.shop-product-prose section.internal-links ul{list-style:none;padding-left:0}.shop-product-prose section.internal-links li{margin-bottom:.5em}.shop-product-prose section.internal-links li::marker{display:none}.shop-product-prose section.internal-links a{display:inline-flex;align-items:center;gap:.35rem}.shop-product-prose section.internal-links a::before{content:'';display:inline-block;width:.35rem;height:.35rem;background:#eb1d20;border-radius:50%}@media(max-width:639px){.shop-product-prose.prose table th,.shop-product-prose.prose table td{padding:.5rem .75rem;font-size:.875rem}.shop-product-prose.prose h1{font-size:1.5rem}.shop-product-prose.prose h2{font-size:1.125rem}}.shop-specs-grid{display:grid}@media(max-width:639px){.shop-gallery-main{min-height:240px}.shop-specs-grid{grid-template-columns:1fr}.shop-faq-question{padding-left:1rem;padding-right:1rem}.shop-faq-answer>div{padding-left:1.5rem}}@media(min-width:640px) and (max-width:1023px){.shop-specs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.shop-page .shop-sidebar{border-radius:0}.shop-toolbar{padding:1rem;border-radius:8px}.shop-product-card{border-radius:10px}#shop-product-grid.list-view .shop-product-card{flex-direction:column}#shop-product-grid.list-view .shop-product-card>div:first-child,#shop-product-grid.list-view .shop-product-card .shop-product-card-img-wrap{width:100%;min-width:100%;height:200px}#shop-product-grid.list-view .shop-product-card img{width:100%;height:200px}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.shop-product-card{animation:fadeIn .4s ease-out}.shop-product-card:focus-within{outline:2px solid #eb1d20;outline-offset:2px}.shop-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:40;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.shop-sidebar-overlay.active{opacity:1;visibility:visible}.shop-cat-tab svg{transition:transform .2s ease}.shop-cat-tab:hover svg{transform:translateX(2px)}#shop-product-grid.list-view .shop-product-card .shop-product-card-body h2{font-size:1.25rem}#shop-product-grid.list-view .shop-product-card .shop-product-card-body p{font-size:.9375rem}#shop-auth-login-wrap,#shop-auth-register-wrap,#shop-auth-orders-wrap{animation:fadeInUp .4s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#shop-checkout-items>div{transition:all .2s ease}.shop-cart-item{animation:slideInRight .3s ease-out}@media(max-width:639px){.shop-cart-item>div:first-child{flex-direction:column;align-items:flex-start}.shop-cart-item .flex-1{width:100%}}@keyframes slideInRight{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.shop-reviews-section .bg-white{animation:fadeInUp .4s ease-out}input:focus,textarea:focus,select:focus{outline:none}.shop-success-message{background:#d1fae5;border:2px solid #10b981;color:#065f46;padding:1rem;border-radius:.75rem;font-weight:500}.shop-error-message{background:#fee2e2;border:2px solid #ef4444;color:#991b1b;padding:1rem;border-radius:.75rem;font-weight:500}.shop-product-card-body .line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-view-btn.bg-gray-900{background:#111827!important;color:#fff!important}.shop-view-btn.bg-gray-100{background:#f3f4f6!important;color:#374151!important}html{scroll-behavior:smooth}.shop-spinner{border:3px solid #f3f4f6;border-top-color:#eb1d20;border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.shop-availability{animation:badgeFadeIn .3s ease-out}@keyframes badgeFadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.shop-gallery-wrap,.shop-product-gallery,.shop-specs-wrapper,.shop-faq-section{animation:shopFadeIn .4s ease-out}@keyframes shopFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.shop-spec-card{box-shadow:0 1px 2px rgba(0,0,0,4%)}.shop-spec-card:hover{box-shadow:0 4px 12px rgba(235,29,32,8%)}.shop-option-label:has(input:checked){border-color:#eb1d20;background-color:rgba(235,29,32,6%)}.shop-product-data label:has(input:focus-visible){outline:2px solid #eb1d20;outline-offset:2px}.shop-availability-IN_STOCK{background:#d1fae5;color:#065f46}.shop-availability-LOW_STOCK{background:#fef3c7;color:#92400e}.shop-availability-OUT_OF_STOCK{background:#fee2e2;color:#991b1b}@media print{.shop-sidebar,.shop-toolbar,#shop-sidebar-toggle,#shop-search-fab,#shop-categories-toggle,.shop-gallery-zoom,.shop-gallery-thumbs,.shop-wishlist-btn,.shop-share-btn{display:none!important}.shop-product-card{break-inside:avoid}.shop-faq-answer.hidden{display:block!important}}