@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//jojomagazine.com.br/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(77,77,77);
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(10,10,8);
	--wd-alternative-color: rgb(175,175,175);
	--wd-link-color: rgb(191,191,191);
	--wd-link-color-hover: rgb(168,168,168);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(17,0,0);
	--btn-accented-bgcolor-hover: rgb(173,173,173);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://jojomagazine.com.br/wp-content/uploads/electronics-2-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(221,141,22);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(221,141,22);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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

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


/* 1. تصميم الإطار للسعر الرئيسي (العلوي) فقط */
.single-product .summary p.price {
  font-size: clamp(17px, 3vw, 24px) !important;
  font-weight: 700 !important;
  color: #333 !important;
  line-height: 1 !important;

  border: 2px solid #e0e0e0 !important;
  border-radius: 36px !important;
  background: #fff !important;

  display: inline-block !important;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1) !important;

  padding: clamp(4px, 1vw, 6px) clamp(16px, 3vw, 26px) !important;
  margin-bottom: 17px !important;
}

/* 2. إزالة الإطار من العناصر الداخلية لمنع الإطارات المزدوجة */
.single-product .summary p.price span.price {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
}

/* 3. إخفاء السعر الثانوي (السفلي) نهائياً */
.woocommerce-variation-price {
  display: none !important;
}

/* 1. تصميم خيارات المواصفات (الرام والتخزين) ككبسولة مطابقة للسعر */
.single-product .wd-swatch.wd-text {
    border: 2px solid #e0e0e0 !important;
    border-radius: 36px !important; /* يمكنك تغيير 36px إلى 8px إذا أردتها مربعة بدلاً من أسطوانية */
    background-color: #ffffff !important;
    padding: 6px 18px !important;
    min-width: auto !important;
    height: auto !important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
    margin-right: 8px !important;
}

/* 2. إزالة الخط السفلي الافتراضي للقالب */
.single-product .wd-swatch.wd-text:after {
    display: none !important;
}

/* 3. تمييز الخيار بوضوح عندما يضغط عليه الزبون (يتغير لونه ليعرف ماذا اختار) */
.single-product .wd-swatch.wd-text.wd-active {
    border-color: #333 !important;
    background-color: #333 !important;
    color: #ffffff !important;
}

/* 1. تصميم قاعدة اللون: إطار ملاصق وعمق داخلي يشبه قاع الزجاجة */
.single-product .wd-swatch.wd-bg {
    border-radius: 50% !important; 
    width: 35px !important;
    height: 35px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important; /* إطار داخلي دقيق */
    position: relative !important; /* ضروري لضبط اللمعان فوقه */
    overflow: hidden !important; /* لمنع خروج اللمعان عن الدائرة */
    /* عمق 3D للون نفسه */
    box-shadow: inset 0 -3px 6px rgba(0,0,0,0.3), inset 0 2px 4px rgba(255,255,255,0.4) !important;
    transition: all 0.3s ease !important;
}

/* 2. السحر هنا (اللمعان الزجاجي/المائي): رسم انعكاس ضوئي مقوس أعلى اللون */
.single-product .wd-swatch.wd-bg::after {
    content: '' !important;
    position: absolute !important;
    top: 2px !important;
    left: 10% !important;
    width: 80% !important;
    height: 45% !important;
    /* تدرج لوني أبيض شفاف يشبه انعكاس الضوء على الماء */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%) !important;
    border-radius: 50% !important; /* جعل اللمعة مقوسة لتناسب الدائرة */
    pointer-events: none !important; /* حتى لا تمنع الزبون من الضغط على اللون */
}

/* 3. التأثير عند الاختيار: انتفاخ + بقاء اللمعان الزجاجي + إطار خارجي متباعد + ظل */
.single-product .wd-swatch.wd-bg.wd-active {
    transform: scale(1.15) !important; /* الانتفاخ */
    border: 1px solid rgba(0, 0, 0, 0.2) !important; /* بقاء الإطار الملاصق */
    
    /* فراغ أبيض + إطار خارجي مطابق لإطار السعر (#e0e0e0) + ظل سفلي 3D */
    box-shadow: inset 0 -3px 6px rgba(0,0,0,0.3), inset 0 2px 4px rgba(255,255,255,0.4), 0 0 0 3px #ffffff, 0 0 0 5px #e0e0e0, 0px 5px 10px rgba(0,0,0,0.2) !important;
}


/* --- تصميم إطارات المنتجات بأسلوب الآيفون (محدث مع ظل بارز وواضح جداً 3D) --- */

.product-grid-item {
    background-color: #ffffff !important; 
    border-radius: 20px !important; 
    padding: 15px !important; 
    
    /* 1. الإطار لتحديد حواف البطاقة */
    border: 1px solid rgba(0, 0, 0, 0.1) !important; 
    
    /* 2. الظل الجديد (تم تعميقه وتكبير مساحته ليصبح واضحاً جداً) */
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.12), /* ظل خارجي واسع وداكن قليلاً */
        0px 4px 10px rgba(0, 0, 0, 0.08),  /* ظل قريب يبرز حواف الإطار */
        inset 0 1px 2px rgba(255, 255, 255, 0.9) !important; /* لمعة زجاجية من الداخل */
        
    transition: all 0.3s ease-in-out !important; 
}

/* تأثير حيوي عند وضع الماوس (انتفاخ قوي وظل عميق جداً) */
.product-grid-item:hover {
    transform: translateY(-6px) !important; /* رفع المنتج للأعلى بشكل ملحوظ */
    border-color: rgba(0, 0, 0, 0.15) !important; 
    
    box-shadow: 
        0px 20px 40px rgba(0, 0, 0, 0.18), /* ظل كثيف جداً يعطي إحساس الطفو الحقيقي */
        0px 8px 15px rgba(0, 0, 0, 0.12), 
        inset 0 1px 2px rgba(255, 255, 255, 1) !important;
}

/* ترتيب زوايا صورة المنتج من الداخل لتتناسب مع الإطار الخارجي */
.product-element-top {
    border-radius: 12px !important;
    overflow: hidden !important;
}


.wd-product .price,
.wd-product .price .amount,
.wd-product .price .amount bdi {
    color: #3b8132 !important;
}
