body.product-details-page-body div#main {
  padding: 0
}

body.product-details-page-body form#product-details-form {
  padding: 70px 6vw
}

body.product-details-page-body .product-tags-box {
  padding: 70px 6vw
}

.anywhereslider-slide.picture-slide {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding: 2rem 5%;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url("https://newiosuite.alhaddadshop.com/images/thumbs/9e621e954c401a1b418c089f04e1d3fd4295de26.png");
  background-size: cover;
  background-position: center
}

  .anywhereslider-slide.picture-slide > img {
    position: absolute !important;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: auto !important;
    max-height: 80% !important;
    max-width: 400px !important;
    z-index: 2;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,.15))
  }

.anywhereslider-slide .z-10 {
  position: relative;
  z-index: 3;
  grid-column: 1;
  text-align: left !important;
  max-width: 550px !important;
  margin: 0 !important
}

.anywhereslider-slide h1 {
  color: #000 !important;
  font-size: 3.8rem !important;
  font-weight: 900 !important;
  line-height: .95 !important;
  text-transform: uppercase !important;
  letter-spacing: -.03em !important;
  margin-bottom: 1.2rem !important
}

.anywhereslider-slide p {
  color: #000 !important;
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  opacity: 1 !important
}

@media(max-width: 768px) {
  .anywhereslider-slide.picture-slide {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem;
    text-align: center;
    min-height: 450px
  }

    .anywhereslider-slide.picture-slide > img {
      position: relative !important;
      right: auto;
      top: auto;
      transform: none;
      margin: 0 auto 1.5rem auto;
      max-width: 220px !important
    }

  .anywhereslider-slide .z-10 {
    grid-column: 1;
    text-align: center !important;
    margin: 0 auto !important
  }

  .anywhereslider-slide h1 {
    font-size: 2.2rem !important
  }

  .anywhereslider-slide p {
    font-size: 1.1rem !important
  }
}

.custom-product-page {
  font-family: Arial,Helvetica,sans-serif;
  color: #222;
  background-color: #fff;
  margin: 0 auto
}

.custom-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 50px
}

.gallery-container {
  flex: 1 1 480px
}

.custom-overview {
  flex: 1 1 480px
}

.custom-breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 12px
}

  .custom-breadcrumb a {
    color: #888;
    text-decoration: none
  }

.custom-brand {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fc0;
  margin-bottom: 4px;
  letter-spacing: .5px
}

.custom-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 4px 0;
  color: #111
}

.custom-subtitle {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px
}

.price-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px
}

  .price-section .product-price, .price-section .actual-price {
    font-size: 22px;
    font-weight: bold;
    color: #111
  }

  .price-section .old-price {
    font-size: 15px;
    text-decoration: line-through;
    color: #aaa
  }

.discount-badge {
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 2px
}

.stock-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #00a651;
  margin-bottom: 20px
}

.stock-dot {
  width: 6px;
  height: 6px;
  background-color: #00a651;
  border-radius: 50%;
  display: inline-block
}

.custom-attributes {
  margin-bottom: 20px
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px
}

  .action-buttons .add-to-cart-button, .action-buttons button[id^="add-to-cart-button"] {
    width: 100%;
    background-color: #ffd700;
    color: #000;
    border: 0;
    padding: 14px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .5px
  }

    .action-buttons .add-to-cart-button:hover {
      background-color: #e6c200
    }

.btn-buy-now {
  width: 100%;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 13px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: .5px
}

  .btn-buy-now:hover {
    background-color: #f5f5f5
  }

.info-list {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #555
}

.custom-accordion {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px
}

.accordion-item {
  border-bottom: 1px solid #eee
}

  .accordion-item:last-child {
    border-bottom: 0
  }

.accordion-header {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center
}

  .accordion-header::-webkit-details-marker {
    display: none
  }

  .accordion-header::after {
    content: '-';
    font-size: 16px
  }

details:not([open]) .accordion-header::after {
  content: '+'
}

.accordion-content {
  padding: 0 0 15px 0;
  font-size: 12px;
  color: #555;
  line-height: 1.6
}

  .accordion-content ul {
    padding-left: 15px;
    margin: 0
  }

  .accordion-content li {
    margin-bottom: 6px
  }

.share-section {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: #888;
  margin-top: 15px
}

.share-icon {
  color: #555;
  text-decoration: none;
  font-size: 12px
}

.value-props-bar {
  display: flex;
  justify-content: space-between;
  background-color: #fafafa;
  padding: 25px 20px;
  margin-top: 50px;
  border-top: 1px solid #eee
}

.prop-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1
}

.prop-icon {
  font-style: normal;
  font-size: 20px
}

.prop-text strong {
  display: block;
  font-size: 13px;
  color: #111
}

.prop-text p {
  margin: 2px 0 0 0;
  font-size: 11px;
  color: #777
}

.gallery .picture-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px
}

  .gallery .picture-thumbs img {
    border: 1px solid #ddd;
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer
  }

    .gallery .picture-thumbs img.active, .gallery .picture-thumbs img:hover {
      border-color: #ffd700
    }

body.product-details-page-body .nav-group * {
  color: #000
}

.specs-section {
  background-color: #0a0a0a;
  color: #fff;
  padding: 80px 20px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif
}

.specs-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center
}

.anywhereslider-slide .specs-indicator {
  color: #FFE508 !important;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 15px
}

.specs-title {
  font-size: 48px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: -1px
}

.specs-subtitle {
  color: #9ca3af;
  font-size: 15px;
  max-width: 400px;
  margin: 0 auto 60px auto;
  line-height: 1.5
}

.specs-grid {
  display: flex;
  border: 1px solid #1f2937;
  border-radius: 4px;
  background-color: transparent
}

.spec-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  border-right: 1px solid #1f2937
}

  .spec-item:last-child {
    border-right: 0
  }

.spec-value {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px
}

  .spec-value .number {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1
  }

  .spec-value .unit {
    color: #eab308;
    font-size: 22px;
    font-weight: bold;
    margin-left: 3px
  }

.spec-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d1d5db;
  letter-spacing: .15em
}

.spec-sublabel {
  font-size: 12px;
  color: #6b7280;
  margin-top: 8px
}

@media(max-width: 800px) {
  .specs-grid {
    flex-direction: column
  }

  .spec-item {
    border-right: 0;
    border-bottom: 1px solid #1f2937;
    padding: 40px 20px
  }

    .spec-item:last-child {
      border-bottom: 0
    }

  .specs-title {
    font-size: 36px
  }
}
/* الحاوية الرئيسية والتأكد من تقسيمها لنصفين مع خلفية سوداء بالكامل */
.anywhereslider-slide.picture-slide {
  display: flex !important;
  flex-wrap: wrap;
  background-color: #050505; /* خلفية سوداء مطابقة للتصميم */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-image: none;
  text-align: left;
}

  /* النصف الأيسر: الصورة مع الخلفية الرمادية */
  .anywhereslider-slide.picture-slide > img {
    width: 100% !important;
    object-fit: cover;
    /* درجة الرمادي الموجودة في الصورة */
    margin: 0;
    padding: 20px; /* لضمان عدم التصاق المنتج بالحواف */
    box-sizing: border-box;
  }

/* النصف الأيمن: المحتوى بالخلفية السوداء */
.content-column {
  width: 50%;
  background-color: #050505;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
  box-sizing: border-box;
}

  /* تنسيق العنوان الفرعي (Sound Quality) */
  .content-column .subtitle {
    color: #FFE508;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
  }

  /* تنسيق العنوان الرئيسي */
  .content-column .main-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 20px 0;
  }

  /* تنسيق الوصف */
  .content-column .description {
    color: #888888 !important;
    font-size: 14px !important;
    line-height: 1.6;
    margin: 0 0 30px 0;
    text-transform: capitalize !important;
    font-weight: 400 !important;
  }

  /* تنسيق القائمة السفلية */
  .content-column .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

    .content-column .features-list li {
      display: flex;
      align-items: center;
      color: #a3a3a3;
      font-size: 12px;
    }

  /* تنسيق أيقونات الصح */
  .content-column .check-icon {
    width: 16px;
    height: 16px;
    margin-inline-end: 12px; /* لدعم الاتجاهين */
    flex-shrink: 0;
  }

/* التجاوب مع شاشات الموبايل */
@media (max-width: 768px) {
  .anywhereslider-slide.picture-slide > img,
  .content-column {
    width: 100%;
  }

  .content-column {
    padding: 40px 20px;
  }
}

.slider-wrapper.Crystal {
  background-color: black !important;
}

p.specs-subtitle {
  font-size: 14px !important;
  color: #6A7282 !important;
  text-transform: capitalize !important;
}
