/**
 * ==========================================================================
 * *										1. Variables
 * ==========================================================================
 */

:root {
  --body-bg: #ffffff;
  --color-primary: #F4F4F4;
  --color-secondary: #6c757d;
  --color-accent: #710014;
  --color-error: #C2801D;
  --text-color-dark: #483A3D;
  --text-color-light: #ffffff;
  --font-main: Assistant, sans-serif;
  --font-product: Inter, sans-serif;
  --border-radius: 16px;
}

.sc-auth {
  margin-bottom: 0;
  overflow: hidden;
}

.sc-auth__wrap {
  display: flex;
}

.sc-auth__body {
  flex: 0 0 50%;
}

.sc-auth__slider {
  flex: 0 0 calc(50% + (100vw - 100%) / 2);
  background-color: #ededed;
  height: calc(100svh - 188px);
}

.sc-auth__bg {
  height: 100%;
  width: 100%;
}

.sc-auth__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#customer_login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100svh - 188px);
  overflow-y: auto;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  max-width: 424px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
  font-size: 40px;
  margin-bottom: 12px;
}

#customer_login .u-column1 form,
#customer_login .u-column2 form {
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: none;
}

#customer_login .form-row {
  margin: 0 0 12px;
  padding: 0;
}

#customer_login .form-row label {
  display: none;
}

#customer_login .form-row input {
  width: 100%;
  height: 56px;
  border: 1px solid #D8D8D8;
  padding-inline: 24px;
  border-radius: 0;
}

#customer_login .form-row button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px solid;
  border-radius: 0;
  line-height: 1em;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 14px;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--text-color-light);
  margin: 28px 0 18px;
  height: 56px;
}

#customer_login .form-row button[type=submit]:hover,
#customer_login .form-row button[type=submit]:focus {
  border-color: #8E0019;
  background-color: #8E0019;
}

#customer_login .woocommerce-form-login__rememberme {
  margin: 12px 0;
}

#customer_login .woocommerce-LostPassword {
  color: #A1A1A1;
  font-size: 12px;
}

#customer_login .toggler {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
}

#customer_login .wrap-reg {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#customer_login .wrap-reg input {
  cursor: pointer;
}

.woocommerce-MyAccount-navigation {
  margin-top: 66px;
  width: 300px !important;
  padding-left: 100px;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.woocommerce-MyAccount-content {
  margin-top: 66px;
  width: calc(100% - 300px) !important;
  border: 1px solid rgba(0, 0, 255, 0.288);
}

.woocommerce-MyAccount-navigation-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #A1A1A1;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.woocommerce-MyAccount-navigation-link.is-active,
.woocommerce-MyAccount-navigation-link:hover {
  color: var(--text-color-dark);
}

.woocommerce-MyAccount-navigation-link.is-active::before,
.woocommerce-MyAccount-navigation-link:hover::before {
  background-color: var(--text-color-dark);
}

.woocommerce-MyAccount-navigation-link::before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.3s ease;
  background-color: #A1A1A1;
}

.woocommerce-MyAccount-navigation-link--dashboard::before {
  --icon-url: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2H2.66667C2.29848 2 2 2.29848 2 2.66667V7.33333C2 7.70152 2.29848 8 2.66667 8H6C6.36819 8 6.66667 7.70152 6.66667 7.33333V2.66667C6.66667 2.29848 6.36819 2 6 2Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.334 2H10.0007C9.63246 2 9.33398 2.29848 9.33398 2.66667V4.66667C9.33398 5.03486 9.63246 5.33333 10.0007 5.33333H13.334C13.7022 5.33333 14.0007 5.03486 14.0007 4.66667V2.66667C14.0007 2.29848 13.7022 2 13.334 2Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.334 8H10.0007C9.63246 8 9.33398 8.29848 9.33398 8.66667V13.3333C9.33398 13.7015 9.63246 14 10.0007 14H13.334C13.7022 14 14.0007 13.7015 14.0007 13.3333V8.66667C14.0007 8.29848 13.7022 8 13.334 8Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 10.667H2.66667C2.29848 10.667 2 10.9655 2 11.3337V13.3337C2 13.7018 2.29848 14.0003 2.66667 14.0003H6C6.36819 14.0003 6.66667 13.7018 6.66667 13.3337V11.3337C6.66667 10.9655 6.36819 10.667 6 10.667Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--orders {
  --icon-url: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.33359C13.9998 5.09978 13.938 4.87013 13.821 4.6677C13.704 4.46527 13.5358 4.29717 13.3333 4.18026L8.66667 1.51359C8.46397 1.39657 8.23405 1.33496 8 1.33496C7.76595 1.33496 7.53603 1.39657 7.33333 1.51359L2.66667 4.18026C2.46418 4.29717 2.29599 4.46527 2.17897 4.6677C2.06196 4.87013 2.00024 5.09978 2 5.33359V10.6669C2.00024 10.9007 2.06196 11.1304 2.17897 11.3328C2.29599 11.5353 2.46418 11.7034 2.66667 11.8203L7.33333 14.4869C7.53603 14.604 7.76595 14.6656 8 14.6656C8.23405 14.6656 8.46397 14.604 8.66667 14.4869L13.3333 11.8203C13.5358 11.7034 13.704 11.5353 13.821 11.3328C13.938 11.1304 13.9998 10.9007 14 10.6669V5.33359Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.19922 4.66699L7.99922 8.00033L13.7992 4.66699' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 14.6667V8' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--edit-address {
  --icon-url: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3327 6.66634C13.3327 9.99501 9.64002 13.4617 8.40002 14.5323C8.2845 14.6192 8.14388 14.6662 7.99935 14.6662C7.85482 14.6662 7.7142 14.6192 7.59868 14.5323C6.35868 13.4617 2.66602 9.99501 2.66602 6.66634C2.66602 5.25185 3.22792 3.8953 4.22811 2.89511C5.22831 1.89491 6.58486 1.33301 7.99935 1.33301C9.41384 1.33301 10.7704 1.89491 11.7706 2.89511C12.7708 3.8953 13.3327 5.25185 13.3327 6.66634Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8.66699C9.10457 8.66699 10 7.77156 10 6.66699C10 5.56242 9.10457 4.66699 8 4.66699C6.89543 4.66699 6 5.56242 6 6.66699C6 7.77156 6.89543 8.66699 8 8.66699Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--edit-account {
  --icon-url: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99935 8.66667C9.8403 8.66667 11.3327 7.17428 11.3327 5.33333C11.3327 3.49238 9.8403 2 7.99935 2C6.1584 2 4.66602 3.49238 4.66602 5.33333C4.66602 7.17428 6.1584 8.66667 7.99935 8.66667Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3327 14.0003C13.3327 12.5858 12.7708 11.2293 11.7706 10.2291C10.7704 9.2289 9.41384 8.66699 7.99935 8.66699C6.58486 8.66699 5.22831 9.2289 4.22811 10.2291C3.22792 11.2293 2.66602 12.5858 2.66602 14.0003' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--customer-logout {
  --icon-url: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6665 11.3337L13.9998 8.00033L10.6665 4.66699' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 8H6' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V3.33333C2 2.97971 2.14048 2.64057 2.39052 2.39052C2.64057 2.14048 2.97971 2 3.33333 2H6' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.page-title {
  font-size: 48px;
  margin-bottom: 40px;
  text-align: center;
}

.my-shop-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 65px;
}

.woocommerce-result-count {
  font-size: 14px !important;
  margin: 0 !important;
}

.woocommerce-ordering {
  color: var(--text-color-dark);
  margin: 0 auto 0 0 !important;
}

.woocommerce-ordering .orderby {
  border: 1px solid #E9E9E9;
  width: 200px;
  height: 48px;
  padding: 10px 24px;
}

.my-filter-button {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 10px 24px;
  height: 48px;
  min-width: 200px;
  border: 1px solid #E9E9E9;
  color: var(--text-color-dark);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.my-filter-button svg {
  max-width: 16px;
  width: 100%;
}

.my-filter-panel {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  height: 100vh;
  transition: all 0.3s ease 0s;
}

.my-filter-panel.open {
  background-color: rgba(6, 6, 6, 0.3215686275);
  pointer-events: all;
}

.my-filter-panel.open .my-filter-panel__wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.my-filter-panel__wrapper {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  max-width: 365px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 48px;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-direction: column;
}

.my-filter-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.my-filter-panel__title {
  font-size: 24px;
}

.my-filter-panel__close svg {
  cursor: pointer;
}

.main #my-filter-panel .wpfMainWrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
}

.main #my-filter-panel .wpfFilterWrapper {
  padding: 0;
  margin: 0 0 12px;
}

.main #my-filter-panel .wpfFilterTitle {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.main #my-filter-panel .wfpTitle {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  height: auto;
  color: var(--color-accent);
}

.main #my-filter-panel .wpfTitleToggle {
  display: block;
  height: 24px;
  width: 24px;
  transition: all 0.2s ease 0s;
  float: initial !important;
}

.main #my-filter-panel .wpfTitleToggle.fa-chevron-up {
  rotate: 180deg;
}

.main #my-filter-panel .wpfTitleToggle::before {
  display: block;
  font-size: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23483A3D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.main #my-filter-panel .wpfFilterButtons {
  margin-top: auto;
}

.main #my-filter-panel .wpfFilterButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px solid;
  border-radius: 0;
  line-height: 1em;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 14px;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--text-color-light);
  width: 100%;
  height: 48px;
  min-height: auto;
  margin: 0;
}

.main #my-filter-panel .wpfFilterButton:hover,
.main #my-filter-panel .wpfFilterButton:focus {
  border-color: #8E0019;
  background-color: #8E0019;
}

.main #my-filter-panel .wpfFilterVerScroll li {
  padding: 10px 0;
}

.main #my-filter-panel .wpfValue,
.main #my-filter-panel .wpfFilterTaxNameWrapper {
  font-size: 16px;
  margin: 0 !important;
  padding: 0 !important;
}

.main #my-filter-panel .wpfFilterWrapper .wpfCheckbox {
  display: flex;
}

.main #my-filter-panel .wpfFilterWrapper .wpfCheckbox label {
  width: 20px !important;
  height: 20px !important;
}

.main #my-filter-panel .wpfFilterWrapper .wpfCheckbox label::before {
  background: none !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  border: 1px solid var(--color-accent) !important;
}

.main #my-filter-panel .wpfFilterWrapper .wpfCheckbox label::after {
  content: "" !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  left: auto !important;
  right: 0 !important;
  top: 0 !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  bottom: auto !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23483A3D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.main #my-filter-panel .wpfPriceFilterRange {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  background: #A1A1A1;
  margin-right: -6px;
  width: calc(100% + 6px);
}

.main #my-filter-panel .ui-widget-header {
  background: var(--color-accent) !important;
  height: 1px;
}

.main #my-filter-panel .ui-slider-handle {
  width: 15px;
  height: 15px;
  border: none !important;
  background: var(--color-accent);
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main #my-filter-panel .ui-slider-handle.ui-state-focus,
.main #my-filter-panel .ui-slider-handle.ui-state-active,
.main #my-filter-panel .ui-slider-handle.ui-state-hover {
  outline: none !important;
  border-radius: 0 !important;
  background: var(--color-accent) !important;
}

.main #my-filter-panel .wpfPriceInputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-inline: -10px;
  width: calc(100% + 20px);
}

.main #my-filter-panel .wpfPriceInputs .wpfCurrencySymbol {
  margin-left: 0;
  margin-right: 5px;
}

.main #my-filter-panel .wpfPriceRangeField#wpfMinPrice,
.main #my-filter-panel .wpfPriceRangeField#wpfMaxPrice {
  height: 45px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  color: var(--text-color-dark);
  font-family: inherit;
  font-size: 16px;
  border-radius: 0px;
  padding: 0 12px;
}

.products--shop {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 20px;
}

.products--shop .product-card {
  flex: 0 0 calc(33.3% - 20px);
}

/**
 * =========================================================================================
 * --																 quantity
 * =========================================================================================
 */

.quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex: 0 0 152px;
  height: 64px;
  padding: 0px 24px;
  border: 1px solid #E9E9E9;
  background: #fff;
  color: inherit;
}

.quantity > * {
  border: none;
  cursor: pointer;
}

.quantity__btn,
.quantity .qty_button {
  border: none;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
  width: 24px;
  height: 24px;
  color: transparent;
}

.quantity__btn:hover,
.quantity .qty_button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.quantity__btn--minus,
.quantity__btn.minus,
.quantity .qty_button--minus,
.quantity .qty_button.minus {
  background: transparent url("../img/icons/minus.svg") center/contain no-repeat;
}

.quantity__btn--plus,
.quantity__btn.plus,
.quantity .qty_button--plus,
.quantity .qty_button.plus {
  background: transparent url("../img/icons/plus.svg") center/contain no-repeat;
}

.quantity__input,
.quantity .input-text.qty {
  flex: 1 1 auto;
  width: 40px;
  padding: 0;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  -moz-appearance: textfield;
}

.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button,
.quantity .input-text.qty::-webkit-inner-spin-button,
.quantity .input-text.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**
 * =========================================================================================
 * --																 Layout single product
 * =========================================================================================
 */

.single-product .main .product {
  display: flex;
  position: relative;
  margin-bottom: 160px;
  gap: 48px;
}

.single-product .main .product .onsale {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.single-product .main .product .product-gallery,
.single-product .main .product .summary {
  flex: 0 0 calc(50% - 24px);
}

.single-product .main .product .summary {
  max-width: 735px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.single-product .main .product .product_title {
  max-width: 500px;
  line-height: 100%;
  font-size: 48px;
  margin-bottom: 35px;
}

.single-product .main .product .woocommerce-product-details__short-description {
  max-width: 370px;
  margin-bottom: 50px;
}

.single-product .main .product .price {
  font-size: 24px;
  gap: 19px;
  justify-content: flex-end;
  color: inherit !important;
  margin-bottom: 36px;
}

.single-product .main .product .price del {
  font-size: 0.66em;
  font-weight: 400 !important;
}

.single-product .main .product .price bdi {
  font-weight: 500 !important;
}

.single-product .main .product form.cart {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 146px;
}

.single-product .main .product form.cart::before,
.single-product .main .product form.cart::after {
  display: none;
}

.single-product .main .product .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px solid;
  border-radius: 0;
  line-height: 1em;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 14px;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--text-color-light);
  height: 64px;
  max-width: 200px;
}

.single-product .main .product .single_add_to_cart_button:hover,
.single-product .main .product .single_add_to_cart_button:focus {
  border-color: #8E0019;
  background-color: #8E0019;
}

/**
 * =========================================================================================
 * --																 Swiper pair gallery
 * =========================================================================================
 */

.product-gallery {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.product-gallery figure {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.product-gallery__thumbs-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.product-gallery__thumbs-slider .swiper-slide {
  width: 64px;
  aspect-ratio: 1;
  border: 1px solid #E9E9E9;
  cursor: pointer;
}

.product-gallery__thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--color-accent);
}

.product-gallery__thumbs-slider figure {
  max-width: 64px;
}

.product-gallery__main-wrapper {
  width: 100%;
  padding-right: 170px;
  margin-bottom: 0;
}

.product-gallery__main-slider {
  aspect-ratio: 1;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  max-width: 560px;
}

.product-gallery__main-slider .swiper-slide * {
  height: 100%;
}

.product-gallery__main-slider .swiper-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-gallery__controls {
  display: none;
}

/**
 * =========================================================================================
 * --																 Other elements
 * =========================================================================================
 */

.single-product__features {
  display: flex;
  justify-content: center;
  gap: 36px;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.single-product__feature {
  display: flex;
  gap: 8px;
  align-items: center;
}

.single-product__feature img {
  width: 20px;
}

/**
 * =========================================================================================
 * --																 WOO MINI-CART
 * =========================================================================================
 */

#mini-cart {
  /* empty */
}

#mini-cart.cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 490px;
  height: 100svh;
  z-index: 1001;
  transition: all 0.3s ease;
  overflow-y: auto;
  background: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 48px;
  display: flex;
  flex-direction: column;
}

#mini-cart.cart-sidebar.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#mini-cart .woocommerce-mini-cart-item {
  display: flex;
}

#mini-cart .title-cart-total {
  display: flex;
  font-size: 24px;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding-bottom: 32px;
  margin-bottom: 48px;
  border-bottom: 1px solid #E9E9E9;
}

#mini-cart .title-cart-total span {
  color: rgba(44, 44, 44, 0.5019607843);
}

#mini-cart .cart-close {
  position: absolute;
  left: 48px;
  top: 48px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M18 6L6 18' stroke='%23483A3D' stroke-linecap='round' stroke-linejoin='round'/><path d='M6 6L18 18' stroke='%23483A3D' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

#mini-cart .cart-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

#mini-cart .cart-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

#mini-cart .woocommerce-mini-cart.cart_list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0;
  margin-bottom: 48px;
  gap: 12px;
  height: 100px;
  overflow-y: auto;
  margin-right: -10px;
  padding-right: 10px;
  direction: ltr;
}

#mini-cart .woocommerce-mini-cart.cart_list::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}

#mini-cart .woocommerce-mini-cart.cart_list::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

#mini-cart .woocommerce-mini-cart.cart_list::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 0;
}

#mini-cart .woocommerce-mini-cart.cart_list > * {
  direction: rtl;
}

#mini-cart .woocommerce-mini-cart-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  padding-block: 16px;
  padding-right: 124px;
  padding-left: 32px;
  min-height: 132px;
}

#mini-cart .product-thumb {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #E9E9E9;
}

#mini-cart .product-thumb img {
  width: 100%;
  height: 100%;
}

#mini-cart .product-name {
  font-size: 14px;
  font-weight: 400;
}

#mini-cart .product-actions {
  display: flex;
  gap: 32px;
  align-items: center;
}

#mini-cart .product-actions .quantity {
  flex: 0 0 108px;
  max-width: 108px;
  height: 42px;
}

#mini-cart .product-actions .quantity .qty_button {
  width: 18px;
  height: 18px;
}

#mini-cart .product-actions .quantity .input-text.qty {
  width: 32px;
}

#mini-cart .product-price-part bdi {
  font-size: 16px;
  direction: rtl;
  color: var(--color-accent);
}

#mini-cart .product-price-part bdi .woocommerce-Price-currencySymbol {
  font-size: 1em;
  margin-right: -0.2em;
}

#mini-cart .remove_from_cart_button {
  width: 24px;
  height: 24px;
  font-size: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M18 6L6 18' stroke='%23A1A1A1' stroke-linecap='round' stroke-linejoin='round'/><path d='M6 6L18 18' stroke='%23A1A1A1' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  position: absolute;
  left: 0;
  top: 16px;
}

#mini-cart .woocommerce-mini-cart-item .blockOverlay {
  opacity: 0.1 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

#mini-cart .mini-cart__bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#mini-cart .woocommerce-mini-cart__total {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

#mini-cart .woocommerce-mini-cart__total strong {
  font-weight: 400;
  font-size: 16px;
}

#mini-cart .woocommerce-mini-cart__total span {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-accent);
}

#mini-cart bdi {
  direction: rtl;
  color: var(--color-accent);
}

#mini-cart bdi .woocommerce-Price-currencySymbol {
  font-size: 1em;
  margin-right: -0.2em;
}

#mini-cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

#mini-cart .woocommerce-mini-cart__buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px solid;
  border-radius: 0;
  line-height: 1em;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 14px;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--text-color-light);
}

#mini-cart .woocommerce-mini-cart__buttons a:hover,
#mini-cart .woocommerce-mini-cart__buttons a:focus {
  border-color: #8E0019;
  background-color: #8E0019;
}

#mini-cart .woocommerce-mini-cart__buttons a:hover,
#mini-cart .woocommerce-mini-cart__buttons a:focus {
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

#mini-cart .woocommerce-mini-cart__buttons a:first-child {
  display: none;
}

#mini-cart .ss-mini-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
  height: 100%;
  border-top: 1px solid #E9E9E9;
}

#mini-cart .ss-mini-cart-empty svg {
  height: 48px;
  width: 48px;
}

#mini-cart .ss-mini-cart-empty h3 {
  font-size: 14px;
}

#mini-cart .btn-return-to-shop {
  padding: 16px 48px;
  font-weight: 500;
  margin-top: 24px;
}

.cart-sidebar-overlay {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(6, 6, 6, 0.3215686275);
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.cart-sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/**
 * =========================================================================================
 * --																 COUPON
 * =========================================================================================
 */

#ss-coupon.ss-coupon {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#ss-coupon .ss-coupon__title {
  font-size: 16px;
}

#ss-coupon .ss-coupon__row {
  display: flex;
  border: 1px solid #E9E9E9;
  height: 48px;
}

#ss-coupon .ss-coupon__input {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  height: 100%;
  font-size: 14px;
  padding-inline: 16px;
  color: var(--text-color-dark);
  font-weight: 400;
}

#ss-coupon .ss-coupon__input::-webkit-input-placeholder {
  color: #A1A1A1;
}

#ss-coupon .ss-coupon__input::-moz-placeholder {
  color: #A1A1A1;
}

#ss-coupon .ss-coupon__input::placeholder {
  color: #A1A1A1;
}

#ss-coupon .ss-coupon__button {
  flex: 0 0 168px;
  font-size: 14px;
  background: #E9E9E9;
  font-weight: 600;
}

#ss-coupon .ss-coupon__msg {
  font-size: 12px;
}

#ss-coupon .ss-coupon__msg:empty {
  display: none;
}

#ss-cart {
  /**
  * =========================================================================================
  * --																 CART: layout
  * =========================================================================================
  */
  /**
  * =========================================================================================
  * --																 CART: table products
  * =========================================================================================
  */
  /**
  * =========================================================================================
  * --																 CART: sidebar
  * =========================================================================================
  */
}

#ss-cart .ss-cart__title {
  text-align: center;
  width: 100%;
  font-size: 48px;
  margin-bottom: 70px;
}

#ss-cart .ss-cart__layout {
  display: flex;
  gap: 130px;
}

#ss-cart .ss-cart__main {
  flex: 1 1 auto;
  overflow-y: auto;
  margin-right: -5px;
  padding-right: 5px;
  direction: ltr;
  max-height: 350px;
}

#ss-cart .ss-cart__main::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}

#ss-cart .ss-cart__main::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

#ss-cart .ss-cart__main::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 0;
}

#ss-cart .ss-cart__main > * {
  direction: rtl;
}

#ss-cart .ss-cart__sidebar {
  flex: 0 0 460px;
  margin-top: 40px;
  background-color: var(--color-primary);
  padding: 40px;
}

#ss-cart .shop_table.cart {
  margin-bottom: 0;
  position: relative;
}

#ss-cart .shop_table.cart thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

#ss-cart .shop_table.cart thead th {
  font-size: 12px;
  padding: 0;
  height: 40px;
  vertical-align: top;
  border: none;
  text-align: right;
  border-bottom: 1px solid #E9E9E9;
}

#ss-cart .shop_table.cart thead th.product-name {
  font-size: 0;
}

#ss-cart .shop_table.cart tbody tr td {
  padding-block: 12px;
  border-top: none;
  border-bottom: 1px solid #E9E9E9;
  vertical-align: middle;
  text-align: right;
  color: var(--text-color-dark);
}

#ss-cart .shop_table.cart tbody tr td.product-thumbnail {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}

#ss-cart .shop_table.cart tbody tr td.product-thumbnail a {
  display: block;
  border: 1px solid #E9E9E9;
}

#ss-cart .shop_table.cart tbody tr td.product-thumbnail img {
  width: 100%;
  height: 100%;
}

#ss-cart .shop_table.cart tbody tr td.product-name {
  font-size: 14px;
  padding-right: 22px;
}

#ss-cart .shop_table.cart tbody tr td.product-price,
#ss-cart .shop_table.cart tbody tr td.product-subtotal {
  padding-inline: 100px;
}

#ss-cart .shop_table.cart tbody tr td .quantity {
  width: 107px;
  height: 42px;
}

#ss-cart .shop_table.cart tbody tr td .quantity .qty_button {
  width: 18px;
  height: 18px;
}

#ss-cart .shop_table.cart tbody tr td.product-remove {
  width: 24px;
  height: 24px;
  position: relative;
  font-size: 0;
}

#ss-cart .shop_table.cart tbody tr td.product-remove a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%23A1A1A1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23A1A1A1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

#ss-cart .ss-coupon {
  margin-bottom: 32px;
}

#ss-cart .ss-coupon__row {
  border: none;
}

#ss-cart .ss-coupon__input {
  background-color: #fff;
}

#ss-cart .cart_totals h2 {
  display: none;
}

#ss-cart .shop_table {
  margin-bottom: 0px;
  border: none;
}

#ss-cart .shop_table th,
#ss-cart .shop_table td {
  padding: 12px 0;
  font-weight: 400;
}

#ss-cart .shop_table td {
  text-align: left;
  color: #A1A1A1;
}

#ss-cart .shop_table td:has(#shipping_method) {
  text-align: right;
}

#ss-cart .shop_table tr {
  border: none;
}

#ss-cart .shop_table tr:first-child th,
#ss-cart .shop_table tr:first-child td {
  padding-top: 0;
}

#ss-cart .shop_table .order-total .woocommerce-Price-amount {
  font-size: 20px;
  color: var(--text-color-dark);
  font-weight: 400;
}

#ss-cart .shop_table .order-total th,
#ss-cart .shop_table .order-total td {
  border-top: 1px solid #E9E9E9 !important;
  padding-bottom: 0;
  font-weight: 400;
}

#ss-cart .wc-proceed-to-checkout a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px solid;
  border-radius: 0;
  line-height: 1em;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 14px;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--text-color-light);
  margin-top: 32px;
}

#ss-cart .wc-proceed-to-checkout a:hover,
#ss-cart .wc-proceed-to-checkout a:focus {
  border-color: #8E0019;
  background-color: #8E0019;
}

@media (max-width: 1600px) {
  #ss-cart .ss-cart__layout {
    gap: 48px;
  }

  #ss-cart .shop_table.cart tbody tr td.product-price,
  #ss-cart .shop_table.cart tbody tr td.product-subtotal {
    padding-inline: 40px;
  }
}

@media (max-width: 1300px) {
  .product-gallery__main-wrapper {
    max-width: 400px;
  }

  .product-gallery__main-slider {
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  .woocommerce-MyAccount-navigation {
    padding-left: 50px;
    width: 220px !important;
  }

  .woocommerce-MyAccount-content {
    width: calc(100% - 220px) !important;
  }

  #ss-cart .ss-cart__layout {
    flex-direction: column;
    gap: 114px;
  }
}

@media (max-width: 998px) {
  .sc-auth__body {
    flex: 0 0 100%;
  }

  .sc-auth__slider {
    height: calc(100svh - 80px);
  }

  #customer_login {
    height: calc(100svh - 80px);
  }

  .single-product .main .product {
    margin-top: -20px;
    margin-bottom: 64px;
    flex-direction: column;
    gap: 32px;
  }

  .single-product .main .product .product-gallery,
  .single-product .main .product .summary {
    flex: 0 0 100%;
    width: 100%;
  }

  #ss-cart .ss-cart__sidebar {
    flex: 1 1 auto;
    max-width: 650px;
  }
}

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

  #customer_login {
    align-items: start;
    padding-top: 32px;
  }

  #customer_login .u-column1 h2,
  #customer_login .u-column2 h2 {
    font-size: 24px;
  }

  .woocommerce-MyAccount-navigation {
    width: calc(100% + 32px) !important;
    margin: 30px -16px 20px;
    padding-left: 0;
  }

  .woocommerce-MyAccount-navigation ul {
    justify-content: space-between;
    padding-inline: 16px;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
    max-width: 100%;
    width: 100%;
    gap: 20px;
  }

  .woocommerce-MyAccount-content {
    width: 100% !important;
    margin-top: 0;
  }

  .woocommerce-MyAccount-navigation-link {
    gap: 10px;
  }

  .my-filter-panel__wrapper {
    padding: 16px;
  }

  .my-filter-panel__header {
    margin-bottom: 32px;
  }

  .single-product .main .product .product_title {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .single-product .main .product .woocommerce-product-details__short-description {
    margin-bottom: 32px;
  }

  .single-product .main .product form.cart {
    margin-bottom: 24px;
    gap: 12px;
  }

  .single-product .main .product .single_add_to_cart_button {
    flex: 1 1 auto;
    height: 64px;
    max-width: none;
  }

  .product-gallery {
    gap: 12px;
  }

  .product-gallery__thumbs-wrapper {
    display: none;
  }

  .product-gallery__main-wrapper {
    padding-right: 0;
  }

  .product-gallery__main-slider {
    margin: 0 auto;
    height: 250px;
  }

  .product-gallery__controls {
    display: flex;
    margin-top: -15px;
  }

  .single-product__features {
    display: none;
  }

  #mini-cart .title-cart-total {
    padding-bottom: 16px;
    margin-bottom: 12px;
  }

  #mini-cart .woocommerce-mini-cart.cart_list {
    gap: 0;
  }

  #ss-cart .ss-cart__title {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E9E9E9;
  }

  #ss-cart .ss-cart__main {
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
    direction: ltr;
    max-height: 264px;
  }

  #ss-cart .ss-cart__main::-webkit-scrollbar {
    width: 4px;
    height: 3px;
  }

  #ss-cart .ss-cart__main::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0;
  }

  #ss-cart .ss-cart__main::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 0;
  }

  #ss-cart .ss-cart__main > * {
    direction: rtl;
  }

  #ss-cart .shop_table.cart thead {
    display: none;
  }

  #ss-cart .shop_table.cart tbody tr {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 132px;
    padding-right: 124px;
    padding-left: 36px;
    position: relative;
  }

  #ss-cart .shop_table.cart tbody tr td {
    padding-block: 0;
    border: none;
  }

  #ss-cart .shop_table.cart tbody tr td.product-thumbnail {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    position: absolute;
    top: 16px;
    right: 0;
  }

  #ss-cart .shop_table.cart tbody tr td.product-name {
    font-size: 12px;
    flex: 0 0 100%;
    padding-right: 0;
  }

  #ss-cart .shop_table.cart tbody tr td.product-price {
    display: none;
  }

  #ss-cart .shop_table.cart tbody tr td .quantity {
    margin-left: 22px;
  }

  #ss-cart .shop_table.cart tbody tr td.product-remove {
    position: absolute;
    top: 16px;
    left: 0;
  }
}

@media (max-width: 576px) {
  .my-filter-panel__wrapper {
    max-width: 100%;
  }

  #mini-cart.cart-sidebar {
    width: 100%;
    padding: 16px;
  }
}