﻿.theme-sdr .body-content {
    background-color: var(--color-white);
    padding: 40px 13rem !important;
    min-height: calc(100vh - 335px);
}

.theme-sdr .hero-unit {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    margin-top: 5rem
}

@media (max-width: 1366px) {
    .theme-sdr .body-content {
        padding: 40px 10rem !important;
    }
}

@media (max-width: 1199px) {
    .theme-sdr .body-content {
        padding: 40px 6rem !important;
    }
}

@media (max-width: 991px) {
    .theme-sdr .body-content {
        padding: 30px 2rem !important;
    }
}

@media (max-width: 576px) {
    .theme-sdr .body-content {
        padding: 15px 1.5rem !important;
    }
}

.theme-sdr .add-to-basket-content .btn {
    padding: 12px !important;
}

@media (max-width:1366px) {
    .theme-sdr .hero-unit {
        padding: 1.5rem 0 !important
    }
}

@media (max-width:991px) {
    .theme-sdr .bodyCard .card {
        padding: 30px !important
    }

    .theme-sdr .hero-unit {
        margin-top: 4rem !important;
        padding: 1rem 0 !important
    }
}

@media (max-width:576px) {
    .theme-sdr .bodyCard .card, .theme-sdr .bodyCardmin .card, .theme-sdr .hero-unit {
        padding: 15px !important
    }

        .theme-sdr .hero-unit .container {
            padding: 0 !important
        }
}

.theme-sdr .wishlist-page .product {
    text-decoration: none !important;
    border: none !important;
}

.theme-sdr .wishlist-page a.product {
    line-height: 1.2;
    position: relative;
    height: 100%;
    display: block;
}

.theme-sdr .wishlist-page .content-box {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem 9rem;
    transition: all 0.3s ease-in-out;
}

    .theme-sdr .wishlist-page .content-box .card-wishlist {
        width: calc(25% - 6.75rem);
        position: relative;
        display: table;
    }

    .theme-sdr .wishlist-page .content-box .button-content {
        display: flex;
        height: fit-content;
        align-self: end;
        justify-content: end;
        place-items: end;
    }

        .theme-sdr .wishlist-page .content-box .button-content button.btn-unset {
            padding: 0 !important;
            position: absolute;
            top: 0;
            color: var(--color-black-300);
            height: 40px;
            width: 40px;
            right: 3px;
        }

            .theme-sdr .wishlist-page .content-box .button-content button.btn-unset:hover {
                color: #c10000 !important;
                border-color: #c10000 !important;
            }

.theme-sdr select.variation-Size {
    background-color: transparent !important;
    border: 1px solid var(--color-black-500);
    cursor: pointer !important;
    background: var(--color-white) url(/img/icons/chevron.svg) center right 1rem no-repeat !important
}

.theme-sdr .product-list .variation-onesize {
    letter-spacing: 0;
    min-height: 34px;
    display: flex;
    align-items: center;
}

.theme-sdr .product-list .opacity-0 {
    opacity: 0;
    pointer-events: none;
    cursor: none
}

.theme-sdr .product-list .product {
    border: none;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: .2s;
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.theme-sdr .product-list .product-image {
    width: 100% !important;
    padding-top: 140% !important;
    height: 0;
    overflow: hidden;
    position: relative;
}

    .theme-sdr .product-list .product-image .product-image-back, .theme-sdr .product-list .product-image:hover .product-image-front {
        opacity: 0;
    }

    .theme-sdr .product-list .product-image:hover .product-image-back {
        opacity: 1;
    }

    .theme-sdr .product-list .product-image img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        transition: .4s;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.theme-sdr .product-list .product-content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.theme-sdr .product-list .product-content {
    height: 51.17px !important;
}

.theme-sdr .product-list .button-content .size-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .theme-sdr .product-list .button-content .size-content button.isActive {
        color: var(--color-black-500);
        font-weight: 600;
        cursor: none;
        pointer-events: none;
    }

    .theme-sdr .product-list .button-content .size-content button {
        border: none;
        background-color: transparent;
        justify-self: start;
        color: var(--color-black-300);
        transition: .3s ease-in-out;
        padding: .5rem;
    }

.color-blue {
    color: var(--color-blue) !important
}

@media (max-width: 1566px) {
    .theme-sdr .product-list .button-content .size-content {
        gap: 4.25px;
    }

    .theme-sdr .wishlist-page .content-box {
        gap: 5rem 7rem;
    }

        .theme-sdr .wishlist-page .content-box .card-wishlist {
            width: calc(25% - 5.25rem);
        }
}


@media (max-width: 1366px) {
    .theme-sdr .product-list .button-content .size-content {
        gap: 2.95px;
    }

    .theme-sdr .wishlist-page .content-box {
        gap: 4rem 6rem;
    }

        .theme-sdr .wishlist-page .content-box .card-wishlist {
            width: calc(25% - 4.5rem);
        }
}

@media (max-width: 1199px) {
    .theme-sdr .wishlist-page .content-box {
        gap: 3rem;
    }

        .theme-sdr .wishlist-page .content-box .card-wishlist {
            width: calc(25% - 2.25rem);
        }
}

@media (max-width: 991px) {
    .theme-sdr .wishlist-page .content-box {
        gap: 2.5rem;
    }

        .theme-sdr .wishlist-page .content-box .card-wishlist {
            width: calc(33% - 1.87rem);
        }
}

@media (max-width: 767px) {
    .theme-sdr .product-list .button-content .size-content {
        gap: 2px;
    }

    .theme-sdr .wishlist-page img {
        height: 140px
    }

    .theme-sdr .wishlist-page .content-box .card-wishlist {
        width: calc(33% - 1.56rem);
    }
}

@media (max-width: 576px) {
    .theme-sdr .product-list .button-content .size-content {
        gap: 0;
    }

    .theme-sdr .wishlist-page .content-box {
        gap: 2.5rem 2rem
    }

        .theme-sdr .wishlist-page .content-box .card-wishlist {
            width: calc(50% - 1rem);
        }
}