:root {
  --container-padding: 20px;
  --header-height: 68px;
  --plyr-color-main: #000000;
  --plyr-audio-control-background-hover: #010101;
  --plyr-audio-control-color: #000;
}

.category-view {
    display: none;
}


.yorkup-header-bottom {
    position: relative;
    z-index: 1000;
    transition: all 0.3s ease;
}

.yorkup-header-bottom.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(-45deg, #131e2e, #282828, #101214, #101214);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.yorkup-header-bottom.sticky-active.visible {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.yorkup-header-placeholder {
    display: none;
    height: 0;
}

.yorkup-header-placeholder.active {
    display: block;
}

/* Modal overlay and positioning */
.modal-cart {
  position: fixed;
  font-family: "Montserrat";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-cart-overlay {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-cart .related-product-info {
  padding: 13px;
  background: #ffffff;
  border-top: 1px solid #eff3f3a8;
}

.modal-cart-overlay {
  width: 765px;
  font-family: "Exo 2", serif;
  max-height: max-content;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

/* Modal header */
.modal-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 20px;
  border-bottom: 1px solid #e0e0e0;
  background: #3b82f6;
  color: #ffffff;
  position: relative;
}

.modal-cart-lastheader {
  padding: 15px 0px 0px 25px;
  background: #eff3f3;
}

.modal-cart-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  z-index: 2;
}

.modal-cart-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #010101;
  background-blend-mode: overlay;
  opacity: 1;
  z-index: 1;
}

svg.star {
    width: 18px;
}

.review-rating {
    height: 20px;
}

.modal-cart-close {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background 0.3s ease;
  z-index: 2;
}
.modal-cart-close svg {
  transition: transform 0.3s ease;
  fill: #fff;
}

.modal-cart-close:hover svg {
  transform: rotate(90deg);
}

/* Modal content */
.modal-cart-content {
  padding: 0;
  display: flex;
  justify-content: center;
}

/* Cart items */
.modal-cart-items {
  padding: 9px 22px;
  overflow-y: auto;
  background: #f7f7f7;
  max-height: 32vh;
  width: 100%;
}

.modal-cart-item {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #eff3f3;
  background: #ffffff;
  padding: 14px 17px 14px 17px;
  position: relative;
  border-radius: 6px;
  margin-bottom: 5px;
  justify-content: flex-start;
  align-items: center;
}

.modal-cart-item:last-child {
  border-bottom: none;
}

/* Cart item image */
.cart-item-image {
  width: 82px;
  height: 82px;
  border-radius: 4px;
  overflow: hidden;
  background: #f8f9fa;
  background: #ffffff;
  border: 1px solid #eff3f3a8;
  padding: 10px;
  transition: 0.3s;
}

.cart-item-image:hover {
  scale: 1.04;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Cart item details */
.cart-item-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 285px;
  min-width: 285px;
}

.cart-item-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.cart-item-name a {
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
  color: #191919;
}

.cart-item-name a:hover {
  color: #1420bd;
}

.cart-item-variations {
  margin-bottom: 8px;
}

.variation-item {
  display: block;
  font-size: 14px;
  display: none;
  color: #666666;
  margin-bottom: 4px;
}

.cart-item-sku {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #ababab;
}

/* Price and quantity section */
.cart-item-price-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  min-width: 120px;
}

.cart-item-price {
  color: #f44336;
  font-family: "Exo 2", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  min-width: 106px;
  display: flex;
  flex-direction: column;
}

/* Price styles */
.cart-item-price .old-price {
  display: flex;
  color: #5c5c5c;
  font-size: 10px;
  text-decoration: line-through;
  font-weight: 400;
  margin-bottom: -3px;
}

.cart-item-price .sale-price {
  font-size: 18px;
  color: #f44336;
  font-weight: 900;
  display: block;
  order: 2;
}

/* Quantity controls */
.cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 0px;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 0;
}

.quantity-btn {
  width: 30px;
  height: 30px;
  background: #eff3f3;
  border: 1px solid #eff3f3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  transition: all 0.3s ease;
}

.quantity-btn:hover {
  border-color: #1420bd;
  color: #1420bd;
}

.quantity-number {
  min-width: 32px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.cart-item-total {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Remove button */
.cart-item-remove {
  position: absolute;
  top: 40px;
  right: 10px;
  background: none;
  border: none;
  color: #545454;
  cursor: pointer;
  padding: 0;
  border-radius: 4px;
  transition: color 0.3s ease;
}

.cart-item-remove:hover {
  color: #dc3545;
}

/* Empty cart */
.modal-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  text-align: center;
  min-height: 400px;
}

.empty-cart-icon {
  margin-bottom: 24px;
  color: #ccc;
}

.modal-cart-empty h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #333333;
}

.modal-cart-empty p {
  font-size: 16px;
  color: #666666;
  margin: 0 0 32px 0;
}

.continue-shopping-btn {
  padding: 15px 24px;
  text-decoration: none;
  background: #3e9e42;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #ffff;
  transition: background 0.3s ease;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

a.continue-shopping-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shimmer 2s infinite;
}

.continue-shopping-btn:hover {
  background: #338d37;
}

/* Modal footer */
.modal-cart-footer {
  background: #eff3f3;
}

/* Related products section */
.related-products-section {
  padding: 24px;
  padding-top: 9px;
  border-bottom: 1px solid #e0e0e0;
}

.related-products-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 0px 0;
  color: #000000;
}

.modal-cart .related-product-name {
  font-size: 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  height: 28px;
}

.modal-cart .related-products-grid {
  gap: 10px;
}

.modal-cart .related-product-image {
  padding: 20px;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  margin: 0 auto;
  max-height: 118px;
  padding-top: 0;
  align-content: center;
  align-items: center;
}

.modal-cart .related-product-image img {
  width: 84px;
  object-fit: contain;
  height: 84px;
}

.modal-cart .related-product-price {
  font-size: 13px;
  display: flex;
  color: #f44336;
  font-family: "Exo 2", serif;
  font-weight: 900;
  flex-direction: column;
  justify-content: flex-end;
}

.modal-cart .related-product-price .old-price {
  \: 14px;
  display: flex;
  color: #5c5c5c;
  font-size: 10px;
  text-decoration: line-through;
  font-weight: 400;
  margin-bottom: -3px;
}

.modal-cart .related-product-price .sale-price {
  display: flex;
  order: 2;
  font-size: 14px;
  font-weight: 900;
  color: #f44336;
  margin-bottom: 2px;
}

.modal-cart .related-products-grid {
  margin-top: 10px;
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.single-product .wishlist-counter-display svg.wishlist-icon-svg {
  width: 15px;
  height: 15px;
  opacity: 0.4;
}

.wishlist-counter-display {
  font-size: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  font-family: "Unbounded";
  gap: 6px;
  font-weight: 300;
}

.related-product-item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid #e0e0e0;
}

.related-product-item:hover {
  transform: translateY(-2px);
}

.related-product-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.related-product-image {
  aspect-ratio: 1;
  overflow: hidden;
}

.related-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-product-info {
  padding: 12px;
}

.related-product-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
  color: #010101;
}

.related-product-price {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.related-product-btn {
  background: #3e9e42;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.related-product-btn:hover {
  background: #368c39;
}

/* Cart actions */
.modal-cart-actions {
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: stretch;
  padding-top: 14px;
}

.continue-shopping {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #1b1b1b;
  background: #00000000;
  color: #191919;
  border-radius: 4px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  min-width: 159px;
  text-align: center;
}

.remove-all-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
  color: #ababab;
  border-radius: 6px;
  text-decoration: none;
  font-size: 11px;
  min-width: 110px;
  text-align: center;
}

.continue-shopping:hover,
.remove-all-btn:hover {
  border-color: #3e9e42;
  color: #3e9e42;
}

.cart-total-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.cart-total-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #1a1a1a;
}
.checkout-btn:hover {
  background: #41a445;
}

.checkout-btn {
  background: #3e9e42;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  display: flex;
  min-width: 204px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 600;
  transition: background 0.3s ease;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.checkout-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* Animation for modal */
.modal-cart {
  animation: modalSlideIn 0.3s ease-out;
}
.cart-item-price-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.cart-item-price .price-label,
.cart-item-quantity .quantity-label {
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
  display: block;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 0px;
  background: #eff3f3;
  border-radius: 4px;
}

.cart-summary {
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
  width: 300px;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  font-size: 10px;
  color: #010101;
}

.cart-total-row {
  font-weight: bold;
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 1px;
  margin-top: 4px;
  color: #000;
}

.cart-action-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-cart-overlay {
  animation: fadeZoom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes fadeZoom {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Body lock when modal is open */
body.modal-open {
  overflow: hidden;
}

/* Cart notifications */
.cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 16px 24px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  z-index: 99999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  max-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-notification.show {
  transform: translateX(0);
}

.cart-notification-success {
  background: #28a745;
}

.cart-notification-error {
  background: #dc3545;
}

.cart-notification-info {
  background: #3b82f6;
}

/* Loading state */
.modal-cart-overlay.loading {
  position: relative;
}

.modal-cart-overlay.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-cart-overlay.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f5f5f5;
  border-top: 4px solid #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1001;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


span.summary-label {
    color: #010101;
}

/* Dark theme overrides */
body.dark-theme .modal-cart-overlay {
  background: #202020;
}

body.dark-theme .modal-cart .related-product-info {
  background: #1a1a1a;
}

body.dark-theme .modal-cart-header {
  border-bottom: #404040;
  background: #2a3b8e;
}

body.dark-theme .modal-cart-lastheader {
  background: #202020;
}

body.dark-theme .cart-item-image {
  background: #333333;
}

body.dark-theme .cart-item-name a {
  color: #ffffff;
}

body.dark-theme .cart-item-name a:hover {
  color: #1d2b6f;
}

body.dark-theme .variation-item {
  color: #a0a0a0;
}

body.dark-theme .cart-item-quantity {
  background: #333333;
}

body.dark-theme .quantity-btn {
  background: #404040;
  border: 1px solid #404040;
  color: #a0a0a0;
}

body.dark-theme .quantity-btn:hover {
  border-color: #1d2b6f;
  color: #1d2b6f;
}

body.dark-theme .quantity-number {
  color: #d0d0d0;
}

body.dark-theme .cart-item-total {
  color: #d0d0d0;
}

body.dark-theme .cart-item-remove:hover {
  color: #dc3545;
}

body.dark-theme .empty-cart-icon {
  color: #606060;
}

body.dark-theme .modal-cart-empty h3 {
  color: #e0e0e0;
}

body.dark-theme .modal-cart-empty p {
  color: #a0a0a0;
}

body.dark-theme .continue-shopping-btn {
  color: #191919;
}

body.dark-theme .modal-cart-footer {
  background: #202020;
}

body.dark-theme .related-product-item {
  background: #1a1a1a;
  border: 1px solid #404040;
}

body.dark-theme .related-product-name {
  color: #e0e0e0;
}

body.dark-theme .continue-shopping {
  color: #ffffff;
  border: 1px solid #606060;
}

body.dark-theme .remove-all-btn {
  color: #888888;
}

body.dark-theme .continue-shopping:hover,
body.dark-theme .remove-all-btn:hover {
  border-color: #1d2b6f;
  color: #1d2b6f;
}

body.dark-theme .cart-total-section {
  border-top: 1px solid #404040;
}

body.dark-theme .cart-total-price {
  color: #d0d0d0;
}

body.dark-theme .cart-item-price .price-label,
body.dark-theme .cart-item-quantity .quantity-label {
  color: #a0a0a0;
}

body.dark-theme .quantity-controls {
  background: #333333;
}

body.dark-theme .cart-total-row {
  border-top: 1px solid #2d2d2d;
}

body.dark-theme .cart-notification {
  color: #ffffff;
}

body.dark-theme .cart-notification-success {
  background: #28a745;
}

body.dark-theme .cart-notification-error {
  background: #dc3545;
}

body.dark-theme .cart-notification-info {
  background: #2a3b8e;
}

body.dark-theme .modal-cart-overlay.loading::after {
  border: 4px solid #2d2d2d;
  border-top: 4px solid #2a3b8e;
}

    .yorkup-fullscreen-catalog-v2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        display: flex;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }
    .yorkup-fullscreen-catalog-v2.active {
        opacity: 1;
        visibility: visible;
        display: flex!important;
    }
    

    .yorkup-sidebar-nav {
        width: 69px;
         transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
    }
    .yorkup-sidebar-nav.expanded {
        width: 320px;
    }
    
    .yorkup-sidebar-toggle {
        position: absolute;
        top: 50%;
        right: 1px;
        width: 30px;
        height: 60px;
        background: #ffffff;
        border-radius: 0 15px 15px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #000;
        font-size: 12px;
        transition: all 0.3s ease;
        z-index: 1;
        display: none!important;
    }
    .yorkup-sidebar-toggle:hover {
        background: #4a34eb;
        transform: translateX(3px);
    }
    
    .yorkup-sidebar-content {
        padding: 0;
        height: 100%;
        overflow-y: auto;
        background: linear-gradient(-45deg, #ececec, #ebebeb, #f1f1f1, #ffffff);
    }
    
    .yorkup-sidebar-title {
        color: #1b1b1b;
        font-size: 14px;
        font-weight: 600;
        display: none;
        text-align: center;
        margin-bottom: 20px;
        opacity: 0;
        transition: opacity 0.3s ease 0.1s;
    }
    .yorkup-sidebar-nav.expanded .yorkup-sidebar-title {
        opacity: 1;
    }
    
    .yorkup-sidebar-item {
        display: flex;
        align-items: center;
        padding: 12px 11px;
        color: #010101;
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        border-left: 3px solid transparent;
    }
    .yorkup-sidebar-item:hover {
        background: rgb(242 244 245);
        border-left-color: #3e9e42;
    }
    .yorkup-sidebar-item.active {
        background: #e5e5e5;
        border-left-color: #000000;
    }
    
    .yorkup-sidebar-item i {
        width: 20px;
        text-align: center;
        margin-right: 15px;
        transition: transform 0.3s ease;
    }
    .yorkup-sidebar-item .yorkup-sidebar-icon {
        width: 39px!important;
        background: linear-gradient(-45deg, #f6f6f6, #f2f2f2, #ececec, #f9f9f9);
        height: 39px;
        margin-right: 15px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 8px;
        color: white;
    }
    .yorkup-sidebar-nav.expanded .yorkup-sidebar-item .yorkup-sidebar-icon {
        margin-right: 15px;
    }
    .yorkup-sidebar-item .yorkup-sidebar-icon svg {
        width: 20px;
        height: 20px;
    }
    .yorkup-sidebar-item .yorkup-sidebar-icon i {
        font-size: 18px;
        color: white;
    }
    .yorkup-sidebar-item:hover .yorkup-sidebar-icon {
        transform: scale(1.05);
        background: #cfd4d8;
    }
    .yorkup-sidebar-item.active .yorkup-sidebar-icon {
        color: #000000;
    }
    .yorkup-sidebar-item.active .yorkup-sidebar-icon svg {
        fill: #d1d1d1;
    }
    .yorkup-sidebar-item.active .yorkup-sidebar-icon i {
        color: white;
    }
    .yorkup-sidebar-item:hover i,
    .yorkup-sidebar-item:hover .yorkup-sidebar-icon {
        transform: scale(1.1);
    }
    
    .yorkup-sidebar-item span {
        opacity: 1;
        overflow: hidden;
        white-space: nowrap;
        font-size: 14px;
        font-family: "Exo 2", serif;
        font-weight: 900;
        -webkit-transition: color 0.4s;
        -o-transition: color 0.4s;
        transition: color 0.4s;
        line-height: 18px;
        transition: color 0.3s ease;
        font-weight: 600;
        color: #272727;
    }
    .yorkup-sidebar-nav.expanded .yorkup-sidebar-item span {
        opacity: 1;
        width: auto;
    }
    .yorkup-sidebar-nav.expanded .yorkup-sidebar-item {
         padding: 8px 20px;
    }
    

    .yorkup-main-content {
        flex: 1;
        background: white;
        display: flex;
        flex-direction: column;
    }
    

    .yorkup-fullscreen-header {
        padding: 9px 20px;
        background: linear-gradient(-45deg, #131e2e, #282828, #131517, #1f1e1e);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #333;
    }
    
    .yorkup-header-left {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .yorkup-header-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .yorkup-back-btn {
        background: rgba(255, 255, 255, 0.1);
        border: none;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .yorkup-back-btn:hover {
        background: #3e9e42;
        transform: translateX(-2px);
    }
    
    .yorkup-current-category {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .yorkup-category-icon {
        animation: pulse 2s ease-in-out infinite;
    }
    @keyframes pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.05); }
    }
    
    .yorkup-category-title {
        color: white;
        font-size: 15px;
        font-family: "Exo 2", serif;
        font-weight: 900;
        -webkit-transition: color 0.4s;
        -o-transition: color 0.4s;
        transition: color 0.4s;
        line-height: 18px;
        transition: color 0.3s ease;
        font-weight: 700;
        margin: 0;
    }

.yorkup-category-icon svg {
    fill: #fff;
}
    
    .yorkup-fullscreen-close {
        background: transparent;
        border: none;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 18px;
        transition: all 0.3s ease;
    }
    .yorkup-fullscreen-close:hover {
        background: #3e9e42;
        transform: rotate(90deg);
        box-shadow: 0 6px 25px rgb(76 175 80 / 37%);
    }

    .yorkup-content-area {
        flex: 1;
        overflow-y: auto;
        padding: 20px 30px 20px 30px;
        background: linear-gradient(-45deg, #e9e7e7, #f0f0f0, #f1f1f1, #f8f8f8);
    }
    
    .yorkup-loading {
        text-align: center;
        color: #666;
        font-size: 18px;
        padding: 40px;
    }
    
 
    .yorkup-categories-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 25px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .yorkup-category-tile {
        border-radius: 16px;
        background: linear-gradient(-45deg, #f6f6f6, #f4f4f4, #ffffff, #f7f7f7);
        padding: 8px 32px 8px 32px;
        text-align: center;
        display: flex;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border: 1px solid transparent;
        position: relative;
        overflow: hidden;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.yorkup-subcat-column.one-item-yorkup {
    padding: 9px 20px 9px 20px;
}

.yorkup-tile-image-block {
    max-width: 95px;
    padding: 7px;
}

 .yorkup-category-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer 2s infinite;
    pointer-events: none;
    z-index: 11;
    opacity": 0";
    opacity: 0;
}

    .yorkup-category-tile:hover::before {
       opacity:1;
      animation: shimmer 2s infinite;
       z-index: 11;
    }

    
    .yorkup-category-tile:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }
    
    .yorkup-tile-icon {
        font-size: 48px;
        margin-bottom: 15px;
        transition: all 0.4s ease;
    }
    .yorkup-category-tile:hover .yorkup-tile-icon {
        transform: scale(1.1) rotateY(15deg);
    }
    .yorkup-tile-action {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    gap: 3px;
}
    .yorkup-tile-title {
        color: #333;
        margin: 0;
        margin-top: auto;
        font-size: 12px;
        text-transform: uppercase;
        font-family: "Exo 2", serif;
        font-weight: 800;
        -webkit-transition: color 0.4s;
        -o-transition: color 0.4s;
        margin-top: 7px;
        transition: color 0.4s;
        line-height: 18px;
        transition: color 0.3s ease;
        margin-bottom: 8px;
    }
    .yorkup-category-tile:hover .yorkup-tile-title {
        color: #3e9e42;
    }
    

    .yorkup-detail-view {
        animation: slideIn 0.4s ease-out;
    }
    @keyframes slideIn {
        from { opacity: 0; transform: translateX(30px); }
        to { opacity: 1; transform: translateX(0); }
    }
    
    .yorkup-subcategories-content {
        column-count: 4;
        column-gap: 25px;
        column-fill: balance;
    }
    
    .yorkup-subcat-column {
        break-inside: avoid;
        margin-bottom: 25px;
        background: #f7f7f7;
        border-radius: 12px;
        padding: 12px 20px 12px 20px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }
    .yorkup-subcat-column:hover {
        background: #fff;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }
    span.yorkup-subcat-icon use {
    fill: #222222;
}
    .yorkup-subcat-title {
        display: block;
        color: #010101;
        text-decoration: none;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 13px;
        text-transform: uppercase;
        font-family: "Exo 2", serif;
        font-weight: 700;
        display: flex;
        gap: 6px;
        -webkit-transition: color 0.4s;
        -o-transition: color 0.4s;
        transition: color 0.4s;
        transition: color 0.3s ease;
    }
    .yorkup-subcat-title:hover {
        color: #3e9e42;
    }
    
    .yorkup-subcat-item {
        display: block;
        padding: 4px 0;
        color: #505050;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
        transition: all 0.3s ease;
        border-radius: 4px;
        font-family: "Exo 2", serif;
    }
    .yorkup-subcat-item:hover {
        color: #3e9e42;
        padding-left: 8px;
        background: rgba(74, 52, 235, 0.05);
    }
    
    .yorkup-subcat-deep {
        display: block;
        padding: 3px 0 3px 12px;
        color: #888;
        text-decoration: none;
        font-size: 13px;
        font-weight: 300;
        transition: all 0.3s ease;
        border-radius: 4px;
    }
    .yorkup-subcat-deep:hover {
        color: #3e9e42;
        padding-left: 20px;
        background: rgba(74, 52, 235, 0.05);
    }
    

    body.yorkup-fullscreen-no-scroll {
        overflow: hidden;
        height: 100vh;
    }
  
    @media (max-width: 1024px) {
        .yorkup-subcategories-content { column-count: 3; }
        .yorkup-categories-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    }
    @media (max-width: 768px) {
        .yorkup-sidebar-nav { width: 50px; }
        .yorkup-sidebar-nav.expanded { width: 200px; }
        .yorkup-content-area { padding: 20px; }
        .yorkup-subcategories-content { column-count: 2; }
        .yorkup-categories-grid { 
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        .yorkup-category-tile { padding: 20px; }
        .yorkup-tile-icon { font-size: 40px; }
        .yorkup-tile-title { font-size: 16px; }
    }
    @media (max-width: 480px) {
        .yorkup-subcategories-content { column-count: 1; }
        .yorkup-categories-grid { grid-template-columns: 1fr; }
        .yorkup-sidebar-nav { display: none; }
        .yorkup-main-content { width: 100%; }
    }


.scrollbar {
  scrollbar-color: #000000 #d5e6f1;
  scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 12px;
}
.home .home-best-sellers {
  margin-bottom: 0!important;
}

.scrollbar::-webkit-scrollbar-track {
  background: #d5e6f1;
  border-radius: 12px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #050505;
  border-radius: 12px;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.h1 {
  font-weight: 700;
  font-size: 64px;
  color: #000;
}

.h2 {
  font-weight: 700;
  font-size: 56px;
  color: #000;
}

.h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.33;
  color: #000;
}

.ajax-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.h4 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.h5 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

/* base */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:after, *:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body {
 font-family: "Exo 2", serif;
  font-optical-sizing: auto;
  color: #010101;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  min-width: 375px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  padding-top: var(--header-height);
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

a:focus, a:active {
  outline: none;
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

input, button, select, textarea {
  color: #000;
  font: inherit;
  margin: 0;
}

input:focus, button:focus, select:focus, textarea:focus {
  outline: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
  pointer-events: none;
}

img {
  border: 0;
  max-width: 100%;
}

ul {
  list-style: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  position: relative;
}

.flex-row {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row-item {
  padding-left: 20px;
  padding-right: 20px;
}

use {
  fill: none;
}

.swiper-slide {
  height: auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  border: 0;
  background: #000;
  padding: 0 24px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-weight: 700;
  max-width: 100%;
  line-height: 1;
  border-radius: 6px;
  text-transform: uppercase;
}

.btn svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.btn > *:not(:last-child) {
  margin-right: 10px;
}

.btn:hover {
  background-color: #000;
}

.btn[disabled], .btn.disabled {
  color: #828282;
  background-color: #d9d9d9;
  cursor: not-allowed;
  margin-top: 20px;
}

.btn-gray {
  background-color: #d9d9d9;
  color: #000;
}

.btn-gray:hover {
  color: #000;
  background-color: #d9d9d9;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-white:hover {
  color: #000;
  background-color: #fff;
}

.btn-full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn-small {
  height: 56px;
}

.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-block svg, .icon-block img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.icon-block > *:not(:last-child) {
  margin-right: 8px;
}

.checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  line-height: 1;
}

.checkbox-label.active .checkbox-label-icon:before {
  opacity: 0;
}

.checkbox-label.active .checkbox-label-icon svg {
  opacity: 1;
}

.checkbox-label.active .checkbox-label-title {
  color: #000;
}

.checkbox-label-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  margin: 2px 10px 2px 2px;
  position: relative;
}

.checkbox-label-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: solid 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.checkbox-label-icon svg {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.checkbox-label-title {
  min-width: 1px;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.radio-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-size: 14px;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); body {
 font-family: "Exo 2", serif;
  margin: 0;
  padding: 0;
}

.yorkup-header {
  background-color: #f7f7f7;
  color: black;
  width: 100%;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 12px;
}

.yorkup-comment-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  min-width: 200px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: scale-up 0.5s;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  padding: 14px 10px 14px 10px;
}

.yorkup-comment-menu a {
  display: flex;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  text-decoration: none;
  color: black;
  gap: 7px;
  align-content: center;
}

.yorkup-comment-menu a:hover {
  background-color: #f1f1f1;
}

.yorkup-comment-menu a i {
  margin-right: 10px;
}

.yorkup-comment-dropdown:hover .yorkup-comment-menu {
  display: block;
  opacity: 1;
}

.yorkup_top_menu a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  margin: 10px;
  font-weight: 400;
}

.yorkup-header-bottom {
  background-color: #010101;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yorkup-menu-toggle {
  background: #191818;
  border: none;
  color: #ededed;
  padding: 12px 23px 12px 23px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.yorkup-menu-toggle i {
  margin-left: 5px;
}

.yorkup-vertical-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  color: black;
  width: 250px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.yorkup-vertical-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.yorkup-vertical-menu li {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: block;
}

.yorkup-vertical-menu li:hover > .yorkup-mega-menu {
  display: flex;
  opacity: 1;
  align-items: flex-start;
}

.yorkup-vertical-menu a {
  display: flex;
  align-items: center;
  padding: 5px;
  gap: 12px;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  color: black;
  align-content: center;
}

.yorkup-vertical-menu a:hover {
  background-color: transparent;
}

.yorkup-vertical-menu a img {
  margin-right: 10px;
}

.yorkup-mega-menu {
  column-count: 4;
  column-gap: 25px;
  position: absolute;
  height: max-content;
  min-height: 84vh;
  top: 0;
  left: 250px;
  width: calc(1250px - 250px);
  background-color: white;
  color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 8px 10px 5px 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.yorkup-mega-menu .yorkup-column {
  break-inside: avoid;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.yorkup-mega-menu .yorkup-category-title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1px;
}

.yorkup-column-row {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-content: flex-start; */
}

.yorkup-mega-menu .yorkup-column a {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  font-weight: 300;
  transition: 0.3s;
  text-decoration: none;
  color: black;
}

.yorkup-mega-menu .yorkup-column a:hover {
  color: #4a34eb;
}

.yorkup-mega-menu .yorkup-banner {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yorkup-mega-menu .yorkup-banner img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.yorkup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

button.no_border {
  border: none;
}

button.yorkup_enter {
  padding: 10px 20px 10px 20px;
  margin-left: 0;
  border: none;
  background: #1f1f1f;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
}

a.yorkup_lang {
  border-bottom: 1px solid;
  font-weight: 700;
}

.yorkup-vertical-menu.show + .yorkup-overlay {
  display: block;
}

.yorkup-mobile-footer {
  display: none;
}

@keyframes fade-in {
  0% {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

@keyframes scale-up {
  0% {
      opacity: 0;
      transform: scale(0);
  }

  to {
      opacity: 1;
      transform: scale(1);
  }
}

@keyframes scale-down {
  0% {
      opacity: 1;
      transform: scale(1);
  }

  to {
      opacity: 0;
      transform: scale(0);
  }
}

.radio-label.active .radio-label-icon {
  border-color: #000;
}

.radio-label.active .radio-label-icon:before {
  opacity: 1;
}

.radio-label-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  border: solid 1px #d9d9d9;
  border-radius: 50%;
  position: relative;
}

.radio-label-icon:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-color: #000;
}

.radio-label-title {
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkbox-input, .radio-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form-block {
  display: block;
  margin-bottom: 40px;
  position: relative;
}

.form-block:last-child {
  margin-bottom: 0;
}


.form-block-title {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}

.input-block {
  position: relative;
  display: block;
}

.input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #d9d9d9;
  background: #fff;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  caret-color: #000;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #000;
  line-height: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
}

.input:focus {
  border-color: rgba(5, 63, 105, 0.5);
}

.input.disabled {
  background-color: #d9d9d9;
}

.input:-webkit-autofill {
  -webkit-text-fill-color: #000;
  caret-color: #000;
  background-color: transparent;
  -webkit-transition: background-color 5000000s 0s;
  -o-transition: background-color 5000000s 0s;
  transition: background-color 5000000s 0s;
}

.input:-webkit-autofill::first-line {
 font-family: "Exo 2", serif;
  caret-color: #000;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.textarea {
  height: 84px;
  resize: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.select {
  position: relative;
}

.select.active {
  z-index: 99;
}

.select.active .select-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.select.active .select-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select.active .select-toggle {
  border-color: rgba(5, 63, 105, 0.5);
}

.select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 6px;
}

.select-toggle {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #d9d9d9;
  background: #fff;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  caret-color: #000;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #000;
  line-height: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  position: relative;
  z-index: 1;
}

.select-toggle:focus {
  border-color: rgba(5, 63, 105, 0.5);
}

.select-toggle.disabled {
  background-color: #d9d9d9;
}

.select-toggle:-webkit-autofill {
  -webkit-text-fill-color: #000;
  caret-color: #000;
  background-color: transparent;
  -webkit-transition: background-color 5000000s 0s;
  -o-transition: background-color 5000000s 0s;
  transition: background-color 5000000s 0s;
}

.select-toggle:-webkit-autofill::first-line {
 font-family: "Exo 2", serif;
  caret-color: #000;
}

.select-toggle:focus {
  border-color: #d9d9d9;
}

.select-value {
  min-width: 1px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-value:empty:before {
  content: attr(data-placeholder);
  color: rgba(0, 0, 0, 0.4);
}

.select-arrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.select-list {
  position: absolute;
  inset: 100% 0 auto 0;
  margin-top: 4px;
  z-index: 66;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 4px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 328px;
  border: solid 1px #d9d9d9;
}

.select-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4px;
}

.select-list li:last-child {
  margin-bottom: 0;
}

.select-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  min-height: 40px;
  color: inherit;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
}

.select-list a:hover {
  background-color: #f1f1f1;
  color: #000;
}

.select-list .active a {
  background-color: #f1f1f1;
  color: #000;
}

.tab-block {
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.tab-block:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 0;
}

.cover-img {
  position: relative;
}

.cover-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}

.fit-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fit-img picture, .fit-img img {
  display: block;
  max-height: 100%;
  object-fit: contain;
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}

.slider-dots:first-child {
  margin-top: 0;
}

.slider-dots:last-child {
  margin-bottom: 0;
}

.slider-dots span {
  margin: 0 8px 0 0 !important;
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 4px;
  opacity: 1;
  background-color: #f1f1f1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.slider-dots span:last-child {
  margin-right: 0 !important;
}

.slider-dots span.swiper-pagination-bullet-active {
  background-color: #000;
  width: 32px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  border: 0;
  z-index: 66;
}

.slider-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-arrow:hover {
  color: #454545;
}

.slider-arrow.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: auto;
}

.slider-arrow-prev {
  left: 0;
}

.slider-arrow-next {
  right: 0;
}

[type="number"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

::-webkit-outer-spin-button, ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

::-webkit-file-upload-button, ::file-selector-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.item-link {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.select-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  position: relative;
}

.select-number:hover .select-number-input {
  border-color: #000;
}

.select-number .input-block {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
}

.select-number-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 1;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: #000;
}

.select-number-btn:before, .select-number-btn:after {
  content: "";
  position: absolute;
  inset: 50% 2px auto;
  margin-top: -1px;
  height: 2px;
  background-color: currentColor;
}

.select-number-btn:hover {
  color: #000;
}

.select-number-btn-minus {
  left: 12px;
}

.select-number-btn-plus {
  right: 12px;
}

.select-number-btn-plus:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.select-number-input {
  padding: 0 28px;
  text-align: center;
  font-weight: 500;
}

.goverlay {
  background: none;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.goverlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}

.glightbox-mobile .goverlay, .goverlay {
  background: none;
}

.glightbox-container {
  height: auto;
  bottom: 0;
}

.gslide-description[style="max-width: 1440;"] {
  max-width: 1440px !important;
}

.gslide-title:last-child {
  margin-bottom: 0;
}

.glightbox-clean .gslide-title {
 font-family: "Exo 2", serif;
}

.glightbox-clean .gslide-media {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.link {
  color: inherit;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.link:hover {
  background-color: #f1f1f1;
}

.content-text {
  line-height: 1.5;
  display: grid;
  grid-gap: 20px;
}

.content-text ol {
  list-style: none;
  counter-reset: counter;
}

.content-text ol li {
  padding-left: 20px;
  position: relative;
  display: flow-root;
  margin-bottom: 8px;
}

.content-text ol li:last-child {
  margin-bottom: 0;
}

.content-text ol li:before {
  content: counters(counter, ".") "\002E";
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: counter;
  font-weight: 500;
}

.content-text ul li {
  position: relative;
  padding-left: 20px;
  display: flow-root;
  margin-bottom: 8px;
}

.content-text ul li:last-child {
  margin-bottom: 0;
}

.content-text ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  left: 8px;
  top: 0.66em;
  background-color: currentColor;
  border-radius: 50%;
  will-change: transform;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 666;
  background: -o-linear-gradient(bottom, #d9d9d9 1px, #fff 1px);
  background: linear-gradient(to top, #d9d9d9 1px, #fff 1px);
}

.header > .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  height: var(--header-height);
}

.header-nav-toggle {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  color: inherit;
}

.header-nav-toggle:before {
  content: "";
  position: absolute;
  inset: -8px;
}

.header-nav-toggle svg {
  display: block;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.header-nav-toggle svg:last-child {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.header-nav-toggle.active svg:first-child {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.header-nav-toggle.active svg:last-child {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.header-nav.sub-menu-is-open {
  overflow-y: hidden;
}

.header-nav.sub-menu-is-open .header-submenu-back-link {
  height: 60px;
}

.header-nav:not(.sub-menu-is-open) .header-submenu-back-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.header-menu .current-menu-item > a {
  color: rgba(0, 0, 0, 0.6);
}

.header-mobile-menu {
  padding: 6px 0;
}

.header-mobile-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px var(--container-padding);
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.header-submenu-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 0 var(--container-padding);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  height: 60px;
  border-bottom: solid 1px #d9d9d9;
  -webkit-transition: opacity 0.4s, visibility 0.4s, height 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s, height 0.4s;
  transition: opacity 0.4s, visibility 0.4s, height 0.4s;
}


.header-submenu-back-link svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}


.header-sub-menu-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}


.header-sub-menu-block {
  padding: var(--container-padding);
  min-width: 1px;
}


.header-sub-menu-title {
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}


.header-sub-menu-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}


.header-sub-menu-product {
  border-left: solid 1px #d9d9d9;
  padding: 30px var(--container-padding) 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  position: relative;
  min-width: 1px;
}


.header-sub-menu-product:hover .header-sub-menu-product-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.header-sub-menu-product:hover .header-sub-menu-product-title {
  color: #000;
}

.header-sub-menu-product .products-item-prices {
  font-size: 14px;
  margin-top: 8px;
}


.header-sub-menu-product-img {
  width: 240px;
  aspect-ratio: 1/1;
  max-width: 100%;
  margin-bottom: 30px;
}


.header-sub-menu-product-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.header-sub-menu-product-title {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 20px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  max-width: 100%;
}


.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.logo {
  display: block;
}

.logo img {
  display: block;
  max-height: 42px;
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-links-list {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 30px;
}


.header-links-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 22px;
  height: 34px;
  color: inherit;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 6px;
}


.header-links-list a:hover {
  background-color: #f1f1f1;
}

.header-links-list a.header-cart {
  background: none;
}


.header-cart:hover .header-cart-count {
  background-color: #000;
  color: #fff;
}

.header-cart-count {
  height: 34px;
  width: 34px;
  display: grid;
  place-items: center;
  background-color: #ececec;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 10px;
  line-height: 1;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}


.header-search {
  position: absolute;
  inset: 0;
  z-index: 66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  background: -o-linear-gradient(bottom, #d9d9d9 1px, #fff 1px);
  background: linear-gradient(to top, #d9d9d9 1px, #fff 1px);
}

.header-search-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-body .form-block {
  margin: 0 32px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}


.header-search-body .input {
  background-color: #f1f1f1;
}

.header-search-is-open .header-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-search-submit, .header-search-close {
  height: 34px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: inherit;
  border-radius: 6px;
}


.header-search-submit:hover, .header-search-close:hover {
  background-color: #f1f1f1;
}

.header-search-submit {
  margin-right: 32px;
  background: none;
  border: 0;
}


.home-promo {
  background-color: #d9d9d9;
}

.home-promo .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
}


.home-promo-cell {
  position: relative;
  min-height: max(calc(70vh - var(--header-height)), 608px);
  padding: 44px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 1px;
}


.home-promo-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  overflow: hidden;
  will-change: transform;
}


.home-promo-img img {
  -o-object-position: center top;
  object-position: center top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-promo-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 6;
}

.home-promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  position: relative;
  z-index: 6;
  color: #fff;
  align-items: flex-start;
}


.home-promo-link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  z-index: 9;
}


.home-promo-shop-now .home-promo-img, .home-promo-shop-now .home-promo-link {
  right: 0;
}

.home-promo-shop-now-title {
 font-family: "Exo 2", serif;
  font-weight: 900;
  max-width: 266px;
  line-height: 1;
  font-size: 39px;
  text-transform: uppercase;
}


.shop-now-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
}

.shop-now-link:hover i {
  background-color: #fff;
  color: #000;
}

.shop-now-link i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}


.home-promo-collection .home-promo-img, .home-promo-collection .home-promo-link {
  left: 0;
}


.home-promo-collection-title {
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}


.home-catalog .container {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}


.home-catalog-item {
  border-right: solid 1px #d9d9d9;
  border-bottom: solid #d9d9d9;
  padding: var(--container-padding);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  grid-template-columns: repeat(3, 1fr);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
}


.home-catalog-item:hover .home-catalog-item-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.home-catalog-item:hover .home-catalog-item-view-all {
  color: #000;
}

.home-catalog-item:hover .home-catalog-item-view-all i {
  background-color: #ebebeb;
  border-color: #000000;
  color: #fff;
}

.home-catalog-item:last-child {
  border: 0;
}

.home-catalog-item-img {
  overflow: visible;
  margin-bottom: 4px;
  margin-top: 5px;
  object-fit: cover;
}


.home-catalog-item-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-catalog-item-title {
  margin-top: auto;
  font-size: 14px;
  text-transform: uppercase;
 font-family: "Exo 2", serif;
  font-weight: 900;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  line-height: 18px;
}


.home-catalog-item-view-all {
  margin-top: 20px;
}


.view-all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: none;
  font-size: 12px;
  flex: none;
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  justify-content: center;
}

.view-all-link:hover {
  color: #000000;
}

.view-all-link:hover i {
  background-color: #eaeaea;
  border-color: #000000;
  color: #fff;
}

.view-all-link i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
  border: solid 1px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  -webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}

.view-all-link-white {
  color: #fff;
}

.view-all-link-white:hover {
  color: #fff;
}

.view-all-link-white:hover i {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.home-shop {
  background-color: #f8f7db;
  color: #fff;
}

.home-shop .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.home-shop-body {
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: max(calc(100vh - var(--header-height)), 685px);
  padding: 80px 0;
  background: url(../img/home-shop-bg.svg) right bottom no-repeat;
  background-size: contain;
}


.home-shop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 1px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-right: var(--container-padding);
}


.section-title {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 32px;
 font-family: "Exo 2", serif;
  text-transform: uppercase;
}


.section-title:last-child {
  margin: 0;
}

.home-shop-link {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 40px;
}


.home-shop-desc {
  margin-top: auto;
}


.home-shop-body-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: -40px;
  position: relative;
  z-index: 6;
  width: 225px;
}


.home-shop-body-img img {
  display: block;
  border-radius: 6px;
}

.home-shop-img {
  min-width: 1px;
}


.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e2e2;
}


.section-head-title {
 font-family: "Exo 2", serif;
 font-size: 19px;
 font-weight: 800;
 min-width: 1px;
}


.section-head-desc {
  margin-top: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}


.home-best-sellers .section-head {
  margin: 0;
}

.products-slider-wrapp {
  margin: 0 calc(var(--container-padding) * -1 - 52px);
  position: relative;
}


.products-slider-wrapp > .slider-arrow {
  z-index: 99;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}


.products-slider-body {
  overflow: hidden;
}

.products-slider {
  width: auto;
  margin: 0;
  max-width: 100%;
}

.products-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #f6f6f6;
  padding-right: 4px;
  padding-left: 4px;
}

.products-slide:last-child {
  border-right: 0;
}

.products-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  transition: 0.3s;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.attribute-filter-group label:hover {
  cursor: pointer;
  background: #f0f1f3;
}

.products-item:hover .products-item-quick-add {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.products-item:hover .products-item-title {
  color: #656565;
}

.products-item.disabled {
  pointer-events: none;
}

.products-item.disabled .products-item-gallery {
  opacity: 0.5;
}

.products-item.disabled .products-item-body {
  color: #828282;
}

.products-item-stickers {
  position: absolute;
  left: 12px;
  top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 12px;
  z-index: 6;
}

.products-item-sticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  background-color: rgba(5, 63, 105, 0.12);
}


.products-item-sticker-new {
  background-color: rgba(46, 86, 66, 0.12);
  color: #2e5642;
}

.products-item-sticker-sale {
  background-color: rgba(192, 58, 36, 0.12);
  color: #c03a24;
}

.products-item-sticker-disabled {
  background-color: #f1f1f1;
  color: #828282;
}

.products-item-gallery {
  display: block;
  position: relative;
  padding: 15px 15px 5px 15px;
  height: 200px;
  object-fit: contain;
}

.products-item-gallery .slider-arrow {
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.2);
  margin-top: -20px;
  opacity: 0;
}

.products-item-gallery .slider-arrow:hover {
  color: #1a1a1a;
}


.products-item-gallery .slider-arrow-prev {
  left: 8px;
}

.products-item-gallery .slider-arrow-next {
  right: 8px;
}

.products-item-img-default {
  -o-transition: opacity 0.4s;
  position: relative;
  height: 100%;
  width: 100%;
}

.products-item-imags {
  position: relative;
  inset: 0;
  width: auto;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.products-item-quick-add {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}


.products-item-quick-add-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-item-quick-add-colors {
  padding: 6px 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  min-width: 1px;
  overflow-x: auto;
}

.products-item-quick-add-colors a {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  position: relative;
  border: 1px solid #b8b8b8;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: currentColor;
}

.products-item-quick-add-colors a[style="color:#FFFFFF;"], .products-item-quick-add-colors a[style="color:#fff"] {
  border: solid 1px #d9d9d9;
}

.products-item-quick-add-colors a:before {
  content: "";
  position: absolute;
  inset: -3px;
  border: solid 2px #000;
  border-radius: 4px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.products-item-quick-add-colors a.active:before {
  opacity: 1;
}

.products-item-quick-add-btn {
  height: 30px;
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: grid;
  place-items: center;
  line-height: 1;
}

.products-item-quick-add-btn:hover {
  background-color: #000;
}

.products-item-quick-add-sizes {
  margin-top: 4px;
  background-color: #fff;
  padding: 22px 40px;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}


.products-item-quick-add-sizes a {
  width: 40px;
  height: 20px;
  border-radius: 6px;
  position: relative;
  min-width: 1px;
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  display: grid;
  place-items: center;
  line-height: 1;
  height: 36px;
}

.products-item-quick-add-sizes a:hover {
  background-color: #f1f1f1;
}

.products-item-quick-add-sizes a.active {
  background-color: #000;
  color: #fff;
}

.add-to-cart_category {
  background: #4a34eb;
  padding: 9px;
  border-radius: 5px;
}

.products-item-quick-add-sizes a.disabled {
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}


.products-item-title {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 9px;
  -o-text-overflow: ellipsis;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  min-width: 1px;
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}


.products-item-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  line-height: 1;
}

.products-item-price-old {
  color: #828282;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-decoration: line-through;
}

.products-item-price-old + .products-item-cost {
  color: #c03a24;
}

.products-item-cost {
  font-weight: 900;
  font-size: 17px;
  color: #f44336;
}

.catalog-promo {
  position: relative;
  min-height: max(calc(50vh - var(--header-height)), 606px);
  display: -webkit-box;
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  color: #fff;
  background-color: #000;
  padding: 120px 0;
  margin-bottom: 60px;
}


.catalog-promo .container {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-content: center;
}


.catalog-promo-img {
  position: absolute;
  inset: 0;
  opacity: 0.8;
}


.catalog-promo-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.catalog-promo-title {
  margin: 0;
  max-width: 700px;
}


.catalog-promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.catalog-promo-desc {
  margin-bottom: 32px;
  font-size: 18px;
}


.follow-slider-wrapp {
  position: relative;
  padding: 0 52px;
  margin-bottom: 40px;
}


.follow-img {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  will-change: transform;
  display: block;
}

.follow-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.follow-img:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}


.site-developer {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: rgba(0, 0, 0, 0.4);
}


.site-developer:hover {
  color: #000;
}

/* products */
.products-banner {
  height: 38px;
  opacity: 1;
  margin-top: 15px;
}


.products-head {
  margin: 0;
}


.products-head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.products-menu-mobile {
  margin: 0 calc(var(--container-padding) * -1);
  padding: 0 var(--container-padding);
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-top: 16px;
}


.products-menu-mobile::-webkit-scrollbar {
  display: none;
}

.products-menu-mobile a {
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
  color: inherit;
  font-size: 13px;
  line-height: 1;
}

.products-menu-mobile .current-menu-item > a {
  background-color: #f1f1f1;
  font-weight: 700;
}

.products-sidebar-toggle {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  background-color: #fff;
}


.products-sidebar-toggle:hover {
  background-color: #f1f1f1;
}

.products-sidebar-toggle:hover:before {
  opacity: 1;
}

.products-sidebar-toggle:before {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.products-sidebar-toggle.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products-sidebar-toggle.active:before {
  content: attr(data-title-active);
}

.products-sidebar-toggle svg {
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.products-back-link {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: inherit;
}


.products-back-link svg {
  display: block;
}

.products-head-count {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
}

.products-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: calc(var(--container-padding) / -2);
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}


.products-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}


.products-views a {
  display: grid;
  width: 28px;
  height: 24px;
  place-items: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 4px;
  position: relative;
}

.products-views a:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.products-views a:hover {
  background-color: #f1f1f1;
}

.products-views a.active {
  color: #000;
  pointer-events: none;
}

.products-views a.active:after {
  opacity: 1;
}

.products-filter-and-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}


.products-filter-toggle {
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  border-radius: 4px;
  background-color: #f1f1f1;
  color: inherit;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}

.products-filter-toggle:hover {
  background-color: #d9d9d9;
}

.products-filter-toggle.active {
  background-color: #000;
  color: #fff;
}

.products-filter-toggle svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 7px;
}

.products-filter-form {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  width: 280px;
  z-index: 99;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}


.products-filter-is-open .products-filter-form {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.products-filter-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 12px 16px;
  border-bottom: solid 1px #d9d9d9;
}


.products-filter-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}


.products-filter-close {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: inherit;
}

.products-filter-close:hover {
  color: #000;
}

.products-filter-close svg {
  display: block;
}


.products-filter-section {
  padding: 16px;
  border-bottom: solid 1px #d9d9d9;
}

.products-filter-section:last-child {
  border: 0;
}


.products-filter-foot {
  padding: 16px;
  border-top: solid 1px #d9d9d9;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}


.products-filter-checkboxes {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 5px;
}


.products-filter-checkbox {
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #f1f1f1;
  padding: 0 14px;
  background-color: #fff;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
  position: relative;
}


.products-filter-checkbox.active {
  border-color: #d9d9d9;
  background-color: #f1f1f1;
}

.products-filter-checkbox.active .products-filter-checkbox-clear {
  opacity: 1;
}

.products-filter-checkbox:hover {
  background-color: #f1f1f1;
}

.products-filter-checkbox .checkbox-label-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}


.products-filter-checkbox-color {
  -webkit-box-flex: 0;
  -ms-flex: none;
  border: 1px solid #efefef;
  flex: none;
  margin: 0 7px 0 -7px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: currentColor;
}


.products-filter-checkbox-color[style="color:#FFFFFF;"], .products-filter-checkbox-color[style="color:#fff"] {
  border: solid 1px #d9d9d9;
}

.products-filter-checkbox-clear {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.products-filter-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.products-filter-btns .btn {
  height: 28px;
  font-size: 12px;
  min-width: 1px;
  border-radius: 4px;
}


.sort-select {
  width: 194px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.sort-select .select-toggle {
  height: 26px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 14px;
  border: 0;
  background-color: #f6f8fb;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.sort-select .select-toggle:hover {
  background-color: #d9d9d9;
}

.sort-select.active .select-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sort-select.active .select-toggle {
  border-radius: 4px 4px 0 0;
}

.sort-select .select-list {
  margin-top: 2px;
  padding: 7px;
  text-transform: uppercase;
  background: #f1f1f1;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 0;
}

.sort-select .select-list li {
  margin: 0;
}

.sort-select .select-list a {
  padding: 4px 7px;
  color: inherit;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  min-height: unset;
}

.sort-select .select-list a:hover {
  background-color: #d9d9d9;
}

.sort-select .select-list .active {
  display: none;
}

.products-sort-title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.products-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}

.products-main.sidebar-hidden .products-sidebar {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

.products-main.sidebar-is-hidden .products-sidebar {
  position: absolute;
}

.products-sidebar {
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  width: 140px;
  padding: 20px 40px 20px 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-right: solid 1px #d9d9d9;
}


.products-menu {
  font-size: 14px;
}

.products-menu > li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products-menu > li:last-child {
  margin-bottom: 0;
}

.products-menu > li > a {
  padding: 8px 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.4s, -webkit-text-decoration-color 0.4s;
  transition: color 0.4s, -webkit-text-decoration-color 0.4s;
  -o-transition: color 0.4s, text-decoration-color 0.4s;
  transition: color 0.4s, text-decoration-color 0.4s;
  transition: color 0.4s, text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.products-menu > li > a:hover {
  color: #000;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}

.products-menu > li.current-menu-parent, .products-menu > li.current-menu-item {
  margin-top: 12px;
}

.products-menu > li.current-menu-parent > a, .products-menu > li.current-menu-item > a {
  font-weight: 700;
  color: #000;
}

.products-menu .current-menu-parent > .sub-menu, .products-menu .current-menu-item > .sub-menu {
  display: block;
}

.products-menu .sub-menu {
  margin: 8px 0 12px;
  display: none;
}

.products-menu .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.products-menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.products-menu .sub-menu a {
  padding: 8px 14px;
  color: #000;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 4px;
}

.products-menu .sub-menu a:hover {
  background-color: #f1f1f1;
}

h4.widget-title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
}

.footer-cell a {
  color: #d2d2d2;
  font-weight: 400;
}

.footer-cell li a {
  margin-bottom: 6px;
  display: flex;
  font-size: 12px;
  gap: 3px;
  transition: 0.3s;
}

.footer-cell li a:hover {
  color: #fff;
}

div#product_attribute_filter_widget-2 {
  padding: 14px;
}

.sidebar h4.widget-title {
  font-size: 18px;
  display: none;
}

.products-menu .sub-menu .current-menu-item a {
  background-color: #f1f1f1;
  font-weight: 700;
}

.attribute-filter-group {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.attribute-filter-group h4 {
  margin-bottom: 11px;
  font-size: 14px;
}

.attribute-filter-group label {
  margin: 0px 0px 7px 0px;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

.products-grid {
  align-self: flex-start;
  -webkit-box-flex: 1;
  width: 100%;
  -ms-flex: auto;
  flex: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-width: 1px;
  margin-right: calc(var(--container-padding) * -1);
}


.products-grid .products-slide {
  border: solid 1px #e5e2e2;
  margin: -1px 0 0 -1px;
  width: auto;
  min-width: 1px;
}


.products-item-banner {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #000;
  color: #fff;
}

.products-item-banner:hover .products-item-banner-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.products-item-banner:hover .shop-now-link i {
  background-color: #fff;
  color: #000;
}

.products-item-banner-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.products-item-banner-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.products-item-banner-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.products-item-banner-body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.products-item-banner-title {
  font-size: 32px;
  line-height: 1;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.products-item-banner-title:last-child {
  margin-bottom: 0;
}

.products-coming-soon {
  margin: auto;
  width: 502px;
  max-width: 100%;
  min-width: 1px;
}


.products-coming-soon-title {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 500;
}


.products-coming-soon-desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.5;
}


.subscribe-form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-form-body .form-block {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  margin: 0 12px 0 0;
}

.subscribe-form-body .input {
  background-color: #f1f1f1;
}

.subscribe-form-body .submit {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.form-agreement {
  margin: 16px 8px 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
}


.form-agreement a {
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-agreement a:hover {
  color: #000;
}

/* catalog */
.catalog-section-head {
  margin-bottom: 0;
}

.catalog-info {
  position: relative;
  padding: 80px 0;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr;
}


.catalog-info:before {
  content: "";
  position: absolute;
  inset: 0 -100vw;
  background-color: #f1f1f1;
}

.catalog-info-cell {
  position: relative;
  z-index: 1;
}

.catalog-info-title, .catalog-info-desc {
  max-width: 480px;
  margin: 0 auto;
}

.catalog-info-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}


.catalog-collections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding: 40px 0;
}


.catalog-collection {
  position: relative;
}

.catalog-collection:hover .catalog-collection-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.catalog-collection:hover .view-all-link {
  color: #000;
}

.catalog-collection:hover .view-all-link i {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.catalog-collection .item-link {
  border-radius: 8px 8px 0 0;
}

.catalog-collection-img {
  border-radius: 8px;
  overflow: hidden;
  will-change: transform;
  aspect-ratio: 66/64;
}

.catalog-collection-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.catalog-collection-body {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}


.catalog-collection-title {
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 1px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  line-height: 1;
}


.products-grid-full {
  margin: 0 calc(var(--container-padding) * -1);
}

.catalog-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 40px 0;
}


.catalog-about-img {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  max-width: 900px;
}

.catalog-about-img img {
  display: block;
  border-radius: 8px;
}

.catalog-about-body {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 380px;
  -ms-flex-item-align: center;
  align-self: center;
}


/* product */
.breadcrumbs {
  padding: 12px 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

.breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  min-width: 1px;
}


.breadcrumbs-list li:not(:last-child) {
  position: relative;
  padding-right: 28px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.breadcrumbs-list li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: 14px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  color: rgba(0, 0, 0, 0.6);
}

.breadcrumbs-list li:last-child {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs-list a {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  text-transform: unset;
}

.breadcrumbs-list a:hover {
  color: #000;
}

.breadcrumbs-next {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.breadcrumbs-next:hover {
  color: #000;
}

.breadcrumbs-next svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 8px;
}

.product .container {
  /* padding-left: 0; */
  display: grid;
  /* grid-column-gap: 40px; */
  grid-template-columns: 1fr 1fr;
}


.product-gallery {
  min-width: 1px;
}

.product-slider {
  position: relative;
}


.product-slider-dots {
  position: absolute;
  inset: 35px auto 35px 35px !important;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  row-gap: 10px;
  z-index: 9;
}

.product-slider-dots span {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 !important;
  position: relative;
  background: none;
}

.product-slider-dots span:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  -webkit-transition: inset 0.4s, background-color 0.4s;
  -o-transition: inset 0.4s, background-color 0.4s;
  transition: inset 0.4s, background-color 0.4s;
  background-color: rgba(0, 0, 0, 0.2);
}

.product-slider-dots span:after {
  content: "";
  position: absolute;
  inset: -5px;
}

.product-slider-dots span.swiper-pagination-bullet-active:before {
  inset: -5px 0;
  background-color: #000;
}

.product-slide {
  display: -webkit-box;
  max-height: 565px;
  min-height: 565px;
  padding: 50px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  object-fit: contain;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: inherit;
  overflow: hidden;
  will-change: transform;
  align-content: center;
}

.product-slide img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  display: block;
  margin: 0 auto;
}

.product-slide:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.product-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: 1;
}

.product-slide-video img {
  opacity: 0.5;
}

.product-slide-video-info {
  z-index: 2;
  left: var(--container-padding);
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 1px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
}


.product-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.product-colors a {
  width: 32px;
  height: 32px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: currentColor;
  position: relative;
}

.product-colors a:before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 6px;
  border: solid 2px #000;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.product-colors a:after {
  content: attr(aria-label);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 4px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.product-colors a:hover:after {
  opacity: 1;
}

.product-colors a.active:before {
  opacity: 1;
}

.product-colors a[style="color:#FFFFFF;"], .product-colors a[style="color:#fff"] {
  border: solid 1px #d9d9d9;
}

.product-sizes {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 20px;
}

.product-sizes-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 0;
}

.product-sizes-head .product-section-title {
  margin: 0;
}

.product-sizes-list {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-sizes-list a {
  display: grid;
  place-items: center;
  line-height: 1;
  height: 34px;
  padding: 0 12px;
  border-radius: 4px;
  position: relative;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #d9d9d9;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-weight: 500;
}

.product-sizes-list a:hover {
  background-color: #bdbdbd;
}

.product-sizes-list a.active {
  background-color: #000;
  color: #fff;
}

.product-sizes-alert {
  margin-top: 18px;
  font-size: 11px;
  color: #4caf50;
}

.product-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.product-form .product-btn {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
}

.product-btn {
  position: relative;
}

.product-btn.disabled:hover:before {
  opacity: 1;
}

.product-btn:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.product-modal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 12px;
}


.product-modal-link-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: #f1f1f1;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.product-modal-link-reviews-state {
  font-size: 11px;
}

.product-modal-link-reviews-count {
  font-size: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.product-pairs-title {
  padding: 12px 20px;
  border: solid 1px #d9d9d9;
  font-size: 16px;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
}

.product-pairs-grid {
  grid-template-columns: 1fr 1fr;
  margin: 0 0 0 1px;
}

.products-related .section-head {
  margin: 0;
}

.modal-right .modal-wrapp {
  padding: 0 0 0 40px;
}


.modal-right .modal-body {
  margin: 0 0 0 auto;
  width: 386px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}


.modal-right.active .modal-body {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.modal-right-head {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #d9d9d9;
}


.modal-right-head .modal-close-btn {
  position: static;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.modal-right-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.modal-right-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
}

.modal-right-footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 20px;
  border-top: solid 1px #d9d9d9;
}

.modal-right-section {
  padding: 16px;
  border-bottom: solid 1px #d9d9d9;
}


.modal-right-section:last-child {
  border: 0;
}

.modal-right-section-title {
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.modal-right-section-desc {
  font-size: 14px;
}


.stars {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 120px;
  height: 20px;
  margin: 0 -2px;
  position: relative;
  background-image: url(../img/stars.svg);
}

.stars-state {
  position: absolute;
  inset: 0 auto 0 0;
  background-image: url(../img/stars-fill.svg);
}

.modal-reviews-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.modal-reviews-state {
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
}

.modal-reviews-sort {
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.modal-reviews-sort .view-all-link {
  font-size: 12px;
}

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review .stars {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 20px;
}

.review-title {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
}

.review-desc {
  margin-bottom: 20px;
  font-size: 14px;
}

.review-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.review-img {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
  will-change: transform;
}

.review-name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.review-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-size: 12px;
}

.review-verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}

.review-verified svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 6px;
}

.review-date {
  color: rgba(0, 0, 0, 0.4);
}

.modal-product-footer ~ .footer {
  margin-bottom: 82px;
}


.modal-product-footer .modal-wrapp {
  padding: 40px 0 0;
}

.modal-product-footer .modal-body {
  margin: auto 0 0;
  width: 100%;
  padding: 12px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #f1f1f1;
  border-top: solid 1px #d9d9d9;
}

.modal-product-footer .modal-body .container {
  padding: 0;
}

.modal-product-footer.active .modal-body {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}


.product-footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 1px;
  max-width: 448px;
}


.product-footer-main .modal-close-btn {
  position: static;
}


.product-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1px;
  line-height: 1;
}

.product-footer-item-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 68px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  will-change: transform;
  margin-right: 20px;
  background-color: #fff;
}

.product-footer-item-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-footer-item-title {
  max-width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
}

.products-item-prices {
  margin: 0;
  font-size: 15px;
  margin-top: 7px;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  height: 46px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.product-footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1px;
  -webkit-column-gap: 52px;
  -moz-column-gap: 52px;
  column-gap: 52px;
}


.product-footer-form .product-btn {
  min-width: 1px;
  height: 42px;
}


.product-footer-form .product-btn:before {
  top: auto;
  bottom: 100%;
  margin: 0 0 8px;
}

.product-footer-form .product-colors a {
  width: 28px;
  height: 28px;
}

.product-footer-form .product-colors a:after {
  top: auto;
  bottom: 100%;
  margin: 0 0 4px;
}

.product-footer-form .product-sizes-list a {
  height: 28px;
}

.product-footer-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height: 60px;
  background-color: #f1f1f1;
  border-top: solid 1px #d9d9d9;
  z-index: 600;
  inset: auto 0 0;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  padding: 0 12px;
  padding-top: 10px;
  align-content: center;
}

.product-footer-mobile.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-footer-mobile .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 36px;
}

/* cart */
.modal-cart .modal-right-footer {
  border-top: 0;
}

.modal-cart-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}

.modal-cart-btns .btn {
  height: 40px;
}

.modal-cart-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  border-bottom: solid 1px;
}

.modal-cart-head-info {
  padding: 8px 20px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  background-color: #000000;
  color: #fff;
}

.modal-cart-head-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 20px;
}

.modal-cart-title {
  min-width: 1px;
 font-family: "Exo 2", serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}

.modal-cart-clear-link {
  text-transform: uppercase;
  font-size: 12px;
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.modal-cart-clear-link:hover {
  color: #000;
}

.modal-cart-item + .modal-cart-total {
  border-top: 0;
}

.modal-cart-item {
  border-bottom: solid 1px;
  padding: 10px 20px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-cart-item-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  object-fit: contain;
  width: 132px;
  height: 132px;
  border-radius: 4px;
  overflow: hidden;
  will-change: transform;
}

.modal-cart-item-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  padding: 10px 0 10px 20px;
}

.modal-cart-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 12px;
}

.modal-cart-item-title {
  min-width: 1px;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: inherit;
  font-weight: 500;
}

.modal-cart-item-title:hover {
  color: #000;
}

.modal-cart-item-remove {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: inherit;
}

.modal-cart-item-remove:hover {
  color: #000;
}

.modal-cart-item-remove svg {
  display: block;
}

.modal-cart-item-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
}

.modal-cart-item-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.modal-cart-item-foot .select-number .input {
  height: 34px;
}

.cart-pairs {
  padding: 20px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cart-pairs-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
}

.cart-pairs-slider {
  overflow: visible;
}

.cart-pairs-slide {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-pair {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-radius: 6px;
  background-color: #f1f1f1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.cart-pair:hover {
  background-color: #d9d9d9;
}

.cart-pair-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 84px;
  height: 84px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  will-change: transform;
  margin-right: 10px;
}

.cart-pair-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.cart-pair-title {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
}

.cart-pair-foot {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-pair-add-btn {
  padding: 0 12px;
  height: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: inherit;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}

.cart-pair-add-btn:hover {
  color: #fff;
  background-color: #000;
}

.modal-cart-total {
  margin-top: auto;
  padding: 20px 20px 0;
  border-top: solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.modal-cart-total-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.modal-cart-total-line span:last-child {
  white-space: nowrap;
}

.modal-cart-total-line-sum {
  font-weight: 500;
}

.modal-cart-total-line-sum span:last-child {
  font-weight: 700;
}

.page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.cart {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart .container {
  padding: 0;
}


.cart-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.cart-head {
  padding: 0px var(--container-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #d9d9d9;
  min-height: 68px;
}


.cart-head .view-all-link {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  text-align: right;
}

.cart-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
 font-family: "Exo 2", serif;
  text-transform: uppercase;
}


.cart-table {
  width: 100%;
}

.cart-table thead td {
  /* height: 58px; */
  text-transform: uppercase;
  color: rgb(0 0 0);
  font-size: 11px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart-table td {
  padding-right: 20px;
  width: 25%;
  border-bottom: solid 1px #d9d9d9;
}

.cart-table td:first-child {
  width: 1%;
  min-width: 144px;
  border-right: solid 1px #d9d9d9;
}

.cart-table td:nth-child(2) {
  padding-left: 40px;
  width: 50%;
}


.cart-table td:last-child {
  width: 1%;
}


.cart-table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-table tbody td:first-child {
  padding: 12px;
}

.cart-table .select-number-input {
  height: 40px;
}

.cart-table-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.woocommerce table.shop_table {
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  flex-direction: column;
}

.cart-total-line.cart-total-line-sum {
  color: #f44336;
  font-weight: 900;
}

.cart-total-line.cart-total-line-sum .cart-total-line.cart-total-line-sum {
  font-weight: 900;
}

.cart-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  font-weight: 500;
  align-items: flex-start;
  /* row-gap: 12px; */
}

.cart-table-item-title {
  font-weight: 500;
  color: inherit;
  font-size: 14px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.cart-table-item-title:hover {
  color: #000;
}

.cart-table-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 4px;
  font-size: 12px;
  opacity: 0.8;
  text-transform: uppercase;
}

.cart-table-remove {
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.cart-table-remove svg {
  display: block;
}

.cart-table-remove:hover {
  color: #000;
}

.cart-summary {
  /* padding-bottom: 12px; */
  border-left: 1px solid #dddddd;
}


.cart-summary-title {
  text-transform: uppercase;
  font-weight: 700;
}

.cart-summary-count {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 28px;
  height: 28px;
  border: solid 1px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}


.cart-promo-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #d9d9d9;
}

.cart-promo-discount .form-block {
  margin: 0;
}

.cart-promo-discount input {
  height: 58px;
  border-radius: 0;
  text-indent: 24px;
  border: 0;
}


.cart-total {
  border-bottom: solid 1px #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-top: 20px;
  padding-left: 41px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  font-size: 15px;
  text-transform: uppercase;
}


.cart-total-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  font-size: 12px;
  column-gap: 12px;
}

.cart-total-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.cart-checkout {
  padding: 20px var(--container-padding);
  overflow: hidden;
}


.cart-checkout-pay {
  margin-top: 20px;
}

.cart-checkout-pay-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cart-checkout-pay-title span {
  position: relative;
}

.cart-checkout-pay-title span:before, .cart-checkout-pay-title span:after {
  content: "";
  position: absolute;
  width: 1000vw;
  top: 50%;
  background-color: #d9d9d9;
  height: 1px;
}

.cart-checkout-pay-title span:before {
  right: calc(100% + 10px);
}

.cart-checkout-pay-title span:after {
  left: calc(100% + 10px);
}

.cart-checkout-pay-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}

.cart-checkout-pay-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 12px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.cart-checkout-pay-btn:hover {
  border-color: #000;
}

.cart-checkout-pay-btn img {
  max-height: 100%;
}

.tooltip {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tooltip-info {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  cursor: pointer;
}

.tooltip-info:hover {
  color: #000;
}

.tooltip-info svg {
  display: block;
}

.content_product_exc li {
  margin-left: 12px;
  margin-bottom: 5px;
}

.content_product_exc ul {
  list-style: disc;
  margin-top: 9px;
}

/* checkout */
.header-checkout {
  margin-top: calc(var(--header-height) * -1);
  padding: 12px;
  border-bottom: solid 1px #d9d9d9;
}


.header-checkout-body {
  border-radius: 6px;
  background-color: #000;
  color: #fff;
}

.header-checkout-body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}


.header-checkout-body .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


.checkout-step {
  border-bottom: solid 1px #d9d9d9;
}

.checkout-step:last-child {
  border-bottom: 0;
}

.checkout-step.active .checkout-step-head {
  background-color: #f1f1f1;
  border-bottom-color: #d9d9d9;
}

.checkout-step.active .checkout-step-head-info {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.checkout-step.value .checkout-step-value, .checkout-step.value .checkout-step-edit-link {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.checkout-step-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 59px;
  border-bottom: solid 1px transparent;
  padding: 12px var(--container-padding);
  -webkit-transition: border-bottom-color 0.4s, background-color 0.4s;
  -o-transition: border-bottom-color 0.4s, background-color 0.4s;
  transition: border-bottom-color 0.4s, background-color 0.4s;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}


.checkout-step-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-right: auto;
}


.checkout-step-value {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}


.checkout-step-edit-link {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s, color 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s, color 0.4s;
  transition: opacity 0.4s, visibility 0.4s, color 0.4s;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: uppercase;
  color: inherit;
}

.checkout-step-edit-link:hover {
  color: #000;
}

.checkout-step-body {
  display: none;
  padding: 0 var(--container-padding);
}


.checkout-inputs {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.checkout-inputs-grid {
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}


.checkout-inputs-grid .form-block {
  margin: 0;
  min-width: 1px;
}

.checkout-billing-address {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout-billing-address-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.checkout-billing-address-tab {
  margin-top: 20px;
  width: 100%;
}


.checkout-submit-wrapp {
  margin-top: 20px;
}


.checkout-radios {
  border: solid 1px #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  will-change: transform;
}

.checkout-radios li {
  border-bottom: solid 1px #d9d9d9;
}

.checkout-radios li:last-child {
  border: 0;
}

.checkout-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 22px;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.checkout-radio:hover {
  background-color: #f1f1f1;
}


.checkout-radio-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.checkout-radio-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkout-radio-title {
  font-weight: 500;
  text-transform: uppercase;
}

.checkout-radio-desc {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.4);
}


.checkout-radio-price {
  white-space: nowrap;
}

.checkout-step-head-info {
  font-size: 12px;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.checkout-payment-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  min-width: 1px;
}

.checkout-payment-logos img {
  opacity: 0.2;
}

.checkout-radios-tab {
  padding: 20px 22px;
  border-top: solid 1px #d9d9d9;
}

.cart-order-head-title {
  font-weight: 500;
  text-transform: uppercase;
}


.cart-order-head-link:hover {
  background-color: #d9d9d9;
}

.cart-summary-products .modal-cart-item {
  border-bottom-color: #d9d9d9;
}

.cart-summary-products .modal-cart-item:last-child {
  border-bottom: 0;
}

.cart-summary-links {
  padding: 20px var(--container-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  border-top: solid 1px #d9d9d9;
}


.plus-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
}

.plus-link:hover {
  background-color: #f1f1f1;
}

.plus-link i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.plus-link i:before, .plus-link i:after {
  content: "";
  position: absolute;
  width: 10px;
  inset: 50% 0 0 50%;
  margin: -1px 0 -5px;
  height: 2px;
  background-color: currentColor;
}

.plus-link i:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* thank */
.page-thank {
  background-color: #f2f0ee;
}


.thank-body {
  margin: auto 0 auto 120px;
  max-width: 360px;
  position: relative;
}


a.wishlist-icon.no_border {
    background: none;
    border: none;
    color: #f44336;
    border-left: 1px solid #ffffff3d;
    padding: 9px 10px 10px 20px;
    cursor: pointer;
    margin-left: 10px;
}


.thank-title {
  line-height: 1;
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
 font-family: "Exo 2", serif;
  font-weight: 900;
  position: relative;
  z-index: 1;
}


.thank-desc {
  max-width: 346px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  position: relative;
  z-index: 1;
}


.thank-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  position: relative;
  z-index: 1;
}


.thank-decor {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 100%;
  margin-left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.thank-footer {
  grid-column: span 2;
  min-height: 84px;
  border-top: solid 1px #d9d9d9;
  display: grid;
  grid-template-columns: 360px 1fr 360px;
}


.thank-footer-cell {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: solid 1px #d9d9d9;
}


.thank-footer-cell:last-child {
  border-right: 0;
}


.thank-footer-desc {
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}


/* tracking */
.tracking-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 12px;
  padding-left: 12px;
  border-left: solid 1px #d9d9d9;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.tracking-status-paid {
  background-color: rgba(46, 86, 66, 0.12);
  color: #2e5642;
}

.tracking-steps {
  padding: 20px var(--container-padding);
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-bottom: solid 1px #d9d9d9;
  display: grid;
}


.tracking-steps-toggle {
  position: absolute;
  right: var(--container-padding);
  top: 30px;
  color: inherit;
}


.tracking-steps-toggle.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.tracking-steps-toggle:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}

.tracking-steps-toggle svg {
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.tracking-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}


.tracking-step:before {
  content: "";
  position: absolute;
  right: calc(50% + 20px);
  top: 19px;
  width: calc(100% - 20px);
  border-top: dashed 2px #f1f1f1;
}


.tracking-step.done .tracking-step-icon {
  background-color: #fff;
  color: #2e5642;
  border-color: #2e5642;
}

.tracking-step.done .tracking-step-title {
  color: #000;
}

.tracking-step.active .tracking-step-icon {
  background-color: #2e5642;
  color: #fff;
  border-color: #2e5642;
}

.tracking-step.active .tracking-step-title {
  color: #000;
}


.tracking-step:first-child:before {
  display: none;
}

.tracking-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #f1f1f1;
  background-color: #f1f1f1;
  display: grid;
  place-items: center;
  color: #bdbdbd;
  margin-bottom: 10px;
}


.tracking-step-icon path {
  fill: currentColor;
}


.tracking-step-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #bdbdbd;
}

.tracking-step-desc {
  font-size: 12px;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.6);
}

.tracking-step-desc:empty {
  display: none;
}

.tracking-products .modal-cart-item {
  border-bottom-color: #d9d9d9;
}

.tracking-estimated-date {
  padding: 12px var(--container-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  border-bottom: solid 1px #d9d9d9;
  background-color: #f1f1f1;
  font-size: 14px;
}


.tracking-estimated-date-title {
  text-transform: uppercase;
  font-weight: 500;
}

.tracking-section {
  padding: 20px var(--container-padding);
  border-bottom: solid 1px #d9d9d9;
}

.tracking-section:last-child {
  border-bottom: 0;
}


.tracking-section-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

.tracking-list {
  font-size: 14px;
}

.tracking-list li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-list li svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 8px;
}

.tracking-list li:last-child {
  margin: 0;
}

.tracking-details {
  width: 100%;
  font-size: 14px;
}

.tracking-details td {
  padding: 0 40px 20px 0;
  vertical-align: top;
}

.tracking-details td:first-child {
  width: 1%;
  white-space: nowrap;
}

.tracking-details td:last-child {
  padding-right: 0;
}

.tracking-details td:last-child .tracking-detail-desc {
  text-transform: uppercase;
}

.tracking-details tr:last-child td {
  padding-bottom: 0;
}

.tracking-detail-desc {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.6);
}

/* about */
.about {
  background-color: #f1f1f1;
}

.about-section {
  padding: 40px 0;
}


.about-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 72px;
  line-height: 1;
 font-family: "Exo 2", serif;
  font-weight: 900;
  margin-bottom: 40px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-transform: uppercase;
  -ms-flex-item-align: center;
  align-self: center;
}


.about-title img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}


.about-promo {
  position: relative;
  min-height: max(calc(100vh - var(--header-height)), 640px);
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  overflow: hidden;
  will-change: transform;
}


.about-promo-img {
  position: absolute;
  inset: 0;
}

.about-promo-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.about-promo-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-promo-title {
  line-height: 1;
  font-size: 32px;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.about-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.about-info-img {
  position: relative;
}


.about-info-img img {
  display: block;
  border-radius: 8px;
}

.about-info-title {
  max-width: 468px;
  margin: 0 auto;
  font-size: 38px;
  text-transform: uppercase;
 font-family: "Exo 2", serif;
  font-weight: 900;
  line-height: 1.25;
}


.about-info-img-icon {
  width: 302px;
  height: 302px;
  border-radius: 50%;
  padding: 48px;
  background-color: #8e90fc;
  position: absolute;
  left: -151px;
  top: 51px;
}


.about-info-content {
  max-width: 460px;
  padding-right: 100px;
  margin: 0 auto;
}


.about-info-desc {
  font-size: 18px;
  margin-bottom: 40px;
}


.about-info-desc i {
  font-weight: 500;
}

.about-info-desc-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}


.about-positive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 80px 0;
}


.about-positive-title {
  font-size: 146px;
  line-height: 1;
  position: relative;
  z-index: 1;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
}


.about-positive-img {
  max-width: 704px;
  margin-top: -190px;
  -webkit-transform: rotate(-2.14deg);
  -ms-transform: rotate(-2.14deg);
  transform: rotate(-2.14deg);
}


.about-positive-img img {
  display: block;
  border-radius: 8px;
}

.about-positive-desc {
  margin-top: 64px;
  max-width: 498px;
  font-size: 18px;
}


.about-positive-desc a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 1px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.about-positive-desc a:hover {
  color: #000;
}

/* 404 */
.page-404 {
  background: #000 url(../img/404-bg.svg) right center no-repeat;
  color: #fff;
}


.page-404 .header-checkout {
  border: 0;
}

.page-404 .container {
  border: 0;
}

.page-404 .thank-footer {
  border-color: #333;
  margin: 0 -1000vw;
  padding: 0 1000vw;
}

.page-404 .thank-footer .view-all-link {
  color: #fff;
}

.page-404 .thank-footer .view-all-link:hover {
  color: #fff;
}

.page-404 .thank-footer .view-all-link:hover i {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.page-404 .thank-footer-cell {
  border-color: #333;
}

.page-404 .thank-footer-desc {
  color: rgba(255, 255, 255, 0.6);
}

.page-404-body {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 40px var(--container-padding);
}


.page-404-title {
  font-size: 38px;
  line-height: 1;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
}


.page-404-btn {
  width: 280px;
  position: relative;
  z-index: 1;
}

.page-404-alt {
  background-color: #000;
}

.page-404-alt .cart {
  position: relative;
}

.page-404-alt .container {
  border: 0;
}

.page-404-alt .thank-footer {
  border: 0;
  background-color: #fff;
  margin: 0 -1000vw;
  padding: 0 1000vw;
  position: relative;
  z-index: 1;
}

span.yorkup-category-title a {
  transition: 0.3s;
  /* color: #4a34eb !important; */
  font-size: 13px;
  font-weight: 700!important;
  }

span.yorkup-category-title a:hover {
  color: #4a36d4 !important;
}

.page-404-alt .page-404-body {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-404-img {
  position: absolute;
  inset: 0 0 58px;
}


.page-404-img img {
  -o-object-position: left center;
  object-position: left center;
}

.page-404-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}


ul.breadcrumbs-list li:first-child {
  /* display: none; */
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  background: #d9d9d9;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not( .no-stock ) {
  color: #fff;
  background: #000;
}

.woocommerce a.remove {
  color: #f44336 !important;
  font-weight: 400;
}

.woocommerce a.remove:hover {
  transition: all 0.3s ease 0s !important;
  background: transparent !important;
  color: #000 !important;
}

button[value="Apply coupon"] {
  display: none !important;
}

.woocommerce, .woocommerce-cart-form, .cart {
  /* height: 100%; */
}

.woocommerce-billing-fields__field-wrapper label {
  margin: 0;
  min-width: 1px;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.woocommerce-billing-fields__field-wrapper span {
  position: relative;
  display: block;
}

.products-item-savings_cat {
  display: flex;
  font-size: 13px;
}

.products-item-savings_cat span span {
  color: #4a34eb;
}

.products-item-cost {
  display: flex;
  flex-direction: column-reverse;
}

span.regular-price span.woocommerce-Price-amount.amount {
  color: #f44336;
}

span.sale-price span.woocommerce-Price-amount.amount {
  display: flex;
  color: #5c5c5c;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 400;
  margin-bottom: 7px;
}

span.cashback_cat {
  position: absolute;
  top: 11px;
  left: 10px;
  display: flex;
  gap: 5px;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  background: #f9f8f8;
  padding: 5px;
  border-radius: 5px;
  right: auto;
}

.woocommerce-billing-fields__field-wrapper input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #d9d9d9;
  background: #fff;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  caret-color: #000;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #000;
  line-height: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
}

.cashsafe {
  font-size: 13px;
  margin-left: 6px;
  border: 1px dashed #4a34eb;
  padding: 3px 4px 3px 4px;
  border-radius: 4px;
  width: auto;
  text-align: center;
  max-width: max-content;
  background: #eceef224;
}

.cashsafe span {
  color: #3e9e41;
  font-weight: 900;
}

button.btn.product-btn.add-to-cart-btn.single_add_to_cart_button.button.alt, a.btn.product-btn.add-to-cart-btn.button.add_to_cart_button {
  color: #ffffff;
  background: #4caf50;
  width: 100%;
  border-radius: 6px;
  font-weight: 900;
  margin-top: 19px !important;
}

body.product-template-default .woocommerce-variation-price {
  display: none;
}

body.product-template-default .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: 500;
  text-decoration: none;
}

.comment-respond {
  padding: 20px;
}

.comment-form-upload label {
  display: block;
  background: #d6d6d6;
  padding: 8px;
  float: left;
  margin-bottom: 6px;
  cursor: pointer;
  color: #000;
  margin-top: 8px;
}

input#review_image {
  font-size: 13px;
}

.form-submit {
  margin-top: 20px;
}

.comment-form-comment label {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 11px;
  margin-top: 17px;
  display: block;
}

.form-submit input#submit {
  background: #000 !important;
  padding: 14px 20px 14px 20px !important;
  float: left;
  color: #fff !important;
}

.comment-form-rating {
  margin-top: 15px;
  margin-bottom: 22px;
  font-weight: 500;
}

.modal-cart-item-img img {
  object-fit: contain;
  object-position: top;
}

a.product-slide.fit-img.product-slide-video.glightbox {
  border-radius: 5px;
  z-index: 999;
  position: relative;
  padding: 0;
  height: 62px;
  display: flex;
  min-height: 60px;
  justify-content: center;
  align-content: center;
  align-items: center;
}

span.breadcrumb_last {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 1px;
  white-space: nowrap;
}

table.shop_attributes {
  font-size: 14px;
  margin-top: 25px;
}

h1.cart-title {
  display: flex;
  gap: 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
}


span.price_product {
  display: block;
  position: relative;
  font-size: 26px;
  margin-top: 16px;
  color: #f44336;
  font-weight: 900;
}

p.product-sku {
  font-size: 11px;
  color: #3e9e41;
  font-weight: 700;
  cursor: copy;
}

.woocommerce table.shop_attributes th {
  text-align: left;
  width: 50%;
}

span.noticed_color {
  color: #000000;
  border-bottom: 1px solid #f99;
  font-size: 10px;
}

.products-related {
  margin-bottom: 60px;
  margin-top: 40px;
}

.custom-instruction-page {
  display: flex;
  flex-wrap: wrap;
}

.custom-category-column {
  flex: 1;
  margin: 10px;
}

.custom-subcategory-title {
  cursor: pointer;
}

.custom-product-list {
  display: none;
  list-style-type: none;
  padding-left: 0;
}

table.variations {
  display: none;
}

button.btn.product-btn.add-to-cart-btn.single_add_to_cart_button.button.alt:hover {
  background: #41aa45;
}

.main-category {
  margin-top: 40px;
  font-size: 13px;
  font-weight: 400;
}

.main-category a {
  font-weight: 600;
}

.products-filter-form-body {
  max-height: 400px;
  overflow-x: scroll;
}

.product-media {
  position: absolute;
  top: 13px;
  right: 13px;
  background: transparent;
  font-size: 11px;
}


span.page-numbers.current {
  border-bottom: 1px solid;
}

.catalog-promo-title.section-title {
  line-height: 81px;
}

.woocommerce-cart h2, .woocommerce-checkout.woocommerce-page h2 {
  display: none;
}

.product-footer-form .single_variation_wrap {
  display: flex;
  align-content: center;
  gap: 17px;
  align-items: center;
}

.cart-total-line.cart-total-line-sum .cart-total-title {
  font-weight: 800;
}

.product-footer-form .product-sizes {
  margin-bottom: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.checkout-step-head {
  display: none;
}

h3#ship-to-different-address {
  display: none;
}

.woocommerce-checkout #billing_company_field, .woocommerce-checkout #order_comments_field {
  /* display: none !important; */
}

.woocommerce-checkout-review-order-table {
  /* display: none !important; */
  margin-top: 50px !important;
  padding: 27px;
}

.woocommerce-order {
  margin-top: 50px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 27px;
  font-size: 19px;
  font-weight: 800;
  color: #4caf50;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  font-size: 13px;
}

.product-footer-form .select-number {
  display: none;
}

.wcus-checkout-fields {
  margin-top: 32px;
}

.wcus-checkout-fields h3 {
  margin-bottom: 24px;
}

h3#order_review_heading {
  display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #ececec;
}

a.button.wc-forward {
  color: #ececec;
  background: #4a34eb;
  border-radius: 4px;
  font-weight: 400;
  transition: 0.3s;
}

.footer-cell li {
  margin-bottom: 9px;
}

a.button.wc-forward:hover {
  background: #586acd;
  color: #ececec;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  color: #ececec;
  background: #4a34eb;
  width: 100%;
  border-radius: 6px;
  margin-top: 19px !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained.disabled:hover:before {
  opacity: 1;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:after {
  content: "";
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  z-index: 100;
  -webkit-animation: pulseBlob 1.5s 1s infinite linear;
  animation: pulseBlob 1.5s 1s infinite linear;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background: #586acd;
}

button#place_order {
  background: #000;
  border-radius: 6px;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  display: inline-block;
  line-height: 26px;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce-privacy-policy-text {
  font-size: 11px;
  margin-bottom: 22px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  padding: 1.75rem 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  margin-top: 50px;
}

.woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 17px;
}

.wc_payment_methods input[type="radio"].input-radio {
  display: none;
}

.wc_payment_methods li {
  list-style: none;
  margin-bottom: 10px;
}


.yorkup_ajax-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

.yorkup_ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yorkup_spinner {
  animation: yorkup_rotate 2s linear infinite;
  width: 50px;
  height: 50px;
}

.yorkup_path {
  stroke: #5652bf;
  stroke-linecap: round;
  animation: yorkup_dash 1.5s ease-in-out infinite;
}

@keyframes yorkup_rotate {
  100% {
      transform: rotate(360deg);
  }
}

@keyframes yorkup_dash {
  0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
  }

  50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
  }

  100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
  }
}

.yorkup_products-main.loading {
  opacity: 0.5;
  pointer-events: none;
}

.wc_payment_methods label {
  display: flex;
  align-items: center;
  cursor: pointer;
  align-content: center;
}

.wc_payment_methods input[type="radio"].input-radio + label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 2px solid #0f172a;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.wc_payment_methods input[type="radio"].input-radio:checked + label::before {
  background-color: #7ad03a;
  border-color: #7ad03a;
}

.wc_payment_methods label span {
  flex: 1;
  font-size: 16px;
}

.wc_payment_methods label img {
  max-width: 66px;
  height: auto;
  margin-left: 10px;
  margin-top: 2px !important;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  min-width: 45px;
  border-right: none;
}

.wc_payment_methods label {
  margin-bottom: 18px;
}

.woocommerce table.shop_table td {
  border-top: 0;
  /* border-bottom: 0; */
  text-align: center;
}

h3.summary-checkout__title {
  margin-bottom: 20px;
  font-size: 19px;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 0 17px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: auto;
  object-fit: contain;
  max-height: 60px;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin-bottom: 16px;
  margin-top: 30px;
}

.checkout-step-body {
  padding: 0px 20px;
}

.coupon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container.page_inner_block ul {
  margin: 0;
  padding: 0;
}

.container.page_inner_block h1, h2, h3, h4, h5, h6 {
  margin-bottom: 19px;
  margin-top: 19px;
}

.container.page_inner_block ul li {
  list-style-type: disc;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 22px;
}

.container.page_inner_block h1, h2, h3, h4, h5, h6 {
  margin-bottom: 19px;
}

.container.page_inner_block ul {
  list-style-type: disc;
  padding-left: 1em;
  margin-bottom: 2em;
}

li.phone_number a {
  font-weight: 900;
  font-size: 16px;
}

.container.page_inner_block p {
  line-height: 29px;
}

.container.page_inner_block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container.page_inner_block ol {
  list-style-type: disc;
  padding-left: 1em;
  margin-bottom: 2em;
}

p#billing_email_field span.optional {
  display: none;
}

span.zen-ui-select__value-text::first-letter {
  text-transform: capitalize;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 36px !important;
  font-size: 12px;
}

ul.woocommerce-error {
  padding: 10px !important;
}

.woocommerce-checkout #billing_email_field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff3939 !important;
}

.woocommerce-checkout #billing_email_field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff3939 !important;
}

.woocommerce-checkout #billing_email_field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff3939 !important;
}

.woocommerce-checkout #billing_email_field input:-moz-placeholder {
  /* Firefox 18- */
  color: #ff3939 !important;
}

p#billing_country_field {
  display: none;
}

/*/ REMOVE /*/
li.menu-item-has-children {
  /* display: none; */
}

.woocommerce-cart .container.page_inner_block, .woocommerce-checkout .container.page_inner_block {
  margin-top: 50px;
}

.woocommerce-checkout .container.page_inner_block ul li {
  list-style-type: none;
}


.content_product_exc {
  padding: 30px;
  background: #f9f9f9;
  text-align: justify;
  padding-bottom: 15px;
  border-radius: 5px;
  margin-bottom: 0;
}

.content_product_exc p {
  margin-bottom: 20px;
  margin-top: 20px;
}

.content_product_exc img {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.content_product_exc h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

button.btn.product-btn.add-to-cart-btn.single_add_to_cart_button.button.alt:after, a.btn.product-btn.add-to-cart-btn.button.add_to_cart_button:after {
  content: "";
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  z-index: 100;
  -webkit-animation: pulseBlob 1.5s 1s infinite linear;
  animation: pulseBlob 1.5s 1s infinite linear;
}

a.btn.product-btn.add-to-cart-btn.button.add_to_cart_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.products-item .products-item-prices {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ckeditor-html5-video video {
  width: 100%;
}

.woocommerce-info {
  border-color: #f44336;
}

.woocommerce-info::before {
  color: #f44336;
}

a.woocommerce-Button.wc-forward.button {
  color: #ececec;
  background: #4a34eb;
  border-radius: 4px;
  margin-top: 0;
  transition: 0.3s;
  font-weight: 400;
}

a.woocommerce-Button.wc-forward.button:hover {
  background: #586acd !important;
}

li.woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
}

.single-product__meta.price_boxed {
  margin-top: 39px;
}

.product_payment-methods {
  margin-top: 40px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}

.product_payment-methods_title {
  font-weight: 800;
  color: #292b31;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.product_payment-methods_text {
  font-size: 11px;
  color: #292b31;
  margin-top: 0px;
}

.wc-block-components-formatted-money-amount {
  font-weight: 800;
  color: #f44336;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 500;
}

.wc-block-components-product-metadata__description {
  display: none;
}

.product_payment-methods_list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_payment-methods_item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
}


.product_actions-wrap {
  margin-bottom: 40px;
  position: relative;
  padding-right: 0;
}

span.link.link--dashed.js-show-warranty-modal {
  color: #e91e63;
  border-bottom: 1px dashed;
}


.product_chose-helper_text {
  margin-top: 4px;
  font-size: 14px;
  color: #222d4a;
}

.product_chose-helper_text .as-link, .product_chose-helper_text a {
  color: #4a34eb;
  display: inline-block;
  cursor: pointer;
}

.product_chose-helper_text .as-link:hover, .product_chose-helper_text a:hover {
  color: #0094ca;
  border-color: #0094ca;
}

.product_chose-helper_img {
  width: 50px;
  height: 50px;
  background: url(../images/planning-managing-agenda-svgrepo-com.svg) no-repeat 50%;
  background-size: contain;
  position: absolute;
  bottom: 13px;
  left: 130px;
}

span.city-name {
  font-weight: 800;
}

.product_chose-helper:after {
  content: "";
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  z-index: 100;
  -webkit-animation: pulseBlob 1.5s 1s infinite linear;
  animation: pulseBlob 1.5s 1s infinite linear;
}

span.delivery-date {
  font-weight: 600;
}

.product_warranty.js-product-warranty.deliv {
  border-radius: 5px;
  background: #f9f8f8;
  padding: 10px;
}

.product_warranty.js-product-warranty.deliv {
  margin-top: 21px;
  text-align: center;
}

span.feedback {
  font-size: 13px;
  margin-top: -8px;
  font-weight: 700;
}

.yith-wcwl-wishlistexistsbrowse a {
  color: #e91e63;
  display: none;
}

.yith-wcwl-wishlistexistsbrowse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

span.wishlist_heart {
  float: right;
  margin-left: 17px;
}

a.add_to_wishlist.single_add_to_wishlist.button.alt {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

a.add_to_wishlist.single_add_to_wishlist.button.alt span {
  font-size: 12px;
  white-space: nowrap;
  color: #1e1f22;
}

a.item-related__btn.item-card__btn.btn-b.ajax-add-to-cart.button svg {
  display: none;
}

.product-sub_headblock {
  font-size: 11px;
  display: flex;
  gap: 30px;
  color: #79a341;
  margin-top: 16px;
}


p.product-sku span {
  font-weight: 400;
  color: #000;
}

p.product-sku span {
  font-weight: 400;
}

span.cashback {
  position: absolute;
  top: 16px;
  left: 14px;
  right: auto;
  font-size: 11px;
  z-index: 100;
  pointer-events: none;
  background: #ffc008;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

@keyframes pulseBlob {
  0% {
      transform: scale(0.2);
      opacity: 0;
  }

  33% {
      transform: scale(1);
      opacity: 1;
  }

  100% {
      transform: scale(3);
      opacity: 0;
  }
}

.wc_auth-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.wc_auth-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.wc_auth-tabs {
  display: flex;
  justify-content: space-around;
}

.wc_auth-tab {
  list-style: none;
}

.wc_auth-tab a {
  text-decoration: none;
  font-size: 1.5em;
}

.wc_auth-tab a.active {
  color: #2196f3;
}

.wc_auth-or {
  text-align: center;
  margin: 10px 0;
}

.wc_auth-modal-content button {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

#otpField {
  margin-top: 10px;
}

.yorkup-comment-menu a svg {
  background: #fcfcfc;
  padding: 3px;
  border-radius: 5px;
}

.product_item_price_current {
  font-weight: 900;
  font-size: 23px;
  color: #f44336;
}

.product_price_cashback {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: #222d4a;
  left: 0;
  top: 2px;
  position: absolute;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
}

.pad_50 {
  padding-top: 50px;
}


.content_inner_desc {
  margin-top: 25px;
}

.product_item_img img {
  max-height: 185px;
}

a.instruction-link {
  gap: 6px;
  display: flex;
  margin-top: 17px;
  align-content: center;
  align-items: center;
}

nav.header-nav {
  display: flex;
}

.yorkup-search-bar form {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

.yorkup_account a {
  color: #fff;
}

.yorkup_account {
  background: #191818;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  color: #fff;
}

a.yorkup_nickname {
  color: #ededed;
}

.yorkup_cart {
  background: none;
  border: none;
  border-left: 1px solid #ffffff3d;
  padding: 9px 10px 10px 20px;
  cursor: pointer;
  margin-left: 10px;
}


.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  background-color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.back-to-top svg {
  width: 19px;
  height: 19px;
  color: #2b2a2a;
}

.back-to-top .progress-border {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  clip-path: circle(50%);
}

.attribute-filter-group br {
  display: none;
}

.back-to-top .progress-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 4px solid #ffffff;
  clip-path: circle(50%);
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.back-to-top.hidden {
  display: none;
}

.subcategories-slider .swiper-slide span {
  font-weight: 300;
  font-size: 10px;
}

.custom-fixed-tab {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  transition: top 0.3s ease-in-out;
}

.custom-fixed-tab.fixed {
  position: fixed;
  top: 57px;
  width: 100%;
  z-index: 998;
  background-color: #f7f7f7;
  display: none;
}

.buttons_balance {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  align-content: center;
  margin-top: 30px;
  position: relative;
  justify-content: space-between;
}

.product-instruction {
  display: flex;
  width: auto;
}

.custom-tabs {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
}

.product_item_ykup span.cashback_cat {
  top: -5px;
  left: -5px;
  background: #ffc109;
  padding: 5px;
  border-radius: 5px;
  right: auto;
}

.product_item_inf {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.product_item_inf .product_item_price_current {
  display: flex;
  flex-direction: column-reverse;
}

.yorkup-vertical-menu a svg {
  background: #f2f2f2;
  color: transparent;
  border-radius: 5px;
  padding: 3px;
}

.custom-tabs li {
  cursor: pointer;
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.home-best-sellers {
  margin-bottom: 40px;
  margin-top: 40px;
}


@keyframes pulse {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.2);
  }

  100% {
      transform: scale(1);
  }
}

#voice-search-button.recording svg {
  animation: pulse 1s infinite;
}

.custom-tabs li.active {
  border-bottom: 4px solid #19181847;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  background: transparent;
  padding: 0;
}

span.product-slide-video-info svg {
  border-radius: 5px;
  background: #4a34eb;
  padding: 4px;
}

.product-slide-video:after {
  content: none;
}

.home-catalog {
  margin-bottom: 20px;
}


button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  color: #ececec;
  background: #4a34eb;
  width: 100%;
  border-radius: 6px;
  margin-top: 19px !important;
  padding: 16px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  text-indent: 8px;
  padding: 10px;
  background: #e7f0fe;
  border-radius: 5px;
  border: none;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  color: #fff;
  background: #1d1d1d;
  width: 100%;
  border-radius: 6px;
  margin-top: 19px !important;
  padding: 16px;
}

.woocommerce form .form-row label {
  margin-bottom: 12px;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
  background: #e7f0fe !important;
  border-radius: 5px !important;
  border: none !important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  margin-top: 2px !important;
  margin-left: 10px !important;
}

.home-catalog-item-img img {
  position: relative;
  max-height: 75%;
  width: auto;
  height: auto;
}

/*/ajax search/*/
.ajax-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ajax-search-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}

.ajax-search-item:last-child {
  border-bottom: none;
}

.ajax-search-item img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  margin-right: 10px;
}

.ajax-search-content {
  flex: 1;
}

.ajax-search-content h4 {
  margin: 0;
  font-size: 16px;
}

.ajax-search-content .price {
  color: #f00;
  font-weight: bold;
}

.ajax-search-item .category-label {
  display: block;
  font-size: 12px;
  color: #666;
}

.ajax-search-load-more {
  width: 100%;
  padding: 10px;
  background-color: #f2f2f2;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.ajax-search-load-more:hover {
  background-color: #e2e2e2;
}

.ajax-search-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.search-active .search-overlay {
  display: block;
}


html.search-active, body.search-active {
  height: 100%;
  overflow: hidden;
}

.ajax-search-results {
  max-height: 300px;
  overflow-y: auto;
}

.ajax-search-results {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 600px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1000;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 5px;
}

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

.ajax-search-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.ajax-search-item:last-child {
  border-bottom: none;
}

.ajax-search-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.ajax-search-content {
  flex: 1;
}

.ajax-search-content h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.ajax-search-content .price {
  color: #f44336;
  font-weight: bold;
}

.ajax-search-content .category-label {
  display: block;
  font-size: 12px;
  color: #666;
}

.ajax-search-load-more:hover {
  background-color: #343232;
}

button.ajax-search-load-more {
  background: #000000;
  color: #fff;
}

.products-main.no-sidebar #product-results {
  grid-template-columns: repeat(5, 1fr);
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
}

.woocommerce-MyAccount-navigation li::marker {
  content: "";
}

.woocommerce-MyAccount-navigation li svg {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.menu-label {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: bold;
}

.custom-my-account-orders {
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.custom-my-account-orders h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
.custom-orders-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.custom-orders-table__header {
  background-color: #f8f8f8;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border-bottom: 2px solid #ddd;
}

.custom-orders-table__cell {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  vertical-align: middle;
}

.custom-orders-table__order-number a {
  color: #f44336;
  font-weight: 800;
  text-decoration: none;
}

.custom-orders-table__order-number a:hover {
  text-decoration: underline;
}

.custom-orders-table__button {
  background-color: #000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  transition: background-color 0.3s ease;
}

.custom-orders-table__button:hover {
  background-color: #f44336;
}

.custom-account-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 0;
}

.custom-account-content h2 {
  font-size: 19px;
  margin-bottom: 20px;
}

.custom-order-details table {
  width: 100%;
  border-collapse: collapse;
}

.custom-order-details th, .custom-order-details td {
  padding: 10px;
  border: 1px solid #e0e0e0;
}

.custom-order-details th {
  background-color: #f9f9f9;
}


.zen-ui-select__value {
  text-indent: 8px;
  padding: 10px !important;
  background: #e7f0fe;
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #d9d9d9;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  caret-color: #000;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #000;
  line-height: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 27px !important;
  border-color: transparent;
}

.zen-ui-select__value:hover {
  background: #e7f0fe;
}

.woocommerce-MyAccount-content fieldset {
  border: none;
  margin-top: 28px;
  margin-bottom: 28px;
}

.woocommerce-MyAccount-content legend {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 800;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
  color: #ececec;
  background: #4a34eb;
  border-radius: 6px;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  left: auto;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.slider-arrow-next, .slider-arrow-prev {
  transition: opacity 0.3s ease;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  color: #fff;
}

textarea#order_comments {
  height: 82px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #e7f0fe;
  color: #000000;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #e7f0fe;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: #e7f0fe00;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.cart-checkout a {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  border-radius: 6px;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  display: inline-block;
  line-height: 26px;
  box-shadow: none;
  text-shadow: none;
}

button#place_order, .cart-checkout a {
  color: #ececec;
  background: #4caf50;
  width: 100%;
  border-radius: 6px;
  margin-top: 19px !important;
}

.cart-checkout a {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  font-size: 100%;
  text-align: center;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  border-radius: 6px;
  display: inline-block;
  line-height: 26px;
  box-shadow: none;
  text-shadow: none;
}

.button#place_order:before, .wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a.checkout:before, .cart-checkout a:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.button#place_order:after, .wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a.checkout:after, .cart-checkout a:after {
  content: "";
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  z-index: 100;
  -webkit-animation: pulseBlob 1.5s 1s infinite linear;
  animation: pulseBlob 1.5s 1s infinite linear;
}

.woocommerce-privacy-policy-text a {
  color: #4a34eb;
}

p.form-row.form-row-last button.button {
  color: #ececec;
  background: #4a34eb;
  width: 100%;
  height: 40px;
  border-radius: 6px;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal {
  display: none;
}

.woocommerce .quantity .qty {
  border: 1px solid #dddddd;
}

table.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}

.cart-head .cart-total-value {
  font-size: 15px;
}

.cart-total span.woocommerce-Price-amount.amount {
  font-weight: 700;
}

td.product-thumbnail {
  border-right: none;
}

td.product-name {
  border-left: none;
}

.mobile-menu-container {
  display: none;
}

.products-item.outstock {
  opacity: 0.5;
  position: relative;
}

.products-item.outstock::after {
  content: "Out of stock";
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(74 52 235 / 99%);
  color: #fff;
  padding: 3px 8px;
  font-size: 7px;
  border-radius: 3px;
}

.button.out-of-stock-button {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
  color: #666;
}


/*/mob filter /*/


.wc-mobile-sidebar {
  display: none;
}


.cart-count {
  position: absolute;
  top: 5px;
  right: 29px;
  background-color: #4caf50;
  color: #fff;
  border-radius: 50%;
  padding: 1px 6px;
  font-size: 9px;
}

.wc-mini-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.wc-mini-cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.wc-mini-cart-sidebar {
  position: fixed;
  top: 0;
  right: -90%;
  width: 90%;
  max-width: 400px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  transition: right 0.3s ease, opacity 0.3s ease;
  z-index: 1001;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
}

.wc-mini-cart-sidebar.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.close-mini-cart {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  position: absolute;
}

.close-mini-cart.top-close {
  top: 15px;
  right: 15px;
}

.close-mini-cart.bottom-close {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  background-color: #1e1e1e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

.wc-mini-cart-sidebar .mini-cart-content {
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #333;
  margin-top: 30px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}


.wc-mini-cart-sidebar .woocommerce-mini-cart .mini_cart_item img {
  width: 94px;
  height: 94px;
  margin-right: 0;
  border-radius: 0;
  border: 1px solid #ede8e8;
  object-fit: contain;
  padding: 6px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart .mini_cart_item a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
  font-size: 16px;
  gap: 23px;
  flex-direction: column;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart .mini_cart_item .remove_from_cart_button {
  background: none;
  border: none;
  font-size: 18px;
  color: #f44336;
  position: absolute;
  right: 35px;
  cursor: pointer;
  margin-left: 10px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart .mini_cart_item .quantity {
  font-size: 14px;
  color: #3f3f3f;
  margin-left: 0;
  text-align: left;
  margin-top: 14px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__total {
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  text-align: right;
  color: #f44336;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__total strong {
  color: #000;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 12px;
  flex-direction: column;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a {
  text-decoration: none;
  font-size: 14px;
  padding: 15px 19px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a.wc-forward {
  background-color: #000000;
  border-radius: 4px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a.checkout {
  background-color: #4caf50;
  border-radius: 4px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a:hover {
  opacity: 0.9;
}

.wc-mini-cart-sidebar .top-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 15px;
  padding: 8px;
  background: #e6e6e6;
}

.wc-mini-cart-sidebar .bottom-close {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  display: none;
}

div#modal-reviews {
  display: none;
}

p.woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #080717;
  margin-top: 12px;
}

.woocommerce-order-received section.woocommerce-order-details {
  display: none;
}

.woocommerce-order-received .container.page_inner_block p {
  display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: block;
}

.woocommerce-order-received address {
  display: none;
}


a.yorkup-footer-link:nth-child(2) {
  display: none;
}

span.cart-mini_head {
  position: relative;
  font-size: 17px;
  font-weight: 800;
  margin-left: 20px;
}

/*/rating/*/

.frating-stars {
  display: flex;
}

.frating-stars .star {
  font-size: 18px;
  position: relative;
  display: inline-block;
  color: #FFC107;
}

.frating-stars .star.empty {
  color: #cccccc;
}

.frating-stars .star.half {
  color: #cccccc;
}

.frating-stars .star.half::before {
  content: "\2605";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #ffc008;
}

.frating-info {
  margin-top: 5px;
  color: #1f1f1f;
  font-weight: 400;
}

div#product-results .frating-info, .products-slide .frating-info {
  display: none;
}

div#product-results .frating, .products-slide .frating {
  margin: 0;
  padding: 0;
  border: none;
}

div#product-results .frating-stars .star, .products-slide .frating-stars .star {
  font-size: 16px;
}

.yorkup-vertical-menu li:hover {
  background: #f8f8f8;
}


a.wishlist-icon,a.compare-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whcomparebox {
  display: flex;
  gap: 19px;
  margin-left: 23px;
  margin-right: 15px;
}

.yorkup_cart_button {
  display: flex;
  justify-content: center;
  align-items: center;
}

h1.page-404-title {
  color: #000;
}
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --container-padding: 20px;
  --header-height: 68px;
  --plyr-color-main: #000000;
  --plyr-audio-control-background-hover: #010101;
  --plyr-audio-control-color: #000;
}


.scrollbar {
  scrollbar-color: #000000 #d5e6f1;
  scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 12px;
}

.scrollbar::-webkit-scrollbar-track {
  background: #d5e6f1;
  border-radius: 12px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #050505;
  border-radius: 12px;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.h1 {
  font-weight: 700;
  font-size: 64px;
  color: #000;
}

.h2 {
  font-weight: 700;
  font-size: 56px;
  color: #000;
}

.h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.33;
  color: #000;
}

.ajax-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}


.h4 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.h5 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

/* base */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:after, *:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body {
 font-family: "Exo 2", serif;
 font-optical-sizing: auto;
 color: #131517;
 -webkit-font-smoothing: subpixel-antialiased;
 -moz-font-smoothing: subpixel-antialiased;
 -webkit-text-size-adjust: 100%;
 -moz-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 text-size-adjust: 100%;
 min-width: 375px;
 background: linear-gradient(-45deg, #e9e7e7, #f0f0f0, #f1f1f1, #f8f8f8);
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 min-height: 100vh;
 position: relative;
 line-height: 1.4;
 font-size: 14px;
 padding-top: var(--header-height);
}

a {
  color: #131517;
  text-decoration: none;
}

a:focus, a:active {
  outline: none;
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

input, button, select, textarea {
  color: #000;
  font: inherit;
  margin: 0;
}

input:focus, button:focus, select:focus, textarea:focus {
  outline: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button.load-more-products-btn {
    width: 100%;
}


button.load-more-products-btn {
            background: transparent;
            border: 2px solid transparent;
            color: #333;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            padding: 14px 32px;
            align-items: center;
            text-transform: uppercase;
            gap: 7px;
            transition: all 0.3s ease;
            display: flex;
            position: relative;
            border-radius: 8px;
            width: auto;
            justify-content: center;
        }

        button.load-more-products-btn svg {
            width: 16px;
            height: 16px;
            transition: all 0.3s ease;
        }

        button.load-more-products-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 2px solid #3d9e42;
            border-radius: 8px;
            clip-path: polygon(
                0 0,
                0 0,
                0 100%,
                0 100%
            );
            transition: clip-path 0.4s ease;
        }

        button.load-more-products-btn:hover::before {
            clip-path: polygon(
                0 0,
                100% 0,
                100% 100%,
                0 100%
            );
        }

        button.load-more-products-btn:hover {
            color: #131517;
        }

        button.load-more-products-btn:hover svg {
            transform: rotate(180deg);
        }

button[disabled], input[disabled] {
  cursor: default;
  pointer-events: none;
}

img {
  border: 0;
  max-width: 100%;
}

ul {
  list-style: none;
}


.flex-row {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row-item {
  padding-left: 20px;
  padding-right: 20px;
}

use {
  fill: none;
}

.swiper-slide {
  height: auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  border: 0;
  background: #000;
  padding: 0 24px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-weight: 700;
  max-width: 100%;
  line-height: 1;
  border-radius: 6px;
  text-transform: uppercase;
}

.btn svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.btn > *:not(:last-child) {
  margin-right: 10px;
}

.btn:hover {
  background-color: #000;
}

.btn[disabled], .btn.disabled {
  color: #828282;
  background-color: #d9d9d9;
  cursor: not-allowed;
  margin-top: 20px;
}

.btn-gray {
  background-color: #d9d9d9;
  color: #000;
}

.btn-gray:hover {
  color: #000;
  background-color: #d9d9d9;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-white:hover {
  color: #000;
  background-color: #fff;
}

.btn-full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn-small {
  height: 56px;
}

.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-block svg, .icon-block img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.icon-block > *:not(:last-child) {
  margin-right: 8px;
}

.checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  line-height: 1;
}

.checkbox-label.active .checkbox-label-icon:before {
  opacity: 0;
}

.checkbox-label.active .checkbox-label-icon svg {
  opacity: 1;
}

.checkbox-label.active .checkbox-label-title {
  color: #000;
}

.checkbox-label-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  margin: 2px 10px 2px 2px;
  position: relative;
}

.checkbox-label-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: solid 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.checkbox-label-icon svg {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.checkbox-label-title {
  min-width: 1px;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.radio-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-size: 14px;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); body {
 font-family: "Exo 2", serif;
  margin: 0;
  padding: 0;
}

.yorkup-header {
  color: black;
  width: 100%;
  background: linear-gradient(-45deg, #e9e7e7, #f0f0f0, #f1f1f1, #f8f8f8);
}

.container {
  max-width: 1325px;
  margin: 0 auto;
  padding: 0px 12px;
}

.yorkup-comment-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  min-width: 200px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: scale-up 0.5s;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  padding: 14px 10px 14px 10px;
}

.yorkup-comment-menu a {
  display: flex;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  text-decoration: none;
  color: black;
  gap: 7px;
  align-content: center;
}

.yorkup-comment-menu a:hover {
  background-color: #f1f1f1;
}

.yorkup-comment-menu a i {
  margin-right: 10px;
}

.yorkup-comment-dropdown:hover .yorkup-comment-menu {
  display: block;
  opacity: 1;
}

.yorkup_top_menu a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  margin: 10px;
  font-weight: 300;
}

.yorkup-header-bottom {
  position: relative;
  background: linear-gradient(-45deg, #131e2e, #282828, #131517, #1f1e1e);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yorkup-menu-toggle {
  background: linear-gradient(-45deg, #222323, #282828, #131517, #1b1c1d);
  border: none;
  color: #ededed;
  padding: 12px 23px 12px 23px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.yorkup-menu-toggle i {
  margin-left: 5px;
}

.yorkup-vertical-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  color: black;
  width: 250px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.yorkup-vertical-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.yorkup-vertical-menu li {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: block;
}

.yorkup-vertical-menu li:hover > .yorkup-mega-menu {
  display: flex;
  opacity: 1;
  align-items: flex-start;
}


.yorkup-vertical-menu li.active {
  background-color: #f8f9fa;
  border-left: 3px solid #4a34eb;
}

.yorkup-vertical-menu li.active > a {
  background-color: #f8f9fa;
  color: #4a34eb;
  font-weight: 600;
}

.yorkup-mega-menu {
  transition: opacity 0.2s ease-in-out;
}

.yorkup-vertical-menu li {
  transition: all 0.2s ease-in-out;
}

.yorkup-vertical-menu a {
  transition: all 0.2s ease-in-out;
}

.yorkup-vertical-menu li:hover {
  background-color: #f1f1f1;
}


.yorkup-mega-menu {
  pointer-events: auto;
}

.yorkup-vertical-menu {
  pointer-events: auto;
}

.yorkup-vertical-menu a {
  display: flex;
  align-items: center;
  padding: 5px;
  gap: 12px;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  color: black;
  align-content: center;
}

.yorkup-vertical-menu a:hover {
  background-color: transparent;
}

.yorkup-vertical-menu a img {
  margin-right: 10px;
}

.yorkup-mega-menu {
  column-count: 4;
  column-gap: 25px;
  position: absolute;
  height: max-content;
  min-height: 84vh;
  top: 0;
  left: 250px;
  width: calc(1250px - 250px);
  background-color: white;
  color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 8px 10px 5px 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.yorkup-mega-menu .yorkup-column {
  break-inside: avoid;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.yorkup-mega-menu .yorkup-category-title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1px;
}

.yorkup-column-row {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-content: flex-start; */
}

.yorkup-mega-menu .yorkup-column a {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  font-weight: 300;
  transition: 0.3s;
  text-decoration: none;
  color: black;
}

.yorkup-mega-menu .yorkup-column a:hover {
  color: #4a34eb;
}

.yorkup-mega-menu .yorkup-banner {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yorkup-mega-menu .yorkup-banner img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.yorkup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

button.no_border {
  border: none;
}

button.yorkup_enter {
  padding: 10px 20px 10px 20px;
  margin-left: 0;
  border: none;
  background: #1f1f1f;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
}

a.yorkup_lang {
  border-bottom: 1px solid;
  font-weight: 700;
}

.yorkup-vertical-menu.show + .yorkup-overlay {
  display: block;
}

.yorkup-mobile-footer {
  display: none;
}


.radio-label.active .radio-label-icon {
  border-color: #000;
}

.radio-label.active .radio-label-icon:before {
  opacity: 1;
}

.radio-label-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  border: solid 1px #d9d9d9;
  border-radius: 50%;
  position: relative;
}

.radio-label-icon:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-color: #000;
}

.radio-label-title {
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkbox-input, .radio-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form-block {
  display: block;
  margin-bottom: 40px;
  position: relative;
}

.form-block:last-child {
  margin-bottom: 0;
}


.form-block-title {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}

.input-block {
  position: relative;
  display: block;
}

.input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #d9d9d9;
  background: #fff;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  caret-color: #000;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #000;
  line-height: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
}

.input:focus {
  border-color: rgba(5, 63, 105, 0.5);
}

.input.disabled {
  background-color: #d9d9d9;
}

.input:-webkit-autofill {
  -webkit-text-fill-color: #000;
  caret-color: #000;
  background-color: transparent;
  -webkit-transition: background-color 5000000s 0s;
  -o-transition: background-color 5000000s 0s;
  transition: background-color 5000000s 0s;
}

.input:-webkit-autofill::first-line {
 font-family: "Exo 2", serif;
  caret-color: #000;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.textarea {
  height: 84px;
  resize: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.select {
  position: relative;
}

.select.active {
  z-index: 99;
}

.select.active .select-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.select.active .select-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select.active .select-toggle {
  border-color: rgba(5, 63, 105, 0.5);
}

.select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 6px;
}

.select-toggle {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #d9d9d9;
  background: #fff;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  caret-color: #000;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #000;
  line-height: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  position: relative;
  z-index: 1;
}

.select-toggle:focus {
  border-color: rgba(5, 63, 105, 0.5);
}

.select-toggle.disabled {
  background-color: #d9d9d9;
}

.select-toggle:-webkit-autofill {
  -webkit-text-fill-color: #000;
  caret-color: #000;
  background-color: transparent;
  -webkit-transition: background-color 5000000s 0s;
  -o-transition: background-color 5000000s 0s;
  transition: background-color 5000000s 0s;
}

.select-toggle:-webkit-autofill::first-line {
 font-family: "Exo 2", serif;
  caret-color: #000;
}

.select-toggle:focus {
  border-color: #d9d9d9;
}

.select-value {
  min-width: 1px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-value:empty:before {
  content: attr(data-placeholder);
  color: rgba(0, 0, 0, 0.4);
}

.select-arrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.select-list {
  position: absolute;
  inset: 100% 0 auto 0;
  margin-top: 4px;
  z-index: 66;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 4px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 328px;
  border: solid 1px #d9d9d9;
}

.select-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4px;
}

.select-list li:last-child {
  margin-bottom: 0;
}

.select-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  min-height: 40px;
  color: inherit;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
}

.select-list a:hover {
  background-color: #f1f1f1;
  color: #000;
}

.select-list .active a {
  background-color: #f1f1f1;
  color: #000;
}

.tab-block {
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.tab-block:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 0;
}

.cover-img {
  position: relative;
}

.cover-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}

.fit-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fit-img picture, .fit-img img {
  display: block;
  max-height: 100%;
  object-fit: contain;
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}

.slider-dots:first-child {
  margin-top: 0;
}

.slider-dots:last-child {
  margin-bottom: 0;
}

.slider-dots span {
  margin: 0 8px 0 0 !important;
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 4px;
  opacity: 1;
  background-color: #f1f1f1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.slider-dots span:last-child {
  margin-right: 0 !important;
}

.slider-dots span.swiper-pagination-bullet-active {
  background-color: #000;
  width: 32px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  border: 0;
  z-index: 66;
}

.slider-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-arrow:hover {
  color: #454545;
}

.slider-arrow.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: auto;
}

.slider-arrow-prev {
  left: 0;
}

.slider-arrow-next {
  right: 0;
}

[type="number"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

::-webkit-outer-spin-button, ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

::-webkit-file-upload-button, ::file-selector-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.item-link {
  position: absolute;
  inset: 0;
  z-index: 6;
}


#product-results button.yorkup-wishlist-btn.wishlist-btn-slider {
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: none;
    z-index: 100;
    border: 1px solid #ddd;
}


.home-best-sellers .products-item-gallery img {
    max-height: 170px;
    min-height: 170px;
}


.select-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  position: relative;
}

.select-number:hover .select-number-input {
  border-color: #000;
}

.select-number .input-block {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
}

.select-number-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 1;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: #000;
}

.select-number-btn:before, .select-number-btn:after {
  content: "";
  position: absolute;
  inset: 50% 2px auto;
  margin-top: -1px;
  height: 2px;
  background-color: currentColor;
}

.select-number-btn:hover {
  color: #000;
}

.select-number-btn-minus {
  left: 12px;
}

.select-number-btn-plus {
  right: 12px;
}

.select-number-btn-plus:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.select-number-input {
  padding: 0 28px;
  text-align: center;
  font-weight: 500;
}

.goverlay {
  background: none;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.goverlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}

.glightbox-mobile .goverlay, .goverlay {
  background: none;
}

.glightbox-container {
  height: auto;
  bottom: 0;
}

.gslide-description[style="max-width: 1440;"] {
  max-width: 1440px !important;
}

.gslide-title:last-child {
  margin-bottom: 0;
}

.glightbox-clean .gslide-title {
 font-family: "Exo 2", serif;
}

.glightbox-clean .gslide-media {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.link {
  color: inherit;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.link:hover {
  background-color: #f1f1f1;
}

.content-text {
  line-height: 1.5;
  display: grid;
  grid-gap: 20px;
}

.content-text ol {
  list-style: none;
  counter-reset: counter;
}

.content-text ol li {
  padding-left: 20px;
  position: relative;
  display: flow-root;
  margin-bottom: 8px;
}

.content-text ol li:last-child {
  margin-bottom: 0;
}

.content-text ol li:before {
  content: counters(counter, ".") "\002E";
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: counter;
  font-weight: 500;
}

.content-text ul li {
  position: relative;
  padding-left: 20px;
  display: flow-root;
  margin-bottom: 8px;
}

.content-text ul li:last-child {
  margin-bottom: 0;
}

.content-text ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  left: 8px;
  top: 0.66em;
  background-color: currentColor;
  border-radius: 50%;
  will-change: transform;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 666;
  background: -o-linear-gradient(bottom, #d9d9d9 1px, #fff 1px);
  background: linear-gradient(to top, #d9d9d9 1px, #fff 1px);
}

.header > .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  height: var(--header-height);
}

.header-nav-toggle {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  color: inherit;
}

.header-nav-toggle:before {
  content: "";
  position: absolute;
  inset: -8px;
}

.header-nav-toggle svg {
  display: block;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.header-nav-toggle svg:last-child {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.header-nav-toggle.active svg:first-child {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.header-nav-toggle.active svg:last-child {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.header-nav.sub-menu-is-open {
  overflow-y: hidden;
}

.header-nav.sub-menu-is-open .header-submenu-back-link {
  height: 60px;
}

.header-nav:not(.sub-menu-is-open) .header-submenu-back-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.header-menu .current-menu-item > a {
  color: rgba(0, 0, 0, 0.6);
}

.header-mobile-menu {
  padding: 6px 0;
}

.header-mobile-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px var(--container-padding);
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.header-submenu-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 0 var(--container-padding);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  height: 60px;
  border-bottom: solid 1px #d9d9d9;
  -webkit-transition: opacity 0.4s, visibility 0.4s, height 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s, height 0.4s;
  transition: opacity 0.4s, visibility 0.4s, height 0.4s;
}


.header-submenu-back-link svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}


.header-sub-menu-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}


.header-sub-menu-block {
  padding: var(--container-padding);
  min-width: 1px;
}


.header-sub-menu-title {
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}


.header-sub-menu-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}


.header-sub-menu-product {
  border-left: solid 1px #d9d9d9;
  padding: 30px var(--container-padding) 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  position: relative;
  min-width: 1px;
}


.header-sub-menu-product:hover .header-sub-menu-product-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.header-sub-menu-product:hover .header-sub-menu-product-title {
  color: #000;
}

.header-sub-menu-product .products-item-prices {
  font-size: 14px;
  margin-top: 8px;
}


.header-sub-menu-product-img {
  width: 240px;
  aspect-ratio: 1/1;
  max-width: 100%;
  margin-bottom: 30px;
}


.header-sub-menu-product-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.header-sub-menu-product-title {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 20px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  max-width: 100%;
}


.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.logo {
  display: block;
}

.logo img {
  display: block;
  max-height: 42px;
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-links-list {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 30px;
}


.header-links-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 22px;
  height: 34px;
  color: inherit;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 6px;
}


.header-links-list a:hover {
  background-color: #f1f1f1;
}

.header-links-list a.header-cart {
  background: none;
}


.header-cart:hover .header-cart-count {
  background-color: #000;
  color: #fff;
}

.header-cart-count {
  height: 34px;
  width: 34px;
  display: grid;
  place-items: center;
  background-color: #ececec;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 10px;
  line-height: 1;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}


.header-search {
  position: absolute;
  inset: 0;
  z-index: 66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  background: -o-linear-gradient(bottom, #d9d9d9 1px, #fff 1px);
  background: linear-gradient(to top, #d9d9d9 1px, #fff 1px);
}

.header-search-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-body .form-block {
  margin: 0 32px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}


.header-search-body .input {
  background-color: #f1f1f1;
}

.header-search-is-open .header-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-search-submit, .header-search-close {
  height: 34px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: inherit;
  border-radius: 6px;
}


.header-search-submit:hover, .header-search-close:hover {
  background-color: #f1f1f1;
}

.header-search-submit {
  margin-right: 32px;
  background: none;
  border: 0;
}


.home-promo {
  background-color: #d9d9d9;
}

.home-promo .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
}


.home-promo-cell {
  position: relative;
  min-height: max(calc(70vh - var(--header-height)), 608px);
  padding: 44px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 1px;
}


.home-promo-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  overflow: hidden;
  will-change: transform;
}


.home-promo-img img {
  -o-object-position: center top;
  object-position: center top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-promo-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 6;
}

.home-promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  position: relative;
  z-index: 6;
  color: #fff;
  align-items: flex-start;
}


.home-promo-link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  z-index: 9;
}


.home-promo-shop-now .home-promo-img, .home-promo-shop-now .home-promo-link {
  right: 0;
}

.home-promo-shop-now-title {
 font-family: "Exo 2", serif;
  font-weight: 900;
  max-width: 266px;
  line-height: 1;
  font-size: 39px;
  text-transform: uppercase;
}


.shop-now-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
}

.shop-now-link:hover i {
  background-color: #fff;
  color: #000;
}

.shop-now-link i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}


.home-promo-collection .home-promo-img, .home-promo-collection .home-promo-link {
  left: 0;
}


.home-promo-collection-title {
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}


.home-catalog .container {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}


.home-catalog-item {
  padding: var(--container-padding);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  grid-template-columns: repeat(3, 1fr);
  display: flex;
  background: linear-gradient(-45deg, #f0f0f0, #f0f0f0, #fff, #f3f3f3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  border: none;
}


.home-catalog-item:hover .home-catalog-item-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.home-catalog-item:hover .home-catalog-item-view-all {
  color: #000;
}

.home-catalog-item:hover .home-catalog-item-view-all i {
  background-color: #ebebeb;
  border-color: #000000;
  color: #fff;
}

.home-catalog-item:last-child {
  border: 0;
}

.home-catalog-item-img {
  overflow: visible;
  margin-bottom: 4px;
  margin-top: 5px;
  object-fit: cover;
  max-height: 125px;
}


.home-catalog-item-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-catalog-item-title {
  margin-top: auto;
  font-size: 14px;
  text-transform: uppercase;
 font-family: "Exo 2", serif;
  font-weight: 900;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  line-height: 18px;
}


.home-catalog-item-view-all {
  margin-top: 20px;
}


.view-all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: none;
  font-size: 12px;
  flex: none;
  color: #434343;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  justify-content: center;
}

.view-all-link:hover {
  color: #000000;
}

.view-all-link:hover i {
  background-color: #eaeaea;
  border-color: #000000;
  color: #fff;
}

.view-all-link i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
  border: solid 1px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  -webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}

.view-all-link-white {
  color: #fff;
}

.view-all-link-white:hover {
  color: #fff;
}

.view-all-link-white:hover i {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.home-shop {
  background-color: #f8f7db;
  color: #fff;
}

.home-shop .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.home-shop-body {
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: max(calc(100vh - var(--header-height)), 685px);
  padding: 80px 0;
  background: url(../img/home-shop-bg.svg) right bottom no-repeat;
  background-size: contain;
}


.home-shop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 1px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-right: var(--container-padding);
}


.section-title {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 32px;
 font-family: "Exo 2", serif;
  text-transform: uppercase;
}


.section-title:last-child {
  margin: 0;
}

.home-shop-link {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 40px;
}


.home-shop-desc {
  margin-top: auto;
}


.home-shop-body-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: -40px;
  position: relative;
  z-index: 6;
  width: 225px;
}


.home-shop-body-img img {
  display: block;
  border-radius: 6px;
}

.home-shop-img {
  min-width: 1px;
}


.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
  padding: 20px 0;
  margin-bottom: 10px;
}


.section-head-title {
 font-family: "Exo 2", serif;
 font-size: 22px;
 font-weight: 900;
 min-width: 1px;
}


.section-head-desc {
  margin-top: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}


.home-best-sellers .section-head {
  margin: 0;
  border-bottom: 0;
}

.products-slider-wrapp {
  margin: 0 calc(var(--container-padding) * -1 - 52px);
  position: relative;
}


.products-slider-wrapp > .slider-arrow {
  z-index: 99;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}


.products-slider-body {
  overflow: hidden;
}

.products-slider {
  width: auto;
  margin: 0;
  max-width: 100%;
}

.products-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  border: none;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 4px;
  padding-left: 4px;
}

.products-slide:last-child {
  border-right: 0;
}

.products-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  border-radius: 8px;
  transition: 0.3s;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.attribute-filter-group label:hover {
  cursor: pointer;
  background: #f0f1f3;
}

.products-item:hover .products-item-quick-add {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.products-item:hover .products-item-title {
  color: #656565;
}

.products-item.disabled {
  pointer-events: none;
}

.products-item.disabled .products-item-gallery {
  opacity: 0.5;
}

.products-item.disabled .products-item-body {
  color: #828282;
}

.products-item-stickers {
  position: absolute;
  left: 12px;
  top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 12px;
  z-index: 6;
}

.products-item-sticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  background-color: rgba(5, 63, 105, 0.12);
}


.products-item-sticker-new {
  background-color: rgba(46, 86, 66, 0.12);
  color: #2e5642;
}

.products-item-sticker-sale {
  background-color: rgba(192, 58, 36, 0.12);
  color: #c03a24;
}

.products-item-sticker-disabled {
  background-color: #f1f1f1;
  color: #828282;
}

.products-item-gallery {
  display: block;
  position: relative;
  padding: 15px 15px 5px 15px;
  height: 200px;
  object-fit: contain;
  background: #fff;
}

.products-item-gallery .slider-arrow {
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.2);
  margin-top: -20px;
  opacity: 0;
}

.products-item-gallery .slider-arrow:hover {
  color: #1a1a1a;
}


.products-item-gallery .slider-arrow-prev {
  left: 8px;
}

.products-item-gallery .slider-arrow-next {
  right: 8px;
}

.products-item-img-default {
  -o-transition: opacity 0.4s;
  position: relative;
  height: 100%;
  width: 100%;
}

.products-item-imags {
  position: relative;
  inset: 0;
  width: auto;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.products-item-quick-add {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}


.products-item-quick-add-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-item-quick-add-colors {
  padding: 6px 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  min-width: 1px;
  overflow-x: auto;
}

.products-item-quick-add-colors a {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  position: relative;
  border: 1px solid #b8b8b8;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: currentColor;
}

.products-item-quick-add-colors a[style="color:#FFFFFF;"], .products-item-quick-add-colors a[style="color:#fff"] {
  border: solid 1px #d9d9d9;
}

.products-item-quick-add-colors a:before {
  content: "";
  position: absolute;
  inset: -3px;
  border: solid 2px #000;
  border-radius: 4px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.products-item-quick-add-colors a.active:before {
  opacity: 1;
}

.products-item-quick-add-btn {
  height: 30px;
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: grid;
  place-items: center;
  line-height: 1;
}

.products-item-quick-add-btn:hover {
  background-color: #000;
}

.products-item-quick-add-sizes {
  margin-top: 4px;
  background-color: #fff;
  padding: 22px 40px;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}


.products-item-quick-add-sizes a {
  width: 40px;
  height: 20px;
  border-radius: 6px;
  position: relative;
  min-width: 1px;
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  display: grid;
  place-items: center;
  line-height: 1;
  height: 36px;
}

.products-item-quick-add-sizes a:hover {
  background-color: #f1f1f1;
}

.products-item-quick-add-sizes a.active {
  background-color: #000;
  color: #fff;
}

.add-to-cart_category {
  background: linear-gradient(-45deg, #3e9e42, #55b759, #38a43c, #3e9e42);
  padding: 9px;
  border-radius: 5px;
  margin-top: 4px;
}

.products-item-quick-add-sizes a.disabled {
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.products-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: none;
  height: 186px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  background: linear-gradient(-45deg, #f0f0f0, #f4f4f4, #ffffff, #f7f7f7);
  -ms-flex-pack: justify;
  padding: 20px 20px 10px 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}


.products-item-title {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  line-height: 20px;
  font-size: 15px;
  min-height: 41px;
  font-weight: 800;
  margin-bottom: 9px;
  -o-text-overflow: ellipsis;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  min-width: 1px;
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}


.products-item-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  line-height: 1;
}

.products-item-price-old {
  color: #828282;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-decoration: line-through;
}

.products-item-price-old + .products-item-cost {
  color: #c03a24;
}

.products-item-cost {
  font-weight: 900;
  font-size: 19px;
  color: #f34336;
}

.products-item-cost span.regular-price {
    color: #5c5c5c;
    font-size: 10px;
    text-decoration: line-through;
    font-weight: 400;
}

.catalog-promo {
  position: relative;
  min-height: max(calc(50vh - var(--header-height)), 606px);
  display: -webkit-box;
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  color: #fff;
  background-color: #000;
  padding: 120px 0;
  margin-bottom: 60px;
}


.catalog-promo .container {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-content: center;
}


.catalog-promo-img {
  position: absolute;
  inset: 0;
  opacity: 0.8;
}


.catalog-promo-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.catalog-promo-title {
  margin: 0;
  max-width: 700px;
}


.catalog-promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.catalog-promo-desc {
  margin-bottom: 32px;
  font-size: 18px;
}


.follow-slider-wrapp {
  position: relative;
  padding: 0 52px;
  margin-bottom: 40px;
}


.follow-img {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  will-change: transform;
  display: block;
}

.follow-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.follow-img:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}


.site-developer {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: rgba(0, 0, 0, 0.4);
}


.site-developer:hover {
  color: #000;
}

/* products */
.products-banner {
  height: 38px;
  opacity: 1;
  margin-top: 15px;
}


.products-head {
  margin: 0;
}


.products-head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.products-menu-mobile {
  margin: 0 calc(var(--container-padding) * -1);
  padding: 0 var(--container-padding);
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-top: 16px;
}


.products-menu-mobile::-webkit-scrollbar {
  display: none;
}

.products-menu-mobile a {
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
  color: inherit;
  font-size: 13px;
  line-height: 1;
}

.products-menu-mobile .current-menu-item > a {
  background-color: #f1f1f1;
  font-weight: 700;
}

.products-sidebar-toggle {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  background-color: #fff;
}


.products-sidebar-toggle:hover {
  background-color: #f1f1f1;
}

.products-sidebar-toggle:hover:before {
  opacity: 1;
}

.products-sidebar-toggle:before {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.products-sidebar-toggle.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products-sidebar-toggle.active:before {
  content: attr(data-title-active);
}

.products-sidebar-toggle svg {
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  color: #131517;
}

.products-back-link {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: inherit;
}


.products-back-link svg {
  display: block;
}

.products-head-count {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
}

.products-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: calc(var(--container-padding) / -2);
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}


.products-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}


.products-views a {
  display: grid;
  width: 28px;
  height: 24px;
  place-items: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 4px;
  position: relative;
}

.products-views a:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.products-views a:hover {
  background-color: #f1f1f1;
}

.products-views a.active {
  color: #000;
  pointer-events: none;
}

.products-views a.active:after {
  opacity: 1;
}

.products-filter-and-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.sidebar_shop {
  overflow: scroll;
  width: 275px;
  max-height: 1798px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  padding: 2px;
  border-radius: 4px;
  max-width: 100%;
  background: transparent;
}


.products-filter-toggle {
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  border-radius: 4px;
  background-color: #f1f1f1;
  color: inherit;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}

.products-filter-toggle:hover {
  background-color: #d9d9d9;
}

.products-filter-toggle.active {
  background-color: #000;
  color: #fff;
}

.products-filter-toggle svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 7px;
}

.products-filter-form {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  width: 280px;
  z-index: 99;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}


.products-filter-is-open .products-filter-form {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.products-filter-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 12px 16px;
  border-bottom: solid 1px #d9d9d9;
}


.products-filter-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}


.products-filter-close {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: inherit;
}

.products-filter-close:hover {
  color: #000;
}

.products-filter-close svg {
  display: block;
}


.products-filter-section {
  padding: 16px;
  border-bottom: solid 1px #d9d9d9;
}

.products-filter-section:last-child {
  border: 0;
}


.products-filter-foot {
  padding: 16px;
  border-top: solid 1px #d9d9d9;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}


.products-filter-checkboxes {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 5px;
}


.products-filter-checkbox {
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #f1f1f1;
  padding: 0 14px;
  background-color: #fff;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
  position: relative;
}


.products-filter-checkbox.active {
  border-color: #d9d9d9;
  background-color: #f1f1f1;
}

.products-filter-checkbox.active .products-filter-checkbox-clear {
  opacity: 1;
}

.products-filter-checkbox:hover {
  background-color: #f1f1f1;
}

.products-filter-checkbox .checkbox-label-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}


.products-filter-checkbox-color {
  -webkit-box-flex: 0;
  -ms-flex: none;
  border: 1px solid #efefef;
  flex: none;
  margin: 0 7px 0 -7px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: currentColor;
}


.products-filter-checkbox-color[style="color:#FFFFFF;"], .products-filter-checkbox-color[style="color:#fff"] {
  border: solid 1px #d9d9d9;
}

.products-filter-checkbox-clear {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.products-filter-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.products-filter-btns .btn {
  height: 28px;
  font-size: 12px;
  min-width: 1px;
  border-radius: 4px;
}


.sort-select {
  width: 194px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.sort-select .select-toggle {
  height: 26px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 14px;
  border: 0;
  background-color: #f6f8fb;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.sort-select .select-toggle:hover {
  background-color: #d9d9d9;
}

.sort-select.active .select-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sort-select.active .select-toggle {
  border-radius: 4px 4px 0 0;
}

.sort-select .select-list {
  margin-top: 2px;
  padding: 7px;
  text-transform: uppercase;
  background: #f1f1f1;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 0;
}

.sort-select .select-list li {
  margin: 0;
}

.sort-select .select-list a {
  padding: 4px 7px;
  color: inherit;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  min-height: unset;
}

.sort-select .select-list a:hover {
  background-color: #d9d9d9;
}

.sort-select .select-list .active {
  display: none;
}

.products-sort-title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.products-main {
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  margin-bottom: 64px;
  padding-top: 40px;
  display: grid;
  align-items: flex-start;
  grid-gap: 25px;
  grid-template-columns: 271px 1fr;
}

.products-main.sidebar-hidden .products-sidebar {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

.products-main.sidebar-is-hidden .products-sidebar {
  position: absolute;
}

.products-sidebar {
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  width: 140px;
  padding: 20px 40px 20px 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-right: solid 1px #d9d9d9;
}


.products-menu {
  font-size: 14px;
}

.products-menu > li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products-menu > li:last-child {
  margin-bottom: 0;
}

.products-menu > li > a {
  padding: 8px 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.4s, -webkit-text-decoration-color 0.4s;
  transition: color 0.4s, -webkit-text-decoration-color 0.4s;
  -o-transition: color 0.4s, text-decoration-color 0.4s;
  transition: color 0.4s, text-decoration-color 0.4s;
  transition: color 0.4s, text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.products-menu > li > a:hover {
  color: #000;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}

.products-menu > li.current-menu-parent, .products-menu > li.current-menu-item {
  margin-top: 12px;
}

.products-menu > li.current-menu-parent > a, .products-menu > li.current-menu-item > a {
  font-weight: 700;
  color: #000;
}

.products-menu .current-menu-parent > .sub-menu, .products-menu .current-menu-item > .sub-menu {
  display: block;
}

.products-menu .sub-menu {
  margin: 8px 0 12px;
  display: none;
}

.products-menu .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.products-menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.products-menu .sub-menu a {
  padding: 8px 14px;
  color: #000;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 4px;
}

.products-menu .sub-menu a:hover {
  background-color: #f1f1f1;
}

h4.widget-title {
  color: #f0f0f0;
  font-weight: 900;
  margin-bottom: 12px;
}

.footer-cell a {
  color: #d2d2d2;
  font-weight: 400;
}

.footer-cell li a {
  margin-bottom: 6px;
  display: flex;
  font-size: 12px;
  gap: 3px;
  font-weight: 300;
  transition: 0.3s;
}

.footer-cell li a:hover {
  color: #fff;
}

div#product_attribute_filter_widget-2 {
  padding: 14px;
}

.sidebar h4.widget-title {
  font-size: 18px;
  display: none;
}

.products-menu .sub-menu .current-menu-item a {
  background-color: #f1f1f1;
  font-weight: 700;
}

.attribute-filter-group {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.attribute-filter-group h4 {
  margin-bottom: 11px;
  font-size: 14px;
}

.attribute-filter-group label {
  margin: 0px 0px 7px 0px;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

.products-grid {
  align-self: flex-start;
  -webkit-box-flex: 1;
  width: 100%;
  -ms-flex: auto;
  flex: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-width: 1px;
  margin-right: calc(var(--container-padding) * -1);
}


.products-grid .products-slide {
  border: solid 1px #e5e2e2;
  margin: -1px 0 0 -1px;
  width: auto;
  min-width: 1px;
}


.products-item-banner {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #000;
  color: #fff;
}

.products-item-banner:hover .products-item-banner-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.products-item-banner:hover .shop-now-link i {
  background-color: #fff;
  color: #000;
}

.products-item-banner-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.products-item-banner-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.products-item-banner-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.products-item-banner-body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.products-item-banner-title {
  font-size: 32px;
  line-height: 1;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.products-item-banner-title:last-child {
  margin-bottom: 0;
}

.products-coming-soon {
  margin: auto;
  width: 502px;
  max-width: 100%;
  min-width: 1px;
}


.products-coming-soon-title {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 500;
}


.products-coming-soon-desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.5;
}


.subscribe-form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-form-body .form-block {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  margin: 0 12px 0 0;
}

.subscribe-form-body .input {
  background-color: #f1f1f1;
}

.subscribe-form-body .submit {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.form-agreement {
  margin: 16px 8px 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
}


.form-agreement a {
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-agreement a:hover {
  color: #000;
}

/* catalog */
.catalog-section-head {
  margin-bottom: 0;
}

.catalog-info {
  position: relative;
  padding: 80px 0;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr;
}


.catalog-info:before {
  content: "";
  position: absolute;
  inset: 0 -100vw;
  background-color: #f1f1f1;
}

.catalog-info-cell {
  position: relative;
  z-index: 1;
}

.catalog-info-title, .catalog-info-desc {
  max-width: 480px;
  margin: 0 auto;
}

.catalog-info-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}


.catalog-collections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding: 40px 0;
}


.catalog-collection {
  position: relative;
}

.catalog-collection:hover .catalog-collection-img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.catalog-collection:hover .view-all-link {
  color: #000;
}

.catalog-collection:hover .view-all-link i {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.catalog-collection .item-link {
  border-radius: 8px 8px 0 0;
}

.catalog-collection-img {
  border-radius: 8px;
  overflow: hidden;
  will-change: transform;
  aspect-ratio: 66/64;
}

.catalog-collection-img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.catalog-collection-body {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}


.catalog-collection-title {
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 1px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  line-height: 1;
}


.products-grid-full {
  margin: 0 calc(var(--container-padding) * -1);
}

.catalog-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 40px 0;
}


.catalog-about-img {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  max-width: 900px;
}

.catalog-about-img img {
  display: block;
  border-radius: 8px;
}

.catalog-about-body {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 380px;
  -ms-flex-item-align: center;
  align-self: center;
}


/* product */
.breadcrumbs {
  padding: 12px 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

.breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  min-width: 1px;
  font-weight: 300;
}


.breadcrumbs-list li:not(:last-child) {
  position: relative;
  padding-right: 28px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.breadcrumbs-list li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: 14px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  color: rgba(0, 0, 0, 0.6);
}

.breadcrumbs-list li:last-child {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.breadcrumbs-list a {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  text-transform: unset;
}

.breadcrumbs-list a:hover {
  color: #000;
}

.breadcrumbs-next {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.breadcrumbs-next:hover {
  color: #000;
}

.breadcrumbs-next svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 8px;
}

.product .container {
  /* padding-left: 0; */
  display: grid;
  /* grid-column-gap: 40px; */
  grid-template-columns: 1fr 1fr;
}


.product-gallery {
  min-width: 1px;
}

.product-slider {
  position: relative;
}


.product-slider-dots {
  position: absolute;
  inset: 35px auto 35px 35px !important;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  row-gap: 10px;
  z-index: 9;
}

.product-slider-dots span {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 !important;
  position: relative;
  background: none;
}

.product-slider-dots span:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  -webkit-transition: inset 0.4s, background-color 0.4s;
  -o-transition: inset 0.4s, background-color 0.4s;
  transition: inset 0.4s, background-color 0.4s;
  background-color: rgba(0, 0, 0, 0.2);
}

.product-slider-dots span:after {
  content: "";
  position: absolute;
  inset: -5px;
}

.product-slider-dots span.swiper-pagination-bullet-active:before {
  inset: -5px 0;
  background-color: #000;
}

.product-slide {
  display: -webkit-box;
  max-height: 565px;
  min-height: 565px;
  padding: 50px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  object-fit: contain;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: inherit;
  overflow: hidden;
  will-change: transform;
  align-content: center;
}

.product-slide img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  display: block;
  margin: 0 auto;
}

.product-slide:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.product-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: 1;
}

.product-slide-video img {
  opacity: 0.5;
}

.product-slide-video-info {
  z-index: 2;
  left: var(--container-padding);
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 1px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
}


.product-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.product-colors a {
  width: 32px;
  height: 32px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: currentColor;
  position: relative;
}

.product-colors a:before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 6px;
  border: solid 2px #000;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.product-colors a:after {
  content: attr(aria-label);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 4px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.product-colors a:hover:after {
  opacity: 1;
}

.product-colors a.active:before {
  opacity: 1;
}

.product-colors a[style="color:#FFFFFF;"], .product-colors a[style="color:#fff"] {
  border: solid 1px #d9d9d9;
}

.product-sizes {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 20px;
}

.product-sizes-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 0;
}

.product-sizes-head .product-section-title {
  margin: 0;
}

.product-sizes-list {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-sizes-list a {
  display: grid;
  place-items: center;
  line-height: 1;
  height: 34px;
  padding: 0 12px;
  border-radius: 4px;
  position: relative;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #d9d9d9;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-weight: 500;
}

.product-sizes-list a:hover {
  background-color: #bdbdbd;
}

.product-sizes-list a.active {
  background-color: #000;
  color: #fff;
}

.product-sizes-alert {
  margin-top: 18px;
  font-size: 11px;
  color: #4caf50;
}

.product-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.product-form .product-btn {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
}

.product-btn {
  position: relative;
}

.product-btn.disabled:hover:before {
  opacity: 1;
}

.product-btn:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.product-modal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 12px;
}


.product-modal-link-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: #f1f1f1;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.product-modal-link-reviews-state {
  font-size: 11px;
}

.product-modal-link-reviews-count {
  font-size: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.product-pairs-title {
  padding: 12px 20px;
  border: solid 1px #d9d9d9;
  font-size: 16px;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
}

.product-pairs-grid {
  grid-template-columns: 1fr 1fr;
  margin: 0 0 0 1px;
}

.products-related .section-head {
  margin: 0;
}

.modal-right .modal-wrapp {
  padding: 0 0 0 40px;
}


.modal-right .modal-body {
  margin: 0 0 0 auto;
  width: 386px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}


.modal-right.active .modal-body {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.modal-right-head {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #d9d9d9;
}


.modal-right-head .modal-close-btn {
  position: static;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.modal-right-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.modal-right-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
}

.modal-right-footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 20px;
  border-top: solid 1px #d9d9d9;
}

.modal-right-section {
  padding: 16px;
  border-bottom: solid 1px #d9d9d9;
}


.modal-right-section:last-child {
  border: 0;
}

.modal-right-section-title {
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.modal-right-section-desc {
  font-size: 14px;
}


.stars {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 120px;
  height: 20px;
  margin: 0 -2px;
  position: relative;
  background-image: url(../img/stars.svg);
}

.stars-state {
  position: absolute;
  inset: 0 auto 0 0;
  background-image: url(../img/stars-fill.svg);
}

.modal-reviews-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.modal-reviews-state {
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
}

.modal-reviews-sort {
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.modal-reviews-sort .view-all-link {
  font-size: 12px;
}

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review .stars {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 20px;
}

.review-title {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
}

.review-desc {
  margin-bottom: 20px;
  font-size: 14px;
}

.review-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.review-img {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
  will-change: transform;
}

.review-name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.review-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-size: 12px;
}

.review-verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}

.review-verified svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 6px;
}

.review-date {
  color: rgba(0, 0, 0, 0.4);
}

.modal-product-footer ~ .footer {
  margin-bottom: 82px;
}


.modal-product-footer .modal-wrapp {
  padding: 40px 0 0;
}

.modal-product-footer .modal-body {
  margin: auto 0 0;
  width: 100%;
  padding: 12px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #f1f1f1;
  border-top: solid 1px #d9d9d9;
}

.modal-product-footer .modal-body .container {
  padding: 0;
}

.modal-product-footer.active .modal-body {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}


.product-footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 1px;
  max-width: 448px;
}


.product-footer-main .modal-close-btn {
  position: static;
}


.product-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1px;
  line-height: 1;
}

.product-footer-item-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 68px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  will-change: transform;
  margin-right: 20px;
  background-color: #fff;
}

.product-footer-item-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-footer-item-title {
  max-width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
}

.products-item-prices {
  margin: 0;
  font-size: 15px;
  margin-top: 7px;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  height: 46px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.product-footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1px;
  -webkit-column-gap: 52px;
  -moz-column-gap: 52px;
  column-gap: 52px;
}


.product-footer-form .product-btn {
  min-width: 1px;
  height: 42px;
}


.product-footer-form .product-btn:before {
  top: auto;
  bottom: 100%;
  margin: 0 0 8px;
}

.product-footer-form .product-colors a {
  width: 28px;
  height: 28px;
}

.product-footer-form .product-colors a:after {
  top: auto;
  bottom: 100%;
  margin: 0 0 4px;
}

.product-footer-form .product-sizes-list a {
  height: 28px;
}

.product-footer-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height: 60px;
  background-color: #f1f1f1;
  border-top: solid 1px #d9d9d9;
  z-index: 600;
  inset: auto 0 0;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  padding: 0 12px;
  padding-top: 10px;
  align-content: center;
}

.product-footer-mobile.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-footer-mobile .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 36px;
}

/* cart */
.modal-cart .modal-right-footer {
  border-top: 0;
}

.modal-cart-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}

.modal-cart-btns .btn {
  height: 40px;
}

.modal-cart-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  border-bottom: solid 1px;
}

.modal-cart-head-info {
  padding: 8px 20px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  background-color: #000000;
  color: #fff;
}

.modal-cart-head-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 20px;
}

.modal-cart-title {
  min-width: 1px;
 font-family: "Exo 2", serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}

.modal-cart-clear-link {
  text-transform: uppercase;
  font-size: 12px;
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.modal-cart-clear-link:hover {
  color: #000;
}

.modal-cart-item + .modal-cart-total {
  border-top: 0;
}

.modal-cart-item {
  border-bottom: solid 1px;
  padding: 10px 20px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0;
}

.modal-cart-item-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  object-fit: contain;
  width: 132px;
  height: 132px;
  border-radius: 4px;
  overflow: hidden;
  will-change: transform;
}

.modal-cart-item-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  padding: 10px 0 10px 20px;
}

.modal-cart-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 12px;
}

.modal-cart-item-title {
  min-width: 1px;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: inherit;
  font-weight: 500;
}

.modal-cart-item-title:hover {
  color: #000;
}

.modal-cart-item-remove {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: inherit;
}

.modal-cart-item-remove:hover {
  color: #000;
}

.modal-cart-item-remove svg {
  display: block;
}

.modal-cart-item-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
}

.modal-cart-item-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.modal-cart-item-foot .select-number .input {
  height: 34px;
}

.cart-pairs {
  padding: 20px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cart-pairs-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
}

.cart-pairs-slider {
  overflow: visible;
}

.cart-pairs-slide {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-pair {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-radius: 6px;
  background-color: #f1f1f1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.cart-pair:hover {
  background-color: #d9d9d9;
}

.cart-pair-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 84px;
  height: 84px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  will-change: transform;
  margin-right: 10px;
}

.cart-pair-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.cart-pair-title {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
}

.cart-pair-foot {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-pair-add-btn {
  padding: 0 12px;
  height: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: inherit;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}

.cart-pair-add-btn:hover {
  color: #fff;
  background-color: #000;
}

.modal-cart-total {
  margin-top: auto;
  padding: 20px 20px 0;
  border-top: solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.modal-cart-total-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.modal-cart-total-line span:last-child {
  white-space: nowrap;
}

.modal-cart-total-line-sum {
  font-weight: 500;
}

.modal-cart-total-line-sum span:last-child {
  font-weight: 700;
}

.page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.cart {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart .container {
  padding: 0;
}


.cart-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.cart-head {
  padding: 0px var(--container-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #d9d9d9;
  min-height: 68px;
}


.cart-head .view-all-link {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  text-align: right;
}

.cart-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
 font-family: "Exo 2", serif;
  text-transform: uppercase;
}


.cart-table {
  width: 100%;
}

.cart-table thead td {
  /* height: 58px; */
  text-transform: uppercase;
  color: rgb(0 0 0);
  font-size: 11px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart-table td {
  padding-right: 20px;
  width: 25%;
  border-bottom: solid 1px #d9d9d9;
}

.cart-table td:first-child {
  width: 1%;
  min-width: 144px;
  border-right: solid 1px #d9d9d9;
}

.cart-table td:nth-child(2) {
  padding-left: 40px;
  width: 50%;
}


.cart-table td:last-child {
  width: 1%;
}


.cart-table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-table tbody td:first-child {
  padding: 12px;
}

.cart-table .select-number-input {
  height: 40px;
}

.cart-table-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.woocommerce table.shop_table {
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  flex-direction: column;
}

.cart-total-line.cart-total-line-sum {
  color: #f44336;
  font-weight: 900;
}

.cart-total-line.cart-total-line-sum .cart-total-line.cart-total-line-sum {
  font-weight: 900;
}

.cart-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  font-weight: 500;
  align-items: flex-start;
  /* row-gap: 12px; */
}

.cart-table-item-title {
  font-weight: 500;
  color: inherit;
  font-size: 14px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.cart-table-item-title:hover {
  color: #000;
}

.cart-table-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 4px;
  font-size: 12px;
  opacity: 0.8;
  text-transform: uppercase;
}

.cart-table-remove {
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.cart-table-remove svg {
  display: block;
}

.cart-table-remove:hover {
  color: #000;
}

.cart-summary {
  /* padding-bottom: 12px; */
  border-left: 1px solid #dddddd;
}


.cart-summary-title {
  text-transform: uppercase;
  font-weight: 700;
}

.cart-summary-count {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 28px;
  height: 28px;
  border: solid 1px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}


.cart-promo-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #d9d9d9;
}

.cart-promo-discount .form-block {
  margin: 0;
}

.cart-promo-discount input {
  height: 58px;
  border-radius: 0;
  text-indent: 24px;
  border: 0;
}


.cart-total {
  border-bottom: solid 1px #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-top: 20px;
  padding-left: 41px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  font-size: 15px;
  text-transform: uppercase;
}


.cart-total-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  font-size: 12px;
  column-gap: 12px;
}

.cart-total-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.cart-checkout {
  padding: 20px var(--container-padding);
  overflow: hidden;
}


.cart-checkout-pay {
  margin-top: 20px;
}

.cart-checkout-pay-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cart-checkout-pay-title span {
  position: relative;
}

.cart-checkout-pay-title span:before, .cart-checkout-pay-title span:after {
  content: "";
  position: absolute;
  width: 1000vw;
  top: 50%;
  background-color: #d9d9d9;
  height: 1px;
}

.cart-checkout-pay-title span:before {
  right: calc(100% + 10px);
}

.cart-checkout-pay-title span:after {
  left: calc(100% + 10px);
}

.cart-checkout-pay-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}

.cart-checkout-pay-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 12px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.cart-checkout-pay-btn:hover {
  border-color: #000;
}

.cart-checkout-pay-btn img {
  max-height: 100%;
}

.tooltip {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tooltip-info {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  cursor: pointer;
}

.tooltip-info:hover {
  color: #000;
}

.tooltip-info svg {
  display: block;
}

.content_product_exc li {
  margin-left: 7px;
  margin-bottom: 25px;
  text-align: left !important;
}

.content_product_exc ul {
  list-style: disc;
  margin-top: 9px;
}

/* checkout */
.header-checkout {
  margin-top: calc(var(--header-height) * -1);
  padding: 12px;
  border-bottom: solid 1px #d9d9d9;
}


.header-checkout-body {
  border-radius: 6px;
  background-color: #000;
  color: #fff;
}

.header-checkout-body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}


.header-checkout-body .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


.checkout-step {
  border-bottom: solid 1px #d9d9d9;
}

.checkout-step:last-child {
  border-bottom: 0;
}

.checkout-step.active .checkout-step-head {
  background-color: #f1f1f1;
  border-bottom-color: #d9d9d9;
}

.checkout-step.active .checkout-step-head-info {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.checkout-step.value .checkout-step-value, .checkout-step.value .checkout-step-edit-link {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.checkout-step-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 59px;
  border-bottom: solid 1px transparent;
  padding: 12px var(--container-padding);
  -webkit-transition: border-bottom-color 0.4s, background-color 0.4s;
  -o-transition: border-bottom-color 0.4s, background-color 0.4s;
  transition: border-bottom-color 0.4s, background-color 0.4s;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}


.checkout-step-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-right: auto;
}


.checkout-step-value {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}


.checkout-step-edit-link {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s, color 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s, color 0.4s;
  transition: opacity 0.4s, visibility 0.4s, color 0.4s;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: uppercase;
  color: inherit;
}

.checkout-step-edit-link:hover {
  color: #000;
}

.checkout-step-body {
  display: none;
  padding: 0 var(--container-padding);
}


.checkout-inputs {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.checkout-inputs-grid {
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}


.checkout-inputs-grid .form-block {
  margin: 0;
  min-width: 1px;
}

.checkout-billing-address {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout-billing-address-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.checkout-billing-address-tab {
  margin-top: 20px;
  width: 100%;
}


.checkout-submit-wrapp {
  margin-top: 20px;
}


.checkout-radios {
  border: solid 1px #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  will-change: transform;
}

.checkout-radios li {
  border-bottom: solid 1px #d9d9d9;
}

.checkout-radios li:last-child {
  border: 0;
}

.checkout-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 22px;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.checkout-radio:hover {
  background-color: #f1f1f1;
}


.checkout-radio-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.checkout-radio-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkout-radio-title {
  font-weight: 500;
  text-transform: uppercase;
}

.checkout-radio-desc {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.4);
}


.checkout-radio-price {
  white-space: nowrap;
}

.checkout-step-head-info {
  font-size: 12px;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.checkout-payment-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  min-width: 1px;
}

.checkout-payment-logos img {
  opacity: 0.2;
}

.checkout-radios-tab {
  padding: 20px 22px;
  border-top: solid 1px #d9d9d9;
}

.cart-order-head-title {
  font-weight: 500;
  text-transform: uppercase;
}


.cart-order-head-link:hover {
  background-color: #d9d9d9;
}

.cart-summary-products .modal-cart-item {
  border-bottom-color: #d9d9d9;
}

.cart-summary-products .modal-cart-item:last-child {
  border-bottom: 0;
}

.cart-summary-links {
  padding: 20px var(--container-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  border-top: solid 1px #d9d9d9;
}


.plus-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
}

.plus-link:hover {
  background-color: #f1f1f1;
}

.plus-link i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.plus-link i:before, .plus-link i:after {
  content: "";
  position: absolute;
  width: 10px;
  inset: 50% 0 0 50%;
  margin: -1px 0 -5px;
  height: 2px;
  background-color: currentColor;
}

.plus-link i:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* thank */
.page-thank {
  background-color: #f2f0ee;
}


.thank-body {
  margin: auto 0 auto 120px;
  max-width: 360px;
  position: relative;
}


.thank-title {
  line-height: 1;
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
 font-family: "Exo 2", serif;
  font-weight: 900;
  position: relative;
  z-index: 1;
}


.thank-desc {
  max-width: 346px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  position: relative;
  z-index: 1;
}


.thank-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  position: relative;
  z-index: 1;
}


.thank-decor {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 100%;
  margin-left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.yorkup-subcat-column.one-item-yorkup {
    padding: 9px 20px 9px 20px;
    margin-bottom: 15px;
}

.yorkup-subcat-column.one-item-yorkup a {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom 0;
    padding-bottom: 0;
}


.thank-footer {
  grid-column: span 2;
  min-height: 84px;
  border-top: solid 1px #d9d9d9;
  display: grid;
  grid-template-columns: 360px 1fr 360px;
}


.thank-footer-cell {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: solid 1px #d9d9d9;
}


.thank-footer-cell:last-child {
  border-right: 0;
}


.thank-footer-desc {
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}


/* tracking */
.tracking-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 12px;
  padding-left: 12px;
  border-left: solid 1px #d9d9d9;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.tracking-status-paid {
  background-color: rgba(46, 86, 66, 0.12);
  color: #2e5642;
}

.tracking-steps {
  padding: 20px var(--container-padding);
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-bottom: solid 1px #d9d9d9;
  display: grid;
}


.tracking-steps-toggle {
  position: absolute;
  right: var(--container-padding);
  top: 30px;
  color: inherit;
}


.tracking-steps-toggle.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.tracking-steps-toggle:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}

.tracking-steps-toggle svg {
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.tracking-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}


.tracking-step:before {
  content: "";
  position: absolute;
  right: calc(50% + 20px);
  top: 19px;
  width: calc(100% - 20px);
  border-top: dashed 2px #f1f1f1;
}


.tracking-step.done .tracking-step-icon {
  background-color: #fff;
  color: #2e5642;
  border-color: #2e5642;
}

.tracking-step.done .tracking-step-title {
  color: #000;
}

.tracking-step.active .tracking-step-icon {
  background-color: #2e5642;
  color: #fff;
  border-color: #2e5642;
}

.tracking-step.active .tracking-step-title {
  color: #000;
}


.tracking-step:first-child:before {
  display: none;
}

.tracking-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #f1f1f1;
  background-color: #f1f1f1;
  display: grid;
  place-items: center;
  color: #bdbdbd;
  margin-bottom: 10px;
}


.tracking-step-icon path {
  fill: currentColor;
}


.tracking-step-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #bdbdbd;
}

.tracking-step-desc {
  font-size: 12px;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.6);
}

.tracking-step-desc:empty {
  display: none;
}

.tracking-products .modal-cart-item {
  border-bottom-color: #d9d9d9;
}

.tracking-estimated-date {
  padding: 12px var(--container-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  border-bottom: solid 1px #d9d9d9;
  background-color: #f1f1f1;
  font-size: 14px;
}


.tracking-estimated-date-title {
  text-transform: uppercase;
  font-weight: 500;
}

.tracking-section {
  padding: 20px var(--container-padding);
  border-bottom: solid 1px #d9d9d9;
}

.tracking-section:last-child {
  border-bottom: 0;
}


.tracking-section-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

.tracking-list {
  font-size: 14px;
}

.tracking-list li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-list li svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 8px;
}

.tracking-list li:last-child {
  margin: 0;
}

.tracking-details {
  width: 100%;
  font-size: 14px;
}

.tracking-details td {
  padding: 0 40px 20px 0;
  vertical-align: top;
}

.tracking-details td:first-child {
  width: 1%;
  white-space: nowrap;
}

.tracking-details td:last-child {
  padding-right: 0;
}

.tracking-details td:last-child .tracking-detail-desc {
  text-transform: uppercase;
}

.tracking-details tr:last-child td {
  padding-bottom: 0;
}

.tracking-detail-desc {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.6);
}

/* about */
.about {
  background-color: #f1f1f1;
}

.about-section {
  padding: 40px 0;
}


.about-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 72px;
  line-height: 1;
 font-family: "Exo 2", serif;
  font-weight: 900;
  margin-bottom: 40px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-transform: uppercase;
  -ms-flex-item-align: center;
  align-self: center;
}


.about-title img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}


.about-promo {
  position: relative;
  min-height: max(calc(100vh - var(--header-height)), 640px);
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  overflow: hidden;
  will-change: transform;
}


.about-promo-img {
  position: absolute;
  inset: 0;
}

.about-promo-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.about-promo-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-promo-title {
  line-height: 1;
  font-size: 32px;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.about-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.about-info-img {
  position: relative;
}


.about-info-img img {
  display: block;
  border-radius: 8px;
}

.about-info-title {
  max-width: 468px;
  margin: 0 auto;
  font-size: 38px;
  text-transform: uppercase;
 font-family: "Exo 2", serif;
  font-weight: 900;
  line-height: 1.25;
}


.about-info-img-icon {
  width: 302px;
  height: 302px;
  border-radius: 50%;
  padding: 48px;
  background-color: #8e90fc;
  position: absolute;
  left: -151px;
  top: 51px;
}


.about-info-content {
  max-width: 460px;
  padding-right: 100px;
  margin: 0 auto;
}


.about-info-desc {
  font-size: 18px;
  margin-bottom: 40px;
}


.about-info-desc i {
  font-weight: 500;
}

.about-info-desc-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}


.about-positive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 80px 0;
}


.about-positive-title {
  font-size: 146px;
  line-height: 1;
  position: relative;
  z-index: 1;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
}


.about-positive-img {
  max-width: 704px;
  margin-top: -190px;
  -webkit-transform: rotate(-2.14deg);
  -ms-transform: rotate(-2.14deg);
  transform: rotate(-2.14deg);
}


.about-positive-img img {
  display: block;
  border-radius: 8px;
}

.about-positive-desc {
  margin-top: 64px;
  max-width: 498px;
  font-size: 18px;
}


.about-positive-desc a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 1px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.about-positive-desc a:hover {
  color: #000;
}

/* 404 */
.page-404 {
  background: #000 url(../img/404-bg.svg) right center no-repeat;
  color: #fff;
}


.page-404 .header-checkout {
  border: 0;
}

.page-404 .container {
  border: 0;
}

.page-404 .thank-footer {
  border-color: #333;
  margin: 0 -1000vw;
  padding: 0 1000vw;
}

.page-404 .thank-footer .view-all-link {
  color: #fff;
}

.page-404 .thank-footer .view-all-link:hover {
  color: #fff;
}

.page-404 .thank-footer .view-all-link:hover i {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.page-404 .thank-footer-cell {
  border-color: #333;
}

.page-404 .thank-footer-desc {
  color: rgba(255, 255, 255, 0.6);
}

.page-404-body {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 40px var(--container-padding);
}


.page-404-title {
  font-size: 38px;
  line-height: 1;
 font-family: "Exo 2", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
}


.page-404-btn {
  width: 280px;
  position: relative;
  z-index: 1;
}

.page-404-alt {
  background-color: #000;
}

.page-404-alt .cart {
  position: relative;
}

.page-404-alt .container {
  border: 0;
}

.page-404-alt .thank-footer {
  border: 0;
  background-color: #fff;
  margin: 0 -1000vw;
  padding: 0 1000vw;
  position: relative;
  z-index: 1;
}

span.yorkup-category-title a {
  transition: 0.3s;
  /* color: #4a34eb !important; */
  font-size: 13px;
  font-weight: 700!important;
  }

span.yorkup-category-title a:hover {
  color: #4a36d4 !important;
}

.page-404-alt .page-404-body {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-404-img {
  position: absolute;
  inset: 0 0 58px;
}


.page-404-img img {
  -o-object-position: left center;
  object-position: left center;
}

.page-404-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}


ul.breadcrumbs-list li:first-child {
  /* display: none; */
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  background: #d9d9d9;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not( .no-stock ) {
  color: #fff;
  background: #000;
}

.woocommerce a.remove {
  color: #f44336 !important;
  font-weight: 400;
}

.woocommerce a.remove:hover {
  transition: all 0.3s ease 0s !important;
  background: transparent !important;
  color: #000 !important;
}

button[value="Apply coupon"] {
  display: none !important;
}


.add-to-cart_category {
    position: relative;
    display: inline-block;

    border-radius: 50%;
}


.add-to-cart_category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0;
    background: linear-gradient(-45deg, #3e9e42, #55b759, #38a43c, #3e9e42);
    transition: opacity 0.3s ease;
    animation: rotateGradientBorder 2s linear infinite;
    animation-play-state: paused;
    z-index: 0;
}

.add-to-cart_category:hover::before {
    opacity: 1;
    animation-play-state: running;
}

.add-to-cart_category form {
    margin: 0;
    position: relative;
    z-index: 1;
}

.add_to_cart_button {border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;position: relative;}

.add_to_cart_button svg {
    width: 20px;
    height: 20px;
}

@keyframes rotateGradientBorder {
    from { 
        transform: rotate(0deg); 
    }
    to { 
        transform: rotate(360deg); 
    }
}

.woocommerce, .woocommerce-cart-form, .cart {
  /* height: 100%; */
}

.woocommerce-billing-fields__field-wrapper label {
  margin: 0;
  min-width: 1px;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.woocommerce-billing-fields__field-wrapper span {
  position: relative;
  display: block;
}

.products-item-savings_cat {
  display: flex;
  font-size: 13px;
}

.products-item-savings_cat span span {
  color: #4a34eb;
}

.products-item-cost {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

span.regular-price span.woocommerce-Price-amount.amount {
  color: #f44336;
}

span.sale-price span.woocommerce-Price-amount.amount {
  display: flex;
  color: #5c5c5c;
  font-size: 10px;
  text-decoration: line-through;
  font-weight: 400;
  margin-bottom: -3px;
}

span.cashback_cat {
  position: absolute;
  top: 11px;
  left: 10px;
  display: flex;
  gap: 5px;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-45deg, #f5f8ff, #f4f4f4, #ffffff, #f5f8ff);
  padding: 5px;
  border-radius: 5px;
  right: auto;
}

.woocommerce-billing-fields__field-wrapper input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #d9d9d9;
  background: #fff;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  caret-color: #000;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #000;
  line-height: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
}

.cashsafe {
  font-size: 13px;
  margin-left: 6px;
  border: 1px dashed #4a34eb;
  padding: 3px 4px 3px 4px;
  border-radius: 4px;
  width: auto;
  text-align: center;
  max-width: max-content;
  background: #eceef224;
}

.cashsafe span {
  color: #3e9e41;
  font-weight: 900;
}

button.btn.product-btn.add-to-cart-btn.single_add_to_cart_button.button.alt, a.btn.product-btn.add-to-cart-btn.button.add_to_cart_button {
  color: #ffffff;
  background: #3e9e42;
  width: 100%;
  border-radius: 6px;
  font-weight: 900;
  margin-top: 19px !important;
}

body.product-template-default .woocommerce-variation-price {
  display: none;
}

body.product-template-default .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: 500;
  text-decoration: none;
}

.comment-respond {
  padding: 20px;
}

.comment-form-upload label {
  display: block;
  background: #d6d6d6;
  padding: 8px;
  float: left;
  margin-bottom: 6px;
  cursor: pointer;
  color: #000;
  margin-top: 8px;
}

input#review_image {
  font-size: 13px;
}

.form-submit {
  margin-top: 20px;
}

.comment-form-comment label {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 11px;
  margin-top: 17px;
  display: block;
}

.form-submit input#submit {
  background: #000 !important;
  padding: 14px 20px 14px 20px !important;
  float: left;
  color: #fff !important;
}

.comment-form-rating {
  margin-top: 15px;
  margin-bottom: 22px;
  font-weight: 500;
}

.modal-cart-item-img img {
  object-fit: contain;
  object-position: top;
}

a.product-slide.fit-img.product-slide-video.glightbox {
  border-radius: 5px;
  z-index: 999;
  position: relative;
  padding: 0;
  height: 62px;
  display: flex;
  min-height: 60px;
  justify-content: center;
  align-content: center;
  align-items: center;
}

span.breadcrumb_last {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 1px;
  white-space: nowrap;
}

table.shop_attributes {
  font-size: 14px;
  margin-top: 25px;
}

h1.cart-title {
  display: flex;
  gap: 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
}


span.price_product {
  display: block;
  position: relative;
  margin-top: 0;
  font-size: 13px;
  opacity: 0.6;
  font-weight: 600;
  text-decoration: line-through;
  color: #05040f;
}

p.product-sku {
  font-size: 10px;
  color: #131517;
  font-weight: 700;
}


div#yorkupSearchDropdown {
    border-radius: 8px;
    z-index: 99999;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    width: 875px;
    max-width: 90vw;
    position: absolute;
    background: #fff;
    top: 56px !important;
    left: 50%;
    border: 1px solid #dddddd;
    padding: 15px;
    transform: translateX(-50%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.yorkup-search-content {
    padding: 0;
}

.product-image {
    max-width: 75px;
    border-radius: 8px;
    object-fit: contain;
    overflow: hidden;
    border: 1px solid #eff3f3a8;
    padding: 5px;
    display: flex;
    min-width: 74px;
}

.yorkup-results-products-list .product-info h4 {
    margin: 0;
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0px;
}

.yorkup-results-products-list .product-image img {
    object-fit: contain;
}

.yorkup-results-products-list p.product-price {
    margin-top: 3px;
}

.yorkup-results-products-list p.product-sku {
    font-weight: 400;
    display: none;
}

a.yorkup-product-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    justify-content: flex-start;
    flex-direction: row;
}

p.product-price {
    font-weight: 900;
    font-size: 17px;
    color: #f34336;
}


.woocommerce table.shop_attributes th {
  text-align: left;
  width: 50%;
}

span.noticed_color {
  color: #000000;
  border-bottom: 1px solid #f99;
  font-size: 10px;
}

.products-related {
  margin-bottom: 60px;
  margin-top: 40px;
}

.custom-instruction-page {
  display: flex;
  flex-wrap: wrap;
}

.custom-category-column {
  flex: 1;
  margin: 10px;
}

.custom-subcategory-title {
  cursor: pointer;
}

.custom-product-list {
  display: none;
  list-style-type: none;
  padding-left: 0;
}

table.variations {
  display: none;
}

button.btn.product-btn.add-to-cart-btn.single_add_to_cart_button.button.alt:hover {
  background: #41aa45;
}

.main-category {
  margin-top: 40px;
  font-size: 13px;
  font-weight: 400;
}

.main-category a {
  font-weight: 600;
}

.products-filter-form-body {
  max-height: 400px;
  overflow-x: scroll;
}

.product-media {
  position: absolute;
  top: 13px;
  right: 13px;
  background: transparent;
  font-size: 11px;
}

span.price_product_sale {
  display: block;
  position: relative;
  font-size: 26px;
  margin-top: 0;
  color: #f44336;
  font-weight: 900;
  text-decoration: none;
  opacity: 1;
}

span.page-numbers.current {
  border-bottom: 1px solid;
}

.catalog-promo-title.section-title {
  line-height: 81px;
}

.woocommerce-cart h2, .woocommerce-checkout.woocommerce-page h2 {
  display: none;
}

.product-footer-form .single_variation_wrap {
  display: flex;
  align-content: center;
  gap: 17px;
  align-items: center;
}

.cart-total-line.cart-total-line-sum .cart-total-title {
  font-weight: 800;
}

.product-footer-form .product-sizes {
  margin-bottom: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.checkout-step-head {
  display: none;
}

h3#ship-to-different-address {
  display: none;
}

.woocommerce-checkout #billing_company_field, .woocommerce-checkout #order_comments_field {
  /* display: none !important; */
}

.woocommerce-checkout-review-order-table {
  /* display: none !important; */
  margin-top: 50px !important;
  padding: 27px;
}

.woocommerce-order {
  margin-top: 50px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 27px;
  font-size: 19px;
  font-weight: 800;
  color: #4caf50;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  font-size: 13px;
}

.product-footer-form .select-number {
  display: none;
}

.wcus-checkout-fields {
  margin-top: 32px;
}

.wcus-checkout-fields h3 {
  margin-bottom: 24px;
}

h3#order_review_heading {
  display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #ececec;
}

a.button.wc-forward {
  color: #ececec;
  background: #4a34eb;
  border-radius: 4px;
  font-weight: 400;
  transition: 0.3s;
}

.footer-cell li {
  margin-bottom: 9px;
}

a.button.wc-forward:hover {
  background: #586acd;
  color: #ececec;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  color: #ececec;
  background: #4a34eb;
  width: 100%;
  border-radius: 6px;
  margin-top: 19px !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained.disabled:hover:before {
  opacity: 1;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:after {
  content: "";
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  z-index: 100;
  -webkit-animation: pulseBlob 1.5s 1s infinite linear;
  animation: pulseBlob 1.5s 1s infinite linear;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background: #586acd;
}

button#place_order {
  background: #000;
  border-radius: 6px;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  display: inline-block;
  line-height: 26px;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce-privacy-policy-text {
  font-size: 11px;
  margin-bottom: 22px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  padding: 1.75rem 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  margin-top: 50px;
}

.woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 17px;
}

.wc_payment_methods input[type="radio"].input-radio {
  display: none;
}

.wc_payment_methods li {
  list-style: none;
  margin-bottom: 10px;
}


.yorkup_ajax-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

.yorkup_ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yorkup_spinner {
  animation: yorkup_rotate 2s linear infinite;
  width: 50px;
  height: 50px;
}

.yorkup_path {
  stroke: #5652bf;
  stroke-linecap: round;
  animation: yorkup_dash 1.5s ease-in-out infinite;
}


.yorkup_products-main.loading {
  opacity: 0.5;
  pointer-events: none;
}

.wc_payment_methods label {
  display: flex;
  align-items: center;
  cursor: pointer;
  align-content: center;
}

.wc_payment_methods input[type="radio"].input-radio + label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 2px solid #0f172a;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.wc_payment_methods input[type="radio"].input-radio:checked + label::before {
  background-color: #7ad03a;
  border-color: #7ad03a;
}

.wc_payment_methods label span {
  flex: 1;
  font-size: 16px;
}

.wc_payment_methods label img {
  max-width: 100px;
  height: auto;
  margin-left: 10px;
  margin-top: 2px !important;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  min-width: 45px;
  border-right: none;
}

.wc_payment_methods label {
  margin-bottom: 18px;
}

.woocommerce table.shop_table td {
  border-top: 0;
  /* border-bottom: 0; */
  text-align: center;
}

h3.summary-checkout__title {
  margin-bottom: 20px;
  font-size: 19px;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 0 17px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: auto;
  object-fit: contain;
  max-height: 60px;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin-bottom: 16px;
  margin-top: 30px;
}

.checkout-step-body {
  padding: 0px 20px;
}

.coupon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container.page_inner_block ul {
  margin: 0;
  padding: 0;
}

.container.page_inner_block h1, h2, h3, h4, h5, h6 {
  margin-bottom: 19px;
  margin-top: 19px;
}

.container.page_inner_block ul li {
  list-style-type: disc;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 22px;
}

.container.page_inner_block h1, h2, h3, h4, h5, h6 {
  margin-bottom: 19px;
}

.container.page_inner_block ul {
  list-style-type: disc;
  padding-left: 1em;
  margin-bottom: 2em;
}

li.phone_number a {
  font-weight: 900;
  font-size: 16px;
}

.container.page_inner_block p {
  line-height: 29px;
}

.container.page_inner_block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container.page_inner_block ol {
  list-style-type: disc;
  padding-left: 1em;
  margin-bottom: 2em;
}

p#billing_email_field span.optional {
  display: none;
}

span.zen-ui-select__value-text::first-letter {
  text-transform: capitalize;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 36px !important;
  font-size: 12px;
}

ul.woocommerce-error {
  padding: 10px !important;
}

.woocommerce-checkout #billing_email_field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff3939 !important;
}

.woocommerce-checkout #billing_email_field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff3939 !important;
}

.woocommerce-checkout #billing_email_field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff3939 !important;
}

.woocommerce-checkout #billing_email_field input:-moz-placeholder {
  /* Firefox 18- */
  color: #ff3939 !important;
}

p#billing_country_field {
  display: none;
}

/*/ REMOVE /*/
li.menu-item-has-children {
  /* display: none; */
}

.woocommerce-cart .container.page_inner_block, .woocommerce-checkout .container.page_inner_block {
  margin-top: 50px;
}

.woocommerce-checkout .container.page_inner_block ul li {
  list-style-type: none;
}


.content_product_exc {
  padding: 30px;
  background: transparent;
  text-align: justify;
  padding-bottom: 15px;
  border-radius: 5px;
  margin-bottom: 0;
}

.content_product_exc p {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left!important;
}

.content_product_exc img {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.content_product_exc h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

button.btn.product-btn.add-to-cart-btn.single_add_to_cart_button.button.alt:after, a.btn.product-btn.add-to-cart-btn.button.add_to_cart_button:after {
  content: "";
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  z-index: 100;
  -webkit-animation: pulseBlob 1.5s 1s infinite linear;
  animation: pulseBlob 1.5s 1s infinite linear;
}

a.btn.product-btn.add-to-cart-btn.button.add_to_cart_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.products-item .products-item-prices {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ckeditor-html5-video video {
  width: 100%;
}

.woocommerce-info {
  border-color: #f44336;
}

.woocommerce-info::before {
  color: #f44336;
}

a.woocommerce-Button.wc-forward.button {
  color: #ececec;
  background: #4a34eb;
  border-radius: 4px;
  margin-top: 0;
  transition: 0.3s;
  font-weight: 400;
}

a.woocommerce-Button.wc-forward.button:hover {
  background: #586acd !important;
}

li.woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
}

.single-product__meta.price_boxed {
  margin-top: 39px;
}

.product_payment-methods {
  margin-top: 40px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}

.product_payment-methods_title {
  font-weight: 800;
  color: #292b31;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.product_payment-methods_text {
  font-size: 12px;
  color: #292b31;
  margin-top: 0px;
}

.wc-block-components-formatted-money-amount {
  font-weight: 800;
  color: #f44336;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 500;
}

.wc-block-components-product-metadata__description {
  display: none;
}

.product_payment-methods_list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.product_payment-methods_item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
}


.product_actions-wrap {
  margin-bottom: 40px;
  position: relative;
  padding-right: 0;
}

span.link.link--dashed.js-show-warranty-modal {
  color: #e91e63;
  border-bottom: 1px dashed;
}


.product_chose-helper_text {
  margin-top: 4px;
  font-size: 14px;
  color: #222d4a;
}

.product_chose-helper_text .as-link, .product_chose-helper_text a {
  color: #3e9e41;
  display: inline-block;
  cursor: pointer;
}

.product_chose-helper_text .as-link:hover, .product_chose-helper_text a:hover {
  color: #0094ca;
  border-color: #0094ca;
}

.product_chose-helper_img {
  width: 50px;
  height: 50px;
  background: url(../images/planning-managing-agenda-svgrepo-com.svg) no-repeat 50%;
  background-size: contain;
  position: absolute;
  bottom: 13px;
  left: 130px;
}

span.city-name {
  font-weight: 800;
}

.product_chose-helper:after {
  content: "";
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  z-index: 100;
  -webkit-animation: pulseBlob 1.5s 1s infinite linear;
  animation: pulseBlob 1.5s 1s infinite linear;
}

span.delivery-date {
  font-weight: 600;
}

.product_warranty.js-product-warranty.deliv {
  border-radius: 5px;
  background: #f7f7f7;
  padding: 10px;
}

.product_warranty.js-product-warranty.deliv {
  margin-top: 21px;
  text-align: center;
}

span.feedback {
  font-size: 13px;
  margin-top: -8px;
  font-weight: 700;
}

.yith-wcwl-wishlistexistsbrowse a {
  color: #e91e63;
  display: none;
}

.yith-wcwl-wishlistexistsbrowse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

span.wishlist_heart {
  float: right;
  margin-left: 17px;
}

a.add_to_wishlist.single_add_to_wishlist.button.alt {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

a.add_to_wishlist.single_add_to_wishlist.button.alt span {
  font-size: 12px;
  white-space: nowrap;
  color: #1e1f22;
}

a.item-related__btn.item-card__btn.btn-b.ajax-add-to-cart.button svg {
  display: none;
}

.product-sub_headblock {
  font-size: 11px;
  display: flex;
  gap: 30px;
  color: #79a341;
  margin-top: 16px;
}


p.product-sku span {
  font-weight: 400;
  color: #000;
}

p.product-sku span {
  font-weight: 400;
}

span.cashback {
  position: absolute;
  top: 16px;
  left: 14px;
  right: auto;
  font-size: 11px;
  z-index: 100;
  pointer-events: none;
  background: #ffc008;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}


.wc_auth-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.wc_auth-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.wc_auth-tabs {
  display: flex;
  justify-content: space-around;
}

.wc_auth-tab {
  list-style: none;
}

.wc_auth-tab a {
  text-decoration: none;
  font-size: 1.5em;
}

.wc_auth-tab a.active {
  color: #2196f3;
}

.wc_auth-or {
  text-align: center;
  margin: 10px 0;
}

.wc_auth-modal-content button {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

#otpField {
  margin-top: 10px;
}

.yorkup-comment-menu a svg {
  background: #fcfcfc;
  padding: 3px;
  border-radius: 5px;
}

.product_item_price_current {
  font-weight: 900;
  font-size: 23px;
  color: #f44336;
}

.product_price_cashback {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: #222d4a;
  left: 0;
  top: 2px;
  position: absolute;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
}

.pad_50 {
  padding-top: 50px;
}


.content_inner_desc {
  margin-top: 25px;
  background: #f7f7f7;
  padding: 35px;
}

.product_item_img img {
  max-height: 130px;
  object-fit: contain;
}

a.instruction-link {
  gap: 6px;
  display: flex;
  margin-top: 17px;
  align-content: center;
  align-items: center;
}

nav.header-nav {
  display: flex;
}

.yorkup-search-bar form {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

.yorkup_account a {
  color: #fff;
}

.yorkup_account {
  background: #131517;
  padding: 10px 20px 10px 20px;
  background: linear-gradient(-45deg, #2f3030, #282828, #131517, #1b1c1d);
  border-radius: 5px;
  color: #fff;
}

a.yorkup_nickname {
  color: #ededed;
}

.yorkup_cart {
  background: none;
  border: none;
  border-left: 1px solid #ffffff3d;
  padding: 9px 10px 10px 20px;
  cursor: pointer;
  margin-left: 10px;
}


.back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 34px;
  height: 34px;
  background-color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.back-to-top svg {
  width: 19px;
  height: 19px;
  color: #2b2a2a;
}

.back-to-top .progress-border {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  clip-path: circle(50%);
}

.attribute-filter-group br {
  display: none;
}

.back-to-top .progress-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 4px solid #ffffff;
  clip-path: circle(50%);
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.back-to-top.hidden {
  display: none;
}

.subcategories-slider .swiper-slide span {
  font-weight: 300;
  font-size: 10px;
}

.custom-fixed-tab {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  transition: top 0.3s ease-in-out;
}

.custom-fixed-tab.fixed {
  position: fixed;
  top: 57px;
  width: 100%;
  z-index: 998;
  background-color: #f7f7f7;
  display: none;
}

.buttons_balance {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  align-content: center;
  margin-top: 30px;
  position: relative;
  justify-content: space-between;
}

.product-instruction {
  display: flex;
  width: auto;
}

.custom-tabs {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
}

.product_item_ykup span.cashback_cat {
  top: -5px;
  left: -5px;
  background: #ffc109;
  padding: 5px;
  border-radius: 5px;
  right: auto;
}

.product_item_inf {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.product_item_inf .product_item_price_current {
  display: flex;
  flex-direction: column-reverse;
}

.yorkup-vertical-menu a svg {
  background: #f2f2f2;
  color: transparent;
  border-radius: 5px;
  padding: 3px;
}

.custom-tabs li {
  cursor: pointer;
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.home-best-sellers {
  margin-bottom: 40px;
  margin-top: 40px;
}


#voice-search-button.recording svg {
  animation: pulse 1s infinite;
}

.custom-tabs li.active {
  border-bottom: 4px solid #19181847;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  background: transparent;
  padding: 0;
}

span.product-slide-video-info svg {
  border-radius: 5px;
  background: #4a34eb;
  padding: 4px;
}

.product-slide-video:after {
  content: none;
}

.home-catalog {
  margin-bottom: 20px;
}


button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  color: #ececec;
  background: #4a34eb;
  width: 100%;
  border-radius: 6px;
  margin-top: 19px !important;
  padding: 16px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  text-indent: 8px;
  padding: 10px;
  background: #e7f0fe;
  border-radius: 5px;
  border: none;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  color: #fff;
  background: #1d1d1d;
  width: 100%;
  border-radius: 6px;
  margin-top: 19px !important;
  padding: 16px;
}

.woocommerce form .form-row label {
  margin-bottom: 12px;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
  background: #e7f0fe !important;
  border-radius: 5px !important;
  border: none !important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  margin-top: 2px !important;
  margin-left: 10px !important;
}

.home-catalog-item-img img {
  position: relative;
  max-height: 75%;
  width: auto;
  height: auto;
}

/*/ajax search/*/
.ajax-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ajax-search-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}

.ajax-search-item:last-child {
  border-bottom: none;
}

.ajax-search-item img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  margin-right: 10px;
}

.ajax-search-content {
  flex: 1;
}

.ajax-search-content h4 {
  margin: 0;
  font-size: 16px;
}

.ajax-search-content .price {
  color: #f00;
  font-weight: bold;
}

.ajax-search-item .category-label {
  display: block;
  font-size: 12px;
  color: #666;
}

.ajax-search-load-more {
  width: 100%;
  padding: 10px;
  background-color: #f2f2f2;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.ajax-search-load-more:hover {
  background-color: #e2e2e2;
}

.ajax-search-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.search-active .search-overlay {
  display: block;
}


html.search-active, body.search-active {
  height: 100%;
  overflow: hidden;
}

.ajax-search-results {
  max-height: 300px;
  overflow-y: auto;
}

.ajax-search-results {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-0%);
  width: 80%;
  max-width: 600px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1000;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 5px;
}

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

.ajax-search-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.ajax-search-item:last-child {
  border-bottom: none;
}

.ajax-search-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.ajax-search-content {
  flex: 1;
}

.ajax-search-content h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.ajax-search-content .price {
  color: #f44336;
  font-weight: bold;
}

.ajax-search-content .category-label {
  display: block;
  font-size: 12px;
  color: #666;
}

.ajax-search-load-more:hover {
  background-color: #343232;
}

button.ajax-search-load-more {
  background: #000000;
  color: #fff;
}

.products-main.no-sidebar #product-results {
  grid-template-columns: repeat(5, 1fr);
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
}

.woocommerce-MyAccount-navigation li::marker {
  content: "";
}

.woocommerce-MyAccount-navigation li svg {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.menu-label {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: bold;
}

.custom-my-account-orders {
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.custom-my-account-orders h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
.custom-orders-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.custom-orders-table__header {
  background-color: #f8f8f8;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border-bottom: 2px solid #ddd;
}

.custom-orders-table__cell {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  vertical-align: middle;
}

.custom-orders-table__order-number a {
  color: #f44336;
  font-weight: 800;
  text-decoration: none;
}

.custom-orders-table__order-number a:hover {
  text-decoration: underline;
}
.yorkup-product-item  .frating-stars .star {
    font-size: 10px;
    height: 12px;
    width: 12px;
}

.custom-orders-table__button {
  background-color: #000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  transition: background-color 0.3s ease;
}

.custom-orders-table__button:hover {
  background-color: #f44336;
}

.custom-account-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 0;
}

.custom-account-content h2 {
  font-size: 19px;
  margin-bottom: 20px;
}

.custom-order-details table {
  width: 100%;
  border-collapse: collapse;
}

.custom-order-details th, .custom-order-details td {
  padding: 10px;
  border: 1px solid #e0e0e0;
}

.custom-order-details th {
  background-color: #f9f9f9;
}


.zen-ui-select__value {
  text-indent: 8px;
  padding: 10px !important;
  background: #e7f0fe;
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #d9d9d9;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  caret-color: #000;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  color: #000;
  line-height: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 27px !important;
  border-color: transparent;
}

.zen-ui-select__value:hover {
  background: #e7f0fe;
}

.woocommerce-MyAccount-content fieldset {
  border: none;
  margin-top: 28px;
  margin-bottom: 28px;
}

.woocommerce-MyAccount-content legend {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 800;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
  color: #ececec;
  background: #4a34eb;
  border-radius: 6px;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  left: auto;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.slider-arrow-next, .slider-arrow-prev {
  transition: opacity 0.3s ease;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  color: #fff;
}

textarea#order_comments {
  height: 82px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #e7f0fe;
  color: #000000;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #e7f0fe;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: #e7f0fe00;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.cart-checkout a {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  border-radius: 6px;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  display: inline-block;
  line-height: 26px;
  box-shadow: none;
  text-shadow: none;
}

button#place_order, .cart-checkout a {
  color: #ececec;
  background: #4caf50;
  width: 100%;
  border-radius: 6px;
  margin-top: 19px !important;
}

.cart-checkout a {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  font-size: 100%;
  text-align: center;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  border-radius: 6px;
  display: inline-block;
  line-height: 26px;
  box-shadow: none;
  text-shadow: none;
}

.button#place_order:before, .wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a.checkout:before, .cart-checkout a:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: #000;
  color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.button#place_order:after, .cart-checkout a:after {
  content: "";
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  z-index: 100;
  -webkit-animation: pulseBlob 1.5s 1s infinite linear;
  animation: pulseBlob 1.5s 1s infinite linear;
}

.woocommerce-privacy-policy-text a {
  color: #4a34eb;
}

p.form-row.form-row-last button.button {
  color: #ececec;
  background: #4a34eb;
  width: 100%;
  height: 40px;
  border-radius: 6px;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal {
  display: none;
}

.woocommerce .quantity .qty {
  border: 1px solid #dddddd;
}

table.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}

.cart-head .cart-total-value {
  font-size: 15px;
}

.cart-total span.woocommerce-Price-amount.amount {
  font-weight: 700;
}

td.product-thumbnail {
  border-right: none;
}

td.product-name {
  border-left: none;
}

.mobile-menu-container {
  display: none;
}

.products-item.outstock {
  opacity: 0.5;
  position: relative;
}

.products-item.outstock::after {
  content: "Out of stock";
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(74 52 235 / 99%);
  color: #fff;
  padding: 3px 8px;
  font-size: 7px;
  border-radius: 3px;
}

.button.out-of-stock-button {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
  color: #666;
}


/*/mob filter /*/


.wc-mobile-sidebar {
  display: none;
}


.cart-count {
  position: absolute;
  top: 8px;
  right: 36px;
  background-color: #3e9e42;
  color: #fff;
  border-radius: 50%;
  padding: 1px 6px;
  font-size: 9px;
}

.wc-mini-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.wc-mini-cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.wc-mini-cart-sidebar {
  position: fixed;
  top: 0;
  right: -90%;
  font-family: "Exo 2", serif;
  width: 90%;
  max-width: 400px;
  height: 100%;
  background-color: #f5f5f5;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  transition: right 0.3s ease, opacity 0.3s ease;
  z-index: 9999;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
}

.wc-mini-cart-sidebar.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.close-mini-cart {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  position: absolute;
}

.close-mini-cart.top-close {
  top: 15px;
  right: 15px;
}

.close-mini-cart.bottom-close {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  background-color: #1e1e1e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

.wc-mini-cart-sidebar .mini-cart-content {
  padding: 15px;
  color: #ffffff;
  margin-top: 30px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart .mini_cart_item {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-top: 10px;
  flex-direction: column;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart .mini_cart_item img {
  width: 94px;
  height: 94px;
  background: #fff;
  margin-right: 0;
  border-radius: 7px;
  border: 1px solid #f8f8f84a;
  object-fit: contain;
  padding: 6px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart .mini_cart_item a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-weight: 800;
  flex-grow: 1;
  display: flex;
  font-family: "Exo 2", serif;
  font-size: 13px;
  gap: 23px;
  flex-direction: row;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart .mini_cart_item .remove_from_cart_button {
  background: none;
  border: none;
  font-size: 18px;
  color: #f44336;
  position: absolute;
  font-family: auto;
  right: 14px;
  margin-top: -4px;
  cursor: pointer;
  margin-left: 0px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart .mini_cart_item .quantity {
  font-size: 13px;
  color: #000000;
  margin-left: 0;
  font-family: "Exo 2", serif;
  text-align: left;
  margin-top: 14px;
  position: absolute;
  right: 157px;
  display: none;
  margin-top: 70px;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__total {
  font-size: 17px;
  font-weight: 800;
  margin-top: 20px;
  display: flex;
  gap: 13px;
  text-align: left;
  font-family: "Exo 2", serif;
  color: #f44336;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__total strong {
  color: #000000;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 12px;
  flex-direction: column;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a {
  text-decoration: none;
  font-size: 14px;
  padding: 15px 19px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a.wc-forward {
  background-color: #f44336;
  border-radius: 4px;
  font-family: "Exo 2", serif;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a.checkout {
  background-color: #3e9e42;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  font-size: 100%;
  text-align: center;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  border-radius: 6px;
  display: inline-block;
  line-height: 26px;
  box-shadow: none;
  text-shadow: none;
}

.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a:hover {
  opacity: 1;
}

.wc-mini-cart-sidebar .top-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 15px;
  font-family: auto;
  right: 15px;
  line-height: 15px;
  font-weight: 800;
  padding: 5px;
  background: #e6e6e6;
}

.wc-mini-cart-sidebar .bottom-close {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  display: none;
}

div#modal-reviews {
  display: none;
}

p.woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #080717;
  margin-top: 12px;
}

.woocommerce-order-received section.woocommerce-order-details {
  display: none;
}

.woocommerce-order-received .container.page_inner_block p {
  display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: block;
  text-align: center;
}

.woocommerce-order-received address {
  display: none;
}


a.yorkup-footer-link:nth-child(2) {
  display: none;
}

span.cart-mini_head {
  position: relative;
  font-size: 17px;
  font-weight: 800;
  margin-left: 20px;
  font-family: "Exo 2", serif;
  color: #000000;
}

/*/rating/*/
.frating {
  display: flex;
  align-content: flex-end;
  margin-bottom: 0px;
  gap: 7px;
}

.frating-stars {
  display: flex;
  margin-bottom: 5px;
}

.frating-stars .star {
  font-size: 18px;
  position: relative;
  display: inline-block;
  color: #FFC107;
  height: 18px;
}

.frating-stars .star.empty {
  color: #cccccc;
}

.frating-stars .star.half {
  color: #cccccc;
}

.frating-stars .star.half::before {
  content: "\2605";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #ffc008;
}

.frating-info {
  margin-top: 0;
  color: #1f1f1f;
  font-size: 12px;
  display: flex;
  gap: 5px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}

div#product-results .frating-info, .products-slide .frating-info {
  display: none;
}

div#product-results .frating, .products-slide .frating {
  margin: 0;
  padding: 0;
  border: none;
}

div#product-results .frating-stars .star, .products-slide .frating-stars .star {
  font-size: 16px;
}

.yorkup-vertical-menu li:hover {
  background: #f8f8f8;
}


a.wishlist-icon,a.compare-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whcomparebox {
  display: flex;
  gap: 19px;
  margin-left: 21px;
  margin-right: 6px;
}

.yorkup_cart_button {
  display: flex;
  justify-content: center;
  align-items: center;
}

h1.page-404-title {
  color: #000;
}


@keyframes scaleEffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.cart-count {
  animation: none;
  transition: transform 0.3s ease; 
}

.cart-mini {
  transition: background-color 0.3s ease; 
}

.cart-mini.has-items {
  background-color: #f34336; 
}

@media (min-width:1100px){
.products-item:hover {
    z-index: 3;
    -webkit-transform: scale(1.015);
    transform: scale(1.01);
}
}


/*/BLOG/*/

.blog_yorkup {
  margin-top: 50px;
  margin-bottom: 50px;
}

.inner_blog_yorkup {
  display: flex;
  gap: 37px;
}

.inner_blog_yorkup article {
  max-width: 70%;
}

.inner_blog_yorkup p {
    text-align: justify;
    line-height: 32px;
}

.inner_blog_yorkup aside {
  background: #eceef1;
  padding: 25px;
}

.inner_blog_yorkup img {
  object-fit: contain;
  max-height: max-content;
  margin-top: 20px;
  margin-bottom: 20px;
}


.inner_blog_yorkup h1.entry-title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 22px;
}

.wc-mini-cart-sidebar.wc-mini-cart-sidebar .woocommerce-mini-cart__buttons a.wc-forward:first-child {
  display: none;
}

.yorkup-mobile-footer a:first-child svg:last-child {
  transform: rotate(180deg);
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0!important;
}

span.woocommerce-terms-and-conditions-checkbox-text a {
  color: #4a34eb;
}

.stock_status_loop {
    color: #4caf50;
    font-size: 11px;
    font-weight: 400;
}


.ajax_add_to_cart.loading {
  position: relative;
  pointer-events: none;
}
.ajax_add_to_cart.loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

a.added_to_cart.wc-forward {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
  color: #fff;
  font-size: 10px;
  line-height: 21px;
}


/* ================================
   AJAX Search Styles - Without Root Variables
   ================================ */

/* Header overflow fix for search dropdown */
.header,
.header .container,
.header .top-bar {
  overflow: visible !important;
}

/* Navigation z-index fix - search should be above nav */
.nav {
  z-index: 1000;
  position: relative;
}

.search-bar {
  position: relative;
  z-index: 22;
}

#yorkupSearchInput {
  width: 100%;
}

}


.yorkup-search-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #191919;
}

.yorkup-popular-categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.yorkup-category-item {
  display: flex;
  align-items: center;
  padding: 3px 11px;
  gap: 9px;
  font-size: 12px;
  border-radius: 27px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  font-family: "ActayWide", sans-serif;
  color: #191919;
  justify-content: center;
}

.yorkup-category-item:hover {
  background-color: #e4e8e4;
  color: #333;
  text-decoration: none;
}

.yorkup-category-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 8px;
  padding: 11px;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.yorkup-category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yorkup-category-info h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #191919;
}

.yorkup-category-count {
  font-size: 11px;
  color: #666666;
  font-weight: 300;
  margin-top: 2px;
  font-family: "Montserrat", sans-serif;
}

.yorkup-results-header {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 14px;
}

.yorkup-results-category,
.yorkup-results-products {
  padding: 10px 0;
  color: #191919;
}

.yorkup-results-category {
  width: 200px;
  border-right: 1px solid #eee;
  padding-right: 20px;
  padding-left: 12px;
}

.yorkup-results-products {
  flex: 1;
  padding-left: 20px;
}

.yorkup-results-content {
  display: flex;
}

.yorkup-results-sidebar {
  width: 200px;
  padding-right: 17px;
  padding-left: 5px;
  border-right: 1px solid #eee;
  padding-top: 10px;
}

.yorkup-results-products-list {
  flex: 1;
  padding-left: 17px;
  padding-right: 20px;
  max-height: 500px;
  overflow-y: scroll;
}

.yorkup-results-products-list::-webkit-scrollbar {
  width: 4px;
}

.yorkup-results-products-list::-webkit-scrollbar-thumb {
  background: rgb(0 0 0 / 13%);
  border-radius: 3px;
}

.yorkup-results-products-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}


.yorkup-category-result {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background: #f8f9fa;
  margin-bottom: 10px;
  margin-top: 7px;
}

div#yorkupResultsCategory .yorkup-category-count {
  display: none;
}

.yorkup-category-result .yorkup-category-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  padding: 5px;
  align-items: flex-start;
  justify-content: center;
}

.yorkup-product-item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: #333;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.yorkup-product-price ins {
  color: #191919;
}

.yorkup-product-price del {
  font-size: 11px;
  font-weight: 300;
  text-decoration: line-through;
  color: #ababab;
}

.yorkup-product-item:hover {
  background-color: #fcfcfc;
  text-decoration: none;
  color: #191919;
}

.yorkup-product-item:last-child {
  border-bottom: none;
}

.yorkup-product-image {
  width: 66px;
  height: 66px;
  margin-right: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eff3f3a8;
  padding: 10px;
}

.yorkup-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.yorkup-product-info {
  flex: 1;
}

.yorkup-product-title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-right: 9px;
  color: #191919;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yorkup-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.yorkup-stars {
  display: flex;
  margin-right: 8px;
}

.yorkup-star {
  width: 12px;
  height: 12px;
  background: #ddd;
  margin-right: 2px;
  border-radius: 1px;
}

.yorkup-star.yorkup-star-filled {
  background: #ffd700;
}

.yorkup-product-status {
  font-size: 11px;
  color: #717171;
  font-weight: 500;
  display: flex;
  gap: 8px;
}

.yorkup-product-price {
  text-align: right;
  font-size: 15px;
  display: flex;
  font-weight: 600;
  color: #191919;
  flex-direction: column;
}

.yorkup-search-loading {
  text-align: center;
  padding: 40px 20px;
}

.yorkup-loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: yorkup-spin 1s linear infinite;
  margin: 0 auto 15px;
}

@keyframes yorkup-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.yorkup-search-no-results {
  text-align: center;
  padding: 40px 20px;
  color: #666666;
}


.filter-options {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

button#reset-filters {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #191919;
    border: none;
    color: #fff;
    padding: 8px 20px;
    width: 100%;
}

span.filter-count {
    font-size: 9px;
    margin-top: 4px;
    display: block;
    font-weight: 300;
}

label.filter-option {
    display: flex;
    gap: 7px;
}

button.button.add_to_cart_button.ajax_add_to_cart {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}

table.shop_attributes {
    width: 100%;
    margin-bottom: 20px;
}

table.shop_attributes th {
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5;
    text-align: left;
    width: 50%;
}

table.shop_attributes td {
    padding: 8px;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    line-height: 1.5;
}

.shop_attributes tr:nth-child(even) td,
.shop_attributes tr:nth-child(even) th {
    background: #f7f7f7;
}


a.yorkup-product-item,
a.yorkup-category-item {
    text-decoration: none;
    color: inherit;
    display: flex;
}

a.yorkup-product-item:hover,
a.yorkup-category-item:hover {
    background-color: #eff4ff;
}

.yorkup-category-item.active {
    background-color: #ffffff;
    font-weight: 600;
}

.yorkup-product-item {
    cursor: pointer;
}

.yorkup-category-item {
    cursor: pointer;
}

button.yorkup-wishlist-btn.wishlist-btn-sticky {
    top: -5px;
    right: -5px;
    position: absolute;
    left: auto;
}

button.yorkup-wishlist-btn.wishlist-btn-product-page {
    margin-top: 0px;
}

.load-more-wrapper {
    max-width: 100%;
    display: flex;
    height: 30px;
    gap: 30px;
    width: 100%;
    min-width: 1029px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 271px!important;
    width: calc(100% - 271px);
}


.yorkup-popular-categories a {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    font-weight: 400;
    background: #f7f7f7;
    border: 2px solid #f7f7f7;
}

.yorkup-popular-categories img {
    max-width: 50px;
    border: 1px solid #eeeeee;
    padding: 6px;
}


.yorkup-popular-category {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    font-family: "ActayWide", sans-serif;
    color: #191919;
}


.yorkup-popular-category .catsearch_img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
}

.yorkup-popular-category .catsearch_img svg {
    width: 100%;
    height: 100%;
    display: block;
}

.yorkup-popular-category .catsearch_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yorkup-popular-category span {
    font-size: 14px;
    font-weight: 500;
}

.yorkup-popular-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

@media (max-width: 768px) {
    .yorkup-popular-categories {
        grid-template-columns: 1fr;
    }
    
    .yorkup-popular-category {
        padding: 10px 14px;
    }
    
    .yorkup-popular-category .catsearch_img {
        width: 35px;
        height: 35px;
    }
}


.yorkup-popular-categories a:hover {
    color: #3d9d42;
}

.yorkup-search-popular {
    margin-bottom: 25px;
}

.yorkup-results-info {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 300;
}

.yorkup-show-all-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 10px 0px;
    position: fixed;
    bottom: 0;
    width: 597px;
}

.yorkup-show-all-container a {
    text-align: center;
    background: #3d9d42;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    color: #fff;
}

a.yorkup-category-item {
    background: #f5f8ff;
    margin-bottom: 15px;
    padding: 9px 0px 9px 0px;
    display: flex;
    align-items: center;
}


.yorkup-search-bar {
    transition: min-width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body.yorkup-search-active .yorkup-search-bar {
    min-width: 594px;
}

#yorkupSearchDropdown {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

body.yorkup-search-active {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
}

body.yorkup-search-active::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 999;
    pointer-events: auto;
    cursor: default;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }
}

body.yorkup-search-active > *:not(.yorkup-search-bar):not(script):not(style) {
    pointer-events: none;
}

body.yorkup-search-active .yorkup-search-bar {
    z-index: 1000;
    pointer-events: auto;
}

body.yorkup-search-active #yorkupSearchDropdown {
    z-index: 1000;
    pointer-events: auto;
}

.yorkup-product-item {
    animation: fadeInUp 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
}

.yorkup-product-item:nth-child(1) { animation-delay: 0.05s; }
.yorkup-product-item:nth-child(2) { animation-delay: 0.1s; }
.yorkup-product-item:nth-child(3) { animation-delay: 0.15s; }
.yorkup-product-item:nth-child(4) { animation-delay: 0.2s; }
.yorkup-product-item:nth-child(5) { animation-delay: 0.25s; }
.yorkup-product-item:nth-child(6) {animation-delay: 0.3s;margin-bottom: 0;}

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

.yorkup-category-item {
    animation: slideInLeft 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
}

.yorkup-category-item:nth-child(1) { animation-delay: 0.05s; }
.yorkup-category-item:nth-child(2) { animation-delay: 0.1s; }
.yorkup-category-item:nth-child(3) { animation-delay: 0.15s; }
.yorkup-category-item:nth-child(4) { animation-delay: 0.2s; }
.yorkup-category-item:nth-child(5) { animation-delay: 0.25s; }

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.yorkup-suggestion-item {
    animation: fadeIn 0.2s ease forwards;
    opacity: 0;
}

.yorkup-suggestion-item:nth-child(1) { animation-delay: 0.05s; }
.yorkup-suggestion-item:nth-child(2) { animation-delay: 0.1s; }
.yorkup-suggestion-item:nth-child(3) { animation-delay: 0.15s; }
.yorkup-suggestion-item:nth-child(4) { animation-delay: 0.2s; }
.yorkup-suggestion-item:nth-child(5) { animation-delay: 0.25s; }
.yorkup-suggestion-item:nth-child(6) { animation-delay: 0.3s; }
.yorkup-suggestion-item:nth-child(7) { animation-delay: 0.35s; }

.yorkup-results-info {
    animation: fadeIn 0.3s ease;
}

.yorkup-show-all-button {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.yorkup-show-all-button:hover {
    transform: translateY(-2px);
}

.yorkup-popular-category {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar_shop::-webkit-scrollbar {
  width: 4px;
}

.sidebar_shop::-webkit-scrollbar-thumb {
  background: rgb(0 0 0 / 13%);
  border-radius: 3px;
}

.sidebar_shop::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}


.yorkup-popular-category:hover {
    transform: translateY(-3px) scale(1.05);
}


.yorkup-product-item span.product-price-old {
    color: #5c5c5c;
    font-size: 10px;
    text-decoration: line-through;
    font-weight: 200;
}

.yorkup-product-item span.product-price {
    font-weight: 900;
    font-size: 15px;
    color: #f34336;
}

.product-block-info {
    display: flex;
    align-content: center;
    align-items: flex-end;
    gap: 25px;
}

.yorkup-product-item .frating-info svg {
    height: 15px;
    width: 15px;
}

.yorkup-product-item .frating-info {
    gap: 1px;
    font-size: 10px;
    display: none;
}

.yorkup-product-item .frating {
    gap: 5px;
}

.yorkup-product-item .product-prices {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.yorkup-product-item .product-sub {
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-width: 119px;
}


.yorkup-product-item .product-savings {
    font-size: 10px;
    margin-left: 0;
    border: 1px dashed #4a34eb;
    padding: 2px 6px 2px 7px;
    border-radius: 4px;
    margin-top: 0;
    width: auto;
    max-width: max-content;
    font-weight: 600;
    background: #ffffff;
}


.yorkup-product-item .product-cashback {
    font-size: 10px;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
}

.yorkup-product-item button.button.ajax_add_to_cart {
    border: none;
    background: #3e9e42;
    padding: 9px;
    border-radius: 5px;
    line-height: 13px;
}

.yorkup-product-item .product-info {
    min-width: 280px;
}

.yorkup-canvas-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

canvas#yorkupSearchCanvas {
    position: absolute;
    bottom: -25px;
    max-width: 313px;
    opacity: 0.5;
    left: -12px;
    pointer-events: none;
}
.search-hotslider-container {
    padding: 0;
    border-radius: 2px;
    animation-delay: 0.15s;
    margin-top: 0;
    opacity: 0;
    border: 1px solid #FF9800;
    border-radius: 8px;
    overflow: hidden;
    animation: fadeInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}


.search-hotslider-container .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    background: #f6f6f6;
    border-radius: 20px;
}

 .search-hotslider-container .products-item-title span {
    font-size: 11px;
    line-height: 12px;
}

.search-hotslider-container .products-item-gallery.slider-wrapp {
    display: block;
    position: relative;
    padding: 0px;
    height: 125px;
    object-fit: contain;
}

.search-hotslider-container span.cashback_cat {
  position: absolute;
  top: 6px;
  left: 6px;
  display: flex;
  gap: 5px;
  font-size: 9px;
  justify-content: center;
  align-items: center;
  background: #f9f8f8;
  padding: 3px;
  border-radius: 4px;
  right: auto;
}


.search-hotslider-container span.cashback_cat svg {
    width: 10px;
}

.search-hotslider-container .products-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  border-top: 1px solid #e4e2e2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: #f6f6f6;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 7px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 7px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}

.search-hotslider-container .frating {
    /* display: none; */
}

.search-hotslider-container svg.star {
    width: 13px;
}


.search-hotslider-container .meta_loop {
    display: none;
}

.search-hotslider-container .products-item-prices {
    height: 21px;
    margin-top: 3px;
    font-size: 10px;
}

.search-hotslider-container .products-item-cost {
    font-size: 13px;
    gap: 4px;
}

.search-hotslider-container .products-item-cost span.regular-price {
    font-size: 9px;
}
.search-hotslider-header svg {
    color: #f24336;
}
.search-hotslider-header {
    display: flex;
    align-items: center;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    gap: 2px;
    margin-bottom: 0px;
    font-size: 12px;
    background: linear-gradient(270deg, #ff9800, #ffc107, #ffeb3b, #ffc107, #ff9800);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
    font-weight: 500;
    color: #212121;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    justify-content: center;
}


@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.search-hotslider-header .fire-icon {
    width: 24px;
    height: 24px;
}

.search-hotslider-wrapper {
    position: relative;
    background: #f6f6f6;
}

.search-hotslider {
    width: 100%;
}

.search-hotslider .products-item-img-default.fit-img {
    background:#fff;
}

.search-hot-slide {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.hot-product-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.hot-product-link:hover {
    transform: translateY(-2px);
}

.hot-product-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hot-product-info {
    padding: 15px;
}

.hot-product-name {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #2c3e50;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hot-product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.hot-product-rating .frating-stars {
    display: flex;
    gap: 2px;
}

.hot-product-rating .frating-stars svg {
    width: 14px;
    height: 14px;
}

.hot-product-rating .review-count {
    font-size: 12px;
    color: #7f8c8d;
}

.hot-product-price {
    font-size: 18px;
    font-weight: 700;
    color: #e74c3c;
}

.search-hotslider .swiper-pagination {
    position: relative;
    margin-top: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}

.search-hotslider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cfcfcf;
    opacity: 1;
}

.search-hotslider .swiper-pagination-bullet-active {
    background: #aaa8a8;
    width: 24px;
    border-radius: 4px;
}

.product-sku {
    font-size: 9px;
    text-align: center;
}


.search-hotslider-wrapper {
    position: relative;
    overflow: hidden;
}

.search-hotslider-wrapper .products-item-title {
    margin-bottom: 0;
}

.search-hotslider-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer 2s infinite;
    pointer-events: none;
    z-index: 11;
}


.yorkup-results-sidebar {
    display: flex;
    flex-direction: column;
}

.search-hotslider-container {
    margin-top: auto; 
}

.yorkup-category-item {
    flex-shrink: 0;
}

@media (min-width:1200px){
.yorkup_mobile_account {
    display: none;
}
}

a.compare-icon.no_border {
    display: none;
}