:root {
    --color-primary: #CB4C4D;
    --color-secondry: #FFB8B8;
    --background-color: #FFFFFF;
    --color-hero-section: #F4F4F5;
    --color-title-text: #222222;
    --text-color-title: #1A1A1A;
    --text-body: #374151;
    --color-suptitle-text: #666666;
    --gray-500: #6B7280;
    --gray-50: #F9FAFB;
    --border-color: #E6E6E6;
    --yellow: #D97706;
    --error-color: #DA1E28;
    --divider-color: #DCDCDC;

    --font-Regular: 'IBM Plex Sans Arabic Regular';
    --font-Light: 'IBM Plex Sans Arabic Light';
    --font-Medium: 'IBM Plex Sans Arabic Medium';
    --font-Bold: 'IBM Plex Sans Arabic Bold';
}

/* Digital Numbers Font Faces */
@font-face {
    font-family: 'Digital Numbers Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Digital Numbers Regular'), url('../assets/fonts/DigitalNumbers/DigitalNumbers-Regular.woff') format('woff');
}

/* Top Main Section */

.top-main {
    margin-top: 55px;
    padding-bottom: 63px;
    margin-bottom: -1px !important;
    width: 100%;
    height: 433px;
    background: linear-gradient(104deg, var(--color-secondry), var(--color-hero-section), var(--color-hero-section));
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;

}

.top-main-custmer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 20px 0px;
}

.top-main-custmer-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 88px;
}

.top-main-custmer-hello {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.top-main-custmer-name {
    color: var(--color-primary);
}

.top-main-custmer-photo {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.top-main-custmer-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}



/* Slide image*/
.Slides {
    height: 100vh;
    overflow: hidden;
    position: relative;
    box-shadow: var(--main-color) 0px 5px 15px;
    background-color: var(--background-color);
    top: 1px;
}

.Slide {
    justify-items: center;
    align-items: center;
    position: absolute;
    height: 100%;
    opacity: 0;
    inset: 0;
    animation: slide-show 40s infinite;
}

.Slide-2 {
    animation-delay: 4s;
}

.Slide-3 {
    animation-delay: 8s;
}

.Slide-4 {
    animation-delay: 12s;
}

.Slide-5 {
    animation-delay: 16s;
}

.Slide-6 {
    animation-delay: 20s;
}

.Slide-7 {
    animation-delay: 24s;
}

.Slide-8 {
    animation-delay: 28s;
}

.Slide-9 {
    animation-delay: 32s;
}

.Slide-10 {
    animation-delay: 36s;
}

.Slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.SlideH1 {
    display: flex;
    padding: 15vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    text-align: center;
    justify-items: center;
    align-content: center;
    position: absolute;
    height: 101%;
    width: 102%;
    inset: 0;
    background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.70), rgba(14, 13, 13, 0.50), rgba(14, 13, 13, 0.30), var(--background-color));
    z-index: 100;
}

.SlideH1 h1 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 139%;
    color: var(--background-color);
    margin: 5px;
    transition: all ease-in-out 0.50s;
    padding: 0px;
    line-height: 55px;
}

.SlideH1 p {
    font-size: 15px;
    font-weight: 500px;
    color: var(--background-color);
    margin: 10px;
    transition: all ease-in-out 0.50s;
    padding: 0px;
    line-height: 19px;
    letter-spacing: -0.12px;
}

.slide-buttons-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.SlideH1-button {
    height: 40px;
    font-size: large;
}

#arrow-icon {
    rotate: 90deg;
    fill: var(--background-color);
    animation: first-button 2s infinite;
}




@media(max-width:991px) {
    .Slides {
        height: 100vh;
    }

    .SlideH1 {
        display: flex;
        padding: 15vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
        text-align: center;
    }

    .SlideH1 h1 {
        font-size: 25px;
        font-weight: 900;
        margin: 0;
        line-height: 139%;
    }

    .SlideH1 p {
        font-size: 13px;
        margin: 0;
        line-height: 25px;
    }
}

/* most selling */
.most-selling {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding: 64px 0 127px 0;
    margin-bottom: -1px !important;
    background-color: var(--background-color);
}

.most-selling-products {
    display: flex;
    flex-direction: row;
    padding-top: 34px;
    width: 100%;
    height: 644px;
    gap: 20px;
    justify-content: center;
}

.most-selling-best-product {
    position: relative;
    width: 45%;
    height: 644px;
    border-radius: 12px;
    overflow: hidden;
}

.most-selling-best-product img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.most-selling-4-product {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 644px;
    overflow: hidden;
    gap: 20px;
}

.most-selling-2-product {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.most-selling-product {
    width: 312px;
    height: 312px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.most-selling-product img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.most-selling-control {
    position: absolute;
    width: 100%;
    height: 120%;
    display: grid;
    align-content: space-between;
    opacity: 0;
    transition: all ease .5s;
}

.most-selling-product:hover>.most-selling-control,
.most-selling-control:hover {
    opacity: 1;
    height: 100%;
}

.most-selling-control-avilable {
    background-color: var(--color-primary);
    color: var(--background-color);
    width: fit-content;
    padding: 5px 20px;
    margin-top: 30px;
    font-size: 12px;
    justify-self: right;
}

.most-selling-control-down {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.most-selling-control-down-btn {
    gap: 5px;
    height: 45px;
    width: 50%;
    padding: 2px;
    border-radius: 12px;
}

.most-selling-control-down-btn-img {
    position: unset !important;
    width: 25px !important;
    height: 25px !important;
}

.most-selling-control-down-circale {
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .2s;
}

.most-selling-control-down-circale:hover {
    background-color: rgba(255, 255, 255, 0.7);

    scale: 1.05;
}

.most-selling-control-down-circale:active {
    background-color: var(--divider-color);

    scale: 0.99;
}

.most-selling-control-down-circale img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}


/* التخفيضات*/
.offers {
    background-color: var(--color-hero-section);
    padding: 86px 0;
    margin-bottom: -1px !important;
    gap: 86px;
    display: flex;
    flex-direction: column;
}

.offers-div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;

}

.offers-1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30%;
}

.offers-1-discount {
    color: var(--color-primary);
    font-size: 28px;

}

.offers-1-title {
    transition: all ease-in-out .5s;
}

.offers-1-done-in {
    color: var(--yellow);
    text-align: center;
    font-family: var(--font-Medium);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out .3s;
}

.offers-1-time {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
}

.offers-1-timebox-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76.677px;
    height: 59.03px;
    flex-shrink: 0;
    border-radius: 7.673px;
    background: var(--background-color);
    box-shadow: 0 3.069px 10.742px 0.767px rgba(0, 0, 0, 0.16);
    color: var(--color-primary);
    text-align: center;
    font-family: 'Digital Numbers Regular';
    font-size: 18.553px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 10px 0;
    /* 24.553px */
}

.offers-1-timebox-title {
    text-align: center;
    font-size: 15.415px;
    font-family: var(--font-Medium);
    font-weight: 400;
    line-height: 120%;
    /* 22.098px */
}

.offers-2 {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 450px;
    width: 60%;
}

.offers-2-offers {
    display: flex;
    flex-direction: column;
    gap: 1px;
    height: 250px;
}

.offers-2-all-offers {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 0 15px;
    transition: all ease-in-out .5s;
}

.offers-images {
    border-radius: 12px;
    overflow: hidden;
    width: 260px;
    height: 350px;
    transition: all ease-in-out 1s;
    opacity: 1;
}

.offers-images img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.offers-images.active {
    width: 350px;
    height: 450px;
}

.offers-images.exitin {
    width: 260px;
    height: 350px;
    opacity: 0;
}

.offers-2-sliders {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5px;
    gap: 15.346px;
    right: 362px;
    bottom: 42.514px;
    margin-right: 30px;
    margin-top: 30px;
}

.offers-2-slider {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--divider-color);
    transition: all ease-in-out .3s;

}

.dot {
    background-color: var(--divider-color);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all ease-in-out .3s;
}

.offers-2-slider.active {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border: 0.1mm solid var(--color-primary);
    padding: 3px;
}

.offers-2-slider.active>.dot {
    background-color: var(--color-primary);
}

/* العروض الجديدة*/
.new-products {
    background-color: var(--background-color);
    padding: 133px 0;
    margin-bottom: -1px !important;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.new-products-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    background-color: var(--background-color);
}

.new-product-left {
    background-color: var(--color-primary);
    min-width: 730px;
    width: 65%;
    margin: 0 5px;
    height: 476px;
    border-radius: 16px;
    box-shadow: 0 16px 36px 0 rgba(123, 97, 255, 0.10);
    position: relative;
    overflow: hidden;
}

.new-product-left-white {
    width: 796.878px;
    height: 758.452px;
    transform: rotate(25.23deg);
    flex-shrink: 0;
    border-radius: 130px;
    background: var(--background-color);
    right: -450px;
    top: -240px;
    position: absolute;
}

.new-product-left-red {
    width: 716.817px;
    height: 802.223px;
    transform: rotate(155deg);
    flex-shrink: 0;
    border-radius: 100.846px;
    background: linear-gradient(var(--color-primary), var(--error-color));
    left: -360px;
    top: 400px;
    position: absolute;
    animation-direction: reverse;
}

.new-product-content {
    z-index: 101;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 12px;
    width: 385px;
    text-align: center;
    height: 476px;
}

.new-product-content p {
    font-size: 16px;
    font-family: var(--font-Light);
    font-weight: 400;
}

.new-product-content h1 {
    color: var(--color-primary);
}

.new-product-content button {
    height: 45px;
    border-radius: 16px;
}

.new-product-left img {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 320px;
    height: 320px;
}

.btn-new-product {
    height: 40px;
}


/* departments */
.depts {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 36px;
    padding-bottom: 32px;
    margin-bottom: -1px !important;
    justify-content: center;
    align-items: center;
    background-color: var(--background-color);
}

.depts-tabs {
    width: 70%;
    max-width: 587px;
    height: 65px;
    padding: 6px 18px;
    gap: 14px;
    border-radius: 24px;
    background: var(--background-color);
    box-shadow: 0 16px 36px 0 rgba(203, 76, 77, 0.08);
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    transition: all ease-in-out 0.5;
    /* Firefox */
}

.depts-tabs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.depts-tab {
    display: inline-flex;
    max-height: 48px;
    min-width: fit-content;
    padding: 4px 26px;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    cursor: pointer;
}

.depts-tab.active {
    border-radius: 12px;
    background: var(--color-primary);
    color: var(--background-color);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.depts-tab:active {
    scale: 0.95;
}

.depts-tab.active:hover {
    background-color: var(--error-color);
    color: var(--background-color);
    text-shadow: 0px 0px 3px var(--background-color);
}

.depts-tab:hover {
    color: var(--color-primary);
    background-color: var(--background-color);
    text-shadow: 0px 0px 3px var(--color-primary);
    opacity: 1;
}




/* custmer comments */
.custmer-comments {
    background-color: var(--color-hero-section);
    padding: 81px;
    box-shadow: 0px 10px 10px;
}

.custmer-comments-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    padding: 0px 20px;
    overflow-x: auto;
}

.custmer-comments-card {
    display: flex;
    flex-direction: column;
    width: 30%;
    border-radius: 12px;
}

.custmer-comments-card-img {
    height: 61px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.custmer-comments-card-rectangle {
    background-color: var(--color-primary);
    height: 61px;
    border-radius: 12px 12px 0 0;
}

.custmer-comments-card img {
    width: 122px;
    height: 122px;
    object-fit: cover;
    filter: brightness(0.7);
    border-radius: 50%;
}

.custmer-comments-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: var(--background-color);
    border-radius: 0 0 12px 12px;
}

@media(max-width:991px) {
    .top-main {
        margin-top: 0;
    }

    /* most selling */
    .most-selling {
        gap: 10px;
        padding: 30px 0;
    }

    .most-selling-products {
        height: 474px;
        gap: 10px;
    }

    .most-selling-best-product {
        height: 444px;
        width: 35%;
    }

    .most-selling-4-product {
        width: 60%;
        height: 100%;
        gap: 10px;
    }

    .most-selling-2-product {
        gap: 10px;
    }

    .most-selling-product {
        height: 216px;
    }

    .most-selling-control-down {
        gap: 5px;
        margin-bottom: 10px;
        padding: 0;
    }

    .most-selling-control-down-btn {
        gap: 5px;
        width: fit-content;
        height: 100%;
        padding: 0 8px;
        font-size: 11px;
    }

    .most-selling-control-down-circale {
        width: 5vw;
        height: 5vw;
        max-width: 42px;
        max-height: 42px;
    }

    .most-selling-control-down-circale:hover {
        scale: 1.03;
    }


    /* التخفيضات*/
    .offers {
        padding: 36px 0;
        gap: 36px;
    }

    .offers-div {
        gap: 10px;
    }

    .offers-1 {
        gap: 10px;
        width: 35%;
    }

    .offers-1-discount {
        font-size: 22px;
    }

    .offers-1-time {
        gap: 5px;
        margin-bottom: 12px;
    }

    .offers-1-timebox-timer {
        width: 56px;
        height: 49px;
        font-size: 16.553px;
        margin: 5px 0 10px 0;
    }

    .offers-1-timebox-title {
        font-size: 13.415px;
    }

    .offers-2 {
        height: 380px;
        width: 55%;
    }

    .offers-2-offers {
        display: flex;
        flex-direction: column;
        gap: 1px;
        height: 250px;
    }

    .offers-2-all-offers {
        gap: 10px;
        padding: 0 10px;
    }

    .offers-images {
        width: 230px;
        height: 330px;
    }

    .offers-images.active {
        width: 270px;
        height: 370px;
    }

    .offers-images.exiting {
        width: 230px;
        height: 330px;
    }

    .offers-2-sliders {
        gap: 5px;
        right: 272px;
        bottom: 20px;
    }

    /* العروض الجديدة*/
    .new-products {
        padding: 36px 0;
        gap: 0px;
    }

    .new-products-container {
        padding: 20px;
    }

    .new-products-container .product-card {
        display: none;
    }

    .new-product-left {
        min-width: 100%;
        height: 476px;
    }

    .new-product-left-white {
        width: 654px;
        height: 622px;
        right: -320px;
        top: -150px;
        border-radius: 106px;
        animation: rotate 60s linear infinite;
    }

    .new-product-left-red {
        width: 588px;
        height: 658px;
        border-radius: 82px;
        left: -290px;
        top: 400px;
        animation: rotate-and-growup 30s linear infinite;

    }

    .new-product-content {
        padding: 12px 20px;
        gap: 12px;
        width: 301px;
        height: 100%;
    }

    .new-product-content p {
        font-size: 15px;
    }

    .new-product-content button {
        height: 36px;
        border-radius: 13px;
    }

    .new-product-left img {
        position: absolute;
        left: 10px;
        bottom: 70px;
        width: 300px;
        height: 300px;
    }

    .btn-new-product {
        height: 36px;
        border-radius: 13px;
    }

    /* departments */
    .depts-tabs {
        width: 80%;
        max-width: 587px;
        height: 65px;
        padding: 4px 18px;
        gap: 14px;
    }

    .depts-tab {
        padding: 16px 26px;
        border-radius: 12px;
    }

    /* custmer comments */
    .custmer-comments-container {
        gap: 20px;
        padding: 0px 20px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .custmer-comments-card {
        width: 220px;
    }

    .custmer-comments-card-img {
        max-height: 51px;
    }

    .custmer-comments-card-rectangle {
        height: 61px;
    }

    .custmer-comments-card img {
        width: 91px;
        height: 91px;
    }

    .custmer-comments-text {
        gap: 8px;
    }
}

@media(max-width:575px) {
    .top-main {
        padding: 20px;
        height: 277px;
        gap: 10px;
    }

    .top-main-custmer {
        gap: 5px;
    }

    .top-main-custmer-text {
        height: 55px;
    }

    .top-main-custmer-hello {
        gap: 5px;
    }

    .top-main-custmer-photo {
        width: 55px;
        height: 55px;
    }

    .top-main-search-btn {
        height: 49px;
        padding: 0 10px;
        font-size: 12px;
    }



    .Slides {
        height: 60vh;
    }

    .slide-buttons-container {
        flex-direction: column;
    }

    /* most selling */
    .most-selling {
        gap: 0px;
        padding: 30px 0 64px 0 !important;
        margin-bottom: -1px !important;
    }

    .most-selling-products {
        flex-direction: column;
        height: fit-content;
        align-items: center;
        gap: 10px;
        font-size: 8px;
        font-weight: 300;
    }

    .most-selling-best-product {
        height: 337px !important;
        width: 90%;
    }

    .most-selling-4-product {
        width: 90%;
        gap: 10px;
    }

    .most-selling-2-product {
        gap: 10px;
    }

    .most-selling-product {
        height: 162px;
    }

    .most-selling-control-down {
        gap: 5px;
        margin-bottom: 10px;
        padding: 0;
    }

    .most-selling-control-down-btn {
        gap: 5px;
        width: fit-content;
        height: 100%;
        padding: 0 8px;
        font-size: 8px;
        font-weight: 400;
        border-radius: 8.3px;
    }

    .most-selling-control-down-btn-img {
        position: unset !important;
        width: 15px !important;
        height: 15px !important;
    }

    .most-selling-control-down-circale {
        min-width: 23px;
        min-height: 23px;
        max-width: 23px;
        max-height: 23px;
    }

    .most-selling-control-down-circale img {
        padding: 5px;
    }

    .most-selling-control-avilable {
        font-size: 8px;
        padding: 3px 10px;
        margin-top: 20px;
    }


    /* التخفيضات*/
    .offers {
        gap: 0;
    }

    .offers .content {
        display: none;
    }

    .offers-div {
        gap: 0;
        flex-direction: column;
        position: relative;
        margin-bottom: -1px;
        padding-bottom: 30px;
    }

    .offers-1 {
        gap: 0px;
        width: 100%;
    }

    .offers-1 button {
        align-self: flex-start;
        margin: 25px 5% 0 0;

    }

    .offers-1-discount {
        font-size: 16px;
    }

    .offers-1-done-in {
        margin-top: 28px;
        width: 90%;
        justify-content: flex-start;
    }

    .offers-1-time {
        gap: 5px;
        margin-bottom: 12px;
        width: 90%;
        justify-content: flex-start;
    }

    .offers-1-timebox-timer {
        width: 43px;
        height: 35px;
        border-radius: 3px;
        font-size: 14px;
        margin: 5px 0 10px 0;
        box-shadow: 0 1.376px 4.816px 0.344px rgba(0, 0, 0, 0.16);
    }

    .offers-1-timebox-title {
        font-size: 13.415px;
    }

    .offers-2 {
        height: 190px;
        width: 40vw;
        position: absolute;
        left: 0;
        top: 100px;
    }

    .offers-2-offers {
        display: flex;
        flex-direction: column;
        gap: 1px;
        height: 190px;
    }

    .offers-2-all-offers {
        gap: 10px;
        padding: 0 10px;
    }

    .offers-images {
        width: 118px;
        height: 153px;
        border-radius: 8px;
    }

    .offers-images.active {
        width: 128px;
        height: 163px;
        border-radius: 8px;
    }

    .offers-images.exiting {
        width: 118px;
        height: 153px;
    }

    .offers-2-sliders {
        gap: 5px;
        right: -30px;
        bottom: 0px;
    }


    /* العروض الجديدة*/
    .new-products-container {
        padding: 10px;
    }

    .new-products-container .product-card {
        display: none;
    }

    .new-product-left {
        min-width: 95%;
        height: 196px;
        border-radius: 6px;
    }

    .new-product-left-white {
        width: 328px;
        height: 312px;
        right: -180px;
        top: -80px;
        border-radius: 53px;
    }

    .new-product-left-red {
        width: 295px;
        height: 330px;
        border-radius: 41px;
        left: -160px;
        top: 160px;
    }

    .new-product-content {
        padding: 12px 20px;
        gap: 2px;
        width: 151px;
        height: 100%;
    }

    .new-product-content h1 {
        font-size: 15px;
        line-height: 29.251px;
    }

    .new-product-content p {
        font-size: 8px;
        line-height: 174%;
    }

    .new-product-content button {
        height: 34px;
        border-radius: 11px;
    }

    .new-product-left img {
        bottom: 20px;
        width: 150px;
        height: 150px;
    }

    .btn-new-product {
        font-size: 8px;
        height: 34px;
        border-radius: 11px;
        padding: 8px 8px;
        font-weight: 400;
    }


    /* departments */
    .depts {
        margin-bottom: -1px;
    }

    .depts-tabs {
        margin-top: -28px;
        width: 80%;
        height: 36px;
        padding: 6px 18px;
        gap: 14px;
        border-radius: 12px;
        box-shadow: 0 4.31px 14.548px 0 rgba(217, 119, 6, 0.08);
    }

    .depts-tab {
        width: 70px;
        height: 24px;
        padding: 2px 0;
        border-radius: 6px;
        font-size: 12px;
    }

    .depts-tab.active {
        width: 70px;
        height: 24px;
        padding: 2px 4px;
        border-radius: 6px;
        font-size: 12px;
    }


    /* custmer comments */
    .custmer-comments {
        padding: 36px 0;
    }

    .custmer-comments-container {
        gap: 20px;
        padding: 20px 20px 0 20px;
        overflow-x: scroll;
    }

    .custmer-comments-card {
        min-width: 220px;
        height: auto;
    }

    .custmer-comments-card-img {
        max-height: 51px;
    }

    .custmer-comments-card-rectangle {
        height: 61px;
    }

    .custmer-comments-card img {
        width: 91px;
        height: 91px;
    }

    .custmer-comments-text {
        gap: 8px;
    }
}




















@keyframes slide-show {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    20%,
    30% {
        opacity: 1;
        scale: 1.03;
    }

    50% {
        opacity: 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(25deg);
    }

    to {
        transform: rotate(385deg);
    }
}

@keyframes rotate-and-growup {
    from {
        transform: rotate(385deg);
        top: 200px;
    }

    to {
        transform: rotate(134deg);
        top: -400px
    }
}