.text {
  transition: 0.3s;
}
.text--link {
  color: #FFBF00;
}
.text--primary {
  color: #FFFFFF;
}
.text--secondary {
  color: #C496AA;
}
.text--tertiary {
  color: #A8768A;
}

.icon--accent {
  color: #FFBF00 !important;
}
.icon--1 {
  color: #4F0F28;
}
.icon--2 {
  color: #FFFFFF;
}
.icon--3 {
  color: #C496AA;
}

:root {
  --bg-main: #330C1C;
  --yellow-main: #FFBF00;
  --bg-3: #4F0F28;
  --border-main: #6E2B46;
  --text-secondary: #C496AA;
  --border-secondary: #6E2B46;
  --switcher: #C496AA;
}

.background {
  transition: 0.3s;
}
.background--back-main {
  background: #330C1C;
}
.background--back-2 {
  background: #3F0C21;
}
.background--back-3 {
  background: #4F0F28;
}
.background--white {
  background: rgba(255, 255, 255, 0.1);
}

body.light-theme {
  --bg-main: #F1F1F3;
  --yellow-main: #80113C;
  --bg-3: #fff;
  --border-main: #E4E4E8;
  --text-secondary: #777788;
  --border-secondary: #6E2B46;
  --switcher: #FFBF00;
}

body.light-theme .text--link {
  color: #80113C;
}
body.light-theme .text--primary {
  color: #18181C;
}
body.light-theme .text--secondary {
  color: #777788;
}
body.light-theme .text--tertiary {
  color: #AEAEB8;
}
body.light-theme .icon--accent {
  color: #80113C !important;
}
body.light-theme .icon--1 {
  color: #FFBF00;
}
body.light-theme .icon--2 {
  color: #18181C;
}
body.light-theme .icon--3 {
  color: #777788;
}
body.light-theme .background--back-main {
  background: #F1F1F3;
}
body.light-theme .background--back-2 {
  background: #E4E4E8;
}
body.light-theme .background--back-3 {
  background: #FFFFFF;
}
body.light-theme .background--white {
  background: #FFFFFF;
}

.color--black {
  color: #000000;
}
.color--black-50 {
  color: rgbd(#000000, 0.5);
}
.color--white {
  color: #FFFFFF;
}
.color--gray {
  color: #D9D9D9;
}
.color--gray-secondary {
  color: #BFBFBF;
}
.color--gray-third {
  color: #333333;
}
.color--gray-5 {
  color: #E0E0E0;
}
.color--gray-2 {
  color: #F5F5F5;
}
.color--dark-gray {
  color: #404040;
}
.color--green {
  color: #29D37E;
}
.color--red {
  color: #E0455A;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-600 {
  color: #3F0C21;
}
.color--burgundy-500 {
  color: #4F0F28;
}
.color--burgundy-400 {
  color: #6E2B46;
}
.color--burgundy-300 {
  color: #A8768A;
}
.color--burgundy-200 {
  color: #C496AA;
}
.color--burgundy-100 {
  color: #DAAEC1;
}
.color--burgundy-50 {
  color: #EBBDD0;
}
.color--burgundy-accent {
  color: #80113C;
}
.color--neutral-900 {
  color: #18181C;
}
.color--neutral-800 {
  color: #27272B;
}
.color--neutral-700 {
  color: #484852;
}
.color--neutral-600 {
  color: #5F5F6D;
}
.color--neutral-500 {
  color: #777788;
}
.color--neutral-400 {
  color: #9292A0;
}
.color--neutral-300 {
  color: #AEAEB8;
}
.color--neutral-200 {
  color: #C8C9D0;
}
.color--neutral-100 {
  color: #E4E4E8;
}
.color--neutral-50 {
  color: #F1F1F3;
}
.color--yellow-600 {
  color: #CC9800;
}
.color--yellow-500 {
  color: #FFBF00;
}
.color--yellow-300 {
  color: #FFD761;
}
.color--yellow-200 {
  color: #FFEBB2;
}
.color--blue {
  color: #0099FF;
}
.color--orange {
  color: #E48423;
}

.bg--black {
  background: #000000;
}
.bg--black-50 {
  background: rgbd(#000000, 0.5);
}
.bg--white {
  background: #FFFFFF;
}
.bg--gray {
  background: #D9D9D9;
}
.bg--gray-third {
  background: #333333;
}
.bg--gray-5 {
  background: #E0E0E0;
}
.bg--gray-2 {
  background: #F5F5F5;
}
.bg--dark-gray {
  background: #404040;
}
.bg--green {
  background: #29D37E;
}
.bg--red {
  background: #E0455A;
}
.bg--burgundy-800 {
  background: #200610;
}
.bg--burgundy-700 {
  background: #330C1C;
}
.bg--burgundy-600 {
  background: #3F0C21;
}
.bg--burgundy-500 {
  background: #4F0F28;
}
.bg--burgundy-400 {
  background: #6E2B46;
}
.bg--burgundy-300 {
  background: #A8768A;
}
.bg--burgundy-200 {
  background: #C496AA;
}
.bg--burgundy-100 {
  background: #DAAEC1;
}
.bg--burgundy-50 {
  background: #EBBDD0;
}
.bg--burgundy-accent {
  background: #80113C;
}
.bg--neutral-900 {
  background: #18181C;
}
.bg--neutral-800 {
  background: #27272B;
}
.bg--neutral-700 {
  background: #484852;
}
.bg--neutral-600 {
  background: #5F5F6D;
}
.bg--neutral-500 {
  background: #777788;
}
.bg--neutral-400 {
  background: #9292A0;
}
.bg--neutral-300 {
  background: #AEAEB8;
}
.bg--neutral-200 {
  background: #C8C9D0;
}
.bg--neutral-100 {
  background: #E4E4E8;
}
.bg--neutral-50 {
  background: #F1F1F3;
}
.bg--yellow-600 {
  background: #CC9800;
}
.bg--yellow-500 {
  background: #FFBF00;
}
.bg--yellow-300 {
  background: #FFD761;
}
.bg--yellow-200 {
  background: #FFEBB2;
}
.bg--blue {
  background: #0099FF;
}
.bg--orange {
  background: #E48423;
}

.ls--1-1 {
  letter-spacing: -1.1%;
}

.border--stroke-1 {
  border: 1px solid #6E2B46;
}
.border--stroke-3 {
  border: 1px solid #C496AA;
}

body.light-theme .border--stroke-1 {
  border: 1px solid #E4E4E8;
}
body.light-theme .border--stroke-3 {
  border: 1px solid #AEAEB8;
}

.as-range-wrap {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.as-range-wrap .range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.as-range-wrap .range_container .devider {
  font-size: 24px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.as-range-wrap .sliders_control {
  position: relative;
  margin-top: 18px;
}
.as-range-wrap .form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
}
@media (max-width: 992px) {
  .as-range-wrap .form_control {
    column-gap: 8px;
  }
}
.as-range-wrap .form_control .form_control_container {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.as-range-wrap .form_control input {
  width: 100%;
  min-width: 90px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #6E2B46;
  transition: 0.3s;
  padding: 12px;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  background: #4F0F28;
}
@media (max-width: 992px) {
  .as-range-wrap .form_control input {
    min-width: 137px;
  }
}
.as-range-wrap .form_control input:focus::placeholder {
  font-size: 0;
}
.as-range-wrap .form_control input:hover, .as-range-wrap .form_control input:focus {
  border: 1px solid #FFBF00;
}
.as-range-wrap .form_control input::placeholder {
  font-size: 16px;
  opacity: 1;
  color: #C496AA;
}
@media (max-width: 992px) {
  .as-range-wrap .form_control input {
    width: 107px;
  }
}
.as-range-wrap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #FFBF00;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  margin: 0;
  z-index: 5;
  border: 2px solid #FFBF00;
}
.as-range-wrap input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #FFBF00;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin: 0;
  z-index: 5;
  border: 2px solid #FFBF00;
}
.as-range-wrap input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #FFBF00;
  pointer-events: none;
}
.as-range-wrap #fromSlider, .as-range-wrap #fromSlider-1, .as-range-wrap #fromSlider-2 {
  height: 0;
  z-index: 1;
  transform: translateY(2px);
}

body.light-theme .as-range-wrap .form_control input {
  color: #18181C;
  border: 1px solid #E4E4E8;
  background: #FFFFFF;
}
body.light-theme .as-range-wrap .form_control input:hover, body.light-theme .as-range-wrap .form_control input:focus {
  border: 1px solid #FFBF00;
}
body.light-theme .as-range-wrap .form_control input::placeholder {
  color: #777788;
}
body.light-theme .catalog .mob-nav-btn {
  border: 1px solid #E4E4E8;
  color: #80113C;
}
body.light-theme .catalog .filters .filter-cell .visible, body.light-theme .catalog .filters .filter-cell .hidden {
  border: 1px solid #E4E4E8;
}
body.light-theme .catalog .filters .filter-cell .visible {
  color: #80113C;
}

@media (max-width: 992px) {
  .catalog .catalog-nav-row {
    position: sticky;
    z-index: 5;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    top: 52px;
  }
}
.catalog .mob-nav-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #6E2B46;
  color: #FFBF00;
}
.catalog .mob-nav-btn .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #FFBF00;
  height: 24px;
  min-width: 24px;
  font-size: 12px;
  font-weight: 600;
  color: #4F0F28;
}
.catalog .filters {
  position: relative;
  z-index: 5;
}
.catalog .filters .filter-cell {
  position: relative;
}
.catalog .filters .filter-cell.active .visible .arrow img, .catalog .filters .filter-cell.active .visible .arrow svg {
  rotate: 180deg;
}
.catalog .filters .filter-cell.active .hidden {
  visibility: visible;
  opacity: 1;
}
.catalog .filters .filter-cell .visible {
  display: flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
  color: #FFBF00;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #6E2B46;
}
.catalog .filters .filter-cell .visible .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #FFBF00;
  height: 24px;
  min-width: 24px;
  font-size: 12px;
  font-weight: 600;
  color: #4F0F28;
}
.catalog .filters .filter-cell .visible .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.catalog .filters .filter-cell .visible .arrow img, .catalog .filters .filter-cell .visible .arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.2s;
}
.catalog .filters .filter-cell .hidden {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  border-radius: 6px;
  z-index: 1;
  border: 1px solid #6E2B46;
  padding: 8px 16px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1490196078);
  overflow: auto;
  transition: 0.3s;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
.catalog .filters .filter-cell .hidden .scrl-wrap {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow: auto;
}
.catalog .filters .filter-cell .hidden .scrl-wrap .checkbox {
  padding: 8px 0;
}
.catalog .filters .filter-cell .hidden .scrl-wrap .checkbox .color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #C496AA;
}

@media (max-width: 992px) {
  .catalog-list .product {
    order: 1;
  }
  .catalog-list .product:nth-child(-n+4) {
    order: -1;
  }
}
.catalog-list .promo-baner {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .catalog-list .promo-baner {
    order: 0;
  }
}
.catalog-list .promo-baner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

body.light-theme .more-cat .more-cat-col .big-link {
  color: #18181C;
}
body.light-theme .more-cat .more-cat-col .big-link:before, body.light-theme .more-cat .more-cat-col .big-link:after {
  background: url(../../images/right-arrow-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.light-theme .more-cat .more-cat-col:before {
  background: url(../../images/cat-bg-light.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.more-cat .more-cat-col {
  position: relative;
  min-height: 180px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .more-cat .more-cat-col {
    min-height: 120px;
  }
}
.more-cat .more-cat-col .big-link {
  position: absolute;
  bottom: 30px;
  left: 24px;
  z-index: 5;
  font-family: "Klaster Sans Trial";
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .more-cat .more-cat-col .big-link {
    bottom: 16px;
    left: 16;
    font-size: 18px;
  }
}
.more-cat .more-cat-col .big-link:not(:hover) b:before {
  translate: -100% 0;
  transition-delay: 0.3s;
}
.more-cat .more-cat-col .big-link b {
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
  padding-right: 32px;
  transition: 0.3s;
}
.more-cat .more-cat-col .big-link b:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 4px);
  width: 0;
  height: 4px;
  background: #FFBF00;
  transition: 0.3s;
  transition-delay: 0;
}
.more-cat .more-cat-col .big-link b:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 4px);
  width: 100%;
  height: 4px;
  background: #FFBF00;
  transition: 0.3s;
  translate: -100% 0;
}
.more-cat .more-cat-col .big-link:hover b {
  padding-left: 32px !important;
  padding-right: 0 !important;
}
.more-cat .more-cat-col .big-link:hover b:before {
  translate: 100% 0;
}
.more-cat .more-cat-col .big-link:hover b:after {
  width: 100%;
  transition-delay: 0.3s;
}
.more-cat .more-cat-col .big-link:hover:before {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.more-cat .more-cat-col .big-link:hover:after {
  right: -24px;
  opacity: 0;
  visibility: hidden;
}
.more-cat .more-cat-col .big-link:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  width: 20px;
  height: 20px;
  translate: 0 -50%;
  transition: 0.3s all;
  background: url(../../images/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
}
.more-cat .more-cat-col .big-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  translate: 0 -50%;
  transition: 0.3s all;
  background: url(../../images/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.more-cat .more-cat-col:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 216px;
  background: url(../../images/cat-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .more-cat .more-cat-col:before {
    width: 144px;
  }
}
.more-cat .more-cat-col .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 2;
}
@media (max-width: 992px) {
  .more-cat .more-cat-col .image {
    width: 120px;
  }
}
.more-cat .more-cat-col .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.light-theme .single-product .sizes .size {
  border: 1px solid #E4E4E8;
}
body.light-theme .single-product .sizes .size.current {
  background: #FFFFFF;
}
body.light-theme .single-product .sizes .size:hover {
  background: #FFFFFF;
  color: #80113C;
}

body.light-theme .single-product-swipers-body .swiper-button {
  color: #80113C !important;
  border: 1px solid #E4E4E8;
}
body.light-theme .product-list .prod:not(:last-child) {
  border-bottom: 1px solid #E4E4E8;
}
body.light-theme .reviews .reviews-list .review:not(:last-child) {
  border-bottom: 1px solid #E4E4E8;
}

body.light-theme .auction-rows .row:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #E4E4E8;
}
body.light-theme .fixed-block {
  border-bottom: 1px solid #E4E4E8;
}
@media (max-width: 992px) {
  body.light-theme .fixed-block {
    border-bottom: none;
    border-top: 1px solid #E4E4E8;
  }
}

.timer .left {
  width: 100%;
}
@media (max-width: 992px) {
  .timer .left .txt--m {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .timer .left .sub-title--l {
    font-size: 16px;
  }
}
.timer .right {
  width: 165px;
  border-radius: 0 16px 16px 0;
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .timer .right {
    width: 178px;
  }
}
@media (max-width: 992px) {
  .timer .right .txt--m {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .timer .right .txt {
    order: 0;
  }
  .timer .right .flex {
    order: 1;
  }
  .timer .right .flex .icon {
    width: 16px;
    height: 16px;
  }
  .timer .right .title {
    order: 2;
  }
}

@media (max-width: 992px) {
  .bet.bet-type-3 fieldset {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .bet.bet-type-3 .input.price {
    max-width: 100% !important;
    width: 100%;
  }
}
.bet.bet-type-3 .btn {
  width: calc(100% - 117px);
}
@media (max-width: 992px) {
  .bet.bet-type-3 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .bet .col .txt--m {
    font-size: 14px;
  }
}
.bet .bet-form .input.price {
  max-width: 101px;
}

.auction-rows .row:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #6E2B46;
}

.fixed-block {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 85px;
  height: 56px;
  z-index: 8;
  display: flex;
  align-items: center;
  padding: 0 80px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px solid #6E2B46;
}
@media (max-width: 992px) {
  .fixed-block {
    top: auto;
    bottom: 0;
    padding: 12px 16px;
    height: auto;
    border-top: 1px solid #6E2B46;
    border-bottom: none;
  }
}
.fixed-block.active {
  opacity: 1;
  visibility: visible;
}
.fixed-block .left {
  width: fit-content;
}
@media (max-width: 992px) {
  .fixed-block .left {
    display: none;
  }
}
.fixed-block .left .image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.fixed-block .left .image img, .fixed-block .left .image svg {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .fixed-block .right {
    flex-direction: column;
    align-items: flex-start !important;
    width: 100%;
  }
  .fixed-block .right .buttons {
    width: 100%;
  }
}
.fixed-block .right .add-to-cart {
  width: auto;
  border-radius: 80px;
  column-gap: 8px;
  height: 40px;
}
@media (max-width: 992px) {
  .fixed-block .right .add-to-cart {
    width: calc(100% - 48px);
  }
}
.fixed-block .right .btn--secondary {
  width: 40px;
  height: 40px;
}

.single-product .sp-gallery {
  width: calc(50% - 12px);
  position: sticky;
  top: 156px;
}
@media (max-width: 992px) {
  .single-product .sp-gallery {
    width: 100%;
    position: relative;
    top: unset;
  }
}
.single-product .single-product-swipers-body .swiper-button {
  position: absolute !important;
  top: 50%;
  translate: 0 -50%;
  z-index: 4;
  color: #FFBF00 !important;
}
@media (max-width: 992px) {
  .single-product .single-product-swipers-body .swiper-button {
    display: none;
  }
}
.single-product .single-product-swipers-body .main-swiper .swiper-slide {
  cursor: pointer;
}
.single-product .single-product-swipers-body .main-swiper .swiper-slide img, .single-product .single-product-swipers-body .main-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .single-product .single-product-swipers-body .main-swiper .swiper-slide img, .single-product .single-product-swipers-body .main-swiper .swiper-slide video {
    max-height: 400px;
  }
}
.single-product .single-product-swipers-body .swiper-thumbs {
  margin-top: 16px;
}
@media (max-width: 992px) {
  .single-product .single-product-swipers-body .swiper-thumbs {
    margin-top: 8px;
  }
}
.single-product .single-product-swipers-body .swiper-thumbs .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 992px) {
  .single-product .single-product-swipers-body .swiper-thumbs .swiper-wrapper {
    justify-content: flex-start;
  }
}
.single-product .single-product-swipers-body .swiper-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid transparent;
}
.single-product .single-product-swipers-body .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #6E2B46;
}
.single-product .single-product-swipers-body .swiper-thumbs .swiper-slide:has(video) {
  position: relative;
}
.single-product .single-product-swipers-body .swiper-thumbs .swiper-slide:has(video) video {
  opacity: 0;
}
.single-product .single-product-swipers-body .swiper-thumbs .swiper-slide:has(video):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  z-index: 1;
  translate: -50% -50%;
  background: url(../../images/play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-product .single-product-swipers-body .swiper-thumbs .swiper-slide img, .single-product .single-product-swipers-body .swiper-thumbs .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .single-product .sp-body {
    display: block;
  }
}
.single-product .status {
  position: relative;
  padding-left: 16px;
}
.single-product .status:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  translate: 0 -50%;
}
.single-product .status.in-stock {
  color: #29D37E;
}
.single-product .status.in-stock:before {
  background: #29D37E;
}
.single-product .colors .color {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #C496AA;
}
.single-product .colors .color.current:before {
  opacity: 1;
  visibility: visible;
}
.single-product .colors .color:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #FFBF00;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.single-product .sizes .size {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #6E2B46;
  transition: 0.3s;
}
.single-product .sizes .size:hover {
  background: #484852;
  color: #FFBF00;
}
.single-product .sizes .size.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.single-product .sizes .size.current {
  border: 1px solid #FFBF00;
}
.single-product .sizes .size.current:hover {
  color: #FFFFFF;
  background: #4F0F28;
}
@media (max-width: 992px) {
  .single-product .addons {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 16px;
    display: flex;
    overflow: auto;
  }
}
.single-product .addons .col {
  width: calc(33.3333333333% - 10.6666666667px);
}
@media (max-width: 992px) {
  .single-product .addons .col {
    width: 160px;
    flex: 0 0 auto;
  }
  .single-product .addons .col .sub-title--m {
    font-size: 14px;
  }
}
.single-product .addons .col .plus {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.single-product .addons .col .plus svg {
  transition: 0.3s;
}
@media (max-width: 992px) {
  .single-product .product-price-block .txt--m {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .single-product .product-price-block .buttons {
    justify-content: center;
  }
}
.single-product .product-price-block .buttons .btn--secondary {
  width: 56px;
  height: 54px;
}
.single-product .product-price-block .buttons .add-to-cart {
  width: calc(100% - 112px - 24px);
  border-radius: 80px;
  column-gap: 8px;
}
@media (max-width: 992px) {
  .single-product .product-price-block .buttons .add-to-cart {
    width: calc(100% - 68px);
  }
}
.single-product .product-price-block .btn-link {
  translate: 0 3px;
}
@media (max-width: 992px) {
  .single-product .fan-club .btn-link {
    font-size: 0;
  }
}
.single-product .price-row .current-price {
  translate: 0 5px;
}
@media (max-width: 992px) {
  .single-product .price-row .current-price {
    font-size: 32px;
  }
}
.single-product .product-list {
  max-height: 420px;
  overflow: auto;
}
.single-product .product-list .prod {
  position: relative;
}
.single-product .product-list .prod:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #6E2B46;
}
@media (max-width: 992px) {
  .single-product .product-list .prod {
    align-items: flex-start !important;
  }
}
.single-product .product-list .prod .prod-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single-product .product-list .prod .prod-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
}
.single-product .product-list .prod .sizes .size {
  width: 32px;
  height: 32px;
}
@media (max-width: 992px) {
  .single-product .product-list .prod .prod-info {
    flex-flow: row;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .single-product .product-list .prod .prod-info .info {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .single-product .del-row {
    align-items: flex-start !important;
  }
  .single-product .del-row .left {
    width: 100%;
  }
}
.single-product .del-row .btn-link {
  translate: 0 3px;
}
.single-product .reviews {
  position: relative;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .single-product .reviews {
    padding-bottom: 120px;
  }
}
.single-product .reviews .reviews-list {
  max-height: 400px;
  overflow: auto;
}
.single-product .reviews .reviews-list .review {
  padding-bottom: 16px;
}
@media (max-width: 992px) {
  .single-product .reviews .reviews-list .review {
    padding-bottom: 12px;
  }
}
.single-product .reviews .reviews-list .review:not(:last-child) {
  border-bottom: 1px solid #6E2B46;
}
.single-product .reviews .reviews-list .review .later {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.single-product .reviews .reviews-list .review .later img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.single-product .reviews .buttons {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: calc(100% + 48px);
  border-radius: 0 0 16px 16px;
  border-top: 1px solid #6E2B46;
}
@media (max-width: 992px) {
  .single-product .reviews .buttons {
    left: -16px;
    bottom: -16px;
    width: calc(100% + 32px);
  }
}
.single-product .accordionds .hidden-row {
  display: none;
}
.single-product .accordionds .accordion-row .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: #FFBF00;
  font-size: 12px;
  font-weight: 600;
  color: #4F0F28;
}
.single-product .accordionds .accordion-row.active .visible-row .arrow img, .single-product .accordionds .accordion-row.active .visible-row .arrow svg {
  rotate: 180deg;
}
.single-product .accordionds .accordion-row .visible-row .arrow img, .single-product .accordionds .accordion-row .visible-row .arrow svg {
  transition: 0.3s;
}