.button,.form button{display:inline-block;font-size:1em;text-align:center;text-decoration:none;white-space:nowrap;background-color:#3498db;color:#fff;padding:.5em 1.5em;border:none;border-radius:.25em;cursor:pointer}.button:hover,.form button:hover{background-color:rgb(36.9790794979,139.6987447699,208.5209205021);box-shadow:0 2px 4px rgba(0,0,0,.1)}.button:active,.form button:active{background-color:rgb(36.9790794979,139.6987447699,208.5209205021);box-shadow:0 0 0 rgba(0,0,0,.1)}.button:focus,.form button:focus{outline:none;box-shadow:0 0 0 2px #3498db}.button:disabled,.form button:disabled{opacity:.5;cursor:not-allowed}.button--small{font-size:.75em;padding:.25em .75em}.button--large{font-size:1.25em;padding:.75em 2em}.button--primary{background-color:#3498db;color:#fff}.button--secondary{background-color:#2ecc71;color:#fff}.button--danger{background-color:#e74c3c;color:#fff}.button--success{background-color:#28a745;color:#fff}.form{display:flex;flex-direction:column;align-items:center;padding:2em}.form label{font-weight:700;margin-bottom:10px}.form input{padding:1em;border:1px solid #ccc;border-radius:.5em;margin-bottom:20px}.form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='rgba(0, 0, 0, 0.55)' d='M4.503,4 L0.497,4 C0.094,4 -0.142,3.492 0.089,3.122 L2.095,0.233 C2.293,-0.084 2.712,-0.084 2.911,0.233 L4.911,3.122 C5.142,3.492 4.906,4 4.503,4 ZM0.497,6 L4.503,6 C4.906,6 5.142,6.504 4.911,6.871 L2.905,9.737 C2.707,10.052 2.288,10.052 2.089,9.737 L0.089,6.871 C-0.142,6.504 0.094,6 0.497,6 Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:5px 10px}.product-card{position:relative;background-color:#fff;height:100%;transition:box-shadow .3s ease;overflow:hidden}.product-card:hover .product-card-actions-list{transform:translateX(0) translateX(-8px);opacity:1}.product-card:hover .product-card-actions-list button{opacity:1}.product-card .product-card-quickview-btn{position:absolute;top:10px;right:10px;z-index:15;overflow:hidden;transition:all .3s ease-in-out}.product-card .product-card-actions-list{position:absolute;right:0;z-index:15;opacity:0;transition:all .3s ease-in-out;transform:translateX(100%) translateX(6px)}.product-card .product-card-actions-list button{opacity:0;transition:opacity .3s ease}.product-card .product-card-actions-list button:hover i{color:#fff}.product-card .add-to-cart-icon,.product-card .add-to-wishlist-icon{position:relative;border:none;padding:8px;border-radius:2px;background:rgba(0,0,0,0);color:#ccc;z-index:0;transition:color .2s}.product-card .add-to-cart-icon:before,.product-card .add-to-wishlist-icon:before{content:"";position:absolute;top:-2px;left:-2px;width:calc(100% + 4px);height:calc(100% + 4px);background:rgba(0,0,0,0);border-radius:50%;transform:scale(0);transition:background .2s,transform .2s;z-index:-1}.product-card:hover .add-to-cart-icon:before{transform:scale(1);background:#1a79ff}.product-card:hover .add-to-cart-icon svg{stroke:#fff}.product-card:hover .add-to-wishlist-icon.default:before{background:#fff}.product-card:hover .add-to-wishlist-icon.inwishlist svg{stroke:#fff}.product-card:hover .add-to-wishlist-icon.inwishlist:before{background:#ef4444}.product-card:hover .add-to-wishlist-icon:before{transform:scale(1);background:#fff;box-shadow:0 5px 10px rgba(18,18,18,.15)}.product-card:hover .add-to-wishlist-icon svg{stroke:#000}.product-card .add-to-wishlist-icon:hover:before{background:#ef4444!important;box-shadow:0 5px 10px rgba(18,18,18,.15);transform:scale(1)}.product-card .add-to-wishlist-icon:hover svg{stroke:#fff!important;fill:#fff!important}.product-card .add-to-wishlist-icon.inwishlist svg{stroke:#ef4444;fill:#fff}.product-card .add-to-wishlist-icon.inwishlist:before{background:#fff;transform:scale(1);box-shadow:0 5px 10px rgba(18,18,18,.15)}.product-card .add-to-wishlist-icon.inwishlist:hover:before{background:#ef4444!important}.product-card .add-to-wishlist-icon.inwishlist:hover svg{stroke:#fff!important;fill:#fff!important}.product-card.product-card-grid{display:flex;flex-direction:column}.product-card.product-card-grid img{width:100%;border-radius:.25rem .25rem 0 0;transition:transform .3s ease-in-out}.product-card.product-card-grid:hover img{transform:scale(1.05)}.product-card.product-card-grid .product-info{padding:1rem;flex-grow:1}.product-card.product-card-grid .product-info h2{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#222}.product-card.product-card-grid .product-info p{color:#666;font-size:.9rem;margin-bottom:.25rem}.product-card.product-card-grid .product-info .price{font-weight:700;color:#1a79ff;margin-top:.5rem}.product-card.product-card-list{display:flex;flex-direction:row;gap:1rem;border:1px solid #e5e7eb;margin-bottom:1.5rem;background-color:#fff}.product-card.product-card-list img{-o-object-fit:cover;object-fit:cover;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;flex-shrink:0;transition:transform .3s ease-in-out}.product-card.product-card-list:hover img{transform:scale(1.05)}.product-card.product-card-list .product-info{flex:1;padding:.75rem 0}.product-card.product-card-list .product-info h2{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#111}.product-card.product-card-list .product-info p{color:#555;font-size:.95rem;margin-bottom:.3rem}.product-card.product-card-list .product-info .price{font-weight:700;color:#1a79ff;margin-top:.25rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ol,ul{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;display:block;border:0}button,input,select,textarea{font-family:inherit;font-size:inherit}button,input,textarea{font-size:inherit}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:400}p{margin:0}blockquote,dd,dl,dt,fieldset,figcaption,figure,hr{margin:0;padding:0}fieldset{border:none}input[type=checkbox],input[type=radio]{background-color:rgba(0,0,0,0);border:1px solid #ccc;cursor:pointer}input[type=checkbox]:checked,input[type=radio]:checked{background-color:#007bff;border-color:#007bff}table{width:100%;border-collapse:collapse;border-spacing:0}td,th{padding:8px;text-align:left}button{cursor:pointer;background:none;border:none}a,button{text-align:left;background:none;color:inherit}.header{background-color:#333;color:#fff;padding:1em;text-align:center}.header.logo{font-size:24px;font-weight:700;margin-bottom:10px}.header.nav{list-style:none;margin:0;padding:0;display:flex}.header.nav li{margin-right:20px}.header.nav li a{text-decoration:none;color:#fff}.header.nav li a:hover{color:#ccc}.footer{background-color:#3498db;color:#fff;padding:20px;text-align:center}.footer .footer-links{display:flex;flex-direction:row;justify-content:center;align-items:center}.footer .footer-links .footer-link{margin-right:20px;color:#fff;text-decoration:none}.footer .footer-links .footer-link:hover{color:#ccc}.footer.social{list-style:none;margin:0;padding:0;display:flex}.footer.social li{margin-right:20px}.footer.social li a{text-decoration:none;color:#fff}.footer.social li a:hover{color:#ccc}.grid{display:grid;grid-gap:10px}.grid.container{max-width:1200px;margin:0 auto}.grid.row{grid-column:1/-1}.grid.col-1{grid-column:1/2}.grid.col-2{grid-column:1/3}.grid.col-3{grid-column:1/4}.grid.col-4{grid-column:1/5}.grid.col-5{grid-column:1/6}.grid.col-6{grid-column:1/7}.grid.col-7{grid-column:1/8}.grid.col-8{grid-column:1/9}.grid.col-9{grid-column:1/10}.grid.col-10{grid-column:1/11}.grid.col-11{grid-column:1/12}.grid.col-12{grid-column:1/13}@media only screen and (max-width:768px){.header{padding:10px}.header .nav{flex-direction:column}.header .nav .nav-item{margin-bottom:10px}.footer{padding:10px}.footer .footer-links{flex-direction:column}.footer .footer-links .footer-link{margin-bottom:10px}}@media only screen and (max-width:1024px){.header{padding:20px}.header .nav{flex-direction:row}.header .nav .nav-item{margin-right:20px}.footer{padding:20px}.footer .footer-links{flex-direction:row}.footer .footer-links .footer-link{margin-right:20px}}article{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#212529;background-color:#fff;padding:0;margin:0 auto;line-height:1.7}article h2,article h3,article h4{font-weight:600;margin-top:.25rem;margin-bottom:.25rem;line-height:1.2}article h2{font-size:2rem;border-bottom:2px solid #dee2e6;padding-bottom:.5rem}article h3{font-size:1.5rem;color:#0d6efd}article h4{font-size:1.25rem;color:#495057}article p{font-size:1rem;color:#343a40}article ol,article ul{margin-top:.5rem;margin-bottom:1.5rem;padding-left:2rem}article ul{list-style-type:disc}article ol{list-style-type:decimal}article li{margin-bottom:.5rem}article strong{font-weight:600;color:#000}article code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;padding:.2rem .4rem;font-size:85%;color:#d63384;background-color:#f8f9fa;border-radius:.25rem}article blockquote{border-left:4px solid #dee2e6;padding-left:1rem;color:#6c757d;font-style:italic;margin:1.5rem 0}article a{color:#0d6efd;text-decoration:none}article a:hover{color:#0a58ca}article table{width:100%;border-collapse:collapse;margin:1.5rem 0}article table td,article table th{border:1px solid #dee2e6;padding:.75rem;text-align:left}article table th{background-color:#f1f3f5;font-weight:600}article img{max-width:100%;height:auto;border-radius:.375rem}article hr{border:none;border-top:1px solid #dee2e6;margin:2rem 0}.categories{background-color:#fff;padding:20px;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.categories .category-list{display:flex;flex-direction:column;justify-content:center;align-items:center}.categories .category-list .category-item{margin-bottom:20px}.categories .category-list .category-item .category-link{font-weight:700;color:#3498db;text-decoration:none}.categories .category-list .category-item .category-link:hover{color:#0056b3}.chat-container{display:flex;height:calc(100vh - 0px)}.chat-container .message-list{width:40%;background-color:#fff;display:flex;flex-direction:column}.chat-container .message-list .message-list-header{display:flex;padding:20px;background-color:#f5f5f5;justify-content:space-between}.chat-container .message-list .message-list-content{flex:1;overflow-y:auto}.chat-container .message-list .message-item{display:flex;justify-content:space-between;padding:15px 20px;cursor:pointer}.chat-container .message-list .message-item.active{background-color:#007bff;color:#fff}.chat-container .message-list .message-item .message-info{display:flex;align-items:center}.chat-container .message-list .message-item .message-info img{border-radius:50%;width:40px;height:40px;margin-right:10px}.chat-container .message-list .message-item .message-time{color:#888}.chat-container .chat-window{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden;border-left:1px solid #ddd}.chat-container .chat-window .chat-header{padding:20px;background-color:#f5f5f5;border-bottom:1px solid #ddd;z-index:1}.chat-container .chat-window .chat-messages{flex:1;padding:20px;overflow-y:auto;background-color:#fff;height:calc(100vh - 140px);scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)}.chat-container .chat-window .chat-messages::-webkit-scrollbar{width:8px}.chat-container .chat-window .chat-messages::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.chat-container .chat-window .chat-messages::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0);border-radius:10px;border:2px solid rgba(0,0,0,0)}.chat-container .chat-window .chat-messages::-webkit-scrollbar-thumb:hover{background-color:#ccc}.chat-container .chat-window .chat-messages::-webkit-scrollbar-button{display:none}.chat-container .chat-window .chat-bubble{display:flex}.chat-container .chat-window .chat-bubble-img{width:-moz-fit-content;width:fit-content}.chat-container .chat-window .chat-bubble.sent .chat-bubble-img{order:2}.chat-container .chat-window .chat-bubble.sent .chat-bubble-content{background-color:#007bff;color:#fff;align-self:flex-end;margin-left:auto;margin-right:10px;border-bottom-right-radius:0}.chat-container .chat-window .chat-bubble.received .chat-bubble-img{order:0}.chat-container .chat-window .chat-bubble.received .chat-bubble-content{background-color:#f5f5f5;align-self:flex-start;margin-right:auto;border-bottom-left-radius:0}.chat-container .chat-window .chat-bubble .chat-bubble-content{margin-bottom:25px;padding:10px 20px;border-radius:10px;position:relative;max-width:52%;min-width:76px;word-wrap:break-word}.chat-container .chat-window .chat-bubble .chat-time{font-size:12px;position:absolute;bottom:-18px;right:10px;color:#888}.chat-container .chat-input-container{display:flex;flex-direction:column;border-top:1px solid #ddd;background-color:#f5f5f5;position:relative}.chat-container .chat-input-container .chat-input{display:flex;align-items:center;padding:10px 20px;position:relative}.chat-container .chat-input-container .chat-input input{flex:1;padding:10px 60px;border:none;border-radius:20px;margin:0 20px;position:relative}.chat-container .chat-input-container .chat-input .icon-button{background:none;border:none;cursor:pointer;font-size:20px;color:#007bff;position:absolute;top:50%;transform:translateY(-50%);z-index:1000}.chat-container .chat-input-container .chat-input .icon-button:hover{color:#0056b3}.chat-container .chat-input-container .chat-input .icon-button.left{left:50px}.chat-container .chat-input-container .chat-input .icon-button:nth-of-type(2){right:80px}.chat-container .chat-input-container .chat-input .icon-button:nth-of-type(3){right:50px}.chat-container .chat-input-container .chat-input .send-button{background:none;border:none;cursor:pointer;font-size:20px;color:#007bff;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.chat-container .chat-input-container .chat-input .send-button:hover{color:#0056b3}.tag{color:#fff;text-transform:uppercase;font-weight:700;font-size:14px;padding:6px 16px;line-height:1;display:inline-block}.search-section{margin-bottom:20px}.search-section .search-label h3{font-size:1.2rem;margin:0;color:#333}.search-section .search-label p{margin:5px 0 15px;color:#666;font-size:.9rem}.search-section .search-bar input{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:.9rem;color:#333}.categories{margin-bottom:20px}.categories .category{padding:10px;margin:5px 0;border-radius:5px;font-size:.9rem;cursor:pointer;transition:background-color .3s,color .3s;color:#707070}.categories .category.active,.categories .category:hover{background-color:#e6f7ff;color:#007bff}.contact-support{background-color:#fff;padding:20px;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.contact-support .contact-form{display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-support .contact-form .form-group{margin-bottom:20px}.contact-support .contact-form .form-group .form-label{font-weight:700;margin-bottom:10px}.contact-support .contact-form .form-group .form-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px}.contact-support .contact-form .form-button{background-color:#3498db;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer}.contact-support .contact-form .form-button:hover{background-color:#0056b3}.edit-profile{background-color:#fff;padding:20px;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.edit-profile .edit-profile-form{display:flex;flex-direction:column;justify-content:center;align-items:center}.edit-profile .edit-profile-form .form-group{margin-bottom:20px}.edit-profile .edit-profile-form .form-group .form-label{font-weight:700;margin-bottom:10px}.edit-profile .edit-profile-form .form-group .form-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px}.edit-profile .edit-profile-form .form-button{background-color:#3498db;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer}.edit-profile .edit-profile-form .form-button:hover{background-color:#0056b3}.feedback{background-color:#fff;padding:20px;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.feedback .feedback-form{display:flex;flex-direction:column;justify-content:center;align-items:center}.feedback .feedback-form .form-group{margin-bottom:20px}.feedback .feedback-form .form-group .form-label{font-weight:700;margin-bottom:10px}.feedback .feedback-form .form-group .form-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px}.feedback .feedback-form .form-button{background-color:#3498db;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer}.feedback .feedback-form .form-button:hover{background-color:#0056b3}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4)}.modal-content{background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:80%}.modal-header{background-color:#f1f1f1;padding:10px;border-bottom:1px solid #888}.modal-body{padding:20px}.modal-footer{padding:10px;text-align:right}.notifications .notification-list{display:flex;flex-direction:column;justify-content:center;align-items:center}.notifications .notification-list .notification-item{margin-bottom:20px}.notifications .notification-list .notification-item .notification-link{font-weight:700;color:#3498db;text-decoration:none}.notifications .notification-list .notification-item .notification-link:hover{color:#0056b3}.product{background-color:#fff;padding:20px;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.product .product-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.product .product-info .product-name,.product .product-info .product-price{font-weight:700;color:#3498db}.product .product-image{width:100%;height:200px;margin-bottom:20px;border-radius:8px}.product .product-description{font-size:16px;color:#2ecc71;margin-bottom:20px}.product .product-button{background-color:#3498db;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer}.product .product-button:hover{background-color:#0056b3}.search{background-color:#fff;padding:20px;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.search .search-form{display:flex;flex-direction:column;justify-content:center;align-items:center}.search .search-form .form-group{margin-bottom:20px}.search .search-form .form-group .form-label{font-weight:700;margin-bottom:10px}.search .search-form .form-group .form-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px}.search .search-form .form-button{background-color:#3498db;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer}.search .search-form .form-button:hover{background-color:#0056b3}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}