html {
  overflow-x: hidden;
}
.shop-page-wrapper .shop-product #variations ~ .nice-select {
  width: 200px;
}

.shop-page-wrapper .shop-product #variations ~ .nice-select.open .list {
  width: 200px;
}

.shop-page-wrapper .shop-product .shop-product__buttons {
  display: flex;
  align-items: center;
}

.shop-page-wrapper
  .shop-product
  .shop-product__buttons
  .pro-details-wishlist
  .wishlist {
}

.shop-page-wrapper
  .shop-product
  .shop-product__buttons
  .pro-details-wishlist
  .wishlist
  a {
  border: 1px solid #b42231;
  width: 45px;
  height: 45px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-page-wrapper
  .shop-product
  .shop-product__buttons
  .pro-details-wishlist
  .wishlist
  a.add_wishlist.is_liked {
  border-color: #b42231;
}

.shop-page-wrapper .shop-product .shop-product__review {
  max-width: unset;
}

/* Custom Product Details Styles */
.shop-page-wrapper .shop-product-wrapper-gradient {
  margin-bottom: 50px;
}

.shop-page-wrapper .shop-product .custom-product-details {
  padding: 40px;
  background: linear-gradient(
    214deg,
    var(--e-global-color-secondary) 0%,
    var(--e-global-color-accent) 100%
  );
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  color: #4b5563;
  height: 100%;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-title
  .productName {
  font-size: 34px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #b42231;
  background: rgba(180, 34, 49, 0.1);
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-price-rating-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.shop-page-wrapper .shop-product .custom-product-details .custom-price {
  font-size: 32px;
  font-weight: 800;
  color: #b42231;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-price
  .discounted {
  font-size: 16px;
  font-weight: 600;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 10px;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-rating {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-rating
  .review-link
  span {
  color: #6b7280 !important;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-rating
  .product-rating
  i.active {
  color: #f5b223;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-rating
  .product-rating
  i {
  color: #ccc;
  font-size: 18px;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-block-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-other-info {
  background: #b4223108;
  border-radius: 12px;
  padding: 8px 25px;
  border: 1px solid #b42231;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-other-info
  table {
  width: 100%;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-other-info td {
  padding: 8px 0;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-other-info
  tr:last-child
  td {
  border-bottom: none;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-other-info
  .quickview-title {
  font-weight: 600;
  color: #b42231;
  width: 120px;
  font-size: 14px;
  font-weight: 700;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-other-info
  .quickview-value {
  font-weight: 600;
  color: #111827;
  font-size: 14px;
}

.shop-page-wrapper .shop-product .custom-product-details .share-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  color: #4b5563;
  margin-right: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.shop-page-wrapper .shop-product .custom-product-details .share-icons a:hover {
  background: #b42231;
  color: #fff;
  transform: translateY(-2px);
}

.shop-page-wrapper .shop-product .custom-product-details .custom-action-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-quantity {
  margin-bottom: 0 !important;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-quantity
  .pro-qty {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  height: 54px;
  width: 140px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-quantity
  .pro-qty
  input {
  background: transparent;
  color: #111827;
  font-weight: 800;
  font-size: 16px;
  border: none;
  text-align: center;
  width: 40px;
  padding: 0;
}
.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-quantity
  .pro-qty
  a {
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
  line-height: 1;
}
.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-quantity
  .pro-qty
  a:hover {
  background: #f3f4f6;
  color: #b42231;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0 !important;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-buttons {
  flex: 1;
  display: flex;
  gap: 15px;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-btn {
  flex: 1;
  background-color: #b42231 !important;
  color: #fff !important;
  border: none !important;
  height: 54px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(180, 34, 49, 0.25);
}

.shop-page-wrapper .shop-product .custom-product-details .custom-btn:hover {
  background-color: #911b27 !important;
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(180, 34, 49, 0.35);
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-wishlist
  .wishlist
  a {
  width: 54px;
  height: 54px;
  border: 2px solid #b42231 !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #4b5563;
  transition: all 0.3s ease;
  background: transparent;
  box-shadow: none;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details.custom-wishlist
  .wishlist
  a:hover,
.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-wishlist
  .wishlist
  a.is_liked {
  color: #fff;
  border-color: #b42231 !important;
  background: #b42231;
}
.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-wishlist
  .wishlist
  a.is_liked
  i {
  color: #fff;
}
.shop-page-wrapper .shop-product .custom-product-details .custom-safe-checkout {
  margin-bottom: 30px;
}

.shop-page-wrapper .shop-product .custom-product-details .safe-checkout-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.shop-page-wrapper .shop-product .custom-product-details .payment-icons {
  display: flex;
  gap: 10px;
}

.payment-icons i {
  font-size: 30px;
  color: #555;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 4px;
}

.custom-delivery-info {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  flex-wrap: wrap;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-other-info
  .single-info {
  margin-bottom: 10px;
  border-bottom: 1.5px dashed rgb(180 34 49);
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-other-info
  .single-info:last-child {
  border-bottom: none;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-other-info
  .quickview-title {
  font-weight: 600;
  width: 100px;
  color: #333;
  padding-right: 15px;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-other-info
  .quickview-value {
  color: #666;
}

.shop-page-wrapper .shop-product .custom-size-block .shop-product__short-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 25px;
}

.shop-page-wrapper .shop-product .custom-options-wrapper {
  background: transparent;
  padding: 0;
  border: none;
  margin-bottom: 30px;
  box-shadow: none;
}

.shop-page-wrapper .shop-product .custom-size-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 25px;
}

.shop-page-wrapper .shop-product .custom-block-title {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  color: #b42231;
  margin-bottom: 5px;
}

.shop-page-wrapper .shop-product .custom-select-wrapper .nice-select {
  border: 2px solid transparent;
  border-radius: 12px;
  height: 50px;
  line-height: 46px;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 600;
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  width: 100%;
}

.shop-page-wrapper .shop-product .custom-select-wrapper .nice-select:hover {
  border-color: rgba(180, 34, 49, 0.3);
}

.shop-page-wrapper .shop-product .custom-select-wrapper .nice-select .list {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 12px;
  margin-top: 5px;
}

.shop-page-wrapper .shop-product .custom-select-wrapper .nice-select .option {
  color: #1f2937;
  font-weight: 500;
}

.custom-select-wrapper .nice-select .option:hover,
.custom-select-wrapper .nice-select .option.focus {
  background: rgba(180, 34, 49, 0.05);
  color: #b42231;
}

.shop-page-wrapper .shop-product .custom-product-details .custom-accordion {
  margin-top: 30px;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-accordion
  .accordion-item {
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 12px !important;
  margin-bottom: 10px;
  box-shadow: none;
  overflow: hidden;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-accordion
  .accordion-button {
  background: transparent;
  color: #1f2937;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: none !important;
  padding: 12px 20px;
  border: none;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-accordion
  .accordion-button:not(.collapsed) {
  color: #b42231;
  background: rgba(180, 34, 49, 0.03);
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-accordion
  .accordion-body {
  padding: 20px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-language-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 5px;
}

.shop-page-wrapper .shop-product .custom-product-details .lang-pill {
  background: transparent;
  border: 2px solid #e5e7eb;
  color: #4b5563;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
}

.shop-page-wrapper .shop-product .custom-product-details .lang-pill:hover {
  border-color: #d1d5db;
  color: #111827;
}

.shop-page-wrapper .shop-product .custom-product-details .lang-pill.active {
  border-color: #b42231;
  color: #b42231;
  background: #b422311a;
  box-shadow: 0 2px 8px rgba(180, 34, 49, 0.1);
}

.shop-page-wrapper .shop-product .custom-product-details .custom-action-row {
  display: flex;
  align-items: stretch;
  gap: 15px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-quantity
  .pro-qty {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  height: 54px;
  width: 120px;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-quantity
  .pro-qty
  input {
  background: transparent;
  color: #111827;
  font-weight: 700;
  font-size: 16px;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .custom-quantity
  .pro-qty
  a {
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  width: 30px;
  display: flex;
  justify-content: center;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .wishlist
  .add_wishlist
  i {
  color: #b42231;
}

.shop-page-wrapper
  .shop-product
  .custom-product-details
  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b42231'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.shop-page-wrapper .custom-gallery-container {
  width: 100%;
  padding: 40px;
  background: linear-gradient(
    214deg,
    var(--e-global-color-secondary) 0%,
    var(--e-global-color-accent) 100%
  );
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.shop-page-wrapper .product-gallery-flex-container {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.shop-page-wrapper .custom-vertical-thumbnails {
  width: 90px;
  flex-shrink: 0;
}

.shop-page-wrapper .custom-big-image {
  flex: 1;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.shop-page-wrapper .custom-big-image img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.shop-page-wrapper .custom-vertical-thumbnails .single-image {
  margin-bottom: 10px;
  cursor: pointer;
}

.shop-page-wrapper .custom-vertical-thumbnails .single-image img {
  border-radius: 12px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.shop-page-wrapper
  .custom-vertical-thumbnails
  .slick-current
  .single-image
  img {
  border-color: #b42231;
}

.shop-page-wrapper .custom-vertical-thumbnails .slick-arrow {
  transform: rotate(90deg);
  left: 50%;
  margin-left: -15px;
  z-index: 10;
}

.shop-page-wrapper .custom-vertical-thumbnails .slick-prev {
  top: -20px;
}

.shop-page-wrapper .custom-vertical-thumbnails .slick-next {
  bottom: -20px;
  top: auto;
}
.longdescription_productshow {
  margin-top: 60px;
}
.shop-attributes tr th {
  width: 60%;
}
@media (max-width: 767px) {
  .shop-page-wrapper .product-gallery-flex-container {
    flex-direction: column-reverse;
  }

  .shop-page-wrapper .custom-vertical-thumbnails {
    width: 100%;
    margin-top: 15px;
  }

  .shop-page-wrapper .custom-big-image {
    width: 100%;
    flex: none;
  }

  .shop-page-wrapper .custom-vertical-thumbnails .slick-arrow {
    transform: none;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .shop-page-wrapper .custom-vertical-thumbnails .slick-prev {
    left: 5px;
  }

  .shop-page-wrapper .custom-vertical-thumbnails .slick-next {
    right: 5px;
    left: auto;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .zoomImg {
    display: none !important;
    pointer-events: none !important;
  }
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
  .shop-page-wrapper .shop-product .custom-product-details {
    padding: 40px 20px;
  }

  .shop-page-wrapper
    .shop-product
    .custom-product-details
    .custom-title
    .productName {
    font-size: 24px;
  }

  .shop-page-wrapper .shop-product .custom-product-details .custom-price {
    font-size: 24px;
  }

  .shop-page-wrapper
    .shop-product
    .custom-product-details
    .custom-price-rating-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .shop-page-wrapper .shop-product .custom-product-details .custom-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .shop-page-wrapper
    .shop-product
    .custom-product-details
    .custom-quantity
    .pro-qty {
    width: 120px;
    height: 48px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 12px;
    margin: 0;
  }
  .shop-page-wrapper .shop-product .custom-product-details .custom-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f5f7;
    padding: 6px 6px 6px 20px;
    border-radius: 16px;
    border: none;
  }
  .shop-page-wrapper
    .shop-product
    .custom-product-details
    .custom-quantity::before {
    content: "Quantity";
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .shop-page-wrapper .shop-product .custom-product-details .custom-buttons {
    flex-direction: row;
    width: 100%;
  }

  .shop-page-wrapper .shop-product .custom-product-details .custom-btn {
    font-size: 14px;
    padding: 0 10px;
  }

  .custom-gallery-container {
    padding: 40px 20px !important;
  }
  #variationimagesshow {
    margin-bottom: 20px;
  }
  .shop-page-wrapper .custom-vertical-thumbnails .single-image {
    padding: 0 5px;
    margin-bottom: 0;
  }
}
