/*
Theme Name: Parapharmacie Original
Theme URI: https://paraunique.com
Author: Parapharmacie Original
Description: Custom WooCommerce theme.
Version: 1.0
Text Domain: parapharmacie-original
*/

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

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 0 !important;

    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    background: #fff;
}

body,
button,
input {
    font-family: Arial, Helvetica, sans-serif;
}

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

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


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

.container {
    width: 92% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* =========================================
   ANNOUNCEMENT
========================================= */

.announcement-bar {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 15px !important;

    background: #111;
    color: #fff;

    text-align: center;
    font-size: 13px;
}


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

.site-header {
    display: block !important;

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

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

    background: #fff;
}


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

.header-container {
    width: 92% !important;
    max-width: 1200px !important;

    min-height: 90px;

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

    padding: 20px 0;

    display: grid !important;

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

    align-items: center;

    gap: 30px;
}


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

.site-logo {
    width: 100%;
    margin: 0;
    padding: 0;
}

.site-logo a {
    display: inline-flex;

    flex-direction: column;

    line-height: 1;
}

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

.logo-sub {
    margin-top: 7px;

    font-size: 12px;
    letter-spacing: 4px;

    color: #777;
}


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

.header-search {
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-search form {
    width: 100%;
    height: 46px;

    margin: 0;
    padding: 0;

    display: flex;

    border: 1px solid #ccc;
}

.header-search input[type="search"] {
    width: 100% !important;
    min-width: 0;

    flex: 1;

    border: 0;
    outline: 0;

    padding: 0 16px;

    font-size: 14px;
}

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

    border: 0;

    background: #111;
    color: #fff;

    padding: 0 25px;

    cursor: pointer;
}


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

.header-actions {
    width: 100%;

    display: flex;

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

    gap: 22px;
}

.header-action {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 4px;

    font-size: 12px;
}

.action-icon {
    font-size: 20px;
    line-height: 1;
}

.action-text {
    font-size: 11px;
    color: #555;
}

.cart-count {
    position: absolute;

    top: -8px;
    right: -8px;

    width: 18px;
    height: 18px;

    display: flex;

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

    border-radius: 50%;

    background: #111;
    color: #fff;

    font-size: 10px;
}


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

.main-navigation {
    width: 100% !important;

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

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

    background: #fff;
}

.main-navigation .container {
    width: 92% !important;
    max-width: 1200px !important;

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

    display: flex;

    justify-content: center;
}

.main-navigation ul {
    display: flex;

    align-items: center;

    list-style: none;

    margin: 0;
    padding: 0;

    gap: 40px;
}

.main-navigation li {
    margin: 0;
    padding: 0;
}

.main-navigation a {
    display: block;

    padding: 16px 0;

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

.main-navigation a:hover {
    color: #777;
}


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

.site-main {
    width: 100% !important;
    max-width: none !important;

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


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

.hero-section {
    width: 100%;

    min-height: 520px;

    display: flex;

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

    background: #f7f5f2;

    text-align: center;
}

.hero-content {
    width: 92%;
    max-width: 1200px;

    margin: 0 auto;

    padding: 80px 0;
}

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

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

    letter-spacing: 3px;

    color: #777;
}

.hero-section h1 {
    margin: 0;

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

    line-height: 1.05;

    font-weight: 600;

    letter-spacing: -2px;
}

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

    margin: 25px auto 35px;

    font-size: 17px;

    line-height: 1.7;

    color: #666;
}

.hero-buttons {
    display: flex;

    justify-content: center;

    gap: 12px;

    flex-wrap: wrap;
}

.hero-button {
    display: inline-flex;

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

    min-width: 160px;

    padding: 15px 25px;

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

.hero-button-primary {
    background: #111;
    color: #fff;
}

.hero-button-secondary {
    border: 1px solid #111;
    color: #111;
}


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

.categories-section {
    width: 100%;

    margin: 0;
    padding: 60px 0;

    background: #fff;
}

.categories-section .container {
    width: 92%;
    max-width: 1200px;

    margin-left: auto;
    margin-right: auto;
}

.section-heading {
    margin: 0 0 35px;

    text-align: center;
}

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

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

    letter-spacing: 3px;

    color: #777;
}

.section-heading h2 {
    margin: 0;

    font-size: 32px;
    font-weight: 500;
}


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

.category-grid {
    width: 100%;

    display: grid;

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

    gap: 20px;

    margin: 0;
    padding: 0;
}

.category-card {
    display: block;

    width: 100%;

    margin: 0;
    padding: 0;

    text-align: center;
}

.category-image {
    width: 120px;
    height: 120px;

    margin: 0 auto;

    overflow: hidden;

    background: #f5f5f5;
}

.category-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}

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

    font-size: 14px;
    line-height: 1.4;

    font-weight: 600;

    color: #111;

    text-align: center;
}

.category-card span {
    display: block;

    margin-top: 5px;

    font-size: 12px;

    color: #777;
}


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

.products-section {
    width: 100%;

    margin: 0;
    padding: 80px 0;

    background: #fafafa;
}

.products-section .container {
    width: 92%;
    max-width: 1200px;

    margin-left: auto;
    margin-right: auto;
}


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

.site-footer {
    display: block !important;

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

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

    background: #f7f7f7;
}

.footer-inner {
    width: 92% !important;
    max-width: 1200px !important;

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

    padding: 60px 0;

    display: grid;

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

    gap: 40px;
}

.footer-inner > div {
    width: 100%;
}

.footer-inner h3 {
    margin-top: 0;
}

.footer-inner a {
    display: inline-block;

    margin-bottom: 8px;
}

.footer-bottom {
    width: 100%;

    margin: 0;
    padding: 20px;

    border-top: 1px solid #ddd;

    text-align: center;

    font-size: 13px;
}


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

@media (max-width: 1000px) {

    .header-container {
        grid-template-columns: 1fr;
    }

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

    .header-actions {
        justify-content: center;
    }

}


@media (max-width: 600px) {

    .header-container {
        width: 92%;
    }

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

        gap: 15px;
    }

    .category-image {
        width: 100px;
        height: 100px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

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

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

}
/* =========================================
   PREMIUM HEADER
========================================= */

.site-header {
    background: #ffffff;
}

/* Header main area */

.header-container {
    min-height: 96px;
    padding-top: 18px;
    padding-bottom: 18px;
}


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

.site-logo a {
    transition: opacity .2s ease;
}

.site-logo a:hover {
    opacity: .7;
}

.logo-main {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.logo-sub {
    margin-top: 8px;

    font-size: 11px;
    font-weight: 500;

    letter-spacing: 4px;

    color: #777;
}


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

.header-search form {
    height: 48px;

    border: 1px solid #d8d8d8;

    border-radius: 0;

    background: #fff;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.header-search form:focus-within {
    border-color: #111;

    box-shadow: 0 0 0 1px #111;
}

.header-search input[type="search"] {
    background: transparent;

    color: #222;

    font-size: 14px;
}

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

.header-search button {
    height: 100%;

    padding-left: 28px;
    padding-right: 28px;

    background: #111;

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

    transition: background .2s ease;
}

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


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

.header-actions {
    gap: 26px;
}

.header-action {
    min-width: 48px;

    transition:
        color .2s ease,
        transform .2s ease;
}

.header-action:hover {
    color: #777;

    transform: translateY(-2px);
}

.action-icon {
    font-size: 21px;
}

.action-text {
    margin-top: 2px;

    font-size: 11px;
    font-weight: 500;

    letter-spacing: .3px;

    color: #444;
}

.header-action:hover .action-text {
    color: #111;
}


/* =========================================
   CART BADGE
========================================= */

.cart-count {
    top: -7px;
    right: -7px;

    width: 18px;
    height: 18px;

    font-size: 10px;
    font-weight: 600;
}


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

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

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

.main-navigation a {
    position: relative;

    padding: 17px 0;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: .3px;

    transition: color .2s ease;
}

.main-navigation a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 10px;

    width: 0;
    height: 1px;

    background: #111;

    transition: width .25s ease;
}

.main-navigation a:hover::after {
    width: 100%;
}

.main-navigation a:hover {
    color: #111;
}


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

@media (max-width: 900px) {

    .header-container {
        min-height: auto;

        padding-top: 25px;
        padding-bottom: 25px;

        gap: 22px;
    }

    .site-logo {
        text-align: center;
    }

    .header-search {
        width: 100%;
    }

    .header-search form {
        height: 46px;
    }

    .header-actions {
        gap: 30px;

        justify-content: center;
    }

    .main-navigation .container {
        width: max-content !important;
    }

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

}
/* =========================================
   PREMIUM HERO
========================================= */

.hero-section {
    width: 100%;

    min-height: 560px;

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

    background: #f7f5f2;

    text-align: center;

    overflow: hidden;
}


/* HERO CONTENT */

.hero-content {
    width: 92%;
    max-width: 900px;

    margin: 0 auto;

    padding: 100px 0;
}


/* EYEBROW */

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

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

    letter-spacing: 4px;

    color: #777;

    text-transform: uppercase;
}


/* TITLE */

.hero-section h1 {
    margin: 0;

    font-size: clamp(46px, 7vw, 78px);

    line-height: 1;

    font-weight: 500;

    letter-spacing: -3px;

    color: #111;
}


/* DESCRIPTION */

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

    margin: 28px auto 38px;

    font-size: 17px;

    line-height: 1.8;

    color: #666;
}


/* BUTTONS */

.hero-buttons {
    display: flex;

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

    gap: 12px;

    flex-wrap: wrap;
}

.hero-button {
    min-width: 165px;

    padding: 16px 28px;

    border: 1px solid #111;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: .3px;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


/* PRIMARY */

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

    color: #fff;
}

.hero-button-primary:hover {
    background: #333;

    color: #fff;

    transform: translateY(-2px);
}


/* SECONDARY */

.hero-button-secondary {
    background: transparent;

    color: #111;
}

.hero-button-secondary:hover {
    background: #111;

    color: #fff;

    transform: translateY(-2px);
}


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

@media (max-width: 600px) {

    .hero-section {
        min-height: 500px;
    }

    .hero-content {
        padding: 80px 0;
    }

    .hero-eyebrow {
        font-size: 9px;

        letter-spacing: 3px;

        margin-bottom: 18px;
    }

    .hero-section h1 {
        font-size: 43px;

        letter-spacing: -1.5px;

        line-height: 1.05;
    }

    .hero-description {
        margin-top: 22px;
        margin-bottom: 30px;

        font-size: 15px;

        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;

        width: 100%;
    }

    .hero-button {
        width: 100%;

        max-width: 280px;
    }

}
/* =========================================
   PREMIUM CATEGORIES
========================================= */

.categories-section {
    width: 100%;
    padding: 85px 0;
    background: #fff;
}

.categories-section .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}


/* SECTION TITLE */

.categories-section .section-heading {
    margin-bottom: 45px;
    text-align: center;
}

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

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

    letter-spacing: 4px;

    color: #777;
}

.categories-section .section-heading h2 {
    margin: 0;

    font-size: 34px;
    line-height: 1.2;

    font-weight: 500;

    letter-spacing: -0.5px;

    color: #111;
}


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

.category-grid {
    width: 100%;

    display: grid;

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

    gap: 24px;

    margin: 0;
    padding: 0;
}


/* =========================================
   CATEGORY CARD
========================================= */

.category-card {
    display: block;

    width: 100%;

    margin: 0;
    padding: 0;

    text-align: center;

    transition: transform .25s ease;
}

.category-card:hover {
    transform: translateY(-4px);
}


/* =========================================
   CATEGORY IMAGE
========================================= */

.category-image {
    width: 125px;
    height: 125px;

    margin: 0 auto;

    overflow: hidden;

    background: #f6f6f6;

    border-radius: 50%;
}

.category-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .35s ease;
}

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


/* =========================================
   CATEGORY NAME
========================================= */

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

    font-size: 14px;
    line-height: 1.4;

    font-weight: 600;

    color: #111;
}


/* =========================================
   SHOP NOW
========================================= */

.category-card span {
    display: block;

    margin-top: 7px;

    font-size: 11px;
    font-weight: 500;

    color: #777;

    transition: color .2s ease;
}

.category-card:hover span {
    color: #111;
}


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

@media (max-width: 1000px) {

    .category-grid {
        grid-template-columns: repeat(3, 1fr);

        gap: 35px 20px;
    }

    .category-image {
        width: 120px;
        height: 120px;
    }

}


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

@media (max-width: 600px) {

    .categories-section {
        padding: 65px 0;
    }

    .categories-section .section-heading {
        margin-bottom: 35px;
    }

    .categories-section .section-heading h2 {
        font-size: 28px;
    }

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

        gap: 35px 15px;
    }

    .category-image {
        width: 105px;
        height: 105px;
    }

    .category-card h3 {
        margin-top: 13px;

        font-size: 13px;
    }

    .category-card span {
        font-size: 10px;
    }

}
/* =========================================
   BEST SELLERS / PRODUCTS
========================================= */

.products-section {
    width: 100%;
    padding: 70px 0;
    background: #fafafa;
}

.products-section .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.products-section .section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.products-section .section-heading p {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #777;
}

.products-section .section-heading h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
}


/* WooCommerce products grid */

.products-section ul.products {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;

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

    list-style: none !important;
}


/* Product card */

.products-section ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 20px !important;

    background: #fff;

    text-align: center;

    border: 1px solid #eee;

    transition: transform .25s ease, box-shadow .25s ease;
}

.products-section ul.products li.product:hover {
    transform: translateY(-4px);

    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}


/* Product image */

.products-section ul.products li.product img {
    width: 100% !important;
    height: 260px !important;

    object-fit: contain;

    display: block;

    margin: 0 auto !important;

    background: #fff;
}


/* Product title */

.products-section ul.products li.product .woocommerce-loop-product__title {
    margin: 18px 12px 8px !important;

    font-size: 15px !important;
    line-height: 1.4;

    font-weight: 600;

    color: #111;
}


/* Price */

.products-section ul.products li.product .price {
    display: block;

    margin: 0 0 15px !important;

    font-size: 15px;

    font-weight: 600;

    color: #111;
}


/* Add to cart button */

.products-section ul.products li.product .button {
    display: inline-block;

    margin: 0 !important;

    padding: 11px 22px;

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

    border: 0;

    border-radius: 0;

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

    text-transform: uppercase;

    transition: opacity .2s ease;
}

.products-section ul.products li.product .button:hover {
    opacity: .75;
}


/* =========================================
   PRODUCTS RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .products-section ul.products {
        grid-template-columns: repeat(3, 1fr);
    }

    .products-section ul.products li.product img {
        height: 230px !important;
    }

}


@media (max-width: 700px) {

    .products-section ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .products-section ul.products li.product img {
        height: 200px !important;
    }

}


@media (max-width: 450px) {

    .products-section ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .products-section ul.products li.product img {
        height: 160px !important;
    }

    .products-section ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px !important;
    }

    .products-section ul.products li.product .button {
        padding: 9px 12px;
        font-size: 10px;
    }

}
/* =========================================
   BEST SELLERS - FORCE 4 COLUMNS
========================================= */

.products-section .woocommerce ul.products,
.products-section ul.products {
    display: grid !important;

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

    column-gap: 24px !important;
    row-gap: 35px !important;

    width: 100% !important;

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

    list-style: none !important;
}


/* Remove WooCommerce default product width */

.products-section .woocommerce ul.products li.product,
.products-section ul.products li.product {
    width: 100% !important;

    max-width: 100% !important;

    min-width: 0 !important;

    margin: 0 !important;

    padding: 0 0 20px !important;

    float: none !important;

    clear: none !important;

    flex: none !important;
}


/* Product image */

.products-section ul.products li.product img {
    width: 100% !important;

    height: 250px !important;

    object-fit: contain !important;

    margin: 0 auto !important;

    display: block !important;
}


/* Product title */

.products-section ul.products li.product
.woocommerce-loop-product__title {

    margin: 15px 10px 8px !important;

    font-size: 15px !important;

    text-align: center;
}


/* Price */

.products-section ul.products li.product .price {

    display: block !important;

    margin: 0 0 15px !important;

    text-align: center;
}


/* Add to cart */

.products-section ul.products li.product .button {

    display: inline-block !important;

    margin: 0 auto !important;

    background: #111 !important;

    color: #fff !important;

    border-radius: 0 !important;

    padding: 11px 20px !important;
}


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

@media (max-width: 1000px) {

    .products-section .woocommerce ul.products,
    .products-section ul.products {

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

    }

}


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

@media (max-width: 600px) {

    .products-section .woocommerce ul.products,
    .products-section ul.products {

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

        gap: 15px !important;

    }

    .products-section ul.products li.product img {

        height: 180px !important;

    }

}
 /* =========================================
    BEST SELLERS - 4 PRODUCTS IN ONE ROW
 ========================================= */

.best-sellers-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 25px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.best-sellers-products ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
}

.best-sellers-products ul.products::before,
.best-sellers-products ul.products::after {
    display: none !important;
}


/* TABLET */

@media (max-width: 900px) {

    .best-sellers-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}


/* MOBILE */

@media (max-width: 600px) {

    .best-sellers-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 15px !important;
    }

}
/* =========================================
   BEST SELLERS - PRODUCT CARDS
========================================= */

.best-sellers-products ul.products li.product {
    background: #ffffff;
    padding: 0 0 20px 0;
    text-align: center;
    border: 1px solid #eeeeee;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.best-sellers-products ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}


/* PRODUCT IMAGE */

.best-sellers-products ul.products li.product img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    display: block;
    margin: 0;
    background: #ffffff;
}


/* PRODUCT TITLE */

.best-sellers-products ul.products li.product .woocommerce-loop-product__title {
    margin: 18px 15px 8px;
    padding: 0;

    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;

    color: #222222;
}


/* PRICE */

.best-sellers-products ul.products li.product .price {
    display: block;

    margin: 0 15px 16px;

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

    color: #111111;
}


/* ADD TO CART */

.best-sellers-products ul.products li.product .button {
    display: inline-flex;

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

    min-width: 140px;

    padding: 12px 20px;

    background: #111111;
    color: #ffffff;

    border: 0;
    border-radius: 0;

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

    text-transform: uppercase;
    letter-spacing: 0.5px;

    transition: opacity 0.2s ease;
}

.best-sellers-products ul.products li.product .button:hover {
    opacity: 0.75;
}


/* SALE PRICE */

.best-sellers-products ul.products li.product .price del {
    color: #999999;
    font-weight: 400;
}

.best-sellers-products ul.products li.product .price ins {
    text-decoration: none;
    color: #111111;
}


/* MOBILE */

@media (max-width: 600px) {

    .best-sellers-products ul.products li.product img {
        height: 200px;
    }

    .best-sellers-products ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .best-sellers-products ul.products li.product .button {
        min-width: 120px;
        padding: 10px 15px;
    }

}
/* =========================================
   BEST SELLERS - PRODUCT IMAGES
========================================= */

.best-sellers-products ul.products li.product img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    background: #ffffff;
}

@media (max-width: 600px) {

    .best-sellers-products ul.products li.product img {
        height: 200px;
    }

}
/* =========================================
   BEST SELLERS - PRODUCT CARDS
========================================= */

.best-sellers-products ul.products li.product {
    background: #ffffff;
    padding: 15px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.best-sellers-products ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.best-sellers-products ul.products li.product .woocommerce-loop-product__title {
    margin: 15px 0 8px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #111;
}

.best-sellers-products ul.products li.product .price {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.best-sellers-products ul.products li.product .button {
    margin-top: 12px;
    padding: 11px 20px;
    background: #111;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.best-sellers-products ul.products li.product .button:hover {
    opacity: 0.75;
}
/* =========================================
   FOOTER
========================================= */

.site-footer {
    width: 100%;
    background: #f7f7f7;
    color: #222;
}

.footer-inner {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;

    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
}

.footer-column h3 {
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: 600;
}

.footer-column p {
    max-width: 320px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.footer-column a {
    display: block;
    width: fit-content;

    margin-bottom: 12px;

    font-size: 14px;
    line-height: 1.5;

    color: #555;

    transition: color 0.2s ease;
}

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

.footer-bottom {
    width: 100%;

    padding: 20px;

    border-top: 1px solid #ddd;

    text-align: center;

    font-size: 13px;

    color: #666;
}


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

@media (max-width: 700px) {

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 45px 0;
    }

    .footer-column p {
        max-width: 100%;
    }

}
/* =========================================
   NAVIGATION DROPDOWN
========================================= */

.main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation li a {
    display: block;
    padding: 16px 0;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

/* SUB MENU */

.main-navigation li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);

    min-width: 190px;

    display: none;

    padding: 10px 0;
    margin: 0;

    background: #ffffff;

    border: 1px solid #e5e5e5;

    box-shadow: 0 8px 25px rgba(0,0,0,0.08);

    z-index: 9999;
}

/* SHOW SUB MENU */

.main-navigation li:hover > ul.sub-menu {
    display: block;
}

/* SUB MENU ITEMS */

.main-navigation li ul.sub-menu li {
    width: 100%;
}

.main-navigation li ul.sub-menu li a {
    padding: 11px 20px;

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

    color: #333;

    text-align: left;
}

.main-navigation li ul.sub-menu li a:hover {
    background: #f7f7f7;
    color: #111;
}


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

@media (max-width: 900px) {

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

    .main-navigation li ul.sub-menu {
        position: static;
        transform: none;
        box-shadow: none;
        border: 0;
    }

}