:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background-color:#f6f6f6;--buttons-color:#1a1a1a;--buy-buttons-color:gold;--product-card-color:#fff;--category-box-color:#fff;--cart-shop-color:#f9f9f9;--checkout-buttons-color:gold;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{background-color:var(--background-color);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{background-color:var(--buttons-color);cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.product-card .add-to-cart{background-color:var(--buy-buttons-color)!important}.checkout-btn{background-color:var(--checkout-buttons-color)!important}.qty-controls button,.del-btn{background-color:var(--buttons-color)!important}.product-card{background-color:var(--product-card-color)}.category-item{background-color:var(--category-box-color)}.cart-sidebar,.cart-modal,.mobile-cart-mini{background-color:var(--cart-shop-color)!important}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.container{max-width:1200px;margin:0 auto;padding:1rem}.category-bar{scrollbar-width:thin;scrollbar-color:#aaa #f0f0f0;scroll-snap-type:x mandatory;flex-wrap:nowrap;gap:1rem;padding:1rem;display:flex;overflow-x:auto}.category-bar::-webkit-scrollbar{height:8px}.category-bar::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:4px}.category-bar::-webkit-scrollbar-track{background-color:#f0f0f0}.category-item{text-align:center;cursor:pointer;scroll-snap-align:start;background-color:#fff;border-radius:12px;flex:none;min-width:120px;padding:.8rem 1rem;transition:all .3s;box-shadow:0 2px 5px #0000001a}.category-item:hover{background-color:#fef3c7;transform:translateY(-3px);box-shadow:0 6px 15px #00000026}.category-item.active{color:#000;background-color:gold;box-shadow:0 6px 15px #0003}.product-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.product-card{background-color:var(--product-card-color);border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000001a}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.product-card img{object-fit:cover;border-radius:12px;max-width:100%;height:180px;transition:transform .3s}.product-card:hover img{transform:scale(1.05)}.product-card h3{text-align:center;margin:.5rem 0 .25rem;font-size:1.1rem;font-weight:600}.product-card p{text-align:center}.add-to-cart{background-color:var(--buy-buttons-color);color:#fff;border-radius:12px;margin-top:.5rem;padding:.5rem 1rem;font-weight:600;transition:background .3s,transform .2s}.add-to-cart:hover{background-color:#ffb700;transform:translateY(-2px)}.discount{color:red;font-weight:700}.language-selector{color:#333;cursor:pointer;background-color:#f0f0f0;border-radius:999px;padding:.4rem .8rem;font-family:inherit;font-size:.9rem;transition:all .3s;display:inline-block;position:relative;box-shadow:0 2px 5px #0000001a}.language-selector:hover{background-color:#e0e0e0;box-shadow:0 4px 12px #00000026}.language-selector select{font-family:inherit;font-size:inherit;cursor:pointer;appearance:none;background:0 0;border:none;padding-right:1.2rem}.language-selector:after{content:"▾";pointer-events:none;color:#555;font-size:.8rem;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}@media (max-width:768px){.language-selector{width:auto;margin:0 1rem}.category-bar{-webkit-overflow-scrolling:touch;box-sizing:border-box;scroll-snap-type:x mandatory;flex-flow:row;gap:1rem;width:100%;max-width:100vw;margin:0 auto;padding:1rem;display:flex;overflow:auto hidden}.category-item{background-color:var(--category-box-color);text-align:center;scroll-snap-align:start;border-radius:8px;flex:none;min-width:120px;padding:1rem}.product-list{grid-template-columns:1fr;padding:0 .75rem}.product-card{min-height:250px}.product-card img{height:120px}.highlights-title,.highlight-text{width:100%;color:var(--highlight-font-color,#000);margin:0 auto;font-size:1rem;text-align:center!important;display:block!important}}.product-list{padding-bottom:80px}.cart-sidebar{background:#fff;border-radius:16px;width:320px;max-height:80vh;padding:1.5rem;position:sticky;top:20px;overflow-y:auto;box-shadow:0 8px 20px #00000026}.cart-sidebar-rtl{direction:rtl;float:left!important;margin-left:0!important;margin-right:1rem!important}.cart-sidebar-ltr{direction:ltr;float:right!important;margin-left:1rem!important;margin-right:0!important}.cart-sidebar h3{margin-top:0}.cart-items{max-height:300px;padding:0;list-style:none;overflow-y:auto}.cart-item{background:#f9f9f9;border-radius:12px;align-items:center;margin-bottom:.5rem;padding:.5rem;transition:transform .2s;display:flex;box-shadow:0 2px 5px #00000014}.cart-item:hover{transform:translateY(-2px)}.cart-item img{object-fit:cover;border-radius:8px;width:50px;height:50px;margin-right:.5rem}.del-btn{color:#fff;background:#ff4d4d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .3s,transform .2s;display:flex}.del-btn:hover{background:#ff1a1a;transform:scale(1.1)}.item-details{text-align:right;flex:1}.item-name{font-weight:700;display:block}.qty-controls{align-items:center;gap:.5rem;margin:.25rem 0;display:flex}.qty-controls button{cursor:pointer;background:#ddd;border:1px solid #ccc;border-radius:50%;width:30px;height:30px}.item-price{color:green;font-weight:700;display:block}.cart-total{color:#000;text-align:center;margin-top:1rem;font-size:1.1rem;font-weight:700}.checkout-btn{color:#000;background-color:gold;border-radius:12px;width:100%;margin-top:1rem;padding:.75rem 1rem;font-weight:700;transition:background .3s,transform .2s}.checkout-btn:hover{background-color:#ffc700;transform:translateY(-2px)}@media (max-width:768px){.cart-sidebar{display:none!important}.mobile-cart-mini{z-index:1000;background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:1rem;padding:.5rem 1rem;transition:transform .3s,opacity .3s;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 8px 20px #00000026}.cart-icon-btn{cursor:pointer;background:gold;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:700;transition:background .3s,transform .2s;display:flex}.cart-icon-btn:hover{background:#ffc700;transform:translateY(-2px)}.badge{color:#fff;text-align:center;background:red;border-radius:50%;min-width:20px;padding:.25rem .5rem;font-size:.8rem;font-weight:700}.mobile-cart-mini span.total-price{color:#000;font-weight:700}}.cart-modal-overlay{z-index:3000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cart-modal{text-align:center;width:90%;max-width:500px;direction:inherit;background:#fff;border-radius:8px;max-height:80vh;padding:2rem;overflow-y:auto}.checkout-modal{min-height:300px}.cart-modal input{border:1px solid #ddd;border-radius:4px;width:100%;margin:1rem 0;padding:.5rem}.cart-modal button{margin:.5rem;padding:.5rem 1rem}.modal-section{margin:1rem 0}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.close-btn{cursor:pointer;background:0 0;border:none;font-size:2rem}.cart-modal .cart-item{justify-content:space-between}@media (min-width:769px){.mobile-cart-mini{display:none!important}}.sidebar{color:#000;z-index:1000;background:#fff;width:300px;height:100%;padding:1rem;transition:left .3s;position:fixed;top:0;left:-300px;overflow-y:auto}.sidebar.open{left:0}.sidebar button{text-align:left;color:#000;background:#f0f0f0;width:100%;margin-bottom:.5rem;display:block}.submenu{margin-bottom:1rem;padding-left:1rem}.submenu-content{margin-top:.5rem;padding-left:1rem}.submenu label{margin:.5rem 0;display:block}.submenu input,.submenu select,.submenu textarea{width:100%;margin-bottom:.5rem;padding:.5rem}.submenu .actions{flex-direction:column;gap:.5rem;display:flex}.actions-top{justify-content:space-between;gap:.5rem;display:flex}.actions-top button{flex:1}.actions-bottom{justify-content:center;display:flex}.actions-bottom button{width:100%}.overlay{z-index:999;background:#00000080;position:fixed;inset:0}.menu-button{cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;left:1rem}.highlights-title{text-align:right;margin:1rem 0}.highlights-title-rtl{text-align:left}.main-content-row{flex-direction:row;align-items:flex-start;gap:1.5rem;display:flex}.main-content-row-rtl{flex-direction:row}.home-container{position:relative}.language-selector-wrapper{position:absolute;top:20px}.language-selector-wrapper.ltr{right:20px}.language-selector-wrapper.rtl{left:20px}.site-header{padding:1rem;display:flex;position:relative}.site-header.ltr{justify-content:flex-start}.site-header.rtl{direction:rtl;justify-content:flex-end}.shop-info{align-items:flex-start;gap:1rem;display:flex}.site-header.ltr .shop-info{flex-direction:row}.site-header.rtl .shop-info{flex-direction:row-reverse}.shop-logo{width:50px;height:auto}.name-welcome{flex-direction:column;gap:.5rem;display:flex}.shop-name{margin:0;font-size:1.5rem}.welcome-message{color:#666;margin:0;font-size:1rem}@media (max-width:768px){.site-header{padding:.5rem}.shop-logo{width:40px}}.hide-label{color:#fff;background-color:#ff4d4d;border-radius:4px;margin-left:8px;padding:2px 8px;font-size:12px;display:inline-block}.category-item div,.category-item p,.category-title{font-family:var(--category-title-font,inherit);font-size:var(--category-title-size,16px);color:var(--category-title-color,#000)}.product-description{font-family:var(--product-description-font,inherit);font-size:var(--product-description-size,14px);color:var(--product-description-color,#000)}.product-card h3,.product-title{font-family:var(--product-title-font,inherit);font-size:var(--product-title-size,16px);color:var(--product-title-color,#000)}.product-price,.discount{font-family:var(--product-price-font,inherit);font-size:var(--product-price-size,14px);color:var(--product-price-color,#000)}.add-to-cart,.checkout-btn,.qty-controls button,.del-btn,.button-text{font-family:var(--buttons-texts-font,inherit);font-size:var(--buttons-text-size,14px);color:var(--buttons-text-color,#000)}.sidebar button,.submenu button,.actions-top button,.actions-bottom button{color:#000!important;font-family:inherit!important;font-size:16px!important}.cart-item .item-details,.cart-item .item-name,.cart-item .item-price,.cart-total,.cart-shop-text{font-family:var(--cart-shop-font,inherit);font-size:var(--cart-basket-text-size,14px);color:var(--cart-basket-text-color,#000)}.shop-name,.welcome-message,.header-text{font-family:var(--header-font,inherit);font-size:var(--header-font-size,16px);color:var(--header-font-color,#000)}.highlights-title,.highlight-text{font-family:var(--highlight-font,inherit);font-size:var(--highlight-font-size,16px);color:var(--highlight-font-color,#000)}@media (max-width:1200px) and (min-width:769px){.category-bar{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;box-sizing:border-box;flex-wrap:nowrap;gap:1rem;width:100%;max-width:100vw;padding:1rem;display:flex;overflow:auto hidden}.category-item{scroll-snap-align:start;flex:none}.container,.product-list,.cart-sidebar,.main-content-row{box-sizing:border-box;max-width:100%;padding-left:1rem;padding-right:1rem}}@media (max-width:768px){.category-bar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.category-item{scroll-snap-align:start;flex:none;min-width:120px}}.full-screen-gif{z-index:5000;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.full-screen-gif img{border-radius:8px;max-width:80%;max-height:80%}.retry-modal{text-align:center;background:#fffc;border-radius:8px;padding:2rem;box-shadow:0 0 20px #0000004d}.retry-modal button{border-radius:4px;margin:.5rem;padding:.5rem 1rem}body.modal-open{overflow:hidden}.cart-modal-overlay{pointer-events:all;will-change:opacity,transform;background:#0000008c;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0;transform:translateZ(0);z-index:9999!important}.cart-modal{background:#fff;border-radius:1rem;width:90%;max-width:500px;padding:1.5rem;box-shadow:0 10px 25px #00000040}.modal-actions{justify-content:flex-end;gap:.5rem;display:flex}.image-preview img{border:1px solid #ddd;border-radius:8px;margin-top:.5rem}.header-tools{align-items:center;gap:1rem;display:flex;position:absolute;top:20px}.header-tools.ltr{flex-direction:row-reverse;right:20px}.header-tools.rtl{flex-direction:row;left:20px}.search-input{color:#333;cursor:text;background-color:#f0f0f0;border:none;border-radius:999px;width:150px;padding:.4rem .8rem;font-family:inherit;font-size:.9rem;transition:all .3s;display:inline-block;position:relative;box-shadow:0 2px 5px #0000001a}.search-input:hover,.search-input:focus{background-color:#e0e0e0;outline:none;box-shadow:0 4px 12px #00000026}@media (max-width:768px){.search-input{width:120px}}.search-wrapper{align-items:center;gap:.5rem;display:flex}.language-selector-wrapper.ltr .search-wrapper,.language-selector-wrapper.rtl .search-wrapper{flex-direction:row-reverse}.login-container{background:linear-gradient(135deg,#fff,#e5e7eb);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{box-sizing:border-box;background:#fff;border-radius:1.25rem;width:100%;max-width:420px;padding:2.5rem 2rem;animation:.6s fadeIn;box-shadow:0 10px 40px #00000026}.login-title{text-align:center;color:#333;margin-bottom:2rem;font-size:1.9rem;font-weight:600}.login-input{box-sizing:border-box;border:1px solid #ccc;border-radius:.75rem;outline:none;width:100%;margin-bottom:1rem;padding:.85rem 1rem;font-size:1rem;transition:all .25s}.login-input:focus{border-color:#4e54c8;box-shadow:0 0 0 3px #4e54c840}.login-button{color:#fff;cursor:pointer;background:#4e54c8;border:none;border-radius:.75rem;width:100%;padding:.85rem;font-size:1.05rem;font-weight:500;transition:all .3s}.login-button:hover{background:#5f65e1;transform:translateY(-2px)}.login-button:active{transform:scale(.97)}.login-error{color:#e63946;text-align:center;margin-top:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.suggestion-overlay{background:#000000b3!important}.suggestion-modal{animation:.5s ghostAppear}@keyframes ghostAppear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.suggestion-modal h3{text-align:center;margin-bottom:1rem;font-size:1.5rem}.suggestion-modal p{text-align:center;color:#666}.next-btn{height:70px;font-size:1.5rem;display:block}
