:root {
	--wd-hb-opt-h: 50px;
	--wd-text-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(209,44,44);
	--wd-alternative-color: rgb(234,206,49);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(209,44,44);
	--btn-accented-bgcolor-hover: rgb(191,40,40);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(30,115,190);
	background-image: url(https://grandboxfoods.com/wp-content/uploads/2021/10/grocery-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.wd-hb {
	background-color: rgb(226,175,54);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(55,56,57);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 40px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-hb-opt-h: 100px;
	--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(30,115,190);
}

/* ========================================
   تنسيقات إضافية لصفحة المنتج والسلة
   ======================================== */

/* --- تنسيقات عامة --- */
.product-image-summary {
    gap: 50px !important;
}

/* --- تحسين صور المنتج --- */
.woocommerce-product-gallery__wrapper {
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-product-gallery__image img {
    border-radius: 12px;
}

/* --- تحسين Thumbnails --- */
.wd-gallery-thumb img {
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.wd-gallery-thumb.wd-active img,
.wd-gallery-thumb:hover img {
    border-color: var(--wd-primary-color);
}

/* --- Variation Swatches محسّن --- */
.wd-swatches-product .swatch-inner {
    border-radius: 8px !important;
    transition: all 0.2s ease;
}

.wd-swatches-product .wd-swatch.selected {
    box-shadow: 0 0 0 3px var(--wd-primary-color);
}

/* --- زر Add to Cart محسّن --- */
.single_add_to_cart_button {
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 40px !important;
/* Hide Joinchat floating WhatsApp on mobile */
@media (max-width: 767px) {
    .joinchat {
        display: none !important;
    }
}
    text-transform: none !important;
    letter-spacing: 0 !important;
    transition: all 0.3s ease !important;
}

.single_add_to_cart_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(229, 57, 53, 0.3);
}

/* --- Sticky Add to Cart Bar --- */
.wd-sticky-add-to-cart {
    box-shadow: 0 -4px 25px rgba(0,0,0,0.12) !important;
    padding: 15px 0 !important;
}

.wd-sticky-add-to-cart .single_add_to_cart_button {
    padding: 14px 35px !important;
    font-size: 16px !important;
}

/* --- Trust Badges تحت زر الشراء --- */
.wd-product-summary .trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.trust-badges .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #666;
}

/* --- تحسين تاب/أكورديون المنتج --- */
.wd-accordion-title {
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 18px 0 !important;
}

.wd-accordion-content {
    padding: 20px 0 !important;
    line-height: 1.8 !important;
}

/* --- تحسين Reviews Section --- */
.wd-reviews-heading {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

.commentlist .review-item {
    padding: 25px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.wd-review-likes {
    margin-top: 15px !important;
}

/* ========================================
   تنسيقات صفحة السلة
   ======================================== */

/* --- تحسين جدول السلة --- */
.woocommerce-cart-form__contents {
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-cart-form__contents thead th {
    background: #f8f9fa !important;
    font-weight: 600 !important;
    padding: 18px 25px !important;
}

.woocommerce-cart-form__contents tbody td {
    padding: 25px !important;
    vertical-align: middle !important;
}

/* --- صور المنتجات في السلة --- */
.woocommerce-cart-form__contents .product-thumbnail img {
    border-radius: 10px !important;
    width: 85px !important;
    height: 85px !important;
    object-fit: cover !important;
}

/* --- Product Name في السلة --- */
.woocommerce-cart-form__contents .product-name a {
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #222 !important;
}

.woocommerce-cart-form__contents .product-name .variation {
    font-size: 13px !important;
    color: #666 !important;
    margin-top: 5px !important;
}

/* --- Quantity Selector --- */
.woocommerce-cart-form__contents .quantity {
    border-radius: 8px !important;
    overflow: hidden !important;
}

.woocommerce-cart-form__contents .quantity input {
    height: 44px !important;
}

/* --- Remove Button --- */
.woocommerce-cart-form__contents .product-remove a {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
    color: #999 !important;
    transition: all 0.2s ease !important;
}

.woocommerce-cart-form__contents .product-remove a:hover {
    background: #ffebee !important;
    color: #E53935 !important;
    border-color: #E53935 !important;
}

/* --- Coupon Section --- */
.coupon {
    background: #fafafa !important;
    border-radius: 10px !important;
    padding: 25px !important;
    border: 1px dashed #ddd !important;
}

.coupon .input-text {
    border-radius: 8px !important;
    height: 48px !important;
    border: 2px solid #e0e0e0 !important;
    padding: 0 18px !important;
    font-size: 14px !important;
}

.coupon .button {
    border-radius: 8px !important;
    height: 48px !important;
    padding: 0 25px !important;
    font-weight: 600 !important;
    background: #2196F3 !important;
}

/* --- Cart Totals Sidebar --- */
.cart_totals {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

.cart_totals h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #eee !important;
}

.shop_table.woocommerce-checkout-review-order-table td,
.shop_table.woocommerce-checkout-review-order-table th {
    padding: 15px 0 !important;
}

/* --- زر Checkout محسّن --- */
.wc-proceed-to-checkout .checkout-button {
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 20px !important;
    text-transform: none !important;
    transition: all 0.3s ease !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(229, 57, 53, 0.3);
}

/* --- Free Shipping Progress Bar --- */
.wd-free-shipping {
    background: #E3F2FD !important;
    border: 1px solid #BBDEFB !important;
    border-radius: 12px !important;
    padding: 25px !important;
}

.wd-free-shipping-bar {
    height: 10px !important;
    border-radius: 5px !important;
    background: #BBDEFB !important;
}

.wd-free-shipping-bar > div {
    border-radius: 5px !important;
    background: #2196F3 !important;
}

/* --- Cross-sell Products --- */
.cross-sells {
    margin-top: 40px !important;
}

.cross-sells h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

/* --- Empty Cart State --- */
.woocommerce-cart .cart-empty {
    text-align: center !important;
    padding: 80px 20px !important;
    background: #fff !important;
    border-radius: 12px !important;
}

.woocommerce-cart .cart-empty::before {
    font-size: 80px !important;
    opacity: 0.3 !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.woocommerce-cart .return-to-shop .button {
    border-radius: 10px !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
}

/* ========================================
   Responsive Fixes
   ======================================== */

@media (max-width: 768px) {
    .product-image-summary {
        gap: 30px !important;
    }
    
    .woocommerce-cart-form__contents .product-thumbnail img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .woocommerce-cart-form__contents thead {
        display: none !important;
    }
    
    .cart_totals {
        padding: 20px !important;
    }
    
    .single_add_to_cart_button {
        font-size: 16px !important;
        padding: 16px 30px !important;
    }
}
/* ========================================
   تنسيقات إضافية لصفحة المنتج والسلة
   ======================================== */

/* --- تنسيقات عامة --- */
.product-image-summary {
    gap: 50px !important;
}

/* --- تحسين صور المنتج --- */
.woocommerce-product-gallery__wrapper {
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-product-gallery__image img {
    border-radius: 12px;
}

/* --- تحسين Thumbnails --- */
.wd-gallery-thumb img {
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.wd-gallery-thumb.wd-active img,
.wd-gallery-thumb:hover img {
    border-color: var(--wd-primary-color);
}

/* --- Variation Swatches محسّن --- */
.wd-swatches-product .swatch-inner {
    border-radius: 8px !important;
    transition: all 0.2s ease;
}

.wd-swatches-product .wd-swatch.selected {
    box-shadow: 0 0 0 3px var(--wd-primary-color);
}

/* --- زر Add to Cart محسّن --- */
.single_add_to_cart_button {
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 40px !important;
/* Hide Joinchat floating WhatsApp on mobile */
@media (max-width: 767px) {
    .joinchat {
        display: none !important;
    }
}
    text-transform: none !important;
    letter-spacing: 0 !important;
    transition: all 0.3s ease !important;
}

.single_add_to_cart_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(229, 57, 53, 0.3);
}

/* --- Sticky Add to Cart Bar --- */
.wd-sticky-add-to-cart {
    box-shadow: 0 -4px 25px rgba(0,0,0,0.12) !important;
    padding: 15px 0 !important;
}

.wd-sticky-add-to-cart .single_add_to_cart_button {
    padding: 14px 35px !important;
    font-size: 16px !important;
}

/* --- Trust Badges تحت زر الشراء --- */
.wd-product-summary .trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.trust-badges .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #666;
}

/* --- تحسين تاب/أكورديون المنتج --- */
.wd-accordion-title {
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 18px 0 !important;
}

.wd-accordion-content {
    padding: 20px 0 !important;
    line-height: 1.8 !important;
}

/* --- تحسين Reviews Section --- */
.wd-reviews-heading {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

.commentlist .review-item {
    padding: 25px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.wd-review-likes {
    margin-top: 15px !important;
}

/* ========================================
   تنسيقات صفحة السلة
   ======================================== */

/* --- تحسين جدول السلة --- */
.woocommerce-cart-form__contents {
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-cart-form__contents thead th {
    background: #f8f9fa !important;
    font-weight: 600 !important;
    padding: 18px 25px !important;
}

.woocommerce-cart-form__contents tbody td {
    padding: 25px !important;
    vertical-align: middle !important;
}

/* --- صور المنتجات في السلة --- */
.woocommerce-cart-form__contents .product-thumbnail img {
    border-radius: 10px !important;
    width: 85px !important;
    height: 85px !important;
    object-fit: cover !important;
}

/* --- Product Name في السلة --- */
.woocommerce-cart-form__contents .product-name a {
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #222 !important;
}

.woocommerce-cart-form__contents .product-name .variation {
    font-size: 13px !important;
    color: #666 !important;
    margin-top: 5px !important;
}

/* --- Quantity Selector --- */
.woocommerce-cart-form__contents .quantity {
    border-radius: 8px !important;
    overflow: hidden !important;
}

.woocommerce-cart-form__contents .quantity input {
    height: 44px !important;
}

/* --- Remove Button --- */
.woocommerce-cart-form__contents .product-remove a {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
    color: #999 !important;
    transition: all 0.2s ease !important;
}

.woocommerce-cart-form__contents .product-remove a:hover {
    background: #ffebee !important;
    color: #E53935 !important;
    border-color: #E53935 !important;
}

/* --- Coupon Section --- */
.coupon {
    background: #fafafa !important;
    border-radius: 10px !important;
    padding: 25px !important;
    border: 1px dashed #ddd !important;
}

.coupon .input-text {
    border-radius: 8px !important;
    height: 48px !important;
    border: 2px solid #e0e0e0 !important;
    padding: 0 18px !important;
    font-size: 14px !important;
}

.coupon .button {
    border-radius: 8px !important;
    height: 48px !important;
    padding: 0 25px !important;
    font-weight: 600 !important;
    background: #2196F3 !important;
}

/* --- Cart Totals Sidebar --- */
.cart_totals {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

.cart_totals h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #eee !important;
}

.shop_table.woocommerce-checkout-review-order-table td,
.shop_table.woocommerce-checkout-review-order-table th {
    padding: 15px 0 !important;
}

/* --- زر Checkout محسّن --- */
.wc-proceed-to-checkout .checkout-button {
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 20px !important;
    text-transform: none !important;
    transition: all 0.3s ease !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(229, 57, 53, 0.3);
}

/* --- Free Shipping Progress Bar --- */
.wd-free-shipping {
    background: #E3F2FD !important;
    border: 1px solid #BBDEFB !important;
    border-radius: 12px !important;
    padding: 25px !important;
}

.wd-free-shipping-bar {
    height: 10px !important;
    border-radius: 5px !important;
    background: #BBDEFB !important;
}

.wd-free-shipping-bar > div {
    border-radius: 5px !important;
    background: #2196F3 !important;
}

/* --- Cross-sell Products --- */
.cross-sells {
    margin-top: 40px !important;
}

.cross-sells h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

/* --- Empty Cart State --- */
.woocommerce-cart .cart-empty {
    text-align: center !important;
    padding: 80px 20px !important;
    background: #fff !important;
    border-radius: 12px !important;
}

.woocommerce-cart .cart-empty::before {
    font-size: 80px !important;
    opacity: 0.3 !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.woocommerce-cart .return-to-shop .button {
    border-radius: 10px !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
}

/* ========================================
   Responsive Fixes
   ======================================== */

@media (max-width: 768px) {
    .product-image-summary {
        gap: 30px !important;
    }
    
    .woocommerce-cart-form__contents .product-thumbnail img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .woocommerce-cart-form__contents thead {
        display: none !important;
    }
    
    .cart_totals {
        padding: 20px !important;
    }
    
    .single_add_to_cart_button {
        font-size: 16px !important;
        padding: 16px 30px !important;
    }
}
:root{--gf-red:#df2c2f;--gf-gold:#eab632;--gf-navy:#141b35;--gf-cream:#fff9f2;--gf-muted:#6e6e78;--gf-radius:18px}
#gf-before,#gf-after{font-family:inherit;color:var(--gf-navy);overflow:hidden}
#gf-before *,#gf-after *{box-sizing:border-box}
#gf-before a,#gf-after a{text-decoration:none}
.gf-hero{position:relative;min-height:clamp(520px,44.3vw,850px);background-image:var(--gf-desktop);background-size:cover;background-position:center;isolation:isolate;transition:background-image .35s ease}
.gf-hero:after{content:"";position:absolute;inset:0 50% 0 0;z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.84));pointer-events:none}
.gf-hero-copy{position:absolute;z-index:2;right:0;top:50%;width:50%;padding:5vw 7vw;transform:translateY(-50%);text-align:right}
.gf-eyebrow,.gf-section-heading>span,.gf-final-cta span{display:inline-block;color:var(--gf-red);font-weight:800;letter-spacing:.04em}
.gf-hero h1{max-width:620px;margin:12px 0 16px;font-size:clamp(38px,4vw,72px);line-height:1.08;color:var(--gf-navy)}
.gf-hero p{max-width:570px;margin:0 0 28px;color:#484851;font-size:clamp(16px,1.25vw,21px);line-height:1.8}
.gf-actions{display:flex;gap:12px;flex-wrap:wrap}
.gf-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 25px;border:2px solid transparent;border-radius:999px;font-weight:800;transition:.25s ease}
.gf-btn-main{background:var(--gf-red);color:#fff!important;box-shadow:0 8px 22px rgba(223,44,47,.22)}
.gf-btn-main:hover{background:#bd2024;transform:translateY(-2px)}
.gf-btn-ghost{border-color:var(--gf-navy);color:var(--gf-navy)!important;background:rgba(255,255,255,.62)}
.gf-arrow{position:absolute;z-index:4;top:50%;width:45px;height:45px;border:0;border-radius:50%;background:rgba(255,255,255,.88);color:var(--gf-navy);font-size:25px;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.12)}
.gf-prev{right:22px}.gf-next{left:22px}
.gf-dots{position:absolute;z-index:4;bottom:24px;left:50%;display:flex;gap:9px;transform:translateX(-50%)}
.gf-dot{width:10px;height:10px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.72);cursor:pointer;transition:.25s}
.gf-dot.is-active{width:31px;background:var(--gf-red)}
.gf-slide-chocolate:after{background:linear-gradient(90deg,transparent,rgba(23,9,5,.78))}
.gf-slide-chocolate .gf-hero-copy h1,.gf-slide-chocolate .gf-hero-copy p,.gf-slide-chocolate .gf-eyebrow{color:#fff}
.gf-slide-chocolate .gf-btn-ghost{border-color:#fff;color:#fff!important;background:rgba(0,0,0,.18)}
.gf-benefits{display:grid;grid-template-columns:repeat(3,1fr);max-width:1180px;margin:-28px auto 60px;padding:0 20px;position:relative;z-index:5}
.gf-benefits>div{padding:23px;text-align:center;background:#fff;border-left:1px solid #eee;box-shadow:0 14px 38px rgba(20,27,53,.09)}
.gf-benefits>div:first-child{border-radius:0 var(--gf-radius) var(--gf-radius) 0}.gf-benefits>div:last-child{border-radius:var(--gf-radius) 0 0 var(--gf-radius);border:0}
.gf-benefits strong,.gf-benefits span{display:block}.gf-benefits strong{font-size:18px;margin-bottom:5px}.gf-benefits span{color:var(--gf-muted);font-size:14px}
.gf-section{padding:80px 20px}.gf-section-heading{max-width:780px;margin:0 auto 38px;text-align:center}
.gf-section-heading h2{margin:8px 0 12px;font-size:clamp(32px,4vw,56px);line-height:1.18;color:var(--gf-navy)}
.gf-section-heading p{margin:0;color:var(--gf-muted);font-size:17px;line-height:1.8}
#gf-before>.gf-section-heading{padding:30px 20px 20px}
.gf-categories{background:var(--gf-cream)}
.gf-small-grid,.gf-feature-grid{display:grid;max-width:1180px;margin:auto;gap:22px}.gf-small-grid{grid-template-columns:repeat(3,1fr)}
.gf-small-card{overflow:hidden;border-radius:var(--gf-radius);background:#fff;color:var(--gf-navy)!important;box-shadow:0 10px 35px rgba(20,27,53,.08);transition:.3s ease}
.gf-small-card:hover{transform:translateY(-8px);box-shadow:0 18px 42px rgba(20,27,53,.14)}
.gf-card-media{aspect-ratio:1/1.08;overflow:hidden;background:#f4eee8}.gf-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}
.gf-small-card:hover img{transform:scale(1.035)}
.gf-card-body{padding:20px 22px 23px;text-align:center}.gf-card-body h3{margin:0 0 6px;font-size:25px;color:var(--gf-navy)}
.gf-card-body p{margin:0 0 10px;color:var(--gf-muted)}.gf-card-body span,.gf-feature-card span{color:var(--gf-red);font-weight:800}
.gf-feature-section{background:#fff}.gf-feature-grid{grid-template-columns:repeat(2,1fr)}
.gf-feature-card{position:relative;min-height:540px;overflow:hidden;border-radius:var(--gf-radius);background:#21150e;color:#fff!important;box-shadow:0 12px 34px rgba(0,0,0,.12)}
.gf-feature-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(7,5,4,.88))}
.gf-feature-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .6s ease}.gf-feature-card:hover img{transform:scale(1.035)}
.gf-feature-card>div{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:34px}.gf-feature-card small{font-size:15px}.gf-feature-card h3{margin:5px 0 13px;color:#fff;font-size:34px}
.gf-final-cta{max-width:1180px;margin:30px auto 90px;padding:48px 55px;border-radius:24px;background:var(--gf-navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}
.gf-final-cta h2{margin:8px 0;font-size:clamp(28px,3vw,44px);color:#fff}.gf-final-cta p{margin:0;color:#d9dce8}.gf-final-cta .gf-btn{flex:none}
@media(max-width:900px){
 .gf-hero{min-height:760px;background-image:var(--gf-mobile);background-position:center top}
 .gf-hero:after{inset:44% 0 0;background:linear-gradient(transparent,rgba(255,255,255,.97) 35%)}
 .gf-hero-copy{top:auto;right:0;bottom:55px;width:100%;padding:30px 24px;transform:none;text-align:center}
 .gf-hero h1,.gf-hero p{margin-left:auto;margin-right:auto}.gf-actions{justify-content:center}
 .gf-slide-chocolate:after{background:linear-gradient(transparent,rgba(30,8,4,.95) 35%)}
 .gf-arrow{top:43%;width:40px;height:40px}.gf-prev{right:10px}.gf-next{left:10px}
 .gf-benefits{margin-top:0;grid-template-columns:1fr;padding:20px}.gf-benefits>div{border-left:0;border-bottom:1px solid #eee}.gf-benefits>div:first-child{border-radius:var(--gf-radius) var(--gf-radius) 0 0}.gf-benefits>div:last-child{border-radius:0 0 var(--gf-radius) var(--gf-radius)}
 .gf-small-grid{grid-template-columns:1fr 1fr}.gf-feature-card{min-height:480px}
 .gf-final-cta{text-align:center;flex-direction:column;margin-right:20px;margin-left:20px;padding:38px 24px}
}
@media(max-width:600px){
 .gf-hero{min-height:690px}.gf-hero h1{font-size:38px}.gf-hero p{font-size:15px;line-height:1.65}.gf-eyebrow{font-size:13px}
 .gf-section{padding:60px 15px}.gf-section-heading{margin-bottom:28px}.gf-section-heading h2{font-size:34px}
 .gf-small-grid,.gf-feature-grid{grid-template-columns:1fr}.gf-card-media{aspect-ratio:1/1.03}.gf-feature-card{min-height:430px}
 .gf-feature-card>div{padding:25px}.gf-feature-card h3{font-size:29px}
}
@media(prefers-reduced-motion:reduce){#gf-before *,#gf-after *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* إزالة الخط الفاصل من منتصف السلايدر */
#gf-before .gf-hero::after {
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.18) 52%,
        rgba(255, 255, 255, 0.82) 100%
    );
}

/* تظليل متدرج لبانر الشوكولاتة بدون فاصل */
#gf-before .gf-slide-chocolate::after {
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(20, 7, 3, 0) 28%,
        rgba(20, 7, 3, 0.25) 52%,
        rgba(20, 7, 3, 0.78) 100%
    );
}
@media (max-width: 900px) {

    #gf-before .gf-hero::after {
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 38%,
            rgba(255, 255, 255, 0.70) 58%,
            rgba(255, 255, 255, 0.97) 100%
        );
    }

    #gf-before .gf-slide-chocolate::after {
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(20, 7, 3, 0) 38%,
            rgba(20, 7, 3, 0.72) 62%,
            rgba(20, 7, 3, 0.96) 100%
        );
    }
}
/* =========================================
   Grand Box Brands Section
========================================= */

#gf-brands {
    --gf-brand-red: #df2c2f;
    --gf-brand-gold: #eab632;
    --gf-brand-navy: #141b35;
    --gf-brand-cream: #fff9f2;
    --gf-brand-muted: #6e6e78;

    padding: 85px 20px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(234, 182, 50, 0.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(223, 44, 47, 0.07),
            transparent 30%
        ),
        #fff9f2;
}

#gf-brands * {
    box-sizing: border-box;
}

/* عنوان القسم */

#gf-brands .gf-section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

#gf-brands .gf-section-heading > span {
    display: inline-block;
    color: var(--gf-brand-red);
    font-size: 15px;
    font-weight: 800;
}

#gf-brands .gf-section-heading h2 {
    margin: 8px 0 12px;
    color: var(--gf-brand-navy);
    font-size: clamp(34px, 4vw, 55px);
    line-height: 1.2;
}

#gf-brands .gf-section-heading p {
    max-width: 660px;
    margin: 0 auto;
    color: var(--gf-brand-muted);
    font-size: 17px;
    line-height: 1.8;
}

/* شبكة البراندات */

#gf-brands .gf-brands-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 1180px;
    margin: 0 auto;
}

/* بطاقة البراند */

#gf-brands .gf-brand-card {
    position: relative;
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid rgba(20, 27, 53, 0.07);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(20, 27, 53, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

#gf-brands .gf-brand-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 48px rgba(20, 27, 53, 0.14);
}

/* مساحة اللوجو */

#gf-brands .gf-brand-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 35px 24px;
    background: #f8f8f8;
    isolation: isolate;
}

#gf-brands .gf-brand-logo::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
}

#gf-brands .gf-brand-logo img {
    display: block;
    width: 100%;
    max-width: 185px;
    max-height: 145px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.09));
    transition: transform 0.35s ease;
}

#gf-brands .gf-brand-card:hover .gf-brand-logo img {
    transform: scale(1.06);
}

/* هوية All Day */

#gf-brands .gf-brand-allday .gf-brand-logo {
    background:
        linear-gradient(
            145deg,
            rgba(223, 44, 47, 0.14),
            rgba(234, 182, 50, 0.10)
        ),
        #fff;
}

/* هوية يكن */

#gf-brands .gf-brand-yakan .gf-brand-logo {
    background:
        linear-gradient(
            145deg,
            rgba(234, 182, 50, 0.18),
            rgba(20, 27, 53, 0.07)
        ),
        #fff;
}

/* بيانات البراند */

#gf-brands .gf-brand-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 38px 32px;
    text-align: right;
}

#gf-brands .gf-brand-content h3 {
    margin: 0 0 12px;
    color: var(--gf-brand-navy);
    font-size: 30px;
    line-height: 1.3;
}

#gf-brands .gf-brand-content p {
    margin: 0 0 24px;
    color: var(--gf-brand-muted);
    font-size: 15px;
    line-height: 1.85;
}

/* رابط المنتجات */

#gf-brands .gf-brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 47px;
    padding: 11px 21px;
    border-radius: 999px;
    background: var(--gf-brand-red);
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(223, 44, 47, 0.20);
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

#gf-brands .gf-brand-link:hover {
    background: #bd2024;
    color: #ffffff !important;
    transform: translateY(-2px);
}

#gf-brands .gf-brand-link span {
    font-size: 19px;
    line-height: 1;
    transition: transform 0.25s ease;
}

#gf-brands .gf-brand-link:hover span {
    transform: translateX(-4px);
}

/* التابلت */

@media (max-width: 1024px) {

    #gf-brands .gf-brand-card {
        grid-template-columns: 1fr;
    }

    #gf-brands .gf-brand-logo {
        min-height: 220px;
    }

    #gf-brands .gf-brand-content {
        align-items: center;
        text-align: center;
    }
}

/* الموبايل */

@media (max-width: 767px) {

    #gf-brands {
        padding: 60px 15px;
    }

    #gf-brands .gf-section-heading {
        margin-bottom: 30px;
    }

    #gf-brands .gf-section-heading h2 {
        font-size: 34px;
    }

    #gf-brands .gf-section-heading p {
        font-size: 15px;
    }

    #gf-brands .gf-brands-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #gf-brands .gf-brand-card {
        min-height: 0;
        border-radius: 18px;
    }

    #gf-brands .gf-brand-logo {
        min-height: 205px;
        padding: 28px 20px;
    }

    #gf-brands .gf-brand-logo img {
        max-width: 170px;
        max-height: 125px;
    }

    #gf-brands .gf-brand-content {
        padding: 27px 22px 30px;
    }

    #gf-brands .gf-brand-content h3 {
        font-size: 27px;
    }

    #gf-brands .gf-brand-content p {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

/* تعطيل الحركة لمن يفضل تقليلها */

@media (prefers-reduced-motion: reduce) {

    #gf-brands *,
    #gf-brands *::before,
    #gf-brands *::after {
        transition: none !important;
    }
}
/* ==================================================
   Grand Box — Full Screen Menu
================================================== */

/* خلفية القائمة الخارجية */
.wd-fs-menu,
.wd-nav-full-screen,
.full-screen-nav {
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(223, 44, 47, 0.10),
            transparent 35%
        ),
        #fff9f2 !important;
}

/* مساحة القائمة */
.wd-fs-menu .wd-nav,
.wd-nav-full-screen .wd-nav,
.full-screen-nav .wd-nav {
    width: min(100% - 30px, 820px) !important;
    margin: 0 auto !important;
    padding: 70px 20px 40px !important;
}

/* كل عنصر رئيسي */
.wd-fs-menu .menu-item,
.wd-nav-full-screen .menu-item,
.full-screen-nav .menu-item {
    margin: 0 !important;
}

/* روابط القائمة */
.wd-fs-menu .wd-nav > li > a,
.wd-nav-full-screen .wd-nav > li > a,
.full-screen-nav .wd-nav > li > a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 58px;
    margin-bottom: 10px;
    padding: 14px 22px !important;
    border: 1px solid rgba(20, 27, 53, 0.07);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    color: #141b35 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: right;
    box-shadow: 0 7px 22px rgba(20, 27, 53, 0.05);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* الخط الأحمر الصغير بجوار العنصر */
.wd-fs-menu .wd-nav > li > a::before,
.wd-nav-full-screen .wd-nav > li > a::before,
.full-screen-nav .wd-nav > li > a::before {
    content: "";
    width: 4px;
    height: 24px;
    margin-left: 13px;
    border-radius: 10px;
    background: #df2c2f;
    flex: 0 0 auto;
    transition: height 0.25s ease;
}

/* حركة المرور بالماوس */
.wd-fs-menu .wd-nav > li:hover > a,
.wd-nav-full-screen .wd-nav > li:hover > a,
.full-screen-nav .wd-nav > li:hover > a {
    color: #df2c2f !important;
    border-color: rgba(223, 44, 47, 0.20);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(20, 27, 53, 0.10);
    transform: translateX(-5px);
}

.wd-fs-menu .wd-nav > li:hover > a::before,
.wd-nav-full-screen .wd-nav > li:hover > a::before,
.full-screen-nav .wd-nav > li:hover > a::before {
    height: 32px;
}

/* العنصر النشط */
.wd-fs-menu .wd-nav > .current-menu-item > a,
.wd-fs-menu .wd-nav > .current-menu-ancestor > a,
.wd-nav-full-screen .wd-nav > .current-menu-item > a,
.wd-nav-full-screen .wd-nav > .current-menu-ancestor > a,
.full-screen-nav .wd-nav > .current-menu-item > a,
.full-screen-nav .wd-nav > .current-menu-ancestor > a {
    border-color: #df2c2f;
    background: #df2c2f;
    color: #ffffff !important;
}

.wd-fs-menu .wd-nav > .current-menu-item > a::before,
.wd-fs-menu .wd-nav > .current-menu-ancestor > a::before,
.wd-nav-full-screen .wd-nav > .current-menu-item > a::before,
.wd-nav-full-screen .wd-nav > .current-menu-ancestor > a::before {
    background: #eab632;
}

/* سهم القوائم الفرعية */
.wd-fs-menu .wd-nav-opener,
.wd-nav-full-screen .wd-nav-opener,
.full-screen-nav .wd-nav-opener {
    width: 42px !important;
    height: 42px !important;
    margin-right: auto;
    border-radius: 50%;
    background: rgba(223, 44, 47, 0.09) !important;
    color: #df2c2f !important;
}

/* القائمة الفرعية */
.wd-fs-menu .sub-menu,
.wd-nav-full-screen .sub-menu,
.full-screen-nav .sub-menu {
    margin: 4px 20px 15px 0 !important;
    padding: 8px 18px 8px 0 !important;
    border-right: 2px solid #eab632;
    background: transparent !important;
}

/* روابط القائمة الفرعية */
.wd-fs-menu .sub-menu a,
.wd-nav-full-screen .sub-menu a,
.full-screen-nav .sub-menu a {
    display: flex !important;
    align-items: center;
    min-height: 44px;
    padding: 9px 14px !important;
    border-radius: 10px;
    color: #565663 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: right;
    transition: 0.25s ease;
}

.wd-fs-menu .sub-menu a:hover,
.wd-nav-full-screen .sub-menu a:hover,
.full-screen-nav .sub-menu a:hover {
    padding-right: 20px !important;
    background: rgba(234, 182, 50, 0.13) !important;
    color: #df2c2f !important;
}

/* زر إغلاق القائمة */
.wd-fs-menu .wd-close-side,
.wd-nav-full-screen .wd-close-side,
.full-screen-nav .wd-close-side {
    top: 20px !important;
    left: 20px !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    background: #141b35 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(20, 27, 53, 0.20);
}

/* منع النصوص الإنجليزية من كسر تناسق الخط */
.wd-fs-menu a,
.wd-nav-full-screen a,
.full-screen-nav a {
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* الموبايل */
@media (max-width: 767px) {

    .wd-fs-menu .wd-nav,
    .wd-nav-full-screen .wd-nav,
    .full-screen-nav .wd-nav {
        width: 100% !important;
        padding: 75px 15px 30px !important;
    }

    .wd-fs-menu .wd-nav > li > a,
    .wd-nav-full-screen .wd-nav > li > a,
    .full-screen-nav .wd-nav > li > a {
        min-height: 53px;
        margin-bottom: 8px;
        padding: 12px 17px !important;
        border-radius: 12px;
        font-size: 16px !important;
    }

    .wd-fs-menu .sub-menu,
    .wd-nav-full-screen .sub-menu,
    .full-screen-nav .sub-menu {
        margin-right: 12px !important;
    }

    .wd-fs-menu .sub-menu a,
    .wd-nav-full-screen .sub-menu a,
    .full-screen-nav .sub-menu a {
        font-size: 14px !important;
    }
}
/* تغيير لون زر الإغلاق الأصلي فقط */
.wd-close-side,
.close-side-widget {
    color: #df2c2f !important;
}

.wd-close-side::before,
.wd-close-side::after,
.close-side-widget::before,
.close-side-widget::after {
    background-color: #df2c2f !important;
}
/* =========================================
   Mobile Slider — النص أسفل الصورة
========================================= */

@media (max-width: 900px) {

    /* ارتفاع منطقة صورة البنر */
    #gf-before .gf-hero {
        display: flex;
        flex-direction: column;
        min-height: 0 !important;
        padding-top: 68%;

        background-image: var(--gf-mobile);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center top;

        background-color: #ffffff;
    }

    /* إلغاء طبقة التظليل على الصورة */
    #gf-before .gf-hero::after {
        display: none !important;
    }

    /* وضع النص أسفل الصورة */
    #gf-before .gf-hero-copy {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;

        width: 100% !important;
        padding: 30px 22px 55px !important;

        transform: none !important;
        text-align: center;

        background: #ffffff;
    }

    /* إعادة ألوان النص بسبب الشريحة الداكنة */
    #gf-before .gf-slide-chocolate .gf-hero-copy h1,
    #gf-before .gf-slide-chocolate .gf-hero-copy p,
    #gf-before .gf-slide-chocolate .gf-eyebrow {
        color: #141b35 !important;
    }

    #gf-before .gf-hero-copy h1 {
        margin: 9px auto 12px;
        max-width: 500px;

        color: #141b35;
        font-size: 35px;
        line-height: 1.25;
    }

    #gf-before .gf-hero-copy p {
        max-width: 520px;
        margin: 0 auto 20px;

        color: #6e6e78;
        font-size: 15px;
        line-height: 1.7;
    }

    #gf-before .gf-eyebrow {
        color: #df2c2f;
        font-size: 14px;
    }

    #gf-before .gf-actions {
        justify-content: center;
    }

    /* زر الشريحة الداكنة */
    #gf-before .gf-slide-chocolate .gf-btn-ghost {
        border-color: #141b35;
        color: #141b35 !important;
        background: transparent;
    }

    /* الأسهم تبقى فوق الصورة */
    #gf-before .gf-arrow {
        top: calc(34vw - 20px) !important;
        transform: none !important;
    }

    /* النقاط أسفل النص */
    #gf-before .gf-dots {
        bottom: 20px;
    }

    #gf-before .gf-dot {
        background: rgba(20, 27, 53, 0.24);
    }

    #gf-before .gf-dot.is-active {
        background: #df2c2f;
    }
}

/* الهواتف الصغيرة */
@media (max-width: 480px) {

    #gf-before .gf-hero {
        padding-top: 72%;
    }

    #gf-before .gf-hero-copy {
        padding: 25px 17px 52px !important;
    }

    #gf-before .gf-hero-copy h1 {
        font-size: 30px;
    }

    #gf-before .gf-actions {
        gap: 8px;
    }

    #gf-before .gf-btn {
        min-height: 44px;
        padding: 9px 17px;
        font-size: 13px;
    }

    #gf-before .gf-arrow {
        top: calc(36vw - 20px) !important;
    }
}
/* =========================================
   السلايدر بعرض الشاشة على الكمبيوتر
========================================= */

@media (min-width: 901px) {

    /* إخراج الجزء من عرض الـContainer المحدود */
    #gf-before {
        width: 100vw;
        max-width: none !important;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    /* نسبة البنرات الأصلية تقريبًا 1920 × 850 */
    #gf-before .gf-hero {
        width: 100%;
        min-height: 0 !important;
        aspect-ratio: 1920 / 850;

        background-image: var(--gf-desktop);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}
@media (min-width: 901px) {

    #gf-before {
        position: relative;
        right: 50%;
        left: 50%;

        width: 100vw !important;
        max-width: 100vw !important;

        margin-right: -50vw !important;
        margin-left: -50vw !important;
    }

    #gf-before .gf-hero {
        width: 100% !important;
        min-height: 0 !important;
        aspect-ratio: 1920 / 850;

        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}
/* ==================================================
   إصلاح سلايدر GrandBox على الموبايل
   مقاس الصور الأصلي: 1122 × 1402
================================================== */

@media (max-width: 900px) {

    #gf-before .gf-hero {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;
        min-height: 0 !important;

        /* النسبة الصحيحة لصورة 1122 × 1402 */
        padding-top: 124.96% !important;

        background-image: var(
            --gf-mobile,
            url("https://grandboxfoods.com/wp-content/uploads/cake-mobile.webp.webp")
        ) !important;

        background-size: 100% auto !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        background-color: #ffffff !important;

        overflow: hidden !important;
    }

    /* إلغاء التظليل فوق الصورة */
    #gf-before .gf-hero::after {
        display: none !important;
    }

    /* النص أسفل الصورة بالكامل */
    #gf-before .gf-hero-copy {
        position: relative !important;
        inset: auto !important;

        width: 100% !important;
        padding: 28px 20px 58px !important;

        transform: none !important;
        text-align: center !important;
        background: #ffffff !important;
    }

    #gf-before .gf-eyebrow {
        color: #df2c2f !important;
        font-size: 14px !important;
    }

    #gf-before .gf-hero-copy h1,
    #gf-before .gf-slide-chocolate .gf-hero-copy h1 {
        max-width: 500px;
        margin: 9px auto 13px !important;

        color: #141b35 !important;
        font-size: 34px !important;
        line-height: 1.25 !important;
    }

    #gf-before .gf-hero-copy p,
    #gf-before .gf-slide-chocolate .gf-hero-copy p {
        max-width: 520px;
        margin: 0 auto 21px !important;

        color: #6e6e78 !important;
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    #gf-before .gf-actions {
        display: flex !important;
        justify-content: center !important;
        gap: 9px !important;
    }

    #gf-before .gf-slide-chocolate .gf-btn-ghost {
        border-color: #141b35 !important;
        background: transparent !important;
        color: #141b35 !important;
    }

    /* وضع الأسهم في منتصف صورة البنر */
    #gf-before .gf-arrow {
        top: calc(62.48vw - 20px) !important;
        width: 42px !important;
        height: 42px !important;
        transform: none !important;
    }

    #gf-before .gf-prev {
        right: 10px !important;
    }

    #gf-before .gf-next {
        left: 10px !important;
    }

    /* نقاط التنقل أسفل النص */
    #gf-before .gf-dots {
        bottom: 18px !important;
    }

    #gf-before .gf-dot {
        background: rgba(20, 27, 53, 0.22) !important;
    }

    #gf-before .gf-dot.is-active {
        background: #df2c2f !important;
    }
}

/* الهواتف الصغيرة */
@media (max-width: 480px) {

    #gf-before .gf-hero-copy {
        padding: 25px 16px 55px !important;
    }

    #gf-before .gf-hero-copy h1,
    #gf-before .gf-slide-chocolate .gf-hero-copy h1 {
        font-size: 29px !important;
    }

    #gf-before .gf-hero-copy p {
        font-size: 14px !important;
    }

    #gf-before .gf-btn {
        min-height: 43px !important;
        padding: 9px 16px !important;
        font-size: 13px !important;
    }
}
/* ==================================================
   GrandBox — Shop & Product Categories
================================================== */

body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
    --gb-red: #df2c2f;
    --gb-red-dark: #bd2024;
    --gb-gold: #eab632;
    --gb-navy: #141b35;
    --gb-cream: #fff9f2;
    --gb-muted: #6e6e78;
    --gb-border: rgba(20, 27, 53, 0.09);
}

/* خلفية الصفحة */
body.post-type-archive-product .main-page-wrapper,
body.tax-product_cat .main-page-wrapper,
body.tax-product_tag .main-page-wrapper {
    background:
        linear-gradient(
            180deg,
            #fff9f2 0,
            #ffffff 330px
        );
}

/* المساحة الرئيسية */
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content {
    padding-top: 38px;
    padding-bottom: 80px;
}

/* عنوان التصنيف */
body.post-type-archive-product .page-title,
body.tax-product_cat .page-title,
body.tax-product_tag .page-title {
    margin-bottom: 12px;
    color: var(--gb-navy);
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

/* الوصف أعلى المنتجات */
body.post-type-archive-product .term-description,
body.tax-product_cat .term-description,
body.tax-product_tag .term-description {
    max-width: 960px;
    margin: 0 auto 30px;
    color: var(--gb-muted);
    font-size: 15px;
    line-height: 1.85;
    text-align: center;
}

/* شريط الفلاتر والترتيب */
body.woocommerce-shop .shop-loop-head,
body.tax-product_cat .shop-loop-head,
body.tax-product_tag .shop-loop-head {
    margin: 24px 0 28px;
    padding: 15px 20px;
    border: 1px solid var(--gb-border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 24px rgba(20, 27, 53, 0.05);
}

/* مسار الصفحة */
body.woocommerce-shop .wd-breadcrumbs,
body.tax-product_cat .wd-breadcrumbs,
body.tax-product_tag .wd-breadcrumbs {
    color: #898993;
    font-size: 13px;
}

/* زر عرض الفلاتر */
body.woocommerce-shop .wd-show-sidebar-btn,
body.tax-product_cat .wd-show-sidebar-btn,
body.tax-product_tag .wd-show-sidebar-btn {
    min-height: 42px;
    padding: 9px 17px;
    border: 1px solid rgba(223, 44, 47, 0.20);
    border-radius: 999px;
    background: rgba(223, 44, 47, 0.07);
    color: var(--gb-red);
    font-weight: 700;
}

/* قائمة ترتيب المنتجات */
body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select,
body.tax-product_tag .woocommerce-ordering select {
    min-height: 43px;
    padding-right: 14px;
    padding-left: 36px;
    border: 1px solid var(--gb-border);
    border-radius: 10px;
    background-color: #ffffff;
    color: var(--gb-navy);
}
/* ==================================================
   GrandBox — Product Cards
================================================== */

/* المسافة بين البطاقات */
body.woocommerce-shop .wd-products,
body.tax-product_cat .wd-products,
body.tax-product_tag .wd-products {
    --wd-gap-lg: 24px !important;
    --wd-gap-sm: 12px !important;
}

/* جسم البطاقة */
body.woocommerce-shop .wd-product-wrapper,
body.tax-product_cat .wd-product-wrapper,
body.tax-product_tag .wd-product-wrapper {
    height: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    border: 1px solid rgba(20, 27, 53, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(20, 27, 53, 0.06);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

body.woocommerce-shop .wd-product:hover .wd-product-wrapper,
body.tax-product_cat .wd-product:hover .wd-product-wrapper,
body.tax-product_tag .wd-product:hover .wd-product-wrapper {
    border-color: rgba(223, 44, 47, 0.18);
    box-shadow: 0 17px 38px rgba(20, 27, 53, 0.12);
    transform: translateY(-6px);
}

/* مساحة الصورة */
body.woocommerce-shop .wd-product-thumb,
body.tax-product_cat .wd-product-thumb,
body.tax-product_tag .wd-product-thumb {
    aspect-ratio: 1 / 1;
    margin-bottom: 17px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at center,
            #ffffff 0,
            #ffffff 55%,
            #faf6f1 100%
        );
}

/* توحيد أحجام الصور المختلفة */
body.woocommerce-shop .wd-product-thumb img,
body.tax-product_cat .wd-product-thumb img,
body.tax-product_tag .wd-product-thumb img {
    width: 100% !important;
    height: 100% !important;
    padding: 16px;
    object-fit: contain !important;
    mix-blend-mode: multiply;
    transition: transform 0.45s ease;
}

body.woocommerce-shop .wd-product:hover .wd-product-thumb img,
body.tax-product_cat .wd-product:hover .wd-product-thumb img,
body.tax-product_tag .wd-product:hover .wd-product-thumb img {
    transform: scale(1.035);
}

/* بيانات المنتج */
body.woocommerce-shop .wd-product .wd-product-info,
body.tax-product_cat .wd-product .wd-product-info,
body.tax-product_tag .wd-product .wd-product-info {
    padding-right: 18px;
    padding-left: 18px;
    text-align: right;
}

/* اسم المنتج */
body.woocommerce-shop .wd-product .wd-entities-title,
body.tax-product_cat .wd-product .wd-entities-title,
body.tax-product_tag .wd-product .wd-entities-title {
    min-height: 49px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

body.woocommerce-shop .wd-product .wd-entities-title a,
body.tax-product_cat .wd-product .wd-entities-title a,
body.tax-product_tag .wd-product .wd-entities-title a {
    color: #141b35 !important;
}

body.woocommerce-shop .wd-product .wd-entities-title a:hover,
body.tax-product_cat .wd-product .wd-entities-title a:hover,
body.tax-product_tag .wd-product .wd-entities-title a:hover {
    color: #df2c2f !important;
}

/* التصنيف أسفل الاسم */
body.woocommerce-shop .wd-product-cats,
body.tax-product_cat .wd-product-cats,
body.tax-product_tag .wd-product-cats {
    min-height: 22px;
    margin-bottom: 8px;
    color: #92929b;
    font-size: 12px;
    line-height: 1.5;
}

/* السعر */
body.woocommerce-shop .wd-product .price,
body.tax-product_cat .wd-product .price,
body.tax-product_tag .wd-product .price {
    display: block;
    margin: 8px 0 12px;
    color: #df2c2f !important;
    font-size: 17px;
    font-weight: 800;
}

/* زر الإضافة للسلة */
body.woocommerce-shop .wd-product .add_to_cart_button,
body.tax-product_cat .wd-product .add_to_cart_button,
body.tax-product_tag .wd-product .add_to_cart_button,
body.woocommerce-shop .wd-product .product_type_simple,
body.tax-product_cat .wd-product .product_type_simple,
body.tax-product_tag .wd-product .product_type_simple {
    width: calc(100% - 36px);
    min-height: 44px;
    margin: 5px 18px 0;
    border-radius: 999px;
    background: #df2c2f !important;
    color: #ffffff !important;
    font-weight: 800;
    box-shadow: 0 7px 18px rgba(223, 44, 47, 0.18);
}

body.woocommerce-shop .wd-product .add_to_cart_button:hover,
body.tax-product_cat .wd-product .add_to_cart_button:hover,
body.tax-product_tag .wd-product .add_to_cart_button:hover {
    background: #bd2024 !important;
}

/* شارة الخصم */
body.woocommerce-shop .product-label,
body.tax-product_cat .product-label,
body.tax-product_tag .product-label {
    min-width: 48px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #df2c2f;
    color: #ffffff;
    font-weight: 800;
}

/* إخفاء زر واتساب الكبير المكرر داخل كل بطاقة */
body.woocommerce-shop .wd-product .woow_whatsapp_button,
body.tax-product_cat .wd-product .woow_whatsapp_button,
body.tax-product_tag .wd-product .woow_whatsapp_button {
    display: none !important;
}
/* ==================================================
   GrandBox — Single Product Page
================================================== */

body.single-product {
    --gb-red: #df2c2f;
    --gb-red-dark: #bd2024;
    --gb-gold: #eab632;
    --gb-navy: #141b35;
    --gb-cream: #fff9f2;
    --gb-muted: #6e6e78;
    --gb-border: rgba(20, 27, 53, 0.09);
}

body.single-product .main-page-wrapper {
    background:
        linear-gradient(
            180deg,
            #fff9f2 0,
            #ffffff 420px
        );
}

body.single-product .single-product-page {
    padding-top: 42px;
}

/* مسار الصفحة */
body.single-product .woocommerce-breadcrumb,
body.single-product .wd-breadcrumbs {
    margin-bottom: 26px;
    color: #898993;
    font-size: 13px;
}

/* صورة المنتج */
body.single-product .woocommerce-product-gallery {
    overflow: hidden;
    padding: 28px;
    border: 1px solid var(--gb-border);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at center,
            #ffffff 0,
            #ffffff 58%,
            #faf3eb 100%
        );
    box-shadow: 0 14px 42px rgba(20, 27, 53, 0.07);
}

body.single-product .woocommerce-product-gallery img {
    max-height: 650px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

/* منطقة بيانات المنتج */
body.single-product .summary-inner {
    padding: 12px 10px;
}

/* اسم المنتج */
body.single-product .product_title {
    margin-bottom: 15px;
    color: var(--gb-navy);
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 800;
    line-height: 1.35;
}

/* السعر */
body.single-product .summary-inner > .price,
body.single-product .summary .price {
    display: inline-flex;
    align-items: center;
    min-height: 55px;
    margin: 5px 0 22px;
    padding: 9px 20px;
    border: 1px dashed rgba(223, 44, 47, 0.38);
    border-radius: 12px;
    background: rgba(223, 44, 47, 0.06);
    color: var(--gb-red) !important;
    font-size: 25px;
    font-weight: 800;
}

/* الوصف المختصر */
body.single-product .woocommerce-product-details__short-description {
    margin-bottom: 23px;
    color: var(--gb-muted);
    font-size: 15px;
    line-height: 1.9;
}

/* الكمية */
body.single-product form.cart {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 14px;
}

body.single-product form.cart .quantity {
    min-height: 52px;
    border: 1px solid var(--gb-border);
    border-radius: 12px;
    background: #ffffff;
}

/* زر أضف للسلة */
body.single-product form.cart .single_add_to_cart_button {
    flex: 1;
    min-height: 52px;
    border-radius: 12px;
    background: var(--gb-red) !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 9px 22px rgba(223, 44, 47, 0.22);
}

body.single-product form.cart .single_add_to_cart_button:hover {
    background: var(--gb-red-dark) !important;
    transform: translateY(-2px);
}

/* زر Buy Now الموجود حاليًا */
body.single-product .wd-buy-now-btn,
body.single-product .buy-now-btn,
body.single-product button[name="wd-buy-now"] {
    min-height: 48px;
    border: 2px solid var(--gb-navy) !important;
    border-radius: 12px;
    background: transparent !important;
    color: var(--gb-navy) !important;
    font-weight: 800;
}

body.single-product .wd-buy-now-btn:hover,
body.single-product .buy-now-btn:hover {
    background: var(--gb-navy) !important;
    color: #ffffff !important;
}

/* المفضلة والمقارنة */
body.single-product .wd-action-btn.wd-wishlist-btn,
body.single-product .wd-action-btn.wd-compare-btn {
    color: #777781;
    font-size: 13px;
}

/* بيانات SKU والتصنيفات */
body.single-product .product_meta {
    margin-top: 20px;
    padding: 19px 0;
    border-top: 1px solid var(--gb-border);
    border-bottom: 1px solid var(--gb-border);
    color: #777781;
    font-size: 13px;
    line-height: 1.9;
}

/* تبويبات وصف المنتج */
body.single-product .woocommerce-tabs {
    margin-top: 70px;
}

body.single-product .tabs-layout-tabs .tabs {
    border-bottom: 1px solid var(--gb-border);
}

body.single-product .tabs-layout-tabs .tabs li a {
    color: var(--gb-navy);
    font-weight: 700;
}

body.single-product .tabs-layout-tabs .tabs li.active a {
    color: var(--gb-red);
}
/* ==================================================
   Shop & Product — Mobile
================================================== */

@media (max-width: 767px) {

    body.woocommerce-shop .site-content,
    body.tax-product_cat .site-content,
    body.tax-product_tag .site-content {
        padding-top: 22px;
        padding-right: 12px;
        padding-left: 12px;
    }

    body.woocommerce-shop .page-title,
    body.tax-product_cat .page-title,
    body.tax-product_tag .page-title {
        font-size: 28px;
    }

    body.woocommerce-shop .term-description,
    body.tax-product_cat .term-description,
    body.tax-product_tag .term-description {
        font-size: 13px;
        line-height: 1.75;
    }

    body.woocommerce-shop .shop-loop-head,
    body.tax-product_cat .shop-loop-head,
    body.tax-product_tag .shop-loop-head {
        padding: 12px;
        border-radius: 12px;
    }

    /* بطاقتان في الصف */
    body.woocommerce-shop .wd-products,
    body.tax-product_cat .wd-products,
    body.tax-product_tag .wd-products {
        --wd-col-sm: 2 !important;
    }

    body.woocommerce-shop .wd-product-wrapper,
    body.tax-product_cat .wd-product-wrapper,
    body.tax-product_tag .wd-product-wrapper {
        padding-bottom: 13px;
        border-radius: 13px;
    }

    body.woocommerce-shop .wd-product-thumb img,
    body.tax-product_cat .wd-product-thumb img,
    body.tax-product_tag .wd-product-thumb img {
        padding: 8px;
    }

    body.woocommerce-shop .wd-product .wd-product-info,
    body.tax-product_cat .wd-product .wd-product-info,
    body.tax-product_tag .wd-product .wd-product-info {
        padding-right: 10px;
        padding-left: 10px;
    }

    body.woocommerce-shop .wd-product .wd-entities-title,
    body.tax-product_cat .wd-product .wd-entities-title,
    body.tax-product_tag .wd-product .wd-entities-title {
        min-height: 42px;
        font-size: 13px;
        line-height: 1.55;
    }

    body.woocommerce-shop .wd-product-cats,
    body.tax-product_cat .wd-product-cats,
    body.tax-product_tag .wd-product-cats {
        display: none;
    }

    body.woocommerce-shop .wd-product .price,
    body.tax-product_cat .wd-product .price,
    body.tax-product_tag .wd-product .price {
        font-size: 14px;
    }

    body.woocommerce-shop .wd-product .add_to_cart_button,
    body.tax-product_cat .wd-product .add_to_cart_button,
    body.tax-product_tag .wd-product .add_to_cart_button {
        width: calc(100% - 20px);
        min-height: 40px;
        margin-right: 10px;
        margin-left: 10px;
        padding: 8px 7px;
        font-size: 12px;
    }

    /* صفحة المنتج */
    body.single-product .single-product-page {
        padding-top: 20px;
    }

    body.single-product .woocommerce-product-gallery {
        margin-bottom: 28px;
        padding: 16px;
        border-radius: 17px;
    }

    body.single-product .product_title {
        font-size: 29px;
    }

    body.single-product .summary-inner > .price,
    body.single-product .summary .price {
        min-height: 48px;
        padding: 7px 16px;
        font-size: 21px;
    }

    body.single-product form.cart {
        flex-wrap: wrap;
    }

    body.single-product form.cart .quantity {
        width: 100%;
    }

    body.single-product form.cart .single_add_to_cart_button {
        width: 100%;
        flex-basis: 100%;
    }

    body.single-product .woocommerce-tabs {
        margin-top: 45px;
    }
}
/* =========================================
   إصلاح صفحة المنتج — GrandBox
========================================= */

/* إخفاء المقارنة والمفضلة في صفحة المنتج فقط */
body.single-product .wd-compare-btn,
body.single-product .wd-wishlist-btn {
    display: none !important;
}

/* تنظيم نموذج الشراء */
body.single-product form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 10px !important;
}

/* زر إضافة إلى السلة */
body.single-product form.cart .single_add_to_cart_button {
    flex: 1 1 calc(100% - 110px) !important;
    width: auto !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 12px 22px !important;

    border: 0 !important;
    border-radius: 12px !important;
    background: #df2c2f !important;
    color: #ffffff !important;

    font-family: Cairo, sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;

    box-shadow: 0 9px 22px rgba(223, 44, 47, 0.22) !important;
}

/* زر اشترِ الآن */
body.single-product form.cart #wd-add-to-cart.wd-buy-now-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 1 1 100% !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 11px 22px !important;

    border: 2px solid #141b35 !important;
    border-radius: 12px !important;
    background: #141b35 !important;
    color: #ffffff !important;

    font-family: Cairo, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;

    box-shadow: 0 8px 20px rgba(20, 27, 53, 0.16) !important;
}

/* حركة المرور بالماوس */
body.single-product form.cart #wd-add-to-cart.wd-buy-now-btn:hover {
    border-color: #242e53 !important;
    background: #242e53 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* الموبايل */
@media (max-width: 767px) {

    body.single-product form.cart .quantity {
        flex: 1 1 100% !important;
        width: 100% !important;
    }

    body.single-product form.cart .single_add_to_cart_button,
    body.single-product form.cart #wd-add-to-cart.wd-buy-now-btn {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
}
/* ==================================================
   GrandBox — Product Trust Section
================================================== */

body.single-product #gb-product-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 23px;
}

/* عنصر الميزة */
body.single-product .gb-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 76px;
    padding: 13px 12px;
    border: 1px solid rgba(20, 27, 53, 0.08);
    border-radius: 13px;
    background: #fffaf5;
}

/* الأيقونة */
body.single-product .gb-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(223, 44, 47, 0.10);
    color: #df2c2f;
    font-size: 17px;
    font-weight: 800;
}

/* النص */
body.single-product .gb-trust-item strong,
body.single-product .gb-trust-item small {
    display: block;
}

body.single-product .gb-trust-item strong {
    margin-bottom: 3px;
    color: #141b35;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

body.single-product .gb-trust-item small {
    color: #777781;
    font-size: 11px;
    line-height: 1.5;
}

/* زر واتساب */
body.single-product .gb-product-whatsapp {
    grid-column: 1 / -1;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    min-height: 57px;
    padding: 11px 20px;

    border: 1px solid rgba(37, 211, 102, 0.30);
    border-radius: 13px;

    background: rgba(37, 211, 102, 0.08);
    color: #176c38 !important;
    text-decoration: none !important;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

body.single-product .gb-product-whatsapp:hover {
    background: rgba(37, 211, 102, 0.15);
    color: #10552b !important;
    transform: translateY(-2px);
}

body.single-product .gb-whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 64px;
    min-height: 32px;
    padding: 5px 10px;

    border-radius: 999px;
    background: #25d366;
    color: #ffffff;

    font-size: 12px;
    font-weight: 800;
}

body.single-product .gb-product-whatsapp strong,
body.single-product .gb-product-whatsapp small {
    display: block;
}

body.single-product .gb-product-whatsapp strong {
    margin-bottom: 2px;
    color: #141b35;
    font-size: 13px;
}

body.single-product .gb-product-whatsapp small {
    color: #55705e;
    font-size: 11px;
}

/* الموبايل */
@media (max-width: 767px) {

    body.single-product #gb-product-trust {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 18px;
    }

    body.single-product .gb-trust-item {
        min-height: 67px;
        padding: 11px 13px;
    }

    body.single-product .gb-product-whatsapp {
        grid-column: auto;
        justify-content: flex-start;
        min-height: 62px;
        padding: 11px 14px;
    }
}
body.single-product .summary-inner > .woow_whatsapp_button,
body.single-product .summary .woow_whatsapp_button {
    display: none !important;
}
/* ==================================================
   GrandBox — Product Tabs & Related Products
================================================== */

/* المسافة قبل تفاصيل المنتج */
body.single-product .woocommerce-tabs,
body.single-product .wd-accordion {
    max-width: 1180px;
    margin: 70px auto 0 !important;
}

/* غلاف التبويبات */
body.single-product .woocommerce-tabs {
    padding: 32px 36px 38px;
    border: 1px solid rgba(20, 27, 53, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 38px rgba(20, 27, 53, 0.06);
}

/* شريط عناوين التبويبات */
body.single-product .woocommerce-tabs .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin: 0 0 30px !important;
    padding: 0 0 22px !important;

    border-bottom: 1px solid rgba(20, 27, 53, 0.09);
}

/* إلغاء خطوط WoodMart القديمة */
body.single-product .woocommerce-tabs .tabs::before,
body.single-product .woocommerce-tabs .tabs::after {
    display: none !important;
}

/* رابط التبويب */
body.single-product .woocommerce-tabs .tabs li {
    margin: 0 !important;
}

body.single-product .woocommerce-tabs .tabs li a {
    display: flex !important;
    align-items: center;
    justify-content: center;

    min-height: 45px;
    padding: 10px 21px !important;

    border: 1px solid rgba(20, 27, 53, 0.09);
    border-radius: 999px;

    background: #fff9f2;
    color: #5e5e68 !important;

    font-size: 14px;
    font-weight: 700 !important;
    text-decoration: none !important;

    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

/* التبويب النشط */
body.single-product .woocommerce-tabs .tabs li.active a {
    border-color: #df2c2f;
    background: #df2c2f;
    color: #ffffff !important;
}

/* المرور بالماوس */
body.single-product .woocommerce-tabs .tabs li:not(.active) a:hover {
    border-color: rgba(223, 44, 47, 0.25);
    background: rgba(223, 44, 47, 0.07);
    color: #df2c2f !important;
}

/* محتوى التبويب */
body.single-product .woocommerce-Tabs-panel {
    max-width: 960px;
    margin: 0 auto !important;
    color: #5f606a;
    font-size: 15px;
    line-height: 2;
    text-align: right;
}

/* عناوين محتوى الوصف */
body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-Tabs-panel h4 {
    color: #141b35;
    font-weight: 800;
    line-height: 1.45;
}

body.single-product .woocommerce-Tabs-panel h2 {
    margin-bottom: 20px;
    font-size: 29px;
}

/* الفقرات */
body.single-product .woocommerce-Tabs-panel p {
    margin-bottom: 16px;
}

/* القوائم داخل الوصف */
body.single-product .woocommerce-Tabs-panel ul,
body.single-product .woocommerce-Tabs-panel ol {
    margin: 16px 0;
    padding-right: 22px;
}

body.single-product .woocommerce-Tabs-panel li {
    margin-bottom: 8px;
}

/* جدول المعلومات الإضافية */
body.single-product .woocommerce-product-attributes {
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(20, 27, 53, 0.08);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 14px;
}

body.single-product .woocommerce-product-attributes tr:nth-child(odd) {
    background: #fff9f2;
}

body.single-product .woocommerce-product-attributes th,
body.single-product .woocommerce-product-attributes td {
    padding: 15px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(20, 27, 53, 0.07) !important;
    text-align: right;
}

body.single-product .woocommerce-product-attributes tr:last-child th,
body.single-product .woocommerce-product-attributes tr:last-child td {
    border-bottom: 0 !important;
}

body.single-product .woocommerce-product-attributes th {
    width: 32%;
    color: #141b35;
    font-weight: 800;
}

body.single-product .woocommerce-product-attributes td {
    color: #666771;
}
/* ==================================================
   GrandBox — Product Reviews
================================================== */

body.single-product #reviews {
    display: grid;
    grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
    gap: 35px;
}

body.single-product #reviews .woocommerce-Reviews-title {
    margin-bottom: 18px;
    color: #141b35;
    font-size: 24px;
}

/* كل تقييم */
body.single-product #reviews .comment_container {
    margin-bottom: 13px;
    padding: 18px;
    border: 1px solid rgba(20, 27, 53, 0.08);
    border-radius: 14px;
    background: #fff9f2;
}

/* نموذج إضافة تقييم */
body.single-product #review_form_wrapper {
    padding: 23px;
    border: 1px solid rgba(20, 27, 53, 0.08);
    border-radius: 16px;
    background: #ffffff;
}

body.single-product #review_form_wrapper input[type="text"],
body.single-product #review_form_wrapper input[type="email"],
body.single-product #review_form_wrapper textarea {
    border: 1px solid rgba(20, 27, 53, 0.12);
    border-radius: 10px;
    background: #ffffff;
}

body.single-product #review_form_wrapper textarea {
    min-height: 130px;
}

body.single-product #review_form_wrapper input:focus,
body.single-product #review_form_wrapper textarea:focus {
    border-color: #df2c2f;
    box-shadow: 0 0 0 3px rgba(223, 44, 47, 0.08);
}

body.single-product #review_form_wrapper .submit {
    min-height: 46px;
    padding: 10px 25px;
    border-radius: 999px;
    background: #df2c2f !important;
    color: #ffffff !important;
    font-weight: 800;
}
/* ==================================================
   GrandBox — Related Products
================================================== */

body.single-product .related-products,
body.single-product .related,
body.single-product .upsells {
    max-width: 1180px;
    margin: 80px auto 30px !important;
}

/* عنوان القسم */
body.single-product .related-products > h3,
body.single-product .related > h2,
body.single-product .upsells > h2 {
    position: relative;
    margin-bottom: 35px !important;
    padding-bottom: 15px;
    color: #141b35;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 800;
    text-align: center;
}

body.single-product .related-products > h3::after,
body.single-product .related > h2::after,
body.single-product .upsells > h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 70px;
    height: 3px;

    border-radius: 10px;
    background: #eab632;
    transform: translateX(-50%);
}

/* بطاقة المنتج المرتبط */
body.single-product .related .wd-product-wrapper,
body.single-product .related-products .wd-product-wrapper,
body.single-product .upsells .wd-product-wrapper {
    height: 100%;
    overflow: hidden;
    padding-bottom: 18px;
    border: 1px solid rgba(20, 27, 53, 0.08);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(20, 27, 53, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

body.single-product .related .wd-product:hover .wd-product-wrapper,
body.single-product .related-products .wd-product:hover .wd-product-wrapper,
body.single-product .upsells .wd-product:hover .wd-product-wrapper {
    box-shadow: 0 16px 38px rgba(20, 27, 53, 0.12);
    transform: translateY(-5px);
}

/* توحيد صور المنتجات */
body.single-product .related .wd-product-thumb,
body.single-product .related-products .wd-product-thumb,
body.single-product .upsells .wd-product-thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: radial-gradient(
        circle at center,
        #ffffff 0,
        #ffffff 55%,
        #faf6f1 100%
    );
}

body.single-product .related .wd-product-thumb img,
body.single-product .related-products .wd-product-thumb img,
body.single-product .upsells .wd-product-thumb img {
    width: 100% !important;
    height: 100% !important;
    padding: 13px;
    object-fit: contain !important;
    mix-blend-mode: multiply;
}

/* النص والسعر */
body.single-product .related .wd-product-info,
body.single-product .related-products .wd-product-info,
body.single-product .upsells .wd-product-info {
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
}

body.single-product .related .wd-entities-title,
body.single-product .related-products .wd-entities-title,
body.single-product .upsells .wd-entities-title {
    min-height: 47px;
    color: #141b35;
    font-size: 15px;
    line-height: 1.55;
}

body.single-product .related .price,
body.single-product .related-products .price,
body.single-product .upsells .price {
    color: #df2c2f !important;
    font-size: 16px;
    font-weight: 800;
}

/* إخفاء زر واتساب المصور من المنتجات المرتبطة */
body.single-product .related .woow_whatsapp_button,
body.single-product .related-products .woow_whatsapp_button,
body.single-product .upsells .woow_whatsapp_button {
    display: none !important;
}
/* ==================================================
   Product Details — Mobile
================================================== */

@media (max-width: 767px) {

    body.single-product .woocommerce-tabs {
        margin-top: 45px !important;
        padding: 18px 15px 24px;
        border-radius: 16px;
    }

    /* التبويبات قابلة للتمرير عند ضيق الشاشة */
    body.single-product .woocommerce-tabs .tabs {
        justify-content: flex-start;
        overflow-x: auto;
        gap: 7px;
        margin-bottom: 23px !important;
        padding-bottom: 15px !important;
        scrollbar-width: none;
    }

    body.single-product .woocommerce-tabs .tabs::-webkit-scrollbar {
        display: none;
    }

    body.single-product .woocommerce-tabs .tabs li {
        flex: 0 0 auto;
    }

    body.single-product .woocommerce-tabs .tabs li a {
        min-height: 41px;
        padding: 8px 15px !important;
        font-size: 12px;
        white-space: nowrap;
    }

    body.single-product .woocommerce-Tabs-panel {
        font-size: 14px;
        line-height: 1.9;
    }

    body.single-product .woocommerce-Tabs-panel h2 {
        font-size: 23px;
    }

    body.single-product .woocommerce-product-attributes th,
    body.single-product .woocommerce-product-attributes td {
        display: block;
        width: 100%;
        padding: 11px 13px !important;
    }

    body.single-product .woocommerce-product-attributes th {
        padding-bottom: 3px !important;
        border-bottom: 0 !important;
    }

    /* التقييمات في عمود واحد */
    body.single-product #reviews {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.single-product #review_form_wrapper {
        padding: 17px;
    }

    body.single-product .related-products,
    body.single-product .related,
    body.single-product .upsells {
        margin-top: 55px !important;
    }

    body.single-product .related-products > h3,
    body.single-product .related > h2,
    body.single-product .upsells > h2 {
        margin-bottom: 27px !important;
        font-size: 27px;
    }

    body.single-product .related .wd-entities-title,
    body.single-product .related-products .wd-entities-title,
    body.single-product .upsells .wd-entities-title {
        min-height: 42px;
        font-size: 13px;
    }
}
/* ==================================================
   Product Details — Mobile
================================================== */

@media (max-width: 767px) {

    body.single-product .woocommerce-tabs {
        margin-top: 45px !important;
        padding: 18px 15px 24px;
        border-radius: 16px;
    }

    /* التبويبات قابلة للتمرير عند ضيق الشاشة */
    body.single-product .woocommerce-tabs .tabs {
        justify-content: flex-start;
        overflow-x: auto;
        gap: 7px;
        margin-bottom: 23px !important;
        padding-bottom: 15px !important;
        scrollbar-width: none;
    }

    body.single-product .woocommerce-tabs .tabs::-webkit-scrollbar {
        display: none;
    }

    body.single-product .woocommerce-tabs .tabs li {
        flex: 0 0 auto;
    }

    body.single-product .woocommerce-tabs .tabs li a {
        min-height: 41px;
        padding: 8px 15px !important;
        font-size: 12px;
        white-space: nowrap;
    }

    body.single-product .woocommerce-Tabs-panel {
        font-size: 14px;
        line-height: 1.9;
    }

    body.single-product .woocommerce-Tabs-panel h2 {
        font-size: 23px;
    }

    body.single-product .woocommerce-product-attributes th,
    body.single-product .woocommerce-product-attributes td {
        display: block;
        width: 100%;
        padding: 11px 13px !important;
    }

    body.single-product .woocommerce-product-attributes th {
        padding-bottom: 3px !important;
        border-bottom: 0 !important;
    }

    /* التقييمات في عمود واحد */
    body.single-product #reviews {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.single-product #review_form_wrapper {
        padding: 17px;
    }

    body.single-product .related-products,
    body.single-product .related,
    body.single-product .upsells {
        margin-top: 55px !important;
    }

    body.single-product .related-products > h3,
    body.single-product .related > h2,
    body.single-product .upsells > h2 {
        margin-bottom: 27px !important;
        font-size: 27px;
    }

    body.single-product .related .wd-entities-title,
    body.single-product .related-products .wd-entities-title,
    body.single-product .upsells .wd-entities-title {
        min-height: 42px;
        font-size: 13px;
    }
}
/* ==================================================
   GrandBox — Checkout Page
================================================== */

body.woocommerce-checkout {
    --gb-red: #df2c2f;
    --gb-red-dark: #bd2024;
    --gb-gold: #eab632;
    --gb-navy: #141b35;
    --gb-cream: #fff9f2;
    --gb-muted: #6e6e78;
    --gb-border: rgba(20, 27, 53, 0.10);
}

body.woocommerce-checkout .main-page-wrapper {
    background:
        linear-gradient(
            180deg,
            #fff9f2 0,
            #ffffff 420px
        );
}

body.woocommerce-checkout .site-content {
    padding-top: 45px;
    padding-bottom: 90px;
}

/* عنوان الصفحة */
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .page-title {
    margin-bottom: 35px;
    color: var(--gb-navy);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    text-align: center;
}

/* رسائل تسجيل الدخول والكوبون */
body.woocommerce-checkout .woocommerce-info {
    margin-bottom: 16px;
    padding: 15px 20px;
    border: 1px solid rgba(234, 182, 50, 0.30);
    border-radius: 12px;
    background: rgba(234, 182, 50, 0.10);
    color: var(--gb-navy);
}

/* بيانات العميل */
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
    margin-bottom: 25px;
    padding: 28px;
    border: 1px solid var(--gb-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 32px rgba(20, 27, 53, 0.05);
}

body.woocommerce-checkout h3 {
    margin-bottom: 22px;
    color: var(--gb-navy);
    font-size: 25px;
    font-weight: 800;
}

/* حقول الطلب */
body.woocommerce-checkout .form-row label {
    margin-bottom: 7px;
    color: var(--gb-navy);
    font-size: 13px;
    font-weight: 700;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-selection {
    min-height: 49px;
    border: 1px solid var(--gb-border) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: var(--gb-navy);
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea {
    padding: 11px 14px;
}

body.woocommerce-checkout textarea {
    min-height: 120px;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout .select2-container--open .select2-selection {
    border-color: var(--gb-red) !important;
    box-shadow: 0 0 0 3px rgba(223, 44, 47, 0.08);
}

/* ملخص الطلب */
body.woocommerce-checkout .woocommerce-checkout-review-order {
    overflow: hidden;
    padding: 27px;
    border: 1px solid var(--gb-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 38px rgba(20, 27, 53, 0.07);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    margin-bottom: 25px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 14px 7px;
    border-color: rgba(20, 27, 53, 0.08);
}

body.woocommerce-checkout .order-total .amount {
    color: var(--gb-red);
    font-size: 22px;
    font-weight: 800;
}

/* وسائل الدفع */
body.woocommerce-checkout #payment {
    padding: 20px;
    border-radius: 14px;
    background: var(--gb-cream);
}

body.woocommerce-checkout #payment .payment_methods {
    margin-bottom: 20px;
}

body.woocommerce-checkout #payment .wc_payment_method {
    margin-bottom: 10px;
    padding: 13px;
    border: 1px solid rgba(20, 27, 53, 0.08);
    border-radius: 10px;
    background: #ffffff;
}

body.woocommerce-checkout #payment .wc_payment_method label {
    color: var(--gb-navy);
    font-weight: 700;
}

/* زر تأكيد الطلب */
body.woocommerce-checkout #place_order {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 12px;
    background: var(--gb-red) !important;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 9px 22px rgba(223, 44, 47, 0.22);
}

body.woocommerce-checkout #place_order:hover {
    background: var(--gb-red-dark) !important;
    transform: translateY(-2px);
}

/* رابط السياسات داخل الدفع فقط */
body.woocommerce-checkout .woocommerce-privacy-policy-text a,
body.woocommerce-checkout .woocommerce-terms-and-conditions-link {
    color: var(--gb-red);
    font-weight: 700;
}
/* ==================================================
   GrandBox — Empty Cart
================================================== */

body.woocommerce-cart .cart-empty,
body.woocommerce-cart .wc-empty-cart-message {
    color: var(--gb-navy);
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

body.woocommerce-cart .return-to-shop {
    text-align: center;
}

body.woocommerce-cart .return-to-shop .button {
    min-height: 49px;
    padding: 12px 26px;
    border-radius: 999px;
    background: var(--gb-red) !important;
    color: #ffffff !important;
    font-weight: 800;
}
/* ==================================================
   Cart & Checkout — Mobile
================================================== */

@media (max-width: 767px) {

    body.woocommerce-cart .site-content,
    body.woocommerce-checkout .site-content {
        padding: 25px 12px 75px;
    }

    body.woocommerce-cart .entry-title,
    body.woocommerce-checkout .entry-title {
        margin-bottom: 25px;
        font-size: 30px;
    }

    body.woocommerce-cart .shop_table.cart {
        border-radius: 14px;
    }

    body.woocommerce-cart .shop_table.cart td {
        padding: 13px 10px;
    }

    body.woocommerce-cart .shop_table.cart .product-thumbnail img {
        width: 70px;
        height: 70px;
    }

    body.woocommerce-cart .coupon {
        flex-direction: column;
    }

    body.woocommerce-cart .coupon .input-text,
    body.woocommerce-cart .coupon button,
    body.woocommerce-cart button[name="update_cart"] {
        width: 100% !important;
    }

    body.woocommerce-cart .cart-totals-inner,
    body.woocommerce-cart .cart_totals {
        padding: 20px 16px;
        border-radius: 15px;
    }

    body.woocommerce-checkout .woocommerce-billing-fields,
    body.woocommerce-checkout .woocommerce-shipping-fields,
    body.woocommerce-checkout .woocommerce-additional-fields,
    body.woocommerce-checkout .woocommerce-checkout-review-order {
        padding: 20px 15px;
        border-radius: 15px;
    }

    body.woocommerce-checkout h3 {
        font-size: 22px;
    }

    body.woocommerce-checkout #payment {
        padding: 14px;
    }
}
/* ==================================================
   GrandBox — Brand Archive Pages
================================================== */

body.tax-product_brand {
    --gb-red: #df2c2f;
    --gb-red-dark: #bd2024;
    --gb-gold: #eab632;
    --gb-navy: #141b35;
    --gb-cream: #fff9f2;
    --gb-muted: #6e6e78;
    --gb-border: rgba(20, 27, 53, 0.09);
}

body.tax-product_brand .main-page-wrapper {
    background:
        linear-gradient(
            180deg,
            #fff9f2 0,
            #ffffff 620px
        );
}

body.tax-product_brand .site-content {
    padding-top: 35px;
    padding-bottom: 85px;
}

/* إخفاء عنوان الأرشيف القديم لأنه موجود داخل البنر الجديد */
body.tax-product_brand .wd-page-title,
body.tax-product_brand .page-title:not(#gb-brand-hero *) {
    display: none;
}

/* البنر */
body.tax-product_brand #gb-brand-hero {
    max-width: 1180px;
    margin: 0 auto 38px;
    overflow: hidden;
    border: 1px solid var(--gb-border);
    border-radius: 26px;
    box-shadow: 0 18px 48px rgba(20, 27, 53, 0.09);
}

/* محتوى البنر */
body.tax-product_brand .gb-brand-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 34% 66%;
    min-height: 420px;
}

/* مساحة اللوجو */
body.tax-product_brand .gb-brand-hero-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 30px;
    isolation: isolate;
}

body.tax-product_brand .gb-brand-hero-logo::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 40px rgba(20, 27, 53, 0.08);
}

body.tax-product_brand .gb-brand-hero-logo img {
    display: block;
    width: 100%;
    max-width: 220px;
    max-height: 190px;
    object-fit: contain;
    filter: drop-shadow(0 9px 17px rgba(0, 0, 0, 0.10));
}

/* النص */
body.tax-product_brand .gb-brand-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 48px 55px;
    text-align: right;
}

body.tax-product_brand .gb-brand-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--gb-red);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

body.tax-product_brand .gb-brand-hero-content h1 {
    max-width: 650px;
    margin: 0 0 15px;
    color: var(--gb-navy);
    font-size: clamp(34px, 4vw, 55px);
    font-weight: 800;
    line-height: 1.25;
}

body.tax-product_brand .gb-brand-hero-content > p {
    max-width: 650px;
    margin: 0 0 23px;
    color: var(--gb-muted);
    font-size: 16px;
    line-height: 1.9;
}

/* مميزات البراند */
body.tax-product_brand .gb-brand-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 27px;
}

body.tax-product_brand .gb-brand-points > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 37px;
    padding: 7px 13px;
    border: 1px solid rgba(20, 27, 53, 0.07);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--gb-navy);
    font-size: 12px;
    font-weight: 700;
}

body.tax-product_brand .gb-brand-points b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: rgba(223, 44, 47, 0.10);
    color: var(--gb-red);
}

/* زر المنتجات */
body.tax-product_brand .gb-brand-shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 49px;
    padding: 11px 23px;
    border-radius: 999px;
    background: var(--gb-red);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 9px 22px rgba(223, 44, 47, 0.20);
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

body.tax-product_brand .gb-brand-shop-btn:hover {
    background: var(--gb-red-dark);
    transform: translateY(-2px);
}

/* هوية أول داي */
body.tax-product_brand .gb-brand-allday .gb-brand-hero-inner {
    background:
        radial-gradient(
            circle at 7% 85%,
            rgba(234, 182, 50, 0.18),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #fff1ed 0,
            #fffaf7 50%,
            #ffffff 100%
        );
}

body.tax-product_brand .gb-brand-allday .gb-brand-hero-logo {
    background:
        linear-gradient(
            145deg,
            rgba(223, 44, 47, 0.18),
            rgba(234, 182, 50, 0.12)
        );
}

/* هوية يكن */
body.tax-product_brand .gb-brand-yakan .gb-brand-hero-inner {
    background:
        radial-gradient(
            circle at 8% 80%,
            rgba(20, 27, 53, 0.10),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #fff8df 0,
            #fffdf4 50%,
            #ffffff 100%
        );
}

body.tax-product_brand .gb-brand-yakan .gb-brand-hero-logo {
    background:
        linear-gradient(
            145deg,
            rgba(234, 182, 50, 0.23),
            rgba(20, 27, 53, 0.07)
        );
}
/* ==================================================
   Brand Pages — Products Toolbar
================================================== */

body.tax-product_brand .shop-loop-head {
    margin: 25px 0 30px;
    padding: 15px 20px;
    border: 1px solid var(--gb-border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 24px rgba(20, 27, 53, 0.05);
}

body.tax-product_brand .wd-show-sidebar-btn {
    min-height: 42px;
    padding: 9px 17px;
    border: 1px solid rgba(223, 44, 47, 0.20);
    border-radius: 999px;
    background: rgba(223, 44, 47, 0.07);
    color: var(--gb-red);
    font-weight: 700;
}

body.tax-product_brand .woocommerce-ordering select {
    min-height: 43px;
    border: 1px solid var(--gb-border);
    border-radius: 10px;
    background-color: #ffffff;
    color: var(--gb-navy);
}

/* بطاقة المنتج */
body.tax-product_brand .wd-product-wrapper {
    height: 100%;
    overflow: hidden;
    padding-bottom: 19px;
    border: 1px solid var(--gb-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(20, 27, 53, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

body.tax-product_brand .wd-product:hover .wd-product-wrapper {
    box-shadow: 0 17px 38px rgba(20, 27, 53, 0.12);
    transform: translateY(-6px);
}

body.tax-product_brand .wd-product-thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background:
        radial-gradient(
            circle,
            #ffffff 0,
            #ffffff 55%,
            #faf6f1 100%
        );
}

body.tax-product_brand .wd-product-thumb img {
    width: 100% !important;
    height: 100% !important;
    padding: 14px;
    object-fit: contain !important;
    mix-blend-mode: multiply;
}

body.tax-product_brand .wd-product-info {
    padding-right: 17px;
    padding-left: 17px;
    text-align: right;
}

body.tax-product_brand .wd-entities-title {
    min-height: 48px;
    color: var(--gb-navy);
    font-size: 15px;
    line-height: 1.55;
}

body.tax-product_brand .price {
    color: var(--gb-red) !important;
    font-size: 16px;
    font-weight: 800;
}

/* إخفاء زر واتساب المصور من البطاقات */
body.tax-product_brand .wd-product .woow_whatsapp_button {
    display: none !important;
}
/* ==================================================
   Brand Pages — Mobile
================================================== */

@media (max-width: 767px) {

    body.tax-product_brand .site-content {
        padding: 20px 12px 75px;
    }

    body.tax-product_brand #gb-brand-hero {
        margin-bottom: 25px;
        border-radius: 18px;
    }

    body.tax-product_brand .gb-brand-hero-inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    body.tax-product_brand .gb-brand-hero-logo {
        min-height: 210px;
        padding: 30px 20px;
    }

    body.tax-product_brand .gb-brand-hero-logo::before {
        width: 180px;
        height: 180px;
    }

    body.tax-product_brand .gb-brand-hero-logo img {
        max-width: 160px;
        max-height: 130px;
    }

    body.tax-product_brand .gb-brand-hero-content {
        align-items: center;
        padding: 28px 20px 32px;
        text-align: center;
    }

    body.tax-product_brand .gb-brand-hero-content h1 {
        font-size: 31px;
    }

    body.tax-product_brand .gb-brand-hero-content > p {
        font-size: 14px;
        line-height: 1.8;
    }

    body.tax-product_brand .gb-brand-points {
        justify-content: center;
    }

    body.tax-product_brand .gb-brand-points > span {
        font-size: 11px;
    }

    body.tax-product_brand .shop-loop-head {
        padding: 12px;
        border-radius: 12px;
    }

    body.tax-product_brand .wd-products {
        --wd-col-sm: 2 !important;
        --wd-gap-sm: 10px !important;
    }

    body.tax-product_brand .wd-product-wrapper {
        padding-bottom: 13px;
        border-radius: 13px;
    }

    body.tax-product_brand .wd-product-thumb img {
        padding: 8px;
    }

    body.tax-product_brand .wd-product-info {
        padding-right: 10px;
        padding-left: 10px;
    }

    body.tax-product_brand .wd-entities-title {
        min-height: 42px;
        font-size: 13px;
    }

    body.tax-product_brand .wd-product-cats {
        display: none;
    }

    body.tax-product_brand .price {
        font-size: 14px;
    }
}
/* ==================================================
   GrandBox — Brand Pages Mobile
   يوضع في Global CSS فقط
================================================== */

@media screen and (max-width: 767px) {

    /* مساحة الصفحة */
    body.tax-product_brand .site-content {
        padding: 20px 12px 75px !important;
    }

    /* بنر البراند */
    body.tax-product_brand #gb-brand-hero {
        width: 100%;
        margin: 0 auto 25px !important;
        overflow: hidden;
        border-radius: 18px !important;
    }

    /* تحويل البنر إلى عمود واحد */
    body.tax-product_brand .gb-brand-hero-inner {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: 0 !important;
    }

    /* مساحة اللوجو */
    body.tax-product_brand .gb-brand-hero-logo {
        display: flex !important;
        align-items: center;
        justify-content: center;

        min-height: 210px !important;
        padding: 30px 20px !important;
    }

    body.tax-product_brand .gb-brand-hero-logo::before {
        width: 180px !important;
        height: 180px !important;
    }

    body.tax-product_brand .gb-brand-hero-logo img {
        display: block;
        width: auto;
        max-width: 160px !important;
        max-height: 130px !important;
        object-fit: contain;
    }

    /* محتوى البنر */
    body.tax-product_brand .gb-brand-hero-content {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;

        padding: 28px 20px 32px !important;
        text-align: center !important;
    }

    body.tax-product_brand .gb-brand-hero-content h1 {
        margin-bottom: 13px;
        font-size: 31px !important;
        line-height: 1.3;
    }

    body.tax-product_brand .gb-brand-hero-content > p {
        margin-bottom: 20px;
        font-size: 14px !important;
        line-height: 1.8 !important;
    }

    /* مميزات البراند */
    body.tax-product_brand .gb-brand-points {
        display: flex;
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 7px;
    }

    body.tax-product_brand .gb-brand-points > span {
        font-size: 11px !important;
    }

    /* شريط الفلاتر والترتيب */
    body.tax-product_brand .shop-loop-head {
        margin-bottom: 22px;
        padding: 12px !important;
        border-radius: 12px !important;
    }

    /* عرض منتجين في الصف */
    body.tax-product_brand .wd-products {
        --wd-col-sm: 2 !important;
        --wd-gap-sm: 10px !important;
    }

    /* بطاقات المنتجات */
    body.tax-product_brand .wd-product-wrapper {
        padding-bottom: 13px !important;
        border-radius: 13px !important;
    }

    body.tax-product_brand .wd-product-thumb {
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }

    body.tax-product_brand .wd-product-thumb img {
        width: 100% !important;
        height: 100% !important;
        padding: 8px !important;
        object-fit: contain !important;
    }

    body.tax-product_brand .wd-product-info {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body.tax-product_brand .wd-entities-title {
        min-height: 42px !important;
        font-size: 13px !important;
        line-height: 1.55;
    }

    body.tax-product_brand .wd-product-cats {
        display: none !important;
    }

    body.tax-product_brand .price {
        font-size: 14px !important;
        font-weight: 800;
    }

    /* إخفاء زر واتساب المصور داخل البطاقات فقط */
    body.tax-product_brand .wd-product .woow_whatsapp_button {
        display: none !important;
    }
}@media (max-width: 576px) {
	.product-grid-item .product-element-top .hover-img img, 
.product-grid-item .product-element-top > a img {
    width: 100% !important;
    height: 250px !important; 
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 8px; 
}/* Grand Box primary buttons */
.single_add_to_cart_button,
.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.wd-buy-now-btn {
    background-color: #d9272e !important;
    border-color: #d9272e !important;
    color: #ffffff !important;
}

.single_add_to_cart_button:hover,
.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.wd-buy-now-btn:hover {
    background-color: #b91e25 !important;
    border-color: #b91e25 !important;
}
/* Hide Joinchat floating WhatsApp on mobile */
html body .joinchat.joinchat--show {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* =========================================
   Grand Box - Mobile Menu Tabs
========================================= */

.mobile-nav .wd-nav-mob-tab {
    display: flex !important;
    width: 100% !important;
}

.mobile-nav .wd-nav-mob-tab > li {
    flex: 1 1 33.333% !important;
    width: 33.333% !important;
    max-width: 33.333% !important;
    margin: 0 !important;
}

.mobile-nav .wd-nav-mob-tab > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px !important;
    padding: 10px 4px !important;
    text-align: center !important;
}

.mobile-nav .wd-nav-mob-tab .nav-link-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

.mobile-nav .grandbox-about-title > a {
    color: #555 !important;
}

.mobile-nav .grandbox-about-title.wd-active > a {
    color: #c31e24 !important;
}


/* =========================================
   About Us Content
========================================= */

.mobile-nav .grandbox-about-menu {
    display: none;
    padding: 0;
    background: #fff;
}

.mobile-nav .grandbox-about-menu.wd-active {
    display: block !important;
}

.gb-mobile-about {
    padding: 28px 22px 35px;
    direction: rtl;
    text-align: right;
}

.gb-mobile-about-header {
    margin-bottom: 25px;
}

.gb-mobile-about-small {
    display: block;
    color: #c31e24;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.gb-mobile-about-header h3 {
    font-size: 25px !important;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 7px !important;
}

.gb-mobile-about-header p {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}


/* Contact rows */

.gb-mobile-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.gb-mobile-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    color: #c31e24;
    background: rgba(195, 30, 36, 0.08);
    font-size: 17px;
}

.gb-mobile-contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.gb-mobile-contact-info strong {
    font-size: 14px;
    color: #222;
    font-weight: 700;
}

.gb-mobile-contact-info span,
.gb-mobile-contact-info a {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none !important;
}

.gb-mobile-phone {
    direction: ltr;
    text-align: right;
    display: inline-block;
}


/* WhatsApp */

.gb-mobile-whatsapp {
    width: fit-content;
    margin-top: 5px;
    padding: 7px 12px;
    border-radius: 7px;
    background: #25D366;
    color: #fff !important;
    font-weight: 600;
}

.gb-mobile-whatsapp i {
    margin-left: 5px;
}


/* About Page Button */

.gb-mobile-about-page {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 25px;
    padding: 13px 15px;
    background: #c31e24;
    color: #fff !important;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.gb-mobile-about-page:hover {
    background: #a9181e;
    color: #fff !important;
}
 
}

