.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px}.shop-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-grid-width{width:calc(50% - 8px)}input::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-search-results-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(min-width:559px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid-width{width:calc(33.3333% - 10.6667px)}}@media(min-width:750px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid-width{width:calc(25% - 12px)}}@media(min-width:900px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.product-grid-width{width:calc(20% - 12.8px)}}@media(min-width:1140px){.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.product-grid-width{width:calc(16.6667% - 13.3333px)}}@media(min-width:1600px){.product-grid:not(.contained){grid-template-columns:repeat(7,minmax(0,1fr))}}@media(min-width:1815px){.product-grid:not(.contained){grid-template-columns:repeat(8,minmax(0,1fr))}}.random-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media(min-width:1109px){.random-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1279px){.random-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1600px){.random-product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(min-width:1815px){.random-product-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}.carousel-wrapper{width:100%;display:flex;position:relative}.typing span{content:"";background:#000;border-radius:50%;width:8px;height:8px;animation:1.5s infinite both blink}@keyframes blink{0%{opacity:.1}20%{opacity:1}to{opacity:.1}}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}.marked ul,.marked ol{list-style:revert;margin:revert;padding:revert}.fade-in-bg{animation:.1s ease-in-out fadeInBg}.loader{text-indent:-9999em;background:linear-gradient(90deg,#fff 10%,#5433eb 42%);border-radius:50%;width:25px;height:25px;margin:10px auto;font-size:10px;animation:1.4s linear infinite load3;position:relative;transform:translateZ(0)}.loader:before{content:"";background:#fff;border-radius:100% 0 0;width:50%;height:50%;position:absolute;top:0;left:0}.loader:after{content:"";background:#5433eb;border-radius:50%;width:85%;height:85%;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}@keyframes load3{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
