:root {
    --store-primary: #8f1d2c;
    --store-primary-rgb: 143, 29, 44;
    --store-secondary: #14313d;
    --store-accent: #f5a524;
    --store-background: #f6f7f9;
    --store-surface: #ffffff;
    --store-text: #1f2933;
    --store-text-muted: #667085;
    --store-border: #e4e7ec;
    --store-success: #20803d;
    --store-warning: #b7791f;
    --store-danger: #b42318;
    --store-radius-sm: 6px;
    --store-radius-md: 10px;
    --store-radius-lg: 16px;
    --store-shadow-sm: 0 6px 18px rgba(16, 24, 40, .07);
    --store-shadow-md: 0 16px 40px rgba(16, 24, 40, .12);
    --store-container: 1200px;
}

body {
	font-size: 0.95rem;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--store-text);
    background: var(--store-background);
}

a { text-decoration: none; color: var(--store-primary) }
a:hover { color: #651320 }

.container {
    max-width: var(--store-container);
}

.btn {
    border-radius: var(--store-radius-sm);
    font-weight: 700;
}

.btn-primary {
    --bs-btn-bg: var(--store-primary);
    --bs-btn-border-color: var(--store-primary);
    --bs-btn-hover-bg: #741725;
    --bs-btn-hover-border-color: #741725;
    --bs-btn-active-bg: #651320;
    --bs-btn-active-border-color: #651320;
    color: #fff !important;
}

.btn-outline-primary {
    --bs-btn-color: var(--store-primary);
    --bs-btn-border-color: rgba(var(--store-primary-rgb), .35);
    --bs-btn-hover-bg: var(--store-primary);
    --bs-btn-hover-border-color: var(--store-primary);
    --bs-btn-active-bg: var(--store-primary);
    --bs-btn-active-border-color: var(--store-primary);
}

.header-buttons  a { font-size: 0.8rem }
.input-search { height: 50px;border:0; font-size: 14px }
.btn-search { border:0 }
.card {border: 1px solid #f4f4f4;}
.card-product:hover {box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;}

/* BACKGROUND */
.bg-dark-top-menu {background-color: #0e151a;}
.bg-dark-top-menu a {color: #fff;text-transform: uppercase;font-weight: 600;}
.bg-body-content {background-color: #fafafb;}
.bg-gray-2 {background-color: #e9e9e9;}
.bg-green-opacity {background-color: #39a53721;}
.bg-theme {background-color: #9f0000;}
.bg-success {background-color: #39a537d1!important;}
.bg-footer {background-color: #5c0101!important;}

/* BUTTONS */
.header-buttons .btn {
    font-weight: 600;
    color: #dfdfdf;
}
.header-buttons .btn:hover {
    color: #ffe5e5;
	opacity: 0.6;
}
.btn-primary {
    color: #fff!important;
}
.btn-success {
    color: #fff!important;
	background-color: #39a537;
    border-color: #39a537;
}

.borders-radius {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.tifx-nav-link.active { background-color: #333;color:#fff; border-color: #333 }

/* Style Titles, descriptions ... */
span .name {font-weight: 600;text-transform: uppercase;}
.text-titles, .weight-700 {font-weight:700;}
.weight-600 {font-weight:600;}
.weight-500 {font-weight:500;}
.short-description {font-weight: 600;color: #999696;}
.font-07em {font-size: 0.7em;}

.text-category {font-weight:700;text-transform: uppercaser;color:#007dc5;}
.price-style {font-weight: 800; color: #3ec53c;}
.style-price-card {border: 2px solid #fd8000;border-radius: 7px;padding: 7px;}
.style-price-value {color:#fd8000;font-weight: 800}

.text-color-theme {color: #333;}
.color-theme {color:#b91616!important;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #c61c20;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.border-blr {border-bottom-left-radius: 10px;}

.style-hr-green {border-top: 1px solid #6aa96a;}


/* Menu Categorias */
#categories-menu ul {
    text-transform: lowercase!important;
}

/* Colors */


/* Modal */

#categories-menu ul, #categories-menu > li { list-style: none; padding-left: 10px }
#categories-menu { padding-left: 0;}
#categories-menu > li { padding-left: 0;}
#categories-menu > li.department { padding-left: 0;}
#categories-menu > li { padding-left: 10px }

.product a { text-decoration: none }
.product h2 { font-size: 1rem }
.product .name {height:40px;color: #333;}
.product .discount-box { height: 45px; }
.product .discount { border-radius: 5px }


.input-error {
    color: #f00;
    font-size: 0.8rem;
}

.sticky-footer {
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	z-index: 9 !important
}

header {
	min-height: 60px;
	z-index: 1;
	background-color: #9f0000;
	color: #fff;
	padding: 0
}
header .app-name { color: #fff }

#wrapper {background-color: #fff;}

@media (min-width: 768px) {
  .custom-element {
    color: var(--primary);
  }
}

.modal-header {
	background-color: #9f0000;
	color: #fff;
	border-bottom: 0;
}

.color-white { color: #fff }
.color-blue { color: #0168fa }

.bg-red { background-color: red }
.bg-gray { background-color: #333 }
.bg-black { background-color: #000 }
.bg-blue { background-color: #0168fa }
.bg-green { background-color: #5ccc10 }

@media (max-width: 576px) {
    .store-product-card .card-body {
        padding: .75rem;
    }

    .store-product-card .card-footer {
        padding: 0 .75rem .75rem;
    }

    .store-product-title {
        font-size: .88rem;
    }

    .store-product-price strong {
        font-size: 1.05rem;
    }
}

/* Lote 13B visual refinements */
.store-header {
    border-bottom-color: rgba(20, 49, 61, .08);
}

.store-topbar {
    padding: .35rem 0;
}

.store-header-main {
    padding: .8rem 0;
}

.store-brand {
    max-width: 190px;
}

.store-brand-logo {
    max-height: 60px;
}

.store-search .input-group {
    min-height: 46px;
    border-color: rgba(20, 49, 61, .12);
    box-shadow: 0 5px 14px rgba(16, 24, 40, .055);
}

.store-search .input-group:focus-within {
    border-color: rgba(var(--store-primary-rgb), .55);
    box-shadow: 0 0 0 .22rem rgba(var(--store-primary-rgb), .1);
}

.store-search .form-control {
    min-height: 44px;
    font-size: .94rem;
}

.store-search-button {
    min-height: 38px;
    padding-inline: 1.05rem;
}

.store-action-button,
.store-icon-button {
    min-height: 40px;
    padding: .48rem .72rem;
    border-color: rgba(20, 49, 61, .12);
    box-shadow: 0 1px 0 rgba(16, 24, 40, .03);
}

.store-action-button i,
.store-icon-button i {
    font-size: .95rem;
}

.store-cart-badge {
    min-width: 1.25rem;
    height: 1.25rem;
    font-size: .7rem;
}

.store-nav {
    background: rgba(255, 255, 255, .96);
}

.store-menu {
    min-height: 42px;
    gap: .9rem;
}

.store-menu-all {
    font-size: .88rem;
}

.store-menu-links {
    gap: .85rem;
}

.store-menu-links a {
    position: relative;
    padding: .72rem 0;
    font-size: .84rem;
}

.store-menu-links a::after {
    position: absolute;
    right: 0;
    bottom: .35rem;
    left: 0;
    height: 2px;
    content: "";
    background: var(--store-primary);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .16s ease;
}

.store-menu-links a:hover::after,
.store-menu-links a:focus::after {
    transform: scaleX(1);
}

.store-mobile-menu {
    --bs-offcanvas-width: min(360px, 92vw);
    border-right: 0;
}

.store-mobile-menu .offcanvas-header {
    border-bottom: 1px solid var(--store-border);
}

.store-mobile-menu .list-group-item {
    padding: .78rem 0;
    border-color: var(--store-border);
    color: var(--store-text);
    font-weight: 650;
}

.store-main {
    padding: 1.25rem 0 2.25rem;
}

.store-hero {
    padding: clamp(1.35rem, 3vw, 2.75rem);
    border-color: rgba(20, 49, 61, .1);
}

.store-hero h1 {
    font-size: clamp(1.9rem, 3.5vw, 2.85rem);
    letter-spacing: 0;
}

.store-hero-copy {
    max-width: 46ch;
    font-size: 1rem;
}

.store-hero-actions {
    margin-top: 1.25rem;
}

.store-hero-actions .btn-lg {
    padding: .72rem 1.05rem;
    font-size: .98rem;
}

.store-hero-media {
    aspect-ratio: 1 / 1;
    box-shadow: 0 12px 32px rgba(16, 24, 40, .12);
}

.store-section {
    margin-top: 1.75rem;
}

.store-section-header,
.store-catalog-header {
    margin-bottom: .9rem;
}

.store-section-header h2,
.store-catalog-header h1 {
    font-size: clamp(1.22rem, 1.8vw, 1.65rem);
}

.store-category-card {
    min-height: 76px;
    padding: .85rem;
    border-color: rgba(20, 49, 61, .1);
}

.store-category-card span {
    font-size: .94rem;
}

.store-catalog-meta {
    gap: .6rem;
    font-size: .88rem;
}

.store-filter-panel {
    padding: .9rem;
    border-color: rgba(20, 49, 61, .1);
    box-shadow: 0 1px 0 rgba(16, 24, 40, .03);
}

.store-filter-group h2,
.store-filter-group h3 {
    font-size: .88rem;
}

.store-filter-group a {
    font-size: .9rem;
}

.store-filter-chip {
    min-height: 32px;
    padding: .3rem .6rem;
}

.store-product-card {
    border-color: rgba(20, 49, 61, .1);
    border-radius: 8px;
}

.store-product-card .card-body {
    flex: 1 1 auto;
    gap: .55rem;
    padding: .82rem;
}

.store-product-media img {
    padding: .65rem;
}

.store-product-title {
    min-height: 2.5em;
    font-size: .9rem;
}

.store-product-price strong {
    font-size: 1.12rem;
}

.store-product-card .card-footer {
    padding: 0 .82rem .82rem;
}

.store-product-card .btn {
    padding-block: .5rem;
    font-size: .86rem;
}

.store-footer {
    margin-top: 2.5rem;
    padding: 2.25rem 0 1rem;
    color: rgba(255, 255, 255, .86);
    background:
        linear-gradient(180deg, rgba(20, 49, 61, .98), #0f2530);
}

.store-footer-main {
    display: grid;
    grid-template-columns: minmax(180px, 1.2fr) repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.store-footer-brand img {
    max-width: 160px;
    max-height: 64px;
    object-fit: contain;
    margin-bottom: .8rem;
    filter: brightness(0) invert(1);
}

.store-footer-brand p {
    margin: 0;
    font-weight: 800;
}

.store-footer-group h2 {
    margin-bottom: .75rem;
    color: #fff;
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.store-footer-links,
.store-footer-social,
.store-footer-content {
    display: grid;
    gap: .45rem;
}

.store-footer a {
    color: rgba(255, 255, 255, .78);
}

.store-footer a:hover,
.store-footer a:focus {
    color: #fff;
}

.store-footer-social a,
.store-footer-whatsapp {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
}

.store-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .72);
    font-size: .85rem;
}

@media (max-width: 1199.98px) {
    .store-footer-main {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .store-brand-logo {
        max-height: 52px;
    }

    .store-header-main {
        padding: .7rem 0;
    }

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

@media (max-width: 767.98px) {
    .store-topbar {
        display: none;
    }

    .store-nav {
        height: 0;
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .store-nav > .container,
    .store-menu {
        height: 0;
        min-height: 0;
    }

    .store-menu-all,
    .store-menu-links {
        display: none;
    }

    .store-mobile-menu {
        width: min(360px, 92vw);
        height: 100vh;
        max-width: 100vw;
    }

    .store-main {
        padding-top: 1rem;
    }

    .store-hero {
        padding: 1.1rem;
    }

    .store-hero h1 {
        max-width: 100%;
        font-size: 1.85rem;
    }

    .store-hero-media {
        aspect-ratio: 16 / 11;
    }

    .store-section-header,
    .store-catalog-header {
        align-items: flex-start;
        flex-direction: column;
        gap: .65rem;
    }

    .store-catalog-meta {
        width: 100%;
        justify-content: space-between;
    }

    .store-footer {
        padding-top: 1.75rem;
    }

    .store-footer-main {
        grid-template-columns: 1fr;
        gap: 1.15rem;
    }
}

@media (max-width: 430px) {
    .store-search .input-group {
        border-radius: 18px;
    }

    .store-search-button {
        padding-inline: .8rem;
    }

    .store-product-card .card-body {
        padding: .68rem;
    }

    .store-product-card .card-footer {
        padding: 0 .68rem .68rem;
    }

    .store-product-title {
        font-size: .84rem;
    }

    .store-product-price strong {
        font-size: 1rem;
    }

    .store-product-card .btn {
        font-size: .8rem;
    }
}

@media (max-width: 768px) {
    .store-topbar {
        display: none;
    }

    .store-header-main {
        padding: .75rem 0;
    }

    .store-brand-logo {
        max-height: 54px;
    }

    .store-nav {
        height: 0;
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .store-nav > .container,
    .store-menu {
        height: 0;
        min-height: 0;
    }

    .store-menu-all,
    .store-menu-links {
        display: none;
    }

    .store-mobile-menu {
        width: min(360px, 92vw);
        height: 100vh;
        max-width: 100vw;
    }

    .store-main {
        padding-top: 1rem;
    }

    .store-hero {
        padding: 1.25rem;
    }

    .store-hero h1 {
        max-width: 100%;
        font-size: 2rem;
    }

    .store-section-header,
    .store-catalog-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-catalog-meta {
        width: 100%;
        justify-content: space-between;
    }

    .store-pagination {
        justify-content: center;
    }
}

@media (min-width: 769px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}




.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}

.store-header {
    position: relative;
    z-index: 1020;
    background: var(--store-surface);
    color: var(--store-text);
    border-bottom: 1px solid var(--store-border);
    box-shadow: 0 1px 0 rgba(16, 24, 40, .03);
}

.store-topbar {
    background: var(--store-secondary);
    color: rgba(255, 255, 255, .88);
    font-size: .82rem;
    padding: .45rem 0;
}

.store-topbar-nav,
.store-topbar-text {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
}

.store-topbar-nav {
    justify-content: flex-end;
}

.store-topbar-link {
    color: rgba(255, 255, 255, .9);
}

.store-topbar-link:hover,
.store-topbar-link:focus {
    color: #fff;
}

.store-header-main {
    padding: 1rem 0;
}

.store-brand {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
}

.store-brand-logo {
    display: block;
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.store-search .input-group {
    border: 1px solid var(--store-border);
    border-radius: 999px;
    overflow: hidden;
    background: var(--store-surface);
    box-shadow: var(--store-shadow-sm);
}

.store-search .input-group-text,
.store-search .form-control,
.store-search .btn {
    border: 0;
}

.store-search .input-group-text {
    color: var(--store-text-muted);
    background: transparent;
    padding-left: 1rem;
}

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

.store-search-button {
    border-radius: 999px !important;
    margin: .25rem;
    padding-inline: 1.25rem;
}

.store-action-button,
.store-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 44px;
    border: 1px solid var(--store-border);
    color: var(--store-text);
    background: #fff;
}

.store-action-button:hover,
.store-icon-button:hover {
    border-color: rgba(var(--store-primary-rgb), .35);
    color: var(--store-primary);
}

.store-cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.45rem;
    height: 1.45rem;
    padding: 0 .35rem;
    border-radius: 999px;
    color: #fff;
    background: var(--store-primary);
    font-size: .75rem;
    font-weight: 800;
}

.store-icon-button .store-cart-badge {
    position: absolute;
    top: -.35rem;
    right: -.35rem;
}

.store-nav {
    border-top: 1px solid var(--store-border);
    background: #fff;
}

.store-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 48px;
    overflow-x: auto;
}

.store-menu-all {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding-inline: 0;
    color: var(--store-primary);
    white-space: nowrap;
}

.store-menu-links {
    display: flex;
    gap: 1rem;
    align-items: center;
    white-space: nowrap;
}

.store-menu-links a {
    color: var(--store-text);
    font-size: .9rem;
    font-weight: 700;
}

.store-menu-links a:hover,
.store-menu-links a:focus {
    color: var(--store-primary);
}

.store-mobile-heading {
    margin-bottom: .5rem;
    color: var(--store-text-muted);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.store-mobile-section + .store-mobile-section {
    margin-top: 1.5rem;
}

#wrapper {
    background-color: var(--store-background);
    min-height: 100vh;
}

.store-main {
    padding: 1.5rem 0 2.5rem;
}

.store-page-surface {
    min-height: 40vh;
}

.store-breadcrumb-wrap {
    padding-top: 1rem;
}

.store-hero {
    padding: clamp(1.5rem, 4vw, 3.5rem);
    overflow: hidden;
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius-lg);
    background:
        linear-gradient(135deg, rgba(var(--store-primary-rgb), .08), rgba(20, 49, 61, .08)),
        var(--store-surface);
    box-shadow: var(--store-shadow-sm);
}

.store-hero h1 {
    max-width: 11ch;
    margin: 0;
    color: var(--store-text);
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    font-weight: 850;
}

.store-hero-copy {
    max-width: 58ch;
    margin: 1rem 0 0;
    color: var(--store-text-muted);
    font-size: 1.05rem;
}

.store-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}

.store-hero-media {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--store-radius-lg);
    background: #fff;
    box-shadow: var(--store-shadow-md);
}

.store-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}

.store-eyebrow {
    margin-bottom: .5rem;
    color: var(--store-primary);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.store-section {
    margin-top: 2rem;
}

.store-section-header,
.store-catalog-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.store-section-header h2,
.store-catalog-header h1 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 820;
}

.store-section-link,
.store-clear-filters {
    font-weight: 750;
}

.store-category-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    min-height: 92px;
    padding: 1rem;
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius-md);
    color: var(--store-text);
    background: #fff;
    box-shadow: 0 1px 0 rgba(16, 24, 40, .03);
}

.store-category-card span {
    overflow-wrap: anywhere;
    font-weight: 800;
}

.store-category-card i {
    color: var(--store-primary);
}

.store-category-card:hover,
.store-category-card:focus {
    color: var(--store-primary);
    border-color: rgba(var(--store-primary-rgb), .35);
    box-shadow: var(--store-shadow-sm);
}

.store-catalog {
    padding-top: .5rem;
}

.store-catalog-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .75rem;
    color: var(--store-text-muted);
}

.store-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
    margin-bottom: 1rem;
}

.store-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .65rem;
    border-radius: 999px;
    color: var(--store-text);
    background: #fff;
    border: 1px solid var(--store-border);
    font-size: .85rem;
    font-weight: 700;
}

.store-filter-panel {
    position: sticky;
    top: 1rem;
    padding: 1rem;
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius-md);
    background: #fff;
}

.store-filter-group + .store-filter-group {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--store-border);
}

.store-filter-group h2,
.store-filter-group h3 {
    margin-bottom: .75rem;
    font-size: .95rem;
    font-weight: 850;
}

.store-filter-group ul,
.store-filter-group li {
    list-style: none;
}

.store-filter-group ul {
    padding-left: 0 !important;
    margin-bottom: 0;
}

.store-filter-group li + li {
    margin-top: .35rem;
}

.store-filter-group a {
    color: var(--store-text);
    font-weight: 650;
}

.store-filter-group a:hover,
.store-filter-group a:focus {
    color: var(--store-primary);
}

.store-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.store-tag-list a {
    padding: .35rem .6rem;
    border: 1px solid var(--store-border);
    border-radius: 999px;
    font-size: .84rem;
}

.store-tag-list a.active {
    color: #fff;
    background: var(--store-primary);
    border-color: var(--store-primary);
}

.store-product-card {
    overflow: hidden;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.store-product-card:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--store-primary-rgb), .28);
    box-shadow: var(--store-shadow-md);
}

.store-product-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f2f4f7;
}

.store-product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: .75rem;
    transition: transform .18s ease;
}

.store-product-card:hover .store-product-media img {
    transform: scale(1.03);
}

.store-product-badges {
    position: absolute;
    top: .65rem;
    right: .65rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    align-items: flex-end;
}

.store-product-badge {
    display: inline-flex;
    max-width: 140px;
    padding: .25rem .45rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.1;
}

.store-product-card .card-body {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    padding: .9rem;
}

.store-product-title {
    min-height: 2.6em;
    margin: 0;
    color: var(--store-text);
    font-size: .95rem;
    font-weight: 780;
    line-height: 1.3;
}

.store-product-title a {
    color: inherit;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.store-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    color: var(--store-text-muted);
    font-size: .78rem;
}

.store-product-price {
    display: grid;
    gap: .15rem;
}

.store-product-price strong {
    color: var(--store-primary);
    font-size: 1.2rem;
    line-height: 1.1;
}

.store-product-old-price {
    color: var(--store-text-muted);
    font-size: .82rem;
    text-decoration: line-through;
}

.store-product-discount {
    margin: 0;
    color: var(--store-success);
    font-size: .78rem;
    font-weight: 760;
}

.store-price-locked {
    color: var(--store-text-muted);
    font-weight: 750;
}

.store-product-card .card-footer {
    padding: 0 .9rem .9rem;
    border: 0;
    background: #fff;
}

.store-empty-state {
    padding: 3rem 1rem;
    border: 1px dashed var(--store-border);
    border-radius: var(--store-radius-md);
    text-align: center;
    background: #fff;
}

.store-empty-state h2 {
    font-size: 1.35rem;
    font-weight: 820;
}

.store-empty-state p,
.store-muted {
    color: var(--store-text-muted);
}

.store-company-card {
    background: #fff;
    box-shadow: var(--store-shadow-sm);
}

.store-company-logo {
    max-height: 80px;
}

.store-pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
    .store-product-card,
    .store-product-media img {
        transition: none;
    }

    .store-product-card:hover,
    .store-product-card:hover .store-product-media img {
        transform: none;
    }
}

@media (max-width: 768px) {
    .store-topbar {
        display: none;
    }

    .store-header-main {
        padding: .75rem 0;
    }

    .store-brand-logo {
        max-height: 54px;
    }

    .store-nav {
        height: 0;
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .store-nav > .container,
    .store-menu {
        height: 0;
        min-height: 0;
    }

    .store-menu-all,
    .store-menu-links {
        display: none;
    }

    .store-mobile-menu {
        width: min(360px, 92vw);
        height: 100vh;
        max-width: 100vw;
    }

    .store-main {
        padding-top: 1rem;
    }

    .store-hero {
        padding: 1.25rem;
    }

    .store-hero h1 {
        max-width: 100%;
        font-size: 2rem;
    }

    .store-section-header,
    .store-catalog-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-catalog-meta {
        width: 100%;
        justify-content: space-between;
    }

    .store-pagination {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .store-product-card .card-body {
        padding: .75rem;
    }

    .store-product-card .card-footer {
        padding: 0 .75rem .75rem;
    }

    .store-product-title {
        font-size: .88rem;
    }

    .store-product-price strong {
        font-size: 1.05rem;
    }
}


.cookie-preferences-banner {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 1050;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #1f2933;
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
}

.cookie-preferences-banner {
    left: auto;
    width: min(760px, calc(100vw - 32px));
    padding: 10px 12px;
    font-size: .9rem;
}

.cookie-preferences-banner strong {
    display: block;
    margin-bottom: .25rem;
}

.cookie-preferences-actions .btn {
    padding: .42rem .65rem;
    font-size: .84rem;
}

.cookie-preferences-content {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: baseline;
}

.cookie-preferences-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .cookie-preferences-banner {
        display: grid;
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: auto;
        max-height: 32vh;
        overflow-y: auto;
        padding: 9px 10px;
        font-size: .8rem;
    }

    .cookie-preferences-banner strong {
        margin-bottom: .1rem;
        font-size: .86rem;
    }

    .cookie-preferences-content {
        gap: 4px;
        line-height: 1.35;
    }

    .cookie-preferences-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: flex-start;
        margin-top: 8px;
        gap: 6px;
    }

    .cookie-preferences-actions .btn {
        min-height: 36px;
        padding: .36rem .5rem;
        font-size: .78rem;
    }

    .cookie-preferences-actions .btn:last-child {
        grid-column: 1 / -1;
    }
}

/* Lote 13X: visual rebuild */
:root {
    --store-primary-hover: #701624;
    --store-secondary: #102936;
    --store-accent: #d6a85f;
    --store-surface-soft: #f4f1eb;
    --store-border-strong: #cfd6df;
    --store-radius-pill: 999px;
    --store-shadow-lg: 0 28px 80px rgba(16, 24, 40, .16);
    --store-header-height: 132px;
    --store-transition: 180ms ease;
}

body {
    background:
        radial-gradient(circle at top left, rgba(var(--store-primary-rgb), .08), transparent 32rem),
        linear-gradient(180deg, #fff 0, #f6f7f9 36rem);
}

#wrapper {
    background: transparent;
}

.store-main {
    padding: 1.5rem 0 3rem;
}

.store-page-surface {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.store-breadcrumb-wrap {
    margin-top: 1.25rem;
}

.store-shell-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    min-height: auto;
    padding: 0;
    color: var(--store-text);
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(207, 214, 223, .78);
    box-shadow: 0 10px 40px rgba(16, 24, 40, .08);
    backdrop-filter: blur(18px);
}

.store-topbar {
    color: rgba(255, 255, 255, .88);
    background: var(--store-secondary);
}

.store-topbar-grid {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: .82rem;
}

.store-topbar-nav {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.store-topbar-link,
.store-topbar-link:hover,
.store-topbar-link:focus {
    color: inherit;
}

.store-header-main {
    padding: .95rem 0;
}

.store-header-grid {
    display: grid;
    grid-template-columns: minmax(120px, 190px) minmax(320px, 1fr) auto;
    gap: 1rem;
    align-items: center;
}

.store-brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 56px;
}

.store-brand-logo {
    max-width: 150px;
    max-height: 58px;
    object-fit: contain;
}

.store-search-box {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .75rem;
    min-height: 54px;
    padding: .25rem .35rem .25rem 1.1rem;
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius-pill);
    background: #fff;
    box-shadow: 0 12px 34px rgba(16, 24, 40, .07);
    transition: border-color var(--store-transition), box-shadow var(--store-transition);
}

.store-search-box:focus-within {
    border-color: rgba(var(--store-primary-rgb), .52);
    box-shadow: 0 0 0 4px rgba(var(--store-primary-rgb), .1), 0 16px 38px rgba(16, 24, 40, .1);
}

.store-search-box i {
    color: #627084;
    font-size: 1rem;
}

.store-search .form-control {
    height: auto;
    padding: 0;
    border: 0;
    color: var(--store-text);
    background: transparent;
    font-size: .95rem;
}

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

.store-search-button {
    min-height: 42px;
    padding-inline: 1.35rem;
    border: 0;
    border-radius: var(--store-radius-pill);
    color: #fff;
    background: var(--store-primary);
    font-weight: 800;
}

.store-search-button:hover,
.store-search-button:focus {
    color: #fff;
    background: var(--store-primary-hover);
}

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

.store-action-button,
.store-cart-button,
.store-menu-trigger {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .65rem .9rem;
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius-pill);
    color: var(--store-text);
    background: #fff;
    font-weight: 820;
}

.store-action-button i,
.store-cart-button i,
.store-menu-trigger i {
    color: currentColor;
    font-size: 1rem;
    line-height: 1;
}

.store-cart-button {
    position: relative;
}

.store-cart-button:hover,
.store-cart-button:focus,
.store-action-button:hover,
.store-action-button:focus,
.store-menu-trigger:hover,
.store-menu-trigger:focus {
    border-color: rgba(var(--store-primary-rgb), .4);
    color: var(--store-primary);
}

.store-cart-badge {
    display: inline-flex;
    min-width: 1.35rem;
    height: 1.35rem;
    align-items: center;
    justify-content: center;
    padding: 0 .35rem;
    border-radius: var(--store-radius-pill);
    color: #fff;
    background: var(--store-primary);
    font-size: .72rem;
    font-weight: 900;
}

.store-nav {
    border-top: 1px solid rgba(207, 214, 223, .65);
    background: rgba(255, 255, 255, .82);
}

.store-menu {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 1rem;
    overflow-x: auto;
}

.store-menu-all {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem .85rem;
    border: 1px solid rgba(var(--store-primary-rgb), .16);
    border-radius: var(--store-radius-pill);
    color: var(--store-primary);
    background: rgba(var(--store-primary-rgb), .06);
    font-size: .86rem;
    font-weight: 850;
    white-space: nowrap;
}

.store-menu-links,
.store-menu-extra {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    white-space: nowrap;
}

.store-menu-links a,
.store-menu-extra a {
    position: relative;
    color: var(--store-text);
    font-size: .88rem;
    font-weight: 760;
}

.store-menu-links a::after,
.store-menu-extra a::after {
    position: absolute;
    right: 0;
    bottom: -.45rem;
    left: 0;
    height: 2px;
    content: "";
    background: var(--store-primary);
    transform: scaleX(0);
    transition: transform var(--store-transition);
}

.store-menu-links a:hover::after,
.store-menu-links a:focus::after,
.store-menu-extra a:hover::after,
.store-menu-extra a:focus::after {
    transform: scaleX(1);
}

.store-menu-extra {
    margin-left: auto;
}

.store-mobile-menu,
.store-catalog-offcanvas {
    --bs-offcanvas-width: min(390px, 94vw);
    border: 0;
    background: #fff;
}

.store-mobile-menu .offcanvas-header,
.store-catalog-offcanvas .offcanvas-header {
    padding: 1.1rem 1.15rem;
    border-bottom: 1px solid var(--store-border);
}

.store-mobile-kicker {
    margin: 0 0 .15rem;
    color: var(--store-primary);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.store-mobile-menu .offcanvas-title,
.store-catalog-offcanvas .offcanvas-title {
    color: var(--store-text);
    font-size: 1.25rem;
    font-weight: 900;
}

.store-mobile-search {
    margin-bottom: 1.1rem;
}

.store-mobile-quicklinks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    margin-bottom: 1.25rem;
}

.store-mobile-quicklinks a,
.store-mobile-link-grid a,
.store-mobile-link-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: .7rem .85rem;
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius-md);
    color: var(--store-text);
    background: var(--store-surface);
    font-weight: 780;
}

.store-mobile-section + .store-mobile-section {
    margin-top: 1.4rem;
}

.store-mobile-heading {
    margin: 0 0 .65rem;
    color: var(--store-text-muted);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.store-mobile-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.store-mobile-link-list {
    display: grid;
    gap: .55rem;
}

.store-hero-rebuild {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    min-height: 430px;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(16, 41, 54, .96), rgba(143, 29, 44, .92)),
        var(--store-secondary);
    box-shadow: var(--store-shadow-lg);
}

.store-hero-rebuild::before {
    position: absolute;
    inset: auto -8rem -12rem auto;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    content: "";
    background: rgba(255, 255, 255, .1);
}

.store-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4.8rem);
    color: #fff;
}

.store-eyebrow {
    margin: 0 0 .65rem;
    color: var(--store-primary);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.store-hero-rebuild .store-eyebrow {
    color: rgba(255, 255, 255, .72);
}

.store-hero h1 {
    max-width: 12ch;
    margin: 0;
    color: inherit;
    font-size: clamp(2.35rem, 5vw, 4.75rem);
    font-weight: 920;
    line-height: .98;
}

.store-hero-copy {
    max-width: 34rem;
    margin: 1.1rem 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1.05rem;
    line-height: 1.65;
}

.store-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.6rem;
}

.store-hero-actions .btn {
    border-radius: var(--store-radius-pill);
    padding-inline: 1.35rem;
}

.store-hero-visual {
    position: relative;
    min-height: 100%;
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.store-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    opacity: .92;
}

.store-hero-product {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    display: grid;
    gap: .25rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: var(--store-radius-lg);
    background: rgba(16, 41, 54, .72);
    backdrop-filter: blur(14px);
}

.store-hero-product span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 760;
}

.store-hero-product strong {
    font-size: 1.3rem;
}

.store-section {
    margin-top: clamp(2rem, 5vw, 4rem);
}

.store-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.store-section-header h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.5vw, 2.15rem);
    font-weight: 900;
    line-height: 1.1;
}

.store-section-link,
.store-catalog-back {
    color: var(--store-primary);
    font-size: .9rem;
    font-weight: 850;
}

.store-category-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(5, 1fr);
    gap: .85rem;
}

.store-category-card {
    position: relative;
    display: flex;
    min-height: 172px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid rgba(207, 214, 223, .72);
    border-radius: 22px;
    color: var(--store-text);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(244, 241, 235, .84)),
        var(--store-surface);
    box-shadow: var(--store-shadow-sm);
    transition: transform var(--store-transition), box-shadow var(--store-transition), border-color var(--store-transition);
}

.store-category-card::before {
    position: absolute;
    inset: auto -20% -28% auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    content: "";
    background: rgba(var(--store-primary-rgb), .11);
}

.store-category-card.is-featured {
    color: #fff;
    background: linear-gradient(145deg, var(--store-secondary), var(--store-primary));
}

.store-category-card:hover,
.store-category-card:focus {
    border-color: rgba(var(--store-primary-rgb), .32);
    color: var(--store-primary);
    box-shadow: var(--store-shadow-md);
    transform: translateY(-3px);
}

.store-category-card.is-featured:hover,
.store-category-card.is-featured:focus {
    color: #fff;
}

.store-category-index {
    color: currentColor;
    opacity: .55;
    font-size: .78rem;
    font-weight: 900;
}

.store-category-name {
    position: relative;
    z-index: 1;
    max-width: 10rem;
    font-size: 1.08rem;
    font-weight: 900;
}

.store-category-card i {
    position: relative;
    z-index: 1;
    align-self: flex-end;
}

.store-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
}

.store-product-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid rgba(207, 214, 223, .72);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(16, 24, 40, .06);
    transition: transform var(--store-transition), box-shadow var(--store-transition), border-color var(--store-transition);
}

.store-product-card:hover,
.store-product-card:focus-within {
    border-color: rgba(var(--store-primary-rgb), .3);
    box-shadow: var(--store-shadow-md);
    transform: translateY(-4px);
}

.store-product-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin: .65rem .65rem 0;
    border-radius: 18px;
    background: linear-gradient(145deg, #eef1f5, #fff);
}

.store-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--store-transition);
}

.store-product-card:hover .store-product-media img {
    transform: scale(1.035);
}

.store-product-badges {
    position: absolute;
    top: .6rem;
    left: .6rem;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.store-product-badge {
    display: inline-flex;
    min-height: 1.45rem;
    align-items: center;
    padding: .2rem .5rem;
    border-radius: var(--store-radius-pill);
    box-shadow: 0 6px 18px rgba(16, 24, 40, .14);
    font-size: .68rem;
    font-weight: 900;
}

.store-product-info {
    display: grid;
    gap: .45rem;
    padding: .85rem .9rem .75rem;
}

.store-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin: 0;
    color: var(--store-text-muted);
    font-size: .73rem;
    font-weight: 760;
}

.store-product-title {
    min-height: 2.6rem;
    margin: 0;
    font-size: .98rem;
    font-weight: 850;
    line-height: 1.32;
}

.store-product-title a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--store-text);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.store-product-price {
    display: grid;
    gap: .1rem;
}

.store-product-price strong {
    color: var(--store-primary);
    font-size: 1.18rem;
    font-weight: 950;
    letter-spacing: 0;
}

.store-product-old-price {
    color: var(--store-text-muted);
    font-size: .82rem;
    text-decoration: line-through;
}

.store-product-discount {
    margin: 0;
    color: var(--store-success);
    font-size: .78rem;
    font-weight: 850;
}

.store-product-cta {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    margin: 0 .9rem .9rem;
    padding: .65rem .85rem;
    border: 1px solid rgba(var(--store-primary-rgb), .22);
    border-radius: var(--store-radius-pill);
    color: var(--store-primary);
    font-size: .88rem;
    font-weight: 900;
}

.store-product-cta:hover,
.store-product-cta:focus {
    color: #fff;
    background: var(--store-primary);
}

.store-catalog-hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
    padding: 1.8rem;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(16, 41, 54, .08), rgba(143, 29, 44, .08)),
        #fff;
}

.store-catalog-hero h1 {
    margin: 0;
    color: var(--store-text);
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 930;
}

.store-muted {
    color: var(--store-text-muted);
}

.store-catalog-toolbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: .85rem;
    border: 1px solid rgba(207, 214, 223, .72);
    border-radius: 20px;
    background: rgba(255, 255, 255, .82);
}

.store-catalog-count {
    display: flex;
    align-items: baseline;
    gap: .35rem;
    white-space: nowrap;
}

.store-catalog-count strong {
    color: var(--store-primary);
    font-size: 1.3rem;
    font-weight: 950;
}

.store-catalog-controls {
    display: flex;
    align-items: center;
    gap: .65rem;
    justify-content: flex-end;
}

.store-sort-button,
.store-filter-toggle {
    border: 1px solid var(--store-border);
    border-radius: var(--store-radius-pill);
    background: #fff;
    font-weight: 850;
}

.store-filter-toggle {
    color: #fff;
    background: var(--store-primary);
}

.store-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
}

.store-filter-chip,
.store-clear-filters {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: .35rem .65rem;
    border-radius: var(--store-radius-pill);
    font-size: .8rem;
    font-weight: 820;
}

.store-filter-chip {
    color: var(--store-text);
    background: var(--store-surface-soft);
}

.store-clear-filters {
    color: var(--store-primary);
}

.store-catalog-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.store-filter-panel {
    position: sticky;
    top: calc(var(--store-header-height) + 1rem);
    padding: 1rem;
    border: 1px solid rgba(207, 214, 223, .78);
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
    box-shadow: var(--store-shadow-sm);
}

.store-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    font-weight: 900;
}

.store-filter-heading a {
    font-size: .8rem;
}

.store-filter-group + .store-filter-group {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--store-border);
}

.store-filter-group h2,
.store-filter-group h3 {
    margin-bottom: .75rem;
    color: var(--store-text);
    font-size: .86rem;
    font-weight: 920;
    text-transform: uppercase;
}

.store-filter-group ul,
.store-filter-group li {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.store-filter-group a,
.store-tag-list a {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: .4rem .55rem;
    border-radius: var(--store-radius-md);
    color: var(--store-text);
    font-weight: 720;
}

.store-filter-group a:hover,
.store-filter-group a:focus,
.store-tag-list a:hover,
.store-tag-list a:focus,
.store-tag-list a.active {
    color: var(--store-primary);
    background: rgba(var(--store-primary-rgb), .08);
}

.store-tag-list {
    display: grid;
    gap: .35rem;
}

.store-empty-state {
    display: grid;
    justify-items: center;
    gap: .75rem;
    min-height: 320px;
    padding: 3rem 1rem;
    border: 1px dashed var(--store-border-strong);
    border-radius: 28px;
    background: #fff;
    text-align: center;
}

.store-empty-icon {
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--store-primary);
    background: rgba(var(--store-primary-rgb), .08);
    font-size: 1.3rem;
}

.store-empty-state h2 {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 920;
}

.store-pagination {
    display: flex;
    justify-content: center;
    margin-top: 1.8rem;
}

.store-footer {
    margin-top: 3rem;
    padding: 2rem 0 1.4rem;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(214, 168, 95, .22), transparent 24rem),
        linear-gradient(135deg, #102936, #0b1c25);
}

.store-footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .07);
}

.store-footer-brand {
    display: flex;
    align-items: center;
    gap: .85rem;
}

.store-footer-brand img {
    width: 72px;
    height: 48px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
}

.store-footer-brand p {
    margin: 0;
    font-weight: 920;
}

.store-footer-brand span {
    color: rgba(255, 255, 255, .72);
}

.store-footer-main {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 1.5rem;
}

.store-footer-group h2 {
    margin-bottom: .8rem;
    color: #fff;
    font-size: .82rem;
    font-weight: 920;
    text-transform: uppercase;
}

.store-footer-content,
.store-footer-links,
.store-footer-social {
    display: grid;
    gap: .45rem;
    color: rgba(255, 255, 255, .76);
}

.store-footer a {
    color: rgba(255, 255, 255, .78);
}

.store-footer a:hover,
.store-footer a:focus {
    color: #fff;
}

.store-footer-social a,
.store-footer-whatsapp {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
}

.store-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .68);
    font-size: .84rem;
}

@media (max-width: 1199.98px) {
    .store-header-grid {
        grid-template-columns: minmax(110px, 160px) minmax(280px, 1fr) auto;
    }

    .store-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .store-category-card.is-featured {
        grid-column: span 2;
    }

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

@media (max-width: 991.98px) {
    :root {
        --store-header-height: 118px;
    }

    .store-topbar {
        display: none;
    }

    .store-header-grid {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: .75rem;
    }

    .store-menu-trigger,
    .store-cart-button {
        min-width: 64px;
        padding: 0 .65rem;
        font-size: .78rem;
    }

    .store-cart-button {
        overflow: visible;
    }

    .store-cart-label {
        display: inline;
    }

    .store-cart-button .store-cart-badge {
        position: absolute;
        top: -.25rem;
        right: -.25rem;
    }

    .store-brand {
        justify-content: center;
        min-height: 44px;
        justify-self: center;
    }

    .store-brand-logo {
        max-height: 46px;
    }

    .store-header-search {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .store-header-actions {
        grid-column: 3;
        grid-row: 1;
    }

    .store-nav {
        height: 0;
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .store-nav > .container,
    .store-menu {
        height: 0;
        min-height: 0;
    }

    .store-menu-all,
    .store-menu-links,
    .store-menu-extra {
        display: none;
    }

    .store-mobile-menu {
        width: min(390px, 94vw);
        height: 100vh;
        max-width: 100vw;
    }

    .store-hero-rebuild {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .store-hero-content {
        padding: 2rem;
    }

    .store-hero h1 {
        font-size: clamp(2rem, 10vw, 3.4rem);
    }

    .store-hero-visual img {
        min-height: 260px;
        max-height: 320px;
    }

    .store-catalog-layout {
        grid-template-columns: 1fr;
    }

    .store-catalog-toolbar {
        grid-template-columns: 1fr auto;
    }

    .store-filter-chips {
        grid-column: 1 / -1;
        order: 3;
    }

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

@media (max-width: 767.98px) {
    .store-main {
        padding-top: 1rem;
    }

    .store-header-main {
        padding: .72rem 0 .82rem;
    }

    .store-search-box {
        min-height: 48px;
        padding-left: .85rem;
        gap: .5rem;
    }

    .store-search-button {
        min-height: 38px;
        padding-inline: .9rem;
    }

    .store-hero-rebuild {
        border-radius: 22px;
    }

    .store-hero-content {
        padding: 1.45rem;
    }

    .store-hero-copy {
        font-size: .96rem;
    }

    .store-hero-actions .btn {
        width: 100%;
    }

    .store-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .7rem;
    }

    .store-category-card,
    .store-category-card.is-featured {
        grid-column: auto;
        min-height: 132px;
        border-radius: 18px;
    }

    .store-section-header,
    .store-catalog-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-catalog-hero {
        padding: 1.2rem;
        border-radius: 22px;
    }

    .store-catalog-toolbar {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .store-catalog-controls {
        justify-content: space-between;
    }

    .store-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .85rem;
    }

    .store-product-media {
        margin: .45rem .45rem 0;
        border-radius: 16px;
    }

    .store-product-info {
        padding: .7rem .7rem .55rem;
    }

    .store-product-title {
        min-height: 2.45rem;
        font-size: .88rem;
    }

    .store-product-price strong {
        font-size: 1.02rem;
    }

    .store-product-cta {
        min-height: 40px;
        margin: 0 .7rem .7rem;
        font-size: .8rem;
    }

    .store-footer-cta,
    .store-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

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

@media (max-width: 380px) {
    .store-products-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .store-category-card,
    .store-product-card,
    .store-product-media img {
        transition: none;
    }

    .store-category-card:hover,
    .store-product-card:hover,
    .store-product-card:hover .store-product-media img {
        transform: none;
    }
}
