@media (min-width: 991px) and (max-width: 1400px) {
    .checkout-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .checkout-header .checkout-header-left {
        width: 76px;
    }

    .dermocel-login-card {
        gap: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        margin-top: 60px;
    }

    .dermocel-btn-login {
        height: 40px;
        font-size: 16px;
    }

    .dermocel-login-wrapper form {
        gap: 10px;
    }

    .dermocel-login-heading h1 {
        font-size: 20px;
    }

    .dermocel-login-wrapper .dermocel-input {
        font-size: 14px;
    }

    .dermocel-login-wrapper .dermocel-input::placeholder {
        font-size: 14px;
    }

    .checkout-header-active .woocommerce form .show-password-input::before,
    .dermocel-login-wrapper .woocommerce-page form .show-password-input::before {
        width: 18px;
        height: 18px;
    }
}

/* Header & Mobile Menu Integrated Responsive */
@media (max-width: 991px) {
    .show-desktop {
        display: none !important;
    }

    .show-mobile {
        display: flex !important;
    }

    .section-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: transparent;
        transition: background 0.3s;
    }

    .main-header-mobile {
        margin: 10px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        overflow: hidden;
        /* Important to contain the integrated menu if needed, or use fixed */
    }

    .header-mobile-container {
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 64px;
        position: relative;
        z-index: 10;
        width: 100%;
    }

    .header-mobile-left .logo img {
        height: 40px;
        width: auto;
    }

    .header-mobile-right {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .header-mobile-actions {
        display: flex;
        align-items: center;
        gap: 5px;
        transition: opacity 0.3s, transform 0.3s;
    }

    .main-header-mobile.menu-active .header-mobile-actions {
        opacity: 0;
        pointer-events: none;
        transform: translateX(20px);
    }

    .header-mobile-btn {
        border: none;
        width: 54px;
        height: 54px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        background: #F4F6F8;
    }

    .header-mobile-btn .header-cart-count {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #FFFFFF;
        font-size: 10px;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
    }

    .hamburger-btn {
        background: #FFFFFF;
        border: 1px solid #F2F4F7;
        width: 64px;
        height: 64px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        cursor: pointer;
        padding: 0;
        z-index: 20;
        transition: background 0.3s;
    }

    .main-header-mobile.menu-active .hamburger-btn {
        background: #00005F;
        border-color: #00005F;
    }

    .hamburger-btn span {
        display: block;
        width: 16px;
        height: 1px;
        background: #00005F;
        border-radius: 2px;
        transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }

    .main-header-mobile.menu-active .hamburger-btn span {
        background: #FFFFFF;
    }

    .main-header-mobile.menu-active .hamburger-btn span:nth-child(1) {
        transform: translateY(3px) rotate(45deg);
    }

    .main-header-mobile.menu-active .hamburger-btn span:nth-child(2) {
        transform: translateY(-3px) rotate(-45deg);
    }

    /* Integrated Mobile Menu View */
    .mobile-integrated-menu {
        position: fixed;
        top: 0;
        /* Offset for header + margin */
        left: 0;
        width: 100%;
        height: 100vh;
        background: #F2F4F7;
        z-index: 5;
        transform: translateX(100%);
        transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        overflow-y: auto;
        padding-top: 98px;
    }

    .main-header-mobile.menu-active .mobile-integrated-menu {
        transform: translateX(0);
    }

    .drawer-body {
        padding: 0 10px 40px;
    }

    .drawer-top-actions {
        display: flex;
        gap: 5px;
        margin-bottom: 24px;
    }

    .drawer-action-btn {
        background: #FFFFFF;
        border-radius: 20px;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        text-align: center;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
        color: var(--PRINCIPAL, #00005F);
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 50%;
    }

    .drawer-nav {
        border-radius: 16px;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .mobile-accordion-item {
        border-bottom: 1px solid #F2F4F7;
        border-radius: 10px;
        background: #FFF;
    }

    .mobile-accordion-item:last-child {
        border-bottom: none;
    }

    .mobile-accordion-header {
        padding: 18px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        gap: 10px;
    }

    .mobile-accordion-header span,
    .mobile-accordion-header a {
        text-decoration: none;
        color: var(--PRINCIPAL, #00005F);
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mobile-accordion-header svg {
        transition: 0.3s;
    }

    .mobile-accordion-item.active .mobile-accordion-header svg {
        transform: rotate(180deg);
    }

    .mobile-accordion-content {
        display: none;
        padding: 26px 0px 15px;
        border-top: 1px solid #EAECF2;
        margin: 0 16px;
    }

    .mobile-accordion-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-accordion-content ul li {
        margin-bottom: 20px;
    }

    .mobile-accordion-content ul li a {
        text-decoration: none;
        display: block;
        color: var(--TEXTOS, #242424);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        /* 131.25% */
    }

    .header-mobile-left {
        display: flex;
        padding: 5px;
        background: #fff;
        border-radius: 10px;
        width: 80%;
        justify-content: space-between;
        height: 64px;
        align-items: center;
        transition: all .5s ease;
    }

    .logo {
        width: 82px;
        height: 48px;
        margin: 3px;
    }

    .logo img {
        width: 100% !important;
        height: 100% !important;
        display: block;
    }

    .main-header-mobile.menu-active .header-mobile-left {
        background: transparent;
    }

    .drawer-action-btn svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .drawer-action-btn span {
        white-space: nowrap;
    }

    .mobile-accordion-header svg path {
        stroke: #5698DC;
    }

    .mobile-accordion-content ul li:last-child {
        margin-bottom: 11px;
    }

    .section-banner-01 {
        flex-direction: column;
        background: #00005d;
        height: 100%;
    }

    .section-banner-01 .banner-static-left {
        width: 100%;
        padding: 136px 18px 44px 18px;
        height: fit-content;
    }

    .section-banner-01 .banner-slider-right {
        height: fit-content;
        width: 100%;
        background: #00005f;
        padding-bottom: 53px;
    }

    .section-banner-01 .banner-static-left .banner-content {
        max-width: 100%;
        width: 100%;
    }

    .section-banner-01 .banner-static-left .banner-content .banner-title {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 97.715%;
        /* 31.269px */
        margin-bottom: 10px;
    }

    .section-banner-01 .banner-static-left .banner-content .banner-title br {
        display: none;
    }

    .section-banner-01 .banner-static-left .banner-content .banner-description {
        color: #91C7FF;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 137.5% */
    }

    .section-banner-01 .banner-slider-right .swiper-slide {
        height: 273px;
        border-radius: 10px;
        overflow: hidden;
        padding: 24px;
        position: relative;
        transition: all .5s ease;
        transform: scale(0.7);
        left: 0;
        right: 0;
    }

    .banner-item-custom-01 {
        margin-top: auto;
    }

    .section-banner-01 .banner-slider-right .swiper-slide .slide-content h3 {
        color: var(--FONDOS, #F4F6F8);
        text-align: center;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 8px;
    }

    .section-banner-01 .banner-slider-right .swiper-slide .slide-content a {
        color: var(--FONDOS, #F4F6F8);
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .section-banner-01 .banner-slider-right .swiper-slide::before {
        background: linear-gradient(3deg, rgba(0, 0, 0, 0.60) 2.86%, rgba(0, 0, 0, 0.00) 53.49%), #d3d3d300 -185px -203px / 211.823% 236.264% no-repeat;
        z-index: 9;
    }

    .section-banner-01 .banner-slider-right .swiper-slide .slide-content {
        z-index: 9;
    }

    .section-banner-01 .banner-slider-right .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }

    .section-banner-01 .banner-slider-right .swiper-slide.swiper-slide-prev {
        left: 30px;
    }

    .section-banner-01 .banner-slider-right .swiper-slide.swiper-slide-next {
        left: -30px;
    }

    .banner-slider-right::after {
        content: "";
        display: block;
        position: absolute;
        width: 85px;
        height: 100%;
        background: linear-gradient(-270deg, rgba(0, 0, 95, 0.00) 0%, rgba(0, 0, 95, 0.80) 100%);
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 9;
    }

    .banner-slider-right::before {
        content: "";
        display: block;
        position: absolute;
        width: 85px;
        height: 100%;
        background: linear-gradient(270deg, rgba(0, 0, 95, 0.00) 0%, rgba(0, 0, 95, 0.80) 100%);
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 9;
    }

    .product-card {
        padding: 10px;
        border-radius: 10px;
    }

    .section-products-carousel {
        padding: 60px 0;
    }

    .section-products-carousel .section-header-carousel .section-nav-area {
        display: none;
    }

    .section-products-carousel .section-header-carousel .section-title-area .section-title {
        margin-bottom: 10px;
    }

    .section-products-carousel .section-header-carousel .section-title-area .section-subtitle {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .section-products-carousel .section-header-carousel .section-title-area .section-subtitle br {
        display: none;
    }

    .section-products-carousel .container {
        padding: 0 10px;
    }

    .section-products-carousel .section-header-carousel {
        margin-bottom: 24px;
    }

    .product-card .product-image {
        border-radius: 5px;
        margin-bottom: 14px;
        height: 141px;
    }

    .product-card .product-badge {
        width: 54px;
        height: 54px;
        top: 9px;
        right: 9px;
        border-radius: 15px;
    }

    .product-card .product-info .product-name {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .product-card .product-info .product-name a {
        display: block;
    }

    .product-card .product-info .product-price .current-price {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .product-card .product-info .product-price .old-price {
        color: rgba(36, 36, 36, 0.40);

        /* Mobile/body/16-regular */
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    .product-card .product-info .product-price {
        gap: 4px;
    }

    .product-card .product-info .price-tax {
        color: rgba(36, 36, 36, 0.40);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 157.143% */
        margin: 0;
    }

    .button-box-see-product {
        display: none;
    }

    .product-image:after {
        display: none;
    }

    .product-card .product-actions {
    margin-top: 8px;
    }

    .product-card:hover {
        box-shadow: none;
        transform: translateY(0);
    }

    .btn-view-more {
        border-radius: 20px;
        background: var(--PRINCIPAL, #00005F);
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px;
        color: #F4F6F8;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .section-products-carousel .products-swiper {
        padding-bottom: 24px;
    }

    .section-category-carousel .product-info {
        padding: 14px 11px;
    }

    .section-category-carousel .product-category-card {
        padding: 10px 12px 0;
        transform: translateY(0);
    }

    .section-category-carousel .product-category-card h3 {
        overflow: hidden;
        white-space: break-spaces;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: start;
    }

    .section-title-area {
        width: 95%;
    }

    .section-category-carousel .product-category-card-image {
        height: 141px;
    }

    .section-category-carousel .category-swiper {
        padding-bottom: 24px;
    }

    .section-proposito-custom-01 .container {
        padding: 0;
    }

    .proposito-banner {
        border-radius: 0;
        padding: 60px 16px;
        gap: 16px;
    }

    .proposito-title {
        color: #FFF;

        /* Mobile/Headline/01 */
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .proposito-content-left {
        max-width: 100%;
        gap: 16px;
    }

    .proposito-text {
        color: #FFF;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 137.5% */
        max-width: 100%;
    }

    .proposito-features {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .feature-item {
        width: 100%;
        flex-direction: row;
        padding: 16px 0;
        border-bottom: 1px solid #5698DC;
        gap: 16px;
    }

    .feature-info br {
        display: none;
    }

    .feature-icon svg {
        width: 48px;
        height: 48px;
    }

    .feature-info h4 {
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
        /* 120% */
        margin-bottom: 4px;
    }

    .feature-info p {
        color: var(--FONDOS, #F4F6F8);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    .proposito-contact {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .proposito-contact p {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        /* 137.5% */
        max-width: 100%;
    }

    .proposito-content-right {
        gap: 16px;
    }

    .proposito-contact .btn-whatsapp {
        padding: 20px;
        width: 100%;
        color: var(--PRINCIPAL, #00005F);
        font-size: 16px;
        font-weight: 500;
        justify-content: center;
        gap: 10px;
    }

    .proposito-contact .btn-whatsapp svg {
        width: 24px;
        height: 24px;
    }

    .section-blog-carousel .section-title {
        margin-bottom: 0 !important;
    }

    .blog-card {
        border-radius: 10px;
        height: fit-content;
        transform: none !important;
        min-height: 242px;
    }

    .blog-image {
        height: 130px;
    }

    .blog-badge {
        top: 11px;
        left: 11px;
        color: var(--PRINCIPAL, #00005F);
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 5px 8px;
    }

    .blog-info {
        padding: 11px 11px 17px;
        gap: 12px;
    }

    .blog-date {
        margin: 0;
        color: rgba(36, 36, 36, 0.70);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0;
    }

    .blog-title {
        color: #242424;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        min-height: 54px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-blog-carousel .swiper-slide {
        height: fit-content !important;
    }

    .blog-swiper {
        height: fit-content !important;
        padding-bottom: 24px;
    }

    .blog-swiper .swiper-wrapper {
        height: fit-content !important;
    }

    .blog-image-only-text {
        height: fit-content;
    }

    .blog-card-only-text .blog-info {
        padding: 15px 19px;
        padding-top: 0;
    }

    .blog-excerpt {
        margin-top: 10px;
        color: var(--TEXTOS, #242424);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blog-card-only-text .blog-title {
        margin-top: 10px;
        font-weight: 500;
    }

    .site-footer {
        margin: 0;
        padding: 34px 10px 25px 10px;
        z-index: 10;
    }

    .site-footer .container {
        padding: 0;
    }

    #smooth-content {
        padding: 0 !important;
    }

    .footer-top {
        flex-direction: column;
        gap: 60px;
        padding: 0;
    }

    .footer-logo {
        width: 125px;
        height: 75px;
    }

    .footer-col h4 {
        color: var(--SECUNDARIO, #5698DC);
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .footer-links li {
        font-size: 16px !important;
        line-height: normal;
        gap: 10px !important;
    }

    .footer-col {
        gap: 18px;
    }

    .footer-col ul {
        gap: 24px;
    }

    .footer-col ul li svg {
        width: 24px;
        height: 24px;
    }

    .footer-links li.contact-phones a:last-child {
        margin-left: 30px;
    }

    .footer-links .contact-phones {
        gap: 0 !important;
    }

    .footer-links {
        gap: 60px;
    }

    .footer-bottom {
        justify-content: space-between;
        gap: 51px;
        margin-top: 60px;
    }

    .footer-bottom a {
        color: var(--TEXTOS, #242424);
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 80px;
    }

    .sp-gallery__thumbs {
        display: none;
    }

    .sp-gallery {
        display: flex;
        flex-direction: column;
        gap: 0;
        position: relative;
        width: 100%;
    }

    .sp-breadcrumb {
        display: none;
    }

    .sp-info {
        width: 100%;
        padding: 30px 10px;
        border-radius: 10px 10px 0 0;
        background: #F4F6F8;
        gap: 24px;
        padding-bottom: 0;
    }

    .sp-wrap {
        margin-top: 90px;
    }

    .sp-gallery__main {
        height: 290px;
        border-radius: 0;
    }

    .sp-info__name {
        order: 2;
        font-size: 18px;
        width: 65.5%;
    }

    .sp-info__meta {
        order: 1;
        opacity: .4;
        gap: 10px;
        flex-wrap: wrap;
    }

    .sp-info__price {
        order: 3;
        display: flex;
        align-items: center;
        color: rgba(36, 36, 36, 0.40);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .sp-cart-wrapper {
        order: 4;
    }

    .sp-info__desc {
        order: 6;
        margin-bottom: 0;
        margin-top: 16px;
        color: var(--TEXTOS, #242424);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .sp-accordion {
        order: 7;
    }

    .sp-gallery__actions {
        position: absolute;
        right: inherit;
        gap: 10px;
        bottom: 15px;
        right: 10px;
    }

    .sp-main {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .sp-meta-cat {
        color: var(--TEXTOS, #242424);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .sp-meta-stock {
        color: var(--TEXTOS, #242424);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
    }

    .sp-meta-sku {
        color: var(--TEXTOS, #242424);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
    }

    .sp-act-btn {
        width: 54px;
        height: 54px;
        border-radius: 15px;
    }

    .sp-act-btn svg {
        width: 24px;
        height: 24px;
    }

    .sp-price-now {
        font-size: 24px;
        line-height: normal;
    }

    .sp-price-old {
        color: rgba(36, 36, 36, 0.40);
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-decoration-line: line-through;
    }

    .sp-price-tax {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin: 0;
    }

    .sp-cart-wrapper form.cart {
        margin: 0 !important;
        gap: 40px !important;
    }

    .sp-tiers__title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .sp-tiers {
        width: 100%;
    }

    .sp-tiers__row {
        flex-direction: column;
        gap: 5px;
    }

    .sp-variants .sp-tiers__row {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .sp-tier {
        width: 100%;
        text-align: center;
        justify-content: space-between;
        padding: 15px 21px 12px;
    }

    .sp-tier__label {
        color: var(--PRINCIPAL, #00005F);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .sp-tier.is-active {
        background: #B7D8FA;
    }

    .sp-tier__badge {
        padding: 10px 12px;
        color: #00005F66;
        text-align: right;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background: #F4F6F8;
        opacity: 1 !important;
    }

    .sp-tier.is-active .sp-tier__badge {
        display: block;
        background: #fff;
        color: #00005F;
    }

    .sp-qty-btn {
        width: 52px !important;
        height: 64px !important;
        font-size: 32px !important;
        font-weight: 300 !important;
    }

    .sp-cart-wrapper .qty {
        width: 52px !important;
        height: 64px !important;
        font-size: 20px !important;
        font-style: normal;
        line-height: normal !important;
    }

    .sp-cart-wrapper .single_add_to_cart_button {
        height: 64px !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400 !important;
        gap: 7px !important;
        white-space: nowrap;
    }

    .sp-cart-row {
        gap: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Sticky Cart Mobile Design */
    .sp-sticky-cart-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        box-shadow: 0 -8px 25px rgba(0, 0, 30, 0.1);
        z-index: 9;
        transform: translateY(100%);
        opacity: 0;
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s;
        border-top: 1px solid #f2f4f7;
        visibility: hidden;
    }

    .sp-sticky-cart-mobile.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .sp-acc-icon {
        width: 20px;
        height: 20px;
    }

    .sp-acc-hdr {
        padding: 16px 0;
    }

    .sp-acc-hdr span {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .sp-acc-content {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    #accReviews {
        padding-top: 16px;
    }

    .sp-review {
        padding: 12px;
        border-radius: 16px;
        margin-bottom: 16px;
    }

    .sp-stars svg {
        width: 24px;
        height: 24px;
    }

    .sp-review__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .sp-verified {
        color: #F4F6F8;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        gap: 4px;
        padding: 4px 8px;
    }

    .sp-verified svg {
        width: 16px;
        height: 16px;
    }

    .sp-review__author {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .sp-review__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sp-review__date {
        color: rgba(36, 36, 36, 0.40);
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .sp-related {
        background: #F4F6F8;
    }

    .sp-related__title {
        font-size: 24px;
        line-height: 28.8px;
    }

    .single-product .section-products-carousel .section-header-carousel .section-title-area .section-title {
        margin-bottom: 24px;
    }

    .sticky-qty-input {
        padding: 0 !important;
        text-align: center !important;
        border-radius: 20px !important;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400 !important;
        background: #00005F !important;
        border: 0;
        color: #fff !important;
        width: 52px !important;
        height: 64px !important;
        font-size: 20px !important;
        font-style: normal;
        line-height: normal !important;
    }

    .quantity {
        display: flex;
    }

    .btn-add-cart-sticky {
        background: #00005F !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 20px !important;
        font-family: 'Montserrat', sans-serif !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        margin: 0 !important;
        height: 64px !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400 !important;
        gap: 7px !important;
        white-space: nowrap;
        width: 100%;
    }

    .btn-add-cart-sticky svg {
        width: 24px;
        height: 24px;
    }

    .sp-sticky-cart-mobile-inner {
        width: 100%;
    }

    .single-product .sp-wrap {
        background: #fefefe;
        margin-top: 0;
        padding-top: 90px;
    }

    .sp-gallery__badge {
        font-size: 12px;
        line-height: normal;
        padding: 5px 10px;
    }

    .cart-panel,
    .wishlist-panel {
        width: 100%;
        height: 74%;
        bottom: 0;
        top: inherit;
        transform: translateY(100%);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cart-panel__title,
    .wishlist-panel__title {
        font-size: 16px;
        line-height: normal;
    }

    .cart-panel__header,
    .wishlist-panel__header {
        padding: 22px 16px 17px 20px;
    }

    .cart-empty>p,
    .wishlist-empty>p {
        font-size: 20px;
    }

    .cart-empty,
    .wishlist-empty {
        margin: auto;
        height: fit-content;
        width: 100%;
    }

    .cart-panel__body,
    .wishlist-panel__body {
        display: flex;
        padding: 0 20px;
        flex-direction: column;
    }

    .cart-item-img {
        border-radius: 10px;
        border: 1px solid #F2F2F4;
        width: 68px;
        height: 68px;
    }

    .cart-item,
    .wishlist-product-item {
        gap: 12px;
        padding: 0;
        margin-top: 17px;
        padding-bottom: 8px;
        border-bottom: 1px solid #F2F2F4;
    }

    .cart-item-list,
    .wishlist-product-list {
        width: 100%;
    }

    .cart-item-name {
        overflow: hidden;
        text-overflow: ellipsis;

        /* Mobile/body/16-regular */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    .cart-item-info,
    .wishlist-product-info {
        gap: 8px;
    }

    .cart-item-price {
        font-size: 14px;
        line-height: normal;
    }

    .c-vol-text {


        /* Mobile/body/14-regular */

        font-size: 14px !important;

        font-weight: 400;

        line-height: normal;
    }

    .cart-item-top {
        gap: 16px;
    }

    .cart-item-remove {
        padding: 0;
        top: 0;
        right: 0;
    }

    .cart-item-qty-ctrl {
        padding: 0;
        gap: 10px;
    }

    .cart-item-qty-ctrl button {
        width: 32px;
        height: 32px;
    }

    .cart-item-qty-ctrl .c-num {
        color: #5698DC;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
    }

    .cart-item-qty-ctrl button svg {
        width: 16px;
        height: 16px;
    }

    .cart-total-row span {
        color: var(--Foundation-Neutral-neutral-300, #A9ABB7);

        /* Mobile/body/16-regular */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    #cartFooter .woocommerce-Price-amount.amount bdi {
        color: var(--TEXTOS, #242424);

        /* Mobile/body/16-regular */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    .cart-total-row>span:first-child {
        opacity: 1;
    }

    .cart-total-row {
        margin-bottom: 14px;
    }

    .cart-total-row.cart-shipping-row .cart-val-ship {
        color: var(--TEXTOS, #242424);

        /* Mobile/body/16-regular */
        font-size: 16px;
        line-height: 22px;
        /* 137.5% */
    }

    .cart-total-row.cart-total-final .cart-total-label {
        color: var(--TEXTOS, #242424);

        /* Mobile/body/16-regular */
        font-family: Montserrat;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    #cartFooter .cart-total-final .woocommerce-Price-amount.amount {
        color: #5698DC !important;

        /* Mobile/body/24-regular */
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #cartFooter .cart-total-final .woocommerce-Price-amount.amount bdi {
        color: #5698DC !important;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #cartFooter .cart-total-final .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
        color: #5698DC !important;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .cart-totals {
        padding-bottom: 15px;
        padding-top: 24px;
    }

    .cart-panel__footer {
        padding: 0 20px 17px;
    }

    .cart-actions {
        gap: 12px;
    }

    .cart-actions .btn-checkout {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
        padding: 13px;
        border-radius: 14px;
    }

    .cart-actions .btn-continue {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
        border-radius: 14px;
        border: 0;
        padding: 13px;
        background: #F4F6F8;
    }

    .wishlist-panel {
        width: 100%;
        bottom: 0;
        top: inherit;
    }

    #cartFooter .woocommerce-Price-currencySymbol {
        color: #242424 !important;
    }

    .cart-panel.active,
    .wishlist-panel.active {
        transform: translateY(0);
    }

    .cart-item-info .woocommerce-Price-amount.amount {
        font-weight: 600;
    }

    .custom-checkout-form {
        padding: 0;
    }

    .custom-checkout-form .checkout-container {
        flex-direction: column-reverse;
        gap: 38px !important;
    }

    .custom-checkout-form .checkout-sidebar-column {
        width: 100% !important;
        position: relative;
        top: 0;
        margin-top: 95px;
    }

    .custom-checkout-form .checkout-main-column {
        width: 100%;
        padding: 0 16px 24px;
        gap: 32px;
    }

    .custom-checkout-form .checkout-delivery-schedule .time-columns-wrap {
        flex-direction: column;
        gap: 11px;
    }

    .custom-checkout-form .order-review-sticky {
        border-radius: 0;
        padding: 16px;
    }

    .checkout-header {
        padding: 20px;
    }

    #order_review_heading {
        color: var(--TEXTOS, #242424);
        text-align: start;

        /* Mobile/Headline/04 */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 20px;
    }

    .custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-thumbnail {
        width: 54px;
        height: 54px;
    }

    .custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-details .product-name {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        /* 137.5% */
        margin: 0;
    }

    .custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-details .product-qty-label {
        color: rgba(36, 36, 36, 0.55);

        /* Mobile/body/14-regular */
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left {
        gap: 13px;
        align-items: flex-start;
        width: 79%;
    }

    .checkout-product-list .woocommerce-Price-amount.amount {
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        /* 137.5% */
    }

    .custom-checkout-form .order-review-sticky .checkout-product-item {
        margin-bottom: 12px;
        position: relative;
    }

    .custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review {
        margin-top: 40px;
        gap: 8px;
        padding-bottom: 24px;
    }

    .custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review #coupon_code {
        color: #747587;

        /* Mobile/body/16-regular */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
        padding: 12px !important;
        border-radius: 14px;
        border-color: #747587;
    }

    .custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review button {
        border-radius: 14px;
        background: #F4F6F8;
        color: #00005F;
        padding: 13px 24px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        /* 137.5% */
    }

    .cart-subtotal span {


        /* Mobile/body/16-regular */

        font-family: Montserrat;

        font-size: 16px;

        font-style: normal;

        font-weight: 400;

        line-height: 22px;
        /* 137.5% */

        color: #242424;
    }

    .shipping-row span {


        /* Mobile/body/16-regular */

        font-size: 16px;

        font-style: normal;

        font-weight: 400;

        line-height: 22px;
        /* 137.5% */

        color: #242424;
    }

    .custom-checkout-form .order-review-sticky .checkout-totals .order-total {
        border-top: 1px solid #F2F2F4;
    }

    .total-label strong {


        /* Mobile/body/16-regular */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    .custom-checkout-form .order-review-sticky .checkout-totals .order-total .tax-info {


        /* Mobile/body/14-regular */

        font-size: 14px;

        font-weight: 400;

        line-height: normal;
    }

    .total-amount .woocommerce-Price-amount.amount {
        color: #5698DC;

        /* Mobile/body/24-regular */
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
    }

    .custom-checkout-form .contact-section {
        padding: 0;
        border: 0;
    }

    .custom-checkout-form .contact-section .contact-header-content.guest-mode .section-title {
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
    }

    .custom-checkout-form .contact-section .contact-header-content.guest-mode .login-link {


        /* Mobile/Component/Link */

        font-size: 16px;

        font-weight: 500;

        line-height: 20px;
        /* 125% */
    }

    .custom-checkout-form .contact-section .guest-email-field input {
        height: 42px;
        padding: 13px 8px;


        /* Mobile/body/16-regular */
        font-size: 16px;
        line-height: 22px;
        /* 137.5% */
    }

    .custom-checkout-form .checkout-delivery-schedule .schedule-header h3 {
        margin-bottom: 13px;
    }

    .custom-checkout-form .checkout-delivery-schedule .schedule-header p {
        color: #747587;

        /* Mobile/body/16-regular */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    .custom-checkout-form .checkout-delivery-schedule .schedule-header {
        margin-bottom: 20px;
    }

    .custom-checkout-form .checkout-delivery-schedule h4 {


        /* Mobile/Headline/04 */

        font-size: 16px;

        font-style: normal;

        font-weight: 500;

        line-height: normal;
    }

    .custom-checkout-form .checkout-delivery-schedule .days-selector {
        width: 80%;
        gap: 10px;
        margin-bottom: 20px;
    }

    .custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills .pill-content {
        border-radius: 10px;
        height: 38px;
        padding: 8px 12px;
    }

    .custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills input:checked+.pill-content .day-label {
        color: var(--FONDOS, #F4F6F8);
        text-align: center;

        /* Mobile/body/16-regular */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    .custom-checkout-form .checkout-delivery-schedule .time-block h4 {
        display: none;
    }

    .custom-checkout-form .checkout-delivery-schedule .time-columns-wrap .time-col .time-inputs {
        gap: 12px;
    }

    .custom-checkout-form .checkout-delivery-schedule .time-columns-wrap .time-col .time-inputs .field input {
        padding: 12px 8px;
        overflow: hidden;
        color: var(--Text-Secondary, #747587);
        text-overflow: ellipsis;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: 0.16px;
    }

    .custom-checkout-form .checkout-delivery-schedule .time-columns-wrap .time-col .time-inputs .field {
        gap: 4px;
    }

    .checkout-section.billing-fields-wrap .section-title {
        margin-bottom: 12px;
    }

    .custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
    .custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
    .custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
    .custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
        width: 100% !important;
    }

    .custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row,
    .custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row {
        gap: 4px;
    }

    .custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row input,
    .custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row input,
    .custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row select,
    .custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row select {
        height: 42px !important;
        padding: 8 12px !important;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: 0.16px;
        border-radius: var(--corner-radius-medium, 15px) !important;
        border: 1px solid var(--Border-Default, #D7D8DE) !important;
        background: #FFF;
    }

    .filter-blog-select-category .select2-container--default .select2-selection--single .select2-selection__rendered,
    .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
    .dermocel-sorting .select2-container--default .select2-selection--single .select2-selection__rendered,
    .account-content-area .select2-container--default .select2-selection--single .select2-selection__rendered {
        overflow: hidden;
        color: var(--Text-Primary, #35363E);
        text-overflow: ellipsis;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: 0.16px;
    }

    .woocommerce-input-wrapper .select2-selection {
        padding: 8px !important;
    }

    .custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row.form-row-one-third,
    .custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row.form-row-one-third {
        width: 100% !important;
    }

    .custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row label,
    .custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row label {
        color: #747587;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 0.14px;
    }

    .filter-blog-select-category .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .dermocel-sorting .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .account-content-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: -2px;
        filter: brightness(0) saturate(100%) invert(55%) sepia(22%) saturate(263%) hue-rotate(199deg) brightness(80%) contrast(87%);
    }

    .custom-checkout-form #ship-to-different-address label span::before {
        display: block;
        position: relative;
        top: -4px;
    }

    #add_payment_method .checkout .shipping_address,
    .woocommerce-cart .checkout .shipping_address,
    .woocommerce-checkout .checkout .shipping_address {
        margin-top: 15px;
    }

    .custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row,
    .custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row {
        margin-bottom: 0;
    }

    .checkout-payment-section .section-title {
        color: var(--PRINCIPAL, #00005F);

        /* Mobile/Headline/02 */
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
        /* 120% */
        margin: 0;
    }

    .custom-checkout-form .checkout-payment-section ul.payment_methods li {
        padding: 10px;
        gap: 0;
    }

    .custom-checkout-form .checkout-payment-section ul.payment_methods li label {


        /* Mobile/body/16-regular */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
    }

    .custom-checkout-form .checkout-payment-section ul.payment_methods li {
        border-radius: 14px;
        border: 1px solid var(--PRINCIPAL, #00005F);
        background: var(--Foundation-Neutral-neutral-0, #FFF);
        padding: 14px 16px !important;
    }

    #add_payment_method #payment div.payment_box,
    .woocommerce-cart #payment div.payment_box,
    .woocommerce-checkout #payment div.payment_box {
        display: none;
    }

    .custom-checkout-form .checkout-main-footer #place_order {
        color: #F4F6F8;
        text-align: center;

        /* Mobile/body/16-regular */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
        height: 48px;
    }

    .custom-checkout-form .checkout-main-footer {
        margin-top: -10px !important;
    }

    p#shipping_country_field {
        width: 100% !important;
    }

    p#shipping_address_1_field {
        width: 100% !important;
    }

    p#shipping_address_2_field {
        width: 100% !important;
    }

    header.entry-header {
        display: none !important;
    }

    #cartBody::after {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 18.54em;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 0, 95, 0.00) 0%, rgb(195 195 195 / 23%) 100%);
    }

    #cartBody {
        padding-bottom: 60px;
    }

    .box-404-title {
        font-size: 40px;
        line-height: 1;
    }

    .box-404-description {
        font-size: 24px;
        line-height: 1.1;
    }

    .box-404-number svg {
        width: 100%;
    }

    .box-404-number {
        bottom: 15%;
        right: 0;
        left: 0;
        padding: 0 25px;
    }

    .box-404-text {
        position: relative;
        z-index: 9;
    }

    .dermocel-card {
        width: calc(50% - 6px) !important;
        padding: 12px !important;
    }

    .dermocel-hero .dermocel-desc {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .dermocel-hero {
        padding-bottom: 42px !important;
    }

    .dermocel-toolbar {
        padding-top: 0 !important;
        margin-bottom: 42px !important;
    }

    .dermocel-breadcrumbs a,
    .dermocel-breadcrumbs span {
        color: rgba(36, 36, 36, 0.40) !important;
        font-family: Montserrat;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 22px !important;
        /* 137.5% */
    }

    .dermocel-breadcrumbs .current {
        color: #00005f !important;
        font-family: Montserrat;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 22px !important;
        /* 137.5% */
    }

    .dermocel-card h2 {
        font-size: 16px !important;
        text-wrap: wrap;
        white-space: wrap !important;
    }

    .dermocel-hero h1 {
        font-size: 32px !important;
        margin-bottom: 8px !important;
    }

    .dermocel-card-img-wrap {
        height: 110px;
    }

    .dermocel-grid {
        gap: 12px !important;
    }

    .dermocel-related-cats span {
        font-size: 16px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
    }

    .related-pills .cat-pill {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }

    .dermocel-related-cats {
        margin-top: 30px !important;
    }

    .dermocel-hero {
        padding-bottom: 30px !important;
    }

    .dermocel-toolbar {
        gap: 16px !important;
    }

    .dermocel-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px !important;
        line-height: 1 !important;
    }

    .dermocel-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 44px !important;
    }

    .dermocel-sorting .select2-container--default .select2-selection--single .select2-selection__arrow b {
        /* width: 10px !important; */
        /* height: 10px !important; */
    }

    .dermocel-select2-drop .select2-results__option {
        font-size: 14px !important;
    }

    .custom-checkout-form .order-review-sticky .checkout-product-item .product-total {
        top: 0;
        display: block;
        position: absolute;
        right: 0;
    }

    p#shipping_city_field {
        width: 100% !important;
    }

    p#shipping_state_field {
        width: 100% !important;
    }

    p#shipping_postcode_field {
        width: 100% !important;
    }

    .category-static-card-title {
        font-size: 22px;
    }

    .checkout-thankyou-page .container {
        padding: 80px 20px !important;
    }

    .checkout-thankyou-page ul.order_details li {
        border: 0;
    }

    .checkout-thankyou-page .woocommerce-column--shipping-address {
        margin-top: 20px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }

    #billing_message {
        height: 70px !important;
    }

    .woocommerce-checkout .woocommerce-shipping-fields {
        margin-top: 20px;
    }

    .dermocel-cat-wrapper {
        padding-top: 100px !important;
    }

    .search-modal .search-modal-container {
        width: 100%;
    }

    .search-modal .search-modal-container .search-modal-products .product-grid {
        display: flex;
    }

    .search-modal .search-modal-container .search-modal-products .product-grid .product-item {
        width: 33.3%;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }

    .ty-summary-card {
        padding: 16px;
    }

    .thankyou-title {
        color: var(--PRINCIPAL, #00005F);
        text-align: center;
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 8px;
    }

    .thankyou-subtitle {
        color: var(--TEXTOS, #242424);
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        width: 90%;
    }

    .thankyou-header-text {
        margin-bottom: 32px;
    }

    .ty-summary-card {
        padding: 16px 16px 19px;
        margin-bottom: 32px;
    }

    .ty-summary-title {
        font-weight: 500 !important;
        line-height: 28.8px !important;
        margin-bottom: 12px !important;
    }

    .ty-summary-label {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .ty-summary-row {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 16px;
    }

    .ty-summary-val {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .ty-summary-top {
        padding-bottom: 16px;
        margin-bottom: 12px;
    }

    .ty-item-img {
        width: 54px;
        height: 54px;
        border-radius: 14px;
    }

    .ty-item-name a {
        color: var(--TEXTOS, #242424);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .ty-item-info {
        margin-right: 10px;
    }

    .ty-item-qty {
        color: rgba(36, 36, 36, 0.55);
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
    }

    .ty-item-price span {
        color: var(--TEXTOS, #242424);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .ty-summary-items {
        padding-bottom: 16px;
        margin-bottom: 12px;
    }

    .ty-total-row {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .ty-total-row span:last-child {
        color: var(--TEXTOS, #242424);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .ty-summary-grand-total {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .sp-acc-content li {
        background: transparent !important;
    }

    .sp-acc-content p {
        background: transparent !important;
    }

    .search-modal .search-modal-container .search-modal-results h5 {
        font-size: 14px;
    }

    .search-modal .search-modal-container .search-modal-results .suggestion-list li, .search-modal .search-modal-container .search-modal-results .category-list li {
        font-size: 12px;
    }

    .search-modal .search-modal-container .search-modal-products h5 {
        font-size: 12px;
    }

    .search-modal .search-modal-container .search-modal-products .btn-view-more {
        font-size: 12px;
    }

    .product-card .product-actions .btn-add-cart span {
        display: none;
    }

    .product-card .product-actions .quantity-selector .qty-btn {
        width: 43px !important;
        height: 54px !important;
        border-radius: 16px !important;
    }

    .product-card .product-actions .quantity-selector .qty-input {
        width: 43px !important;
        height: 54px !important;
        border-radius: 16px !important;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #00005F;
        color: #fff !important;
    }

    .product-card .product-actions .btn-add-cart {
        width: 54px !important;
        background: #00005F;
    }

    .product-card .product-actions .btn-add-cart svg {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(103%) contrast(103%);
    }

    .account-layout-main .back-to-shop-btn {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
        margin-left: 0;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
        padding: 10px 12px;
    }
}

/* ── Select2 Mobile Horizontal Scroll Fix ── */
@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden !important;
        position: relative;
        width: 100%;
    }

    .select2-container {
        width: 100% !important;
        max-width: 100vw !important;
    }

    .select2-dropdown {
        max-width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
        box-sizing: border-box !important;
    }

    /* ── Mobile Sub-Accordion (2nd Level) ── */
    .mobile-sub-accordion-item {
        border-bottom: 1px solid #EAECF2;
        list-style: none;
    }
    .mobile-sub-accordion-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .mobile-sub-accordion-header {
        padding: 12px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        gap: 10px;
    }
    .mobile-sub-accordion-header span {
        text-decoration: none;
        color: #242424;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .mobile-sub-accordion-header svg {
        transition: 0.3s;
    }
    .mobile-sub-accordion-item.active .mobile-sub-accordion-header svg {
        transform: rotate(180deg);
    }
    .mobile-sub-accordion-content {
        display: none;
        padding: 10px 0px 15px 15px;
    }
    .mobile-sub-accordion-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile-sub-accordion-content ul li {
        margin-bottom: 12px;
    }
    .mobile-sub-accordion-content ul li a {
        text-decoration: none;
        display: block;
        color: #667085;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

}