@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');

.container,
.container-sm {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    padding-left: 12px;
    padding-right: 12px;
}
.container-sm {
    max-width: 800px;
}
.h2 {
    font-family: "Roboto Flex", sans-serif;
    color: #1A1A1A;
    font-size: 32px;
    line-height: 140%;
    font-weight: 600;
}
.h3 {
    font-family: "Roboto Flex", sans-serif;
    color: #1A1A1A;
    font-size: 24px;
    line-height: 140%;
    font-weight: bold;
}
.section {
    margin-bottom: 60px;
}
.swiper-button-prev,
.swiper-button-next {
    background: #EBE7E0;
    border-radius: 8px;
    height: 40px;
    width: 28px;
    top: 50%;
    user-select: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px;
    color: #1A1A1A;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #EBE7E0;
}
.swiper-pagination {
    position: static;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 20px 0 0;
    transform: none;
}
.swiper-pagination .swiper-pagination-bullet {
    background: #ccc;
    margin: 0 !important;
    border-radius: 100px;
    opacity: 1;
    height: 10px;
    width: 10px;
    transition: all .3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #1A1A1A;
    width: 40px;
}
[data-fancybox] {
    cursor: pointer;
}
.stickers {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.stickers span {
    font-size: 14px;
    font-weight: 500;
    background: #B11226;
    color: #fff;
    border-radius: 4px;
    padding: 7px 11px;
}
.stars {
    align-items: center;
    display: flex;
    gap: 3px;
}
.stars .active {
    --fill: #FFC440;
}
.rating {
    font-size: 14px;
    color: #808080;
    display: flex;
    align-items: center;
    gap: 4px;
}
.price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.price.discount .price-new {
    color: #B11226;
}
.price-new {
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
    color: #1A1A1A;
}
.price-old {
    color: #808080;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: line-through;
}
.qty-wrap {
    user-select: none;
    border: 1px solid #1A1A1A;
    border-radius: 8px;
    height: 60px;
    width: 122px;
    display: flex;
}
.qty-wrap .qty {
    color: #1A1A1A;
    font-size: 16px;
    text-align: center;
    border: none;
    width: 30px;
    appearance: textfield;
    -moz-appearance: textfield;
}
.qty-wrap .qty::-webkit-outer-spin-button,
.qty-wrap .qty::-webkit-inner-spin-button {
	-webkit-appearance:none;
     margin: 0;
}
.qty-wrap button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-wrap button svg {
    stroke: #000;
}
.text-muted {
    color: #808080
}
.btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    background: #000;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
}
.btn:hover {
    color: #fff;
}
.btn-outline {
    background: transparent;
    box-shadow: inset 0 0 0 1px #000;
    color: #1A1A1A;
}
.btn-outline:hover {
    color: #1A1A1A;
}
.collapse {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 24px;
}
.collapse.open .collapse__title svg {
    transform: scale(-1);
}
.collapse.open .collapse__body {
    display: block;
}
.collapse__title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.collapse__title .title {
    color: #111;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    margin: 0;
}
.collapse__title svg {
    margin-right: 5px;
    flex: none;
}
.collapse__body {
    padding-top: 24px;
    display: none;
}
.product-preview {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-preview .img {
    margin-bottom: 20px;
    width: 100%;
}
.product-preview .title {
    color: #202124;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 4px;
}
.product-preview .description {
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    line-height: 120%;
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-preview .buy-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-main {
    background: #fff;
    border: none;
}
.breadcrumbs {
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 12px -12px;
    overflow: auto;
    padding: 0 12px;
}
.breadcrumbs::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}
.breadcrumbs .item {
    color: #1A1A1A;
    font-size: 14px;
    line-height: 16.4px;
    list-style: none;
    white-space: nowrap
}
.breadcrumbs .item a {
    color: #808080;
    align-items: center;
    display: inline-flex
}
.card__menu-wrap {
    background: #fff;
}
.card__menu {
    margin: 0 -12px;
    padding: 0 12px;
    overflow: auto;
}
.card__menu-inner {
    display: flex;
    gap: 20px;
    position: relative;
    white-space: nowrap;
    width: max-content;
    min-width: 100%;
}
.card__menu-inner::after {
    content: "";
    border-bottom: 1px solid #E6E6E6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.card__menu::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}
.card__menu a {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    padding: 16px 8px;
    border-bottom: 2px solid transparent;
    position: relative;
    z-index: 1;
}
.card__menu .uk-active {
    color: #1A1A1A;
    border-bottom-color: #B11226;
}
.cart__small {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
}
.cart__small img {
    border: 1px solid #ccc;
    border-radius: 8px;
}
.cart__small .title {
    color: #2E3338;
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    line-height: 140%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 198px;
    white-space: normal;
}
.cart__small .btn {
    font-size: 14px;
    padding: 12px 19px
}
.cart__small .price-new {
    font-size: 18px;
    line-height: 1;
}
.cart__small .price-old {
    font-size: 10px;
    line-height: 1;
}
.card__main {
    margin-top: 24px;
    display: flex;
    gap: 68px;
}
.card__col {
    contain: inline-size;
    flex: 1;
}
.card__col:last-child {
    max-width: 600px;
}
.card__media {
    position: relative;
    display: flex;
    gap: 24px;
}
.card__media .swiper-button-prev {
    left: 10px;
}
.card__media .swiper-button-next {
    right: 10px;
}
.card__media .stickers {
    right: 12px;
    top: 12px;
}
.card__thumbs {
    height: 100%;
    flex: 0 0 68px;
    overflow: hidden;
    position: relative;
}
.card__thumbs img {
    border-radius: 8px;
    border: 1px solid #EBE7E0;
    cursor: pointer;
}
.card__thumbs .swiper-slide-thumb-active img {
    border-color: #B11226;
}
.card__swiper {
    background: #FBFAF9;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    flex: 1;
}
.card__swiper .swiper-slide {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.card__swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto;
}
.card__col .row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.card__top h1 {
    font-family: roboto, sans-serif;
    color: #1A1A1A;
    text-transform: none;
    font-weight: bold;
    font-size: 28px;
    line-height: 140%;
    margin: 0;
}
.card__top .description {
    color: #1A1A1A;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 8px;
}
.card__status {
    color: #00A14C;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.card__status::before {
    background: #00A14C;
    border-radius: 50%;
    content: "";
    flex: none;
    height: 6px;
    width: 6px;
}
.card__rating {
    display: flex;
    align-items: center;
    gap: 12px;
}
.card__review {
    font-size: 14px;
    color: #808080;
    display: flex;
    align-items: center;
    gap: 6px;
}
.card__info {
    padding: 0;
    margin: 24px 0;
}
.card__info li {
    font-size: 16px;
    line-height: 140%;
    color: #1A1A1A;
    list-style: none;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.card__info li:last-child {
    margin-bottom: 0;
}
.card__info li svg {
    flex: none;
}
.card__col .price {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.card__col .price-new {
    font-size: 28px;
}
.card__buy {
    margin: 24px 0;
    display: flex;
    gap: 12px;
}
.card__buy .btn,
.cart__small .btn,
.cart__mob .btn {
    flex: 1;
    background: #000 !important;
    color: #fff !important;
}
.card__delivery-block {
    border: 1px solid #EBE7E0;
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.card__delivery-block strong {
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    color: #111;
    display: block;
    margin-bottom: 6px;
}
.card__delivery-block strong span {
    font-weight: bold;
    color: #B11226;
}
.card__delivery-block svg {
    flex: none;
}
.card__delivery-block .text-muted {
    font-size: 14px;
    line-height: 18px;
    max-width: 450px;
}
.card__cashback {
    color: #111;
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.card__cashback svg {
    flex: none;
}
.card__guarantee {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.card__guarantee strong {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #111;
    display: block;
    margin-bottom: 8px;
}
.card__guarantee svg {
    flex: none;
}
.card__guarantee .text-muted {
    font-size: 14px;
    line-height: 18px;
}
.card__col .collapse {
    padding: 24px 0;
    border-width: 0 0 1px 0;
    border-radius: 0;
}
.card__col .collapse__title .title {
    font-size: 20px;
}
.card__payment {
    padding: 0;
    margin: 0;
}
.card__payment li {
    list-style: none;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.card__payment li:last-child {
    margin-bottom: 0;
}
.card__payment li img {
    flex: none;
}
.card__payment li strong {
    color: #2F3038;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    display: block;
    margin-bottom: 2px;
}
.card__payment li .text-muted {
    font-size: 16px;
    line-height: 140%;
}
.card__delivery .text-muted {
    font-size: 16px;
    line-height: 140%;
}
.card__delivery > .text-muted {
    margin-bottom: 12px;
}
.card__delivery ul {
    padding: 0;
    margin: 0;
}
.card__delivery li {
    list-style: none;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.card__delivery li:last-child {
    margin-bottom: 0;
}
.card__delivery li img {
    flex: none;
}
.card__delivery li strong {
    color: #2F3038;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    display: block;
    margin-bottom: 2px;
}
.card__delivery li span {
    margin-left: auto;
    flex: none;
}
.card__workflow .h2 {
    margin: 0 0 32px;
}
.card__workflow .steps {
    border-radius: 12px;
    background: #F2F2F2;
    padding: 40px;
    margin-bottom: 32px;
}
.card__workflow .steps .h3 {
    margin: 0 0 32px;
}
.card__workflow .steps ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6%;
}
.card__workflow .steps li {
    list-style: none;
    flex: 1;
    position: relative;
}
.card__workflow .steps li::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 18px;
    width: 100%;
    border-top: 1px dashed #808080;
}
.card__workflow .steps li strong {
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    background: #000;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    display: table;
    position: relative;
    z-index: 1;
}
.card__workflow .steps li span {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 140%;
    display: block;
    margin-top: 12px;
    max-width: 260px;
}
.results__swiper-wrap {
    padding: 0 40px;
    position: relative;
}
.results__swiper .swiper-slide {
    width: 200px;
}
.results__swiper .swiper-slide img {
    border: 4px solid #ccc;
    border-radius: 8px;
    height: auto;
    width: auto;
}
.card__details .collapse {
    margin-top: 16px;
}
.card__details .collapse__title .title {
    font-family: "Inter", sans-serif;
}
.card__details .collapse__body * {
    font-family: "Roboto Flex", sans-serif;
}
.card__details .collapse__body {
    font-family: "Roboto Flex", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 140%;
    padding-top: 20px;
}
.card__details .collapse__body strong {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.card__details .collapse__body p {
    margin: 0 0 16px;
}
.card__details .collapse__body ul {
    padding: 0 0 0 26px;
    margin: 0;
}
.card__details .collapse__body ol {
    margin: 0;
    list-style-type: decimal-leading-zero;
}
.card__details .collapse__body ol li::marker {
  font-weight: 600;
}
.card__details .collapse__body li {
    margin: 0 0 8px;
}
.card__details .collapse__body ol li {
    margin: 0 0 20px;
}
.card__details .collapse__body .row-video {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    gap: 0 20px;
}
.card__details .collapse__body .row-video .video-player {
    margin: 0 auto;
    height: 460px;
    width: 260px;
}
.card__details .collapse__body .row-video video {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card__details .help {
    border-radius: 12px;
    background: #F2F2F2;
    margin-top: 60px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 12px 24px;
}
.card__details .help .text {
    flex: 1;
}
.card__details .help .title {
    font-family: "Roboto Flex", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 4px;
}
.card__details .help p {
    font-family: "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
}
.card__details .help .icons {
    display: flex;
    gap: 12px;
    flex: none;
}
.card__details .help .icons a {
    flex: none;
}
.products-section .h2 {
    margin: 0 0 32px;
}
.products-swiper {
    padding: 0 40px;
    margin: 0 -40px;
}
.products-swiper .swiper-slide {
    margin-right: 7.8%;
    height: auto;
    width: 260px;
}
.products-swiper .swiper-slide:last-child {
    margin-right: 0;
}
.products-swiper .swiper-pagination {
    margin-top: 32px;
}
.card__reviews-top {
    border: 1px solid #E6E9EE;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}
.card__reviews-top .rating {
    color: #2F3038;
    font-size: 34px;
    font-weight: bold;
    line-height: 140%;
    gap: 15px;
}
.rating-list {
    position: relative;
}
.rating-list::before,
.rating-list::after {
    content: "";
    background: #E6E9EE;
    width: 1px;
    position: absolute;
    left: -13%;
    bottom: 0;
    top: 0;
}
.rating-list::after {
    left: auto;
    right: -13%;
}
.rating-list .item {
    padding: 1px 0;
    display: flex;
    align-items: center;
}
.rating-list .item .progress {
    background: #F0F2F5;
    border-radius: 6px;
    height: 6px;
    flex: 0 0 216px;
}
.rating-list .item .progress__bar {
    background: #FFC440;
    display: block;
    border-radius: 6px;
    height: 6px;
}
.rating-list .item strong {
    font-size: 13px;
    line-height: 140%;
    font-weight: 500;
    flex: none;
    width: 16px;
}
.rating-list .item .count {
    color: #858E98;
    font-size: 13px;
    line-height: 140%;
    text-align: right;
    min-width: 10%;
}
.card__reviews-settings {
    text-align: center;
}
.card__reviews-settings p {
    font-size: 14px;
    line-height: 140%;
    margin: 1px 0 10px;
}
.card__reviews-settings .btn {
    font-size: 14px;
    padding: 12px 24px;
}
.card__reviews-settings .ratings {
    --fill: #FFC440;
    gap: 4px;
}
.ratings {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative
}
.ratings input {
    display: none;
}
.ratings input:checked~label {
    --fill: #FF9900;
}
.ratings:hover input+label {
    --fill: #E6E6E6;
}
.ratings:hover input+label:hover,
.ratings:hover input+label:hover~label {
    --fill: #FF9900;
}
.ratings:hover input+label~label {
    --fill: #E6E6E6;
}
.ratings label {
    --fill: #E6E6E6;
    cursor: pointer;
    line-height: 1;
    padding: 0 2px !important;
    text-align: center
}
.ratings label::after,
.ratings label::before {
    content: none !important;
}
.uk-open>.uk-modal-dialog {
    border-radius: 16px;
}
.uk-modal-body {
    background: #fff;
    padding: 24px;
}
.uk-modal-close-default {
    color: #2F3038;
}
.form-group {
    margin-bottom: 12px;
}
.form-control {
    color: #1A1A1A;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    line-height: 140%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px 16px;
    box-sizing: border-box;
    outline: 0;
    width: 100%;
}
.form-control::placeholder {
  color: #B3B3B3;
}
.form-file {
    border: 1px dashed #CDD2DA;
    border-radius: 12px;
    padding: 12px;
}
.form-file input {
    display: none;
}
.form-file .title {
    color: #2F3038;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-file p {
    color: #808080;
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    line-height: 140%;
    margin: 8px 0;
}
.form-file .file-errors {
    padding: 0;
    margin: 0;
}
.form-file .file-errors li {
    list-style: none;
    margin-bottom: 10px;
}
.form-file .file-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
}
.form-file .file-list .item {
    position: relative;
    margin-bottom: 12px;
    height: 72px;
    width: 72px;
}
.form-file .file-list .item img {
    border-radius: 8px;
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.form-file .file-remove {
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707031 0.707031L5.70703 5.70703M5.70703 5.70703L0.707031 10.707M5.70703 5.70703L10.707 0.707031M5.70703 5.70703L10.707 10.707' stroke='%23B11226' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -4px;
    top: -4px;
    height: 25px;
    width: 24px;
}
.invalid-feedback {
    color: red;
    font-size: 12px;
    line-height: 1;
    margin-top: 6px;
}
#modal-review .h3 {
    text-align: center;
    margin: 0 0 16px;
}
#modal-review .review-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#modal-review [type="submit"] {
    width: 100%;
}
.card__reviews-gallery {
    margin-bottom: 24px;
}
.card__reviews-gallery .title {
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    margin: 0 0 8px;
}
.reviews-gallery__swiper .swiper-slide {
    height: auto;
    width: auto;
}
.reviews-gallery__swiper .swiper-slide img {
    border-radius: 8px;
}
.card__reviews-list .review {
    border: 1px solid #EBE7E0;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 24px;
}
.card__reviews-list .review__top {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.card__reviews-list .author {
    font-family: "Inter", sans-serif;
    color: #1A1A1A;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.card__reviews-list .avatar {
    background: #EBE7E0;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__reviews-list .name {
    font-weight: 600;
    font-size: 16px;
}
.card__reviews-list .verified {
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
}
.card__reviews-list time {
    font-family: "Roboto Flex", sans-serif;
    color: #999;
    font-size: 12px;
    line-height: 140%;
    margin-left: auto;
}
.card__reviews-list .rating {
    color: #4D4D4D;
    font-size: 12px;
}
.card__reviews-list .review__text {
    font-family: "Roboto Flex", sans-serif;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 140%;
}
.card__reviews-list .review__imgs {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.card__reviews-list .review__imgs img {
    border-radius: 8px;
}
.card__reviews-list .btn {
    margin: auto;
    padding: 11px 16px;
    display: flex;
}
.stars-swiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    height: 532px;
    width: 300px;
}
.stars-swiper .swiper-slide .play {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
}
.stars-swiper .swiper-slide svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.stars-swiper .swiper-pagination {
    display: flex;
}
.card__qna .collapse {
    padding: 24px;
    border-width: 0 0 1px 0;
    border-radius: 0;
}
.card__qna .collapse__title .title {
    font-family: "Inter", sans-serif;
}
@media (min-width: 961px) {
    .cart__mob {
        display: none;
    }
    .cart__small.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 980px) {
    .h2 {
        font-size: 27px;
    }
    .h3 {
        font-size: 22px;
    }
    .section  {
        margin-bottom: 40px;
    }
    .btn {
        padding: 13px;
    }
    .collapse {
        padding: 16px;
    }
    .collapse__title .title {
        font-size: 16px;
    }
    .swiper-pagination {
        display: flex;
    }
    .breadcrumbs .item {
        font-size: 12px;
    }
    .product-preview .title {
        font-size: 16px;
        line-height: 140%;
    }
    .product-preview .description {
        height: 40px;
        font-size: 14px;
        line-height: 140%;
    }
    .price-old {
        font-size: 16px;
        line-height: 16px;
    }
    .price-new {
        font-size: 20px;
        line-height: 24px;
    }
    .card__menu-wrap {
        margin-top: 0;
        top: 58px !important;
    }
    .card__menu-inner {
        gap: 11px;
    }
    .card__menu a {
        font-size: 14px;
        padding: 11px 8px;
    }
    .card__main {
        flex-direction: column;
        gap: 0;
    }
    .card__col {
        display: contents;
    }
    .card__thumbs {
        display: none;
    }
    .card__top {
        margin-bottom: 20px;
        order: -1;
    }
    .card__swiper {
        border-radius: 0;
    }
    .card__media {
        display: block;
    }
    .card__media .stickers {
        right: 0;
        top: 0;
    }
    .card__media .swiper-button-prev {
        left: 0;
    }
    .card__media .swiper-button-next {
        right: 0;
    }
    .card__top .description {
        font-size: 16px;
    }
    .card__delivery-block strong {
        font-size: 14px;
        line-height: 20px;
    }
    .card__guarantee .text-muted,
    .card__delivery-block .text-muted {
        font-size: 12px;
        line-height: 17px;
    }
    .card__guarantee strong,
    .card__cashback {
        font-size: 16px;
    }
    .card__workflow .h2 {
        margin: 0 0 25px;
    }
    .card__workflow .steps {
        padding: 16px;
    }
    .card__workflow .steps .h3 {
        margin: 0 0 20px;
    }
    .card__workflow .steps ul {
        flex-direction: column;
        gap: 24px;
    }
    .card__workflow .steps li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }
    .card__workflow .steps li strong {
        font-size: 14px;
        padding: 10px 0;
        flex: 0 0 100px;
    }
    .card__workflow .steps li span {
        font-size: 14px;
        margin: 0;
    }
    .card__workflow .steps li::after {
        left: 50px;
        right: auto;
        top: -100%;
        width: auto;
        height: 100%;
        border-left: 1px dashed #808080;
        border-top: none;
    }
    .results__swiper-wrap {
        padding: 0;
    }
    .results__swiper-wrap .swiper-button-prev,
    .results__swiper-wrap .swiper-button-next {
        display: none;
    }
    .results__swiper {
        margin: 0 -12px;
        padding: 0 12px;
    }
    .card__details .collapse__body {
        font-size: 14px;
    }
    .card__details .help {
        margin-top: 40px;
        padding: 16px;
    }
    .card__details .help .text {
        flex: 100%;
    }
    .card__details .help .title {
        font-size: 22px;
    }
    .card__details .help p {
        font-size: 14px;
    }
    .products-section .swiper-slide {
        margin-right: 12px;
        width: calc(50% - 6px);
    }
    .products-section .swiper-slide:last-child {
        margin-right: 0;
    }
    .products-swiper {
        margin: 0;
        padding: 0;
    }
    .products-swiper .swiper-button-next,
    .products-swiper .swiper-button-prev {
        display: none;
    }
    .card__reviews-top {
        padding-left: 12px;
        padding-right: 12px;
        flex-wrap: wrap;
    }
    .card__reviews-top .rating {
        font-size: 30px;
    }
    .rating-list {
        margin-left: 60px;
        flex: 1;
    }
    .rating-list::after {
        content: none;
    }
    .rating-list .item {
        padding: 3px 0;
    }
    .rating-list .item .count {
        min-width: 32px;
    }
    .rating-list .item .progress {
        flex: 1;
    }
    .card__reviews-settings {
        border-top: 1px solid #E6E9EE;
        margin: 24px -12px 0;
        padding: 24px 12px;
        flex: 100%;
    }
    .card__reviews-settings .btn {
        width: 100%;
    }
    .card__reviews-list .review {
        padding: 16px;
    }
    .card__reviews-list .author {
        flex: 100%;
    }
    .card__reviews-list .verified {
        margin-left: auto;
        font-size: 12px;
        order: 1;
    }
    .card__reviews-list time {
        margin-left: 0;
    }
    .card__reviews-list .review__text {
        font-size: 14px;
    }
    .card__reviews-list .btn {
        width: 100%;
    }
    .reviews-gallery__swiper .swiper-slide img {
        width: 72px;
    }
    .card__qna .collapse {
        padding: 20px 0;
    }
    .cart__mob {
        border-top: 1px solid #E6E6E6;
        background: #fff;
        padding: 14px 12px;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        z-index: 10;
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    }
    .cart__mob.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .cart__small {
        display: none;
    }
}