/*
Theme Name: Parapharmacie Original
Theme URI: https://parapharmacieoriginal.ma/
Author: Parapharmacie Original
Description: Premium beauty and wellness WooCommerce theme.
Version: 1.0.0
Text Domain: parapharmacie-original
*/


/* =========================================
   RESET
========================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #ffffff;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}


/* =========================================
   CONTAINER
========================================= */

.container {
    width: min(1200px, 92%);
    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.announcement-bar {
    background: #111111;
    color: #ffffff;
    text-align: center;
    padding: 9px 15px;
    font-size: 13px;
    letter-spacing: 0.3px;
}


/* =========================================
   HEADER MAIN
========================================= */

.header-container {
    min-height: 90px;

    display: grid;

    grid-template-columns:
        220px
        minmax(300px, 1fr)
        300px;

    align-items: center;

    gap: 30px;
}


/* =========================================
   LOGO
========================================= */

.site-logo {
    justify-self: start;
    flex-shrink: 0;
}

.site-logo a {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-main {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    white-space: nowrap;
}

.logo-sub {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 5px;
    text-align: center;
}


/* =========================================
   SEARCH
========================================= */

.header-search {
    width: 100%;
    max-width: 600px;
    justify-self: center;
}

.header-search form {
    display: flex;

    width: 100%;

    border: 1px solid #dcdcdc;
    border-radius: 3px;

    overflow: hidden;

    background: #ffffff;
}

.header-search input[type="search"] {
    flex: 1;

    min-width: 0;

    border: 0;
    outline: none;

    padding: 13px 15px;

    font-size: 14px;

    color: #222222;

    background: #ffffff;
}

.header-search input[type="search"]::placeholder {
    color: #888888;
}

.header-search button {
    flex-shrink: 0;

    border: 0;

    background: #111111;
    color: #ffffff;

    padding: 0 24px;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: background 0.2s ease;
}

.header-search button:hover {
    background: #333333;
}


/* =========================================
   HEADER ACTIONS
========================================= */

.header-actions {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 22px;

    justify-self: end;

    white-space: nowrap;
}

.header-action {
    display: flex;

    align-items: center;

    gap: 6px;

    position: relative;

    font-size: 14px;

    color: #222222;

    transition: opacity 0.2s ease;
}

.header-action:hover {
    opacity: 0.6;
}

.action-icon {
    font-size: 20px;

    line-height: 1;
}

.action-text {
    font-size: 14px;
}


/* =========================================
   CART COUNT
========================================= */

.cart-count {
    min-width: 18px;

    height: 18px;

    padding: 0 5px;

    border-radius: 50%;

    background: #111111;

    color: #ffffff;

    font-size: 11px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    line-height: 1;
}


/* =========================================
   NAVIGATION
========================================= */

.main-navigation {
    border-top: 1px solid #eeeeee;

    background: #ffffff;
}

.main-navigation .container {
    display: flex;

    justify-content: center;
}

.main-navigation ul {
    list-style: none;

    margin: 0;

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 35px;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;

    padding: 16px 0;

    font-size: 14px;

    font-weight: 600;

    white-space: nowrap;
}

.main-navigation a:hover {
    opacity: 0.6;
}


/* =========================================
   HERO
========================================= */

.hero-section {
    min-height: 540px;

    display: flex;

    align-items: center;

    background: #f7f5f2;
}

.hero-content {
    text-align: center;

    padding: 90px 20px;
}

.hero-eyebrow {
    margin: 0 0 18px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;
}

.hero-title {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(42px, 6vw, 72px);

    font-weight: 400;

    line-height: 1.05;
}

.hero-description {
    max-width: 600px;

    margin: 25px auto 35px;

    font-size: 18px;

    color: #555555;
}

.hero-buttons {
    display: flex;

    justify-content: center;

    gap: 12px;

    flex-wrap: wrap;
}

.hero-button {
    display: inline-block;

    padding: 14px 28px;

    border: 1px solid #111111;

    font-size: 14px;

    font-weight: 600;
}

.hero-button-primary {
    background: #111111;

    color: #ffffff;
}

.hero-button-primary:hover {
    background: #333333;
}

.hero-button-secondary {
    background: #ffffff;

    color: #111111;
}


/* =========================================
   SECTIONS
========================================= */

.store-section {
    padding: 80px 0;
}

.section-heading {
    text-align: center;

    margin-bottom: 45px;
}

.section-heading p {
    margin: 0 0 10px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2.5px;
}

.section-heading h2 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 38px;

    font-weight: 400;
}


/* =========================================
   CATEGORIES
========================================= */

.categories-section {
    background: #ffffff;
}

.category-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}

.category-card {
    text-align: center;
}

.category-image {
    width: 100%;

    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f4f4f4;

    margin-bottom: 18px;
}

.category-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.category-card:hover img {
    transform: scale(1.04);
}

.category-card h3 {
    margin: 0 0 5px;

    font-size: 17px;
}

.category-card span {
    color: #666666;

    font-size: 13px;
}


/* =========================================
   WOOCOMMERCE PRODUCTS
========================================= */

.woocommerce ul.products {
    margin: 0 !important;

    padding: 0 !important;
}

.woocommerce ul.products li.product {
    margin-bottom: 35px;
}

.woocommerce ul.products li.product a img {
    background: #f7f7f7;

    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.02);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #222222;

    font-size: 15px;

    font-weight: 500;

    padding-top: 12px;
}

.woocommerce ul.products li.product .price {
    color: #222222;

    font-size: 15px;
}

.woocommerce ul.products li.product .button {
    background: #111111;

    color: #ffffff;

    border-radius: 0;

    padding: 11px 18px;

    font-size: 13px;

    font-weight: 600;
}

.woocommerce ul.products li.product .button:hover {
    background: #333333;
}


/* =========================================
   PROMO
========================================= */

.promo-section {
    padding: 30px 0 80px;
}

.promo-banner {
    background: #f3eee8;

    text-align: center;

    padding: 65px 25px;
}

.promo-banner h2 {
    margin: 0 0 15px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 36px;

    font-weight: 400;
}

.promo-banner p {
    margin: 0 auto 25px;

    max-width: 600px;

    color: #555555;
}


/* =========================================
   FOOTER
========================================= */

.site-footer {
    background: #111111;

    color: #ffffff;

    margin-top: 50px;
}

.footer-inner {
    width: min(1200px, 92%);

    margin: 0 auto;

    padding: 70px 0;

    display: grid;

    grid-template-columns: 2fr 1fr 1fr 1fr;

    gap: 50px;
}

.footer-column h3 {
    margin: 0 0 18px;

    font-size: 16px;
}

.footer-column p {
    max-width: 330px;

    color: #cccccc;

    font-size: 14px;
}

.footer-column a {
    display: block;

    margin-bottom: 10px;

    color: #cccccc;

    font-size: 14px;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #333333;

    text-align: center;

    padding: 20px;

    color: #aaaaaa;

    font-size: 13px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .header-container {
        grid-template-columns:
            190px
            minmax(250px, 1fr)
            270px;

        gap: 20px;
    }

    .header-actions {
        gap: 15px;
    }

    .action-text {
        font-size: 13px;
    }

    .main-navigation ul {
        gap: 25px;
    }

}


/* =========================================
   MOBILE / TABLET
========================================= */

@media (max-width: 900px) {

    .header-container {

        display: flex;

        flex-wrap: wrap;

        padding: 20px 0;

        gap: 20px;
    }

    .site-logo {
        order: 1;
    }

    .header-actions {

        order: 2;

        margin-left: auto;

        justify-self: auto;
    }

    .header-search {

        order: 3;

        width: 100%;

        max-width: none;

        justify-self: auto;
    }

    .main-navigation .container {
        overflow-x: auto;

        justify-content: flex-start;
    }

    .main-navigation ul {

        gap: 20px;

        justify-content: flex-start;

        width: max-content;
    }

    .category-grid {

        grid-template-columns: repeat(2, 1fr);
    }

    .footer-inner {

        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .header-container {

        gap: 15px;
    }

    .logo-main {

        font-size: 16px;
    }

    .logo-sub {

        font-size: 9px;

        letter-spacing: 4px;
    }

    .header-actions {

        gap: 12px;
    }

    .action-text {

        display: none;
    }

    .action-icon {

        font-size: 19px;
    }

    .cart-count {

        min-width: 17px;

        height: 17px;

        font-size: 10px;
    }

    .header-search input[type="search"] {

        padding: 12px;
    }

    .header-search button {

        padding: 0 16px;
    }

    .hero-section {

        min-height: 480px;
    }

    .hero-content {

        padding: 70px 15px;
    }

    .hero-description {

        font-size: 16px;
    }

    .store-section {

        padding: 60px 0;
    }

    .section-heading h2 {

        font-size: 30px;
    }

    .category-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 12px;
    }

    .category-card h3 {

        font-size: 15px;
    }

    .footer-inner {

        grid-template-columns: 1fr;

        gap: 35px;
    }

}
/* =========================================
   CATEGORY GRID
========================================= */

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.category-card {
    display: block;
    text-align: center;
}

.category-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 18px;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.category-card:hover img {
    transform: scale(1.04);
}

.category-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3eee8;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.category-card h3 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 600;
}

.category-card span {
    color: #666;
    font-size: 13px;
}

.products-view-all {
    text-align: center;
    margin-top: 25px;
}


@media (max-width: 900px) {

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}


@media (max-width: 600px) {

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .category-placeholder {
        font-size: 16px;
    }

}
/* =========================================
   CATEGORY GRID
========================================= */

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.category-card {
    display: block;
    text-align: center;
}

.category-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 18px;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.category-card:hover img {
    transform: scale(1.04);
}

.category-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3eee8;
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.category-card h3 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 600;
}

.category-card span {
    color: #666666;
    font-size: 13px;
}


@media (max-width: 900px) {

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}


@media (max-width: 600px) {

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .category-placeholder {
        font-size: 16px;
    }

}
/* =========================================================
   FINAL MOBILE HEADER FIX
   ORDER:
   LOGO
   SEARCH
   ACCOUNT | WISHLIST | CART
========================================================= */

@media only screen and (max-width: 600px) {

    /* HEADER */
    .site-header {
        width: 100% !important;
        background: #fff !important;
        border-bottom: 1px solid #eee !important;
        overflow: visible !important;
    }

    /* MAIN HEADER */
    .site-header .header-main {
        width: 100% !important;
        max-width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: flex-start !important;

        gap: 0 !important;

        min-height: auto !important;

        padding: 16px 12px 14px !important;

        margin: 0 !important;

        box-sizing: border-box !important;

        overflow: visible !important;
    }


    /* =====================================================
       1. LOGO
    ===================================================== */

    .site-header .site-logo {
        order: 1 !important;

        width: 100% !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        flex: none !important;

        margin: 0 0 14px 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }

    .site-header .site-logo a {
        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: center !important;

        text-decoration: none !important;
    }

    .site-header .logo-main {
        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 18px !important;
        font-weight: 700 !important;

        letter-spacing: 1.2px !important;
        line-height: 1.1 !important;

        white-space: nowrap !important;

        color: #111 !important;
    }

    .site-header .logo-sub {
        display: block !important;

        margin: 4px 0 0 0 !important;
        padding: 0 !important;

        font-size: 9px !important;
        font-weight: 500 !important;

        letter-spacing: 3px !important;
        line-height: 1.2 !important;

        white-space: nowrap !important;

        color: #777 !important;
    }


    /* =====================================================
       2. SEARCH
    ===================================================== */

    .site-header .header-search {
        order: 2 !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        display: block !important;

        flex: none !important;

        margin: 0 0 14px 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }

    .site-header .header-search form {
        width: 100% !important;

        display: flex !important;

        flex-direction: row !important;
        align-items: stretch !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }

    .site-header .header-search input[type="search"] {
        flex: 1 1 auto !important;

        width: 100% !important;
        min-width: 0 !important;

        height: 42px !important;

        margin: 0 !important;
        padding: 0 12px !important;

        border: 1px solid #ddd !important;
        border-right: 0 !important;

        border-radius: 7px 0 0 7px !important;

        background: #fafafa !important;
        color: #111 !important;

        font-size: 13px !important;

        box-sizing: border-box !important;

        outline: none !important;
    }

    .site-header .header-search button {
        flex: 0 0 auto !important;

        width: auto !important;

        height: 42px !important;

        margin: 0 !important;
        padding: 0 15px !important;

        border: 1px solid #111 !important;

        border-radius: 0 7px 7px 0 !important;

        background: #111 !important;
        color: #fff !important;

        font-size: 12px !important;
        font-weight: 500 !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       3. ACCOUNT | WISHLIST | CART
    ===================================================== */

    .site-header .header-actions {
        order: 3 !important;

        width: 100% !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;
        justify-content: center !important;

        flex: none !important;

        gap: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }

    .site-header .header-action {
        order: initial !important;

        position: relative !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 auto !important;

        width: auto !important;
        min-width: 0 !important;

        height: 34px !important;

        margin: 0 !important;
        padding: 0 14px !important;

        gap: 5px !important;

        border-right: 1px solid #e5e5e5 !important;

        color: #111 !important;

        text-decoration: none !important;

        white-space: nowrap !important;

        box-sizing: border-box !important;
    }

    .site-header .header-action:last-child {
        border-right: 0 !important;
    }

    .site-header .action-icon {
        display: inline-flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: auto !important;
        height: auto !important;

        font-size: 17px !important;

        line-height: 1 !important;
    }

    .site-header .action-text {
        display: inline !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 12px !important;
        font-weight: 500 !important;

        line-height: 1 !important;
    }


    /* =====================================================
       CART NUMBER
    ===================================================== */

    .site-header .cart-action {
        position: relative !important;
    }

    .site-header .cart-count {
        position: absolute !important;

        top: -2px !important;
        right: 4px !important;

        min-width: 15px !important;
        width: auto !important;

        height: 15px !important;

        padding: 0 3px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        border-radius: 50% !important;

        background: #111 !important;
        color: #fff !important;

        font-size: 8px !important;
        font-weight: 600 !important;

        line-height: 1 !important;

        box-sizing: border-box !important;
    }
}


/* =========================================================
   SMALL PHONES
========================================================= */

@media only screen and (max-width: 380px) {

    .site-header .header-main {
        padding: 14px 10px 12px !important;
    }

    .site-header .logo-main {
        font-size: 16px !important;
        letter-spacing: 1px !important;
    }

    .site-header .logo-sub {
        font-size: 8px !important;
        letter-spacing: 2.5px !important;
    }

    .site-header .header-search input[type="search"] {
        height: 40px !important;
        font-size: 12px !important;
        padding: 0 10px !important;
    }

    .site-header .header-search button {
        height: 40px !important;
        padding: 0 11px !important;
        font-size: 11px !important;
    }

    .site-header .header-action {
        height: 32px !important;
        padding: 0 9px !important;
    }

    .site-header .action-icon {
        font-size: 16px !important;
    }

    .site-header .action-text {
        font-size: 11px !important;
    }
}
/* =========================================================
   FINAL HEADER LAYOUT
========================================================= */

.site-header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-container {
    width: min(1200px, 92%);
    min-height: 90px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 220px minmax(300px, 1fr) 300px;

    align-items: center;

    gap: 30px;
}


/* =========================================================
   DESKTOP LOGO
========================================================= */

.site-logo {
    order: 1;
}

.site-logo a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-main {
    display: block;

    font-size: 20px;
    font-weight: 700;

    letter-spacing: 2px;

    white-space: nowrap;
}

.logo-sub {
    display: block;

    margin-top: 6px;

    font-size: 11px;

    letter-spacing: 5px;

    text-align: center;
}


/* =========================================================
   DESKTOP SEARCH
========================================================= */

.header-search {
    order: 2;

    width: 100%;
    max-width: 600px;

    margin: 0 auto;
}

.header-search form {
    width: 100%;

    display: flex;

    margin: 0;
}

.header-search input[type="search"] {
    flex: 1;

    min-width: 0;

    height: 44px;

    border: 1px solid #ddd;
    border-right: 0;

    border-radius: 7px 0 0 7px;

    padding: 0 15px;

    outline: none;

    font-size: 14px;

    box-sizing: border-box;
}

.header-search button {
    flex: 0 0 auto;

    height: 44px;

    padding: 0 20px;

    border: 1px solid #111;

    border-radius: 0 7px 7px 0;

    background: #111;

    color: #fff;

    cursor: pointer;
}


/* =========================================================
   DESKTOP ACTIONS
========================================================= */

.header-actions {
    order: 3;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 22px;
}

.header-action {
    position: relative;

    display: flex;

    align-items: center;

    gap: 6px;

    color: #111;

    white-space: nowrap;
}

.action-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    font-size: 20px;

    line-height: 1;
}

.action-text {
    font-size: 14px;
}


/* =========================================================
   CART COUNT
========================================================= */

.cart-action {
    position: relative;
}

.cart-count {
    position: absolute;

    top: -10px;
    right: -10px;

    min-width: 18px;
    height: 18px;

    padding: 0 5px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #111;

    color: #fff;

    font-size: 10px;

    line-height: 1;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .header-container {
        display: flex;

        flex-wrap: wrap;

        align-items: center;

        gap: 20px;

        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-logo {
        order: 1;
    }

    .header-actions {
        order: 2;

        margin-left: auto;
    }

    .header-search {
        order: 3;

        width: 100%;

        max-width: 100%;

        margin: 0;
    }

}


/* =========================================================
   MOBILE
   EXACT ORDER:

   LOGO

   SEARCH

   ACCOUNT | WISHLIST | CART
========================================================= */

@media (max-width: 600px) {

    .header-container {

        width: 100% !important;

        min-height: 0 !important;

        margin: 0 !important;

        padding: 16px 12px 14px !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        justify-content: flex-start !important;

        gap: 0 !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       LOGO — FIRST
    ===================================================== */

    .site-logo {

        order: 1 !important;

        width: 100% !important;

        margin: 0 0 14px 0 !important;

        display: flex !important;

        justify-content: center !important;

        align-items: center !important;
    }

    .site-logo a {

        align-items: center !important;

        text-align: center !important;
    }

    .logo-main {

        font-size: 18px !important;

        letter-spacing: 1.2px !important;

        line-height: 1.1 !important;
    }

    .logo-sub {

        margin-top: 4px !important;

        font-size: 9px !important;

        letter-spacing: 3px !important;
    }


    /* =====================================================
       SEARCH — SECOND
    ===================================================== */

    .header-search {

        order: 2 !important;

        width: 100% !important;

        max-width: 100% !important;

        margin: 0 0 14px 0 !important;
    }

    .header-search form {

        width: 100% !important;

        display: flex !important;

        flex-direction: row !important;
    }

    .header-search input[type="search"] {

        flex: 1 1 auto !important;

        width: 100% !important;

        min-width: 0 !important;

        height: 42px !important;

        padding: 0 12px !important;

        border-radius: 7px 0 0 7px !important;

        font-size: 13px !important;
    }

    .header-search button {

        flex: 0 0 auto !important;

        height: 42px !important;

        padding: 0 15px !important;

        border-radius: 0 7px 7px 0 !important;

        font-size: 12px !important;
    }


    /* =====================================================
       ACCOUNT | WISHLIST | CART — THIRD
    ===================================================== */

    .header-actions {

        order: 3 !important;

        width: 100% !important;

        margin: 0 !important;

        padding: 0 !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;

        justify-content: center !important;

        gap: 0 !important;
    }

    .header-action {

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;

        justify-content: center !important;

        gap: 5px !important;

        height: 34px !important;

        padding: 0 14px !important;

        border-right: 1px solid #e5e5e5;

        white-space: nowrap !important;
    }

    .header-action:last-child {

        border-right: 0;
    }

    .action-icon {

        font-size: 17px !important;
    }

    .action-text {

        display: inline !important;

        font-size: 12px !important;

        font-weight: 500 !important;
    }


    /* =====================================================
       MOBILE CART NUMBER
    ===================================================== */

    .cart-count {

        top: -3px !important;

        right: 4px !important;

        min-width: 15px !important;

        height: 15px !important;

        padding: 0 3px !important;

        font-size: 8px !important;
    }


    /* =====================================================
       MOBILE NAVIGATION
    ===================================================== */

    .main-navigation {

        display: none !important;
    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .header-container {

        padding-left: 10px !important;

        padding-right: 10px !important;
    }

    .logo-main {

        font-size: 16px !important;
    }

    .logo-sub {

        font-size: 8px !important;

        letter-spacing: 2.5px !important;
    }

    .header-search input[type="search"] {

        height: 40px !important;

        font-size: 12px !important;
    }

    .header-search button {

        height: 40px !important;

        padding: 0 11px !important;
    }

    .header-action {

        padding-left: 9px !important;

        padding-right: 9px !important;
    }

    .action-icon {

        font-size: 16px !important;
    }

    .action-text {

        font-size: 11px !important;
    }
}
/* =========================================================
   MOBILE HEADER ORDER FIX
   LOGO
   SEARCH
   ACCOUNT | WISHLIST | CART
========================================================= */

@media only screen and (max-width: 600px) {

    .header-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        gap: 0 !important;
    }

    /* 1 — LOGO */
    .site-logo {
        order: 1 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 0 15px !important;
    }

    .site-logo a {
        align-items: center !important;
        text-align: center !important;
    }

    /* 2 — SEARCH */
    .header-search {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 15px !important;
    }

    /* 3 — ACCOUNT / WISHLIST / CART */
    .header-actions {
        order: 3 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0 !important;
        margin: 0 !important;
    }

    .header-action {
        flex: 0 0 auto !important;
    }

}
/* =========================================================
   FINAL MOBILE HEADER
   MOBILE ORDER:

   LOGO

   SEARCH

   ACCOUNT | WISHLIST | CART
========================================================= */

@media only screen and (max-width: 600px) {

    /* HEADER CONTAINER */
    .site-header .header-container {
        width: 100% !important;
        max-width: 100% !important;

        display: grid !important;

        grid-template-columns: 1fr !important;

        grid-template-areas:
            "logo"
            "search"
            "actions" !important;

        align-items: center !important;
        justify-items: center !important;

        gap: 0 !important;

        min-height: 0 !important;

        padding: 16px 12px 14px !important;

        margin: 0 !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       LOGO
    ===================================================== */

    .site-header .header-container > .site-logo {
        grid-area: logo !important;

        width: 100% !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        margin: 0 0 14px 0 !important;

        padding: 0 !important;

        order: unset !important;

        justify-self: center !important;
    }

    .site-header .site-logo a {
        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        justify-content: center !important;

        text-align: center !important;

        margin: 0 !important;

        padding: 0 !important;
    }

    .site-header .logo-main {
        display: block !important;

        font-size: 18px !important;

        font-weight: 700 !important;

        letter-spacing: 1.2px !important;

        line-height: 1.1 !important;

        white-space: nowrap !important;

        margin: 0 !important;
    }

    .site-header .logo-sub {
        display: block !important;

        margin: 4px 0 0 0 !important;

        font-size: 9px !important;

        letter-spacing: 3px !important;

        line-height: 1.2 !important;

        white-space: nowrap !important;
    }


    /* =====================================================
       SEARCH
    ===================================================== */

    .site-header .header-container > .header-search {
        grid-area: search !important;

        width: 100% !important;

        max-width: 100% !important;

        min-width: 0 !important;

        display: block !important;

        margin: 0 0 14px 0 !important;

        padding: 0 !important;

        order: unset !important;

        justify-self: stretch !important;

        box-sizing: border-box !important;
    }

    .site-header .header-search form {
        width: 100% !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: stretch !important;

        margin: 0 !important;

        padding: 0 !important;
    }

    .site-header .header-search input[type="search"] {
        flex: 1 1 auto !important;

        width: 100% !important;

        min-width: 0 !important;

        height: 42px !important;

        padding: 0 12px !important;

        border: 1px solid #ddd !important;

        border-right: 0 !important;

        border-radius: 7px 0 0 7px !important;

        background: #fafafa !important;

        color: #111 !important;

        font-size: 13px !important;

        box-sizing: border-box !important;

        outline: none !important;
    }

    .site-header .header-search button {
        flex: 0 0 auto !important;

        width: auto !important;

        height: 42px !important;

        padding: 0 15px !important;

        border: 1px solid #111 !important;

        border-radius: 0 7px 7px 0 !important;

        background: #111 !important;

        color: #fff !important;

        font-size: 12px !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       ACCOUNT | WISHLIST | CART
    ===================================================== */

    .site-header .header-container > .header-actions {
        grid-area: actions !important;

        width: 100% !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;

        justify-content: center !important;

        gap: 0 !important;

        margin: 0 !important;

        padding: 0 !important;

        order: unset !important;

        justify-self: center !important;

        box-sizing: border-box !important;
    }


    /* EACH ACTION */

    .site-header .header-actions .header-action {
        position: relative !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;

        justify-content: center !important;

        flex: 0 0 auto !important;

        width: auto !important;

        height: 34px !important;

        margin: 0 !important;

        padding: 0 14px !important;

        gap: 5px !important;

        border-right: 1px solid #e5e5e5 !important;

        color: #111 !important;

        white-space: nowrap !important;

        box-sizing: border-box !important;
    }

    .site-header .header-actions .header-action:last-child {
        border-right: 0 !important;
    }


    /* ICON */

    .site-header .header-actions .action-icon {
        display: inline-flex !important;

        align-items: center !important;

        justify-content: center !important;

        font-size: 17px !important;

        line-height: 1 !important;
    }


    /* TEXT */

    .site-header .header-actions .action-text {
        display: inline !important;

        font-size: 12px !important;

        font-weight: 500 !important;

        line-height: 1 !important;
    }


    /* CART NUMBER */

    .site-header .header-actions .cart-action {
        position: relative !important;
    }

    .site-header .header-actions .cart-count {
        position: absolute !important;

        top: -3px !important;

        right: 4px !important;

        min-width: 15px !important;

        width: auto !important;

        height: 15px !important;

        padding: 0 3px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        border-radius: 50% !important;

        background: #111 !important;

        color: #fff !important;

        font-size: 8px !important;

        line-height: 1 !important;

        box-sizing: border-box !important;
    }


    /* HIDE NAVIGATION ON MOBILE */

    .site-header .main-navigation {
        display: none !important;
    }
}


/* =========================================================
   SMALL PHONES
========================================================= */

@media only screen and (max-width: 380px) {

    .site-header .header-container {
        padding-left: 10px !important;

        padding-right: 10px !important;
    }

    .site-header .logo-main {
        font-size: 16px !important;

        letter-spacing: 1px !important;
    }

    .site-header .logo-sub {
        font-size: 8px !important;

        letter-spacing: 2.5px !important;
    }

    .site-header .header-search input[type="search"] {
        height: 40px !important;

        font-size: 12px !important;

        padding: 0 10px !important;
    }

    .site-header .header-search button {
        height: 40px !important;

        padding: 0 11px !important;

        font-size: 11px !important;
    }

    .site-header .header-actions .header-action {
        height: 32px !important;

        padding-left: 9px !important;

        padding-right: 9px !important;
    }

    .site-header .header-actions .action-icon {
        font-size: 16px !important;
    }

    .site-header .header-actions .action-text {
        font-size: 11px !important;
    }
}
/* =========================================================
   PARAPHARMACIE ORIGINAL
   FINAL MOBILE HEADER FIX
========================================================= */

@media screen and (max-width: 600px) {

    /* MAIN HEADER */
    header.site-header .header-container {

        display: grid !important;

        grid-template-columns: 100% !important;

        grid-template-rows: auto auto auto !important;

        width: 100% !important;

        min-height: 0 !important;

        margin: 0 !important;

        padding: 16px 12px 14px !important;

        gap: 0 !important;

        align-items: center !important;

        justify-items: center !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       ROW 1 — LOGO
    ===================================================== */

    header.site-header .header-container > .site-logo {

        display: flex !important;

        grid-column: 1 !important;

        grid-row: 1 !important;

        width: 100% !important;

        margin: 0 0 14px 0 !important;

        padding: 0 !important;

        justify-content: center !important;

        align-items: center !important;

        justify-self: center !important;

        align-self: center !important;

        order: unset !important;
    }


    header.site-header .site-logo a {

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        justify-content: center !important;

        text-align: center !important;

        margin: 0 !important;

        padding: 0 !important;
    }


    header.site-header .logo-main {

        display: block !important;

        margin: 0 !important;

        padding: 0 !important;

        font-size: 18px !important;

        font-weight: 700 !important;

        letter-spacing: 1.2px !important;

        line-height: 1.1 !important;

        white-space: nowrap !important;
    }


    header.site-header .logo-sub {

        display: block !important;

        margin: 4px 0 0 0 !important;

        padding: 0 !important;

        font-size: 9px !important;

        letter-spacing: 3px !important;

        line-height: 1.2 !important;

        white-space: nowrap !important;
    }


    /* =====================================================
       ROW 2 — SEARCH
    ===================================================== */

    header.site-header .header-container > .header-search {

        display: block !important;

        grid-column: 1 !important;

        grid-row: 2 !important;

        width: 100% !important;

        max-width: none !important;

        min-width: 0 !important;

        margin: 0 0 14px 0 !important;

        padding: 0 !important;

        justify-self: stretch !important;

        align-self: center !important;

        order: unset !important;

        box-sizing: border-box !important;
    }


    header.site-header .header-search form {

        display: flex !important;

        flex-direction: row !important;

        width: 100% !important;

        margin: 0 !important;

        padding: 0 !important;
    }


    header.site-header .header-search input[type="search"] {

        flex: 1 1 auto !important;

        width: 100% !important;

        min-width: 0 !important;

        height: 42px !important;

        margin: 0 !important;

        padding: 0 12px !important;

        border: 1px solid #ddd !important;

        border-right: 0 !important;

        border-radius: 7px 0 0 7px !important;

        font-size: 13px !important;

        box-sizing: border-box !important;
    }


    header.site-header .header-search button {

        flex: 0 0 auto !important;

        height: 42px !important;

        margin: 0 !important;

        padding: 0 15px !important;

        border: 1px solid #111 !important;

        border-radius: 0 7px 7px 0 !important;

        background: #111 !important;

        color: #fff !important;

        font-size: 12px !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       ROW 3 — ACCOUNT / WISHLIST / CART
    ===================================================== */

    header.site-header .header-container > .header-actions {

        display: flex !important;

        grid-column: 1 !important;

        grid-row: 3 !important;

        width: 100% !important;

        height: auto !important;

        margin: 0 !important;

        padding: 0 !important;

        justify-content: center !important;

        align-items: center !important;

        flex-direction: row !important;

        gap: 0 !important;

        justify-self: center !important;

        align-self: center !important;

        order: unset !important;

        box-sizing: border-box !important;
    }


    /* ACTION ITEMS */

    header.site-header .header-actions > .header-action {

        position: relative !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;

        justify-content: center !important;

        flex: 0 0 auto !important;

        width: auto !important;

        min-width: 0 !important;

        height: 34px !important;

        margin: 0 !important;

        padding: 0 14px !important;

        gap: 5px !important;

        border-right: 1px solid #e5e5e5 !important;

        box-sizing: border-box !important;

        white-space: nowrap !important;
    }


    header.site-header .header-actions > .header-action:last-child {

        border-right: none !important;
    }


    /* ICONS */

    header.site-header .action-icon {

        display: inline-flex !important;

        align-items: center !important;

        justify-content: center !important;

        font-size: 17px !important;

        line-height: 1 !important;
    }


    /* TEXT */

    header.site-header .action-text {

        display: inline !important;

        font-size: 12px !important;

        font-weight: 500 !important;

        line-height: 1 !important;
    }


    /* CART BADGE */

    header.site-header .cart-action {

        position: relative !important;
    }


    header.site-header .cart-count {

        position: absolute !important;

        top: -3px !important;

        right: 4px !important;

        min-width: 15px !important;

        width: auto !important;

        height: 15px !important;

        padding: 0 3px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        border-radius: 50% !important;

        background: #111 !important;

        color: #fff !important;

        font-size: 8px !important;

        line-height: 1 !important;
    }


    /* HIDE NAVIGATION ON PHONE */

    header.site-header .main-navigation {

        display: none !important;
    }
}


/* =========================================================
   SMALL PHONES
========================================================= */

@media screen and (max-width: 380px) {

    header.site-header .header-container {

        padding-left: 10px !important;

        padding-right: 10px !important;
    }


    header.site-header .logo-main {

        font-size: 16px !important;
    }


    header.site-header .logo-sub {

        font-size: 8px !important;

        letter-spacing: 2.5px !important;
    }


    header.site-header .header-search input[type="search"] {

        height: 40px !important;

        font-size: 12px !important;
    }


    header.site-header .header-search button {

        height: 40px !important;

        padding: 0 11px !important;
    }


    header.site-header .header-actions > .header-action {

        height: 32px !important;

        padding-left: 9px !important;

        padding-right: 9px !important;
    }


    header.site-header .action-icon {

        font-size: 16px !important;
    }


    header.site-header .action-text {

        font-size: 11px !important;
    }
}
/* =========================================================
   MOBILE HEADER
   FINAL FIX

   MOBILE ORDER:

   LOGO

   SEARCH

   ACCOUNT | WISHLIST | CART
========================================================= */

@media screen and (max-width: 600px) {

    /* HEADER */
    .site-header {
        width: 100% !important;
        overflow: visible !important;
    }


    /* =========================================
       HEADER CONTAINER
    ========================================= */

    .site-header .header-container {
        width: 100% !important;
        max-width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: flex-start !important;

        gap: 0 !important;

        margin: 0 !important;

        padding: 18px 12px 16px !important;

        box-sizing: border-box !important;
    }


    /* =========================================
       1. LOGO
    ========================================= */

    .site-header .header-container .site-logo {
        order: 1 !important;

        display: flex !important;

        width: 100% !important;

        align-items: center !important;
        justify-content: center !important;

        margin: 0 0 16px 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }


    .site-header .site-logo a {
        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }


    .site-header .logo-main {
        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 18px !important;
        font-weight: 700 !important;

        letter-spacing: 1.2px !important;
        line-height: 1.1 !important;

        white-space: nowrap !important;
    }


    .site-header .logo-sub {
        display: block !important;

        margin: 5px 0 0 0 !important;
        padding: 0 !important;

        font-size: 9px !important;

        letter-spacing: 3px !important;

        line-height: 1.2 !important;

        white-space: nowrap !important;
    }


    /* =========================================
       2. SEARCH
    ========================================= */

    .site-header .header-container .header-search {
        order: 2 !important;

        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 0 16px 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }


    .site-header .header-search form {
        display: flex !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }


    .site-header .header-search input[type="search"] {
        flex: 1 1 auto !important;

        width: 100% !important;

        min-width: 0 !important;

        height: 42px !important;

        margin: 0 !important;

        padding: 0 13px !important;

        border: 1px solid #ddd !important;

        border-right: 0 !important;

        border-radius: 7px 0 0 7px !important;

        background: #fafafa !important;

        font-size: 13px !important;

        box-sizing: border-box !important;
    }


    .site-header .header-search button {
        flex: 0 0 auto !important;

        height: 42px !important;

        margin: 0 !important;

        padding: 0 15px !important;

        border: 1px solid #111 !important;

        border-radius: 0 7px 7px 0 !important;

        background: #111 !important;

        color: #fff !important;

        font-size: 12px !important;

        box-sizing: border-box !important;
    }


    /* =========================================
       3. ACTIONS
    ========================================= */

    .site-header .header-container .header-actions {
        order: 3 !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        gap: 0 !important;

        box-sizing: border-box !important;
    }


    /* =========================================
       ACCOUNT / WISHLIST / CART
    ========================================= */

    .site-header .header-actions .header-action {
        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 auto !important;

        width: auto !important;

        height: 36px !important;

        margin: 0 !important;

        padding: 0 13px !important;

        gap: 5px !important;

        border-right: 1px solid #e5e5e5 !important;

        color: #111 !important;

        white-space: nowrap !important;

        box-sizing: border-box !important;
    }


    .site-header .header-actions .header-action:last-child {
        border-right: 0 !important;
    }


    /* ICON */
    .site-header .header-action .action-icon {
        display: inline-flex !important;

        align-items: center !important;
        justify-content: center !important;

        font-size: 17px !important;

        line-height: 1 !important;
    }


    /* TEXT */
    .site-header .header-action .action-text {
        display: inline !important;

        font-size: 12px !important;

        font-weight: 500 !important;

        line-height: 1 !important;
    }


    /* =========================================
       CART NUMBER
    ========================================= */

    .site-header .cart-action {
        position: relative !important;
    }


    .site-header .cart-action .cart-count {
        position: absolute !important;

        top: -3px !important;
        right: 3px !important;

        min-width: 15px !important;

        width: auto !important;

        height: 15px !important;

        padding: 0 3px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        border-radius: 50% !important;

        background: #111 !important;

        color: #fff !important;

        font-size: 8px !important;

        line-height: 1 !important;

        box-sizing: border-box !important;
    }


    /* =========================================
       NAVIGATION
       Hide desktop navigation on mobile
    ========================================= */

    .site-header .main-navigation {
        display: none !important;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media screen and (max-width: 380px) {

    .site-header .header-container {
        padding: 15px 9px 13px !important;
    }


    .site-header .logo-main {
        font-size: 16px !important;
    }


    .site-header .logo-sub {
        font-size: 8px !important;
        letter-spacing: 2.5px !important;
    }


    .site-header .header-actions .header-action {
        padding-left: 8px !important;
        padding-right: 8px !important;

        gap: 4px !important;
    }


    .site-header .header-action .action-icon {
        font-size: 16px !important;
    }


    .site-header .header-action .action-text {
        font-size: 11px !important;
    }

}
/* =========================================================
   TRUST / BENEFITS SECTION
========================================================= */

.trust-section {
    width: 100%;
    padding: 55px 0;
    background: #ffffff;
}

.trust-section .container {
    width: min(1200px, 92%);
    margin: 0 auto;
}


/* TITLE */

.trust-title {
    text-align: center;
    margin-bottom: 40px;
}

.trust-title h2 {
    margin: 0 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 400;
    color: #111111;
}

.trust-title p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}


/* =========================================================
   BENEFITS GRID
========================================================= */

.trust-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 0;

    align-items: stretch;

    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}


/* =========================================================
   EACH BENEFIT
========================================================= */

.trust-item {
    min-width: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 30px 25px;

    border-right: 1px solid #eeeeee;

    box-sizing: border-box;
}

.trust-item:last-child {
    border-right: 0;
}


/* ICON */

.trust-icon {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 14px;

    font-size: 24px;

    line-height: 1;

    color: #111111;
}


/* TITLE */

.trust-item h3 {
    margin: 0 0 8px;

    font-size: 16px;

    font-weight: 600;

    color: #111111;

    line-height: 1.3;
}


/* DESCRIPTION */

.trust-item p {
    max-width: 190px;

    margin: 0;

    color: #666666;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-item:nth-child(2) {
        border-right: 0;
    }

    .trust-item:nth-child(-n+2) {
        border-bottom: 1px solid #eeeeee;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .trust-section {
        padding: 45px 0;
    }

    .trust-title {
        margin-bottom: 30px;
    }

    .trust-title h2 {
        font-size: 27px;
    }

    .trust-title p {
        font-size: 13px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        width: 100%;
    }

    .trust-item {
        min-height: 150px;

        padding: 22px 12px;
    }

    .trust-item:nth-child(odd) {
        border-right: 1px solid #eeeeee;
    }

    .trust-item:nth-child(even) {
        border-right: 0;
    }

    .trust-item:nth-child(-n+2) {
        border-bottom: 1px solid #eeeeee;
    }

    .trust-item:nth-child(n+3) {
        border-bottom: 0;
    }

    .trust-icon {
        width: 36px;
        height: 36px;

        margin-bottom: 10px;

        font-size: 21px;
    }

    .trust-item h3 {
        font-size: 14px;

        margin-bottom: 6px;
    }

    .trust-item p {
        max-width: 140px;

        font-size: 11px;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .trust-item {
        min-height: 140px;

        padding: 18px 8px;
    }

    .trust-item h3 {
        font-size: 13px;
    }

    .trust-item p {
        font-size: 10px;
    }

}
/* =========================================================
   TRUST SECTION
   PROFESSIONAL RESPONSIVE LAYOUT
========================================================= */

.trust-section {
    background: #ffffff;
}

.trust-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.trust-card {
    min-width: 0;
    min-height: 190px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;

    padding: 30px 20px;

    background: #ffffff;
    border: 1px solid #eeeeee;

    box-sizing: border-box;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.trust-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}


/* =========================================================
   ICON
========================================================= */

.trust-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    margin-bottom: 18px;

    border: 1px solid #111111;
    border-radius: 50%;

    color: #111111;

    font-size: 19px;
    line-height: 1;
}


/* =========================================================
   TITLE
========================================================= */

.trust-card h3 {
    width: 100%;

    margin: 0 0 9px;

    color: #222222;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.trust-card p {
    width: 100%;
    max-width: 190px;

    margin: 0;

    color: #666666;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .trust-card {
        min-height: 175px;
        padding: 25px 15px;
    }

}


/* =========================================================
   MOBILE
   2 COLUMNS × 2 ROWS
========================================================= */

@media (max-width: 600px) {

    .trust-section {
        padding: 50px 0 !important;
    }

    .trust-grid {
        width: 100%;

        display: grid !important;

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 10px !important;

        align-items: stretch !important;
    }

    .trust-card {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 165px !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: flex-start !important;

        padding: 22px 10px !important;

        text-align: center !important;

        border: 1px solid #eeeeee !important;

        box-sizing: border-box !important;
    }

    .trust-icon {
        width: 36px !important;
        height: 36px !important;

        flex-shrink: 0 !important;

        margin-bottom: 12px !important;

        font-size: 16px !important;
    }

    .trust-card h3 {
        width: 100% !important;

        margin: 0 0 7px !important;

        font-size: 14px !important;
        line-height: 1.3 !important;
    }

    .trust-card p {
        width: 100% !important;
        max-width: 140px !important;

        margin: 0 !important;

        font-size: 11px !important;
        line-height: 1.5 !important;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .trust-grid {
        gap: 8px !important;
    }

    .trust-card {
        min-height: 155px !important;
        padding: 18px 7px !important;
    }

    .trust-icon {
        width: 32px !important;
        height: 32px !important;

        margin-bottom: 10px !important;

        font-size: 14px !important;
    }

    .trust-card h3 {
        font-size: 13px !important;
    }

    .trust-card p {
        font-size: 10px !important;
    }

}
/* =========================================================
   FINAL TRUST SECTION FIX
   DESKTOP = 4 COLUMNS
   MOBILE = 2 COLUMNS
========================================================= */

.trust-section .trust-grid {
    display: grid !important;

    width: 100% !important;

    grid-template-columns:
        repeat(4, minmax(0, 1fr)) !important;

    gap: 24px !important;

    align-items: stretch !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   TRUST CARD
========================================================= */

.trust-section .trust-grid .trust-card {
    display: flex !important;

    width: 100% !important;
    min-width: 0 !important;

    min-height: 190px !important;

    flex-direction: column !important;

    align-items: center !important;
    justify-content: flex-start !important;

    text-align: center !important;

    margin: 0 !important;
    padding: 30px 20px !important;

    background: #ffffff !important;

    border: 1px solid #eeeeee !important;

    box-sizing: border-box !important;
}


/* =========================================================
   ICON
========================================================= */

.trust-section .trust-icon {
    width: 42px !important;
    height: 42px !important;

    min-width: 42px !important;
    min-height: 42px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 0 18px !important;

    border: 1px solid #111111 !important;
    border-radius: 50% !important;

    color: #111111 !important;

    font-size: 19px !important;
    line-height: 1 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   TITLE
========================================================= */

.trust-section .trust-card h3 {
    display: block !important;

    width: 100% !important;

    margin: 0 0 9px !important;
    padding: 0 !important;

    color: #222222 !important;

    font-size: 16px !important;
    font-weight: 600 !important;

    line-height: 1.3 !important;

    text-align: center !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.trust-section .trust-card p {
    display: block !important;

    width: 100% !important;

    max-width: 190px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    color: #666666 !important;

    font-size: 13px !important;
    line-height: 1.6 !important;

    text-align: center !important;
}


/* =========================================================
   HOVER
========================================================= */

.trust-section .trust-card {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease !important;
}

.trust-section .trust-card:hover {
    transform: translateY(-3px) !important;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.06) !important;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 900px) {

    .trust-section .trust-grid {
        display: grid !important;

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 16px !important;
    }

    .trust-section .trust-grid .trust-card {
        min-height: 175px !important;

        padding: 25px 15px !important;
    }

}


/* =========================================================
   MOBILE
   2 × 2
========================================================= */

@media screen and (max-width: 600px) {

    .trust-section {
        width: 100% !important;

        padding: 50px 0 !important;

        box-sizing: border-box !important;
    }


    .trust-section .container {
        width: 92% !important;

        max-width: 1200px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        box-sizing: border-box !important;
    }


    .trust-section .trust-grid {
        display: grid !important;

        width: 100% !important;

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        grid-template-rows: auto auto !important;

        gap: 10px !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }


    .trust-section .trust-grid .trust-card {
        display: flex !important;

        width: 100% !important;

        min-width: 0 !important;
        max-width: none !important;

        min-height: 165px !important;

        margin: 0 !important;

        padding: 22px 10px !important;

        flex-direction: column !important;

        align-items: center !important;
        justify-content: flex-start !important;

        text-align: center !important;

        box-sizing: border-box !important;
    }


    .trust-section .trust-icon {
        width: 36px !important;
        height: 36px !important;

        min-width: 36px !important;
        min-height: 36px !important;

        margin-bottom: 12px !important;

        font-size: 16px !important;
    }


    .trust-section .trust-card h3 {
        width: 100% !important;

        margin: 0 0 7px !important;

        font-size: 14px !important;

        line-height: 1.3 !important;

        text-align: center !important;
    }


    .trust-section .trust-card p {
        width: 100% !important;

        max-width: 140px !important;

        margin: 0 auto !important;

        font-size: 11px !important;

        line-height: 1.5 !important;

        text-align: center !important;
    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media screen and (max-width: 380px) {

    .trust-section .container {
        width: 94% !important;
    }


    .trust-section .trust-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 8px !important;
    }


    .trust-section .trust-grid .trust-card {
        min-height: 155px !important;

        padding: 18px 7px !important;
    }


    .trust-section .trust-icon {
        width: 32px !important;
        height: 32px !important;

        min-width: 32px !important;
        min-height: 32px !important;

        margin-bottom: 10px !important;

        font-size: 14px !important;
    }


    .trust-section .trust-card h3 {
        font-size: 13px !important;
    }


    .trust-section .trust-card p {
        max-width: 125px !important;

        font-size: 10px !important;
    }

}
/* =========================================================
   BEST SELLERS — PREMIUM PRODUCT GRID
========================================================= */

.best-sellers-products {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* WooCommerce grid */
.best-sellers-products ul.products {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px !important;

    list-style: none !important;
}

/* Product card */
.best-sellers-products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;

    min-width: 0 !important;
}

/* Product image */
.best-sellers-products ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;

    object-fit: contain !important;

    display: block !important;

    margin: 0 0 15px 0 !important;
    padding: 0 !important;

    background: #f7f7f7 !important;

    transition: transform 0.3s ease !important;
}

.best-sellers-products ul.products li.product:hover a img {
    transform: scale(1.025) !important;
}

/* Product title */
.best-sellers-products
ul.products
li.product
.woocommerce-loop-product__title {

    margin: 0 0 8px 0 !important;
    padding: 0 !important;

    color: #222222 !important;

    font-size: 15px !important;
    font-weight: 500 !important;

    line-height: 1.45 !important;

    text-align: left !important;
}

/* Price */
.best-sellers-products
ul.products
li.product
.price {

    display: block !important;

    margin: 0 0 14px 0 !important;
    padding: 0 !important;

    color: #222222 !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    text-align: left !important;
}

/* Add to cart button */
.best-sellers-products
ul.products
li.product
.add_to_cart_button {

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 42px !important;

    margin: auto 0 0 0 !important;
    padding: 10px 15px !important;

    background: #111111 !important;
    color: #ffffff !important;

    border: 1px solid #111111 !important;
    border-radius: 0 !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    text-align: center !important;
    text-decoration: none !important;

    transition:
        background 0.2s ease,
        color 0.2s ease !important;
}

.best-sellers-products
ul.products
li.product
.add_to_cart_button:hover {

    background: #333333 !important;
    color: #ffffff !important;
}

/* Remove unnecessary WooCommerce spacing */
.best-sellers-products
ul.products
li.product
.onsale {

    top: 10px !important;
    left: 10px !important;
    right: auto !important;

    margin: 0 !important;

    background: #111111 !important;
    color: #ffffff !important;

    font-size: 11px !important;
}


/* =========================================================
   VIEW ALL PRODUCTS
========================================================= */

.products-view-all {
    margin-top: 40px !important;
    text-align: center !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .best-sellers-products ul.products {

        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;

        gap: 20px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .best-sellers-products ul.products {

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 18px 12px !important;
    }

    .best-sellers-products
    ul.products
    li.product
    a img {

        margin-bottom: 10px !important;
    }

    .best-sellers-products
    ul.products
    li.product
    .woocommerce-loop-product__title {

        font-size: 13px !important;
        line-height: 1.35 !important;

        margin-bottom: 6px !important;
    }

    .best-sellers-products
    ul.products
    li.product
    .price {

        font-size: 13px !important;

        margin-bottom: 10px !important;
    }

    .best-sellers-products
    ul.products
    li.product
    .add_to_cart_button {

        min-height: 38px !important;

        padding: 8px 8px !important;

        font-size: 11px !important;
    }

    .products-view-all {
        margin-top: 30px !important;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .best-sellers-products ul.products {

        gap: 15px 9px !important;
    }

    .best-sellers-products
    ul.products
    li.product
    .woocommerce-loop-product__title {

        font-size: 12px !important;
    }

    .best-sellers-products
    ul.products
    li.product
    .price {

        font-size: 12px !important;
    }

    .best-sellers-products
    ul.products
    li.product
    .add_to_cart_button {

        min-height: 36px !important;

        font-size: 10px !important;
    }

}