.vowira-catalog {
    color: #1f2925;
}

.vowira-catalog-head,
.vowira-search-head {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    gap: 32px;
    margin-top: 30px;
    padding-bottom: 22px;
}

.vowira-search-head {
    align-items: start;
    flex-direction: column;
    gap: 8px;
}

.vowira-catalog-eyebrow,
.vowira-filter-kicker {
    margin: 0 0 7px;
    color: #9b7b50;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.vowira-catalog-head h1,
.vowira-search-head h2 {
    margin: 0;
    color: #143f37;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 32px;
    line-height: 1.12;
}

.vowira-catalog-head > p,
.vowira-search-head > p {
    max-width: 520px;
    margin: 0;
    color: #65716b;
    font-size: 14px;
    line-height: 1.8;
}

.vowira-category-mobile-converter,
.vowira-card-mobile-cta {
    display: none;
}

.vowira-card-title-link {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: inherit;
}

.vowira-products-carousel-track,
.vowira-product-grid,
.vowira-product-grid .group,
.vowira-product-list-card {
    min-width: 0;
    max-width: 100%;
}

.vowira-carousel-card {
    flex: 0 0 291px !important;
    width: 291px;
    min-width: 291px;
    max-width: 291px;
    overflow: hidden;
    white-space: normal;
}

.vowira-carousel-card > div,
.vowira-product-grid .group > div,
.vowira-product-list-card > div {
    min-width: 0;
    max-width: 100%;
}

.vowira-product-image-frame,
.vowira-product-card-image {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.vowira-product-image-frame {
    overflow: hidden;
}

.vowira-product-card-image {
    height: 100%;
    object-fit: cover;
}

.vowira-card-title-link,
.vowira-card-title-link p,
.vowira-card-price,
.vowira-card-price * {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.vowira-catalog-layout {
    display: block;
    margin-top: 32px;
}

.vowira-catalog-products {
    min-width: 0;
}

.vowira-filter-shell {
    position: sticky;
    top: 18px;
}

.vowira-filter-panel {
    display: grid;
    gap: 10px;
    min-width: 0;
    max-height: calc(100svh - 44px);
    overflow-y: auto;
    padding: 0 18px 0 0;
    border: 0;
    border-right: 1px solid #e8e2d8;
    background: transparent;
    box-shadow: none;
}

.vowira-filter-header,
.vowira-mobile-drawer-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
}

.vowira-filter-header h2,
.vowira-mobile-drawer-header p {
    margin: 0;
    color: #143f37;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 19px;
    line-height: 1.08;
}

.vowira-filter-header button,
.vowira-mobile-drawer-header button {
    border-bottom: 1px solid #143f37;
    color: #143f37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vowira-filter-curated {
    padding: 14px 0 16px;
    border-top: 1px solid #e8e2d8;
    border-bottom: 1px solid #e8e2d8;
    background: transparent;
}

.vowira-filter-curated h3 {
    margin: 0 0 12px;
    color: #1f2925;
    font-size: 14px;
    font-weight: 600;
}

.vowira-filter-chip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.vowira-filter-chip-grid button {
    min-height: 36px;
    border: 1px solid #d9cbb8;
    background: transparent;
    color: #2e3a35;
    font-size: 11px;
    font-weight: 600;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.vowira-filter-chip-grid button:hover,
.vowira-filter-chip-grid button.is-active {
    border-color: #143f37;
    background: #143f37;
    color: #fffefa;
}

.vowira-filter-accordion {
    border-bottom: 1px solid #e8e2d8;
}

.vowira-filter-accordion-header {
    padding: 16px 0;
}

.vowira-filter-accordion-header > div {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

.vowira-filter-accordion-header p {
    margin: 0;
    color: #1f2925;
    font-size: 14px;
    font-weight: 700;
}

.vowira-filter-accordion-header span {
    color: #9b7b50;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vowira-filter-accordion-content {
    padding: 0 0 18px;
    background: transparent;
}

.vowira-filter-search {
    position: relative;
    margin-bottom: 10px;
}

.vowira-filter-search span {
    position: absolute;
    top: 50%;
    left: 12px;
    color: #8d918d;
    font-size: 18px;
    transform: translateY(-50%);
}

.vowira-filter-search input {
    width: 100%;
    border: 1px solid #ded4c4;
    background: #fffefa;
    padding: 11px 12px 11px 38px;
    color: #1f2925;
    font-size: 13px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.vowira-filter-search input:focus {
    border-color: #143f37;
    box-shadow: 0 0 0 3px rgba(20, 63, 55, .08);
}

.vowira-filter-count {
    margin: 0 0 8px;
    color: #7b827d;
    font-size: 11px;
}

.vowira-filter-options {
    display: grid;
    gap: 6px;
    padding: 0;
    color: #2d3632;
    list-style: none;
}

.vowira-filter-option {
    display: flex;
    min-height: 36px;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    padding: 7px 2px;
    transition: background 160ms ease;
}

.vowira-filter-option:hover {
    background: transparent;
}

.vowira-filter-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vowira-checkmark {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9a98f;
    background: #fffefa;
}

.vowira-filter-option input:checked + .vowira-checkmark {
    border-color: #143f37;
    background: #143f37;
}

.vowira-filter-option input:checked + .vowira-checkmark::after {
    width: 5px;
    height: 9px;
    border: solid #fffefa;
    border-width: 0 1.5px 1.5px 0;
    content: "";
    transform: rotate(45deg);
}

.vowira-filter-option span:last-child {
    color: #26312d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.vowira-price-filter {
    padding-top: 2px;
}

.vowira-load-options {
    margin-top: 8px;
    border-bottom: 1px solid #143f37;
    color: #143f37;
    font-size: 12px;
    font-weight: 700;
}

.vowira-filter-empty,
.vowira-filter-loading {
    color: #7c847f;
    font-size: 13px;
}

.vowira-filter-loading {
    display: grid;
    gap: 8px;
}

.vowira-filter-loading span {
    display: block;
    height: 16px;
    background: linear-gradient(90deg, #f2eee7, #e6ded2, #f2eee7);
}

.vowira-toolbar {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    border-bottom: 1px solid #e8e2d8;
    padding: 10px 0;
}

.vowira-toolbar-left p {
    margin: 0 0 3px;
    color: #143f37;
    font-size: 13px;
    font-weight: 700;
}

.vowira-toolbar-left span {
    color: #737d78;
    font-size: 12px;
}

.vowira-toolbar-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vowira-select-button {
    display: inline-flex;
    min-width: 112px;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #ded4c4;
    background: transparent;
    padding: 0 14px;
    color: #1f2925;
    font-size: 13px;
    font-weight: 600;
}

.vowira-select-button--wide {
    min-width: 170px;
}

.vowira-menu-selected {
    background: #f4efe7;
    color: #143f37;
}

.skip-to-main-content-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    transform: translateY(-160%);
    border: 1px solid #143f37;
    background: #fffefa;
    padding: 10px 14px;
    color: #143f37;
    font-size: 13px;
    font-weight: 700;
    transition: transform 160ms ease;
}

.skip-to-main-content-link:focus {
    transform: translateY(0);
}

.vowira-mode-toggle {
    display: flex;
    border: 1px solid #d7c9b6;
    background: #fffefa;
}

.vowira-mode-toggle button {
    width: 38px;
    height: 36px;
    color: #68736e;
    font-size: 20px;
    transition: background 160ms ease, color 160ms ease;
}

.vowira-mode-toggle button.is-active {
    background: #143f37;
    color: #fffefa;
}

.vowira-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 42px;
}

.vowira-product-grid .group {
    min-width: 0;
    border-radius: 0;
    overflow: visible;
    transition: opacity 180ms ease;
}

.vowira-product-grid .group:hover {
    box-shadow: none !important;
}

.vowira-product-grid .group > div:first-child {
    aspect-ratio: 4 / 5;
    display: block;
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: none;
    overflow: hidden;
    background: #f7f4ef;
}

.vowira-product-grid .group > div:first-child > .vowira-product-image-frame {
    position: absolute;
    inset: 0;
}

.vowira-product-grid .group > div:first-child img,
.vowira-product-grid .vowira-product-image-frame,
.vowira-product-grid .vowira-product-card-image {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    max-width: 100%;
    background: #f7f4ef;
    object-fit: cover;
}

.vowira-product-grid .vowira-product-image-frame {
    overflow: hidden;
}

.vowira-product-grid .group > div:first-child .shimmer {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f4efe7 0%, #ebe2d6 45%, #f4efe7 100%);
    background-size: 220% 100%;
    animation: vowira-shimmer 1.4s ease-in-out infinite;
}

@keyframes vowira-shimmer {
    0% {
        background-position: 120% 0;
    }

    100% {
        background-position: -120% 0;
    }
}

.vowira-product-grid .group > div:nth-child(2) {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    max-width: none;
    overflow: hidden;
    margin-top: 0 !important;
    transform: none !important;
    gap: 7px !important;
    background: transparent !important;
    padding: 14px 0 0 !important;
    transition: none !important;
}

.vowira-product-grid .group > div:nth-child(2) p:first-of-type {
    display: -webkit-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #222c28;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
}

.vowira-product-grid .group > div:nth-child(2) > .vowira-card-price {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #1f2925;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5;
}

.vowira-product-grid .group > div:nth-child(2) > .vowira-card-price * {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.vowira-product-grid .action-items > p {
    display: none !important;
}

.vowira-product-grid .action-items.flex {
    display: none !important;
}

.vowira-product-list-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.vowira-product-list-media {
    position: relative;
    aspect-ratio: 291 / 300;
    width: 250px;
    max-width: min(250px, 40vw);
    min-width: 0;
    flex: 0 0 auto;
    overflow: hidden;
    background: #f7f4ef;
}

.vowira-product-list-media > .vowira-product-image-frame {
    position: absolute;
    inset: 0;
}

.vowira-product-list-media .vowira-product-image-frame,
.vowira-product-list-media .vowira-product-card-image {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    max-width: 100%;
}

.vowira-product-list-media .vowira-product-card-image {
    object-fit: cover;
}

.vowira-product-list-info,
.vowira-product-list-price {
    min-width: 0;
    max-width: 100%;
}

.vowira-product-list-info p,
.vowira-product-list-price,
.vowira-product-list-price * {
    overflow-wrap: anywhere;
    white-space: normal;
}

.vowira-mobile-filter-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-top: 1px solid #ded4c4;
    background: #fffefa;
    box-shadow: 0 -10px 30px rgba(20, 63, 55, .08);
}

@media (max-width: 768px) {
    .vowira-mobile-filter-bar,
    .vowira-mobile-sort-list {
        display: none !important;
    }
}

.vowira-mobile-filter-bar > div {
    min-width: 0;
}

.vowira-mobile-filter-button {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #143f37;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.vowira-mobile-filter-divider {
    height: 22px;
    width: 1px;
    background: #ded4c4;
}

.vowira-mobile-sort-list {
    display: none;
    gap: 4px;
    padding: 0 18px 22px;
}

.vowira-mobile-sort-list button {
    min-height: 44px;
    border-bottom: 1px solid #e8e2d8;
    color: #2b342f;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.vowira-mobile-sort-list button.is-active {
    color: #9b7b50;
}

.vowira-service-strip {
    margin-top: 72px;
    border-top: 1px solid #e4dacb;
    border-bottom: 1px solid #e4dacb;
    background: #fbf8f1;
}

.vowira-service-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1320px;
    margin: 0 auto;
    padding: 30px 40px;
}

.vowira-service-item {
    min-width: 0;
    border-left: 1px solid #e4dacb;
    padding: 4px 26px 2px;
}

.vowira-service-item:first-child {
    border-left: 0;
    padding-left: 0;
}

.vowira-service-item p,
.vowira-footer-eyebrow {
    margin: 0 0 10px;
    color: #a98655;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.vowira-service-item h2 {
    margin: 0;
    color: #143f37;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 24px;
    line-height: 1.08;
}

.vowira-service-item span {
    display: block;
    margin-top: 10px;
    color: #5f6862;
    font-size: 13px;
    line-height: 1.7;
}

.vowira-footer {
    margin-top: 0;
    background: #102f2a;
    color: #fffefa;
}

.vowira-footer-mobile {
    display: none;
}

.vowira-footer-inner {
    display: grid;
    grid-template-columns: minmax(310px, 1.12fr) minmax(330px, .86fr) minmax(250px, .72fr);
    gap: 30px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 44px 40px 32px;
}

.vowira-footer-logo {
    display: inline-flex;
    position: relative;
    padding-bottom: 9px;
    color: #fffefa;
    font-family: "DM Serif Display", "Times New Roman", Georgia, serif;
    font-size: 40px;
    letter-spacing: .085em;
    line-height: 1;
    font-feature-settings: "kern" 1, "liga" 1;
    text-rendering: geometricPrecision;
}

.vowira-footer-logo::after {
    content: "";
    position: absolute;
    right: .085em;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(214, 181, 122, .12), rgba(214, 181, 122, .86) 45%, rgba(214, 181, 122, .12));
}

.vowira-footer-brand .vowira-footer-eyebrow {
    margin-top: 20px;
}

.vowira-account-cart .vowira-cart-container {
    width: 100%;
}

.vowira-account-cart .vowira-cart-container > div:first-of-type {
    margin-top: 0;
}

.vowira-account-cart .primary-button,
.vowira-account-cart .secondary-button {
    border-radius: 10px;
}

@media (min-width: 1061px) {
    .vowira-account-cart .vowira-cart-container .flex-wrap.gap-20 {
        gap: 36px;
    }

    .vowira-account-cart .vowira-cart-container .w-\[418px\] {
        width: min(360px, 34%);
    }
}

@media (max-width: 767px) {
    .vowira-account-cart .vowira-cart-container {
        padding-bottom: 88px;
    }

    .vowira-account-cart .vowira-cart-container .flex-wrap.justify-end {
        gap: 12px;
    }

    .vowira-account-cart .vowira-cart-container .secondary-button,
    .vowira-account-cart .vowira-cart-container .primary-button {
        min-height: 42px;
        justify-content: center;
    }
}

.vowira-footer-copy,
.vowira-footer-newsletter p {
    margin: 0;
    color: rgba(255, 254, 250, .72);
    font-size: 14px;
    line-height: 1.7;
}

.vowira-footer-proof-grid {
    display: grid;
    grid-template-columns: minmax(156px, 1.35fr) minmax(64px, .58fr) minmax(68px, .58fr);
    gap: 12px;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 254, 250, .16);
    padding-top: 18px;
}

.vowira-footer-proof-grid span {
    display: block;
    color: #d3ad73;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(18px, 1.45vw, 23px);
    line-height: 1;
    white-space: nowrap;
}

.vowira-footer-proof-grid p {
    margin: 6px 0 0;
    color: rgba(255, 254, 250, .64);
    font-size: 12px;
    line-height: 1.55;
}

.vowira-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 18px;
    min-width: 0;
}

.vowira-footer-title {
    margin: 0 0 12px;
    color: #fffefa;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.vowira-footer-links ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vowira-footer-links a {
    color: rgba(255, 254, 250, .72);
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
    transition: color 160ms ease;
}

.vowira-footer-links a:hover {
    color: #d3ad73;
}

.vowira-footer-mobile-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
    border-top: 1px solid rgba(255, 254, 250, .16);
    padding-top: 18px;
}

.vowira-footer-mobile-links a {
    min-height: 34px;
    border: 1px solid rgba(255, 254, 250, .16);
    border-radius: 999px;
    padding: 9px 12px;
    color: rgba(255, 254, 250, .78);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
}

.vowira-policy-page {
    max-width: 1120px;
    margin: 0 auto 72px;
    color: #14221f;
}

.vowira-policy-hero {
    border-bottom: 1px solid #e6ddd0;
    padding: 38px 0 30px;
}

.vowira-policy-eyebrow {
    margin: 0 0 12px;
    color: #8a6b42;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.vowira-policy-hero h1 {
    margin: 0;
    color: #102f2a;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.04;
}

.vowira-policy-hero p {
    max-width: 760px;
    margin: 16px 0 0;
    color: #56615d;
    font-size: 17px;
    line-height: 1.72;
}

.vowira-policy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.vowira-policy-card {
    border: 1px solid #e6ddd0;
    border-radius: 8px;
    background: #fffefa;
    padding: 24px;
    box-shadow: 0 18px 46px rgba(25, 37, 34, .06);
}

.vowira-policy-card h2 {
    margin: 0;
    color: #102f2a;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
}

.vowira-policy-card p {
    margin: 12px 0 0;
    color: #58635f;
    font-size: 14px;
    line-height: 1.7;
}

.vowira-policy-card ul {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.vowira-policy-card li {
    position: relative;
    padding-left: 18px;
    color: #34413d;
    font-size: 13px;
    line-height: 1.58;
}

.vowira-policy-card li::before {
    content: "";
    position: absolute;
    top: .68em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #0f6a4d;
}

.vowira-policy-note {
    margin-top: 22px;
    border: 1px solid rgba(138, 107, 66, .24);
    border-radius: 8px;
    background: #f8f2e8;
    padding: 18px 22px;
}

.vowira-policy-note p {
    margin: 0;
    color: #5b5145;
    font-size: 14px;
    line-height: 1.7;
}

.vowira-policy-page--official {
    max-width: 980px;
}

.vowira-policy-page--official .vowira-policy-hero {
    padding-top: 46px;
    padding-bottom: 28px;
}

.vowira-policy-page--official .vowira-policy-hero h1 {
    font-size: clamp(36px, 3.6vw, 54px);
}

.vowira-policy-page--official .vowira-policy-hero p {
    max-width: 860px;
    color: #46534f;
}

.vowira-policy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6ddd0;
}

.vowira-policy-meta span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    border: 1px solid #e4dacb;
    border-radius: 999px;
    background: #fffefa;
    padding: 7px 12px;
    color: #4d5b56;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}

.vowira-policy-doc {
    display: grid;
    gap: 0;
    margin-top: 10px;
    border-top: 1px solid #eadfce;
}

.vowira-policy-section {
    display: grid;
    grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
    gap: 28px;
    border-bottom: 1px solid #eadfce;
    padding: 30px 0;
}

.vowira-policy-section h2 {
    display: flex;
    gap: 12px;
    margin: 0;
    color: #102f2a;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.35;
}

.vowira-policy-section h2 span {
    flex: 0 0 auto;
    color: #a98655;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.8;
}

.vowira-policy-section-body {
    min-width: 0;
}

.vowira-policy-section-body p {
    margin: 0;
    color: #34413d;
    font-size: 15px;
    line-height: 1.82;
}

.vowira-policy-list {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.vowira-policy-list li {
    position: relative;
    padding-left: 18px;
    color: #4f5b57;
    font-size: 14px;
    line-height: 1.7;
}

.vowira-policy-list li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0f6a4d;
}

.vowira-footer-newsletter {
    border: 1px solid rgba(211, 173, 115, .34);
    background: rgba(255, 254, 250, .045);
    padding: 24px;
}

.vowira-footer-form {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.vowira-footer-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 254, 250, .38);
    background: transparent;
    padding: 13px 0;
    color: #fffefa;
    font-size: 14px;
    outline: none;
}

.vowira-footer-input::placeholder {
    color: rgba(255, 254, 250, .52);
}

.vowira-footer-input:focus {
    border-color: #d3ad73;
}

.vowira-footer-submit {
    min-height: 46px;
    border: 1px solid #d3ad73;
    background: #d3ad73;
    color: #102f2a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease;
}

.vowira-footer-submit:hover {
    background: transparent;
    color: #d3ad73;
}

.vowira-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.vowira-footer-badges span {
    border: 1px solid rgba(255, 254, 250, .2);
    padding: 7px 10px;
    color: rgba(255, 254, 250, .68);
    font-size: 11px;
    font-weight: 700;
}

.vowira-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(255, 254, 250, .14);
    max-width: 1320px;
    margin: 0 auto;
    padding: 14px 40px 18px;
    color: rgba(255, 254, 250, .58);
    font-size: 12px;
}

.vowira-footer-bottom p {
    margin: 0;
}

.vowira-footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}

.vowira-cookie-visible .vowira-footer {
    padding-bottom: 96px;
}

.vowira-cookie-consent {
    position: static !important;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 60;
    display: none;
    width: min(1120px, calc(100vw - 32px));
    margin: 10px auto 0;
    border: 1px solid rgba(138, 107, 66, .24);
    background: rgba(255, 253, 248, .97);
    padding: 10px;
    box-shadow: none;
}

.vowira-cookie-title {
    display: block;
    color: #1d322d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.vowira-cookie-copy {
    margin: 4px 0 0;
    color: #5c554b;
    font-size: 11px;
    line-height: 1.45;
}

.vowira-cookie-link,
.vowira-cookie-manage {
    color: #8a6b42;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vowira-cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 8px;
}

.vowira-cookie-accept,
.vowira-cookie-reject {
    min-height: 32px;
    border: 1px solid #1d322d;
    font-size: 11px;
    font-weight: 700;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.vowira-cookie-accept {
    background: #1d322d;
    color: #fffdf8;
}

.vowira-cookie-reject {
    background: transparent;
    color: #1d322d;
}

.vowira-cookie-accept:hover {
    background: #8a6b42;
    border-color: #8a6b42;
}

.vowira-cookie-reject:hover {
    border-color: #8a6b42;
    color: #8a6b42;
}

.vowira-cookie-manage {
    display: inline-flex;
    margin-top: 7px;
    font-size: 10px;
    font-weight: 600;
}

.vowira-auth-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 28px 20px;
}

.vowira-auth-brand {
    position: relative;
    display: none;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.vowira-auth-logo {
    position: relative;
    display: inline-flex;
    color: #1d322d;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 34px;
    letter-spacing: .22em;
    line-height: 1;
}

.vowira-auth-logo::after {
    content: "";
    position: absolute;
    right: .22em;
    bottom: -10px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(138, 107, 66, .72), transparent);
}

.vowira-auth-cart-link {
    position: absolute;
    right: 0;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(138, 107, 66, .34);
    border-radius: 999px;
    background: #fffaf0;
    padding: 0 13px;
    color: #143f37;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.vowira-auth-cart-link:hover,
.vowira-auth-cart-link:focus-visible {
    border-color: #8a6b42;
    background: #143f37;
    color: #fffefa;
}

.vowira-auth-cart-link .icon-cart {
    font-size: 18px !important;
}

.vowira-auth-card {
    width: min(100%, 460px);
    margin: 0 auto;
    border: 1px solid #e5ded2;
    border-radius: 12px;
    background: #fffdf8;
    padding: 34px;
    box-shadow: 0 18px 48px rgba(34, 45, 40, .08);
}

.vowira-auth-eyebrow {
    margin: 0 0 8px;
    color: #9b7b50;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.vowira-auth-card h1 {
    margin: 0;
    color: #143f37;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.05;
}

.vowira-auth-copy {
    margin: 10px 0 0;
    color: #646d67;
    font-size: 14px;
    line-height: 1.7;
}

.vowira-auth-form {
    margin-top: 24px;
}

.vowira-auth-card label {
    color: #1f2925;
    font-size: 13px;
    font-weight: 700;
}

.vowira-auth-card .control-group {
    margin-bottom: 16px;
}

.vowira-auth-input {
    min-height: 46px !important;
    border-color: #ded6ca !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #18231f !important;
    font-size: 14px !important;
}

.vowira-auth-input:focus {
    border-color: #8a6b42 !important;
    box-shadow: 0 0 0 3px rgba(138, 107, 66, .12);
}

.vowira-auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 4px;
}

.vowira-auth-actions {
    display: flex;
    margin-top: 22px;
}

.vowira-auth-submit {
    max-width: none !important;
    min-height: 48px !important;
    border-radius: 8px !important;
    background: #143f37 !important;
    color: #fffefa !important;
    font-weight: 800 !important;
}

.vowira-auth-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.vowira-auth-trust span {
    border: 1px solid #e5ded2;
    border-radius: 999px;
    background: #fbf7f1;
    padding: 6px 9px;
    color: #61594f;
    font-size: 11px;
    font-weight: 700;
}

.vowira-auth-switch {
    margin: 18px 0 0;
    color: #5f6862;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.vowira-auth-switch a {
    color: #143f37;
    font-weight: 800;
}

.vowira-auth-inline-register {
    margin: 13px 0 0;
    border: 1px solid #e5ded2;
    border-radius: 8px;
    background: #fbf7f1;
    padding: 11px 12px;
    color: #5f6862;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.vowira-auth-inline-register a {
    color: #143f37;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vowira-auth-footer {
    margin: 18px 0 0;
    color: #76736b;
    text-align: center;
    font-size: 11px;
}

.vowira-checkout-login-modal .fixed.inset-0.z-10.transform > .flex > div {
    max-width: 460px !important;
}

.vowira-checkout-login-modal__content {
    padding: 26px 32px 22px !important;
}

.vowira-checkout-login-modal__content .control-group {
    margin-bottom: 18px;
}

.vowira-checkout-login-modal__content label {
    color: #18231f;
    font-size: 13px;
    font-weight: 800;
}

.vowira-checkout-login-modal__content input {
    min-height: 46px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
}

.vowira-checkout-login-modal__footer {
    margin-top: 0 !important;
    padding: 22px 32px 28px !important;
}

.vowira-checkout-login-modal__footer .primary-button {
    min-height: 48px;
    border-radius: 8px !important;
}

.vowira-checkout-login-modal__register {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #e5ded2;
    border-radius: 8px;
    background: #fffdf8;
    padding: 11px 12px;
    color: #5f6862;
    font-size: 13px;
    font-weight: 700;
}

.vowira-checkout-login-modal__register a {
    color: #143f37;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vowira-payment-method-groups {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.vowira-payment-method-group {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border: 1px solid #e3eae4;
    border-radius: 8px;
    background: #fbfcfa;
    padding: 10px 12px;
}

.vowira-payment-method-group__title {
    color: #1f3c35;
    font-size: 12px;
    font-weight: 900;
}

.vowira-payment-method-group__items {
    color: #53625d;
    font-size: 12px;
    line-height: 1.55;
}

.vowira-payment-methods-note {
    margin-top: 10px;
    color: #6a746f;
    font-size: 11px;
    line-height: 1.5;
}

.vowira-account-home {
    display: none;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 0 18px 24px;
}

.vowira-account-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border: 1px solid #e5ded2;
    border-radius: 12px;
    background: #fffdf8;
    padding: 18px;
}

.vowira-account-avatar {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: #143f37;
    color: #fffefa;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 26px;
    line-height: 1;
}

.vowira-account-identity {
    min-width: 0;
}

.vowira-account-identity p {
    margin: 0 0 3px;
    color: #9b7b50;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.vowira-account-identity h1 {
    margin: 0;
    color: #143f37;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.05;
}

.vowira-account-identity span {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: #66706a;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vowira-account-status {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
}

.vowira-account-status span {
    border: 1px solid #e5ded2;
    border-radius: 999px;
    background: #fbf7f1;
    padding: 7px 6px;
    color: #5a5248;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
}

.vowira-account-quick {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 14px;
}

.vowira-account-tile {
    display: grid;
    min-width: 0;
    gap: 5px;
    border: 1px solid #e5ded2;
    border-radius: 10px;
    background: #fff;
    padding: 13px;
    color: #18231f;
}

.vowira-account-tile span {
    color: #9b7b50;
    font-size: 22px;
}

.vowira-account-tile strong {
    color: #18231f;
    font-size: 14px;
    line-height: 1.1;
}

.vowira-account-tile small {
    overflow: hidden;
    color: #73776f;
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vowira-account-list {
    display: grid;
    gap: 0;
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid #e5ded2;
    border-radius: 12px;
    background: #fff;
}

.vowira-account-list a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 68px;
    border-top: 1px solid #ede7dc;
    padding: 12px 14px;
    color: #18231f;
}

.vowira-account-list a:first-child {
    border-top: 0;
}

.vowira-account-list > a > span {
    color: #9b7b50;
    font-size: 22px;
}

.vowira-account-list strong {
    display: block;
    overflow: hidden;
    color: #18231f;
    font-size: 13px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vowira-account-list small {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    color: #73776f;
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vowira-account-list i {
    color: #9ca09a;
    font-size: 20px;
}

.vowira-account-logout {
    margin-top: 14px;
}

.vowira-account-logout a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddcfc1;
    border-radius: 8px;
    background: #fffdf8;
    color: #5c554b;
    font-size: 13px;
    font-weight: 800;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) max-content;
    align-items: center;
    column-gap: 18px;
    margin-top: 30px;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:first-child,
.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:first-child > div,
.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:first-child > div > div {
    min-width: 0;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:first-child > div > div:first-child {
    width: min(100%, 360px);
    max-width: none;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child input[name="search"] {
    min-height: 42px;
    width: 100%;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:last-child {
    display: flex;
    width: max-content;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    white-space: nowrap;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:last-child > * {
    flex: 0 0 auto;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:last-child button,
.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:last-child [class*="cursor-pointer"] {
    min-height: 42px;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:last-child button {
    min-width: 86px;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:last-child [class*="cursor-pointer"] {
    min-width: 92px;
    white-space: nowrap;
}

.vowira-account-orders > div.max-md\:hidden > div > div:first-child > div:last-child [class*="icon-filter"] + span {
    display: inline-block;
    white-space: nowrap;
}

.vowira-account-orders > div.max-md\:hidden > div > div:nth-child(2) {
    margin-top: 26px;
}

@media (max-width: 1180px) {
    .vowira-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .vowira-footer-inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }
}

@media (max-width: 1024px) {
    .vowira-catalog-layout {
        margin-top: 26px;
    }

    .vowira-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vowira-toolbar-left {
        display: none;
    }

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

    .vowira-service-item:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .vowira-auth-shell {
        padding: 28px 20px calc(96px + env(safe-area-inset-bottom));
    }

    .vowira-auth-brand {
        min-height: 38px;
        justify-content: space-between;
        margin-bottom: 18px;
    }

    .vowira-auth-logo {
        font-size: 25px;
        letter-spacing: .14em;
    }

    .vowira-auth-cart-link {
        position: static;
        min-height: 34px;
        padding: 0 10px;
        font-size: 11px;
        letter-spacing: .06em;
    }

    .vowira-auth-cart-link .icon-cart {
        font-size: 17px !important;
    }

    .vowira-auth-card {
        border-radius: 10px;
        padding: 18px;
        box-shadow: none;
    }

    .vowira-auth-card h1 {
        font-size: 27px;
    }

    .vowira-auth-copy {
        font-size: 13px;
        line-height: 1.55;
    }

    .vowira-auth-form {
        margin-top: 18px;
    }

    .vowira-auth-card .control-group {
        margin-bottom: 13px;
    }

    .vowira-auth-card label {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .vowira-auth-input {
        min-height: 40px !important;
        padding: 0 13px !important;
        font-size: 13px !important;
    }

    .vowira-auth-options {
        gap: 10px;
        align-items: flex-start;
        font-size: 12px;
    }

    .vowira-auth-options label,
    .vowira-auth-options a,
    .vowira-auth-checkline label,
    .vowira-auth-checkline span {
        font-size: 12px !important;
        line-height: 1.35;
    }

    .vowira-auth-actions {
        margin-top: 18px;
    }

    .vowira-auth-submit {
        min-height: 42px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
    }

    .vowira-auth-trust {
        gap: 5px;
        margin-top: 12px;
    }

    .vowira-auth-trust span {
        padding: 5px 8px;
        font-size: 10px;
    }

    .vowira-auth-switch {
        margin-top: 15px;
        font-size: 13px;
    }

    .vowira-auth-inline-register {
        margin-top: 11px;
        padding: 10px;
        font-size: 12px;
        line-height: 1.35;
    }

    .vowira-auth-footer {
        margin-top: 14px;
        font-size: 10px;
    }

    .vowira-checkout-login-modal .fixed.inset-0.z-10.transform > .flex > div {
        width: min(92vw, 390px) !important;
        max-width: 390px !important;
    }

    .vowira-checkout-login-modal__content {
        padding: 18px 18px 16px !important;
    }

    .vowira-checkout-login-modal__content .control-group {
        margin-bottom: 13px;
    }

    .vowira-checkout-login-modal__content input {
        min-height: 40px !important;
        padding: 0 13px !important;
        font-size: 13px !important;
    }

    .vowira-checkout-login-modal__footer {
        padding: 16px 18px 18px !important;
    }

    .vowira-checkout-login-modal__footer .primary-button {
        min-height: 42px;
        padding: 0 16px !important;
        font-size: 14px !important;
    }

    .vowira-checkout-login-modal__register {
        padding: 10px;
        font-size: 12px;
    }

    .vowira-account-home {
        display: block;
        padding: 0 14px calc(96px + env(safe-area-inset-bottom));
    }

    .vowira-account-hero {
        border-radius: 10px;
        padding: 14px;
    }

    .vowira-account-avatar {
        width: 46px;
        height: 46px;
        font-size: 23px;
    }

    .vowira-account-identity h1 {
        font-size: 24px;
    }

    .vowira-account-quick {
        gap: 8px;
        margin-top: 12px;
    }

    .vowira-account-tile {
        border-radius: 9px;
        padding: 11px;
    }

    .vowira-account-list {
        margin-top: 12px;
    }

    .vowira-account-list a {
        min-height: 61px;
        padding: 10px 12px;
    }

    .vowira-account-logout a {
        min-height: 40px;
    }

    .skip-to-main-content-link {
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .skip-to-main-content-link:focus {
        width: auto;
        height: auto;
        clip: auto;
        white-space: normal;
    }

    .vowira-service-strip {
        display: none !important;
    }

    .vowira-catalog-head,
    .vowira-search-head {
        align-items: start;
        flex-direction: column;
        gap: 8px;
        margin-top: 14px;
        padding-bottom: 10px;
    }

    .vowira-catalog-head h1,
    .vowira-search-head h2 {
        font-size: 25px;
        line-height: 1.08;
    }

    .vowira-catalog-head > div > p,
    .vowira-search-head > p {
        font-size: 10px;
        letter-spacing: .14em;
    }

    .vowira-category-mobile-converter {
        display: grid;
        gap: 10px;
        margin: 0 -2px 12px;
        border-top: 1px solid #e8e2d8;
        border-bottom: 1px solid #e8e2d8;
        background: #fffefa;
        padding: 12px 0 12px;
    }

    .vowira-category-mobile-converter__copy span {
        display: block;
        color: #9b7b50;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .13em;
    text-transform: uppercase;
}

    .vowira-category-mobile-converter__copy p {
        margin: 5px 0 0;
        color: #4f5a54;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.45;
    }

    .vowira-category-mobile-chips {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(158px, 68vw);
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 2px;
        scroll-snap-type: x proximity;
    }

    .vowira-category-mobile-chips a {
        display: inline-flex;
        min-height: 42px;
        align-items: center;
        scroll-snap-align: start;
        border: 1px solid #ded4c4;
        background: #fbf7f1;
        padding: 0 11px;
        color: #1d322d;
        font-size: 11px;
        font-weight: 800;
        line-height: 1.2;
    }

    .vowira-category-mobile-chips a:first-child {
        border-color: #1d322d;
        background: #1d322d;
        color: #fffefa;
    }

    .vowira-category-mobile-proof {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .vowira-category-mobile-proof span {
        display: inline-flex;
        min-height: 25px;
        align-items: center;
        border: 1px solid #e8e2d8;
        background: #ffffff;
        padding: 0 8px;
        color: #667069;
        font-size: 10px;
        font-weight: 700;
    }

    .vowira-catalog-layout {
        display: block;
        margin-top: 10px;
        overflow-x: hidden;
    }

    .vowira-toolbar {
        display: none;
    }

    .vowira-filter-panel {
        display: none !important;
    }

    .vowira-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 18px;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .vowira-product-grid .group {
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        white-space: normal;
    }

    .vowira-carousel-card {
        flex: 0 0 clamp(150px, calc((100vw - 44px) / 2), 192px) !important;
        width: clamp(150px, calc((100vw - 44px) / 2), 192px) !important;
        min-width: clamp(150px, calc((100vw - 44px) / 2), 192px) !important;
        max-width: clamp(150px, calc((100vw - 44px) / 2), 192px) !important;
        overflow: hidden;
        white-space: normal;
    }

    .vowira-product-grid .group > div:first-child {
        aspect-ratio: 1 / 1.04;
        contain: layout paint;
        border-radius: 14px !important;
    }

    .vowira-carousel-card > div:first-child {
        aspect-ratio: 1 / 1.04;
        border-radius: 14px !important;
        overflow: hidden;
    }

    .vowira-product-grid .group > div:first-child > .vowira-product-image-frame {
        position: absolute;
        inset: 0;
    }

    .vowira-carousel-card .vowira-product-image-frame,
    .vowira-carousel-card .vowira-product-card-image,
    .vowira-product-grid .vowira-product-image-frame,
    .vowira-product-grid .vowira-product-card-image {
        display: block;
        width: 100% !important;
        height: 100% !important;
        min-width: 0;
        max-width: 100%;
        object-fit: cover;
    }

    .vowira-product-grid .group > div:nth-child(2) {
        grid-template-columns: minmax(0, 1fr);
        justify-items: stretch;
        min-width: 0;
        width: 100%;
        gap: 3px !important;
        padding-top: 7px !important;
    }

    .vowira-product-grid .group > div:nth-child(2) p:first-of-type {
        width: 100% !important;
        min-height: 30px;
        max-width: 100%;
        overflow: hidden;
        -webkit-line-clamp: 2;
        color: #161b18;
        font-size: 11px !important;
        font-weight: 650;
        line-height: 1.34;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .vowira-carousel-card .vowira-card-title-link,
    .vowira-carousel-card .vowira-card-title-link p,
    .vowira-carousel-card .vowira-card-price,
    .vowira-carousel-card .vowira-card-price *,
    .vowira-product-grid .vowira-card-title-link,
    .vowira-product-grid .vowira-card-title-link p,
    .vowira-product-grid .vowira-card-price,
    .vowira-product-grid .vowira-card-price * {
        min-width: 0;
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .vowira-product-grid .group > div:nth-child(2) > .vowira-card-price,
    .vowira-product-grid .group > div:nth-child(2) > .vowira-card-price * {
        font-size: 11px !important;
        font-weight: 800 !important;
        line-height: 1.25;
        letter-spacing: 0 !important;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .vowira-product-grid .group > div:nth-child(2) > .vowira-card-price {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        margin-top: 1px;
        overflow: hidden;
        justify-self: stretch;
    }

    .vowira-card-title-link {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 32px;
        overflow: hidden;
        justify-self: stretch;
    }

    .vowira-card-mobile-cta {
        display: none !important;
    }

    .vowira-product-list-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        overflow: hidden;
    }

    .vowira-product-list-media {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 14px !important;
    }

    .vowira-product-list-info {
        gap: 6px !important;
        width: 100%;
    }

    .vowira-product-list-info p {
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .vowira-product-list-price,
    .vowira-product-list-price * {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .vowira-cookie-consent {
        position: static !important;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: calc(100% - 28px);
        margin: 8px 14px 0;
        border-color: rgba(138, 107, 66, .18);
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 8px;
        align-items: center;
        padding: 6px 8px;
        box-shadow: none;
    }

    .vowira-footer {
        background: #102f2a;
        color: #fffefa;
    }

    .vowira-footer-mobile {
        display: block;
        padding: 28px 18px calc(104px + env(safe-area-inset-bottom));
    }

    .vowira-footer-mobile-newsletter {
        display: grid;
        gap: 12px;
    }

    .vowira-footer-mobile-title {
        margin: 0;
        color: #d3ad73;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .08em;
    }

    .vowira-footer-mobile-form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 82px;
        gap: 8px;
        align-items: start;
    }

    .vowira-footer-mobile-input {
        width: 100%;
        min-height: 40px;
        border: 1px solid rgba(255, 254, 250, .22);
        border-radius: 999px;
        background: rgba(255, 254, 250, .08);
        padding: 0 14px;
        color: #fffefa;
        font-size: 12px;
        outline: none;
    }

    .vowira-footer-mobile-input::placeholder {
        color: rgba(255, 254, 250, .58);
    }

    .vowira-footer-mobile-input:focus {
        border-color: rgba(211, 173, 115, .82);
    }

    .vowira-footer-mobile-submit,
    .vowira-footer-mobile-contact {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        border: 1px solid #d3ad73;
        border-radius: 999px;
        background: #d3ad73;
        color: #102f2a;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .04em;
    }

    .vowira-footer-mobile-contact {
        width: 100%;
        margin-top: 14px;
        background: transparent;
        color: #fffefa;
    }

    .vowira-footer-mobile-copy {
        margin: 18px 0 0;
        color: rgba(255, 254, 250, .76);
        font-size: 11px;
        letter-spacing: 0;
        line-height: 1.5;
    }

    .vowira-policy-page {
        margin-bottom: 48px;
        padding-bottom: 28px;
    }

    .vowira-policy-hero {
        padding: 28px 0 22px;
    }

    .vowira-policy-hero h1 {
        font-size: 34px;
    }

    .vowira-policy-hero p {
        font-size: 14px;
        line-height: 1.65;
    }

    .vowira-policy-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
    }

    .vowira-policy-card {
        padding: 18px;
        box-shadow: none;
    }

    .vowira-policy-note {
        padding: 15px 16px;
    }

    .vowira-policy-page--official {
        max-width: none;
    }

    .vowira-policy-page--official .vowira-policy-hero {
        padding-top: 30px;
    }

    .vowira-policy-page--official .vowira-policy-hero h1 {
        font-size: 32px;
        line-height: 1.08;
    }

    .vowira-policy-meta {
        gap: 7px;
        margin-top: 12px;
        padding-bottom: 18px;
    }

    .vowira-policy-meta span {
        min-height: 28px;
        padding: 6px 10px;
        font-size: 10px;
    }

    .vowira-policy-doc {
        margin-top: 0;
    }

    .vowira-policy-section {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 22px 0;
    }

    .vowira-policy-section h2 {
        gap: 10px;
        font-size: 17px;
    }

    .vowira-policy-section-body p {
        font-size: 14px;
        line-height: 1.74;
    }

    .vowira-policy-list {
        margin-top: 10px;
    }

    .vowira-policy-list li {
        font-size: 13px;
        line-height: 1.64;
    }

    .vowira-footer-inner {
        display: none;
    }

    .vowira-footer-bottom {
        display: none;
    }

    .vowira-cookie-title {
        max-width: 100%;
        overflow: hidden;
        font-size: 8px;
        letter-spacing: .02em;
        line-height: 1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .vowira-cookie-copy {
        display: none;
    }

    .vowira-cookie-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        margin-top: 0;
        width: 132px;
    }

    .vowira-cookie-accept,
    .vowira-cookie-reject {
        flex: 1 1 0;
        min-height: 22px;
        font-size: 8px;
    }

    .vowira-cookie-manage {
        display: none;
    }

    .vowira-cookie-visible .vowira-footer {
        padding-bottom: 96px;
    }
}

@supports selector(body:has(.vowira-policy-page)) {
    @media (max-width: 768px) {
        body:has(.vowira-policy-page) .vowira-cookie-consent {
            top: auto;
            right: auto;
            bottom: auto;
            width: calc(100% - 28px);
        }

        body.vowira-cookie-visible:has(.vowira-policy-page) .vowira-policy-page {
            padding-top: 94px;
        }

        body.vowira-cookie-visible:has(.vowira-policy-page) .vowira-footer {
            padding-bottom: 0;
        }
    }
}
