/* ==========================================================================
   Single Product Page Styles
   Mobile First Philosophy
   ========================================================================== */

/* ==========================================================================
   Base Styles (Mobile Default)
   ========================================================================== */

.product-container {
    background-color: var(--secondary-color);
    box-shadow: 0 5px 10px var(--shadow-light);
    border-radius: 10px;

    .extra-icons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        margin-bottom: 20px;

        i {
            color: var(--third-color);
            font-size: 2.4rem;
        }

        .title {
            font-size: 1.6rem;
            font-weight: 600;
        }

        .info {
            color: var(--secondary-text-color);
            font-size: 1.2rem;
        }
    }

    .product-extra-information {
        padding: 0 2.5rem 20px;

        .accordion-button.collapsed {
            padding-left: 10px;
        }
    }
}

.main-cont {
    .prod {
        padding: 0;
        display: flex;
        flex-direction: column;
        position: relative;

        @media only screen and (min-width: 768px) {
            z-index: 2;
            position: relative;
            padding: 0;
            min-height: inherit;
        }
    }

    &.quick-view-modal {
        padding: 15px;
        max-width: 100%;

        div.prod {
            margin-bottom: 0;
        }
    }
}

.quick-view-modal {
    display: none;

    .prod-excerpt-more {
        display: none;
    }

    .prod-tabs-wrap {
        margin: 30px 0 0;
    }
}

.prod {
    .prod-badge {
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        text-transform: uppercase;
        text-align: center;
        z-index: 2;

        span {
            display: block;
            margin: 0 0 13px;
            border-radius: 0 3px 3px 0;
            padding: 3px 15px 4px;
            background-color: var(--third-color);
            font-size: 13px;
            color: var(--secondary-color);
            font-weight: 400;
        }
    }

    .prod-slider-wrap {
        position: static;
        top: 0;
        bottom: 0;
        left: 0;
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: var(--secondary-color);

        &.prod-slider-shown {
            min-height: auto;
            border-radius: 10px 10px 0 0;

            +.prod-cont {
                border-radius: 0 0 10px 10px;

                @media only screen and (min-width: 768px) {
                    min-height: initial;
                }
            }

            @media only screen and (min-width: 768px) {
                min-height: initial;
            }
        }

        @media only screen and (min-width: 768px) {
            position: relative;
            top: auto;
            bottom: auto;
            left: auto;
            float: none;
            width: 100%;
            overflow: hidden;
            border-right: none;
            padding: 0;
        }
    }

    .prod-slider {
        margin: 0;
        top: 0;
        position: static;
        width: 100%;
        bottom: 95px;
        overflow: hidden;

        &.prod-thumb-only {
            bottom: 0;

            @media only screen and (min-width: 768px) {
                bottom: auto;
            }
        }

        .carousel-inner {
            height: auto;
            aspect-ratio: 1 / 1;
            width: 100%;
        }

        .carousel-item {
            height: 100%;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .slides {
            height: 100%;

            li {
                height: 320px;
                padding: 15px;
                text-align: center;
                vertical-align: middle;

                a {
                    height: 100%;
                    width: 100%;
                    display: block;

                    &:before {
                        content: '';
                        display: inline-block;
                        vertical-align: middle;
                        height: 100%;
                    }
                }

                img {
                    display: inline-block;
                    vertical-align: middle;
                    max-width: 100%;
                    max-height: 100%;
                    width: auto;
                    height: auto;
                }

                @media (min-width: 481px) {
                    height: 100%;
                }

                @media only screen and (min-width: 768px) {
                    height: 400px;
                }
            }
        }

        @media only screen and (min-width: 768px) {
            overflow: hidden;
            position: relative;
            margin: 0;
            top: auto;
            bottom: auto;
            width: 100%;
        }
    }

    .prod-thumbs {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        left: 0;
        right: -1px;
        width: auto;

        .flex-direction-nav a {
            width: 30px;
            height: 30px;
            line-height: 28px;

            &:before {
                font-size: 20px;
            }
        }

        .slides li {
            text-align: center;
            height: 95px;
            margin: 0;
            cursor: pointer;
            float: left;
            line-height: 82px;
            border-right: 1px solid #e0e4f6;
            border-top: 1px solid #e0e4f6;
            position: relative;
            padding: 5px 6px 7px 5px;

            &.flex-active-slide:after {
                position: absolute;
                top: -1px;
                bottom: 0;
                left: 0;
                right: 0;
                content: '';
                border: 2px solid var(--third-color);
                background: rgba(255, 255, 255, 0.5);
            }

            img {
                display: inline-block;
                vertical-align: middle;
                max-width: 100%;
                max-height: 100%;
                width: auto;
                height: auto;
            }

            @media only screen and (min-width: 768px) {
                border-bottom: 1px solid #e0e4f6;
            }
        }

        @media only screen and (min-width: 768px) {
            position: relative;
            width: 100%;
            bottom: auto;
            overflow: hidden;
        }
    }

    .prod-slider-count {
        position: absolute;
        bottom: 25px;
        left: 23px;
        background-color: rgba(255, 255, 255, 0.5);
        width: 158px;
        z-index: 2;
        height: 39px;
        padding: 10px 0 0 46px;
        font-size: 14px;
        color: #575b79;
        font-weight: 600;
        opacity: 0;
        transition: opacity 0.2s;

        .count-cur {
            color: #283346;
        }

        p {
            margin: 0;
        }

        .prod-slider-zoom {
            font-size: 20px;
            color: #9292b4;
            position: absolute;
            top: 7px;
            right: 20px;
            cursor: pointer;
            transition: color 0.2s;

            &:hover {
                color: #283346;
            }
        }
    }

    .prod-cont {
        float: left;
        width: 100%;
        font-size: 15px;
        color: #9292b4;
        background-color: var(--secondary-color);
        padding: 32px 22px 1px;

        .prod-excerpt {
            line-height: 1.8;
            margin: 0 0 25px;
        }

        .prod-excerpt-more {
            color: var(--third-color);
            font-weight: 600;
            transition: border-color 0.2s;
            border-bottom: 1px solid transparent;

            &:hover {
                border-color: var(--third-color);
            }
        }

        h2,
        h1 {
            font-size: 30px;
            margin: 0 0 13px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            color: #283346;
            line-height: 1.1;
        }

        .prod-categs {
            text-transform: uppercase;
            font-size: 12px;
            color: #9292b4;
            font-weight: 600;
            margin: 0 0 14px;

            a {
                color: #9292b4;
                transition: all 0.2s;
                border-bottom: 1px solid transparent;

                &:hover {
                    border-color: #9292b4;
                }
            }
        }

        .prod-price {
            margin: 0 0 18px;
            padding: 0;
            color: var(--third-color);
            font-size: 20px;
            font-weight: 600;

            ins {
                text-decoration: none;
            }

            del {
                color: #9292b4;
                font-size: 15px;
                font-weight: 400;
            }
        }

        >.prod-li-favorites {
            display: none !important;
        }

        @media (min-width: 481px) {
            padding: 36px 38px 1px;
        }
    }

    .prod-desc {
        border-bottom: 1px solid #e0e4f6;
        padding: 19px 4% 19px;
        color: #686f8a;
        font-size: 15px;
        line-height: 180%;

        &:after {
            content: '';
            display: block;
            clear: both;
        }

        div p {
            display: inline;
        }

        .prod-desc-ttl {
            color: #283346;
            font-weight: 600;
            font-size: 15px;
            border-bottom: 1px solid #e0e4f6;
            margin: 0 0 19px;

            >span {
                padding: 0 0 12px;
                display: inline-block;
                position: relative;

                &:after {
                    position: absolute;
                    height: 1px;
                    background: var(--third-color);
                    width: 100%;
                    bottom: -1px;
                    left: 0;
                    content: '';
                    display: block;
                }
            }
        }

        p {
            margin: 0;
            line-height: 180%;
            padding: 0;
        }

        a {
            color: var(--third-color);
            transition: all 0.2s;
            border-bottom: 1px solid rgba(0, 0, 0, 0);

            &:hover {
                border-color: var(--third-color);
            }
        }
    }

    .prod-props {
        padding: 0;

        dl {
            overflow: hidden;
            margin: 0 0 25px;

            p {
                margin: 0;
            }
        }

        dt {
            width: 50%;
            float: left;
            font-size: 15px;
            color: #686f8a;
            margin: 0 0 8px;
            padding: 0 5px 0 0;

            &:nth-of-type(2n+1) {
                clear: left;
            }

            a {
                color: var(--third-color);
                transition: all 0.2s;
                border-bottom: 1px solid rgba(0, 0, 0, 0);

                &:hover {
                    border-color: var(--third-color);
                }
            }

            @media only screen and (min-width: 768px) {
                width: 23%;
                clear: none;

                &:nth-of-type(2n+1) {
                    clear: left;
                }
            }
        }

        dd {
            width: 50%;
            float: left;
            color: #283346;
            font-size: 15px;
            margin: 0 0 8px;
            padding: 0 5px 0 0;

            a {
                color: #283346;
                transition: all 0.2s;
                border-bottom: 1px solid rgba(0, 0, 0, 0);

                &:hover {
                    border-color: #283346;
                }
            }

            @media only screen and (min-width: 768px) {
                width: 27%;
            }
        }
    }

    .prod-info {
        border-bottom: 1px solid #e0e4f6;
        padding: 22px 4% 0;

        &:after {
            clear: both;
            display: block;
            content: '';
        }
    }

    .variations {
        select {
            display: block;
            margin: 0;
            opacity: 1;
            height: 27px;
            width: 100%;
        }
    }

    .variations-row {
        margin: 0 0 3px;

        .label {
            display: inline-block;
            vertical-align: top;
            margin: 0 5px 10px 0;
        }

        .value {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 10px;
        }
    }

    .variations_button {
        display: block;

        @media (min-width: 381px) {
            display: inline-block;
            vertical-align: top;
        }
    }

    .prod-add {
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 20px;
    }

    .prod-li-favorites {
        .ajax-loading {
            box-shadow: 0 0 0 4px var(--secondary-color) !important;
        }

        a.active:after {
            display: block;
            position: absolute;
            top: 0;
            right: -3px;
            width: 16px;
            height: 14px;
            content: '';
        }

        .feedback {
            display: none;
        }
    }

    .prod-li-compare {
        a.loading {
            opacity: 0;
        }
    }
}

.prod-slider {
    .flex-direction-nav {
        a {
            width: 8px;
            height: auto;
            border-radius: 0;
            line-height: 1;
            margin: 0;
            position: absolute;
            opacity: 0;
            color: transparent;
            background: none;
            transition: all 0.2s;

            &:before {
                color: #9292b4;
                font-size: 18px;
                display: inline-block;
                vertical-align: middle;
                content: '\f10d';
                font-family: "Ionicons", serif;
                margin: 0;
                transition: color 0.2s;
            }

            &:hover:before {
                color: #283346;
            }

            &.flex-prev {
                left: 42px;
                top: auto;
                bottom: 21px;

                &:before {
                    margin: 0;
                    content: '\f107';
                }
            }

            &.flex-next {
                left: 117px;
                top: auto;
                right: auto;
                bottom: 21px;

                &:before {
                    margin: 0;
                    content: '\f10a';
                }
            }
        }

        .flex-disabled {
            opacity: 0 !important;
            z-index: 2;
            cursor: pointer;
        }
    }

    &.flexslider:hover {
        .flex-direction-nav {
            .flex-prev {
                opacity: 1;
                left: 42px;

                &:hover {
                    opacity: 1;
                    background: none;
                }
            }

            .flex-next {
                opacity: 1;
                right: auto;

                &:hover {
                    opacity: 1;
                    background: none;
                }
            }

            .flex-disabled {
                opacity: 1 !important;
            }
        }
    }

    &.prod-thumb-only .flex-direction-nav a {
        display: none;
    }

    &:hover .prod-slider-count {
        opacity: 1;
    }
}

.prod-rating-wrap {
    margin: 0;
    position: static;
    font-size: 15px;
    color: #686f8a;
    text-align: left;
    padding: 0;
    display: flex;
    width: fit-content;
    gap: 5px;
    align-items: center;

    .product-stars {
        color: var(--third-color);
    }

    p {
        display: inline-block;
        margin: 0 2px;
        font-size: 14px;
        font-weight: 600;
        color: var(--base-text-color);
        vertical-align: middle;
    }

    .prod-rating-count {
        margin: 2px 0 0;
    }

    @media only screen and (min-width: 768px) {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 0 5px;
    }
}

.prod-rating {
    margin: 0 10px 0 0;
    text-align: left;
    font-size: 15px;
    color: var(--third-color);
    white-space: nowrap;
    display: inline-block;

    .rating-ico {
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 11px 0 0;
    }

    &[data-rating="1"] .rating-ico:nth-child(1) {
        fill: #ffa201;
    }

    &[data-rating="2"] .rating-ico:nth-child(1),
    &[data-rating="2"] .rating-ico:nth-child(2) {
        fill: #ffa201;
    }

    &[data-rating="3"] .rating-ico:nth-child(1),
    &[data-rating="3"] .rating-ico:nth-child(2),
    &[data-rating="3"] .rating-ico:nth-child(3) {
        fill: #ffa201;
    }

    &[data-rating="4"] .rating-ico:nth-child(1),
    &[data-rating="4"] .rating-ico:nth-child(2),
    &[data-rating="4"] .rating-ico:nth-child(3),
    &[data-rating="4"] .rating-ico:nth-child(4) {
        fill: #ffa201;
    }

    &[data-rating="5"] .rating-ico:nth-child(1),
    &[data-rating="5"] .rating-ico:nth-child(2),
    &[data-rating="5"] .rating-ico:nth-child(3),
    &[data-rating="5"] .rating-ico:nth-child(4),
    &[data-rating="5"] .rating-ico:nth-child(5) {
        fill: #ffa201;
    }
}

/* ==========================================================================
   Related Products & Tabs (Mobile Base)
   ========================================================================== */

.prod-related-ttl {
    font-size: 24px;
    padding: 20px 0 20px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #283346;
}

.prod-tabs-wrap {
    margin: 0 0 30px;
    padding: 22px 22px;
    background: var(--secondary-color);

    @media only screen and (min-width: 768px) {
        padding: 22px 31px;
    }
}

.prod-tabs {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;

    &:after {
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: none;
        content: '';
        width: 100%;
        z-index: 1;
        background: #e0e4f6;

        @media only screen and (min-width: 768px) {
            display: block;
        }
    }

    li {
        list-style: none;
        float: left;
        margin: 0 59px 0 0;
        font-size: 15px;
        position: relative;
        display: none;

        a {
            display: block;
            padding: 0 0 12px;
            transition: all 0.2s;
            font-weight: 600;
            color: #283346;
            position: relative;

            span {
                vertical-align: middle;
                display: inline-block;
                color: var(--secondary-color);
                background: #c0c4d7;
                border-radius: 20px;
                padding: 2px 8px;
                margin: 0 0 0 10px;
                font-size: 12px;
                font-weight: 700;
                line-height: 100%;
            }

            &:hover {
                color: var(--third-color);
            }
        }

        &.active {
            a:hover {
                color: #283346;
            }

            &:after {
                height: 1px;
                z-index: 2;
                position: absolute;
                bottom: 0;
                left: 0;
                display: block;
                content: '';
                width: 100%;
                background: var(--third-color);
            }
        }

        &.prod-tabs-addreview {
            font-weight: 600;
            font-size: 15px;
            margin: 0 0 18px;
            color: #283346;
            cursor: pointer;
            padding: 0;
            transition: color 0.2s;
            display: block;
            position: relative;
            top: auto;
            left: auto;
            right: auto;

            &:hover {
                color: var(--third-color);
            }

            @media only screen and (min-width: 768px) {
                position: absolute;
                top: 0;
                right: 0;
                left: auto;
                margin: 0;
                display: block;
            }
        }

        @media only screen and (min-width: 768px) {
            display: block;
            float: left;
        }
    }

    @media only screen and (min-width: 768px) {
        padding: 0 80px 0 0;
        margin: 0 0 10px;
    }
}

.prod-tab-mob {
    display: block;
    font-weight: 600;
    cursor: pointer;
    border-top: 1px solid #e0e4f6;
    padding: 15px 0 15px;
    font-size: 15px;
    position: relative;
    transition: all 0.2s;
    color: #283346;

    &:hover {
        color: var(--third-color);
    }

    &.active {
        color: var(--third-color);

        +.prod-tab {
            padding-bottom: 20px;
        }
    }

    @media only screen and (min-width: 768px) {
        display: none;
    }
}

.prod-tab-cont {
    overflow: hidden;

    .prod-tab {
        display: none;

        &:first-of-type {
            display: block;
        }

        .prod-tab-props {
            padding: 11px 0 0;
            overflow: hidden;

            dl {
                overflow: hidden;
                margin: 0 0 16px;
            }

            dt {
                width: 45%;
                float: left;
                font-size: 15px;
                color: #686f8a;
                margin: 0 0 8px;
                padding: 0 5px 0 0;

                &:nth-of-type(3n+1) {
                    clear: left;
                }
            }

            dd {
                width: 55%;
                float: left;
                color: #283346;
                font-size: 15px;
                margin: 0 0 8px;
                padding: 0 5px 0 0;
            }
        }
    }
}

.prod-tab-desc {
    padding: 11px 0 0;
    color: #686f8a;
    font-size: 15px;
    line-height: 180%;

    p {
        margin: 0 0 15px;
        line-height: 180%;
    }
}

.prod-tabs-addreview-mob {
    cursor: pointer;
    border-top: 1px solid #e0e4f6;
    padding: 15px 0 15px;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    transition: all 0.2s;
    color: #283346;
    display: block;

    &:hover {
        color: var(--third-color);
    }

    @media only screen and (min-width: 768px) {
        display: none;
    }
}

#product-details .add-to-cart-form {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    flex-direction: column;

    .prod-li-qnt {
        margin: 0;

        input {
            width: 40px;
            text-align: center;
            font-size: 1.4rem;
        }

        a {
            font-size: 1.6rem;
        }
    }

    .buttons-container {
        display: grid;
        grid-template-columns: 1fr repeat(2, auto);
        width: 100%;
        gap: 20px;
        align-items: center;

        .button {
            padding: 5px 0;
            border: 0;
            border-radius: 5px;
            transition: box-shadow 0.5s ease-in, transform 0.2s ease-in, background-color 0.2s ease-in;
            background-color: var(--third-color);
            will-change: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            color: white;

            i::before {
                color: white;
                will-change: transform;
            }

            &:active, &:hover {
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
                background-color: #7dcd8c;
                transform: scale(1.05);
            }
        }

        .btn-wish-list,
        .btn-share {
            background: var(--secondary-color);
            border: 0;
            font-size: 1.5rem;
            color: var(--base-text-color);
            cursor: pointer;
            margin: 0 5px;
            padding: 0;
            border-radius: 5px;
            transition: all 0.3s ease;
            will-change: transform, color;

            &:hover {
                transform: scale(1.5);
            }

            &:active {
                transform: scale(1.2);
            }

            .bi-heart-fill {
                display: none;
            }
        }

        .btn-share {
            display: grid;
            place-items: center;

            > i {
                grid-area: 1 / 1;
                transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }

            .bi-share {
                opacity: 1;
                transform: scale(1) rotate(0deg);
            }

            .bi-check-lg {
                opacity: 0;
                font-size: 1.5rem;
                transform: scale(0) rotate(-180deg);
                color: var(--third-color);
            }

            &:hover {
                color: var(--third-color);
            }

            #share-checkbox {
                &:checked {
                    &~.bi-share {
                        opacity: 0;
                        transform: scale(0) rotate(180deg);
                    }

                    &~.bi-check-lg {
                        opacity: 1;
                        display: inline-flex;
                        transform: scale(1) rotate(0deg);
                    }
                }
            }
        }

        .btn-wish-list:hover {
            i.bi-heart {
                display: none;
            }

            .bi-heart-fill {
                display: inline-block !important;
                color: red;
            }
        }

        .btn-wish-list .wish-list-checkbox:checked {
            &~.bi-heart {
                display: none;
            }

            &~.bi-heart-fill {
                display: inline-block !important;
                color: red;
            }
        }
    }

    .extra-icons {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        width: 100%;
        justify-items: center;

        i {
            font-size: 2.2rem;
            color: var(--third-color);
        }

        .title {
            font-weight: 600;
            color: var(--base-text-color);
            font-size: 1.4rem;
        }

        .info {
            font-size: 0.9rem;
            color: var(--secondary-text-color);
        }
    }

}

.product-extra-information {
    margin-bottom: 20px;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: var(--base-text-color);

    #quantity-down,
    #quantity-up {
        font-size: 2rem;
    }

    input {
        width: 50px;
        border: 0 !important;
    }
}

.rating-average {
    display: flex;
    flex-direction: column;
    gap: 15px;

    .total-stars-display {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 1.5rem;
        margin: auto;
        background-color: var(--base-color);
        border-radius: 10px;
        width: 100%;
        padding: 20px;

        p {
            margin: 0;
            font-size: 1rem;
        }

        .review-aver {
            font-size: 3.5rem;
            font-weight: 700;
            color: var(--base-text-color);
        }

        i {
            color: var(--third-color);
            font-size: 1.2rem;
        }
    }

    .stars-count-graphic {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: repeat(5, 1fr);
        justify-items: center;

        .star-bar {
            width: 90%;
            height: 10px;
            background-color: var(--base-color);
            border-radius: 5px;
            overflow: hidden;
            margin: 5px 0;
            display: inline-flex;

            .filled-bar {
                height: 100%;
                background-color: var(--third-color);
                border-radius: 0 5px 5px 0;
            }
        }
    }
}

.prod-categs {
    display: flex;
    align-items: center;

    a {
        margin-right: 10px;
    }

    .product-category {
        background-color: var(--third-color);
        color: white !important;
        padding: 2px 4px;
        border-radius: 5px;
    }
}

.prod-cont #product-details h2 {
    margin: 10px 0;
    color: var(--base-text-color);
}

.accordion-collapse {
    .prod-li-informations {
        dl.prod-li-props {
            display: grid;
            grid-template-columns: auto 1fr;
            row-gap: 10px;
            column-gap: 20px;
            margin: 0;

            dt {
                font-weight: 700;
                color: var(--base-text-color);
            }

            dd {
                margin: 0;
                font-weight: 300;
            }
        }
    }
}

#product-price-discount {
    color: var(--secondary-text-color);
    font-weight: 500;
    margin-left: 10px;
    font-size: 2.2rem;
    text-decoration: line-through;
}

.prod-cont .extra-information {
    font-size: 1.2rem;
}

.prod-availability {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;

    .availability {
        color: green;
        font-weight: 300;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    .availability::before {
        content: '\F26B';
        font-family: 'bootstrap-icons';
    }

}

.accordion {
    --bs-accordion-bg: var(--secondary-color);
    --bs-accordion-active-bg: var(--secondary-color);

    .accordion-item {
        border: 0;
        color: var(--secondary-text-color);

        .accordion-button {
            color: var(--base-text-color);
            font-size: 1.5rem;
            padding-left: 10px;

            &::after {
                content: '\F282';
                font-family: 'bootstrap-icons';
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            &:focus:not(:focus-visible) {
                box-shadow: none;
            }

            &:active,
            &:not(.collapsed) {
                box-shadow: none;
                border-bottom: 1px solid var(--secondary-text-color);
            }
        }
    }
}

@media screen and (min-width: 768px) {
    .product-container {
        box-shadow: none;
    }

    .main-cont {
        .prod {
            flex-direction: row;

            .prod-slider-shown {
                border-radius: 10px 0 0 0 !important;
            }

            .prod-add {
                margin-bottom: 15px;
            }

            .prod-cont {
                padding: 15px 20px 0;
                border-radius: 10px 10px 10px 0 !important;

                h2 {
                    display: inline-block;
                    margin: 0 !important;
                }

                .prod-rating-wrap {
                    display: inline-flex;
                    margin-left: 15px;
                    margin-bottom: 0;
                }

                .variations_form {
                    margin-top: 8px;
                }

                .prod-price {
                    display: inline-block;
                    margin-right: 20px;

                    #product-price-discount {
                        margin-left: 0;
                    }
                }

                .prod-availability {
                    display: inline-flex;
                    gap: 5px;
                }

                .extra-icons {
                    margin-bottom: 10px;
                }
            }
        }
    }

    .product-extra-information {
        padding: 20px 0 0 !important;
        background-color: var(--base-color);
    }

    .accordion {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        gap: 20px;
        justify-content: space-between;
        background: var(--base-color);

        .accordion-item {
            border-radius: 10px;

            .accordion-button {
                font-size: 1.8rem !important;
                border-bottom: 1px solid var(--secondary-text-color) !important;
                pointer-events: none;
                cursor: default;
                border-radius: 10px 10px 0 0 !important;
                margin-bottom: 10px;

                &::after {
                    display: none;
                }
            }

            .accordion-collapse {
                display: block !important;
                height: auto !important;

                .prod-li-informations {
                    .prod-li-props {
                        grid-template-columns: 1fr 1fr;
                        column-gap: 0;

                        dd, dt {
                            border-bottom: 1px solid rgba(161, 167, 180, 0.2);
                        }
                    }
                }
            }

            &:hover .accordion-button {
                border-color: var(--third-color) !important;
            }
        }
    }
}

@media screen and (min-width: 992px) {
    .prod {
        max-height: 50rem;

        #carouselExampleIndicators {
            max-height: 50rem
        }

        .prod-cont {
            .prod-categs {
                margin-bottom: 25px;
            }

            .prod-rating-wrap {
                display: flex !important;
                margin-left: 0 !important;
                margin: 20px 0 !important;
            }

            .prod-availability {
                display: flex !important;
                margin: 10px 0;
            }
        }
    }
}
