.home-bestseller-list:not(.slick-initialized) {
  display: flex; }
  .home-bestseller-list:not(.slick-initialized) > div:nth-child(n+4) {
    display: none !important; }

.home-bestseller-inner {
  /* the slides */
  /* the parent */ }
  .home-bestseller-inner .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .home-bestseller-inner .slider-index.next svg {
      width: 24px; }
      .home-bestseller-inner .slider-index.next svg path {
        stroke: #fff; }
  .home-bestseller-inner .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .home-bestseller-inner .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .home-bestseller-inner .slider-index.prev svg path {
        stroke: #fff; }
  .home-bestseller-inner:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .home-bestseller-inner .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .home-bestseller-inner .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .home-bestseller-inner .slick-slide {
    margin: 0 7px; }
  .home-bestseller-inner .slick-list {
    margin: 0 -7px; }

.home-bestsellerx .boxwrapcal {
  border-radius: 15px;
  background: #fff;
  padding: 15px;
  margin-top: -25px; }

.home-bestsellerx .home-bestseller {
  background: #fde7d5;
  border-radius: 24px;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  padding-top: 0;
  margin-top: 50px; }

.home-bestsellerx .home-bestseller-inner {
  margin: 0 auto; }

.home-bestsellerx .home-bestseller-title {
  text-align: center; }

.home-bestsellerx .home-bestseller-title img {
  max-width: 340px;
  transform: translateY(-25%);
  height: auto; }

.home-bestsellerx .home-bestseller-item {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease; }

.home-bestsellerx .home-bestseller-item:hover {
  transform: translateY(-4px); }

.home-bestsellerx .home-bestseller-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px; }

.home-bestsellerx .home-bestseller-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover; }

.home-bestsellerx .home-bestseller-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #f05a28;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 999px;
  font-weight: bold; }

.home-bestsellerx .home-bestseller-actions {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2; }

.home-bestsellerx .home-bestseller-item:hover .home-bestseller-actions {
  opacity: 1; }

.home-bestsellerx .btn-icon {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease; }

.home-bestsellerx .btn-icon:hover {
  transform: scale(1.1); }

.home-bestsellerx .home-bestseller-name {
  font-size: 14px;
  font-weight: 600;
  margin: 12px 0 8px;
  line-height: 1.4; }

.home-bestsellerx .home-bestseller-price {
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center; }

.home-bestsellerx .price-sale {
  color: #f05a28;
  font-weight: bold; }

.home-bestsellerx .price-compare {
  color: #aaa;
  text-decoration: line-through;
  font-size: 13px; }

.cart-popup-qty input[type="number"]::-webkit-outer-spin-button,
.cart-popup-qty input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.cart-popup-qty input[type="number"] {
  -moz-appearance: textfield; }
