body{font-family:'Manrope',sans-serif}.content-max-width{margin:0 auto;max-width:1600px;padding:0 1rem}@media (min-width:1024px){.content-max-width{padding:0}}.label-text{font-family:Manrope;font-weight:600;font-size:14px;line-height:16px;color:#fff}.product-title{font-family:Manrope;font-weight:700;font-size:16px;line-height:24px;color:#292929;max-height:48px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.current-price{font-family:Manrope;font-weight:700;font-size:24px;line-height:24px;color:#0072ce}.original-price{font-family:Manrope;font-weight:500;font-size:12px;line-height:24px;color:#a5a5a5;text-decoration:line-through}.compare-button{width:100%;height:46px;padding:12px 16px;border-radius:8px;border:1px solid #003b73;background:#fff;font-family:Manrope;font-weight:700;font-size:16px;line-height:22px;color:#003b73;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center;margin-top:auto}.compare-button:hover{background-color:rgb(0 114 206 / .08);color:#003b73}.carousel-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.product-label{background:#f5a623;border-radius:16px;padding:4px 8px;gap:4px;display:flex;align-items:center;justify-content:center;height:24px}.loading-skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.carousel-nav-btn{width:48px;height:48px;background-color:#003b73;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06);transition:all .2s ease;border:none;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.carousel-nav-btn:hover{background-color:#002a52;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -2px rgb(0 0 0 / .05)}.carousel-nav-btn:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.7}.carousel-nav-btn svg{stroke:#fff}.product-card{flex-shrink:0;width:calc((100% - (4 * 1.5rem)) / 5);border-radius:8px;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;isolation:isolate}.product-card-image-wrapper{width:100%;height:190px;background:#f9fafb;border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:center;padding:16px}.product-card-content{padding:16px;gap:8px;background:#fff;border-radius:0 0 16px 16px;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}@media (max-width:1280px){.product-card{width:calc((100% - (3 * 1.5rem)) / 4)}}@media (max-width:1023px){.product-card{width:calc((100% - (2 * 1.5rem)) / 3)}}@media (max-width:767px){.product-card{width:calc((100% - (1 * 1.5rem)) / 2)}}@media (max-width:639px){.product-card{width:100%}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.grid-container{position:relative}.grid-container-wrapper{margin:0 auto;max-width:1600px;padding:0 1rem}@media (min-width:1024px){.grid-container-wrapper{padding:0}}.products-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.products-grid{grid-template-columns:repeat(5,1fr)}}