@media only screen and (max-width: 768px) {
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }ext
  .swiper-btn-next {
    display: none;
  }
  .swiper-btn-prev {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper-btn-prev,
  .swiper-rtl .swiper-btn-next {
    left: var(--swiper-navigation-sides-offset, 40%);
    right: auto;
  }
  .swiper-btn-next,
  .swiper-rtl .swiper-btn-prev {
    right: var(--swiper-navigation-sides-offset, 40%);
    left: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .swiper-btn-prev,
  .swiper-rtl .swiper-btn-next {
    left: var(--swiper-navigation-sides-offset, 40%);
    right: auto;
  }
  .swiper-btn-next,
  .swiper-rtl .swiper-btn-prev {
    right: var(--swiper-navigation-sides-offset, 40%);
    left: auto;
  }
}


.form-range {
   width: 100%;
   height: 1.5rem;
   padding: 0;
   background-color: transparent;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.form-range:focus {
   outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
   box-shadow: none;
}

.form-range:focus::-moz-range-thumb {
   box-shadow: none;
}

.form-range::-moz-focus-outer {
   border: 0;
}

.form-range::-webkit-slider-thumb {
   width: 1rem;
   height: 1rem;
   margin-top: -0.25rem;
   background-color: #fff;
   border: 2px solid #BFBFBF;
   border-radius: 1rem;
   -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -webkit-appearance: none;
   appearance: none;
}

@media (prefers-reduced-motion: reduce) {
   .form-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none;
   }
}

.form-range::-webkit-slider-thumb:active {
   background-color: #fff;
}

.form-range::-webkit-slider-runnable-track {
   width: 100%;
   height: 0.2rem;
   color: transparent;
   cursor: pointer;
   background-color: #DFDFDF;
   border-color: transparent;
   border-radius: 1rem;
}

.form-range::-moz-range-thumb {
   width: 1rem;
   height: 1rem;
   background-color: #fff;
   border: 2px solid #BFBFBF;
   border-radius: 1rem;
   -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -moz-appearance: none;
   appearance: none;
}

@media (prefers-reduced-motion: reduce) {
   .form-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none;
   }
}

.form-range::-moz-range-thumb:active {
   background-color: #fff;
   border-color: #7E1891;
}

.form-range::-moz-range-track {
   width: 100%;
   height: 0.2rem;
   color: transparent;
   cursor: pointer;
   background-color: #DFDFDF;
   border-color: transparent;
   border-radius: 1rem;
}

.form-range:disabled {
   pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
   background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
   background-color: #adb5bd;
}



.price-range .container{
    position: relative;
    width: 100%;
    height: 22px;
    padding: 0;

}
.price-range input[type="range"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 3px;
    background-color: transparent;
    pointer-events: none;
    font-size: 10px !important;

}
.price-range .slider-track{
    width: 100%;
    height: 5px;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;

}
.price-range .values div {
  font-size: 10px !important;
  color: #3a3a3a;
  direction: rtl;
}
.price-range input[type="range"]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 5px;
}
.price-range input[type="range"]::-moz-range-track{
    -moz-appearance: none;
    height: 5px;
}
.price-range input[type="range"]::-ms-track{
    appearance: none;
    height: 5px;
}
.price-range input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #911818;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}
.price-range input[type="range"]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #911818;
    pointer-events: auto;
}
.price-range input[type="range"]::-ms-thumb{
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #911818;
    pointer-events: auto;
}


/*Messages*/
.message-box {
    top: 40px;
    right: 50%;
    transform: translate(50%, 0);
    z-index: 1200;
}
.message-box p {
    background-color: #1c1c1c;
}

.product-info-size:checked+label {
    border-color: #911818;
    border-width: 2px;
    color: #911818;
}

.product-color .list-color-product.selected {
    border-color: #911818;
    border-width: 2px;
}

.chat-widget {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 320px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 10px;
    animation: fadeIn 0.3s ease-in-out;
    z-index: 1002;
}
.chat-header {
    background: #00a884;
    color: white;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.chat-links {
    padding: 10px;
}
.chat-links a {
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 5px 0;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}
.chat-links a img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.whatsapp { background: #25D366; }
.telegram { background: #0088cc; }
.instagram { background: #E1306C; }
.chat-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #00a884;
    color: white;
    padding: 12px 16px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    z-index: 1001;
}
.chat-button img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
