.home-index-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 61px;
}

.home-index-container__logo {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.home-index-container__title__pc {
    display: none;
}

.home-index-container__title__table {
    display: none;
}

.home-index-container__title__table2 {
    display: none;
}

.home-index-container__title__phoneL {
    display: none;
}

.home-index-container__new {
    width: calc(100% - 26px);
    margin-top: 20px;
}

.home-index-container__new h2 {
    font-size: 20px;
    font-family: "RobotoFlex", sans-serif;
    color: #212121;
}

.home-index-container__new-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(137px, 1fr));
    gap: 10px;
    margin-top: 15px;
    row-gap: 20px;
}

.card-product {
    height: auto;
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
}

.wrapper-card-product-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
}

.wrapper-card-product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.wrapper-card-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-product__price {
    margin-top: 9px;
    width: 100%;
    font-family: "RobotoFlex", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.card-product h3 {
    max-width: 100%;
    font-family: "RobotoFlex", sans-serif;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    text-align: left;
    display: block;
    width: 100%;
}

.card-product h3 a {
    font-family: "RobotoFlex", sans-serif;
    color: #333333;
    font-size: 13px;
}

@font-face {
    font-family: "Merriweather_24pt-Bold";
    src: url("/fonts/Merriweather_24pt-Bold.ttf") format("truetype");

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Nunito-BoldItalic";
    src: url("/fonts/Nunito-BoldItalic.ttf") format("truetype");

    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "CormorantGaramond-Bold";
    src: url("/fonts/CormorantGaramond-Bold.ttf") format("truetype");

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "CormorantGaramond-BoldItalic";
    src: url("/fonts/CormorantGaramond-BoldItalic.ttf") format("truetype");

    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "RobotoFlex";
    src: url("/fonts/Inter_28pt-Regular.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoFlexBold";
    src: url("/fonts/Inter_18pt-Bold.ttf") format("truetype");

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("/fotns/Montserrat-Bold.ttf") format("truetype");

    font-weight: bold;
    font-style: normal;
}

@media(min-width: 0px) and (max-width:1200px) {

    html,
    body,
    .mobileNavigation {
        background-color: #f9f9f9;
    }
}

@media(min-width: 0px) and (max-width:320px) {

    .home-index-container__title {
        display: none;
    }

    .home-index-container__title__phoneL {
        width: 100%;
    }

    .home-index-container__title__phoneL {
        display: block;
        background: linear-gradient(90deg, #bce5ff 0%, #97D7FF 100%);
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .wrapper-home-index-container__title__phoneL {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: 78px;
        border-radius: 16px;
    }

    .home-index-container__title__phoneL__text {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .home-index-container__title__phoneL__text__title {
        font-family: "Merriweather_24pt-Bold" !important;
        color: #111827;
        font-size: 20px !important;
        padding: 0px 7px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__title__phoneL__image {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .home-index-container__title__phoneL__image__svg {
        max-width: 100%;
        width: auto;
        max-height: 550px;
        height: auto;
        padding: 0px;
        overflow: hidden;
    }

    .home-index-container__title__phoneL__text__subtitle{
        margin-top: 10px;
        font-size: 14px;
        font-family: "Nunito-BoldItalic", sans-serif;
        padding: 0px 7px;
        color: #374151;
    }

    .home-index-container__title__phoneL a {
        margin: 20px auto;
        display: inline-block;
        text-align: center;
        width: 95%;
        padding: 15px;
        background-color: #7E57C2;
        color: white;
        font-family: "RobotoFlexBold", sans-serif;
        border-radius: 6px;
        position: relative;
        background: linear-gradient(90deg, #22C55E 0%, #22C55E 100%);
        background-size: 200% 200%;
        animation: gradientShift 3s ease infinite alternate;
        font-size: 14px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__new-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(127px, 1fr));
        gap: 10px;
        margin: 0px;
        row-gap: 20px;
        padding: 10px;
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child) {
        justify-content: flex-start;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child)>* {
        width: 100%;
    }

    .home-index-container__new {
        background-color: #f9f9f9;
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-top: 30px;
    }

    .home-index-container__new h2 {
        padding: 10px;
        font-size: 15px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product {
        height: auto;
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 16px;
    }

    .card-product__price {
        margin-top: 10px;
        font-size: 18px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product h3 a {
        font-size: 14px;
        margin-top: 5px;
    }

    .wrapper-card-product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .wrapper-card-product-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .wrapper-card-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }
}

@media(min-width: 320px) and (max-width:376px) {

    .home-index-container__title {
        display: none;
    }

    .home-index-container__title__phoneL {
        width: 100%;
    }

    .home-index-container__title__phoneL {
        display: block;
        background: linear-gradient(90deg, #bce5ff 0%, #97D7FF 100%);
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .wrapper-home-index-container__title__phoneL {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: 78px;
        border-radius: 16px;
    }

    .home-index-container__title__phoneL__text {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .home-index-container__title__phoneL__text__title{
        font-family: "Merriweather_24pt-Bold" !important;
        color: #111827;
        font-size: 20px !important;
        padding: 0px 7px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__title__phoneL__image {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .home-index-container__title__phoneL__image__svg {
        max-width: 100%;
        width: auto;
        max-height: 550px;
        height: auto;
        padding: 0px;
        overflow: hidden;
    }

    .home-index-container__title__phoneL__text__subtitle {
        margin-top: 10px;
        font-size: 14px;
        font-family: "Nunito-BoldItalic", sans-serif;
        padding: 0px 7px;
        color: #374151;
    }

    .home-index-container__title__phoneL a {
        margin: 20px auto;
        display: inline-block;
        text-align: center;
        width: 95%;
        padding: 15px;
        background-color: #7E57C2;
        color: white;
        font-family: "RobotoFlexBold", sans-serif;
        border-radius: 6px;
        position: relative;
        background: linear-gradient(90deg, #22C55E 0%, #22C55E 100%);
        background-size: 200% 200%;
        animation: gradientShift 3s ease infinite alternate;
        font-size: 14px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__new-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(127px, 1fr));
        gap: 10px;
        margin: 0px;
        row-gap: 20px;
        padding: 10px;
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child) {
        justify-content: flex-start;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child)>* {
        width: 100%;
    }

    .home-index-container__new {
        background-color: #f9f9f9;
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-top: 30px;
    }

    .home-index-container__new h2 {
        padding: 10px;
        font-size: 15px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product {
        height: auto;
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 16px;
    }

    .card-product__price {
        margin-top: 10px;
        font-size: 18px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product h3 a {
        font-size: 14px;
        margin-top: 5px;
    }

    .wrapper-card-product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .wrapper-card-product-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .wrapper-card-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }
}

@media(min-width: 376px) and (max-width:426px) {

    .home-index-container__title {
        display: none;
    }

    .home-index-container__title__phoneL {
        width: 100%;
    }

    .home-index-container__title__phoneL {
        display: block;
        background: linear-gradient(90deg, #bce5ff 0%, #97D7FF 100%);
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .wrapper-home-index-container__title__phoneL {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: 78px;
        border-radius: 16px;
    }

    .home-index-container__title__phoneL__text {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .home-index-container__title__phoneL__text__title{
        font-family: "Merriweather_24pt-Bold";
        color: #111827;
        font-size: 24px;
        padding: 0px 7px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__title__phoneL__image {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .home-index-container__title__phoneL__image__svg {
        max-width: 100%;
        width: auto;
        max-height: 550px;
        height: auto;
        padding: 0px;
        overflow: hidden;
    }

    .home-index-container__title__phoneL__text__subtitle {
        margin-top: 10px;
        font-size: 16px;
        font-family: "Nunito-BoldItalic", sans-serif;
        padding: 0px 7px;
        color: #374151;
    }

    .home-index-container__title__phoneL a {
        margin: 20px auto;
        display: inline-block;
        text-align: center;
        width: 95%;
        padding: 15px;
        background-color: #7E57C2;
        color: white;
        font-family: "RobotoFlexBold", sans-serif;
        border-radius: 6px;
        position: relative;
        background: linear-gradient(90deg, #22C55E 0%, #22C55E 100%);
        background-size: 200% 200%;
        animation: gradientShift 3s ease infinite alternate;
        font-size: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__new-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(127px, 1fr));
        gap: 10px;
        margin: 0px;
        row-gap: 20px;
        padding: 10px;
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child) {
        justify-content: flex-start;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child)>* {
        width: 100%;
    }

    .home-index-container__new {
        background-color: #f9f9f9;
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-top: 30px;
    }

    .home-index-container__new h2 {
        padding: 10px;
        font-size: 18px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product {
        height: auto;
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 16px;
    }

    .card-product__price {
        margin-top: 10px;
        font-size: 18px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product h3 a {
        font-size: 16px;
        margin-top: 5px;
    }

    .wrapper-card-product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .wrapper-card-product-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .wrapper-card-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }
}

@media(min-width: 426px) and (max-width:681px) {

    .home-index-container__title {
        display: none;
    }

    .home-index-container__title__phoneL {
        width: 100%;
    }

    .home-index-container__title__phoneL {
        display: block;
        background: linear-gradient(90deg, #bce5ff 0%, #97D7FF 100%);
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .wrapper-home-index-container__title__phoneL {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: 78px;
        border-radius: 16px;
    }

    .home-index-container__title__phoneL__text {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .home-index-container__title__phoneL__text__title {
        font-family: "Merriweather_24pt-Bold";
        color: #111827;
        font-size: 29px;
        padding: 0px 7px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__title__phoneL__image {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .home-index-container__title__phoneL__image__svg {
        max-width: 100%;
        width: auto;
        max-height: 550px;
        height: auto;
        padding: 0px;
        overflow: hidden;
    }

    .home-index-container__title__phoneL__text__subtitle {
        margin-top: 10px;
        font-size: 20px;
        font-family: "Nunito-BoldItalic", sans-serif;
        padding: 0px 7px;
        color: #374151;
    }

    .home-index-container__title__phoneL a {
        margin: 20px auto;
        display: inline-block;
        text-align: center;
        width: 95%;
        padding: 15px;
        background-color: #7E57C2;
        color: white;
        font-family: "RobotoFlexBold", sans-serif;
        border-radius: 6px;
        position: relative;
        background: linear-gradient(90deg, #22C55E 0%, #22C55E 100%);
        background-size: 200% 200%;
        animation: gradientShift 3s ease infinite alternate;
        font-size: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__new-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(127px, 1fr));
        gap: 10px;
        margin: 0px;
        row-gap: 20px;
        padding: 10px;
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child) {
        justify-content: flex-start;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child)>* {
        width: 100%;
    }

    .home-index-container__new {
        background-color: #f9f9f9;
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-top: 30px;
    }

    .home-index-container__new h2 {
        padding: 10px;
        font-size: 18px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product {
        height: auto;
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 16px;
    }

    .card-product__price {
        margin-top: 10px;
        font-size: 18px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product h3 a {
        font-size: 16px;
        margin-top: 5px;
    }

    .wrapper-card-product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .wrapper-card-product-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .wrapper-card-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }
}

@media(min-width: 681px) and (max-width:769px) {

    .home-index-container__title {
        display: none;
    }

    .home-index-container__title__phoneL {
        width: 100%;
    }

    .home-index-container__title__phoneL {
        display: block;
        background: linear-gradient(90deg, #bce5ff 0%, #97D7FF 100%);
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .wrapper-home-index-container__title__phoneL {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: 78px;
        border-radius: 16px;
    }

    .home-index-container__title__phoneL__text {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .home-index-container__title__phoneL__text__title {
        font-family: "Merriweather_24pt-Bold";
        color: #111827;
        font-size: 34px;
        padding: 0px 15px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__title__phoneL__image {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .home-index-container__title__phoneL__image__svg {
        max-width: 100%;
        width: auto;
        max-height: 550px;
        height: auto;
        padding: 0px;
        overflow: hidden;
    }

    .home-index-container__title__phoneL__text__subtitle{
        margin-top: 10px;
        font-size: 20px;
        font-family: "Nunito-BoldItalic", sans-serif;
        padding: 0px 15px;
        color: #374151;
    }

    .home-index-container__title__phoneL a {
        margin: 20px auto;
        display: inline-block;
        text-align: center;
        width: 95%;
        padding: 15px;
        background-color: #7E57C2;
        color: white;
        font-family: "RobotoFlexBold", sans-serif;
        border-radius: 6px;
        position: relative;
        background: linear-gradient(90deg, #22C55E 0%, #22C55E 100%);
        background-size: 200% 200%;
        animation: gradientShift 3s ease infinite alternate;
        font-size: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__new-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(127px, 1fr));
        gap: 10px;
        margin: 0px;
        row-gap: 20px;
        padding: 15px;
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child) {
        justify-content: flex-start;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child)>* {
        width: 100%;
    }

    .home-index-container__new {
        background-color: #f9f9f9;
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-top: 30px;
    }

    .home-index-container__new h2 {
        padding: 15px;
        font-size: 18px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product {
        height: auto;
        display: flex;
        width: auto;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 16px;
    }

    .card-product__price {
        margin-top: 10px;
        font-size: 18px;
        font-family: "RobotoFlexBold", sans-serif;
    }

    .card-product h3 a {
        font-size: 16px;
        margin-top: 5px;
    }

    .wrapper-card-product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
    }

    .wrapper-card-product-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .wrapper-card-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }
}

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

    .home-index-container__title {
        display: none;
    }

    .home-index-container__new {
        width: calc(100% - 26px);
        margin: 0px auto 20px auto;
        background-color: #fafafa;
        border-radius: 16px;
        padding: 20px;
    }

    .home-index-container__new h2 {
        font-size: 24px;
    }

    .home-index-container__new-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child) {
        justify-content: flex-start;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child)>* {
        width: 100%;
    }

    .card-product__price {
        font-size: 20px;
        margin-top: 15px;
    }

    .card-product h3 a {
        margin-top: 5px;
        font-size: 18px;
    }

    .home-index-container__title__table {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: calc(100% - 26px);
        padding: 20px;
        margin: 20px auto;
        border-radius: 16px;
        background: linear-gradient(90deg, #bce5ff 0%, #97D7FF 100%);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .home-index-container__title__table__text {
        width: 45%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .home-index-container__title__table__text h1 {
        font-family: "Merriweather_24pt-Bold";
        color: #111827;
        font-size: 30px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__title__table__image {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .home-index-container__title__table__image__svg {
        max-width: 100%;
        width: auto;
        max-height: 550px;
        height: auto;
        padding: 0px;
        overflow: hidden;
    }

    .home-index-container__title__table__text h2 {
        margin-top: 15px;
        font-size: 20px;
        font-family: "Nunito-BoldItalic", sans-serif;
        color: #374151;
    }

    .home-index-container__title__table a {
        margin-top: 20px;
        display: inline-block;
        text-align: center;
        width: 95%;
        padding: 15px;
        color: white;
        font-family: "RobotoFlexBold", sans-serif;
        border-radius: 6px;
        position: relative;
        background: linear-gradient(90deg, #22C55E 0%, #22C55E 100%);
        background-size: 200% 200%;
        animation: gradientShift 3s ease infinite alternate;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        font-size: 18px;
    }
}

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

    .home-index-container__title {
        display: none;
    }

    .home-index-container__new {
        width: calc(100% - 26px);
        margin: 0px auto 20px auto;
        background-color: #fafafa;
        border-radius: 16px;
        padding: 20px;
    }

    .home-index-container__new h2 {
        font-size: 24px;
    }

    .home-index-container__new-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child) {
        justify-content: flex-start;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child)>* {
        width: 100%;
    }

    .card-product__price {
        font-size: 20px;
        margin-top: 15px;
    }

    .card-product h3 a {
        margin-top: 5px;
        font-size: 18px;
    }

    .home-index-container__title__table {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: calc(100% - 26px);
        padding: 20px;
        margin: 20px auto;
        border-radius: 16px;
        background: linear-gradient(90deg, #bce5ff 0%, #97D7FF 100%);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
    }

    .home-index-container__title__table__text {
        width: 45%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .home-index-container__title__table__text h1 {
        font-family: "Merriweather_24pt-Bold";
        color: #111827;
        font-size: 34px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__title__table__image {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .home-index-container__title__table__image__svg {
        max-width: 100%;
        width: auto;
        max-height: 550px;
        height: auto;
        padding: 0px;
        overflow: hidden;
    }

    .home-index-container__title__table__text h2 {
        margin-top: 15px;
        font-size: 20px;
        font-family: "Nunito-BoldItalic", sans-serif;
        color: #374151;
    }

    .home-index-container__title__table a {
        margin-top: 20px;
        display: inline-block;
        text-align: center;
        width: 95%;
        padding: 15px;
        color: white;
        font-family: "RobotoFlexBold", sans-serif;
        border-radius: 6px;
        position: relative;
        background: linear-gradient(90deg, #22C55E 0%, #22C55E 100%);
        background-size: 200% 200%;
        animation: gradientShift 3s ease infinite alternate;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        font-size: 18px;
    }

}

@media(min-width: 1200px) {

    .home-index-container__title {
        display: none;
    }

    .home-index-container__new {
        width: 100%;
        margin: 0px auto 30px auto;
        background-color: #fafafa;
        border-radius: 16px;
        padding: 20px;
    }

    .home-index-container__new h2 {
        font-size: 20px;
    }

    .home-index-container__new-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child) {
        justify-content: flex-start;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .home-index-container__new-grid:has(> :nth-child(-n+2):last-child)>* {
        width: 100%;
    }

    .card-product__price {
        font-size: 20px;
        margin-top: 15px;
    }

    .card-product h3 a {
        margin-top: 5px;
        font-size: 18px;
    }

    .home-index-container__title__table {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        padding: 20px;
        margin: 20px auto;
        border-radius: 16px;
        background: linear-gradient(90deg, #bce5ff 0%, #97D7FF 100%);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .home-index-container__title__table__text {
        width: 45%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .home-index-container__title__table__text h1 {
        font-family: "Merriweather_24pt-Bold";
        color: #111827;
        font-size: 34px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .home-index-container__title__table__image {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .home-index-container__title__table__image__svg {
        max-width: 100%;
        width: auto;
        max-height: 550px;
        height: auto;
        padding: 0px;
        overflow: hidden;
    }

    .home-index-container__title__table__text h2 {
        margin-top: 15px;
        font-size: 20px;
        font-family: "Nunito-BoldItalic", sans-serif;
        color: #374151;
    }

    .home-index-container__title__table a {
        margin-top: 20px;
        display: inline-block;
        text-align: center;
        width: 95%;
        padding: 15px;
        color: white;
        font-family: "RobotoFlexBold", sans-serif;
        border-radius: 6px;
        position: relative;
        background: linear-gradient(90deg, #22C55E 0%, #22C55E 100%);
        background-size: 200% 200%;
        animation: gradientShift 3s ease infinite alternate;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        font-size: 18px;
    }
}