html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pulse-button,.pulse-animation{animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #ff416cb3}70%{transform:scale(1.03);box-shadow:0 0 0 10px #ff416c00}to{transform:scale(1);box-shadow:0 0 #ff416c00}}.category-tabs-wrapper::-webkit-scrollbar{height:4px}.category-tabs-wrapper::-webkit-scrollbar-track{background:0 0}.category-tabs-wrapper::-webkit-scrollbar-thumb{background:var(--mantine-color-gray-3);border-radius:4px}.category-tabs-wrapper::-webkit-scrollbar-thumb:hover{background:var(--mantine-color-gray-4)}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.product-grid-item{flex-direction:column;width:50%;display:flex}@media (min-width:992px){.product-grid-item{width:33.333%}}@media (min-width:1200px){.product-grid-item{width:25%}}.product-card{transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1)!important}.product-card:hover{transform:translateY(-6px);box-shadow:var(--mantine-shadow-md)!important}.product-card__image-wrapper{cursor:pointer;padding-top:100%;position:relative;overflow:hidden}.product-card__image-wrapper img{transition:transform .5s cubic-bezier(.25,.8,.25,1)!important}.product-card:hover .product-card__image-wrapper img{transform:scale(1.06)}.category-tabs-list{scrollbar-width:none;-ms-overflow-style:none;WebkitOverflowScrolling:touch;grid-template-rows:repeat(2,minmax(0,1fr))!important;grid-auto-columns:max-content!important;grid-auto-flow:column!important;gap:8px!important;padding-bottom:4px!important;display:grid!important;overflow-x:auto!important}.category-tabs-list::-webkit-scrollbar{display:none}@media (min-width:768px){.category-tabs-list{flex-wrap:wrap!important;grid-template-rows:none!important;grid-auto-flow:row!important;gap:8px!important;padding-bottom:4px!important;display:flex!important;overflow-x:visible!important}}
