.elementor-4578 .elementor-element.elementor-element-c4ffb13{--display:flex;}.elementor-4578 .elementor-element.elementor-element-57176ec{--display:flex;}.elementor-4578 .elementor-element.elementor-element-57176ec.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4578 .elementor-element.elementor-element-af136f0{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4578 .elementor-element.elementor-element-9542a23{--display:flex;}.elementor-4578 .elementor-element.elementor-element-48c35b0{--display:flex;}@media(min-width:768px){.elementor-4578 .elementor-element.elementor-element-57176ec{--width:92.94%;}}/* Start custom CSS for shortcode, class: .elementor-element-9d71e0c *//* ✅ إخفاء ترويسة الجدول */
.auction-table-header,
.auction-table-header *,
.auction-table-design,
.auction-table-design * {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}

/* ✅ تفعيل شبكة كروت */
.product-details-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 20px 0;
}

/* ✅ شكل الكارت */
.product-details-content > ul {
  list-style: none;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 18px;
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-in-out;
  border: none !important;
}

.product-details-content > ul:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* ✅ إزالة تنسيق الجدول داخل الكارت */
.product-details-content ul li {
  display: block;
  width: 100%;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
  text-align: center;
}

.prod_img .show-in-mobile label {
  display: none !important;
}

/* ✅ الصورة */
.product-details-content .prod_img {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  padding: 10px;
}

.product-details-content .prod_img img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border-radius: 12px;
  object-fit: contain;
  display: block;
}

/* ✅ العنوان */
.product-details-content .product-name {
  font-size: 20px;
  font-weight: 800;
  color: #222;
  margin: 12px 0 5px;
}

/* ✅ الوصف */
.product-details-content .product-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* ✅ السعر */
.product-details-content .cur-price {
  font-size: 15px;
  font-weight: bold;
  color: #007c44;
}

/* ✅ المزايدات */
.product-details-content .bid_place {
  font-size: 14px;
  color: #b52b27;
}

/* ✅ الوقت المتبقي */
.product-details-content .end-time {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

/* ✅ زر المزايدة بلونك الخاص */
.product-details-content .bids_now-btn {
  margin-top: auto;
}

.product-details-content .bids_now-btn a input[type="submit"] {
  background-color: #10211E; /* اللون اللي انت طلبته */
  color: #fff;
  padding: 10px 22px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease background-color;
}

.product-details-content .bids_now-btn a input[type="submit"]:hover {
  background-color: #1d2d29; /* لون أفتح عند الهوفر */
}

/* ✅ إزالة الإطار أو الحدود من الحاوية الرئيسية */
.container-auw,
.product-details-content,
.elementor-widget-shortcode,
.elementor-shortcode,
.elementor-element.elementor-widget-shortcode {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ✅ إزالة المسافة الفاضية حوالين الكارت */
.product-details-content {
  gap: 30px !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

/* ✅ إخفاء الكروت بعد الرابع */
.product-details-content > ul:nth-child(n+5) {
  display: none !important;
}

/* ✅ إعداد الكارت */
.product-details-content > ul {
  position: relative;
  overflow: hidden;
}

/* ✅ LIVE badge with pulse animation */
.product-details-content > ul:has(.end-time span:not(:empty))::before {
  content: "LIVE";
  position: absolute;
  top: 0;
  left: 0;
  background: #28a745;
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-bottom-right-radius: 12px;
  font-weight: bold;
  animation: pulse 1.4s infinite;
  z-index: 10;
}

/* 🔴 ENDED badge */
.product-details-content > ul:has(.end-time span:empty)::before,
.product-details-content > ul:has(.end-time span:contains("Ended"))::before {
  content: "ENDED";
  position: absolute;
  top: 0;
  left: 0;
  background: #dc3545;
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-bottom-right-radius: 12px;
  font-weight: bold;
  z-index: 10;
  animation: none;
}

/* 🟡 UPCOMING badge */
.product-details-content > ul:has(.end-time span:contains("Starts"))::before {
  content: "UPCOMING";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffc107;
  color: #000;
  font-size: 13px;
  padding: 6px 14px;
  border-bottom-right-radius: 12px;
  font-weight: bold;
  z-index: 10;
  animation: none;
}

/* ✅ وميض الشارة LIVE فقط */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

/* ✅ الكمبيوتر: عرض 4 كروت */
@media (min-width: 1025px) {
  .product-details-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    justify-content: center;
  }

  .product-details-content > ul {
    width: 22%;
    min-width: 240px;
    max-width: 260px;
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease-in-out;
  }
}

/* ✅ الموبايل: Scroll أفقي */
@media (max-width: 1024px) {
  .product-details-content {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 20px;
    justify-content: flex-start !important;
  }

  .product-details-content > ul {
    flex-shrink: 0 !important;
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease-in-out;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59a26c1 *//* نص المزايدات في حالة وجودها */
.product-details-content .bid_place span {
  font-weight: 600;
  transition: color 0.3s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d858e7 */.no-auctions-message {
  font-size: 18px;
  color: #555;
  background: #f9f9f9;
  border: 2px dashed #ccc;
  padding: 40px 20px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  margin: 50px auto;
  line-height: 1.6;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-57176ec *//* ✅ تنسيق عام للحاوية */
.container-auw {
  padding: 30px 15px;
  font-family: "Cairo", sans-serif;
}

/* ✅ ترتيب الأعمدة */
.product-details-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

/* ✅ العمود الأيسر: الصورة */
.col-left-img {
  flex: 1 1 40%;
  max-width: 500px;
}

.col-left-img img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 12px;
  background: #f9f9f9;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* ✅ العمود الأيمن: تفاصيل المزاد */
.col-right-description {
  flex: 1 1 55%;
  background-color: #ffffff;
  padding: 25px 30px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* ✅ عنوان المزاد */
.auction_description h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #222;
}

/* ✅ السعر الحالي وعدد المزايدات */
.bid-count {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bid-count h2 {
  font-size: 20px;
  color: #007c44;
  margin-bottom: 5px;
}

.bid-count p {
  font-size: 14px;
  color: #999;
}

/* ✅ المؤقت */
.product-details-timer {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.product-details-timer strong {
  color: #000;
}

.product-details-timer .timer-code {
  font-weight: bold;
  margin-bottom: 10px;
}

/* ✅ زر الشراء */
#wdm_buy_now_section {
  margin-top: 20px;
}

#wdm_buy_now_section input[type="submit"],
.auction-button {
  background-color: #ff9900;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#wdm_buy_now_section input[type="submit"]:hover,
.auction-button:hover {
  background-color: #e65c00;
}

/* ✅ الرسالة عند محاولة المزايدة على مزادك */
.wdmua-loggedin-error {
  display: block;
  color: #d00000;
  background: #ffecec;
  border-left: 4px solid #d00000;
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 20px;
  font-weight: bold;
}

/* ✅ تنسيق التبويبات */
.wdm-tabs {
  margin-top: 40px;
}

#wdm-tabs-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
}

#wdm-tabs-nav li {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  color: #555;
}

#wdm-tabs-nav li.active {
  background-color: #a09f7f;
  color: #fff;
}

.wdm-tab-content {
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .product-details-row {
    flex-direction: column;
  }

  .col-left-img,
  .col-right-description {
    max-width: 100%;
  }
}














/* ✅ الحاوية العامة للصورة */
.col-left-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ✅ الصورة نفسها */
.col-left-img img {
  max-width: 100%;
  max-height: 800px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  background-color: #fff;
  padding: 8px;
  display: block;
}

/* ✅ تصغير الصورة على الموبايل */
@media (max-width: 768px) {
  .col-left-img {
    max-width: 100%;
    padding: 8px;
  }

  .col-left-img img {
    max-height: 260px;
  }
}/* End custom CSS */