/*
Theme Name: Velvet & Garnet
Theme URI: https://velvetandgarnet.com
Author: Velvet & Garnet
Description: Elegant WooCommerce theme for timeless statement jewellery.
Version: 1.1.1
Text Domain: velvet-garnet
*/

:root {
    --vg-ink: #19130f;
    --vg-cream: #f6f0e7;
    --vg-paper: #fffaf2;
    --vg-white: #fffaf5;
    --vg-wine: #681522;
    --vg-dark: #3d0912;
    --vg-gold: #b58a47;
    --vg-line: #d9ccbb;
    --vg-muted: #74685e;
    --vg-soft-shadow: 0 16px 40px rgba(39, 18, 15, 0.08);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: var(--vg-paper);
    color: var(--vg-ink);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

main {
    display: block;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

/* Announcement */

.vg-announcement {
    margin: 0;
    padding: 9px 15px;
    background: var(--vg-dark);
    color: #f8e9d4;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
}

/* Header */

.vg-header {
    min-height: 84px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    position: relative;
    z-index: 50;
    margin: 0;
    padding: 0 4vw;
    background: var(--vg-white);
    border-bottom: 1px solid #e7dccf;
}

.vg-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 12px;
}

.vg-nav a {
    position: relative;
    padding: 34px 0;
    transition: color 0.25s ease;
}

.vg-nav a::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 25px;
    background: var(--vg-wine);
    transition: width 0.25s ease;
}

.vg-nav a:hover,
.vg-nav a:focus-visible {
    color: var(--vg-wine);
}

.vg-nav a:hover::after,
.vg-nav a:focus-visible::after {
    width: 100%;
}

.vg-brand {
    color: var(--vg-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: 0.15em;
    text-align: center;
}

.vg-brand small {
    display: block;
    margin-top: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7px;
    letter-spacing: 0.33em;
}

.vg-brand i {
    color: var(--vg-gold);
    font-style: normal;
}

.vg-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 12px;
}

.vg-actions a {
    transition: color 0.25s ease;
}

.vg-actions a:hover,
.vg-actions a:focus-visible {
    color: var(--vg-wine);
}

.vg-cart-count {
    min-width: 18px;
    min-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    padding: 2px 5px;
    background: var(--vg-wine);
    color: #ffffff;
    border-radius: 50%;
    font-size: 9px;
    line-height: 1;
}

.vg-menu {
    display: none;
    padding: 5px;
    background: transparent;
    color: var(--vg-ink);
    border: 0;
    font-size: 22px;
    cursor: pointer;
}

/* Hero */

.vg-hero {
    width: 100%;
    height: clamp(560px, 78vh, 760px);
    min-height: 560px;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #1b090c;
}

.vg-hero-image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -2;
    object-fit: cover;
    object-position: center;
}

.vg-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            90deg,
            rgba(18, 4, 6, 0.91) 0%,
            rgba(31, 7, 12, 0.48) 54%,
            rgba(10, 2, 2, 0.08) 100%
        );
}

.vg-hero-copy {
    width: min(700px, 82%);
    max-width: 700px;
    margin: 0 0 0 9vw;
    padding: 45px 0;
    color: #fff8ee;
}

.vg-eyebrow {
    margin: 0;
    color: #b98b49;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.vg-hero .vg-eyebrow,
.vg-story .vg-eyebrow {
    color: #d0aa6c;
}

.vg-hero h1,
.vg-section h2,
.vg-centered-heading h2,
.vg-brand-story h2,
.vg-story h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.vg-hero h1 {
    margin: 24px 0;
    font-size: clamp(48px, 6vw, 88px);
    line-height: 0.98;
    letter-spacing: -0.025em;
}

.vg-hero h1 em {
    color: #dfbd83;
    font-weight: 400;
}

.vg-hero-description {
    max-width: 540px;
    margin: 0;
    color: #e9ded3;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.7;
}

.vg-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 27px;
    color: #eadbce;
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vg-hero-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vg-hero-benefits span::before {
    content: "✦";
    color: var(--vg-gold);
    font-size: 8px;
}

/* Buttons */

.vg-button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.vg-products a.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 23px !important;
    background: var(--vg-wine) !important;
    color: #ffffff !important;
    border: 1px solid var(--vg-wine) !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.vg-button:hover,
.vg-button:focus-visible,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.vg-products a.button:hover,
.vg-products a.button:focus-visible {
    background: var(--vg-dark) !important;
    color: #ffffff !important;
    border-color: var(--vg-dark) !important;
    transform: translateY(-2px);
}

.vg-button.light {
    margin-top: 24px;
    background: #f6eee4 !important;
    color: #281116 !important;
    border-color: #f6eee4 !important;
}

.vg-button.light:hover,
.vg-button.light:focus-visible {
    background: transparent !important;
    color: #fff8ee !important;
    border-color: #f6eee4 !important;
}

.vg-text-link {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    color: var(--vg-wine);
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vg-text-link::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: currentColor;
    transform-origin: right;
    transition: transform 0.25s ease;
}

.vg-text-link:hover::after,
.vg-text-link:focus-visible::after {
    transform: scaleX(0.35);
}

/* General sections */

.vg-section {
    margin: 0;
    padding: 86px 6vw;
}

.vg-section h2,
.vg-centered-heading h2 {
    margin: 14px 0 20px;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.08;
}

.vg-section-head {
    max-width: 1300px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 45px;
    margin: 0 auto 38px;
}

.vg-section-head h2 {
    margin-bottom: 0;
}

.vg-section-intro {
    max-width: 390px;
}

.vg-section-intro p {
    margin: 0 0 19px;
    color: #72665c;
    font-size: 14px;
    line-height: 1.75;
}

.vg-centered-heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.vg-centered-heading > p:not(.vg-eyebrow) {
    margin: 0;
    color: var(--vg-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.7;
}

/* Product sections */

.vg-new-arrivals {
    background: #fffaf3;
}

.vg-featured-products {
    background: var(--vg-cream);
}

/* IMPORTANT: selectors work on the homepage even if body has no .woocommerce class */

.vg-products ul.products,
.woocommerce ul.products {
    max-width: 1300px;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 34px 22px;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
}

.vg-products ul.products::before,
.vg-products ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
    content: none !important;
}

.vg-products ul.products li.product,
.woocommerce ul.products li.product {
    width: auto !important;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    list-style: none !important;
}

.vg-products ul.products li.product::before,
.vg-products ul.products li.product::after {
    display: none !important;
    content: none !important;
}

.vg-products ul.products li.product > a:first-child,
.woocommerce ul.products li.product > a:first-child {
    display: block;
    min-width: 0;
}

.vg-products ul.products li.product a img,
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0 0 15px !important;
    background: #eee4d8;
    object-fit: cover;
    transition:
        transform 0.45s ease,
        opacity 0.3s ease;
}

.vg-products ul.products li.product:hover a img,
.woocommerce ul.products li.product:hover a img {
    opacity: 0.96;
    transform: scale(1.018);
}

.vg-products ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 50px;
    display: -webkit-box;
    margin: 0 !important;
    padding: 0 0 8px !important;
    overflow: hidden;
    color: var(--vg-ink);
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-align: left;
    word-break: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.vg-products ul.products li.product .price,
.woocommerce ul.products li.product .price {
    min-height: 22px;
    display: block;
    margin: auto 0 0 !important;
    padding: 0 !important;
    color: var(--vg-wine) !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 600;
}

.vg-products ul.products li.product .button,
.woocommerce ul.products li.product .button {
    width: 100%;
    min-height: 46px;
    display: flex !important;
    margin: 14px 0 0 !important;
    padding: 13px 10px !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: var(--vg-wine) !important;
    color: #ffffff !important;
    border: 1px solid var(--vg-wine) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.11em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: normal;
}

.vg-products ul.products li.product .button::before {
    content: "◇";
    margin-right: 7px;
    color: #dfbd83;
    font-size: 12px;
    line-height: 1;
}

.vg-products ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .added_to_cart {
    margin-top: 10px;
    color: var(--vg-wine);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    top: 12px !important;
    left: 12px !important;
    margin: 0 !important;
    padding: 7px 10px;
    background: var(--vg-wine);
    border-radius: 0;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vg-empty-products {
    max-width: 1300px;
    margin: 0 auto;
    padding: 35px 20px;
    color: var(--vg-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    text-align: center;
}

/* Collections */

.vg-collections {
    background: var(--vg-paper);
}

.vg-category-grid {
    max-width: 1300px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 auto;
}

.vg-category-card {
    min-height: 450px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #2c1717;
    box-shadow: var(--vg-soft-shadow);
}

.vg-category-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}

.vg-category-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(25, 8, 11, 0.03) 15%,
            rgba(25, 8, 11, 0.8) 100%
        );
}

.vg-category-content {
    position: absolute;
    z-index: 2;
    right: 27px;
    bottom: 27px;
    left: 27px;
    color: #fff8ee;
}

.vg-category-content strong {
    display: block;
    font: 400 29px/1.15 Georgia, "Times New Roman", serif;
}

.vg-category-content small {
    display: block;
    margin-top: 11px;
    color: #dfbd83;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.vg-category-card:hover img,
.vg-category-card:focus-visible img {
    filter: brightness(0.9);
    transform: scale(1.04);
}

/* Compact brand story */

.vg-brand-story {
    padding: 78px 24px;
    background: #eadfce;
    text-align: center;
}

.vg-brand-story-inner {
    max-width: 730px;
    margin: 0 auto;
}

.vg-brand-story h2 {
    margin: 15px 0 20px;
    font-size: clamp(42px, 5vw, 62px);
    line-height: 1.05;
}

.vg-brand-story-inner > p:not(.vg-eyebrow) {
    max-width: 630px;
    margin: 0 auto 26px;
    color: #62564c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.7;
}

/* Beauty section */

.vg-story {
    min-height: 590px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    margin: 0;
    background: var(--vg-dark);
    color: #fff8ee;
}

.vg-story-media {
    min-height: 590px;
    overflow: hidden;
    background: #2a1216;
}

.vg-story-media img {
    width: 100%;
    height: 100%;
    min-height: 590px;
    object-fit: cover;
}

.vg-story-copy {
    align-self: center;
    padding: 10%;
}

.vg-story h2 {
    margin: 20px 0;
    font-size: clamp(42px, 4vw, 55px);
    line-height: 1.1;
}

.vg-story-copy > p:not(.vg-eyebrow) {
    margin: 0;
    color: #ddcfc4;
    font: 17px/1.8 Georgia, "Times New Roman", serif;
}

/* Trust bar */

.vg-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 38px 5vw;
    background: var(--vg-cream);
}

.vg-services > div {
    min-height: 108px;
    padding: 10px 24px;
    border-right: 1px solid var(--vg-line);
    text-align: center;
}

.vg-services > div:last-child {
    border-right: 0;
}

.vg-services span {
    min-height: 25px;
    display: block;
    color: var(--vg-gold);
    font-size: 22px;
    line-height: 1;
}

.vg-services strong {
    display: block;
    margin: 10px 0 7px;
    font: 400 18px Georgia, "Times New Roman", serif;
}

.vg-services p {
    max-width: 220px;
    margin: 0 auto;
    color: #776a60;
    font-size: 11px;
    line-height: 1.55;
}

/* Footer */

.vg-footer {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 45px;
    margin: 0;
    padding: 65px 6vw 30px;
    background: #1d1110;
    color: #dfd2c7;
}

.vg-footer h3 {
    margin-top: 0;
    color: #c7a469;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.vg-footer a,
.vg-footer p {
    display: block;
    margin: 11px 0;
    color: #a99a91;
    font-size: 12px;
    line-height: 1.6;
    transition: color 0.25s ease;
}

.vg-footer a:hover,
.vg-footer a:focus-visible {
    color: #ffffff;
}

.vg-footer small {
    grid-column: 1 / -1;
    padding-top: 22px;
    border-top: 1px solid #40302c;
    color: #8e7e76;
}

/* General WooCommerce content */

.vg-content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 70px 25px;
}

.woocommerce div.product div.images img {
    background: #eee4d8;
}

.woocommerce div.product .product_title {
    margin-top: 0;
    color: var(--vg-ink);
    font: 400 48px/1.15 Georgia, "Times New Roman", serif;
}

.woocommerce div.product p.price {
    color: var(--vg-wine) !important;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    color: #62564c;
    line-height: 1.8;
}

.woocommerce div.product form.cart {
    margin-top: 30px;
}

.woocommerce div.product form.cart .quantity .qty {
    min-height: 48px;
    border: 1px solid var(--vg-line);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background: var(--vg-cream);
    border-top-color: var(--vg-wine) !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--vg-wine) !important;
}

/* Cart and checkout */

.woocommerce-cart table.cart img {
    width: 90px;
}

.woocommerce table.shop_table {
    border-color: var(--vg-line);
    border-radius: 0;
}

.woocommerce table.shop_table th {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order {
    padding: 28px;
    background: var(--vg-cream);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    min-height: 48px;
    padding: 11px 13px;
    background: #ffffff;
    border: 1px solid var(--vg-line);
    border-radius: 0;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: 25px;
}

.woocommerce-checkout #payment {
    background: var(--vg-cream);
    border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box {
    background: #ede1d3;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #ede1d3;
}

/* Keyboard accessibility */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--vg-gold);
    outline-offset: 3px;
}

/* WordPress admin bar */

.admin-bar .vg-header {
    margin-top: 0;
}

/* Tablet */

@media (max-width: 1050px) {
    .vg-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vg-category-card {
        min-height: 410px;
    }
}

@media (max-width: 900px) {
    .vg-header {
        min-height: 76px;
        grid-template-columns: auto 1fr auto;
        padding: 0 18px;
    }

    .vg-menu {
        display: block;
    }

    .vg-nav {
        width: 100%;
        display: none;
        position: absolute;
        top: 76px;
        left: 0;
        padding: 25px;
        background: var(--vg-white);
        border-bottom: 1px solid var(--vg-line);
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        box-shadow: 0 10px 30px rgba(30, 15, 12, 0.08);
    }

    .vg-nav.open {
        display: flex;
    }

    .vg-nav a {
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #eee3d7;
    }

    .vg-nav a::after {
        display: none;
    }

    .vg-brand {
        font-size: 16px;
    }

    .vg-hero {
        height: 650px;
        min-height: 650px;
    }

    .vg-hero-copy {
        width: auto;
        max-width: 620px;
        margin: 0 35px;
    }

    .vg-products ul.products,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vg-story {
        grid-template-columns: 1fr;
    }

    .vg-story-media,
    .vg-story-media img {
        height: 420px;
        min-height: 420px;
    }

    .vg-story-copy {
        padding: 65px 7vw;
    }

    .vg-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vg-services > div:nth-child(2) {
        border-right: 0;
    }

    .vg-services > div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--vg-line);
    }

    .vg-footer {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .vg-announcement {
        padding: 8px 10px;
        font-size: 8px;
        letter-spacing: 0.12em;
    }

    .vg-header {
        min-height: 70px;
    }

    .vg-nav {
        top: 70px;
    }

    .vg-actions {
        gap: 10px;
    }

    .vg-actions .vg-account {
        display: none;
    }

    .vg-brand {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .vg-brand small {
        font-size: 6px;
        letter-spacing: 0.22em;
    }

    .vg-hero {
        height: 590px;
        min-height: 590px;
    }

    .vg-hero-image {
        object-position: 62% center;
    }

    .vg-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(18, 4, 6, 0.93) 0%,
                rgba(24, 5, 9, 0.69) 70%,
                rgba(10, 2, 2, 0.22) 100%
            );
    }

    .vg-hero-copy {
        width: auto;
        margin: 0 23px;
        padding: 38px 0;
    }

    .vg-hero h1 {
        margin: 19px 0;
        font-size: clamp(42px, 13vw, 53px);
        line-height: 1;
    }

    .vg-hero-description {
        max-width: 430px;
        font-size: 15px;
        line-height: 1.62;
    }

    .vg-hero-benefits {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        margin-top: 20px;
    }

    .vg-section {
        padding: 57px 17px;
    }

    .vg-section h2,
    .vg-centered-heading h2 {
        font-size: 38px;
    }

    .vg-section-head {
        display: block;
        margin-bottom: 27px;
    }

    .vg-section-intro {
        max-width: none;
        margin-top: 17px;
    }

    .vg-section-intro p {
        margin-bottom: 16px;
        font-size: 13px;
    }

    .vg-products ul.products,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 12px !important;
    }

    .vg-products ul.products li.product,
    .woocommerce ul.products li.product {
        min-width: 0 !important;
        overflow: visible;
    }

    .vg-products ul.products li.product a img,
    .woocommerce ul.products li.product a img {
        width: 100%;
        aspect-ratio: 1 / 1.08;
        margin-bottom: 11px !important;
    }

    .vg-products ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 43px;
        padding-bottom: 6px !important;
        font-size: 16px !important;
        line-height: 1.28 !important;
        -webkit-line-clamp: 2;
    }

    .vg-products ul.products li.product .price,
    .woocommerce ul.products li.product .price {
        min-height: 20px;
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    .vg-products ul.products li.product .button,
    .woocommerce ul.products li.product .button {
        min-height: 44px;
        margin-top: 11px !important;
        padding: 11px 6px !important;
        font-size: 8px !important;
        line-height: 1.2 !important;
        letter-spacing: 0.07em !important;
    }

    .vg-products ul.products li.product .button::before {
        margin-right: 5px;
        font-size: 10px;
    }

    .vg-centered-heading {
        margin-bottom: 28px;
    }

    .vg-centered-heading > p:not(.vg-eyebrow) {
        font-size: 16px;
    }

    .vg-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .vg-category-card {
        min-height: 255px;
        box-shadow: none;
    }

    .vg-category-content {
        right: 14px;
        bottom: 16px;
        left: 14px;
    }

    .vg-category-content strong {
        font-size: 21px;
    }

    .vg-category-content small {
        margin-top: 7px;
        font-size: 7px;
        letter-spacing: 0.09em;
    }

    .vg-brand-story {
        padding: 58px 22px;
    }

    .vg-brand-story h2 {
        font-size: 40px;
    }

    .vg-brand-story-inner > p:not(.vg-eyebrow) {
        font-size: 16px;
        line-height: 1.65;
    }

    .vg-story-media,
    .vg-story-media img {
        height: 310px;
        min-height: 310px;
    }

    .vg-story-copy {
        padding: 50px 23px;
    }

    .vg-story h2 {
        font-size: 40px;
    }

    .vg-story-copy > p:not(.vg-eyebrow) {
        font-size: 16px;
    }

    .vg-services {
        padding: 24px 13px;
    }

    .vg-services > div {
        min-height: 137px;
        padding: 18px 7px;
    }

    .vg-services strong {
        font-size: 15px;
    }

    .vg-services p {
        max-width: 145px;
        font-size: 10px;
    }

    .vg-footer {
        grid-template-columns: 1fr;
        gap: 29px;
        padding: 52px 27px 29px;
    }

    .vg-content {
        padding: 43px 17px;
    }

    .woocommerce div.product .product_title {
        font-size: 35px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals,
    .woocommerce-checkout-review-order {
        padding: 20px 15px;
    }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
/* Fix menu mobile WordPress */

@media (max-width: 900px) {

    .vg-nav ul,
    .vg-nav .menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .vg-nav ul li,
    .vg-nav .menu li {
        width: 100%;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .vg-nav ul li a,
    .vg-nav .menu li a {
        width: 100%;
        display: block;
        position: relative;
        padding: 15px 0;
        border-bottom: 1px solid #eee3d7;
        pointer-events: auto;
    }

    .vg-nav ul li:last-child a,
    .vg-nav .menu li:last-child a {
        border-bottom: 0;
    }
}