:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}a{font-weight:500;color:#f58220;text-decoration:inherit;transition:color .3s ease-in-out}a:hover{color:#52525b;transition:color .3s ease-in-out}#clack-catalog-root,.catalog{width:100%}.section-title{text-align:center}#categories-grid,#products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}@media(max-width:768px){#categories-grid,#products-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}#categories-grid .single-category,#products-grid .single-category{background-color:#f4f4f5;border-radius:10px;display:block;aspect-ratio:1;overflow:hidden;position:relative}#categories-grid .single-category .section-infos,#products-grid .single-category .section-infos{background-color:#f58220;padding:10px;border-radius:10px;position:absolute;bottom:20px;left:20px;z-index:99}#categories-grid .single-category .section-infos h2,#products-grid .single-category .section-infos h2{margin:0;color:#f4f4f5;transition:color .3s ease-in-out;font-size:24px}#categories-grid .single-category .section-image,#products-grid .single-category .section-image{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}#categories-grid .single-category:hover .section-infos h2,#products-grid .single-category:hover .section-infos h2{color:#52525b;transition:color .3s ease-in-out}#categories-grid .single-category:hover .section-image,#products-grid .single-category:hover .section-image{transform:scale(1.1);transition:all .3s ease-in-out}#categories-grid .accessories-section,#products-grid .accessories-section{padding:10px 20px;display:flex;justify-content:space-between;align-items:center;row-gap:20px;aspect-ratio:auto;grid-column:span 2/span 2}@media(max-width:768px){#categories-grid .accessories-section,#products-grid .accessories-section{grid-column:span 1/span 1}}#categories-grid .accessories-section h2,#products-grid .accessories-section h2{font-size:40px;color:#52525b}#categories-grid .accessories-section img,#products-grid .accessories-section img{max-height:21px}@media(max-width:768px){.category-page #categories-grid .single-category{display:none}}.btn-back{margin-bottom:15px;display:inline-block}.category-description-area h3{margin:40px 0 20px;font-size:40px;font-weight:700;color:#f58220}.category-description-area .category-description{max-width:75%;color:#52525b;font-size:16px;font-style:normal;font-weight:400;line-height:27px}@media(max-width:768px){.category-description-area .category-description{max-width:100%}}.category-page .section-image{width:100%}.category-accessories{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:768px){.category-accessories{grid-template-columns:repeat(2,minmax(0,1fr))}}#product-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}@media(max-width:768px){#product-detail-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}#product-detail-grid .single-category{background-color:#f4f4f5;border-radius:10px;overflow:hidden;aspect-ratio:1}#product-detail-grid .single-category .section-image{width:100%;height:100%;object-fit:cover}.product-detail-area{text-align:left}.product-detail-area .product-category-name{margin:40px 0 0;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#52525b}.product-detail-area h3{margin:8px 0 20px;font-size:40px;font-weight:700;color:#f58220}.product-detail-area .product-sku{color:#f4f4f5;padding:5px 7px;border-radius:10px;font-size:14px;font-weight:600;background-color:#f58220;display:inline-block;margin-bottom:20px}.product-detail-area .product-price{color:#52525b;font-size:18px;font-weight:600}.product-variants-table{width:100%;border-collapse:collapse;margin-top:10px;color:#52525b}.product-variants-table th{text-align:left;padding:10px 12px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #f58220;color:#f58220}.product-variants-table td{padding:10px 12px;font-size:15px;border-bottom:1px solid #f4f4f5}.product-variants-table tr:last-child td{border-bottom:none}.single-product-preview{display:block;overflow:hidden;position:relative}.single-product-preview .product-image{margin-bottom:10px;background-color:#f4f4f5;border-radius:10px}.single-product-preview .product-image img{width:100%;transform:scale(1);transition:all .15s ease-in-out}.single-product-preview .product-sku{margin-bottom:8px;color:#f4f4f5;padding:5px 7px;border-radius:10px;font-size:14px;font-weight:600;background-color:#f58220;display:inline-block}.single-product-preview .product-name{color:#52525b;font-size:16px;font-weight:600;transition:color .15s ease-in-out}.single-product-preview:hover .product-image img{transform:scale(.8);transition:all .15s ease-in-out}.single-product-preview:hover .product-name{color:#f58220;transition:color .15s ease-in-out}
