.fav-icons.closed {
  transform: rotate(180deg);
  transition: all ease-in 0.3s;
}

.fav-icons {
  transition: all ease-in 0.3s;
}

ul#autoWidth {
  padding-left: 0;
}

.dialog-message.dialog-lightbox-message::-webkit-scrollbar {
  visibility: hidden;
}
.slide-img {
  min-height: 100%;
}
.slide-img img {
  height: 100% !important;
}
p.error_message_cavecard_popup {
  color: red;
  background: white;
  border-radius: 6px;
  padding: 5px;
  margin-top: 5px;
}

/* Styles for the product container */
.product-container {
  display: grid;
  grid-gap: 10px;
  /* Space between grid items */
  padding: 0px !important;
}

/* Mobile view: 2 products per row */
@media (max-width: 767px) {
  .product-container {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on small screens */
  }
}

#elementor-popup-modal-3646
  #div#u_ebay_store
  .btndropdownproducts
  .product-item
  img {
  width: 100%;
  height: 100% !important;
  max-height: 230px !important;
  min-height: 100% !important;
  object-fit: cover;
}

/* Desktop view: 4 products per row */
@media (min-width: 768px) {
  .product-container {
    grid-template-columns: repeat(2, 1fr);
    /* 4 columns on medium screens and up */
  }
}
.box {
  /* max-width: 200px; */
  min-width: 100% !important;

  margin: 0px !important;
}
#popup_u_poshmark_store .box,
#u_ebay_store .box {
  margin: 0px !important;
}
section.elementor-section.elementor-inner-section.elementor-element.elementor-element-16c747c.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default
  .box {
  /* max-width: 200px; */
  min-width: 100% !important;

  margin: 0px !important;
  min-height: 100% !important;
}
/* Styles for each product */
.product-item {
  box-shadow: 1px 1px 10px rgba(34, 97, 142, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.product-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slide-img img {
  min-width: 100%;
}

.btndropdownproducts {
  background: none !important;
  padding: 0px;
}
.product-item {
  background: white;
}

@media (min-width: 514px) {
  /* .swiper-slide {
        max-width: 265px;
        margin: 0px 3px;
    } */

  /* div#u_cavecard_selling_stores .btndropdownproducts {
        max-height: fit-content !important;
        padding: 5px;
    } */

  .product-item .box {
    padding: 0px !important;
    margin: 0px !important;
    min-height: 100%;
  }
}

.detail-box {
  font-size: 14px;
  padding: 5px !important;
}

.row_yt {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.videoo {
  border-radius: 4px;
  overflow: hidden;
  /* border-radius: 12px; */
  margin-bottom: 5px;
}

.vid_thumbainl {
  border-radius: 12px;
}

.vid_thumbainl > a img {
  width: 100%;
  border-radius: 12px;
  height: auto;
  transition: transform 0.3s ease;
}

.vid_thumbainl:hover > a img {
  transform: scale(1.1);
}

.video_info {
  padding: 6px 8px;
  margin-top: 5px;
}

.video_info h3 {
  /* font-size: 16px; */
  margin-bottom: 5px;
}

.video_info h3 a {
  /* color: #0f0f0f; */
  text-decoration: none;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  overflow: hidden;
  display: block;
  max-height: 4.4rem;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  cursor: pointer;
}

/* Responsive Grid */
.colss {
  padding: 5px 8px;
  box-sizing: border-box;
}

.pop_youtube_video .colss {
  width: 100%;
}

.pop_youtube_video .video_info h3 a  {
    color: white;
}

/* #u_youtube_video  */
/* Modal Styles */

