.slider-section * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
.slider-section {
  position: relative;
  overflow: hidden;
  background-color: #e1dcd6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-header {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.brand-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1510;
}
.shipping-status {
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1a1510;
}
.shipping-status::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #10b981;
  border-radius: 50%;
}

.slide-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
}

/* --- ডেক্সটপ স্পেসিফিক স্টাইলিং (>= 769px) --- */
@media (min-width: 769px) {
  .bg-text {
    position: absolute;
    font-family: "Anton", sans-serif;
    font-size: 21vw;
    color: rgba(0, 0, 0, 0.14);
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 0.85;
    user-select: none;
    z-index: 1;
    text-align: center;
    width: 100%;
    top: 22%;
  }
  .center-product-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
  }
  .main-product-img {
    max-height: 80% !important;
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.12));
    opacity: 0.70 !important;
    border-radius: 20px !important;
  }
  .product-info-container {
    position: absolute;
    left: 6%;
    bottom: 8%;
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 5;
  }
  .product-info-container-2 {
    display: none !important;
  }

  .side-preview {
    position: absolute;
    width: 15vw;
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
    filter: blur(1px);
    opacity: 0.35;
    transition: all 1s ease;
  }
  .side-preview img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  .left-preview {
    left: 14%;
    transform: scale(0.75);
  }
  .right-preview {
    right: 14%;
    transform: scale(0.75);
  }
  .slider-controls {
    position: absolute;
    right: 5%;
    bottom: 6%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 10;
  }
}

/* --- শেয়ারড এলিমেন্টস --- */
.badge-wrapper {
  display: inline-flex;
  align-items: center;
  background-color: #edeae5;
  padding: 5px 14px 5px 6px;
  border-radius: 30px;
  width: fit-content;
}
.badge-featured {
  background-color: #1a1510;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.badge-featured svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}
.badge-text {
  font-size: 12px;
  color: #4a453e;
  font-weight: 500;
  margin-left: 8px;
}
.product-title {
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 26px;
  color: #1a1510;
  line-height: 1.2;
}
.product-description {
  font-size: 16px;
  color: #55504a;
  line-height: 22px;
  font-weight: 400;
}
.cta-group {
  display: flex;
  align-items: center;
  gap: 25px;
}
.btn-shop-now {
  background: rgba(244, 240, 232, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #1a1510;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.btn-shop-now:hover {
  transform: translateY(-2px);
  background: rgba(244, 240, 232, 0.7);
}
.btn-shop-now svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
.link-view-all {
  color: #1a1510;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1.5px solid #1a1510;
  padding-bottom: 3px;
}

.bottom-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 5px;
}
.info-card {
  background-color: #edeae570;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 85px;
}
.info-card svg {
  width: 16px;
  height: 16px;
  color: #1a1510;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.price-main {
  font-family: "Georgia", serif;
  font-size: 24px;
  color: #1a1510;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
}
.rating-main {
  font-family: "Georgia", serif;
  font-size: 24px;
  color: #1a1510;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 2px;
}
.rating-main span {
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
}
.info-sub-text {
  font-size: 10px;
  color: #7a756e;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}
.info-sub-text-bottom {
  font-family: Inter;
  font-size: 10px !important;
  font-weight: 400;
}

.slide-number {
  font-family: "Anton", sans-serif;
  font-size: 56px;
  font-weight: 400;
  color: #1a1510;
  line-height: 1;
  margin-bottom: 12px;
}
.slide-number span {
  color: rgba(0, 0, 0, 0.2);
  font-size: 32px;
}
.nav-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.nav-btn:hover {
  background-color: #1a1510;
  color: #fff;
}
.nav-btn svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
.indicator-dots {
  display: flex;
  gap: 6px;
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.dot.active {
  width: 18px;
  border-radius: 30px;
  background-color: #1a1510;
}

/* --- মোবাইল ভার্সন স্টাইলিং (অর্ডার লক ও কন্টেইনার ফিক্স) --- */
@media (max-width: 768px) {
  .slider-section {
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 70px 20px 20px 20px !important;
    height: auto !important;
    min-height: 70vh !important;
    overflow-x: hidden !important;
    display: flex !important;
  }
.brand-title {
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 2px;
  text-transform: uppercase !important;
  color: #1a1510;
}
  .product-info-container {
    display: none !important;
  }
  .product-info-container-2 {
    display: flex !important;
    order: 2 !important; /* ইমেজের ঠিক নিচে লক থাকবে */
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-top: 15px !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .slide-container {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .slide {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    display: none !important;
    flex-direction: column !important;
  }
  .slide.active {
    display: flex !important;
  }

  .bg-text {
    position: absolute !important;
    font-size: 32vw !important;
    top: 35px !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
    transform: none !important;
    z-index: 1 !important;
    line-height: 0.8 !important;
    color: rgba(0, 0, 0, 0.12) !important;
    margin: 0 !important;
  }

  .center-product-wrapper {
    order: 1 !important; /* ইমেজের কার্ড সবার ওপরে থাকবে */
    position: relative !important;
    width: 100% !important;
    height: 48vh !important;
    background: #edeae5 !important;
    border-radius: 24px !important;
    z-index: 2 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03) !important;
    margin-top: 35px !important;
  }
  .main-product-img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    opacity: 0.65 !important;
    transform: none !important;
    margin: 0 !important;
    border-radius: 12px !important;
  }

  .badge-group {
    position: absolute !important;
    top: -70px !important; /* ইমেজ কার্ডের ভেতরে বটম-লেফটে পুশ */
    left: 15px !important;
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    z-index: 6 !important;
    display: inline-flex !important;
  }
  .badge-group .badge-featured {
    font-size: 8px !important;
    padding: 3px 8px !important;
    border-radius: 12px !important;
    margin-right: 6px !important;
  }
  .badge-group .badge-text {
    font-size: 12px !important;
    color: #4a453e !important;
    font-weight: 500 !important;
    margin-left: 0px !important;
  }

  .product-info-container-2 .product-title {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
    font-size: 16px !important;
    color: #1a1a1a !important;
    margin-bottom: 15px !important;
    display: block !important;
  }

  .product-info-container-2 .product-desc {
    display: none !important;
  }

  .product-info-container-2 .cta-group {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 15px !important;
    margin-bottom: 0 !important;
  }
  .product-info-container-2 .btn-shop {
    background-color: #edeae5 !important;
    color: #1a1a1a !important;
    padding: 10px 24px !important;
    border-radius: 25px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    text-decoration: none !important;
  }
  .product-info-container-2 .btn-view-all {
    color: #1a1a1a !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-bottom: 1.5px solid #1a1a1a !important;
    padding-bottom: 2px !important;
    text-decoration: none !important;
  }

  .slider-controls {
    position: absolute !important;
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
    z-index: 10 !important;
    margin-top: 0 !important;
  }
  .slide-number {
    display: none !important;
  }

  .nav-buttons {
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 0 !important;
    order: 2 !important;
  }
  .nav-btn {
    width: 44px !important;
    height: 44px !important;
    background-color: #edeae5 !important;
    border: none !important;
  }

  .indicator-dots {
    display: flex !important;
    gap: 5px !important;
    order: 1 !important;
    align-items: center !important;
  }
  .dot {
    width: 5px !important;
    height: 5px !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .dot.active {
    width: 16px !important;
    background-color: #1a1a1a !important;
    border-radius: 30px !important;
  }

  .side-preview {
    display: none !important;
  }
}
