/* VDSHOP storefront compatibility layer. Existing semantic hooks are retained beneath the Pronia skin. */
:root {
    /* Brand foundation */
    --vp-brand-navy: #102542;
    --vp-brand-slate: #2f4a67;
    --vp-brand-sky: #d9ecff;
    --vp-brand-blue: #1c6ed6;
    --vp-brand-blue-deep: #1559ad;
    --vp-brand-ink: #1f2937;
    --vp-brand-muted: #5f6c7b;
    --vp-brand-border: #d7e1ec;
    --vp-brand-panel: #ffffff;
    --vp-brand-panel-soft: #f7fafc;
    --vp-brand-highlight: #f4f8fc;
    --vp-brand-success: #1f7a45;
    --vp-brand-warning: #a66100;
    --vp-brand-danger: #b42318;
    --vp-shadow-soft: 0 20px 45px rgba(16, 37, 66, 0.08);
    --vp-shadow-card: 0 14px 34px rgba(16, 37, 66, 0.08);
    --vp-radius-card: 1.15rem;
    --vp-radius-pill: 999px;

    /* Typography */
    --vp-font-body: "Segoe UI", "Helvetica Neue", sans-serif;
    --vp-font-heading: Georgia, "Times New Roman", serif;
    --vp-heading-letter-spacing: -0.02em;

    /* Page shell */
    --vp-page-background:
        radial-gradient(circle at top right, rgba(28, 110, 214, 0.08), transparent 28rem),
        linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
    --vp-page-text: var(--vp-brand-ink);
    --vp-page-link: var(--vp-brand-blue);
    --vp-page-link-hover: var(--vp-brand-blue-deep);
    --vp-layout-max-width: 1320px;

    /* Header */
    --vp-header-background:
        linear-gradient(135deg, rgba(16, 37, 66, 0.98), rgba(32, 62, 96, 0.96)),
        #102542;
    --vp-header-border-color: rgba(255, 255, 255, 0.08);
    --vp-header-shadow: 0 14px 30px rgba(16, 37, 66, 0.22);
    --vp-header-brand-color: #ffffff;
    --vp-header-brand-meta-color: rgba(255, 255, 255, 0.72);
    --vp-header-link-color: rgba(255, 255, 255, 0.84);
    --vp-header-link-hover-color: #ffffff;
    --vp-header-link-active-color: #ffffff;
    --vp-header-link-active-background: rgba(255, 255, 255, 0.12);
    --vp-header-search-background: rgba(255, 255, 255, 0.09);
    --vp-header-search-border-color: rgba(255, 255, 255, 0.18);
    --vp-header-chip-background: rgba(255, 255, 255, 0.13);
    --vp-header-chip-color: #ffffff;

    /* Breadcrumbs */
    --vp-breadcrumb-background: transparent;
    --vp-breadcrumb-border: rgba(203, 214, 227, 0.88);
    --vp-breadcrumb-link: var(--vp-brand-slate);
    --vp-breadcrumb-link-hover: var(--vp-brand-blue-deep);
    --vp-breadcrumb-current: var(--vp-brand-ink);
    --vp-breadcrumb-separator: rgba(95, 108, 123, 0.55);

    /* Surfaces */
    --vp-surface-card-bg: var(--vp-brand-panel);
    --vp-surface-card-bg-soft: var(--vp-brand-panel-soft);
    --vp-surface-card-border: var(--vp-brand-border);
    --vp-surface-card-shadow: var(--vp-shadow-card);
    --vp-surface-card-radius: var(--vp-radius-card);
    --vp-surface-card-header-bg: linear-gradient(180deg, rgba(247, 250, 252, 0.92), rgba(255, 255, 255, 0.98));
    --vp-surface-card-header-border: rgba(215, 225, 236, 0.92);
    --vp-surface-hero-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(231, 241, 252, 0.96)), #ffffff;
    --vp-surface-hero-border: rgba(189, 210, 232, 0.95);
    --vp-surface-hero-shadow: var(--vp-shadow-soft);

    /* Buttons */
    --vp-button-radius: 0.95rem;
    --vp-button-font-weight: 600;
    --vp-button-primary-bg: linear-gradient(135deg, var(--vp-brand-blue), var(--vp-brand-blue-deep));
    --vp-button-primary-bg-hover: linear-gradient(135deg, var(--vp-brand-blue-deep), #0f4d9a);
    --vp-button-primary-border: var(--vp-brand-blue-deep);
    --vp-button-primary-border-hover: #0f4d9a;
    --vp-button-primary-text: #ffffff;
    --vp-button-outline-primary-bg: #ffffff;
    --vp-button-outline-primary-border: rgba(28, 110, 214, 0.28);
    --vp-button-outline-primary-text: var(--vp-brand-blue);
    --vp-button-outline-primary-bg-hover: rgba(28, 110, 214, 0.08);
    --vp-button-outline-primary-border-hover: var(--vp-brand-blue);
    --vp-button-outline-primary-text-hover: var(--vp-brand-blue-deep);

    /* Forms */
    --vp-form-control-height: 3rem;
    --vp-form-control-bg: #ffffff;
    --vp-form-control-border: #cbd6e3;
    --vp-form-control-radius: 0.95rem;
    --vp-form-control-focus-border: rgba(28, 110, 214, 0.55);
    --vp-form-control-focus-shadow: 0 0 0 0.22rem rgba(28, 110, 214, 0.12);

    /* Footer */
    --vp-footer-background: transparent;
    --vp-footer-border: rgba(203, 214, 227, 0.9);
    --vp-footer-card-bg: rgba(255, 255, 255, 0.8);
    --vp-footer-card-border: rgba(203, 214, 227, 0.9);
}

/*
Designer hooks
--------------
Use these stable hooks before touching page-specific markup:
- body[data-vp-page]
- body[data-vp-active-nav]
- body[data-vp-customer-state]
- [data-vp-header]
- [data-vp-breadcrumbs]
- [data-vp-content]
- [data-vp-footer]
- .catalog-hero
- .vp-storefront-nav
- .vp-storefront-footer
- .selection-chip
- .price-panel
- .catalog-filter-card
- .vp-home-card
*/

:root {
    --vp-brand-navy: #102542;
    --vp-brand-slate: #2f4a67;
    --vp-brand-sky: #d9ecff;
    --vp-brand-blue: #1c6ed6;
    --vp-brand-blue-deep: #1559ad;
    --vp-brand-ink: #1f2937;
    --vp-brand-muted: #5f6c7b;
    --vp-brand-border: #d7e1ec;
    --vp-brand-panel: #ffffff;
    --vp-brand-panel-soft: #f7fafc;
    --vp-brand-highlight: #f4f8fc;
    --vp-brand-success: #1f7a45;
    --vp-brand-warning: #a66100;
    --vp-brand-danger: #b42318;
    --vp-shadow-soft: 0 20px 45px rgba(16, 37, 66, 0.08);
    --vp-shadow-card: 0 14px 34px rgba(16, 37, 66, 0.08);
    --vp-radius-card: 1.15rem;
    --vp-radius-pill: 999px;
}

body.vp-storefront-shell {
    background: var(--vp-page-background);
    color: var(--vp-page-text);
    font-family: var(--vp-font-body);
}

.vp-storefront-shell h1,
.vp-storefront-shell h2,
.vp-storefront-shell h3,
.vp-storefront-shell h4,
.vp-storefront-shell h5,
.vp-storefront-shell h6,
.vp-storefront-shell .navbar-brand {
    font-family: var(--vp-font-heading);
    letter-spacing: var(--vp-heading-letter-spacing);
}

.vp-storefront-shell a {
    color: var(--vp-page-link);
}

.vp-storefront-shell a:hover {
    color: var(--vp-page-link-hover);
}

.vp-storefront-nav {
    background: var(--vp-header-background);
    border-bottom: 1px solid var(--vp-header-border-color);
    box-shadow: var(--vp-header-shadow);
}

.vp-storefront-nav .navbar-brand {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--vp-header-brand-color);
}

.vp-storefront-nav .navbar-brand small {
    display: block;
    margin-top: 0.1rem;
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vp-header-brand-meta-color);
}

.vp-storefront-nav .nav-link {
    padding: 0.65rem 0.95rem;
    border-radius: 0.9rem;
    font-weight: 600;
    color: var(--vp-header-link-color);
    transition: background 0.2s ease, color 0.2s ease;
}

.vp-storefront-nav .nav-link:hover,
.vp-storefront-nav .nav-link.active {
    background: var(--vp-header-link-active-background);
    color: var(--vp-header-link-hover-color);
}

.vp-storefront-search {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem;
    border-radius: 1rem;
    background: var(--vp-header-search-background);
}

.vp-storefront-search .form-control {
    min-width: min(18rem, 62vw);
    border: 1px solid var(--vp-header-search-border-color);
    border-radius: 0.9rem;
    background: var(--vp-form-control-bg);
}

.vp-storefront-search .btn {
    white-space: nowrap;
}

.vp-storefront-social-links {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.vp-storefront-social-links-header {
    padding: 0.2rem 0;
}

.vp-storefront-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: var(--vp-header-link-color);
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.vp-storefront-social-link:hover {
    color: var(--vp-header-link-hover-color);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.vp-storefront-social-link svg {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    stroke: currentColor;
}

.vp-autocomplete-field {
    position: relative;
    flex: 1 1 16rem;
}

.vp-autocomplete-panel {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    z-index: 1080;
    display: none;
    overflow: hidden;
    border: 1px solid rgba(203, 214, 227, 0.98);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 40px rgba(16, 37, 66, 0.16);
}

.vp-autocomplete-panel.is-visible {
    display: block;
}

.vp-autocomplete-status {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.95rem 1rem;
    color: var(--vp-brand-muted);
    font-size: 0.85rem;
    line-height: 1.4;
}

.vp-autocomplete-status.is-loading {
    color: var(--vp-brand-blue-deep);
}

.vp-autocomplete-status-spinner {
    width: 0.95rem;
    height: 0.95rem;
    border: 2px solid rgba(28, 110, 214, 0.18);
    border-top-color: var(--vp-brand-blue);
    border-radius: 50%;
    flex: 0 0 auto;
    animation: vp-autocomplete-spin 0.8s linear infinite;
}

@keyframes vp-autocomplete-spin {
    to {
        transform: rotate(360deg);
    }
}

.vp-autocomplete-result {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    padding: 0.85rem 1rem;
    text-decoration: none;
    color: var(--vp-brand-ink);
    border-bottom: 1px solid rgba(203, 214, 227, 0.72);
    transition: background 0.2s ease;
}

.vp-autocomplete-result:last-child {
    border-bottom: 0;
}

.vp-autocomplete-result:hover,
.vp-autocomplete-result.is-active {
    background: rgba(28, 110, 214, 0.06);
    color: var(--vp-brand-ink);
}

.vp-autocomplete-result-media,
.vp-autocomplete-result-media-placeholder {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(203, 214, 227, 0.95);
    background: #fff;
    overflow: hidden;
}

.vp-autocomplete-result-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vp-autocomplete-result-media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f5f7fa, #edf2f7);
    color: var(--vp-brand-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vp-autocomplete-result-copy {
    min-width: 0;
}

.vp-autocomplete-result-title {
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vp-autocomplete-result-meta {
    color: var(--vp-brand-muted);
    font-size: 0.8rem;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vp-autocomplete-footer-link {
    display: block;
    padding: 0.8rem 1rem;
    border-top: 1px solid rgba(203, 214, 227, 0.72);
    background: rgba(247, 250, 252, 0.86);
    color: var(--vp-brand-blue);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.vp-autocomplete-footer-link:hover {
    background: rgba(28, 110, 214, 0.06);
    color: var(--vp-brand-blue-deep);
}

.vp-storefront-account-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.25rem;
    padding: 0.45rem 0.85rem;
    border-radius: var(--vp-radius-pill);
    background: var(--vp-header-chip-background);
    color: var(--vp-header-chip-color);
    font-size: 0.92rem;
    font-weight: 600;
}

.vp-storefront-breadcrumbs {
    border-bottom: 1px solid var(--vp-breadcrumb-border);
    background: var(--vp-breadcrumb-background);
}

.vp-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    margin: 0;
    padding: 0.95rem 0;
    list-style: none;
}

.vp-breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.84rem;
    color: var(--vp-breadcrumb-link);
}

.vp-breadcrumb-item:not(:last-child)::after {
    content: "/";
    color: var(--vp-breadcrumb-separator);
}

.vp-breadcrumb-item a {
    color: var(--vp-breadcrumb-link);
    text-decoration: none;
}

.vp-breadcrumb-item a:hover {
    color: var(--vp-breadcrumb-link-hover);
}

.vp-breadcrumb-item.is-current span {
    font-weight: 700;
    color: var(--vp-breadcrumb-current);
}

.vp-storefront-header-gap {
    margin-bottom: 2rem;
}

.vp-storefront-shell .btn {
    border-radius: var(--vp-button-radius);
    font-weight: var(--vp-button-font-weight);
    box-shadow: none;
}

.vp-storefront-shell .btn-primary {
    background: var(--vp-button-primary-bg);
    border-color: var(--vp-button-primary-border);
    color: var(--vp-button-primary-text);
}

.vp-storefront-shell .btn-primary:hover,
.vp-storefront-shell .btn-primary:focus {
    background: var(--vp-button-primary-bg-hover);
    border-color: var(--vp-button-primary-border-hover);
    color: var(--vp-button-primary-text);
}

.vp-storefront-shell .btn-outline-primary {
    border-color: var(--vp-button-outline-primary-border);
    color: var(--vp-button-outline-primary-text);
    background: var(--vp-button-outline-primary-bg);
}

.vp-storefront-shell .btn-outline-primary:hover,
.vp-storefront-shell .btn-outline-primary:focus {
    background: var(--vp-button-outline-primary-bg-hover);
    border-color: var(--vp-button-outline-primary-border-hover);
    color: var(--vp-button-outline-primary-text-hover);
}

.vp-storefront-shell .btn-outline-secondary,
.vp-storefront-shell .btn-outline-dark,
.vp-storefront-shell .btn-outline-danger {
    background: #fff;
}

.vp-storefront-shell .btn-link {
    color: var(--vp-brand-blue);
    font-weight: 600;
}

.vp-storefront-shell .alert {
    border-radius: 1rem;
    border-width: 1px;
    box-shadow: none;
}

.vp-storefront-shell .card,
.catalog-filter-card,
.catalog-step-card,
.catalog-main-image-wrap,
.vp-register-address-panel {
    border: 1px solid var(--vp-surface-card-border);
    border-radius: var(--vp-surface-card-radius);
    background: var(--vp-surface-card-bg);
    box-shadow: var(--vp-surface-card-shadow);
}

.vp-storefront-shell .card-header,
.catalog-filter-card .card-header {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--vp-surface-card-header-border);
    background: var(--vp-surface-card-header-bg);
}

.vp-storefront-shell .card-body {
    padding: 1.25rem;
}

.vp-storefront-shell .table-responsive {
    border-radius: 1rem;
}

.vp-storefront-shell .table {
    margin-bottom: 0;
}

.vp-storefront-shell .table > :not(caption) > * > * {
    padding: 0.95rem 1rem;
    border-bottom-color: rgba(215, 225, 236, 0.92);
    vertical-align: top;
}

.vp-storefront-shell .table thead th {
    background: rgba(247, 250, 252, 0.88);
    color: var(--vp-brand-muted);
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vp-storefront-shell .table tbody tr:hover > * {
    background: rgba(28, 110, 214, 0.04);
}

.vp-storefront-shell .form-control,
.vp-storefront-shell .form-select {
    min-height: var(--vp-form-control-height);
    border: 1px solid var(--vp-form-control-border);
    border-radius: var(--vp-form-control-radius);
    background: var(--vp-form-control-bg);
}

.vp-storefront-shell .form-control:focus,
.vp-storefront-shell .form-select:focus {
    border-color: var(--vp-form-control-focus-border);
    box-shadow: var(--vp-form-control-focus-shadow);
}

.vp-storefront-shell .form-check-input:checked {
    background-color: var(--vp-brand-blue);
    border-color: var(--vp-brand-blue);
}

.vp-storefront-shell .form-text,
.muted-small,
.catalog-result-count {
    color: var(--vp-brand-muted) !important;
}

.muted-small {
    font-size: 0.92rem;
    line-height: 1.6;
}

.vp-product-share-action {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.vp-product-share-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: var(--vp-share-action-colour, currentColor);
}

.vp-product-share-action-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
    stroke: currentColor;
}

.vp-product-share-action-label {
    line-height: 1;
}

.vp-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.catalog-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--vp-surface-hero-border);
    border-radius: 1.45rem;
    background: var(--vp-surface-hero-bg);
    box-shadow: var(--vp-surface-hero-shadow);
}

.catalog-hero::after {
    content: "";
    position: absolute;
    inset: auto -3.5rem -3.5rem auto;
    width: 14rem;
    height: 14rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(28, 110, 214, 0.13), transparent 72%);
    pointer-events: none;
}

.catalog-mini-stat {
    height: 100%;
    border: 1px solid rgba(189, 210, 232, 0.92);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    padding: 1rem 1.05rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.catalog-card-image,
.catalog-card-image-placeholder {
    width: 100%;
    height: 185px;
    object-fit: cover;
    background: #fff;
}

.catalog-card-image-placeholder {
    background: linear-gradient(180deg, #f5f7fa, #edf2f7);
}

.catalog-card-title {
    font-size: 1rem;
    line-height: 1.35;
}

.catalog-brand-label {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vp-brand-muted);
}

.catalog-brand-name {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--vp-brand-ink);
}

.selection-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.42rem 0.78rem;
    border: 1px solid rgba(28, 110, 214, 0.16);
    border-radius: var(--vp-radius-pill);
    background: rgba(28, 110, 214, 0.08);
    color: var(--vp-brand-blue-deep);
    font-size: 0.82rem;
    font-weight: 700;
}

.selection-chip-neutral {
    border-color: rgba(95, 108, 123, 0.14);
    background: rgba(95, 108, 123, 0.08);
    color: #445264;
}

.selection-chip-success {
    border-color: rgba(31, 122, 69, 0.14);
    background: rgba(31, 122, 69, 0.08);
    color: var(--vp-brand-success);
}

.price-panel {
    border: 1px solid rgba(189, 210, 232, 0.96);
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(246, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
    padding: 1rem;
}

.catalog-filter-card {
    padding: 1.2rem;
}

.catalog-pill-button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2.55rem;
    padding: 0.48rem 0.92rem;
    border: 1px solid rgba(203, 214, 227, 0.95);
    background: #fff;
    color: var(--vp-brand-ink);
    border-radius: var(--vp-radius-pill);
    font-size: 0.88rem;
    font-weight: 600;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.catalog-pill-button:hover {
    border-color: rgba(28, 110, 214, 0.5);
    background: rgba(28, 110, 214, 0.06);
    color: var(--vp-brand-blue-deep);
    transform: translateY(-1px);
}

.catalog-pill-button.active {
    border-color: rgba(28, 110, 214, 0.28);
    color: var(--vp-brand-blue-deep);
    background: rgba(28, 110, 214, 0.09);
}

.catalog-main-image {
    width: 100%;
    height: 420px;
    object-fit: contain;
    display: block;
    background: #fff;
    user-select: none;
    transition: opacity 0.18s ease;
}

.catalog-main-image-empty {
    height: 420px;
}

.catalog-image-caption {
    min-height: 1.2rem;
}

.catalog-image-caption.is-empty {
    min-height: 1.2rem;
}

.vp-product-gallery-shell {
    display: grid;
    gap: 1rem;
    --vp-gallery-visible-count: 5;
    --vp-gallery-thumb-gap: 0.75rem;
}

.vp-product-gallery-stage {
    position: relative;
    padding: 0.85rem;
    border: 1px solid rgba(203, 214, 227, 0.9);
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at top right, rgba(28, 110, 214, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(247, 250, 252, 0.96), rgba(255, 255, 255, 0.99));
    overflow: hidden;
}

.vp-product-gallery-main-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    text-align: left;
    touch-action: pan-y;
    isolation: isolate;
}

.vp-product-gallery-main-trigger::before,
.vp-product-gallery-main-trigger::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.vp-product-gallery-main-trigger::before {
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(18, 43, 74, 0.16)),
        rgba(255, 255, 255, 0.28);
}

.vp-product-gallery-main-trigger::after {
    top: 50%;
    left: 50%;
    width: 2.6rem;
    height: 2.6rem;
    inset: auto;
    margin: -1.3rem 0 0 -1.3rem;
    z-index: 2;
    border: 0.18rem solid rgba(28, 110, 214, 0.18);
    border-top-color: rgba(28, 110, 214, 0.82);
    border-radius: 50%;
    animation: vp-gallery-spin 0.8s linear infinite;
}

.vp-product-gallery-stage.is-loading .vp-product-gallery-main-trigger::before,
.vp-product-gallery-stage.is-loading .vp-product-gallery-main-trigger::after {
    opacity: 1;
}

.vp-product-gallery-stage.is-loading .catalog-main-image {
    opacity: 0.52;
}

.vp-product-gallery-main-trigger:focus-visible {
    outline: 3px solid rgba(28, 110, 214, 0.34);
    outline-offset: 0.28rem;
}

.vp-product-gallery-stage-tools {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.vp-product-gallery-counter,
.vp-product-gallery-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.3rem 0.75rem;
    border-radius: var(--vp-radius-pill);
    border: 1px solid rgba(203, 214, 227, 0.95);
    background: rgba(255, 255, 255, 0.94);
    color: var(--vp-brand-ink);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    backdrop-filter: blur(6px);
}

.vp-product-gallery-open {
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.vp-product-gallery-open:hover,
.vp-product-gallery-open:focus-visible {
    border-color: rgba(28, 110, 214, 0.45);
    background: rgba(28, 110, 214, 0.08);
    color: var(--vp-brand-blue-deep);
    transform: translateY(-1px);
}

.vp-product-gallery-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(203, 214, 227, 0.94);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--vp-brand-ink);
    font-size: 1.8rem;
    line-height: 1;
    transform: translateY(-50%);
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
    backdrop-filter: blur(6px);
}

.vp-product-gallery-control:hover,
.vp-product-gallery-control:focus-visible {
    border-color: rgba(28, 110, 214, 0.45);
    background: rgba(255, 255, 255, 0.98);
    color: var(--vp-brand-blue-deep);
    transform: translateY(calc(-50% - 1px));
}

.vp-product-gallery-control:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: translateY(-50%);
}

.vp-product-gallery-control:disabled:hover,
.vp-product-gallery-control:disabled:focus-visible {
    border-color: rgba(203, 214, 227, 0.94);
    background: rgba(255, 255, 255, 0.94);
    color: var(--vp-brand-ink);
    transform: translateY(-50%);
}

.vp-product-gallery-control-prev {
    left: 0.9rem;
}

.vp-product-gallery-control-next {
    right: 0.9rem;
}

.vp-product-gallery-single .vp-product-gallery-control,
.vp-product-gallery-single .vp-product-gallery-counter {
    display: none;
}

.vp-product-gallery-thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - ((var(--vp-gallery-visible-count, 5) - 1) * var(--vp-gallery-thumb-gap, 0.75rem))) / var(--vp-gallery-visible-count, 5));
    gap: var(--vp-gallery-thumb-gap, 0.75rem);
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    touch-action: pan-x pinch-zoom;
    cursor: grab;
    user-select: none;
}

.vp-product-gallery-thumbs.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.catalog-thumb-button {
    flex: 0 0 auto;
    width: 100%;
    padding: 0.3rem;
    border: 1px solid #d0d7de;
    border-radius: 0.9rem;
    background: #fff;
    scroll-snap-align: start;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.catalog-thumb-button:hover,
.catalog-thumb-button.active {
    border-color: var(--vp-brand-blue);
    box-shadow: 0 0 0 0.2rem rgba(28, 110, 214, 0.12);
    transform: translateY(-1px);
}

.catalog-thumb-button:focus-visible {
    border-color: var(--vp-brand-blue);
    box-shadow: 0 0 0 0.22rem rgba(28, 110, 214, 0.18);
    outline: none;
}

.catalog-thumb-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.68rem;
    display: block;
    pointer-events: none;
    user-select: none;
}

@keyframes vp-gallery-spin {
    to {
        transform: rotate(360deg);
    }
}

.vp-gallery-lightbox-open {
    overflow: hidden;
}

.vp-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.4rem;
    overscroll-behavior: contain;
}

.vp-gallery-lightbox[hidden] {
    display: none !important;
}

.vp-gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 14, 24, 0.86);
    backdrop-filter: blur(6px);
}

.vp-gallery-lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, 100%);
    max-height: 100%;
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    background: rgba(16, 24, 36, 0.88);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.vp-gallery-lightbox-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.vp-gallery-lightbox-counter,
.vp-gallery-lightbox-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.35rem 0.85rem;
    border-radius: var(--vp-radius-pill);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 700;
}

.vp-gallery-lightbox-close {
    font-size: 1.3rem;
    line-height: 1;
    transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.vp-gallery-lightbox-close:hover,
.vp-gallery-lightbox-close:focus-visible {
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
    outline: none;
}

.vp-gallery-lightbox-stage {
    position: relative;
    min-height: min(68vh, 780px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 3.6rem;
    touch-action: pan-y;
}

.vp-gallery-lightbox-image-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-gallery-lightbox-image {
    max-width: 100%;
    max-height: min(68vh, 780px);
    object-fit: contain;
    user-select: none;
}

.vp-gallery-lightbox .vp-product-gallery-control {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.vp-gallery-lightbox .vp-product-gallery-control:hover,
.vp-gallery-lightbox .vp-product-gallery-control:focus-visible {
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.vp-gallery-lightbox .vp-product-gallery-control:disabled,
.vp-gallery-lightbox .vp-product-gallery-control:disabled:hover,
.vp-gallery-lightbox .vp-product-gallery-control:disabled:focus-visible {
    opacity: 0.4;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateY(-50%);
}

.vp-gallery-lightbox-caption {
    min-height: 1.2rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    text-align: center;
}

.vp-gallery-lightbox-caption.is-empty {
    min-height: 1.2rem;
}

@media (prefers-reduced-motion: reduce) {
    .vp-product-gallery-open,
    .vp-product-gallery-control,
    .catalog-thumb-button,
    .vp-gallery-lightbox-close {
        transition: none;
    }

    .catalog-thumb-button:hover,
    .catalog-thumb-button.active,
    .vp-product-gallery-open:hover,
    .vp-product-gallery-open:focus-visible,
    .vp-product-gallery-control:hover,
    .vp-product-gallery-control:focus-visible,
    .vp-gallery-lightbox-close:hover,
    .vp-gallery-lightbox-close:focus-visible {
        transform: none;
    }
}

.catalog-summary-grid dt {
    color: var(--vp-brand-muted);
    font-weight: 700;
}

.catalog-summary-grid dd {
    margin-bottom: 0.8rem;
}

.catalog-path-box {
    border: 1px dashed rgba(95, 108, 123, 0.26);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(247, 250, 252, 0.96), rgba(255, 255, 255, 0.98));
    padding: 1rem;
}

.node-selector-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0.8rem;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.35);
    overflow: hidden;
    flex: 0 0 40px;
}

.node-selector-inline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.node-selector-swatch-inline {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid rgba(100, 116, 139, 0.45);
}

.option-button .option-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.option-button .option-copy {
    min-width: 0;
}

.option-button .option-copy .fw-semibold {
    line-height: 1.15;
}

.vp-catalogue-toolbar,
.vp-account-shortcuts,
.vp-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.vp-empty-state {
    border: 1px dashed rgba(95, 108, 123, 0.28);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.82);
    padding: 1.4rem;
}

.vp-copy-measure {
    max-width: 80ch;
}

.vp-quantity-field {
    width: 110px;
}

.vp-product-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: auto;
}

.vp-product-card-actions .btn,
.vp-product-card-actions .vp-wishlist-toggle-form {
    flex: 1 1 auto;
}

.vp-wishlist-toggle-form {
    margin: 0;
}

.vp-product-card-actions .vp-wishlist-toggle-form .btn {
    width: 100%;
}

.vp-wishlist-card {
    overflow: hidden;
}

.vp-saved-list-card,
.vp-saved-list-item-card {
    overflow: hidden;
}

.vp-wishlist-image,
.vp-wishlist-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    background: #fff;
}

.vp-wishlist-image-placeholder {
    background: linear-gradient(180deg, #f5f7fa, #edf2f7);
}

.vp-saved-list-candidate-image {
    width: 100%;
    min-height: 180px;
    max-height: 220px;
    object-fit: cover;
    border-radius: 1rem;
    border: 1px solid rgba(203, 214, 227, 0.92);
    background: #fff;
}

.vp-register-address-panel {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.vp-register-address-map {
    height: 320px;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    background: #f8f9fa;
}

.vp-register-address-search {
    min-height: 58px;
}

.vp-register-address-search gmp-place-autocomplete {
    width: 100%;
}

.vp-register-address-readonly {
    background-color: #f8f9fa;
}

.vp-address-coordinate-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    width: 100%;
    padding: 0.45rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    background: #fff;
    color: #495057;
    font-size: 0.95rem;
    word-break: break-word;
}

.vp-home-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 1.5rem;
}

.vp-home-card {
    border: 1px solid var(--vp-brand-border);
    border-radius: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.92);
}

.vp-storefront-footer {
    margin-top: 3rem;
    padding: 2rem 0 2.4rem;
    border-top: 1px solid var(--vp-footer-border);
    background: var(--vp-footer-background);
}

.vp-storefront-footer-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.7fr repeat(3, minmax(0, 1fr));
}

.vp-storefront-footer-card {
    padding: 1.1rem 1.2rem;
    border: 1px solid var(--vp-footer-card-border);
    border-radius: 1rem;
    background: var(--vp-footer-card-bg);
}

.vp-storefront-footer-card h2 {
    margin-bottom: 0.65rem;
    font-size: 1rem;
}

.vp-storefront-footer-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vp-storefront-footer-card li + li {
    margin-top: 0.5rem;
}

.vp-storefront-meta {
    margin-top: 1rem;
    color: var(--vp-brand-muted);
    font-size: 0.88rem;
}

.vp-storefront-social-block {
    margin-top: 1.15rem;
}

.vp-storefront-social-title {
    margin-bottom: 0.55rem;
    color: var(--vp-brand-muted);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vp-storefront-footer .vp-storefront-social-link {
    border-color: var(--vp-footer-card-border);
    color: var(--vp-brand-ink);
    background: rgba(255, 255, 255, 0.9);
}

.vp-storefront-footer .vp-storefront-social-link:hover {
    color: var(--vp-brand-blue-deep);
    border-color: rgba(28, 110, 214, 0.35);
    background: #ffffff;
}

.vp-storefront-footer-card .btn-link {
    padding: 0;
}

.vp-storefront-shell .pagination {
    gap: 0.35rem;
}

.vp-storefront-shell .page-link {
    border-radius: 0.85rem;
    border-color: rgba(203, 214, 227, 0.95);
    color: var(--vp-brand-ink);
}

.vp-storefront-shell .page-item.active .page-link {
    background: var(--vp-brand-blue);
    border-color: var(--vp-brand-blue);
}

@media (max-width: 991.98px) {
    .vp-storefront-search {
        width: 100%;
    }

    .vp-storefront-search .form-control,
    .vp-autocomplete-field {
        min-width: 0;
        width: 100%;
    }

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

    .catalog-card-image,
    .catalog-card-image-placeholder {
        height: 170px;
    }

    .vp-wishlist-image,
    .vp-wishlist-image-placeholder {
        min-height: 220px;
    }

    .vp-saved-list-candidate-image {
        max-height: 260px;
    }
    .vp-product-gallery-stage {
        padding: 0.7rem;
    }

    .catalog-main-image,
    .catalog-main-image-empty {
        height: 360px;
    }
}

@media (max-width: 767.98px) {
    .catalog-main-image,
    .catalog-main-image-empty {
        height: 300px;
    }

    .vp-product-gallery-control {
        width: 2.35rem;
        height: 2.35rem;
        font-size: 1.45rem;
    }

    .vp-product-gallery-control-prev {
        left: 0.55rem;
    }

    .vp-product-gallery-control-next {
        right: 0.55rem;
    }

    .vp-product-gallery-stage-tools {
        top: 0.65rem;
        right: 0.65rem;
        gap: 0.45rem;
    }

    .vp-product-gallery-open,
    .vp-product-gallery-counter {
        min-height: 1.9rem;
        padding: 0.26rem 0.65rem;
        font-size: 0.74rem;
    }

    .vp-product-gallery-shell {
        --vp-gallery-thumb-gap: 0.55rem;
    }

    .vp-gallery-lightbox {
        padding: 0.6rem;
    }

    .vp-gallery-lightbox-dialog {
        gap: 0.75rem;
        padding: 0.8rem;
        border-radius: 1rem;
    }

    .vp-gallery-lightbox-stage {
        min-height: 60vh;
        padding: 0.5rem 2.8rem;
    }
}

@media (max-width: 767.98px) {
    .vp-storefront-shell .card-body,
    .catalog-filter-card {
        padding: 1rem;
    }

    .catalog-main-image {
        height: 320px;
    }

    .vp-wishlist-image,
    .vp-wishlist-image-placeholder {
        min-height: 200px;
    }

    .vp-saved-list-candidate-image {
        min-height: 200px;
        max-height: 220px;
    }
}

.vp-payment-bank-accounts__header {
    margin-bottom: 0.9rem;
}

.vp-payment-bank-accounts__heading {
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--bs-body-color, #212529);
}

.vp-payment-bank-accounts__intro {
    margin-bottom: 0;
    max-width: 54ch;
    line-height: 1.5;
}

.vp-payment-bank-account {
    border-color: rgba(33, 37, 41, 0.12) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

.vp-payment-bank-account__logo-image {
    display: block;
    width: 100%;
    max-width: 350px;
    height: 50px;
    object-fit: contain;
    background: #fff;
}

.vp-payment-bank-account__name {
    color: var(--bs-body-color, #212529);
}

.vp-payment-bank-account__details {
    line-height: 1.6;
}

.vp-order-line-snapshot {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    object-fit: cover;
    background: #f8f9fa;
}

/* Pronia storefront skin */
:root {
    --vp-brand-navy: #393939;
    --vp-brand-slate: #525252;
    --vp-brand-sky: #eef6e5;
    --vp-brand-blue: #abd373;
    --vp-brand-blue-deep: #769f3d;
    --vp-brand-ink: #2c2c2c;
    --vp-brand-muted: #6c6c6c;
    --vp-brand-border: #e5e5e5;
    --vp-brand-panel: #ffffff;
    --vp-brand-panel-soft: #f7f8f5;
    --vp-brand-highlight: #f2f7ec;
    --vp-brand-success: #4f7f24;
    --vp-brand-warning: #9a6500;
    --vp-brand-danger: #b42318;
    --vp-font-body: "Rubik", sans-serif;
    --vp-font-heading: "Rubik", sans-serif;
    --vp-heading-letter-spacing: 0;
    --vp-page-background: #ffffff;
    --vp-page-text: #525252;
    --vp-page-link: #525252;
    --vp-page-link-hover: #769f3d;
    --vp-layout-max-width: 1200px;
    --vp-header-background: #ffffff;
    --vp-header-border-color: #e8e8e8;
    --vp-header-shadow: none;
    --vp-header-brand-color: #393939;
    --vp-header-brand-meta-color: #777777;
    --vp-header-link-color: #393939;
    --vp-header-link-hover-color: #769f3d;
    --vp-header-link-active-color: #769f3d;
    --vp-header-link-active-background: transparent;
    --vp-header-search-background: #ffffff;
    --vp-header-search-border-color: #d9d9d9;
    --vp-header-chip-background: #f4f4f4;
    --vp-header-chip-color: #393939;
    --vp-breadcrumb-background: #f6f8f2;
    --vp-breadcrumb-border: #e8eadf;
    --vp-breadcrumb-link: #525252;
    --vp-breadcrumb-link-hover: #769f3d;
    --vp-breadcrumb-current: #393939;
    --vp-breadcrumb-separator: #9c9c9c;
    --vp-surface-card-bg: #ffffff;
    --vp-surface-card-bg-soft: #f8f9f6;
    --vp-surface-card-border: #e5e5e5;
    --vp-surface-card-shadow: 0 10px 30px rgba(34, 49, 27, 0.055);
    --vp-surface-card-radius: 0.75rem;
    --vp-surface-card-header-bg: #ffffff;
    --vp-surface-card-header-border: #eeeeee;
    --vp-surface-hero-bg: linear-gradient(135deg, #f5f8ef 0%, #eef5e5 100%);
    --vp-surface-hero-border: #e1e9d7;
    --vp-surface-hero-shadow: none;
    --vp-button-radius: 0.25rem;
    --vp-button-font-weight: 500;
    --vp-button-primary-bg: #abd373;
    --vp-button-primary-bg-hover: #393939;
    --vp-button-primary-border: #abd373;
    --vp-button-primary-border-hover: #393939;
    --vp-button-primary-text: #ffffff;
    --vp-button-outline-primary-bg: #ffffff;
    --vp-button-outline-primary-border: #abd373;
    --vp-button-outline-primary-text: #658d31;
    --vp-button-outline-primary-bg-hover: #abd373;
    --vp-button-outline-primary-border-hover: #abd373;
    --vp-button-outline-primary-text-hover: #ffffff;
    --vp-form-control-height: 3rem;
    --vp-form-control-bg: #ffffff;
    --vp-form-control-border: #d9d9d9;
    --vp-form-control-radius: 0.25rem;
    --vp-form-control-focus-border: #8eb657;
    --vp-form-control-focus-shadow: 0 0 0 0.2rem rgba(171, 211, 115, 0.24);
    --vp-footer-background: #1f241d;
    --vp-footer-border: #30382d;
    --vp-footer-card-bg: transparent;
    --vp-footer-card-border: transparent;
    --vp-focus-ring: 0 0 0 0.22rem rgba(118, 159, 61, 0.3);
}

html {
    scroll-behavior: smooth;
}

body.vp-storefront-shell {
    min-height: 100%;
    background: var(--vp-page-background);
    color: var(--vp-page-text);
    font-family: var(--vp-font-body);
    font-size: 1rem;
    line-height: 1.6;
}

.vp-storefront-shell h1,
.vp-storefront-shell h2,
.vp-storefront-shell h3,
.vp-storefront-shell h4,
.vp-storefront-shell h5,
.vp-storefront-shell h6,
.vp-storefront-shell .navbar-brand {
    color: #393939;
    font-family: var(--vp-font-heading);
    font-weight: 500;
    letter-spacing: 0;
}

.vp-storefront-shell a {
    color: var(--vp-page-link);
}

.vp-storefront-shell a:hover {
    color: var(--vp-page-link-hover);
}

.vp-storefront-shell a:focus,
.vp-storefront-shell button:focus,
.vp-storefront-shell .btn:focus,
.vp-storefront-shell input:focus,
.vp-storefront-shell select:focus,
.vp-storefront-shell textarea:focus {
    border-color: inherit;
    outline: none;
}

.vp-storefront-shell a:focus-visible,
.vp-storefront-shell button:focus-visible,
.vp-storefront-shell .btn:focus-visible,
.vp-storefront-shell input:focus-visible,
.vp-storefront-shell select:focus-visible,
.vp-storefront-shell textarea:focus-visible,
.vp-storefront-shell [tabindex]:focus-visible {
    border-radius: 0.25rem;
    outline: 3px solid rgba(118, 159, 61, 0.68);
    outline-offset: 3px;
    box-shadow: var(--vp-focus-ring);
}

.vp-skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2000;
    padding: 0.65rem 1rem;
    border-radius: 0.25rem;
    background: #ffffff;
    color: #1f241d;
    font-weight: 600;
    transform: translateY(-160%);
}

.vp-skip-link:focus {
    transform: translateY(0);
}

.vp-storefront-shell > main {
    min-height: 48vh;
}

.vp-storefront-shell .container,
.vp-storefront-shell .container-xxl {
    width: min(100% - 2rem, var(--vp-layout-max-width));
    max-width: var(--vp-layout-max-width);
    padding-right: 0;
    padding-left: 0;
}

.bg-pronia-primary {
    background: #abd373;
}

.vp-pronia-header {
    position: relative;
    z-index: 1030;
    background: #ffffff;
}

.vp-header-assurance {
    padding: 0.55rem 0;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vp-header-account-link,
.vp-header-text-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none;
}

.vp-header-account-link:hover,
.vp-header-text-button:hover {
    color: #26311f;
}

.vp-storefront-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #393939;
    text-decoration: none;
}

.vp-storefront-logo:hover {
    color: #393939;
}

.vp-storefront-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 2.8rem;
    border-radius: 50%;
    background: #eff6e6;
    color: #7da849;
}

.vp-storefront-logo-mark svg {
    width: 2rem;
    height: 2rem;
    fill: currentColor;
}

.vp-storefront-logo-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.15;
}

.vp-storefront-logo-copy strong {
    overflow: hidden;
    max-width: 14rem;
    color: #393939;
    font-size: 1.15rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vp-storefront-logo-copy small {
    margin-top: 0.25rem;
    color: #7a7a7a;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vp-storefront-search {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 0.25rem;
    background: #ffffff;
}

.vp-storefront-search:focus-within {
    border-color: #8eb657;
    box-shadow: var(--vp-form-control-focus-shadow);
}

.vp-storefront-search .vp-autocomplete-field {
    min-width: 0;
    flex: 1 1 auto;
}

.vp-storefront-search .form-control {
    min-width: 0;
    min-height: 2.9rem;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.vp-storefront-search .form-control:focus {
    box-shadow: none;
}

.vp-search-submit {
    width: 3rem;
    min-width: 3rem;
    padding: 0;
    border-radius: 0 !important;
}

.vp-search-submit svg,
.vp-header-action svg {
    width: 1.45rem;
    height: 1.45rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.vp-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.6rem;
}

.vp-header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #393939;
}

.vp-header-action:hover {
    background: #f1f6eb;
    color: #769f3d;
}

.vp-header-action-count {
    position: absolute;
    top: -0.1rem;
    right: -0.12rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.28rem;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #abd373;
    color: #ffffff;
    font-size: 0.67rem;
    font-weight: 700;
    line-height: 1;
}

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

.vp-main-nav {
    gap: 0.35rem;
}

.vp-main-nav .nav-link {
    position: relative;
    padding: 0.9rem 1rem;
    color: #393939;
    font-size: 0.9rem;
    font-weight: 500;
}

.vp-main-nav .nav-link::after {
    position: absolute;
    right: 1rem;
    bottom: 0.45rem;
    left: 1rem;
    height: 2px;
    background: #abd373;
    content: "";
    transform: scaleX(0);
    transition: transform 160ms ease;
}

.vp-main-nav .nav-link:hover,
.vp-main-nav .nav-link.active {
    color: #769f3d;
}

.vp-main-nav .nav-link:hover::after,
.vp-main-nav .nav-link.active::after {
    transform: scaleX(1);
}

.vp-autocomplete-panel {
    top: calc(100% + 0.5rem);
    border-color: #dfdfdf;
    border-radius: 0.35rem;
    box-shadow: 0 18px 45px rgba(33, 42, 29, 0.16);
}

.vp-autocomplete-result:hover,
.vp-autocomplete-result.is-active {
    background: #f3f8ed;
}

.vp-autocomplete-footer-link {
    background: #f8f9f6;
    color: #658d31;
}

.vp-storefront-social-links {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.vp-storefront-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    text-decoration: none;
}

.vp-storefront-social-link:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.vp-storefront-social-link svg {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    stroke: currentColor;
}

.vp-pronia-breadcrumb {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--vp-breadcrumb-border);
    background:
        radial-gradient(circle at 92% 20%, rgba(171, 211, 115, 0.25) 0 4rem, transparent 4.1rem),
        linear-gradient(135deg, #f8faf5 0%, #eef5e6 100%);
}

.vp-pronia-breadcrumb::after {
    position: absolute;
    right: 9%;
    bottom: -3rem;
    width: 9rem;
    height: 9rem;
    border: 1px solid rgba(118, 159, 61, 0.18);
    border-radius: 50%;
    content: "";
}

.vp-breadcrumb-list {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 1.2rem 0;
    list-style: none;
}

.vp-breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #646464;
    font-size: 0.85rem;
}

.vp-breadcrumb-item:not(:last-child)::after {
    color: #94a183;
    content: "/";
}

.vp-breadcrumb-item.is-current {
    color: #393939;
    font-weight: 500;
}

.vp-storefront-shell .btn {
    min-height: 2.65rem;
    padding: 0.55rem 1rem;
    border-radius: var(--vp-button-radius);
    font-weight: var(--vp-button-font-weight);
}

.vp-storefront-shell .btn-sm {
    min-height: 2.2rem;
    padding: 0.36rem 0.72rem;
    font-size: 0.82rem;
}

.vp-storefront-shell .btn-primary,
.vp-storefront-shell .btn-success {
    border-color: #abd373;
    background: #abd373;
    color: #ffffff;
}

.vp-storefront-shell .btn-primary:hover,
.vp-storefront-shell .btn-primary:focus-visible,
.vp-storefront-shell .btn-success:hover,
.vp-storefront-shell .btn-success:focus-visible {
    border-color: #393939;
    background: #393939;
    color: #ffffff;
}

.vp-storefront-shell .btn-outline-primary,
.vp-storefront-shell .btn-outline-success {
    border-color: #9ec66a;
    background: #ffffff;
    color: #658d31;
}

.vp-storefront-shell .btn-outline-primary:hover,
.vp-storefront-shell .btn-outline-success:hover {
    border-color: #abd373;
    background: #abd373;
    color: #ffffff;
}

.vp-storefront-shell .btn-outline-secondary,
.vp-storefront-shell .btn-outline-dark {
    border-color: #d1d1d1;
    background: #ffffff;
    color: #525252;
}

.vp-storefront-shell .btn-outline-secondary:hover,
.vp-storefront-shell .btn-outline-dark:hover {
    border-color: #393939;
    background: #393939;
    color: #ffffff;
}

.vp-storefront-shell .card,
.catalog-filter-card,
.catalog-step-card,
.catalog-main-image-wrap,
.vp-register-address-panel {
    border: 1px solid var(--vp-surface-card-border);
    border-radius: var(--vp-surface-card-radius);
    background: #ffffff;
    box-shadow: var(--vp-surface-card-shadow);
}

.vp-storefront-shell .card-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
}

.vp-storefront-shell .card-header:first-child {
    border-radius: calc(var(--vp-surface-card-radius) - 1px) calc(var(--vp-surface-card-radius) - 1px) 0 0;
}

.vp-storefront-shell .card-body {
    padding: 1.25rem;
}

.vp-storefront-shell .card.shadow-sm {
    box-shadow: var(--vp-surface-card-shadow) !important;
}

.vp-storefront-shell .form-label,
.vp-storefront-shell legend {
    color: #393939;
    font-weight: 500;
}

.vp-storefront-shell .form-control,
.vp-storefront-shell .form-select {
    min-height: var(--vp-form-control-height);
    border: 1px solid var(--vp-form-control-border);
    border-radius: var(--vp-form-control-radius);
    background-color: #ffffff;
    color: #393939;
}

.vp-storefront-shell .form-control:focus,
.vp-storefront-shell .form-select:focus {
    border-color: var(--vp-form-control-focus-border);
    box-shadow: var(--vp-form-control-focus-shadow);
}

.vp-storefront-shell .form-check-input:checked {
    border-color: #8eb657;
    background-color: #8eb657;
}

.vp-storefront-shell .form-text,
.vp-storefront-shell .text-secondary,
.muted-small,
.catalog-result-count {
    color: #747474 !important;
}

.vp-storefront-shell .alert {
    border-width: 1px;
    border-radius: 0.35rem;
    box-shadow: none;
}

.vp-storefront-shell .alert-success {
    border-color: #cce4ad;
    background: #f0f8e7;
    color: #3e6420;
}

.vp-storefront-shell .alert-warning {
    border-color: #eed59c;
    background: #fff8e8;
    color: #765110;
}

.vp-storefront-shell .alert-danger {
    border-color: #efc3be;
    background: #fff1ef;
    color: #8b2d24;
}

.vp-storefront-shell .badge {
    border-radius: 999px;
    font-weight: 500;
}

.vp-storefront-shell .text-bg-light,
.vp-storefront-shell .badge.bg-light {
    background: #f1f5ec !important;
    color: #547429 !important;
}

.vp-storefront-shell .table-responsive {
    border: 1px solid #e9e9e9;
    border-radius: 0.35rem;
}

.vp-storefront-shell .table {
    margin-bottom: 0;
    color: #525252;
}

.vp-storefront-shell .table > :not(caption) > * > * {
    padding: 0.85rem 0.9rem;
    border-bottom-color: #ececec;
    vertical-align: middle;
}

.vp-storefront-shell .table thead th {
    background: #f5f7f2;
    color: #4f4f4f;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vp-storefront-shell .table tbody tr:hover > * {
    background: #fbfdf8;
}

.catalog-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--vp-surface-hero-border);
    border-radius: 0.75rem;
    background: var(--vp-surface-hero-bg);
    box-shadow: none;
}

.catalog-hero::after {
    right: -4rem;
    bottom: -5rem;
    width: 16rem;
    height: 16rem;
    background: radial-gradient(circle, rgba(171, 211, 115, 0.3), transparent 68%);
}

.catalog-mini-stat {
    border: 1px solid #dfe8d5;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
}

.selection-chip {
    border-color: #d7e7c2;
    background: #eef6e5;
    color: #587c2c;
}

.selection-chip-neutral {
    border-color: #e3e3e3;
    background: #f5f5f5;
    color: #5e5e5e;
}

.selection-chip-success {
    border-color: #cde1b4;
    background: #edf6e2;
    color: #477020;
}

.price-panel {
    border: 1px solid #dfe9d2;
    border-radius: 0.4rem;
    background: #f6faf1;
}

.vp-empty-state {
    border-color: #cfd7c7;
    border-radius: 0.5rem;
    background: #fafbf8;
}

.vp-pre-wrap {
    white-space: pre-wrap;
}

.vp-cursor-pointer {
    cursor: pointer;
}

.vp-field-width-90 {
    width: 90px;
}

.vp-field-width-180 {
    width: 180px;
}

.vp-thumbnail-84 {
    width: 84px;
    height: 84px;
    border-radius: 0.5rem;
    object-fit: cover;
}

.vp-pronia-footer {
    margin-top: 4rem;
    border-top: 0;
    background: var(--vp-footer-background);
    color: #c8cec5;
}

.vp-pronia-footer .vp-storefront-logo-footer {
    color: #ffffff;
}

.vp-pronia-footer .vp-storefront-logo-copy strong,
.vp-pronia-footer .vp-storefront-logo-copy small {
    color: #ffffff;
}

.vp-pronia-footer .vp-storefront-logo-mark {
    background: rgba(171, 211, 115, 0.14);
    color: #abd373;
}

.vp-footer-intro {
    max-width: 34rem;
    margin: 1.25rem 0;
    color: #b7bdb4;
    font-size: 0.9rem;
    line-height: 1.75;
}

.vp-pronia-footer .footer-widget-title {
    margin-bottom: 1.1rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}

.footer-widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget-list li + li {
    margin-top: 0.6rem;
}

.footer-widget-list a {
    color: #b7bdb4;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer-widget-list a:hover {
    color: #abd373;
}

.vp-pronia-footer .vp-storefront-social-link {
    border-color: #424a3f;
    background: #2a3027;
}

.footer-bottom {
    padding: 1rem 0;
    border-top: 1px solid #323a2f;
    color: #92998f;
    font-size: 0.82rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .vp-storefront-shell .container,
    .vp-storefront-shell .container-xxl {
        width: min(100% - 1.5rem, var(--vp-layout-max-width));
    }

    .header-middle {
        border-bottom: 1px solid #eeeeee;
    }

    .header-bottom {
        border-top: 0;
    }

    .vp-main-nav {
        padding: 0.6rem 0 0.9rem;
    }

    .vp-main-nav .nav-link {
        padding: 0.7rem 0.25rem;
    }

    .vp-main-nav .nav-link::after {
        right: auto;
        bottom: 0.45rem;
        left: 0.25rem;
        width: 2rem;
    }

    .vp-storefront-search,
    .vp-storefront-search .form-control,
    .vp-autocomplete-field {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .vp-storefront-logo-copy strong {
        max-width: 9.5rem;
        font-size: 0.98rem;
    }

    .vp-storefront-logo-mark {
        width: 2.4rem;
        height: 2.4rem;
        flex-basis: 2.4rem;
    }

    .vp-header-actions {
        gap: 0.15rem;
    }

    .vp-header-action {
        width: 2.45rem;
        height: 2.45rem;
    }

    .vp-storefront-shell > main {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .vp-storefront-shell .card-body,
    .catalog-filter-card {
        padding: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .vp-storefront-shell *,
    .vp-storefront-shell *::before,
    .vp-storefront-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .vp-pronia-header,
    .vp-pronia-breadcrumb,
    .vp-pronia-footer,
    .vp-skip-link,
    .btn,
    form {
        display: none !important;
    }

    .vp-storefront-shell > main {
        width: 100%;
        max-width: none;
        padding: 0 !important;
    }

    .vp-storefront-shell .card {
        break-inside: avoid;
        box-shadow: none !important;
    }
}

@media (max-width: 575.98px) {
    .vp-order-line-snapshot {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }
}
