:root{--primary:#F5A623;--primary-dark:#df9213;--text:#1A1A1A;--text-light:#666666;--background:#F7F7F7;--surface:#FFFFFF;--border:#EAEAEA;--success:#188038;--danger:#cc0c39;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--shadow-sm:0 2px 8px rgba(0,0,0,.06);--shadow-md:0 8px 24px rgba(0,0,0,.08);--shadow-lg:0 18px 45px rgba(0,0,0,.15);--transition:.3s ease;--container:1400px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:var(--background);color:var(--text);overflow-x:hidden;line-height:1.6}img{display:block;width:100%;max-width:100%;height:auto}a{text-decoration:none;color:inherit}button,input,select{font:inherit}button{cursor:pointer}h1{font-size:56px;line-height:1.1}h2{font-size:36px;margin-bottom:24px}h3{font-size:22px}p{color:var(--text-light)}.page-width{width:95%;max-width:var(--container);margin:0 auto;padding:0 20px}section{padding:60px 0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background:var(--primary);color:#fff;border:none;border-radius:999px;font-weight:700;transition:var(--transition)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.hidden{display:none}.announcement-bar{background:#162235;color:#fff;padding:10px 15px}.announcement-items{display:flex;justify-content:space-between;align-items:center;gap:30px;min-height:42px}.announcement-items span{white-space:nowrap;font-size:14px;font-weight:600}@media(max-width:768px){.announcement-items{overflow-x:auto;justify-content:flex-start;gap:25px;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.announcement-items::-webkit-scrollbar{display:none}}.cenbix-header{position:sticky;top:0;z-index:1000;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 10px #0000000d}.header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:84px}.header-logo{display:flex;align-items:center;font-size:40px;font-weight:800;letter-spacing:2px;color:#111;text-transform:uppercase}.logo-x{color:var(--primary)}.cenbix-search{flex:1;max-width:700px}.cenbix-search form{display:flex}.cenbix-search input{flex:1;height:50px;border:2px solid var(--primary);border-right:none;padding:0 18px;border-radius:14px 0 0 14px;outline:none}.cenbix-search input:focus{border-color:var(--primary-dark)}.cenbix-search button{width:60px;border:none;background:var(--primary);color:#fff;border-radius:0 14px 14px 0;transition:var(--transition)}.cenbix-search button:hover{background:var(--primary-dark)}.header-icons{display:flex;align-items:center;gap:18px}.header-icons a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;transition:var(--transition)}.header-icons a:hover{background:#f5f5f5}.header-icons svg{width:22px;height:22px}.sub-header{background:#162234}.sub-header .page-width{display:flex;justify-content:center;align-items:center;gap:36px;min-height:52px}.sub-header a{color:#fff;font-size:15px;font-weight:600;transition:var(--transition)}.sub-header a:hover{color:var(--primary)}.cenbix-hero{padding:0;margin:0}.hero-banner{position:relative;height:520px;border-radius:22px;overflow:hidden;display:flex;align-items:center;padding:0 80px;background-size:cover;background-position:center}.hero-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061}.hero-content{position:relative;z-index:2;max-width:560px;color:#fff}.hero-tag{display:inline-block;padding:8px 16px;border-radius:50px;background:var(--primary);color:#111;font-size:14px;font-weight:700;margin-bottom:24px}.hero-content h1{color:#fff;font-size:58px;line-height:1.1;margin-bottom:20px}.hero-content p{color:#ffffffe6;font-size:20px;margin-bottom:32px}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 34px;border-radius:999px;background:var(--primary);color:#111;font-weight:700;transition:var(--transition)}.hero-btn:hover{background:var(--primary-dark);color:#fff;transform:translateY(-3px)}.category-grid{padding:60px 0}.category-grid h2{text-align:center;margin-bottom:36px}.category-items{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.category-card{position:relative;overflow:hidden;border-radius:22px;box-shadow:var(--shadow-md);transition:var(--transition)}.category-card:hover{transform:translateY(-8px)}.category-card img{width:100%;height:420px;object-fit:cover;transition:.4s}.category-card:hover img{transform:scale(1.06)}.category-overlay{position:absolute;left:0;right:0;bottom:0;padding:30px;background:linear-gradient(transparent,#000000c7)}.category-overlay h3{color:#fff;font-size:30px;margin:0}.category-overlay a{display:inline-block;margin-top:14px;padding:10px 20px;border-radius:30px;background:#fff;color:#111;font-weight:700;font-size:14px}section h2{text-align:center;font-size:38px;margin-bottom:36px;color:#111}.product-grid,.collection-grid,.electronics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-card{position:relative;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .35s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px #00000026}.sale-badge{position:absolute;top:18px;left:18px;z-index:3;background:#ff3b30;color:#fff;padding:8px 15px;border-radius:999px;font-size:12px;font-weight:700}.wishlist-btn{position:absolute;top:18px;right:18px;z-index:3;width:44px;height:44px;border:none;border-radius:50%;background:#fff;box-shadow:0 5px 15px #00000026;font-size:22px;transition:.3s}.wishlist-btn:hover{transform:scale(1.12);color:#ff4d6d}.product-card img{width:100%;height:320px;object-fit:contain;background:#fff;padding:24px;transition:.35s}.product-info{padding:22px}.product-info h3{font-size:18px;font-weight:700;line-height:1.4;height:52px;overflow:hidden;margin-bottom:14px}.product-rating{display:flex;align-items:center;gap:8px;color:#ffb400;font-size:15px;margin-bottom:14px}.product-price{font-size:30px;color:#b12704;font-weight:800;margin-bottom:14px}.old-price{margin-left:10px;color:#888;text-decoration:line-through;font-size:16px}.discount{margin-left:10px;color:#188038;font-weight:700}.delivery-badge{display:inline-block;background:#e8f8ee;color:#188038;padding:7px 14px;border-radius:30px;font-size:13px;font-weight:700;margin-bottom:18px}.cart-btn{width:100%;border:none;border-radius:999px;padding:15px;background:var(--primary);color:#111;font-size:16px;font-weight:700;transition:.3s}.cart-btn:hover{background:var(--primary-dark);color:#fff}.electronics-collection,.home-collection,.men-collection,.women-collection,.accessories-collection,.sports-collection,.beauty-collection{padding:70px 0}.collection-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.collection-heading a{color:var(--primary);font-weight:700}.flash-deals{padding:80px 0}.flash-deals-content{display:flex;justify-content:space-between;align-items:center;gap:40px;background:linear-gradient(135deg,#111,#2d2d2d);color:#fff;border-radius:28px;padding:50px}.deal-tag{display:inline-block;background:var(--primary);color:#111;font-size:13px;font-weight:700;padding:8px 16px;border-radius:999px;margin-bottom:18px}.flash-text h2{color:#fff;font-size:42px;margin-bottom:16px}.flash-text p{color:#fffc;max-width:520px}.flash-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 34px;border-radius:14px;background:var(--primary);color:#111;font-weight:700;transition:.3s}.flash-btn:hover{background:var(--primary-dark);color:#fff}.featured-brands{padding:80px 0}.featured-brands h2{text-align:center;margin-bottom:40px}.brands-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px}.brand-card{background:#fff;border-radius:20px;padding:35px 20px;text-align:center;box-shadow:var(--shadow-md);transition:.3s}.brand-card:hover{transform:translateY(-8px)}.brand-card img{max-height:55px;width:auto;margin:auto}.brand-card h4{margin-top:18px;font-size:16px}.newsletter{padding:80px 0}.newsletter-box{background:#fff;border-radius:28px;box-shadow:var(--shadow-lg);max-width:760px;margin:auto;padding:60px;text-align:center}.newsletter-box h2{margin-bottom:18px}.newsletter-box p{margin-bottom:30px}.newsletter-box form{display:flex;gap:14px}.newsletter-box input{flex:1;padding:16px 20px;border:1px solid var(--border);border-radius:14px}.newsletter-box button{border:none;background:var(--primary);color:#fff;padding:16px 30px;border-radius:14px;font-weight:700;transition:.3s}.newsletter-box button:hover{background:var(--primary-dark)}.trust-bar{padding:70px 0}.trust-items{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-item{background:#fff;padding:28px;border-radius:18px;text-align:center;box-shadow:var(--shadow-md);transition:.3s}.trust-item:hover{transform:translateY(-6px)}.trust-item h3{margin-bottom:12px}.trust-item p{font-size:15px}.cenbix-footer{background:#111;color:#fff;padding:80px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px}.footer-grid h2,.footer-grid h3{color:#fff;margin-bottom:20px}.footer-grid p{color:#bbb;line-height:1.8}.footer-grid ul{list-style:none}.footer-grid li{margin-bottom:14px}.footer-grid a{color:#ddd;transition:.3s}.footer-grid a:hover{color:var(--primary)}.footer-social{display:flex;gap:18px;margin-top:24px}.footer-social a{color:#fff;font-weight:600}.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:50px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#999;font-size:14px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;width:95%;max-width:1400px;margin:80px auto}.product-gallery img{width:100%;border-radius:24px;box-shadow:var(--shadow-lg)}.product-info h1{font-size:42px;margin-bottom:16px}.product-rating{color:#ffb400;margin-bottom:20px}.product-rating span{color:#777}.product-price{font-size:34px;font-weight:800;color:#b12704;margin-bottom:20px}.stock-status{display:inline-block;background:#e8f8ee;color:#188038;padding:8px 16px;border-radius:30px;font-weight:700;margin-bottom:20px}.product-variants,.product-qty{margin-bottom:20px}.product-variants label,.product-qty label{display:block;margin-bottom:8px;font-weight:600}.product-variants select,.product-qty input{width:100%;padding:14px;border:1px solid var(--border);border-radius:12px}.add-cart{width:100%;border:none;border-radius:14px;padding:16px;background:var(--primary);color:#fff;font-size:18px;font-weight:700;transition:.3s}.add-cart:hover{background:var(--primary-dark)}.product-benefits{display:grid;gap:14px;margin:30px 0}.benefit-item{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px 18px;box-shadow:var(--shadow-sm)}.shipping-info{background:#f8f8f8;border-radius:16px;padding:20px;margin-top:24px;line-height:2;font-weight:600}.product-description{margin-top:32px;line-height:1.9}.mobile-cart-bar{display:none}.hidden{display:none!important}.text-center{text-align:center}.mt-0{margin-top:0!important}.mt-1{margin-top:10px!important}.mt-2{margin-top:20px!important}.mt-3{margin-top:30px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:10px!important}.mb-2{margin-bottom:20px!important}.mb-3{margin-bottom:30px!important}@media(max-width:768px){.page-width{width:100%;padding:0 14px}section{padding:40px 0}h1{font-size:34px}h2{font-size:28px}.hero-banner{height:340px;padding:0 24px;border-radius:16px}.hero-content{max-width:100%}.hero-content h1{font-size:34px}.hero-content p{font-size:16px}.announcement-items{justify-content:flex-start;overflow-x:auto;gap:24px;padding:10px 12px;scrollbar-width:none}.announcement-items::-webkit-scrollbar{display:none}.header-wrapper{flex-wrap:wrap;gap:16px;padding:14px 0}.cenbix-search{width:100%;max-width:100%;order:3}.sub-header .page-width{justify-content:flex-start;overflow-x:auto;gap:18px;flex-wrap:nowrap;scrollbar-width:none}.sub-header .page-width::-webkit-scrollbar{display:none}.sub-header a{white-space:nowrap}.category-items{grid-template-columns:repeat(2,1fr);gap:14px}.category-card img{height:180px}.category-overlay{padding:14px}.category-overlay h3{font-size:18px}.product-grid,.collection-grid,.electronics-grid{grid-template-columns:repeat(2,1fr);gap:14px}.product-card img{height:190px;padding:16px}.product-info{padding:16px}.product-info h3{font-size:15px;height:auto}.product-price{font-size:24px}.cart-btn{font-size:15px;padding:13px}.flash-deals-content{flex-direction:column;text-align:center;padding:34px 24px}.flash-text h2{font-size:30px}.brands-grid{grid-template-columns:repeat(2,1fr)}.newsletter-box{padding:28px}.newsletter-box form{flex-direction:column}.trust-items{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:35px;text-align:center}.footer-social{justify-content:center}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.product-page{grid-template-columns:1fr;gap:34px;margin:40px auto}.product-info h1{font-size:30px}.product-price{font-size:26px}.mobile-cart-bar{position:fixed;left:0;right:0;bottom:0;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:14px;box-shadow:0 -5px 18px #0000001f;z-index:999}.mobile-cart-price{font-size:22px;font-weight:700}.mobile-cart-btn{border:none;background:var(--primary);color:#111;font-weight:700;padding:12px 24px;border-radius:999px}}@media(max-width:768px){.announcement-bar{padding:12px 15px;font-size:13px;line-height:1.4;white-space:normal;height:auto}}html{scroll-behavior:smooth}.cart-btn,.add-cart,.mobile-cart-btn,.hero-btn,.subscribe-btn{transition:all .3s ease;cursor:pointer}.cart-btn:hover,.add-cart:hover,.mobile-cart-btn:hover,.hero-btn:hover,.subscribe-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #f5a62359}.product-card img{transition:transform .35s ease}.product-card:hover img{transform:scale(1.05)}.section-title{text-align:center;font-size:34px;font-weight:800;margin-bottom:45px;color:#1a1a1a;position:relative}.section-title:after{content:"";width:80px;height:4px;background:#f5a623;display:block;margin:14px auto 0;border-radius:10px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/cenbix.css.map */
