/* Custom overrides for Minnie 1992 dynamic pages */

.logo_container a {
  letter-spacing: 0.08em;
}

.top_nav_left,
.top_nav_menu li a,
.navbar_menu li a {
  text-transform: none;
}

.main_slider_content h1 {
  max-width: 580px;
}

.product-grid .product {
  min-height: 420px;
}

.product-grid .product_image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.product_name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
}

.product_category {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.add_to_cart_button a {
  text-transform: uppercase;
}

.single_product_thumbnails ul li img {
  height: 130px;
  object-fit: cover;
}

.single_product_thumbnails ul {
  max-height: 560px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
}

.single_product_pics .row {
  overflow: hidden;
}

.single_product_image {
  height: 560px;
}

.single_product_image_background {
  background-size: cover;
  background-position: center;
}

.product-image-stage {
  position: relative;
}

.product-image-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(17, 17, 17, 0.45);
  color: #fff;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-image-nav:hover {
  background: rgba(17, 17, 17, 0.75);
}

.product-image-nav.nav-prev {
  left: 12px;
}

.product-image-nav.nav-next {
  right: 12px;
}

.product_meta_line {
  margin-bottom: 4px;
  font-size: 14px;
  color: #666;
}

.product_price {
  margin-top: 16px;
}

.quantity {
  margin-top: 24px;
}

.product-description-title {
  margin-bottom: 12px;
}

.product-description-box {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 16px 18px;
  background: #fff;
  color: #333;
  line-height: 1.8;
  margin-bottom: 18px;
}

.cart-breadcrumbs {
  width: 100%;
  min-height: 44px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 28px;
}

.cart-breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.cart-breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.cart-breadcrumbs ul li i {
  margin-right: 8px;
}

.footer_pages_block {
  background: #f40a6a;
  padding: 24px 0 8px;
}

.footer_pages_col {
  margin-bottom: 16px;
}

.footer_pages_col h5 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer_pages_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_pages_list li {
  margin-bottom: 8px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
  padding-bottom: 6px;
}

.footer_pages_list li a {
  color: rgba(255, 255, 255, 0.96);
  font-size: 20px;
  line-height: 1.45;
}

.footer_pages_list li a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .single_product_thumbnails ul {
    max-height: 110px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .single_product_thumbnails ul li {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    margin: 0 !important;
  }

  .product-image-nav {
    width: 34px;
    height: 34px;
  }

  .single_product_image {
    height: 420px;
  }

  .footer_pages_col h5 {
    font-size: 20px;
  }

  .footer_pages_list li a {
    font-size: 16px;
  }
}
