.header{background:#fff;border-bottom:2px solid #ddd;position:sticky;top:0;z-index:1000}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;padding:12px 20px;gap:20px}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px}.hamburger span{width:24px;height:3px;background:#333;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-drawer{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:#fff;z-index:2000;transition:left .3s ease;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.mobile-drawer.active{left:0}.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1999;display:none}.drawer-overlay.active{display:block}.drawer-header{padding:20px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.drawer-close{background:transparent;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.drawer-menu{padding:10px 0}.drawer-menu-item{padding:15px 20px;cursor:pointer;font-size:15px;border-bottom:1px solid #f8f8f8}.drawer-menu-item:hover{background:#f8f8f8}.drawer-post-add{background:#ef3b36;color:#fff;margin:20px;padding:12px;border-radius:4px;text-align:center;font-weight:600;cursor:pointer}.drawer-post-submenu{margin:0 20px 20px;border:1px solid #f0f0f0;border-radius:4px;overflow:hidden;display:none}.drawer-post-submenu.active{display:block}.drawer-post-submenu-item{padding:12px 15px;background:#fff;border-bottom:1px solid #f0f0f0;cursor:pointer;font-size:14px}.drawer-post-submenu-item:last-child{border-bottom:none}.drawer-post-submenu-item:hover{background:#f8f8f8}.drawer-signin-btn{margin:20px;background:#000;color:#fff;border:none;padding:12px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;width:calc(100% - 40px)}.drawer-user-greeting{padding:15px 20px;border-bottom:1px solid #f0f0f0;font-size:15px;font-weight:500}.drawer-language{padding:15px 20px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f8f8f8;cursor:pointer}.drawer-language:hover{background:#f8f8f8}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;white-space:nowrap}.logo-icon{width:32px;height:32px;background:#ef3b36;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:20px}.logo-text{color:#000;font-size:18px;font-weight:700}.search-container{flex:1;max-width:600px;position:relative}.search-wrapper{display:flex;border:1px solid #ccc;border-radius:4px;overflow:hidden}.search-wrapper input{flex:1;padding:10px 15px;border:none;outline:none;font-size:14px}.search-wrapper button{background:#333;color:#fff;border:none;padding:0 20px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.search-wrapper button:hover{background:#000}.desktop-nav{display:flex;align-items:center;gap:20px}.post-add-container{position:relative}.post-add-btn{background:#ef3b36;color:#fff;border:none;padding:10px 24px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.post-add-btn:hover{background:#d63631}.post-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:220px;display:none;z-index:100}.post-dropdown.active{display:block}.post-dropdown-item{padding:12px 20px;cursor:pointer;font-size:14px;border-bottom:1px solid #f0f0f0}.post-dropdown-item:last-child{border-bottom:none}.post-dropdown-item:hover{background:#f8f8f8}.language-container{position:relative}.language-btn{background:#f5f5f5;border:1px solid #ddd;padding:8px 16px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px}.language-btn:hover{background:#ececec}.flag-icon{width:20px;height:20px;border-radius:2px;overflow:hidden}.flag-icon img{width:100%;height:100%;object-fit:cover}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:280px;display:none;padding:20px;z-index:100}.language-dropdown.active{display:block}.dropdown-section{margin-bottom:20px}.dropdown-section:last-child{margin-bottom:0}.dropdown-section h4{font-size:14px;color:#666;margin-bottom:10px}.dropdown-option{padding:10px;cursor:pointer;border-radius:4px;display:flex;align-items:center;gap:8px}.dropdown-option:hover{background:#f8f8f8}.proceed-btn{width:100%;background:#000;color:#fff;border:none;padding:12px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;margin-top:15px}.proceed-btn:hover{background:#333}.account-container{position:relative}.account-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;padding:8px}.account-btn:hover{background:#f5f5f5;border-radius:4px}.account-icon{width:24px;height:24px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.account-icon img{width:100%;height:100%;object-fit:cover}.account-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:240px;display:none;z-index:100}.account-dropdown.active{display:block}.account-greeting{padding:15px 20px;border-bottom:1px solid #f0f0f0;font-size:15px;font-weight:500}.signin-btn{margin:15px 20px;background:#000;color:#fff;border:none;padding:10px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;width:calc(100% - 40px)}.signin-btn:hover{background:#333}.account-dropdown-item{padding:12px 20px;cursor:pointer;font-size:14px;border-bottom:1px solid #f0f0f0}.account-dropdown-item:last-child{border-bottom:none}.account-dropdown-item:hover{background:#f8f8f8}.icon-btn{background:transparent;border:none;cursor:pointer;padding:8px;position:relative;display:flex;align-items:center;gap:6px}.icon-btn:hover{background:#f5f5f5;border-radius:4px}.icon-btn svg{width:24px;height:24px;stroke:#333;fill:none;stroke-width:2}.cart-container{position:relative}.cart-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:420px;display:none;z-index:100}.cart-dropdown.active{display:block}.cart-header{padding:15px 20px;border-bottom:1px solid #f0f0f0;font-size:15px;font-weight:600;background:#f8f8f8}.cart-item{padding:15px 20px;border-bottom:1px solid #f0f0f0;display:flex;gap:15px}.cart-item-image{width:80px;height:80px;background:#f5f5f5;border-radius:4px;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;min-width:0}.cart-item-title{font-size:13px;line-height:1.4;margin-bottom:8px}.cart-item-rating{display:flex;gap:2px;margin-bottom:8px}.star{width:12px;height:12px;color:#4caf50}.cart-item-controls{display:flex;align-items:center;gap:10px}.quantity-btn{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px}.quantity-btn:hover{background:#f5f5f5}.quantity{font-size:14px;min-width:20px;text-align:center}.delete-btn{background:transparent;border:none;cursor:pointer;color:#999}.delete-btn:hover{color:#ef3b36}.cart-item-price{font-size:14px;font-weight:600;text-align:right;flex-shrink:0}.cart-footer{padding:15px 20px;background:#f8f8f8}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-direction:column;gap:10px}.checkout-btn{width:100%;background:#333;color:#fff;border:none;padding:12px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer}.checkout-btn:hover{background:#000}.mobile-icons{display:none;align-items:center;gap:8px}@media(max-width:992px){.search-container{max-width:400px}}@media(max-width:768px){.hamburger{display:flex}.desktop-nav{display:none}.mobile-icons{display:flex}.header-inner{gap:12px;flex-wrap:wrap}.search-container{order:3;width:100%;max-width:100%}.search-wrapper input{padding:8px 12px;font-size:13px}.search-wrapper button{padding:0 12px}.logo img{height:40px!important}.icon-btn{padding:6px}.icon-btn svg,.icon-btn img{width:22px;height:22px}.cart-dropdown{position:fixed;inset:auto 0 0;border-radius:12px 12px 0 0;min-width:auto;max-height:80vh;overflow-y:auto}.cart-item{flex-wrap:wrap}.cart-item-price{width:100%;text-align:left;margin-top:8px}}@media(max-width:480px){.header-inner{padding:10px 12px}.logo img{height:35px!important}.search-wrapper input{font-size:12px;padding:7px 10px}.search-wrapper button img{width:16px!important;height:16px!important}.icon-btn svg,.icon-btn img{width:20px;height:20px}}.secured-bar{background:#ef3b36;height:100px;display:flex;align-items:center;margin-bottom:40px}.secured-bar-inner{width:1200px;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.secured-left img{height:60px}.secured-center{text-align:center;color:#fff;font-size:42px;font-weight:800}.secured-right a{background:#fff;color:#ef3b36;font-size:16px;font-weight:600;padding:10px 24px;border-radius:18px;text-decoration:none}.footer{background:#d0d3d4;padding:40px 0 20px}.footer-inner{width:1200px;margin:auto}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer h4{font-size:14px;margin-bottom:10px}.footer ul{list-style:none}.footer li{font-size:12px;color:#333;margin-bottom:6px;cursor:pointer}.footer li:hover{text-decoration:underline}.cards{margin-top:14px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.cards img{width:100%;height:24px;object-fit:contain}.trustpilot{margin-top:14px}.trustpilot-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.trustpilot-header img{height:20px}.trustpilot-header h4{margin:0}.trustpilot-stars img{height:20px;margin-bottom:6px}.trustpilot p{font-size:11px;margin-top:6px}.newsletter{display:flex;max-width:420px;height:40px;overflow:hidden;border-radius:6px;margin-bottom:16px;background:#fff}.newsletter input[type=email]{flex:1;border:none;padding:0 14px;font-size:14px;outline:none;background:#fff;color:#333;height:100%}.newsletter button{background-color:#333;color:#f1cbb0;border:none;padding:0 18px;font-size:13px;font-weight:600;cursor:pointer;height:100%;transition:background .2s ease}.newsletter button:hover{background-color:#000}.footer-apps{margin-top:16px}.apps-title{font-size:14px;font-weight:700;margin-bottom:12px}.apps-buttons{display:flex;gap:14px}.app-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #bfc3c5;border-radius:8px;text-decoration:none;min-width:190px;transition:all .3s ease;cursor:pointer}.app-btn:hover{background-color:#fff;border-color:#999;box-shadow:0 2px 6px #0000001a}.app-btn img{height:26px}.app-text{display:flex;flex-direction:column;line-height:1.1}.app-text span{font-size:11px;color:#333}.app-text strong{font-size:15px;font-weight:700;color:#000}.socials{margin-top:14px;display:flex;gap:14px}.socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;transition:all .3s ease;cursor:pointer}.socials a:hover{background-color:#fff;box-shadow:0 2px 6px #0000001a}.socials img{height:18px;opacity:.85}.socials a:hover img{opacity:1}.footer-bottom{margin-top:30px;border-top:1px solid #999;padding-top:12px;text-align:center;font-size:11px;color:#333}@media(max-width:1240px){.secured-bar-inner,.footer-inner{width:95%;padding:0 20px}}@media(max-width:992px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}.secured-center{font-size:32px}.apps-buttons{flex-direction:column}.app-btn{min-width:100%}}@media(max-width:768px){.secured-bar{height:auto;padding:20px 0}.secured-bar-inner{grid-template-columns:1fr;gap:15px;text-align:center}.secured-center{font-size:28px}.secured-left,.secured-right{display:flex;justify-content:center}.footer-grid{grid-template-columns:1fr;gap:30px}.newsletter{max-width:100%}.cards{grid-template-columns:repeat(4,1fr)}}@media(max-width:480px){.secured-center{font-size:22px}.secured-left img{height:45px}.secured-right a{font-size:14px;padding:8px 18px}.footer{padding:30px 0 15px}.cards{grid-template-columns:repeat(3,1fr)}.socials{flex-wrap:wrap}.newsletter{flex-direction:column;height:auto}.newsletter input[type=email]{padding:12px 14px}.newsletter button{padding:12px 18px}}
