/** Shopify CDN: Minification failed

Line 204:41 Expected identifier but found "{"
Line 217:0 Expected "}" to go with "{"

**/
.delivery-txt-message{
  background-color: rgb(0, 128, 0);
  padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #fff;
    border-radius: 5px;
}

.product-dimensions {
    display: flex;
    font-size: 12px;

}

.product-dimensions .dimension {
    align-items: flex-end;
    display: flex;
    flex-wrap: nowrap;
    margin-right: .8rem;
    margin: 1rem 0;
}

.product-dimensions .dimension svg {
    height: 2.5rem;
    margin-right: .5rem;
    width: 2.5  rem;
}

.product-dimensions .dimension__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: .8rem;
}

.product-dimensions .dimension__content span
 {
    height: 14px;
}

.product-dimensions .dimension__content__value {
    font-weight: 600;
}

.mobile-image-dots {display: none;}

@media (max-width: 767px) {
a.fast-delivary {padding-right: 8px;}

div#spur-chat-widget div#spur-container {bottom: 70px;}
.buy-shop-from {
    bottom: 140px !important;
    z-index: 999;
}

.emi-mobile .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
   margin-left:-5px; 
   margin-right:-5px;
   

}


.emi-mobile .owl-carousel .owl-nav .owl-prev span,
.emi-mobile .owl-carousel .owl-nav .owl-next span{display:none}
.emi-mobile .owl-carousel .owl-nav .owl-prev,
.emi-mobile .owl-carousel .owl-nav .owl-next {
  background: #fa4d4d !important;
  font-size: 16px;
  border-radius: 5px;
  width: 24px !important;
  height: 24px !important;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px; /* minimal side margin */
  display:none
}

.emi-mobile .owl-carousel .owl-nav .owl-prev:before,
.emi-mobile .owl-carousel .owl-nav .owl-next:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
}

.emi-mobile .owl-carousel .owl-nav .owl-prev:before {
  transform: rotate(135deg); /* Left arrow */
}

.emi-mobile .owl-carousel .owl-nav .owl-next:before {
  transform: rotate(-45deg); /* Right arrow */
}



.emi-mobile .owl-carousel .collection_img_title_inner .single_collection .img_inner img{border-radius:10% !important;}



  .emi-mobile .owl-carousel .owl-nav .owl-prev:before,
  .emi-mobile .owl-carousel .owl-nav .owl-next:before {
    width: 8px;
    height: 8px;
    border-width: 1.5px;
  }

  .emi-mobile .owl-carousel .owl-nav {
    top:50%;
}

.custom-owl-slider-arrow button.owl-next svg, .custom-owl-slider-arrow button.owl-prev svg{
    width: 34px;
    height: 34px;
}

@media screen and (max-width: 749px) {

  .product_img_btn_inner {
  position: relative;
}

  .product__grid .grid__item .secound_img{display: block !important;}

/* Make the image container horizontally scrollable */
.img_inner {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  position: relative;
  width: 100%;
}

.img_inner img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  scroll-snap-align: start;
  pointer-events: none;
}

/* Hide scrollbar */
.img_inner::-webkit-scrollbar {
  display: none;
}

/* Style the dots container */
.mobile-image-dots.product_img_dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}

/* Style each dot */
.mobile-image-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  transition: background 0.3s ease;
}

/* Active dot */
.mobile-image-dots span.active {
  background: #000;
}


.emi-mobile .owl-carousel .owl-stage-outer{padding: 2px 0px 2px 1px;}
.product-type-data.ship_block.emi-mobile .common_block {
  width: 97% !important;
}
}

.ZipCodeRestrict .estimation_msg.message.{ display: none !important;}



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  height: 36px !important;
  width: 38px !important;
}

.owl-carousel .owl-nav button.owl-next svg, .owl-carousel .owl-nav button.owl-prev svg {
width: 28px;
height: 28px;
}
