.add2basket-heading-content,
.recommendation-box .add2basket-heading {
    font-size: calc(17px + (21 - 17) * ((100vw - 300px) / (1920 - 300)))
}

.add2basket-button span,
.add2basket-heading,
.close-add2basket-popup {
    user-select: none;
    user-select: none
}

.add2basket-image img,
.also-image-box img {
    object-position: center;
    object-fit: contain;
    top: 0;
    left: 0
}

.open-add2basket {
    height: 100vh;
    overflow-y: hidden
}

.price-wrapper {
    min-height: 22px
}

.add2basket-checkout {
    min-height: 42px
}

.addtocard-wrapper {
    --iw: calc(150px + (280 - 150) * ((100vw - 300px) / (1920 - 300)));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    display: none
}

.addtocard-wrapper.active {
    opacity: 1;
    display: block;
    pointer-events: all
}

.addtocart-background {
    background-color: rgba(11 11 11 / 47%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block
}

.addtocart-content {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 2;
    background-color: #fff;
    border-radius: 7px;
    min-height: 550px;
    max-width: 860px;
    width: 94%;
    box-shadow: 0 0 14px rgba(11 11 11 / 11%);
    margin: 0 auto;
    transform: translate(-50%, 350px) scale(.3);
    transition: transform 250ms ease-in-out
}

.addtocard-wrapper.active .addtocart-content {
    transform: translate(-50%, -30%) scale(1)
}

.add2basket-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    color: #333
}

.recommendation-box .add2basket-heading {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: calc(6px + (10 - 6) * ((100vw - 300px)/ (1920 - 300)));
    color: #333;
    font-weight: 700
}

.add2basket-heading-content {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.add2basket-heading-content img,
.add2basket-heading-content svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.close-add2basket-popup {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    cursor: pointer;
    color: #777;
    font-weight: 500
}

.add2basket-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 640px;
    width: 94%;
    margin: 0 auto;
    padding: 0 16px
}

.add2basket-content .add2basket-title {
    font-size: calc(16px + (17 - 16) * ((100vw - 300px) / (1920 - 300))) !important;
    margin-bottom: calc(4px + (8 - 4) * ((100vw - 300px)/ (1920 - 300)));
    display: block;
    user-select: none;
    color: #333;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.add2basket-title:hover {
    color: #337ab7
}

.add2basket-image {
    width: var(--iw);
    position: relative
}

.add2basket-image::before,
.also-image-box:before {
    content: "";
    padding-top: 100%;
    display: block
}

.add2basket-image img {
    display: block;
    position: absolute;
    width: 94%;
    height: 94%
}

.icon-addtocart svg {
    pointer-events: none
}

.icon-addtocart-loading {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid rgba(255 255 255 / 40%);
    margin: 0 4px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0
}

.load-popup {
    background-color: #42c0e4;
    border-radius: 5px
}

.load-popup .icon-addtocart-loading {
    opacity: 1
}

.load-popup svg {
    opacity: 0
}

.icon-addtocart-loading::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 20px;
    border-top: 2px solid rgba(255 255 255 / 60%);
    border-left: 2px solid rgba(255 255 255 / 60%);
    position: absolute;
    top: -2px;
    left: -2px;
    animation: .7s cubic-bezier(.5, 0, .5, 1) infinite lds-ring
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }

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

.add2basket-content {
    width: calc(100% - var(--iw));
    padding-left: calc(10px + (20 - 10) * ((100vw - 300px)/ (1920 - 300)));
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)))
}

.add2basket-price small,
.add2basket-quatity,
.old-price {
    font-size: 14px
}

.add2basket-price {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    padding: 0
}

.cart-detail .add2basket-price {
    padding: 0 6px
}

.old-price {
    color: var(--dark);
    margin: 0
}

.quantity-box {
    display: block;
    margin-bottom: 4px
}

.add2basket-price .new-price {
    font-size: calc(18px + (20 - 18) * ((100vw - 300px)/(1920 - 300)));
    margin: 0;
    color: var(--price)
}

.add2basket-button {
    border: 2px solid var(--price);
    color: #fff;
    background-color: var(--price);
    padding: 8px calc(16px + (40 - 16) * ((100vw - 300px)/ (1920 - 300))) 7px;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
    margin: 0;
    transition: .4s cubic-bezier(.42, 0, .58, 1);
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    outline: 0
}

.also-title,
.product-view-main .also-title {
    text-align: left
}

.add2basket-button:focus,
.add2basket-button:hover {
    color: #fff
}

.add2basket-button .icon-addtocart-loading {
    position: relative;
    opacity: 1;
    transform: none;
    top: auto;
    left: auto;
    display: none;
    margin: 0
}

.goToCart.add2basket-button svg {
    display: none
}

.goToCart.add2basket-button .icon-addtocart-loading {
    display: block
}

.add2basket-button span {
    position: relative;
    z-index: 9;
    margin-left: 8px
}

.add2basket-also-like {
    padding: 0 calc(12px + (0 - 12) * ((100vw - 300px)/ (1920 - 300)));
    margin-bottom: 12px;
    min-height: 290px
}

.also-product-item {
    padding: 6px 10px;
    margin: 0
}

.also-link {
    display: block;
    position: relative;
    padding: 0 0 6px
}

.also-image-box {
    display: block;
    position: relative;
    width: 100%;
    background-color: var(--multiply, #f8f8f8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.also-image-box img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    mix-blend-mode: multiply;
}

.also-title {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: #333;
    transition: color 250ms ease-in-out;
    min-height: 44px
}

.risk-free-title {
    color: #333 !important
}

.also-link:hover .also-title {
    color: #34b0dd
}

.slick-list::after {
    content: "";
    display: block;
    clear: both
}

.add2basket-also-like .slick-dots,
.recommendation-box .slick-dots {
    position: relative;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    transform: translateY(4px)
}

.add2basket-also-like .slick-dots {
    gap: 6px
}

.add2basket-also-like .slick-dots li,
.recommendation-box .slick-dots li {
    width: 20px;
    height: 18px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0
}

.add2basket-also-like .slick-dots li button,
.recommendation-box .slick-dots li button {
    border: none;
    outline: 0;
    box-shadow: none;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 0;
    color: rgba(255 255 255 / 0);
    text-indent: -9999px;
    pointer-events: none;
    border-radius: 36px;
    background-color: #e1e1e1;
    transition: background-color 250ms ease-in-out
}

.add2basket-also-like .slick-dots li button::before,
.recommendation-box .slick-dots li button::before {
    display: none !important
}

.add2basket-also-like .slick-dots li.slick-active button,
.recommendation-box .slick-dots li.slick-active button {
    background-color: #34b0dd
}

.add2basket-also-like .slick-arrow,
.recommendation-box .slick-arrow,
.recommendation-box .slick-arrow:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 48px;
    background-color: rgba(255 255 255 / 40%)
}

.save-price {
    font-size: 14px;
    white-space: nowrap;
    line-height: 1em;
    padding: 0;
    color: #444;
    width: 100%;
    display: none
}

@media (min-width:1180px) {
    .add2basket-button::after {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 150%;
        z-index: -1;
        -webkit-transition: .75s;
        -moz-transition: .75s;
        -o-transition: .75s;
        transition: .75s
    }

    .add2basket-button:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        content: '';
        color: #000 !important;
        background: #cf001e;
        transition: .4s cubic-bezier(.42, 0, .58, 1)
    }

    .add2basket-button::after {
        color: #000 !important;
        background-color: transparent
    }

    .add2basket-button:focus,
    .add2basket-button:hover {
        background-color: #cf001e;
        color: #fff
    }
}

.product-recommendation .new-price {
    margin-right: 4px
}

del.old-prie {
    margin-left: 4px;
    background: 0 0
}

@media (min-width:760px) {

    .also-list,
    .also-list-1:not(.slick-slider) {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start
    }

    .also-list-1:not(.slick-slider) .also-product-item,
    .also-list:not(.slick-slider) .also-product-item {
        width: 50%
    }

    .add2basket-checkout {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 16px 0
    }

    .add2basket-total-price {
        margin-top: 10px
    }

    .save-price {
        padding-top: 3px;
        margin: 0
    }

    .add2basket-total-price {
        grid-area: TotalPrice;
        text-align: left;
        color: red;
        line-height: 1em;
        padding: 0;
        white-space: nowrap;
        display: flex;
        align-items: center
    }

    .add2basket-total-price span {
        color: #666;
        font-size: 15px;
        margin-right: 6px
    }
}

@media (min-width:1024px) {
    .also-list-1:not(.slick-slider) .also-product-item:nth-child(n+5) {
        display: none !important
    }

    .also-list-1:not(.slick-slider) .also-product-item {
        width: 25%
    }

    .also-list:not(.slick-slider) .also-product-item:nth-child(n+7) {
        display: none
    }

    .also-list:not(.slick-slider) .also-product-item {
        width: calc(100% / 6)
    }
}

@media (min-width:760px) and (max-width:1024px) {

    .also-list-1:not(.slick-slider) .also-product-item:nth-child(n+4),
    .also-list:not(.slick-slider) .also-product-item:nth-child(n+4) {
        display: none !important
    }

    .also-list-1:not(.slick-slider) .also-product-item,
    .also-list:not(.slick-slider) .also-product-item {
        width: calc(100% / 3)
    }

    .recommendation-box {
        margin-top: 32px
    }
}

@media (max-width:990px) and (orientation:landscape) {
    .also-product-item {
        float: left
    }
}

@media (min-width:760px) and (max-width:1180px) {
    .also-title {
        height: 38px;
        min-height: 1px;
        line-height: 1.3;
        margin-bottom: 6px
    }

    .recommendation-box {
        margin-top: 16px
    }
}

.also-list-tb {
    display: grid;
    grid-template-rows: auto;
    grid-auto-flow: column;
    overflow-x: scroll;
    overflow-y: hidden;
    grid-template-columns: auto;
    grid-gap: 8px;
    padding-left: 10px
}

.also-list-tb .also-product-item {
    width: 22vw;
    min-width: 22vw;
    padding: 0
}

.also-list-tb .also-product-item:last-child {
    margin-right: 10px
}

@media (max-width:760px) {
    .add2basket-also-like {
        min-width: 250px;
        min-height: 0;
    }
    .also-list-1 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        grid-gap: 10px;
        padding: 0 0 0 12px;
        scrollbar-width: auto !important
    }
    .also-list {
        gap: 10px;
        grid-gap: 10px;
        padding: 0 0 0 12px;
    }
    .also-title {
        min-height: 0;
        height: 40px;
        margin-bottom: 4px;
    }

    .add2basket-also-like .also-product-item:last-child {
        margin-right: 12px;
    }
    
    .addtocard-wrapper ::-webkit-scrollbar {
        width: 3px !important;
    }
    .addtocard-wrapper::-webkit-scrollbar-thumb {
        height: 3px;
        border-radius: 3px;
        background-color: #111;
    }

    .also-list {
        display: grid;
        grid-template-rows: auto;
        grid-auto-flow: column;
        overflow-x: scroll;
        overflow-y: hidden;
        grid-template-columns: auto;
    }

    .also-product-item {
        width: 16px;
        min-width: 160px;
        padding: 0
    }

    .addtocart-content {
        min-height: 490px;
    }

    .add2basket-also-like {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        grid-gap: 10px;
        padding: 0 0 0 12px;
    }

    .also-product-item .also-link,
    .recommendation-box .add2basket-also-like {
        padding: 0
    }

    .add2basket-also-like .old-price {
        font-size: 15px;
        margin-top: 3px;
    }

    .add2basket-body {
        padding: 0 0 4px
    }

    .add2basket-button {
        width: 100%
    }

    .add2basket-price {
        justify-content: flex-start;
        align-items: center;
        line-height: 1.2;
        margin: 6px 0 0;
        min-height: 22px
    }

    .add2basket-total-price {
        margin-bottom: 4px;
        text-align: left;
        color: red;
        line-height: 1em;
        padding: 0;
        white-space: nowrap
    }

    #cartTotalPrice {
        color: red;
        font-size: 19px;
        margin-left: 6px
    }

    .add2basket-total-price span {
        text-align: left;
        color: #333;
        font-size: 15px;
        padding: 0;
        margin: 0
    }

    #justAddedImage {
        height: 140px;
        object-fit: contain;
        object-position: center
    }
    .load-popup {
        background-color: transparent;
        border-radius: 5px
    }
    .load-popup:before {
        position: absolute;
        content: '';
        background-color: #f0f8ff;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .load-popup img {
        opacity: 0;
    }

    .load-popup::after {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 20px;
        border: 2px solid rgba(56 181 223 / 60%);
        border-bottom-color: rgba(56 181 223 / 40%);
        border-left-color: transparent;
        margin: 0 4px 0 0;
        position: absolute;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        transform: translate(-50%, -50%);
        pointer-events: none;
        animation: .8s cubic-bezier(.5, 0, .5, 1) infinite lds-ring
    }

    .add2basket-image::before {
        padding-top: 100%
    }

    .add2basket-content {
        padding-bottom: 10px
    }

    .also-product-item .add2basket-price {
        margin: 0 !important;
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .add2basket-image-loading,
    .add2basket-title-loading span,
    .price-wrapper-loading {
        height: 140px;
        width: var(--iw);
        object-fit: contain;
        object-position: center;
        border-radius: 4px;
        background: linear-gradient(45deg, rgba(209, 209, 209, .35), rgba(11, 11, 11, .1), rgba(209, 209, 209, .1), rgba(209, 209, 209, .15));
        background-size: 400% 400%;
        animation: 3s infinite gradient;
        user-select: none;
        display: block
    }

    .add2basket-checkout-loading,
    .recommendation-box-loading .add2basket-price,
    .recommendation-box-loading .also-image-box,
    .recommendation-box-loading .also-title {
        border-radius: 4px;
        object-fit: contain;
        object-position: center;
        background: linear-gradient(45deg, rgba(209, 209, 209, .35), rgba(11, 11, 11, .1), rgba(209, 209, 209, .1), rgba(209, 209, 209, .15));
        animation: 3s infinite gradient
    }

    .add2basket-content .add2basket-title.add2basket-title-loading {
        display: grid;
        grid-gap: 4px
    }

    .add2basket-title-loading span {
        height: 20px;
        display: block;
        width: 100%
    }

    .add2basket-title-loading {
        margin-bottom: 22px !important
    }

    .price-wrapper-loading {
        height: 22px;
        width: 80%
    }

    .add2basket-checkout-loading {
        background-size: 400% 400%;
        height: 42px;
        overflow: hidden
    }

    .add2basket-content-loading {
        padding-bottom: 0 !important
    }

    .recommendation-box-loading {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .recommendation-box-loading .also-product-item {
        padding: 6px 10px
    }

    .recommendation-box-loading .add2basket-price,
    .recommendation-box-loading .also-image-box,
    .recommendation-box-loading .also-title {
        background-size: 400% 400%
    }

    .add-cart-error {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        gap: 16px
    }
    .cart-detail .also-product-item .add2basket-price {
        padding: 0;
        margin-top: 4px !important;
    }
    .cart-detail .related-product-manufacturer {
        display: none;
    }
}