.min-w-auto {
  min-width: auto;
}

.\!min-w-auto {
  min-width: auto !important;
}

.w-32 {
  width: 2rem;
}

.w-62 {
  width: 3.875rem;
}

.w-70 {
  width: 4.375rem;
}

.w-max-content {
  width: max-content;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-3 {
  width: 1rem;
  height: 1rem;
}

.categories-item .icon-category,
.sub-nav-link .icon-category {
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0.85;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.buttons {
  margin: 10%;
  text-align: center;
}

.btn-hover {
  width: max-content;
  padding-inline: 1.5rem;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  line-height: 3.2;

  border-radius: 50px;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}
.btn-hover.color-11 {
  background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.grid-col-2-auto {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.btn-custom-hover:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.product-quantity:hover button {
  color: #3dab25 !important;
}

.product-quantity:hover input {
  border-color: #3dab25 !important;
}

.btn-icon {
  padding-block: 0.125rem;
  padding-inline: 2rem;
  border: 0.125rem solid #ccc;
  border-radius: 2rem;
  transition: all 0.3s ease;
  background: none;
  cursor: pointer;
  color: #363636;
  position: relative;
}

.btn-icon.product-added {
  background: #44d124;
  color: #fff !important;
  border-color: #44d124;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}
.btn-icon svg {
  transition: all 0.3s ease;
}
.btn-icon svg.visibility-hidden {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  opacity: 0;
}
.product-added svg {
  position: relative;
  transform: translate(40%, 0);
}
.product-added svg.visibility-hidden {
  visibility: visible !important;
  transform: translate(-110%, -50%) scale(1);
  opacity: 1;
}

.btn-icon:hover {
  background: #44d124;
  color: #fff !important;
  border-color: #44d124;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.card-product:hover .btn-icon{
  transform: translateY(-0.25rem);
  box-shadow: 0 5px 15px rgba(14, 255, 26, 0.3);
}

.collection-position-2:hover .sub-category {
  opacity: 1;
  visibility: visible;
  transform: translateY(-3.35rem);
}

.collection-circle .img-style {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.sub-category {
  position: absolute;
  z-index: 1;
  padding: 0.5rem;
  width: 100%;
  top: 100%;
  left: 0;
  transform: translateY(-4rem);
  transition: all 0.3s ease;
  padding-inline: 1.25rem;
  opacity: 0;
  visibility: hidden;
}

.sub-category__wrap {
  padding-top: 2.5rem;
  padding-inline: 1.25rem;
  background: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.sub-category li {
  border-bottom: 1px solid #e0e0e0;
}

.sub-category li:last-child {
  border-bottom: none;
}

.sub-category a {
  display: block;
  padding-block: 0.5rem;
}

.collection-position-2 .text {
  font-size: 1rem;
}
.collection-position-2 .cls-btn {
  white-space: normal;
}
.collection-position-2 .cls-btn .text {
  text-overflow: unset;
  overflow: unset;
  width: auto;
  white-space: normal;
  line-height: 1.2;
  text-align: left;
}
.quantity-input {
  padding-right: 0.25rem !important;
}

.order-details {
  display: none;
}

.size-2 {
  width: 1rem;
  height: 1rem;
}

.badge-hover.active,
.badge-hover:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  background-color: #3dab25 !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.badge-hover svg {
  transition: all 0.3s ease;
}

.badge-hover.active svg {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .wd-form-order .order-head {
    flex-wrap: wrap;
  }
}

.page-title{
  padding: 0 0 1.25rem 0;
}

.page-title {
  background: none;
}

.wrapper-category-description{
  padding: 1.5rem 0;
}

.page-title h1{
  font-size: 1.5rem;
  font-weight: 600;
}

.badge {
  border-radius: 0px;
}

.swiper-wrapper {
  padding-bottom: 10px;
}

.nav-sw.swiper-button-disabled {
    background-color: rgba(233, 233, 233, 0.2);
    color: rgba(0, 0, 0, 0.2);
    border-color: transparent;
    cursor: not-allowed;
}

.flat-collection-circle .nav-sw {
    top: 80px;
}

.tf-btn-default {
  font-size: 16px;
  letter-spacing: 0!important;
}

.text-caption-1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

footer .footer-menu .footer-menu_item,
footer .footer-infor p,
footer .footer-infor a:not(.footer-phone),
footer .footer-bottom-wrap p,
footer .footer-bottom-wrap a{
  color: var(--secondary-2);
}

.icon-mastercard {
  width: 50px!important;
  height: 50px!important;
}

.tf-payment {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tf-payment ul {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tf-payment ul img {
  width: 36px;
}

.tf-payment {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tf-payment ul {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tf-payment ul img {
  width: 36px;
}

/* Стили для иконок оплаты в футере */
.payment-wrap .icon-payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  padding: 4px;
}

.payment-wrap .icon-payment img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.collection-circle .collection-content .cls-title .text {
  font-size: 16px;
  line-height: 28px;
}

.tf-shop-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tf-control-sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.button-show-filter {
  border: none;
  text-decoration: underline;
}

.button-show-filter:hover {
  background-color: transparent!important;
  color: #000!important;
}

.filter-panel-item-toggle {
    border: 1px solid #000 !important;
    border-radius: 5px;
    padding: 8px 20px 8 20px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    display: flex
;
}

#additional-filters {
  display: none;
}

#additional-filters.show {
  display: flex !important;
  flex-wrap: wrap;
}

#additional-filters .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: block;
}

.price-range-dropdown {
position: absolute;
top: 110%;
left: 0;
min-width: 260px;
background: #fff;
border: 1px solid #bfcfe2;
border-radius: 16px;
box-shadow: 0 2px 16px 0 rgba(0,0,0,0.10);
z-index: 1000;
padding: 16px 16px 12px 16px;
}
.price-range-header {
font-weight: 600;
color: #1976d2;
font-size: 18px;
margin-bottom: 12px;
}
.price-range-body input[type="number"] {
width: 90px;
border-radius: 8px;
}

/* Product Cards for product-list */
.product-card {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  height: auto;
  position: relative;
  border-radius: 8px;
  margin-bottom: 16px;
}

.product-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Product Image Container */
.product-image-container {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}

.product-image {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
}

.product-image a {
  height: 100%;
}

.main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Badges */
.price-badge {
  position: absolute;
  top: 12px;
  right: 0px;
  background: #dc3545;
  color: white;
  padding: 1px 11px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}

/* Product Info */
.product-info {
  padding: 16px;
  position: relative;
}

.product-title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.4;
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Color Variants */
.color-variants {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.wrap-badge-block {
  top: 66px;
}

.color-option {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #ddd;
}

.color-option.active::after {
  content: '';
  position: absolute;
  inset: -2px;
  border: 2px solid #0066cc;
  border-radius: 50%;
}

.more-colors {
  font-size: 12px;
  color: #666;
  margin-left: 4px;
}

/* Quantity and Price Section */
.quantity-price-section {
  /* Стили для секции количества и цены */
}

.price-section {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: -5px;
  flex-direction: column;
}

.price-value {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.package-info {
  font-size: 12px;
  color: #666;
  text-align: right;
}

/* Quantity Controls */
.quantity-controls {
  margin-top: 16px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.product-card:hover .quantity-controls {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.quantity-selector {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  width: fit-content;
}

.qty-btn {
  background: #f8f9fa;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  color: #666;
  transition: background-color 0.3s ease;
}

.qty-btn:hover {
  background: #e9ecef;
}

.qty-input {
  border: none;
  width: 50px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  background: #fff;
}

.qty-input:focus {
  outline: none;
}

/* Add to Cart Button */
.add-to-cart-btn {
  width: 100%;
  background: #0066cc;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.add-to-cart-btn:hover {
  background: #0052a3;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .product-image {
    height: 180px;
    padding: 15px;
  }

  .product-title {
    font-size: 13px;
    height: 36px;
  }

  .price-value {
    font-size: 16px;
  }

  .wrap-filter {
    margin-top: 25px;
  }

  .tf-topbar {
    display: none !important;
  }
}

.wrap-price-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.favorite-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.favorite-btn:hover {
  transform: scale(1.1);
}

.favorite-btn:hover svg {
  fill: #dc3545 !important;
}

.brand-logo {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 100px;
  height: 100px;
  z-index: 9;
}

.button-filter .dropdown-toggle::after {
  display: none;
}

/* Deal Section Wrapper styles for compatibility */
.deal-section-wrapper .product-card {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  height: auto;
  position: relative;
}

.deal-section-wrapper .product-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.deal-section-wrapper .product-image-container {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}

.deal-section-wrapper .product-image {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
}

.deal-section-wrapper .main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.deal-section-wrapper .price-badge {
  position: absolute;
  top: 12px;
  right: 0px;
  background: #dc3545;
  color: white;
  padding: 1px 11px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}

.deal-section-wrapper .topseller-badge {
  position: absolute;
  bottom: 3px;
  right: 0px;
  background: #0066cc;
  color: white;
  padding: 0px 10px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.deal-section-wrapper .wishlist-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
  z-index: 2;
}

.deal-section-wrapper .wishlist-btn:hover {
  background: #fff;
  color: #dc3545;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.deal-section-wrapper .product-info {
  padding: 16px;
  position: relative;
}

.deal-section-wrapper .product-title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.deal-section-wrapper .color-variants {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.deal-section-wrapper .wrap-badge-block {
  top: 66px;
}

.deal-section-wrapper .color-option {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.deal-section-wrapper .color-option.active::after {
  content: '';
  position: absolute;
  inset: -2px;
  border: 2px solid #0066cc;
  border-radius: 50%;
}

.deal-section-wrapper .more-colors {
  font-size: 12px;
  color: #666;
  margin-left: 4px;
}

.deal-section-wrapper .quantity-price-section {
  /* Стили для секции количества и цены */
}

.deal-section-wrapper .vpe-info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #0066cc;
  margin-bottom: 8px;
}

.deal-section-wrapper .price-section {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: -5px;
}

.deal-section-wrapper .price-label {
  font-size: 12px;
  color: #666;
}

.deal-section-wrapper .price-value {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.deal-section-wrapper .package-info {
  font-size: 12px;
  color: #666;
  text-align: right;
}

.deal-section-wrapper .quantity-controls {
  margin-top: 16px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.deal-section-wrapper .product-card:hover .quantity-controls {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.deal-section-wrapper .quantity-selector {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  width: fit-content;
}

.deal-section-wrapper .qty-btn {
  background: #f8f9fa;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  color: #666;
  transition: background-color 0.3s ease;
}

.deal-section-wrapper .qty-btn:hover {
  background: #e9ecef;
}

.deal-section-wrapper .qty-input {
  border: none;
  width: 50px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  background: #fff;
}

.deal-section-wrapper .qty-input:focus {
  outline: none;
}

.deal-section-wrapper .add-to-cart-btn {
  width: 100%;
  background: #0066cc;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.deal-section-wrapper .add-to-cart-btn:hover {
  background: #0052a3;
}

@media (max-width: 768px) {

  .deal-section-wrapper .product-title {
    font-size: 13px;
  }

  .deal-section-wrapper .price-value {
    font-size: 16px;
  }

  .topbar-menu {
    display: none;
  }

  #header .wrapper-header{
    display: flex !important;
    justify-content: space-between !important;
  }

  #header .wrapper-header .logo{
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
}

@media (min-width: 992px) {
  .deal-section-wrapper .sw-dots:not(.swiper-pagination-lock) {
    margin-top: 0px!important;
    display: none!important;
  }
}

.deal-section-wrapper .wrap-price-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.deal-section-wrapper .favorite-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 5px;
  border-radius: 4px;
}

.deal-section-wrapper .favorite-btn:hover {
  transform: scale(1.1);
}

.deal-section-wrapper .favorite-btn:hover svg {
  fill: #dc3545 !important;
}

.deal-section-wrapper .brand-logo {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 100px;
  height: 100px;
}

/* --- Buy Controls (quantity + cart) --- */
.buy-controls {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 12px;
}
.quantity-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #3390ec;
  border-radius: 8px;
  background: #fff;
  min-width: 64px;
  width: 64px;
  height: 64px;
  position: relative;
  padding: 0;
  margin-top: 18px;
  margin-bottom: 18px;
}
.quantity-selector input[type="number"] {
  border: none;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  height: 32px;
  outline: none;
  background: transparent;
  color: #0a1a4f;
  font-weight: 500;
  padding: 0;
  z-index: 1;
}
.quantity-selector .arrow-up {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  width: 100%;
  height: 16px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.quantity-selector .arrow-down {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 100%;
  height: 16px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.quantity-selector .arrow-up svg,
.quantity-selector .arrow-down svg {
  display: block;
}
.add-to-cart-btn {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #3390ec;
  border-radius: 8px;
  background: #fff;
  transition: background 0.2s;
  padding: 0;
}
.add-to-cart-btn svg {
  width: 32px;
  height: 32px;
  color: #3390ec;
}
.add-to-cart-btn:hover {
  background: #e6f2fd;
}
.custom-add-to-cart {
  /* Стили для кастомной кнопки добавления в корзину */
}
.custom-add-to-cart input[type=number]{
  line-height: 17px;
  width: 55px;
}

.custom-add-to-cart .btn-icon {
  padding-block: 0.3rem;
    width: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-add-to-cart .plus-btn{
  position: relative;
    top: 10px;
}

.custom-add-to-cart .minus-btn{
  position: relative;
  top: -10px;
}

.custom-add-to-cart .btn-custom-hover:hover {
  box-shadow: none !important;
}

.custom-add-to-cart .product-quantity:hover input {
  border-color: none !important;
}

.custom-add-to-cart .size-6 {
  width: 1.2rem;
  height: 1.2rem;
}

#additional-filters.row {
  display: flex;
  flex-wrap: wrap;
}
#additional-filters .col-4, #additional-filters .col-3 {
  display: block;
}

/* --- Custom Tabs (Product Single) --- */
.custom-tabs {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  background: white;
  margin-bottom: 0;
}
.custom-tabs .tab {
  background: #f5f5f5;
  border: none;
  border-bottom: 2px solid transparent;
  color: #333;
  padding: 12px 28px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
  position: relative;
  outline: none;
  margin-bottom: -1px;
  border-radius: 0;
  z-index: 1;
  border-right: 5px solid white;
    border-bottom: 5px solid white;
}

.custom-tabs .tab.active {
  background: #fff;
  border-bottom: 2px solid #ebebeb;
  color: #222;
  z-index: 2;
  background: #ebebeb;
}
.custom-tabs .tab:not(.active):hover {
  background: #e0e0e0;
}
.tab-badge {
  background: #bdbdbd;
  color: #fff;
  border-radius: 12px;
  font-size: 0.9em;
  padding: 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
}
.tab-icon {
  width: 18px;
  height: 18px;
  fill: #888;
  vertical-align: middle;
  margin-left: 4px;
}
.custom-tab-content {
  background: #ebebeb;
  padding: 24px 32px;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
.tab-content-inner { display: none; }
.tab-content-inner.active { display: block; }

.header-search-bar {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px;
}
.search-form {
  width: 100%;
  display: flex;
}
.search-input {
  flex: 1 1 0%;
  height: 44px;
  border: 1.5px solid #bdbdbd;
  border-right: none;
  border-radius: 0;
  font-size: 1.1rem;
  padding: 0 16px;
  background: #fff;
  color: #222;
  outline: none;
  transition: border 0.2s;
}
.search-input:focus {
  border-color: #222;
}
.search-btn {
  height: 44px;
  background: #111;
  color: #fff;
  border: 1.5px solid #111;
  border-radius: 0;
  padding: 0 32px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.search-btn:hover {
  background: #333;
  border-color: #333;
}

@media (max-width: 991.98px) {
  .header-search-bar {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header-search-bar {
    width: 100%;
    margin: 0 auto;
  }
  .search-form {
    width: 100%;
    display: flex;
  }
  .search-input {
    flex: 1 1 0%;
    height: 44px;
    border: 1.5px solid #bdbdbd;
    border-right: none;
    border-radius: 0;
    font-size: 1.1rem;
    padding: 0 16px;
    background: #fff;
    color: #222;
    outline: none;
    transition: border 0.2s;
  }
  .search-input:focus {
    border-color: #222;
  }
  .search-btn {
    height: 44px;
    background: #111;
    color: #fff;
    border: 1.5px solid #111;
    border-radius: 0;
    padding: 0 32px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
  }
  .search-btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
  }
}

.wrapper-header-left {
    gap: 1.5rem !important;
}

.wrapper-header-left a,
.wrapper-header-right a {
    line-height: 1;
}

/* --- Main horizontal menu styles --- */
.main-nav {
  position: relative;
  z-index: 100;
}
.main-menu {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item {
  position: relative;
}
.menu-item > a {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
  border-radius: 8px 8px 0 0;
}
.menu-item > a:hover,
.menu-item.active > a {
  color: #fff;
  background: #0066cc;
}
.has-submenu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  min-width: 100%;
  max-width: 100vw;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  border-radius: 0 0 12px 12px;
  padding: 2rem 4vw 2rem 4vw;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
.menu-item.has-submenu:hover > .submenu,
.menu-item.has-submenu:focus-within > .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.submenu li {
  margin-bottom: 0.75rem;
}
.submenu li:last-child {
  margin-bottom: 0;
}
.submenu a {
  color: #222;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}
.submenu a:hover {
  color: #0066cc;
}

@media (max-width: 991.98px) {
  .main-menu {
    flex-direction: column;
    gap: 0;
  }
  .menu-item > a {
    padding: 1rem;
    border-radius: 0;
  }
  .has-submenu .submenu {
    position: static;
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
    box-shadow: none;
    border-radius: 0 0 12px 12px;
    padding: 1rem 1rem;
  }
}

.header-style-4 .main-header .wrapper-header {
  padding-bottom: 15px;
}

.header-default .main-header .wrapper-header {
  min-height: auto;
  padding-top: 3px;
  padding-bottom: 5px;
}

/* --- Pragma Unique Mega Menu --- */
.pragma-mega-nav {
  width: 100%;
  background: #fff;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border-radius: 0 0 18px 18px; */
  position: relative;
}

.pragma-menu-item:hover > a, .pragma-menu-item.active > a {
  background: none !important;
  color: #222 !important;
  box-shadow: none !important ;
  font-weight: 600 !important;
}

.pragma-mega-menu {
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0 2vw;
  height: 64px;
  align-items: center;
}
.pragma-menu-item {
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
}

  .pragma-menu-item > a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.pragma-menu-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
}

.pragma-menu-item > a:hover,
.pragma-menu-item:hover > a,
.pragma-menu-item.active > a {
  background: #e6f2fd;
  color: #0066cc;
  box-shadow: 0 4px 16px rgba(0,102,204,0.08);
}
.pragma-mega-dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 60vw;
  min-width: 100%;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 2.5rem 4vw 2.5rem 4vw;
  transition: opacity 0.25s cubic-bezier(.4,0,.2,1), visibility 0.25s;
  z-index: 200;
}
.pragma-menu-item:hover > .pragma-mega-dropdown,
.pragma-menu-item:focus-within > .pragma-mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pragma-mega-grid {
  display: flex;
  gap: 4vw;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pragma-mega-grid p {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background-color: none
}

.pragma-mega-grid > div {
  min-width: 180px;
  max-width: 260px;
}
.pragma-mega-grid h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0066cc;
}
.pragma-mega-grid a {
  display: block;
  color: #222;
  font-size: 14px;
  padding: 0.3rem 0;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.18s, color 0.18s;
}
.pragma-mega-grid a:hover {
  background: none;
  color: #222;
  font-weight: 600;
}

.pragma-mega-nav ul li p{
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .pragma-mega-menu {
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 0 1vw;
  }
  .pragma-menu-item {
    height: auto;
  }
  .pragma-menu-item > a {
    padding: 1rem 1.5rem;
    border-radius: 12px;
  }
  .pragma-mega-dropdown {
    position: static;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    border-radius: 0 0 18px 18px;
    padding: 1.5rem 1vw;
  }
  .pragma-mega-grid {
    flex-direction: column;
    gap: 2vw;
  }
}

.language-selector {
  position: relative;
  cursor: pointer;
}

.language-trigger {
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.language-trigger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.flag-icon {
  width: 27px;
  height: 27px;
  object-fit: cover;
  border-radius: 2px;
  margin-right: 5px;
}

.language-code {
  font-weight: 500;
  font-size: 18px;
}

.dropdown-arrow {
  transition: transform 0.2s ease;
}

.language-selector:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-width: 105px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 1000;
  margin-top: 4px;
}

.language-selector:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-option {
  list-style: none;
}

.language-option a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  text-decoration: none;
  color: #374151;
  transition: background-color 0.2s ease;
  border-radius: 4px;
  margin: 2px;
}

.language-option a:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}

.language-option:first-child a {
  border-radius: 6px 6px 4px 4px;
}

.language-option:last-child a {
  border-radius: 4px 4px 6px 6px;
}

.language-option:only-child a {
  border-radius: 6px;
}

.real-prices{
  position: absolute;
  top: 42px;
  background: red;
  color: white;
  line-height: 1;
  font-size: 14px;
  padding: 1px;
}

.logo {
  width: 144px;
}

@media (max-width: 768px) {

/* Variants Table Styles */
.variants-table-container-wrapper{
  width: 100%;
}
.variants-table-wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.variants-filters {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.variants-filters .form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.variants-filters .form-select {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.variants-filters .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.variants-table {
    margin: 0;
    border: none;
}

.variants-table thead th {
    background: #f8f9fa;
    border: none;
    padding: 15px 12px;
    font-weight: 600;
    color: #495057;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.variants-table thead th:hover {
    background: #e9ecef;
}

.variants-table thead th.sortable {
    cursor: pointer;
}

.variants-table thead th.sortable:hover {
    background: #e9ecef;
}

.variants-table thead th i {
    margin-left: 5px;
    font-size: 12px;
    transition: color 0.2s ease;
}

.variants-table tbody tr {
    transition: background-color 0.2s ease;
}

.variants-table tbody tr:hover {
    background-color: #f8f9fa;
}

.variants-table tbody td {
    padding: 12px;
    border: none;
    border-bottom: 1px solid #f1f3f4;
    vertical-align: middle;
    font-size: 14px;
}

.variants-table tbody td:first-child {
    font-weight: 600;
    color: #007bff;
}

.colour-indicator {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.badge {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 12px;
}

.badge.bg-secondary {
    background-color: #6c757d !important;
}

/* Pagination Styles */
.pagination {
    margin: 20px 0 0 0;
}

.pagination .page-link {
    border: 1px solid #dee2e6;
    color: #007bff;
    padding: 8px 12px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.pagination .page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0056b3;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}

/* Empty State */
.variants-table tbody .text-center {
    padding: 40px 20px;
}

.variants-table tbody .text-muted i {
    opacity: 0.5;
}

/* Loading State */
.variants-table-loading {
    text-align: center;
    padding: 40px 20px;
}

.variants-table-loading .spinner-border {
    width: 2rem;
    height: 2rem;
}

/* Animation for table rows */
.variants-table tbody tr {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Filter button styles */
.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
    transition: all 0.2s ease;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

/* Table responsive wrapper */
.table-responsive {
    border-radius: 0 0 8px 8px;
}

/* Custom scrollbar for table */
.table-responsive::-webkit-scrollbar {
    height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Responsive Design for Variants Table */
@media (max-width: 768px) {
    .variants-filters .row > div {
        margin-bottom: 15px;
    }

    .variants-table-wrapper {
        border-radius: 0;
        box-shadow: none;
    }

    .variants-table thead th {
        padding: 10px 8px;
        font-size: 12px;
    }

    .variants-table tbody td {
        padding: 8px;
        font-size: 13px;
    }

    .colour-indicator {
        width: 12px;
        height: 12px;
        margin-right: 6px;
    }

    .badge {
        font-size: 11px;
        padding: 3px 6px;
    }
  }
  .real-prices {
    position: absolute;
    top: 140px;
    right: 6px;
    background: red;
    color: white;
    line-height: 1;
    font-size: 14px;
    padding: 1px;
  }
}

.main_menu_wrapper {
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}
.main_menu_wrapper > li {
  flex-shrink: 1 !important;
  flex-basis: 0 !important;
  flex-grow: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: stretch !important;
}
.main_menu_wrapper > li > a {
  white-space: normal !important;
  word-break: break-word !important;
  line-height: 14px !important;
  text-align: center !important;
  padding: 3px 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  width: 100% !important;
  font-size: 13px !important;
}
.main_menu_wrapper > li > a .category-icon {
  flex-shrink: 0 !important;
  width: 22px !important;
  height: 22px !important;
}
.main_menu_wrapper > li > a i.fa-angle-down {
  display: none !important;
}

@media (max-width: 768px) {
  #mobileMenu .mb-other-content{
    padding-bottom: 20px;
  }

  .filter-category-wrapper .col-6{
    padding: 0 2px !important;
  }

  textarea, input[type=number]{
      padding: 9px 5px;
  }

  #shoppingCart{
    z-index: 99999 !important;
  }

  .swiper-vertical>.swiper-wrapper {
    flex-direction: row !important;
  }

  .page-title h1 {
    font-size: 1.25rem;
    line-height: 1.8rem;
    white-space: normal;
  }

  .tf-product-info-wrap h3 {
    font-size: 1.25rem!important;
    line-height: 1.25rem!important;
    white-space: normal;
  }

  .tf-product-info-wrap{
    white-space: normal;
  }

  .wrap-checkout{
    display: flex;
    flex-direction: column-reverse;
  }

  .modal-content button {
    background-color: transparent;
    margin-left: 10px;
  }

  .mb-canvas-content button {
    background-color: transparent;
    margin-left: 10px;
  }

  .custom-tabs .tab,
  .custom-tab-content {
    padding-inline: 1rem;
  }

  .table-light {
    display: none;
  }

  td[data-label] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex-grow: 1;
  }

  td[data-label]::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 0.5rem;
    display: inline-block;
    color: #000;
  }

  .variants-table td[data-label] .btn-style-2 {
    width: 100%;
  }

  .tr-row {
    border-bottom: 1px solid #ebebeb;
  }

  .badge.bg-secondary {
    line-height: 1.5;
  }

}

input::-webkit-inner-spin-button {
  display: none;
  }

  textarea, input[type=number]{
    padding: 9px 5px;
}

.nav {
  background: var(--background-color);
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

.scroll-wrapper {
    overflow-x: auto;

    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;

    scrollbar-width: none;
    scrollbar-color: #888 transparent;
}

.scroll-wrapper:hover {
    scrollbar-width: thin;
}

.scroll-wrapper.dragging {
    cursor: grabbing;
}

.scroll-wrapper * {
    -webkit-user-drag: none;
}

.main_menu {
    padding-left: 0;
    padding-right: 0;
}

.main_menu_wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.main_menu_wrapper > li {
    flex-shrink: 0;
}

.main_menu > ul > li {
  display: inline-block;
  position: relative;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  font-size: 14px;
  color: #353535;
  padding: 2px 20px;
  display: block;
  font-weight: 400;
  line-height: 22px;
}

.main_menu .mega_menu_item > div a {
  padding-left: 0;
  font-weight: 600;
}

.main_menu > ul > li:first-child > a {
    padding-left: 15px;
}

.main_menu ul li:hover {
    background-color: #f1f1f1;
}

.main_menu ul li:hover > a,
.mega_menu_item h3:hover > a {
    color: #dc3545;
}

.main_menu ul li ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.main_menu ul li ul li a {
  list-style: none;
  padding: 2px 0;
  margin: 0;
  font-size: 14px;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background-color: #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
}
.mega_menu_item {
  width: 25%;
  padding: 8px 30px 0 15px;
  position: relative;
}

.mega_menu_item:last-child {
    padding-bottom: 15px;
}

.mega_menu_item li {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }


  .main_menu ul li a:hover {
    color: #dc3545 !important;
  }
}

.tf-product-media-thumbs .swiper-slide .item:hover:after {
    border-color: var(--main);
    cursor: pointer;
}

.tf-product-info-list ul.tf-product-info-sku {
    padding-bottom: 0;
    border-bottom: 0;
}

.filter-panel-item-toggle:hover {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}

.footer-address a:hover,
.footer-info li a:hover {
    color: #dc3545 !important;
}

.category-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.subcategory-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

.subsubcategory-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
}

.subsubsubcategory-icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: middle;
}

.sub_submenu {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;

  width: 100%;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 3px solid var(--hover-color, #007bff);
  padding: 10px 0;
  max-width: 100%;
}

.sub_submenu li {
  margin: 2px 0;
  position: relative;
}

.sub_submenu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px;
  color: #555;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 13px;
  background: transparent;
}

.sub_submenu li a:hover {
  background-color: #f8f9fa;
  color: var(--hover-color, #007bff);
  padding-left: 16px;
}

.sub_submenu li a i {
  font-size: 12px;
  color: #999;
  transition: transform 0.3s ease;
}

.sub_submenu li:hover a i {
  transform: translateX(3px);
}

.sub_sub_submenu {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 15px;
  display: none;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  position: static;
  width: auto;
  background: #e9ecef;
  border-radius: 6px;
  border-left: 3px solid var(--hover-color, #007bff);
  padding: 8px 0;
}

.sub_sub_submenu li {
  margin: 3px 0;
}

.sub_sub_submenu li a {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 12px;
  background: transparent;
}

.sub_sub_submenu li a:hover {
  background-color: #e3f2fd;
  color: var(--hover-color, #007bff);
  padding-left: 16px;
}

.has_sub_submenu:hover > .sub_sub_submenu {
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

.mega_menu_item h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-left: 2px;
}

.mega_menu_item h3 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  padding: 0!important;
  margin: 0!important;
  font-weight: 600!important;
}

.collection-circle.hover-img:hover a {
    border-color: var(--primary);
    color: var(--primary);
}

.flat-spacing-16-80 {
    padding-top: 16px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
    .logo-header {
        justify-content: left;
    }
}

@media only screen and (max-width: 991px) {
    .flat-spacing-16-80 {
        padding-bottom: 60px;
    }

    .my-account-wrap {
        flex-direction: column;
    }

    .wrap-sidebar-account {
        display: block;
    }

    .my-account-wrap .wrap-sidebar-account {
        width: 100%;
    }

    .sidebar-account .account-avatar .image {
        display: none;
    }

    .sidebar-account {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sidebar-account .account-avatar {
        margin-bottom: 20px;
    }

    .sidebar-account .my-account-nav .my-account-nav-item {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 768px) {
  .main_menu {
    display: none;
  }
}

@media (min-width: 1200px) {
    .footer .footer-menu {
        gap: 15px;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
  .mobile-menu,
  .d-xl-none {
    display: none;
  }
}

.width-76 {
  width: 76%;
  display: flex;
  flex-wrap: wrap;
}

.wrap-block-ps{
height: 65px;
}

.wrap-block-favorite{
  height: 45px;
}

.tf-product-media-main .item img,
.sidebar-checkout-content .item-product .img-product img {
    object-fit: contain;
}

.favorite-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.nav-wishlist {
  position: relative;
}

/* Убираем стрелки у инпута type=number в Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Убираем стрелки в Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.flat-spacing {
    padding-top: 40px;
}

.tf-product-info-list .tf-product-info-name h1 {
    word-break: break-word;
    font-size: 40px;
    line-height: 48px;
}

.link .svg-repeat path {
    fill: currentColor;
}

.tf-product-info-list ul.tf-product-info-sku li {
    align-items: start;
}

.span-variant-style {
    white-space: nowrap;
    line-height: 20px;
    text-transform: uppercase;
}

.variants-table th:nth-child(4), .variants-table td:nth-child(4) {
    width: 150px;
    min-width: 140px;
    max-width: 160px;
}

.variants-table th:last-child, .variants-table td:last-child {
    width: unset !important;
    min-width: unset !important;
    max-width: unset !important;
}

.link-back {
    color: var(--secondary-2);
    font-size: 18px;
}

.link-back:hover {
    color: #dc3545;
}

.text-warning {
    font-size: 14px;
    line-height: 1;
}

.standardContainer {
    z-index: 99 !important;
}

header {
    z-index: 100;
}

.tf-product-info-list .tf-product-info-name {
    margin-bottom: 0;
}

.tf-product-info-list .tf-product-info-choose-option {
    gap: 0;
}
.-mt-30px {
  margin-top: -30px;
}

.-mt-25px {
  margin-top: -25px;
}

.pt-15px {
  padding-top: 15px;
}

.catalog-page h2 {
  font-size: 1.5rem;
}

.pt-20px {
  padding-top: 20px;
}

.pb-20px {
  padding-bottom: 20px;
}

.max-width-280px {
  max-width: 280px;
}

@media (max-width: 768px) {
  .-mt-30px {
    margin-top: 0;
  }
  .-mt-25px {
    margin-top: 0;
  }
}

.hover-shadow {
  transition: all 0.3s ease;
}

.hover-shadow:hover {
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  background-color: transparent !important;
  color: #000 !important;
}

.cursor-pointer {
  cursor: pointer;
}

/* Checkout: delivery options block */
.wrap-delivery {
  margin-bottom: 1.5rem;
}

.delivery-options__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.delivery-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.delivery-option {
  border: 2px solid var(--line, #e1e5e9);
  border-radius: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.delivery-option:hover {
  border-color: #c5cbd3;
}

.delivery-option__label {
  display: flex;
  align-items: center;
  padding: 0.875rem 1rem;
  margin: 0;
  cursor: pointer;
  width: 100%;
}

.delivery-option__input {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 0.75rem 0 0;
  accent-color: var(--main, #007bff);
  cursor: pointer;
  flex-shrink: 0;
}

.delivery-option__text {
  font-weight: 500;
  color: #333;
  font-size: 0.9375rem;
}

/* Checkout: payment options block */
.wrap-payment {
  margin-bottom: 1.5rem;
}

.payment-options__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.payment-option {
  border: 2px solid var(--line, #e1e5e9);
  border-radius: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.payment-option:hover {
  border-color: #c5cbd3;
}

.payment-option__label {
  display: flex;
  align-items: center;
  padding: 0.875rem 1rem;
  margin: 0;
  cursor: pointer;
  width: 100%;
}

.payment-option__input {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 0.75rem 0 0;
  accent-color: var(--main, #007bff);
  cursor: pointer;
  flex-shrink: 0;
}

.payment-option__text {
  font-weight: 500;
  color: #333;
  font-size: 0.9375rem;
}

/* Checkout: person type radio buttons only */
.person-type-radio {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: var(--main, #007bff);
  cursor: pointer;
}

.tf-btn:hover{
  background-color: var(--main)!important;
  color: #000!important;
}

button.tf-btn.btn-fill:hover,
.tf-btn.btn-fill:hover {
  color: #000 !important;
}

button.tf-btn.btn-fill:hover span,
.tf-btn.btn-fill:hover span {
  color: #000 !important;
}

/* Кнопка OK в модальном окне контакта — чёрный текст при ховере */
#contact-success-modal button.tf-btn.btn-fill:hover,
#contact-success-modal button.tf-btn.btn-fill:hover * {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

/* Фильтр в категории: прилипает, когда «Сортировка по:» на уровне шапки */
.has-sticky-filter .sidebar {
  overflow: visible;
}
.has-sticky-filter .filter-layout-container {
  overflow: visible;
  width: 100%;
}
@media (min-width: 1025px) {
  .has-sticky-filter .filter-layout-container {
    position: -webkit-sticky;
    position: sticky;
    top: var(--sticky-filter-top, 120px);
    z-index: 40;
    max-height: calc(100vh - var(--sticky-filter-top, 120px) - 24px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
  }
  .has-sticky-filter .filter-layout-container::-webkit-scrollbar {
    width: 6px;
  }
  .has-sticky-filter .filter-layout-container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
  }
  .has-sticky-filter .filter-layout-container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .has-sticky-filter .filter-layout-container::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.35);
  }
}

.widget-facet .facet-color-box .color-item{
    gap: 20px;
}

.widget-facet .facet-title{
    font-size: 16px !important;
}

.best-deals{
    margin-top: 50px;
}

.tf-topbar.topbar-menu{
    padding: 6px 0;
}

@media (min-width: 768px) {
    .mega_menu_item ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #c5c5c5;
        transition: all .2s ease;
    }

    #header .box-right.text-secondary{
        width: 200px;
    }
}

.home-page h1{
    margin-top: 1rem;
}
