@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800&display=swap";:root{--hb-red: #C8102E;--hb-red-dark: #a00e26;--hb-black: #1a1a1a;--hb-gray-dark: #4a4a4a;--hb-gray: #767676;--hb-gray-light: #f5f5f5;--hb-border: #e8e8e8;--hb-white: #ffffff;--hb-font: "Tajawal", "Segoe UI", Arial, sans-serif;--hb-radius: 8px;--hb-shadow: 0 2px 12px rgba(0,0,0,.08);--hb-shadow-hover: 0 8px 24px rgba(0,0,0,.14);--hb-transition: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--hb-font);direction:rtl;text-align:right;color:var(--hb-black);background:var(--hb-white);font-size:14px;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}.hb-container{max-width:1280px;margin:0 auto;padding:0 20px}.hb-announce-bar{background:var(--hb-red);color:var(--hb-white);text-align:center;padding:9px 20px;font-size:13px;font-weight:500;letter-spacing:.02em}.hb-slideshow{position:relative;overflow:hidden;background:#f0ede8;height:520px}@media(max-width:768px){.hb-slideshow{height:240px}}.hb-slides-wrapper{width:100%;height:100%;position:relative}.hb-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease}.hb-slide.active{opacity:1;z-index:1}.hb-slide img{width:100%;height:100%;object-fit:cover}.hb-slide-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hb-slide-placeholder-icon{font-size:80px}.hb-slide-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 80px;background:linear-gradient(to left,rgba(0,0,0,.35) 0%,transparent 60%)}@media(max-width:768px){.hb-slide-content{padding:0 20px;align-items:center;text-align:center}}.hb-slide-content h2{color:#fff;font-size:40px;font-weight:800;line-height:1.2;margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hb-slide-content p{color:#ffffffe6;font-size:18px;margin-bottom:24px}.hb-slide-buttons{display:flex;gap:16px;flex-wrap:wrap}.hb-slide-btn{display:inline-block;background:#000;color:#fff;padding:16px 36px;border-radius:0;font-size:16px;font-weight:700;transition:background var(--hb-transition),transform var(--hb-transition)}.hb-slide-btn:hover{background:#333;transform:translateY(-2px)}.hb-slide-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:#ffffffd9;border:none;border-radius:50%;width:44px;height:44px;font-size:26px;line-height:1;cursor:pointer;transition:background var(--hb-transition);display:flex;align-items:center;justify-content:center}.hb-slide-arrow:hover{background:#fff}.hb-slide-prev{right:16px}.hb-slide-next{left:16px}.hb-slide-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);z-index:5;display:flex;gap:8px}.hb-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background var(--hb-transition),transform var(--hb-transition)}.hb-dot.active{background:#fff;transform:scale(1.3)}.hb-categories-section{padding:48px 0 32px;background:var(--hb-white)}.hb-section-title{font-size:24px;font-weight:800;color:var(--hb-black);margin-bottom:28px;text-align:center}.hb-categories-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hb-categories-scroll::-webkit-scrollbar{display:none}.hb-categories-grid{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;padding:8px 0}@media(max-width:768px){.hb-categories-grid{flex-wrap:nowrap;justify-content:flex-start;padding:8px 16px}}.hb-cat-item{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;flex-shrink:0;min-width:90px}.hb-cat-circle{width:90px;height:90px;border-radius:50%;overflow:hidden;border:2px solid var(--hb-border);background:var(--hb-gray-light);display:flex;align-items:center;justify-content:center;transition:border-color var(--hb-transition),transform var(--hb-transition),box-shadow var(--hb-transition)}.hb-cat-item:hover .hb-cat-circle{border-color:var(--hb-red);transform:translateY(-4px);box-shadow:0 8px 20px #c8102e26}.hb-cat-circle img{width:100%;height:100%;object-fit:cover;transition:transform var(--hb-transition)}.hb-cat-item:hover .hb-cat-circle img{transform:scale(1.08)}.hb-cat-icon{font-size:36px}.hb-cat-name{font-size:13px;font-weight:600;color:var(--hb-gray-dark);text-align:center;transition:color var(--hb-transition)}.hb-cat-item:hover .hb-cat-name{color:var(--hb-red)}.hb-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.hb-view-all{font-size:14px;font-weight:600;color:var(--hb-red);display:flex;align-items:center;gap:4px;transition:opacity var(--hb-transition)}.hb-view-all:hover{opacity:.75}.hb-featured-section{padding:40px 0;background:var(--hb-white)}.hb-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.hb-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.hb-products-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.hb-product-card{border-radius:var(--hb-radius);overflow:hidden;background:var(--hb-white);border:1px solid var(--hb-border);transition:box-shadow var(--hb-transition),transform var(--hb-transition);position:relative}.hb-product-card:hover{box-shadow:var(--hb-shadow-hover);transform:translateY(-3px)}.hb-product-img-wrap{position:relative;overflow:hidden;background:var(--hb-gray-light);aspect-ratio:1}.hb-product-img{width:100%;height:100%;object-fit:cover;transition:opacity var(--hb-transition),transform .4s ease}.hb-img-primary{position:absolute;top:0;right:0;bottom:0;left:0}.hb-img-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.hb-product-card:hover .hb-img-primary{opacity:0}.hb-product-card:hover .hb-img-hover{opacity:1}.hb-product-badges{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.hb-badge{display:inline-block;padding:3px 8px;border-radius:3px;font-size:11px;font-weight:700;color:#fff}.hb-badge-sale{background:var(--hb-red)}.hb-badge-new{background:#27ae60}.hb-badge-sold{background:#888}.hb-wishlist-btn{position:absolute;top:8px;left:8px;z-index:2;background:#fff;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ccc;box-shadow:0 2px 6px #0000001a;transition:color var(--hb-transition),transform var(--hb-transition);opacity:0}.hb-product-card:hover .hb-wishlist-btn{opacity:1}.hb-wishlist-btn:hover{color:var(--hb-red);transform:scale(1.15)}.hb-quick-add{position:absolute;bottom:0;left:0;right:0;z-index:2;transform:translateY(100%);transition:transform var(--hb-transition)}.hb-product-card:hover .hb-quick-add{transform:translateY(0)}.hb-quick-add-btn{display:block;width:100%;padding:11px;background:var(--hb-red);color:#fff;font-size:13px;font-weight:700;text-align:center;border:none;cursor:pointer;font-family:var(--hb-font);transition:background var(--hb-transition)}.hb-quick-add-btn:hover{background:var(--hb-red-dark)}.hb-product-info{padding:12px}.hb-product-vendor{font-size:11px;color:var(--hb-gray);margin-bottom:4px}.hb-product-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;font-weight:500;color:var(--hb-black);margin-bottom:8px;line-height:1.4;transition:color var(--hb-transition)}.hb-product-name:hover{color:var(--hb-red)}.hb-product-price-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hb-price-current{font-size:16px;font-weight:800;color:var(--hb-red)}.hb-price-compare{font-size:13px;color:var(--hb-gray);text-decoration:line-through}.hb-promo-section{padding:32px 0}.hb-promo-grid{display:grid;gap:16px}.hb-promo-1{grid-template-columns:1fr}.hb-promo-2{grid-template-columns:repeat(2,1fr)}.hb-promo-3{grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.hb-promo-2,.hb-promo-3{grid-template-columns:1fr}}.hb-promo-banner{position:relative;border-radius:var(--hb-radius);overflow:hidden;display:block;aspect-ratio:16/7;background:var(--hb-gray-light)}.hb-promo-banner img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hb-promo-banner:hover img{transform:scale(1.04)}.hb-promo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:var(--hb-gray-dark)}.hb-promo-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%);color:#fff}.hb-promo-text h3{font-size:20px;font-weight:800}.hb-promo-text p{font-size:14px;opacity:.85}.hb-promo-badge{display:inline-block;background:var(--hb-red);color:#fff;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:700;margin-top:8px;align-self:flex-start}.hb-newsletter-section{background:#f8f7f5;padding:48px 0;border-top:1px solid var(--hb-border)}.hb-newsletter-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media(max-width:768px){.hb-newsletter-grid{grid-template-columns:1fr;gap:32px}}.hb-nl-form-wrap h3,.hb-app-wrap h3{font-size:20px;font-weight:800;margin-bottom:6px;color:var(--hb-black)}.hb-nl-form-wrap p,.hb-app-wrap p{font-size:13px;color:var(--hb-gray);margin-bottom:18px}.hb-nl-input-group{display:flex;border:1px solid var(--hb-border);border-radius:var(--hb-radius);overflow:hidden;background:#fff}.hb-nl-input-group input{flex:1;padding:13px 16px;border:none;font-family:var(--hb-font);font-size:14px;outline:none;direction:rtl;color:var(--hb-black)}.hb-nl-input-group button{background:var(--hb-red);color:#fff;border:none;padding:13px 24px;font-family:var(--hb-font);font-size:14px;font-weight:700;cursor:pointer;transition:background var(--hb-transition);white-space:nowrap}.hb-nl-input-group button:hover{background:var(--hb-red-dark)}.hb-app-badges{display:flex;gap:12px;flex-wrap:wrap}.hb-app-badge{border-radius:8px;overflow:hidden;transition:opacity var(--hb-transition),transform var(--hb-transition)}.hb-app-badge:hover{opacity:.85;transform:translateY(-2px)}.hb-footer{background:#fff;border-top:1px solid var(--hb-border);padding:48px 0 0;color:var(--hb-gray-dark)}.hb-footer-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;padding-bottom:40px;border-bottom:1px solid var(--hb-border)}@media(max-width:1024px){.hb-footer-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.hb-footer-grid{grid-template-columns:repeat(2,1fr)}}.hb-footer-col h4,.hb-footer-info-col h4{font-size:14px;font-weight:800;color:var(--hb-black);margin-bottom:14px}.hb-footer-col ul li,.hb-footer-info-col ul li{margin-bottom:8px}.hb-footer-col ul li a,.hb-footer-info-col ul li a{font-size:13px;color:var(--hb-gray);transition:color var(--hb-transition)}.hb-footer-col ul li a:hover,.hb-footer-info-col ul li a:hover{color:var(--hb-red)}.hb-footer-info-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:40px 0;border-bottom:1px solid var(--hb-border)}@media(max-width:640px){.hb-footer-info-row{grid-template-columns:1fr 1fr}}.hb-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0;flex-wrap:wrap;gap:12px}.hb-footer-social{display:flex;gap:14px}.hb-social-icon{width:38px;height:38px;border-radius:50%;background:var(--hb-gray-light);display:flex;align-items:center;justify-content:center;color:var(--hb-gray-dark);transition:background var(--hb-transition),color var(--hb-transition)}.hb-social-icon:hover{background:var(--hb-red);color:#fff}.hb-footer-contact{display:flex;gap:24px;font-size:13px;color:var(--hb-gray)}.hb-footer-copy{font-size:12px;color:var(--hb-gray)}.hb-placeholder-card .hb-product-img-wrap{background:var(--hb-gray-light)}.hb-product-placeholder-svg{width:100%;height:100%;padding:20px;opacity:.3}.hb-section-divider{height:1px;background:var(--hb-border);margin:0 20px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/hb-theme.css.map */
