.products{padding:10px 0 5px;font-family:var(--font-base);overflow-x:clip}@supports not (overflow:clip){.products{overflow-x:hidden}}.section-head{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.section-head .title{margin:0;font-size:20px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff}.product-card-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(6,minmax(0,1fr))}@media (max-width:1200px){.product-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:768px){.product-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media (max-width:480px){.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.product-card{border:none;background:transparent;overflow:hidden;transition:transform .25s ease}.shop-card{background:transparent!important;padding:0!important;border:none!important;display:flex;flex-direction:column;height:100%}.products .carousel-control-next-icon,.products .carousel-control-prev-icon{width:38px;height:38px;background-color:rgba(0,0,0,.6);border:1px solid rgba(212,155,83,.4);border-radius:50%;background-size:14px 14px;box-shadow:0 4px 12px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .2s ease}.products .carousel-control-next:hover .carousel-control-next-icon,.products .carousel-control-prev:hover .carousel-control-prev-icon{background-color:#d49b53;border-color:#d49b53}.products .carousel-control-prev{left:-24px}.products .carousel-control-next{right:-24px}.products .carousel-item .product-card-grid{display:grid!important;grid-gap:16px;gap:16px}.products .carousel-item .product-card-grid,.products .products-carousel.pc-xl .product-card-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.products .products-carousel.pc-lg .product-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.products .products-carousel.pc-md .product-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.products .products-carousel.pc-sm .product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}@media (max-width:768px){.products .carousel-control-next,.products .carousel-control-prev{display:none}}