@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:Montserrat,sans-serif;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0!important}h2{color:#333}html,body{height:100%;margin:0;padding:0}#root,.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1}footer{flex-shrink:0}.cart{text-decoration:none}@media (max-width: 1200px){.container{padding:0 1rem!important}}.back-button{background-color:transparent;color:red;border:none;font-size:24px;cursor:pointer;transition:color .3s ease}.back-button:hover{color:#c00}.header{position:fixed;top:0;width:100%;z-index:1000;background:#fff;box-shadow:0 2px 5px #0000001a}.logotipe{width:36px}.header-top .container{display:flex;align-items:center;justify-content:space-between}.logo{font-size:24px;font-weight:700;display:contents}.logo a{color:#333;text-decoration:none;cursor:pointer}.header-actions{display:flex;align-items:center;gap:16px}.header-actions .action-btn span{transition:.3s ease}.header-actions .action-btn span:hover{color:red}.action-btn{display:flex;align-items:center;gap:4px;text-decoration:none;color:#333}.cart{display:flex;align-items:center;gap:4px}.cart-icon,.menu{width:1.5rem}.cart-count{color:#000;border-radius:.5rem;font-size:1rem;font-weight:600;margin-bottom:1rem}.header-bottom{border-top:1px solid #eee;padding:10px 0}.header-bottom .container{display:flex;justify-content:space-between;align-items:center}.main-nav{display:flex;gap:20px}.main-nav a{text-decoration:none;color:#333;transition:.3s ease}.main-nav a:hover{color:red}.lang-phone{display:flex;align-items:center;gap:20px}.lang-select{border:none;background:none;cursor:pointer}.phone{text-decoration:none;color:#333;transition:.3s ease}.phone:hover{color:red}.mobile-menu-btn{display:none;background:none;border:none;padding:5px;cursor:pointer}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:10px 0;box-shadow:0 -2px 10px #0000001a;z-index:1000}.mobile-bottom-nav .nav-items{display:flex;justify-content:space-around;align-items:center}.nav-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#666;font-size:12px}.nav-item.active{color:red}.nav-item .cart-indicator{position:relative}.nav-item .cart-count{position:absolute;top:-8px;right:-8px;background:red;color:#fff;font-size:10px;padding:2px 6px;border-radius:10px}.catalog-btn{display:flex;align-items:center;gap:8px;color:#333;font-weight:600;border-radius:4px;cursor:pointer;transition:color .3s ease}.catalog-btn:hover{color:red}.catalog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:flex-start;align-items:flex-start;z-index:1000}.catalog-sidebar{background:#fff;width:800px;height:100%;padding:20px;box-shadow:2px 0 5px #0000004d;position:relative;transform:translate(-100%);animation:slideIn .5s forwards;overflow-y:auto}.catalog-sidebar.enter{animation:slideIn .5s forwards}.catalog-sidebar.closing{animation:slideOut .5s forwards}.search input{width:100%;padding:8px 40px 8px 16px;border:2px solid #e0e0e0;border-radius:.5rem;outline:none;font-size:1rem;transition:all .3s ease;background-color:#fff;color:#333}.search input:focus{border-color:red;box-shadow:0 0 0 4px #ff00001a;animation:input-focus .3s ease;outline:none}.search input::placeholder{color:#999}@keyframes input-focus{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.search-suggestions{position:absolute;top:110%;left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:4px;max-height:300px;overflow-y:auto;z-index:1000}.search-suggestions li{padding:.5rem;border-bottom:1px solid #f1f1f1}.search-suggestions li a{text-decoration:none;color:#333}.search-suggestions li:hover{background-color:#f7f7f7}.search-input-wrapper{position:relative;width:60%;padding:10px;background:#fff}.search-input-wrapper form{display:flex;gap:10px}.search-input-wrapper input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:all .3s ease}.search-input-wrapper input:focus{border-color:red;box-shadow:0 0 0 4px #ff00001a;outline:none}.search-input-wrapper button{padding:8px 16px;background:red;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.search-input-wrapper button:hover{background:#c00}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:0 0 4px 4px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}.search-suggestions ul{list-style:none;margin:0;padding:0}.search-suggestions li{display:flex;align-items:center;gap:10px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .3s ease}.search-suggestions li:hover{background:#f5f5f5}.suggestion-item{display:flex;align-items:center;width:100%}.suggestion-details{flex:1;margin-left:10px}@media (max-width: 768px){.search-input-wrapper{display:none}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}.catalog-sidebar h2{font-size:1rem;color:red;margin-bottom:10px}.close-btn{color:red;font-weight:700;position:absolute;top:30px;right:20px;background:none;border:none;font-size:20px;cursor:pointer;text-decoration:none}.category-list{list-style:none;padding:0}.category-title{margin-right:auto}.icon{width:1.5rem;margin-right:1rem}.category-item{cursor:pointer;padding:10px 0;border-bottom:1px solid #eee}.category-item:hover{background-color:#f9f9f9}.category-header{display:flex;justify-content:space-between;align-items:center}.category-item>.category-title,.category-item>.arrow{display:inline-block}.category-item>.arrow{font-size:12px;margin-left:auto}.category-item>.subcategory-wrapper{overflow:hidden;max-height:0;transition:max-height .3s ease}.category-item.open>.subcategory-wrapper{max-height:80vh;overflow-y:auto}.subcategory-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .3s ease;margin-top:10px;margin-bottom:10px}.subcategory-header:hover{background-color:#f2f2f2}.subcategory-list{list-style:none;padding-left:30px;margin:10px 0 0}.arrow{color:#333;font-size:12px}.subcategory-list a{color:#333;text-decoration:none;border:none;display:block;padding:5px 0}.subcategory-list a:hover{color:red}.subsubcategory-list{background-color:#f9f9f9;list-style:none;padding-left:40px;margin:0}@media (max-width: 1000px){.search-input-wrapper{width:43%}.header-top .container{gap:1rem}.header-actions{margin-left:auto}.logo{font-size:20px}.logotipe{width:30px}.catalog-btn img{width:1.5rem}}@media (max-width: 768px){.header-top,.header-bottom{padding:.5rem 0}.header{position:static}.header-actions .action-btn{display:none}.catalog-btn{margin-right:auto}.catalog-btn span{display:none}.cart img{width:24px;height:24px}.catalog-sidebar{padding-bottom:5rem;width:100%}.header-top .container{gap:10px}.close-btn{top:auto}.search-input-wrapper{display:none}}@media (max-width: 600px){.header-bottom,.search{display:none}}@media (max-width: 360px){.logotipe{width:25px}.logo{font-size:1rem}.cart img{width:20px;height:20px}.catalog-btn img{width:1.3rem}}.hero-section{margin-top:5rem;background:linear-gradient(to right,#f8fafc,#e0f2fe);padding-top:2rem}.container{max-width:1120px;margin:0 auto;padding:0 1rem}.grid-wrapper{display:grid;grid-template-columns:1fr;align-items:center}@media (min-width: 768px){.grid-wrapper{grid-template-columns:1fr 1fr}}.hero-content{text-align:left}.hero-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:2rem}.hero-image-wrapper{padding-bottom:5px;position:relative}.hero-image{border-radius:1rem;box-shadow:0 4px 20px #0000001a;width:100%;height:auto}@media (max-width: 900px){.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-image{display:none}}@media (max-width: 600px){.hero-section{margin-top:0rem}.hero-title{font-size:1.5rem}.container{margin:0!important}}.slider{margin-top:10rem!important;max-width:1120px;margin:0 auto;margin-top:8rem!important;padding:0 1rem;position:relative;overflow:hidden;width:100%;height:400px;border-radius:12px;box-shadow:0 8px 20px #00000026}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity .6s ease-in-out}.slide.active{opacity:1}.slide-content{position:absolute;top:50%;left:40%;transform:translate(-50%,-50%);color:#fff;max-width:80%;text-shadow:0 2px 4px rgba(0,0,0,.6);display:flex;flex-direction:column;align-items:center;justify-content:center}.slide-content h2{margin-bottom:1rem;color:#fff;font-size:2.5rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.6)}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);background-color:#0003;border:none;color:#b5b2b2;font-size:2rem;padding:2px 16px;cursor:pointer;border-radius:50%;transition:background-color .3s ease}.prev{left:20px}.next{right:20px}.dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.dot{width:12px;height:12px;border-radius:50%;background-color:#fff9;cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:#fff}@media screen and (max-width: 768px){.slider{margin-top:0!important;height:250px}.slide-content{left:50%;max-width:90%}.slide-content h2{text-align:center;font-size:1rem;margin-bottom:0}.prev,.next{font-size:1rem;padding:2px 10px}.dots{bottom:10px}.dot{width:8px;height:8px}}.mobile-search-wrapper{position:relative;width:100%;padding:10px;display:none}.mobile-search-form{display:flex;gap:10px}.mobile-search-input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.mobile-search-button{padding:8px 16px;background:#f5f5f5;color:#333;border:1px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease}.mobile-search-button:hover{background:#e5e5e5}.search-icon{width:18px;height:18px}.mobile-search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:0 0 4px 4px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}.suggestions-title{padding:10px;background:#f5f5f5;font-weight:700;border-bottom:1px solid #ddd}.suggestion-item{display:flex;align-items:center;padding:10px;gap:10px;border-bottom:1px solid #eee;cursor:pointer}.suggestion-item:hover{background:#f5f5f5}.suggestion-image{width:40px;height:40px;object-fit:cover;border-radius:4px}.suggestion-details{flex:1}.suggestion-name{font-size:14px;color:#333;margin-bottom:4px}.suggestion-price{font-size:12px;color:red;font-weight:700}.no-suggestions{padding:15px;text-align:center;color:#666}ul{list-style:none}@media (max-width: 768px){.mobile-search-wrapper{display:block}}.footer{background-color:#333;color:#fff;padding:60px 0 20px;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}.footer-column h3{font-size:18px;margin-bottom:20px;font-weight:400}.footer-nav{display:flex;flex-direction:column;gap:12px}.footer-nav a{color:#999;text-decoration:none;font-size:14px;transition:color .3s}.footer-nav a:hover{color:#fff}.footer-contacts{display:flex;flex-direction:column;gap:15px}.footer-phones{display:flex;flex-direction:column;gap:5px}.footer-phones a{color:#fff;text-decoration:none;font-size:16px}.footer-address{color:#999;font-size:14px}.social-links{display:flex;gap:15px;margin-top:10px}.social-link{width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease}.social-link.whatsapp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAmVJREFUSIm9lUtIVVEUhv+lYg+5BBaVRES3JkEpERQkUbMeEAUVlRU4qEEYSYNoFIENwiYRQaMiyIkjB1FEBBXmwAaBQUEIZo9rhr0HhuHVr8FZp7aXc+49TlqTvfnXv/5/v7cpJYBaSTsk7ZG0UdJSSTlJY5KGJD2Q1GNmg2kaacIGtABvmBnjwCdgKsCmgC5gRVbxeUB3IHAPOAQsDDjVQBNwHhh13ndgeyXxuUCfFwwBWzIMqA7oBKaBInCgHLnLxfuBRZmm/K/2sBuMA+uTCLtd/C2weDbigcYZ1xgAqsJEFfDSkzsDvMM3sX0WJr2ucyQENzvYF2BrfV0B3gHVGQ22es2TEOx08FSAHWNm7MpoYMAIMAnUS1KVpCbPPwq4I0H/i6QXWQzMDEmPJdVIaowNGhJEeyUNe7/HzMJcpSh42xAb1DnwKxhJUVKbJCS1As2zMPjt7ZzY4KsDS0KWmd2XdFFSraQ7oQnQ4PtUm2CwzNuPMfmmb+TeUqYf4ThfBC4Dq4FnjhWAEyU1A55bGQMtDnQlzddPRoefjKR4HXDzjr0KBXLAD2Dir2uyUSPwMLgfeL8t4Nxw/EJpcXwXLqUZBNxVwEngHLAuwJt9GT8DC0qLYueDlQxSTPNEfwVAaxLhPdG7M+Pdzyi+DRhz8WtJhDWeHASOArfccBg4DuRShDcQfU7xnlxJGpQBpyVdLcGnFd0RSZqQ9FzRPzyp6L40SVru+YKks2bWnTbFu/FxA64D+4B6YBNwG/iWcDSLwFOgHZhfbgkN2C+p38wKSQSizyPvI66RNCrpg5n9LCf83+IP5onxPrjIIrsAAAAASUVORK5CYII=)}.social-link.instagram{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAodJREFUSImtlsuLj1EYxz/nN0PIjMu45RqzICQrOwthwULZuKUUGxL+BxJbiVmRWy4L5bITVkpJkbAi14xLrhnDuHws3uc1x+v3G2U89fY7z3me8/me33nP856TyExtAzYAi4GpwMgIDQCG8rt9BL5G+x3wELgMHEwpPaNq6mr1g/23bnVzyU0BXwmcCP8RcAS4FTPrAnr+mFFhzUBLPDOBtcCMiG1NKe1FHa6+DfXT6qAGsL+a2qR2BOuzOhl1S3Q8UQf/I3iTel1dESI3g7kT9Ww4u/8CaVYnqJPUAZXYm2DcDX9b+FdrwLTIu90APF7tAF4CT4HHwGv1kDo10o4CX4Bj4d+J32nE0qguqQOfp77sY8e8VxfVGTcn4j01ip0A8K2SNA44D4wGngNrgOFAK7AsZtkKnFbbKxolqxn1VagtqAjsif7nIVadZYt6L3KOV2LTy79ItkXnZwkpwKrrqvAsb2nkdOU7UG0vBRot0QhgbLQvNBIALgI/gCHAlKz/F6vWYGDqA9rI6o6pkb+QXnsDvIj2wj6gi4PxieJjV9ovVl2BlJLAqXB3qGOqZLUV2BPumZRSdxZuyhPLl7moAhirvohYp7pGHRa7Z7n6IKuF9srYmRH7hvo0nEaFVorUs3fqH0tob6F9qQFvo39UNTGldA2YC3RQvJfSPgCHgLkppUvVcRTFCfAa9Vyo7aqTmM+q4ceuTu7WYF7JnUf24yzI4DX1RjC3o46ItVQ9qQ7sB7xJ3ResbnVieWSuAo5TFMt94DDFkdkJfM8YXRSV25L1JWAcMIviyJwd/ZtTSvtz9f916HepG3P1XKQNWE/vtaUtQvWuLZ8oDhn4/dpyIKXUWSb9BDIvAIKLCLSjAAAAAElFTkSuQmCC)}.social-link.telegram{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAgpJREFUSIm1lMFLVFEUxr9nUslMMZlFCQUFEeQmbZGbNiGFtMhV0aJFRu6idq6irX9B0CYpdxpUtAixIEFahDQuCmtRDRVkFCEoIUXzazHfMJc3743PmDmbe+453/nOd98990kttqgVpECvpEuSVppJmgeuAC+p2XIziHuAMeAn9TbX/p+k2yVdkDQiqc/hcgJ0YaPEx4DbwEqg8h1wA5jzvgQ8sH85k1pgBHgVkK4Bk8AAkAOmHf8AHACeet/XiDhJ7VtgFOgyJgc8c24R6Hb8O/Ab2JqmtpiiNgqwBeCFMUVgl+P7HVtIUrsaEC9a7c6E03VSG8f5EAOcdXy8GpgJSFeBO0B/g0+3F3ht/CywLZa/6dx1SWqTFI7qJklbJOWBtgTyfZJmJfVImpE0GEVR/LUe9VqsFkXACWA8dqElYDQgPwh8dO5x3QXWcCWgDBSSknlgmNpMAxwHDgNfvJ8CNqeQdxrzPikfB1e/5S1gyf4EkPr6gZPG3a/G6r5zYNNehyXttt8haUeDml6v6/8igHZgmco7GAI+Wd0SMJRSM2HMmXUbuOChC065STm4m3vxiwzGtztrg6sueAP8DSboq/3PwGljO4A/wLdM5C46Eij+BVxzvEDl5YenGbD/JHMDkz2nMraHEnLngB8mXvM6tqEGGQTsAR4Fpznf1AZBo4vAXSDXkgZp9g8dYhnxrT0otgAAAABJRU5ErkJggg==)}.social-link:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid #444;padding-top:20px;text-align:left}.footer-bottom p{color:#666;font-size:14px}@media (max-width: 768px){.footer{padding:40px 10px 30px;margin-bottom:5rem}.footer-content{display:flex;flex-direction:column;gap:20px}.footer-column h3{font-size:16px;margin-bottom:15px}.footer-nav a{font-size:13px}.footer-phones a{font-size:14px}.footer-address{font-size:13px}.footer-bottom{text-align:center;padding-top:15px}.footer-bottom p{font-size:13px}}.map-url{width:100%;height:500px;border:0;border-radius:20px}.map{margin-bottom:2rem}@media (max-width: 768px){.map-url{height:400px}}.about-section{margin-top:3rem}.about-container{max-width:1120px;margin:0 auto;padding:0 1rem}.about-header{text-align:center;margin-bottom:4rem}.about-title{margin-top:50px;font-size:2.25rem;font-weight:700;margin-bottom:1rem}.about-subtitle{font-size:1.25rem;color:#718096;max-width:48rem;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem}.about-info-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.about-info-text p{color:#718096;margin-bottom:1.5rem}.about-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.about-feature{display:flex;align-items:center;transition:transform .3s ease,color .3s ease}.about-feature-icon{color:red;margin-right:.5rem;transition:transform .3s ease}.about-feature:hover .about-feature-icon{transform:scale(1.2)}.about-feature:hover{color:red}.about-images{position:relative;width:100%;height:380px;margin:2rem 0}.about-image{position:absolute;width:45%;border-radius:12px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 15px #00000026}.about-images img:nth-child(1){top:0;left:5%;z-index:3;transform:rotate(-3deg)}.about-images img:nth-child(2){top:10%;left:40%;z-index:4;transform:rotate(2deg)}.about-images img:nth-child(3){top:45%;left:10%;z-index:2;transform:rotate(-1deg)}.about-images img:nth-child(4){top:50%;left:50%;z-index:1;transform:rotate(3deg)}.about-image:hover{transform:scale(1.03);box-shadow:0 8px 20px #0003}.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.about-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s ease}.about-card:hover{box-shadow:0 8px 12px #00000026}.about-card-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.about-footer{text-align:center}.about-button{background:red;color:#fff;padding:.75rem 2rem;font-weight:600;border-radius:.5rem;transition:background .3s ease;border:none}.about-button:hover{background:#b00000}.about-image-mobile{display:none;width:100%;margin:1rem 0;border-radius:8px}@media (max-width: 768px){.about-image-mobile{display:block}.about-info{margin-top:2rem}.about-card ul{font-size:.6rem}.about-section{margin-top:0}.about-cards{margin-bottom:0}.about-info *{position:relative;z-index:2}.about-info-text{font-size:.8rem}.about-info-title{font-size:1.5rem}.about-container{padding:1rem;border-radius:8px}.about-grid{margin-bottom:2rem;grid-template-columns:1fr;gap:2rem}.about-images{display:none}.about-cards{grid-template-columns:1fr}.about-info-text p,.text{color:#333;font-size:.8rem}}.uc-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000;display:flex;justify-content:center;align-items:center}.uc-modal{max-width:90%;background:#fff;padding:2rem;border-radius:8px;position:relative;text-align:center}.us-h2{color:red;font-size:2rem;margin-bottom:1rem}.us-p{margin-bottom:1rem;font-size:.7rem}.uc-close-btn{position:absolute;top:10px;right:10px;border:none;background:none;font-size:20px;cursor:pointer}.uc-wa-btn{font-size:.8rem;display:inline-block;margin-top:15px;padding:10px 20px;background:#078636;color:#fff;border-radius:4px;text-decoration:none}@media (min-width: 768px){.uc-modal{max-width:40%;height:30%;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;align-content:center}}@media (max-width: 768px){.us-h2{font-size:1rem}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background-color:#fff;box-shadow:0 -2px 5px #0000001a;display:flex;justify-content:space-around;padding:10px 0 20px;z-index:1000}button.nav-item{all:unset;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#333;font-size:12px;cursor:pointer}.nav-item{border:none;background:none;text-decoration:none;color:#333;font-size:12px;display:flex;flex-direction:column;align-items:center}.nav-item img{width:24px;height:24px;margin-bottom:4px}.nav-item:focus{outline:none}.bottom-cart-item{position:relative}.cart-quantity{position:absolute;top:-5px;right:-10px;background-color:red;color:#fff;font-size:12px;font-weight:700;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.cart-text{font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-size:12px;color:#333}.profil-nav{font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-size:12px;color:#333;margin-top:4px}.bottom-nav{display:flex;justify-content:space-around;align-items:center}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%}.cart-icon{position:relative;width:24px;height:24px}.cart-text{margin-top:4px}.nav-item.dropdown-toggle:after{content:none}@media (min-width: 768px){.bottom-nav{display:none}}.card-container{border:1px solid #ddd;border-radius:8px;padding:12px;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;width:250px;height:350px}.product-card-wrapper.highlighted{animation:highlight 2s ease}@keyframes highlight{0%{transform:scale(1);box-shadow:0 0 #f000}50%{transform:scale(1.05);box-shadow:0 0 20px #ff000080}to{transform:scale(1);box-shadow:0 0 #f000}}.card-container:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.product-image{width:100%;height:180px;object-fit:cover;border-radius:.75rem;margin-bottom:.5rem}.product-title-card{font-size:.9rem;margin:5px 0;color:#333}.product-description{flex-grow:1;overflow:hidden;font-size:.75rem}.product-price{font-size:.8rem;color:red;font-weight:700}.status-available{color:green;font-size:.6rem}.status-unavailable{color:red;font-size:.6rem}.status-order{color:#0011ad;font-size:.6rem}.current-price{font-size:.8rem;color:red;font-weight:700}.availability-status{color:green;font-size:.7rem}.details-btn{background-color:#2e2e2e;color:#fff;padding:.5rem;border-radius:.5rem;font-weight:600;transition:background-color .3s ease;border:none;font-size:.8rem}.details-btn:hover{background-color:#555}.add-to-cart-btn{background-color:red;color:#fff;padding:.5rem 1.2rem;border-radius:.5rem;font-weight:600;transition:background-color .3s ease;border:none;font-size:.8rem}.add-to-cart-btn:hover{background-color:#9b0707}.card-buttons{display:flex;justify-content:space-between;gap:1rem}.price-and-status{display:flex;align-items:center;margin-top:auto;justify-content:space-between;border-top:1px solid #ddd}@media (max-width: 768px){.product-title-card{font-size:.5rem}.product-image{height:150px;width:100%}.price-wrapper{display:flex;flex-wrap:wrap}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.card-container{width:100%;padding:8px;height:auto;margin-left:.3rem}.product-title{font-size:.8rem}.current-price{font-size:.7rem}.availability-status{font-size:.6rem}.card-buttons{display:flex;margin-top:0;justify-content:space-between;gap:0}.details-btn,.add-to-cart-btn{padding:.3rem .7rem;font-size:.5rem}}@media (max-width: 480px){.product-price{font-size:.7rem}.card-container{width:100%;max-width:100%;flex:0 0 50%;box-sizing:border-box;padding:6px;height:260px;margin:0}.product-title{font-size:.6rem}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-list{overflow:hidden;padding-top:1rem!important;padding:0 1rem;height:25rem}.slick-slide{display:flex;justify-content:center;align-items:center;box-sizing:border-box}.product-slide{width:100%;max-width:250px;margin:0 auto}.section-header-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.section-title{font-size:24px;font-weight:600;margin:0}.slider-controls{position:absolute;top:50%;width:1120px;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:10}.slider-arrow{background:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 5px #0003}.slider-arrow:hover{background:red;color:#fff}.slider-arrow.next{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:10}.slider-arrow.prev{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:10}.product-slide{padding:0 auto;transition:transform .3s ease}.product-slide:hover{transform:scale(1.05)}.new-products-section{position:relative;padding-top:40px}.section-title{font-size:24px;font-weight:700;text-align:center;margin-bottom:20px}@media (max-width: 1200px){.slider-controls{width:100%}.slider-arrow{width:36px;height:36px}.section-title{font-size:22px}}@media (max-width: 992px){.slider-arrow.next{right:2rem}}@media (max-width: 768px){.slick-track{display:flex;gap:1rem}.product-slide{max-width:200px}.slider-controls{width:100%}.slider-arrow{width:32px;height:32px}.slick-slide{width:100%;max-width:200px}.slick-list{height:auto;padding:0}.slider-controls{top:60%}}@media (max-width: 480px){.slider-arrow{width:28px;height:28px}.section-title{font-size:1.5rem}.slick-track{display:flex;gap:.5rem}.slick-slide{width:50%!important;max-width:50%!important;min-width:0;box-sizing:border-box;display:flex;justify-content:center}.product-slide{width:100%;max-width:100%;margin:0;padding:0}.slick-list{padding:0!important}}.cart-container{margin-top:8rem!important}.cart-content{background:#fff;border-radius:12px;padding:2rem}.cart-title{font-family:system-ui,-apple-system,sans-serif;font-weight:500;font-size:1.75rem;color:#111;margin-bottom:2rem;text-align:center}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.item-image{width:120px;height:120px}.item-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.item-details{flex:1}.item-name{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.item-price{color:red;margin-bottom:1rem}.item-controls{display:flex;align-items:center;gap:2rem}.quantity-controls{display:flex;align-items:center;gap:.75rem}.quantity-btn{width:32px;height:32px;border:none;border-radius:6px;background:#f5f5f5;color:#333;font-size:1.25rem;cursor:pointer;transition:background .2s}.quantity-btn:hover{background:#eee}.quantity{font-size:1rem;min-width:2rem;text-align:center}.remove-btn{display:inline-flex;align-items:center;gap:8px;padding:4px 15px;border-radius:6px;font-size:14px;background:transparent;border:none;color:red;transition:all .2s cubic-bezier(.645,.045,.355,1);cursor:pointer;margin-left:auto}.remove-btn:hover{background-color:#f5f5f5;color:#333;transform:scale(1.05)}.remove-btn .anticon{font-size:16px}.cart-summary{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.delivery-method select{width:300px;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;margin-bottom:1.5rem}.total{width:300px;display:flex;align-items:center;justify-content:space-between;font-size:1.25rem;font-weight:500;margin-bottom:1.5rem}.checkout-btn{display:block;margin-left:auto;width:300px;padding:1rem;border:none;border-radius:6px;background:red;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background .4s}.checkout-btn:hover{background:#333}.login-btn{width:100%;max-width:300px;padding:1rem;border:1px solid #ddd;border-radius:6px;background:#fff;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.login-btn:hover{background:#f5f5f5}.empty-cart{text-align:center;color:#666}@media (max-width: 768px){.cart-container{margin:1rem auto!important;padding:0 .5rem}.cart-content{padding:.75rem;border-radius:8px}.cart-title{font-size:1.25rem;margin-bottom:1rem}.cart-item{display:grid;grid-template-columns:70px 1fr;gap:.75rem;padding:.75rem;margin-bottom:.5rem;width:100%;box-sizing:border-box}.item-image{width:70px;height:70px}.item-details{width:100%;box-sizing:border-box}.item-controls{display:grid;grid-template-columns:auto auto auto;gap:.5rem;width:100%;align-items:center}.quantity-controls{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.quantity-btn{width:22px;height:22px;font-size:.9rem;padding:0}.quantity{min-width:1.25rem;font-size:.8rem}.item-total{font-size:.8rem;text-align:center}.remove-btn{padding:.25rem;font-size:.75rem;white-space:nowrap}.cart-summary{margin-top:1rem;padding:.75rem}.delivery-method select{width:100%;padding:.5rem;font-size:.9rem;margin-bottom:1rem}.total{width:100%;font-size:1rem;margin-bottom:1rem}.checkout-btn,.login-btn{width:100%;margin:0 auto;padding:.75rem;font-size:.9rem;white-space:nowrap}}@media (max-width: 450px){.cart-container{margin:1rem auto!important;padding:.5rem;max-width:100%;overflow-x:hidden}.cart-content{padding:.75rem;border-radius:8px}.cart-title{font-size:1.25rem;margin-bottom:1rem}.cart-item{display:flex;flex-direction:column;padding:1rem;margin-bottom:1rem;border:1px solid #eee;border-radius:8px}.item-header{display:grid;grid-template-columns:80px 1fr;gap:1rem;margin-bottom:1rem}.item-image{width:80px;height:80px;border-radius:6px;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{display:flex;flex-direction:column;gap:.5rem}.item-name{font-size:.9rem;font-weight:500;color:#333;margin:0}.item-price{font-size:.85rem;color:red;margin:0}.item-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding-top:.75rem;border-top:1px solid #eee}.quantity-controls{display:inline-flex;align-items:center;border-radius:6px;padding:.25rem}.quantity{min-width:1.5rem;text-align:center;font-size:.9rem;font-weight:500}.item-total{font-size:1rem;font-weight:500;color:#333;text-align:right}.remove-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;font-size:.85rem;color:#ff4d4f;background:transparent;border:none}.remove-btn .anticon{font-size:14px}.cart-summary{margin-top:1.5rem;padding:1rem;background:#f9f9f9;border-radius:8px}.delivery-method select{width:100%;padding:.75rem;font-size:.9rem;border:1px solid #ddd;border-radius:6px;margin-bottom:1rem}.total{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;margin:1rem 0}.checkout-btn,.login-btn{width:100%;padding:.875rem;font-size:1rem;border-radius:6px}}@media (max-width: 360px){.cart-item{grid-template-columns:60px 1fr;gap:.5rem;padding:.5rem}.item-image{width:60px;height:60px}.item-name{font-size:.8rem}.item-price{font-size:.75rem}.quantity-btn{width:20px;height:20px;font-size:.8rem}.item-total{font-size:.75rem}.remove-btn{font-size:.7rem}}.row-subcategory{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 auto}.col-md-9{margin-left:0;padding:0}.text-center-h4{margin-top:6rem;text-align:center}.container-sub{margin-top:2rem;width:1120px;margin-left:auto;margin-right:auto;padding:20px;border-radius:10px;text-align:center;margin-bottom:2rem}.card-title-text{font-size:1rem;font-weight:500;margin-bottom:.5rem;overflow:hidden}.card{width:100%;border:1px solid #ddd;border-radius:8px;padding:.5rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.card-img-top{width:100%;height:200px;object-fit:contain;margin-bottom:1rem}.card-body{padding:0;gap:.5rem;display:flex;flex-direction:column}p{margin:0;padding:0}.card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.card img{width:100%;height:200px;object-fit:contain;margin-bottom:1rem}.card-buttons{display:flex;gap:.5rem}@media (max-width: 1200px){.row-subcategory{grid-template-columns:repeat(3,1fr);width:100%}}@media (max-width: 768px){.row-subcategory{grid-template-columns:repeat(2,1fr);gap:10px}.card-img-top{height:150px}.card-title-text{font-size:13px;min-height:35px}.row-subcategory{grid-template-columns:repeat(2,1fr);gap:8px}.card img{height:150px}.card-title-text{font-size:10px;margin-bottom:0}}@media (max-width: 1120px){.container-sub{width:90%;margin-top:1rem;padding:0}.card-body{gap:.2rem}}.content{margin:0 auto;max-width:1120px}.order-page{width:100%;padding:20px}.order-page h1{margin-top:6rem;text-align:center;margin-bottom:20px;color:#333}.order-table-wrapper{overflow-x:auto;margin-bottom:20px}.order-table{table-layout:fixed;width:100%;border-collapse:collapse;margin:0 auto}.order-table th,.order-table td{border:1px solid #ddd;padding:10px;text-align:center;word-wrap:break-word}.order-table th{background-color:#f5f5f5;font-weight:700}.order-summary{background-color:#fafafa;padding:15px;border:1px solid #ddd;margin-top:20px}.order-summary h2{margin-bottom:15px;color:#333}.order-summary h3{margin-bottom:10px}.order-summary p{margin:5px 0;color:#555}@media (max-width: 768px){.order-page h1{margin-top:1rem}.order-table-wrapper{overflow-x:auto}.order-table th,.order-table td{padding:8px;font-size:.875rem}.order-summary{padding:10px}.order-summary h2{font-size:1.25rem}.order-summary h3{font-size:1rem}.order-summary p{font-size:.875rem}}.delivery-page{display:flex;flex-direction:column;background-color:#f9f9f9}.delivery-container{max-width:1120px;margin-top:2rem;margin-left:auto;margin-right:auto;margin-bottom:5rem;padding:20px;border-radius:8px}.delivery-container h1{font-size:2rem;margin-bottom:1rem;text-align:center}.delivery-container h2{font-size:1.5rem;margin-top:1.5rem}.delivery-container p,.delivery-container ul{font-size:1rem;line-height:1.5;margin-bottom:1rem}.delivery-container ul{list-style:disc;padding-left:1.5rem}.phone{text-decoration:none;color:#333}@media (max-width: 768px){.delivery-container{margin-top:0;margin-bottom:0}.delivery-container h2{font-size:.9rem;margin-top:1.5rem}.delivery-container p,.delivery-container ul{font-size:.7rem;line-height:1.5;margin-bottom:1rem}}.payment-content{margin-top:2rem;width:1120px;margin-left:auto;margin-right:auto;padding:20px;border-radius:10px;text-align:center;margin-bottom:2rem}.payment-container{display:flex}.payment-container h1{margin-bottom:15px;color:#333}.payment-method-page{background:#f9f9f9;padding:15px;border-radius:8px;margin-bottom:1rem}.payment-method{margin-top:1rem}.payment-method h2{color:#333;margin-bottom:5px}.payment-method p,.payment-method-page p{font-size:1rem;color:#333}.whatsapp-button{display:inline-block;padding:10px 15px;background:red;color:#fff;text-decoration:none;border-radius:5px;font-weight:700;margin-top:10px;transition:.3s ease}.whatsapp-button:hover{background:#b00000}@media (max-width: 1120px){.payment-content{width:90%;margin-top:1rem;padding:0}}@media (max-width: 768px){.payment-container{display:block}.payment-method{margin-top:1rem}.payment-method h2,.payment-method-page h2{text-align:left;color:#333;margin-bottom:5px}.payment-method p,.payment-method-page p{text-align:left;font-size:.7rem;color:#333}.whatsapp-button{font-size:.6rem}.payment-method-page{text-align:left;padding:0}}.contact-content{margin-top:1rem;padding-bottom:3rem;background-color:#f9f9f9}.contact-container{max-width:1120px;margin:0 auto;padding:0 1rem;border-radius:8px;margin-top:7rem}.section-title-category{font-size:2rem;font-weight:700;margin-top:5rem;margin-bottom:1rem;background-image:url(/assets/bg-title-DKwZ-vri.jpg);background-size:cover;background-position:center;color:#fff;padding:2rem;border-radius:8px;width:100%;height:200px;display:flex;align-items:center}.contact-info{margin-top:2rem}.contact-info a{text-decoration:none;color:#333;transition:.3s ease}.contact-info a:hover{color:red}.contact-info p{font-size:1.2rem;margin-bottom:1rem;display:flex;align-items:center}.contact-info .icon{margin-right:.5rem;width:24px;height:24px}@media (max-width: 768px){.contact-container{margin-top:0rem}.contact-container p{font-size:.9rem}.section-title-category{font-size:1.5rem;margin-top:1rem;padding:1rem;height:150px}}.catalog-page{max-width:1120px;margin:0 auto;padding:20px;margin-top:1rem}.catalog-grid{display:flex;flex-direction:column;gap:15px}.catalog-category{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.catalog-category-header{display:flex;align-items:center;padding:15px 20px;cursor:pointer;background:#f8f8f8;transition:all .3s ease}.catalog-category-header:hover{background:#f0f0f0}.category-icon{width:24px;height:24px;margin-right:12px;object-fit:contain}.category-name{flex-grow:1;font-size:1.1rem;font-weight:500;color:#333}.category-arrow{font-size:1.2rem;transition:transform .3s ease}.category-arrow.open{transform:rotate(90deg)}.subcategories{display:none;padding:0;background:#fff}.subcategories.active{display:flex;flex-direction:column}.subcategory-link{color:#666;text-decoration:none;padding:12px 20px;border-bottom:1px solid #eee;transition:all .3s ease}.subcategory-link:hover{background:#f8f8f8;color:#000;padding-left:25px}.subcategory-link:last-child{border-bottom:none}@media (max-width: 768px){.catalog-page{margin:0;padding-top:0}.catalog-category-header{padding:12px 15px}.category-name{font-size:1rem}.category-icon{width:20px;height:20px;margin-right:10px}.subcategory-link{padding:10px 15px}}.container-fluid{margin-top:8rem;margin-bottom:4rem}.orders-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000000a}.orders-title{font-size:1.75rem;font-weight:500;color:#2c3e50;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.new-orders-badge{background:#ff4757;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.order-card{background:#fff;border-radius:10px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #eee;transition:all .3s ease}.order-card:hover{box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.order-header{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.order-info{font-size:.9rem;color:#2c3e50}.order-info strong{color:#1a202c;font-weight:500}.order-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin:1.5rem 0}.product-card{border:1px solid #eee;border-radius:8px;overflow:hidden}.product-info{padding:1rem;background:#f8f9fa}.product-name{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:#2c3e50}.product-price{font-size:.875rem;color:#666;margin-bottom:.25rem}.status-controls{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee}.status-select{padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;color:#2c3e50;background:#fff;min-width:200px}.status-select:focus{outline:none;border-color:#3498db}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.status-processing{background:#fff8e1;color:#f39c12}.status-delivered{background:#e8f5e9;color:#2ecc71}.status-cancelled{background:#ffebee;color:#e74c3c}@media (max-width: 768px){.col-md-3{margin-bottom:1rem}.container-fluid{margin-top:4rem;padding:0 1rem}.orders-container,.order-card{padding:1rem}.status-controls{flex-direction:column}.status-select{width:100%}}.products-title{font-size:1.75rem;color:#2c3e50;margin-bottom:2rem;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease;border:1px solid #eee;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001a}.product-image{width:100%;height:200px;object-fit:cover}.product-info{padding:1rem}.product-title{font-size:1.1rem;font-weight:500;color:#2c3e50;margin-bottom:.5rem}.product-description{font-size:.9rem;color:#666;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-image{height:150px}}.users-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000000a}.users-title{font-size:1.75rem;color:#2c3e50;margin-bottom:2rem;text-align:center}.table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem}.table thead th{background:#f8f9fa;color:#2c3e50;font-weight:500;padding:1rem;text-align:left;border-bottom:2px solid #eee}.table tbody td{padding:1rem;border-bottom:1px solid #eee;color:#666}.table tbody tr:hover{background:#f8f9fa;transition:all .3s ease}.role-admin{color:#2563eb;font-weight:500}.role-user{color:#666}@media (max-width: 768px){.col-md-9{margin-top:.5rem}.users-container{padding:1rem}.table{display:block;overflow-x:auto}.table thead th,.table tbody td{padding:.75rem;font-size:.9rem}.p-3.w-50{width:100%!important;padding:0!important;padding-top:.5rem!important;margin-bottom:1.5rem}.w-75{width:100%!important}.table{font-size:.9rem}.btn{font-size:.9rem;padding:.5rem .75rem}}.admin-menu-container{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;padding:2rem 1rem;margin-bottom:2rem}.admin-menu-title{font-size:1.25rem;color:red;font-weight:700;margin-bottom:1.5rem;text-align:center;letter-spacing:1px}.admin-menu-list{display:flex;flex-direction:column;gap:1rem}.admin-menu-item{display:flex;align-items:center;gap:12px;padding:.75rem 1rem;border-radius:10px;color:#333;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;background:#f8f9fa}.admin-menu-item:hover,.admin-menu-item.active{background:red;color:#fff}.admin-menu-icon{font-size:1.3rem;color:red;transition:color .2s}.admin-menu-item:hover .admin-menu-icon,.admin-menu-item.active .admin-menu-icon{color:#fff}.icon-preview{max-width:100px;max-height:100px;object-fit:contain;border:1px solid #ddd;border-radius:4px;padding:5px}.category-icon{width:40px;height:40px;object-fit:contain}.table td{vertical-align:middle}.modal-content{padding:20px}.btn{margin-right:5px}.product-details{margin-top:2rem!important;max-width:1120px;margin-left:auto;margin-right:auto;padding:0 1rem}.product-image-container{border-radius:8px}.product-image-slider{position:relative;width:100%;height:400px;display:flex;justify-content:center;align-items:center;background:#fff}.product-main-image{max-width:100%;max-height:100%;object-fit:contain}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:50%;background:#ffffffe6;color:#333;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.slider-btn:hover{background:#fff;box-shadow:0 4px 8px #0003}.slider-btn.prev{left:10px}.slider-btn.next{right:10px}.image-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px}.dot{width:8px;height:8px;border-radius:50%;background:#0000004d;cursor:pointer;transition:all .3s ease}.dot.active{background:red;transform:scale(1.2)}.product-details-info h1{font-size:2rem;font-weight:600;color:#000;margin-bottom:1rem}.product-details-info h6{font-size:1.3rem;font-weight:700;color:#000;margin:1.5rem 0 .5rem}.product-details-info ul{list-style:none;padding:0;margin:0 0 1.5rem}.product-details-info li{font-size:1rem;color:#333;padding:.5rem 0;border-bottom:1px solid #eee}.btn-secondary{width:100%;padding:.5rem;font-size:1rem;background:red;color:#fff;border:none;border-radius:1rem;cursor:pointer;transition:background .4s}.btn-secondary:hover{background:#333}ы .price-section{padding:1.5rem;background:#f8f9fa;border-radius:8px;transition:box-shadow .3s ease}.price-amount{font-size:2rem;color:red;margin-bottom:15px;font-weight:700}.unit-quantity-selector{display:flex;flex-direction:column;gap:15px}.unit-selector{display:flex;align-items:center;gap:10px}.unit-selector select{padding:8px;border:1px solid #ddd;border-radius:4px;min-width:100px}.quantity-controls{display:flex;align-items:center;margin:1rem 0}.quantity-controls button{width:40px;height:40px;border:1px solid #ddd;background:#fff;border-radius:4px;font-size:1.2rem;cursor:pointer;transition:all .4s}.quantity-controls button:hover{background:#666;color:#fff}.quantity-controls span{min-width:40px;text-align:center;font-weight:700}.similar-products{margin:2rem 0}.similar-products .d-flex{display:grid!important;grid-template-columns:repeat(4,1fr);gap:20px}.similar-products .card{width:100%;margin:0!important;border:1px solid #ddd;border-radius:8px;transition:transform .3s ease}.similar-products .card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.similar-products .card-img-top{height:200px;object-fit:contain;padding:10px}.similar-products .product-title{font-size:14px;margin-bottom:10px;min-height:40px}@media (max-width: 1200px){.similar-products .d-flex{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.similar-products .d-flex{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 480px){.similar-products .d-flex{grid-template-columns:repeat(2,1fr);gap:8px}.similar-products .card-img-top{height:150px}}@media (max-width: 768px){.quantity-btn{width:28px!important;height:28px!important;font-size:1rem;background:transparent;border:none;color:#333}.product-image-container{padding:0}.product-details{margin-top:0!important}.product-image-slider{height:300px}.price-amount,.product-details-info h1{font-size:1.5rem}.product-details-info h6{font-size:1rem}.slider-btn{width:32px;height:32px;font-size:20px}.product-details-info{padding-left:0}.product-details-info h1{font-size:1.4rem}.price-and-status{flex-direction:column;align-items:flex-start}.product-main-image{max-width:80%;max-height:80%}}@media (max-width: 400px){.d-flex{flex-direction:column}}.reviews-section{padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin:2rem 0}.reviews-section h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem}.review-form{border-radius:8px;margin-bottom:2rem}.review-form-buttons{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem}.ant-upload.ant-upload-select{margin-bottom:0}.ant-btn-primary{background-color:red!important;border-color:red!important;color:#fff!important;margin-left:auto;transition:all .3s ease}.ant-btn-primary:hover{background-color:#c00!important;border-color:#c00!important}.review-form .ant-rate{margin-bottom:1rem;font-size:24px}.review-form .ant-input{margin-bottom:1rem;border-radius:4px}.reviews-list{display:flex;flex-direction:column;gap:20px}.review-item{background:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.review-header .ant-btn-text{right:0;top:50%}.user-name{font-weight:600;color:#333}.review-date{color:#666;font-size:.9em}.review-comment{color:#444;line-height:1.5;margin:1rem 0}.review-media{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.media-item{width:100px;height:100px;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s}.media-item:hover{transform:scale(1.05)}.media-item img,.video-preview{width:100%;height:100%;object-fit:cover}.video-preview{background:#000000b3;display:flex;align-items:center;justify-content:center}.ant-upload-list-picture-card .ant-upload-list-item{border-radius:8px;overflow:hidden}.ant-btn-danger{margin-left:auto}.video-preview .anticon{font-size:40px;color:#fff;transition:transform .3s ease}.video-preview:hover .anticon{transform:scale(1.2)}.ant-modal{max-width:90vw;margin:0 auto}.ant-modal-content{background:#000000e6;padding:20px}.ant-modal img{max-width:100%;max-height:80vh;object-fit:contain;margin:0 auto;display:block}.ant-modal video{max-width:100%;max-height:80vh;margin:0 auto;display:block}.ant-modal-close,.ant-modal-title{color:#fff}@media (max-width: 768px){.reviews-section{padding:1rem}.review-header{flex-wrap:wrap}.media-item{width:80px;height:80px}.ant-modal{max-width:95vw}.ant-modal img,.ant-modal video{max-height:70vh}}.form-container .btn-primary{background:red;border:none;border-radius:8px;height:52px;font-size:1.1rem;font-weight:600;margin-bottom:12px;color:#fff;transition:background .2s;width:100%}.form-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100vh;background:#fff}.form-container form{background:#fff;padding:48px 40px 40px;border-radius:16px;box-shadow:0 4px 24px #00000014;width:90%}.form-container .title{font-size:2rem;font-weight:700;margin-bottom:32px;text-align:center;color:#222}.form-container .mb-3{margin-bottom:22px}.form-container input.form-control{height:52px;font-size:1.1rem;border-radius:8px;border:1.5px solid #e0e0e0;padding:0 18px;background:#fafbfc;transition:border .2s;color:#222}.form-container input.form-control:focus{border:2px solid #ff0000;outline:none;background:#fff;color:#111}.form-container .btn-primary{background:red;border:none;border-radius:8px;height:52px;font-size:1.1rem;font-weight:600;margin-bottom:12px;color:#fff;transition:background .2s}.form-container .btn-primary:hover{background:#333}.form-container .btn-outline-primary{border:none;color:#222;background:#fff;border-radius:8px;height:48px;font-size:1rem;font-weight:600;margin-top:6px;transition:background .2s,color .2s}.form-container .btn-outline-primary:hover{color:red}.form-container p{color:#222;font-size:1rem;text-align:center}.form-control:focus{box-shadow:none}@media (max-width: 768px){.form-container{height:80vh}.form-container form{box-shadow:none;padding:0}.form-container .title{font-size:1.5rem}.form-container input.form-control,.form-container .btn-primary,.form-container .btn-outline-primary{font-size:1rem}}.search-page{padding:2rem 0;margin-top:6rem;min-height:calc(100vh - 200px)}.search-title{font-size:1.75rem;color:#2c3e50;margin-bottom:1rem;text-align:center}.search-info{text-align:center;margin-bottom:2rem}.search-info h6{color:#666;font-size:1rem;font-weight:400}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1rem}@media (max-width: 768px){.search-page{margin-top:4rem;padding:1rem 0}.search-results-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:.5rem}}@media (max-width: 480px){.search-results-grid{grid-template-columns:1fr}.search-title{font-size:1.5rem}}
