:root {
    --ec-bg: #fbfaf8;
    --ec-surface: #ffffff;
    --ec-soft: #f5efe8;
    --ec-soft-2: #efe5d9;
    --ec-border: rgba(46, 34, 22, 0.08);
    --ec-border-strong: rgba(46, 34, 22, 0.16);
    --ec-accent: #b66f37;
    --ec-accent-dark: #8d5527;
    --ec-text: #1f1a16;
    --ec-muted: #76695d;
}

body {
    color: var(--ec-text);
    background:
        radial-gradient(circle at top left, rgba(233, 220, 207, 0.35), transparent 20%),
        linear-gradient(180deg, #fff 0%, var(--ec-bg) 100%);
    top: 0 !important;
}

.catalog-body .container,
.admin-body .container {
    max-width: 1180px;
}

.catalog-topbar {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--ec-border);
}

.catalog-brand-tagline {
    letter-spacing: 0.14em;
}

.catalog-brand-title {
    font-weight: 700;
    letter-spacing: -0.04em;
}

.access-gate-shell {
    padding: 2rem 0 3rem;
}

.access-gate-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--ec-border);
    border-radius: 1.75rem;
    padding: 1.5rem;
    box-shadow: 0 24px 50px rgba(58, 40, 23, 0.07);
}

.access-gate-copy,
.access-gate-form-card {
    height: 100%;
    border-radius: 1.35rem;
    border: 1px solid var(--ec-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 236, 0.92));
    padding: 1.5rem;
}

.access-gate-title {
    font-size: clamp(2rem, 3.4vw, 3rem);
    letter-spacing: -0.05em;
    margin: 0.35rem 0 0.85rem;
}

.access-gate-intro {
    color: var(--ec-muted);
    line-height: 1.8;
    margin-bottom: 0;
}

.access-gate-contact-block {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ec-border);
}

.access-gate-contact-title {
    color: var(--ec-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.access-gate-contact-list {
    display: grid;
    gap: 0.85rem;
}

.access-gate-contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--ec-border);
}

.access-gate-contact-label {
    font-size: 0.8rem;
    color: var(--ec-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.15rem;
}

.access-gate-contact-value {
    font-weight: 600;
    word-break: break-word;
}

.access-gate-contact-action {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--ec-border-strong);
    color: var(--ec-text);
    background: #fff;
    text-decoration: none;
    font-weight: 600;
}

.access-gate-contact-action:hover {
    color: #fff;
    background: var(--ec-text);
    border-color: var(--ec-text);
}

.access-gate-form-header p {
    line-height: 1.7;
}

.access-gate-note {
    margin-top: 1rem;
    color: var(--ec-muted);
    font-size: 0.92rem;
    line-height: 1.7;
}

.catalog-utility-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.catalog-utility-trigger {
    border: 0;
    background: transparent;
    color: var(--ec-text);
    padding: 0;
    font-size: 1.1rem;
    font-weight: 500;
}

.catalog-utility-tabs,
.catalog-tab-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.catalog-tab-chip {
    border-radius: 999px;
    border: 1px solid var(--ec-border);
    background: rgba(255, 255, 255, 0.9);
    color: var(--ec-muted);
    text-decoration: none;
    padding: 0.48rem 0.95rem;
    font-size: 0.86rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.catalog-tab-chip:hover,
.catalog-tab-chip.active {
    color: #fff;
    background: var(--ec-text);
    border-color: var(--ec-text);
}

.catalog-language-select {
    min-width: 140px;
    border-color: var(--ec-border);
    background-color: rgba(255, 255, 255, 0.92);
}

.catalog-section {
    margin-bottom: 1.6rem;
}

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

.catalog-section-eyebrow,
.contact-card-label {
    color: var(--ec-accent);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-section-title {
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.04em;
}

.catalog-section-intro {
    color: var(--ec-muted);
    max-width: 680px;
    margin-bottom: 1rem;
}

.catalog-section-link {
    color: var(--ec-accent-dark);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
}

.catalog-section-link:hover {
    color: var(--ec-text);
}

.home-product-carousel {
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(58, 40, 23, 0.08);
}

.home-carousel-link {
    display: block;
    text-decoration: none;
}

.home-carousel-frame {
    aspect-ratio: 16 / 9;
    background: linear-gradient(160deg, #f1e6da, #e0d4c5);
    overflow: hidden;
}

.home-carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-product-carousel .carousel-indicators {
    margin-bottom: 0.8rem;
}

.home-product-carousel .carousel-indicators [data-bs-target] {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.95);
}

.home-product-carousel .carousel-control-prev,
.home-product-carousel .carousel-control-next {
    width: 12%;
}

.home-product-carousel .carousel-control-prev-icon,
.home-product-carousel .carousel-control-next-icon,
#productMediaCarousel .carousel-control-prev-icon,
#productMediaCarousel .carousel-control-next-icon {
    background-color: rgba(31, 26, 22, 0.45);
    border-radius: 999px;
    padding: 1.12rem;
    background-size: 56% 56%;
}

.catalog-hero-copy,
.goods-page-hero,
.detail-info-card,
.detail-gallery-card,
.contact-shell {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--ec-border);
    border-radius: 1.6rem;
    padding: 1.35rem;
    box-shadow: 0 18px 38px rgba(58, 40, 23, 0.05);
}

.catalog-hero-title {
    font-size: clamp(2rem, 4.2vw, 3.6rem);
    letter-spacing: -0.05em;
    margin-bottom: 0.75rem;
}

.catalog-hero-intro {
    color: var(--ec-muted);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 640px;
}

.catalog-action-panel {
    border-radius: 1.2rem;
    background: linear-gradient(160deg, rgba(248, 242, 236, 0.95), rgba(255, 255, 255, 0.95));
    border: 1px solid var(--ec-border);
    padding: 1rem;
}

.catalog-action-title {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ec-muted);
    margin-bottom: 0.8rem;
}

.catalog-editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 1rem 0 1.2rem;
}

.catalog-editorial-card {
    display: block;
    border-radius: 1.2rem;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: linear-gradient(160deg, #f1e6da, #e0d4c5);
    box-shadow: 0 14px 30px rgba(58, 40, 23, 0.05);
}

.catalog-category-tile {
    display: block;
    text-decoration: none;
    color: var(--ec-text);
}

.catalog-category-tile.active .catalog-category-tile-cover,
.catalog-drawer-category.active .catalog-drawer-category-cover {
    outline: 2px solid rgba(182, 111, 55, 0.35);
    outline-offset: 3px;
}

.catalog-category-tile-cover,
.catalog-drawer-category-cover,
.category-cover,
.product-cover,
.catalog-product-cover,
.admin-category-preview {
    aspect-ratio: 1 / 1;
    background: linear-gradient(160deg, #f1e6da, #e0d4c5);
    overflow: hidden;
    border-radius: 1.1rem;
}

.catalog-category-tile-name,
.catalog-drawer-category-name {
    font-size: 0.94rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.72rem;
    line-height: 1.35;
}

.catalog-drawer-category {
    display: block;
    text-decoration: none;
    color: var(--ec-text);
}

.catalog-drawer-category-count {
    color: var(--ec-muted);
    font-size: 0.78rem;
    text-align: center;
    margin-top: 0.24rem;
}

.catalog-drawer-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    color: var(--ec-text);
    background: var(--ec-soft);
    font-weight: 600;
}

.catalog-category-browser,
.goods-category-browser {
    align-items: start;
}

.catalog-parent-nav,
.goods-parent-nav {
    gap: 0.55rem;
}

.catalog-parent-nav-link,
.goods-parent-link {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 1rem;
    background: var(--ec-soft);
    color: var(--ec-muted);
    text-align: left;
    text-decoration: none;
    padding: 0.85rem 0.95rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.catalog-parent-nav-link:hover,
.catalog-parent-nav-link.active,
.goods-parent-link:hover,
.goods-parent-link.active {
    background: var(--ec-text);
    color: #fff;
}

.catalog-parent-summary {
    border-bottom: 1px solid var(--ec-border);
    padding-bottom: 0.75rem;
}

.catalog-home-group-block {
    margin-bottom: 1.4rem;
}

.catalog-home-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.catalog-home-group-title {
    font-size: 1rem;
    font-weight: 700;
}

.catalog-product-tile {
    background: transparent;
}

.catalog-product-link {
    display: block;
    text-decoration: none;
    color: var(--ec-text);
}

.catalog-product-cover {
    border-radius: 1.2rem;
    box-shadow: 0 12px 26px rgba(58, 40, 23, 0.06);
}

.catalog-product-body {
    padding: 0.82rem 0.2rem 0.1rem;
}

.catalog-product-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    color: var(--ec-muted);
    font-size: 0.76rem;
    margin-bottom: 0.35rem;
}

.catalog-product-title {
    font-size: 0.98rem;
    line-height: 1.45;
    font-weight: 600;
    margin-bottom: 0.26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.catalog-product-category {
    color: var(--ec-muted);
    font-size: 0.83rem;
}

.goods-result-summary {
    font-size: 0.9rem;
    color: var(--ec-muted);
    white-space: nowrap;
}

.goods-hero-section {
    margin-top: 0.1rem;
}

.goods-filter-section {
    margin-top: 0.1rem;
    margin-bottom: 0.25rem;
}

.goods-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border: 1px solid var(--ec-border);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
}

.goods-filter-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: var(--ec-soft);
    color: var(--ec-accent-dark);
    font-size: 0.83rem;
    font-weight: 600;
}

.goods-filter-pill-muted {
    background: transparent;
    border: 1px solid var(--ec-border);
    color: var(--ec-muted);
}

.detail-shell {
    padding: 0;
}

.detail-gallery-card {
    padding: 0;
    overflow: hidden;
}

#productMediaCarousel .carousel-inner {
    border-radius: 1.2rem;
    overflow: hidden;
}

.detail-thumbnail-strip {
    margin-top: 0.8rem;
    padding: 0;
    display: flex;
    gap: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
}

.detail-thumbnail-strip .detail-thumbnail-button {
    position: relative;
    flex: 0 0 4.6rem;
    width: 4.6rem;
    height: 4.6rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0.9rem;
    overflow: hidden;
    background: linear-gradient(160deg, #f1e6da, #e0d4c5);
    opacity: 1;
    text-indent: 0;
    box-shadow: inset 0 0 0 1px rgba(58, 40, 23, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-thumbnail-strip .detail-thumbnail-button:hover,
.detail-thumbnail-strip .detail-thumbnail-button.active {
    transform: translateY(-1px);
    box-shadow: inset 0 0 0 2px rgba(182, 111, 55, 0.75);
}

.detail-thumbnail-image,
.detail-thumbnail-placeholder {
    width: 100%;
    height: 100%;
    display: block;
}

.detail-thumbnail-image {
    object-fit: cover;
}

.detail-thumbnail-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(58, 40, 23, 0.55);
    font-size: 1.25rem;
}

.detail-thumbnail-play {
    position: absolute;
    right: 0.35rem;
    bottom: 0.35rem;
    width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(31, 26, 22, 0.72);
    color: #fff;
    font-size: 0.8rem;
}

.detail-media-frame {
    aspect-ratio: 1 / 1;
    background: linear-gradient(160deg, #f1e6da, #e0d4c5);
}

.detail-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.detail-title {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: 0.5rem;
}

.detail-code {
    color: var(--ec-muted);
    margin-bottom: 1rem;
    font-size: 0.92rem;
}

.detail-description {
    color: var(--ec-text);
    line-height: 1.75;
    margin-bottom: 1.2rem;
}

.detail-contact-card {
    border: 1px solid var(--ec-border);
    border-radius: 1.2rem;
    padding: 1rem;
    background: linear-gradient(160deg, rgba(248, 242, 236, 0.95), rgba(255, 255, 255, 0.95));
}

.detail-contact-note {
    color: var(--ec-muted);
    line-height: 1.65;
}

.detail-contact-trigger {
    width: 100%;
    border: 0;
    border-radius: 1.2rem;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
    background: linear-gradient(135deg, var(--ec-text), #433226);
    box-shadow: 0 18px 32px rgba(58, 40, 23, 0.14);
    text-align: left;
}

.detail-contact-trigger:hover {
    background: linear-gradient(135deg, #17120f, #36281e);
}

.detail-contact-trigger-copy {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    min-width: 0;
}

.detail-contact-trigger-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.detail-contact-trigger-subtitle {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.45;
}

.detail-contact-trigger-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 1.2rem;
}

.contact-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--ec-border);
    border-radius: 1.3rem;
    padding: 1.2rem;
    min-height: 100%;
}

.contact-card-value {
    font-size: 1.08rem;
    font-weight: 600;
    margin-top: 0.45rem;
}

.goods-product-tile .catalog-product-title {
    min-height: auto;
}

.white-space-preline {
    white-space: pre-line;
}

.catalog-offcanvas {
    background: rgba(255, 255, 255, 0.98);
}

.catalog-search-offcanvas {
    height: auto;
    max-height: min(90vh, 760px);
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
}

.catalog-contact-widget {
    position: fixed;
    right: calc(1.5rem + 200px);
    bottom: calc(1.5rem + 50px);
    z-index: 1080;
}

.catalog-contact-fab {
    width: 3.6rem;
    height: 3.6rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #2e9f53;
    box-shadow: 0 18px 40px rgba(31, 94, 54, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.35rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.catalog-contact-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(31, 94, 54, 0.22);
}

.catalog-contact-fab-label {
    display: none;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.catalog-contact-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.9rem);
    width: min(26rem, calc(100vw - 2rem));
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--ec-border);
    border-radius: 1.5rem;
    box-shadow: 0 26px 52px rgba(58, 40, 23, 0.18);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.catalog-contact-widget.is-open .catalog-contact-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.catalog-contact-panel-header {
    padding: 1rem 1.1rem 0.9rem;
    border-bottom: 1px solid var(--ec-border);
}

.catalog-contact-panel-title {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.catalog-contact-panel-subtitle {
    color: var(--ec-muted);
    font-size: 0.85rem;
    margin-top: 0.2rem;
}

.catalog-contact-list {
    padding: 0.15rem 0;
}

.catalog-contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-top: 1px solid var(--ec-border);
}

.catalog-contact-item:first-child {
    border-top: 0;
}

.catalog-contact-item-copy {
    min-width: 0;
}

.catalog-contact-item-label {
    color: var(--ec-muted);
    font-size: 0.82rem;
    margin-bottom: 0.2rem;
}

.catalog-contact-item-value {
    font-size: 1rem;
    font-weight: 600;
    word-break: break-word;
}

.catalog-contact-item-action {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.7rem;
    padding: 0.55rem 1rem;
    border-radius: 1rem;
    text-decoration: none;
    color: var(--ec-text);
    background: var(--ec-soft);
    font-weight: 600;
    white-space: nowrap;
}

.catalog-contact-item-action:hover {
    color: var(--ec-text);
    background: var(--ec-soft-2);
}

.catalog-search-tab-row {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.catalog-search-tab {
    cursor: pointer;
}

.catalog-search-tab span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--ec-border);
    background: #fff;
    color: var(--ec-muted);
    font-weight: 600;
}

.catalog-search-tab input:checked + span,
.catalog-search-tab.active span {
    background: var(--ec-text);
    color: #fff;
    border-color: var(--ec-text);
}

.catalog-media-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-cover-placeholder,
.admin-category-preview-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: rgba(31, 31, 31, 0.55);
    background: linear-gradient(160deg, #f1e6da, #e0d4c5);
    font-size: 0.95rem;
    border-radius: 1.1rem;
}

.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-text-highlight {
    display: none !important;
}

.admin-shell {
    background: #f6f7f9;
}

.admin-sidebar {
    width: 280px;
}

.admin-nav-link {
    color: rgba(255, 255, 255, 0.78);
    border-radius: 14px;
    padding: 0.8rem 0.95rem;
}

.admin-nav-link:hover,
.admin-nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.admin-toolbar-search {
    width: min(100%, 24rem);
}

.admin-bulk-toolbar {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(31, 26, 22, 0.08);
    border-radius: 1rem;
    background: linear-gradient(160deg, rgba(248, 242, 236, 0.95), rgba(255, 255, 255, 0.98));
}

.admin-bulk-input-group {
    width: min(100%, 22rem);
}

.admin-checkbox-col {
    width: 3rem;
}

.admin-product-table td,
.admin-product-table th {
    vertical-align: middle;
}

.admin-product-preview {
    width: 4.5rem;
    height: 4.5rem;
    overflow: hidden;
    border-radius: 1rem;
    background: linear-gradient(160deg, #f1e6da, #e0d4c5);
    box-shadow: inset 0 0 0 1px rgba(58, 40, 23, 0.08);
}

.admin-product-preview-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ec-muted);
    font-size: 0.78rem;
    text-align: center;
    padding: 0.4rem;
}

.admin-product-main-cell {
    min-width: 15rem;
}

.admin-product-title-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 600;
    line-height: 1.45;
    max-width: 22rem;
}

.admin-load-sentinel {
    margin-top: 1rem;
    text-align: center;
    color: var(--ec-muted);
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .admin-sidebar {
        width: 100%;
    }

    .home-carousel-frame {
        aspect-ratio: 4 / 5;
    }

    .detail-thumbnail-strip {
        gap: 0.55rem;
        margin-top: 0.65rem;
    }

    .detail-thumbnail-strip .detail-thumbnail-button {
        flex-basis: 3.75rem;
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 0.9rem;
    }

    .catalog-editorial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .catalog-topbar .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .catalog-contact-widget {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .catalog-contact-panel {
        left: 0;
        right: auto;
        bottom: calc(100% + 0.75rem);
        width: 100%;
    }

    .catalog-contact-fab {
        width: 100%;
        height: 3.45rem;
        justify-content: center;
        border-radius: 999px;
        background: linear-gradient(135deg, #2fb965, #1f8d4b);
        color: #fff;
        box-shadow: 0 18px 38px rgba(31, 94, 54, 0.28);
        font-size: 1.05rem;
    }

    .catalog-contact-fab:hover {
        background: linear-gradient(135deg, #29a95c, #1a7e43);
        box-shadow: 0 20px 42px rgba(31, 94, 54, 0.32);
    }

    .catalog-contact-fab-label {
        display: inline;
    }

    .catalog-contact-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-utility-bar {
        justify-content: space-between;
    }

    .catalog-utility-tabs {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .catalog-section-title {
        font-size: 1.35rem;
    }

    .catalog-hero-title {
        font-size: 2rem;
    }

    .catalog-search-offcanvas {
        max-height: 100vh;
    }

    .admin-product-main-cell {
        min-width: 11rem;
    }
}
