body{font-family:'Cairo',sans-serif;background:#fafafa;margin:0;padding:0;}
/* HEADER */
.top-header{background:white;padding:12px 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.05);padding-bottom: 0px;}
.logo-img{height:50px !important;object-fit:contain;}
/*.search-box{position:relative;width:600px;}.search-box input{height:45px;border-radius:30px;padding-right:45px;border:1px solid #ddd;}
.search-box i{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#f1b504;font-size:20px;cursor:pointer;transition:0.3s;}
.search-box i:hover{color:#d85b00;}*/
.header-icons i{color:#f1b504;font-size:26px;margin-left:20px;cursor:pointer;transition:.3s;}
.header-icons i:hover{transform:scale(1.2);color:#d85b00;}
.navbar{background:#f1b504;padding:10px 0;margin-top: 12px;}
.nav-link{color:white !important;font-weight:600;margin-left:15px;}
.nav-link:hover{color:#222 !important;}

/* MAIN SLIDER */
.carousel-inner img{height:450px;/*object-fit:cover;*/border-radius:15px;}
.carousel-caption{bottom:20%;}
.carousel-caption h1{font-size:48px;font-weight:700;color:white;text-shadow:2px 2px 5px rgba(0,0,0,0.6);}
.carousel-caption p{font-size:20px;color:white;text-shadow:1px 1px 3px rgba(0,0,0,0.6);}
.carousel-caption .btn-orange{padding:10px 30px;font-size:18px;}

/* CATEGORIES */
.category-scroller{
  padding:10px 0;
}
.category-circle-img{
  text-align:center;
  width:120px;
}
.category-circle-img .category-img{
  width:120px;
  height:120px;
  border-radius:50%;
  background-size:cover;
  background-position:center;
  box-shadow:0 4px 15px rgba(0,0,0,0.15);
  transition:transform 0.3s, box-shadow 0.3s;
  padding: 5px;
  margin: 0 auto;
}
.category-circle-img .category-img:hover{
  transform:scale(1.1);
  box-shadow:0 10px 20px rgba(0,0,0,0.25);
}
.category-circle-img p{
  margin-top:8px;
  font-weight:700;
  font-size:14px;
  color:#333;
}

/* PRODUCT CARD */
.product-card{background:white;border-radius:18px;padding:12px;transition:.3s;position:relative;margin:5px;box-shadow:0 4px 10px rgba(0,0,0,0.1);}
.product-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.15);}
.product-card img{height:180px;object-fit:cover;border-radius:14px;width:100%;}
.price{color:#f1b504;font-weight:800;font-size:18px;margin:5px 0;}
.description{font-size:13px;color:#555;height:36px;overflow:hidden;margin-bottom:5px;}
.btn-orange{background:#f1b504;color:white;border-radius:25px;}
.btn-orange:hover{background: transparent;border-color: #f1b504;color: #f1b504;}
.badge-label{position:absolute;top:12px;right:12px;background:#f1b504;color:white;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;}

/* SECTION TITLES */
.section-title{color:#f1b504;font-weight:800;margin-bottom:40px;position:relative;font-size:28px;}
.section-title::after{content:"";width:50px;height:4px;background:#f1b504;position:absolute;right:0;bottom:-10px;border-radius:2px;}

/* BANNERS */
.banner-section{/*display:flex;gap:20px;flex-wrap:wrap;justify-content:center;*/}
.banner-section img{width:100%;border-radius:10px;height:300px;/*object-fit:cover;*/transition:.3s;}
.banner-section img:hover{transform:scale(1.05);}

/* BRAND SLIDER */
.brand-card{
  width:100%;
  height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.3s;
  margin:0 auto;
  padding: 5px;
}
.brand-card img{
  padding: 5px;
  width:100%;
  height:100px;
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
    background: #fff;
}
.brand-card img:hover{
  border-color: #f1b504;
}

/* BLOG SECTION */
.blog-section{padding:50px 0;background:#fff5ee;}
.blog-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,0.1);transition:.3s;margin-bottom: 30px;}
.blog-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 12px 25px rgba(0,0,0,0.2);}
.card-body{padding:15px;}
.blog-card img{width:100%;height:200px;object-fit:cover;}
.blog-card .card-body h5{color:#f1b504;font-weight:700;margin-bottom:10px;font-size:18px;}
.blog-card .card-body p{font-size:14px;color:#555;height:45px;overflow:hidden;}
.blog-card .btn-orange{margin-top:10px;width:100%;}

/* FOOTER */
footer{background:linear-gradient(180deg,#1a1a1a,#111);color:#ddd;padding:60px 0 20px;}
footer h5{color:#f1b504;margin-bottom:20px;font-weight:700;}
footer a{color:#bbb;display:block;text-decoration:none;margin-bottom:8px;transition:.3s;}
footer a:hover{color:#f1b504;}
.social i{font-size:26px;color:#f1b504;margin-left:12px;transition:.3s;}
.social i:hover{color:white;transform:scale(1.2);}
.copy{border-top:1px solid #333;padding-top:15px;margin-top:30px;text-align:center;color:#aaa;}

/* SLICK CUSTOM */
.slick-slide{outline:none;}
.slick-prev:before, .slick-next:before{color:#f1b504; font-size:30px;}

a {
  text-decoration: none;
}

.social{
    display: flex;
}





/* ====== GRID ====== */

.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}

.product {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

/* ====== IMAGE ====== */

.product img {
    transition: 0.4s ease;
}

.product:hover img {
    transform: scale(1.08);
}

/* ====== TITLE ====== */

.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px 5px !important;
    color: #464646;
}

/* ====== PRICE ====== */

.product .price {
  padding: 0 15px 15px;
  font-weight: bold !important;
  color: #f1b504;
  font-size: 16px !important;
}

/* ====== ACTIONS ====== */

.product-actions {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s ease;
}

.product:hover .product-actions {
    opacity: 1;
    transform: translateY(0);
}

/* ====== ADD TO CART ====== */

.product-actions .button {
    background: #000;
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.product-actions .button:hover {
    background: #ff6600;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 768px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .products {
        grid-template-columns: 1fr;
    }
}



.woocommerce ul.products {
    display: block !important;
}

.woocommerce ul.products li.product {
    padding: 10px;
}

.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease;
    margin-left: 10px !important;
  margin-right: 10px !important;
}

.woocommerce ul.products li.product:hover {

}

.woocommerce ul.products li.product img {
    transition: 0.4s ease;
    width:100%;
    height: 250px !important;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.08);
}

.woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 15px 5px;
    min-height: 48px;
}

.price {
    padding: 0 15px 15px;
    font-weight: bold;
    color: #000;
}

.product-actions {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s ease;
}

.product:hover .product-actions {
    opacity: 1;
    transform: translateY(0);
}

.product-actions .button {
    background: #000;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    transition: 0.3s;
}

.product-actions .button:hover {
    background: #ff6600;
}


.product-slider ul.products {
    display: block !important;
}

.product-slider ul.products li.product {
    float: none !important;
    width: auto !important;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto;
}



.onsale {
background-color: #f1b504;
  padding: 5px 10px;
  min-width: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 25px;
  z-index: 999;
  position: relative;
}









.search-wrapper{
    position:relative;
    width:650px;
}

.search-box{
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 60px;
  transition: .3s;
  border: 1px solid #ddd;
}

.search-box:focus-within{
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.category-dropdown{
    position:relative;
}

.cat-toggle{
    background:#f7f7f7;
    border:none;
    padding:0 20px;
    height:55px;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    border-radius: 0px 30px 30px 0px;
}

.cat-toggle .arrow{
    width:6px;
    height:6px;
    border-right:2px solid #333;
    border-bottom:2px solid #333;
    transform:rotate(45deg);
    margin-top:-3px;
}

.search-input-wrapper{
    flex:1;
    position:relative;
    display:flex;
    align-items:center;
}

#live-search{
    width:100%;
    border:none;
    padding:0 20px 0 20px;
    height:55px;
    font-size:15px;
    outline:none;
    border-radius: 30px 0px 0px 30px;
}

.search-btn{
    position:absolute;
    left:10px; /* RTL */
    background:#f1b504;
    border:none;
    color:#fff;
    width:38px;
    height:38px;
    border-radius:50%;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    transition:.3s;
}

.search-btn:hover{
    background:#f1b504;
    transform:scale(1.05);
}


.cat-menu{
position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 246px;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  list-style: none;
  padding: 10px;
  display: none;
  z-index: 999;
}


.cat-menu li{
  padding: 10px;  
  cursor: pointer;
}


.cat-menu li:hover{
    color: #fff;
  background:#f1b504;
}

.category-dropdown.active .cat-menu{
    display:block;       
}




.cat-menu{
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s ease;
}

.category-dropdown.active .cat-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}






.ajax-results {

}



.results-grid{
  margin-top: 5px;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 10px;
  height: 480px;
  overflow: auto; 
    z-index: 9;
    
}

.result-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    margin-bottom: 10px;
}

.result-item .result-img{
    width:100px;
}

.result-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.result-item img {
    width: 100%;
    height: auto;
    display: block;
}

.result-item h4 {
    font-size: 16px;
    margin: 10px 0 5px;
    padding: 0 10px;
    color: #333;
    text-align: start;
}

.result-item span {
  margin-bottom: 10px;
  color: #f1b504;
  font-weight: 600;
  text-align: start;
  margin-left: 5px;
  margin-right: 5px;
  float: inline-start;
}



.breadcrumb-section {
  padding-top: 60px;
  background: linear-gradient(180deg,#1a1a1a,#111);
}

.breadcrumb-section .breadcrumb-content {
  position: relative;
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.breadcrumb-section .breadcrumb-content h1 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #fff;
}


.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
    padding-top: 0.75rem;
  padding-top: 0.75rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
  padding-top: 10px;
  color: #666666;
}


.breadcrumb a {
  color: #f1b504;
}


.breadcrumb span, .breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
}

.brands-grid img{
    width:100%;
     transition: .3s;
}

.cat-image img {
    width: 100px;
    transition: .3s;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.woocommerce-tabs ul.tabs li {
    list-style: none;
    margin-right: 20px;
}

.woocommerce-tabs ul.tabs li a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    color: #333;
}

.woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid #0d6efd;
    color: #0d6efd;
}



@media (max-width: 992px) {
    .carousel-item .product {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .carousel-item .product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.breadcrumb{
      margin-bottom: 0px !important;
}




.custom-product-card {
    position: relative;
    list-style: none;
}

.product-inner {
    background: #fff;
    padding: 15px;
    transition: 0.3s;
}


.product-image {
    position: relative;
    overflow: hidden;
}

.product-actions {
    position: absolute;
    top: 10px;
    right: -50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.3s;
}

.product-inner:hover .product-actions {
    right: 10px;
}

.product-actions button ,.product-actions .button{
    background: #f1b504;
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}


.product-actions button:hover {
    background: #fff;
    color: #f1b504;
}


.product-actions .button:hover {
    background: #fff;
    color: #f1b504;
}

.product-content {
    text-align: center;
    margin-top: 15px;
}


.header-icons{
    display:flex;
    align-items:center;
    gap:10px;
}

.header-icon{
    position:relative;
    font-size:20px;
    cursor:pointer;
}

.cart-count,
.wishlist-count{
    position:absolute;
    top:-6px;
    right:-10px;
    background:#000;
    color:#fff;
    font-size:11px;
    width:18px;
    height:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}

.mini-cart-dropdown,
.account-dropdown{
    position:absolute;
    top:35px;
    right:0;
    width:300px;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
    padding:15px;
    display:none;
    z-index:999;
}

.cart-wrapper:hover .mini-cart-dropdown,
.account-wrapper:hover .account-dropdown{
    display:block;
}



/* ===== Login Form Wrapper ===== */
.woocommerce-form-login {
    max-width: 420px !important;
border: 0px !important;
  margin: 0px !important;
    padding: 35px !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    position: relative !important;
    display: block !important;
}

/* ===== Title ===== */
.woocommerce-form-login h2 {
    text-align: center !important;
    margin-bottom: 25px !important;
    font-weight: 600 !important;
}

/* ===== Form Rows ===== */
.woocommerce-form-login .form-row {
    margin-bottom: 18px !important;
    display: block !important;
    
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    display: none !important;
}

/* ===== Labels ===== */
.woocommerce-form-login label {
    display: block !important;
    margin-bottom: 6px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/* ===== Inputs ===== */
.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"],
.woocommerce-form-login input[type="email"] {
    width: 100% !important;
    height: 45px !important;
    padding: 10px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

/* Focus Effect */
.woocommerce-form-login input:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
    outline: none;
}

/* ===== Remember Me ===== */
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
}

/* ===== Button ===== */
.woocommerce-form-login button {
    width: 100% !important;
    height: 45px !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: 0.3s !important;
}

.woocommerce-form-login button:hover {
    background: #d60000 !important;
}

/* ===== Lost Password Link ===== */
.woocommerce-LostPassword {
    text-align: center;
    margin-top: 15px;
}

.woocommerce-LostPassword a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
}

.woocommerce-LostPassword a:hover {
    color: #000;
}

/* ===== Responsive ===== */
@media (max-width: 480px) {
    .woocommerce-form-login {
        margin: 30px 15px;
        padding: 25px;
    }
}



.account-dropdown .woocommerce-form-login {
    box-shadow: none;
    margin: 0;
    padding: 15px;
}



html[dir="rtl"] .mini-cart-dropdown, html[dir="rtl"] .account-dropdown{
    right: auto !important;
    left:0px !important;
}



























.woocommerce form {
    max-width: 100%;
    margin: 0px auto;
    padding: 40px;
    border-radius: 16px;
}

.woocommerce form .form-row {
    margin-bottom: 1rem;
}

.woocommerce form label {
    font-weight: 500;
    margin-bottom: .5rem;
}

.woocommerce input[type="text"],
.woocommerce input[type="password"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce select,
.woocommerce textarea {
    width: 100%;
    padding: .75rem 1rem;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    transition: all .2s ease;
}

.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.15);
    outline: none;
}

.woocommerce form button,
.woocommerce form input[type="submit"] {
    width: auto;
    padding: .75rem;
    border-radius: .5rem;
    font-weight: 600;
    border: 1px solid #f1b504;
    background: #f1b504 !important;
    color: #fff !important;
    
    
    transition: .2s;
}

.woocommerce button:hover,
.woocommerce input[type="submit"]:hover {
    background: transparent !important;
    color: #f1b504 !important;
}


.woocommerce-account .woocommerce {

}

.woocommerce-MyAccount-navigation {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: .75rem 1rem;
    border-radius: .5rem;
    text-decoration: none;
    color: #212529;
    transition: .2s;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background: #f1b504;
    color: #fff;
}

@media(max-width:768px){
    .woocommerce-account .woocommerce{
        grid-template-columns:1fr;
    }
}


.woocommerce-cart table.shop_table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-cart table th {
    background: #f8f9fa;
    font-weight: 600;
}

.woocommerce-cart .cart_totals {
    margin-top: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,.05);
}


.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,.05);
}

@media(max-width:768px){
    .woocommerce-checkout form.checkout{
        grid-template-columns:1fr;
    }
}


.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width:100% !important;
}










/* ===== Account Nav Wrapper ===== */
.user-nav {
    list-style: none;
    padding: 15px;
    margin: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    min-width: 220px;
}

/* ===== List Items ===== */
.user-nav li {
    margin-bottom: 8px;
}

.user-nav li:last-child {
    margin-bottom: 0;
}

/* ===== Links ===== */
.user-nav li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #212529;
    transition: all .2s ease;
}

/* Hover */
.user-nav li a:hover {
    background: #f1b504;
    color: #fff;
    transform: translateX(-3px);
}

/* Active Link (لو حبيتي تضيفي class active) */
.user-nav li.active a {
    background: #f1b504;
    color: #fff;
}

/* Sign Out Style */
.user-nav li:last-child a {
    color: #f1b504;
}

.user-nav li:last-child a:hover {
    background: #f1b504;
    color: #fff;
}

/* RTL Support */
html[dir="rtl"] .user-nav li a:hover {
    transform: translateX(3px);
}

.account-dropdown .user-nav {
    box-shadow: none;
    padding: 10px;
    min-width: 180px;
}






.mini-cart-dropdown .woocommerce-mini-cart {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

.mini-cart-dropdown .woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.mini-cart-dropdown .woocommerce-mini-cart-item:last-child {
    border-bottom: none;
}

/* صورة المنتج */
.mini-cart-dropdown .woocommerce-mini-cart-item img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 8px;
}

/* اسم المنتج */
.mini-cart-dropdown .woocommerce-mini-cart-item a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #212529;
}

.mini-cart-dropdown .quantity {
    font-size: 13px;
    color: #6c757d;
}




.mini-cart-dropdown .woocommerce-mini-cart__total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons a {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: .2s;
}

/* View Cart */
.mini-cart-dropdown .button.wc-forward:first-child {
    background: #f8f9fa;
    color: #212529;
    border: 1px solid #dee2e6;
}

.mini-cart-dropdown .button.wc-forward:first-child:hover {
    background: #e2e6ea;
}

/* Checkout */
.mini-cart-dropdown .checkout {
    background: #f1b504 !important;
    color: #fff !important;
text-align: center !important;
  padding: 8px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: .2s !important;
}


.mini-cart-dropdown .wc-forward {
text-align: center !important;
  padding: 8px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: .2s !important;
}




.mini-cart-dropdown .checkout:hover {
    background: #0b5ed7 !important;
}


.mini-cart-dropdown::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}


.woocommerce-mini-cart__empty-message{
    text-align: center;
  font-size: 15px;
  margin-top: 10px;
}



.mini-cart-dropdown .woocommerce-mini-cart-item .remove {
    color: #dc3545;
    font-size: 16px;
    margin-left: auto;
    transition: 0.2s;
}

.mini-cart-dropdown .woocommerce-mini-cart-item .remove:hover {
    color: #a71d2a;
    transform: scale(1.2);
}


.woocommerce-page table.cart td.actions .input-text{
      width: 55% !important;
}



.wc-proceed-to-checkout .checkout-button{
      background: #f1b504 !important;
}


.woocommerce table.shop_table {
  background: #fff;
}


.woocommerce-checkout form.checkout{
      display: flex !important;
}


.woocommerce-checkout form.checkout #order_review_heading{
      display: none !important;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  width: 100% !important;
}


.product .add_to_cart_button {
    display: inline-block;
    margin-top: 8px; /* يظهر تحت السعر */
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background-color: #0d6efd; /* أزرق Bootstrap */
    color: #fff !important;
    border: none;
    text-align: center;
    transition: 0.3s;
}

.product .add_to_cart_button:hover {
    background-color: #0b5ed7;
    transform: scale(1.05);
}



@media (max-width: 950px) {
    .carousel-inner img{
        height: auto !important;
    }
    
  .slick-prev {
  right: 0px !important;
  left : auto !important;
  z-index: 9999 !important;
}


.slick-next {
  left: 0px !important;
  right : auto !important;
  z-index: 999 !important;
}

.align-items-center {
  gap: 25px;
}

.search-wrapper{
    display: none !important;
}

.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  margin: 0 0 2.992em !important;
}

.woocommerce ul.products li.product img {
  height: 100px !important;
}

.banner-section img {
  margin-bottom: 20px;
  height: auto;
  object-fit: contain;
}
}



.product-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-card img {
    transition: transform 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.08);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.product-card .add-to-cart {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
}

.product-card:hover .add-to-cart {
    bottom: 20px;
}


.product-card {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.product-card.show {
    opacity: 1;
    transform: translateY(0);
}


.add-to-cart {
    transition: 0.3s;
}

.add-to-cart.loading {
    pointer-events: none;
    opacity: 0.6;
}

.cart-icon.bounce {
    animation: bounce 0.6s;
}

@keyframes bounce {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}


.page-transition {
    animation: fadePage 0.4s ease;
}

@keyframes fadePage {
    from { opacity: 0; }
    to { opacity: 1; }
}



.reveal {
    opacity: 0;
    transform: translateY(60px);
       transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}



.reveal-left {
    opacity: 0;
    transform: translateX(-80px);
        transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-right {
    opacity: 0;
    transform: translateX(80px);
        transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-left.active,
.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}


.reveal-zoom {
    opacity: 0;
    transform: scale(0.9);
       transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-zoom.active {
    opacity: 1;
    transform: scale(1);
}


.woocommerce ul.products li.product h3{
    height: 50px;
  overflow: hidden;
}

.woocommerce ul.products li.product .price{
    height: 30px;
  overflow: hidden;
}


.woocommerce ul.products li.product .add_to_cart_button {
  background: #f1b504;
  border: 1px solid #f1b504;
    border-radius: 25px;
}


.woocommerce ul.products li.product .add_to_cart_button:hover{
  color: #f1b504 !important;
  background: transparent;
}


#quickview-modal {
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#quickview-modal .modal-content {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    width: 90%;
    border-radius: 8px;
    position: relative;
}
#quickview-modal .modal-close {
    position: absolute;
    top:10px; right:10px;
    border:none; background:none; font-size:24px; cursor:pointer;
}



.woocommerce ul.products li.product a {
  color: var(--bs-heading-color);
}

.lang{
padding: 10px;border-radius: 10px;color: #fff;
}

.lang:hover{
color: #222;
}


.woocommerce-variation-add-to-cart , .single_variation_wrap{
    display: flex;
  gap: 20px;
}


.single_variation_wrap{
  margin-top: 10px;
}

a {
  color: #f1b504;
}

.variations .value{
    display: flex;
  align-items: center;
}

.variations .label{
    display: inline-block;
  align-items: center;
}

.variations .label label{
    font-weight: bold;
}


.woocommerce-variation-add-to-cart-disabled .quantity {
    display: none !important;
}