.hdr-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.site-brand__logo {
    display: block;
    height: auto;
    max-width: 100%;
}

.site-brand__logo--desktop,
.site-brand__logo--footer {
    max-height: 90px;
    width: auto;
}

.site-brand__logo--mobile,
.site-brand__logo--sticky {
    max-height: 56px;
    width: auto;
}

.hero-slider__link {
    display: block;
}

.hero-slider__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.promo-section-heading {
    background: none;
    text-align: left;
    color: #1f5f7a;
    margin-bottom: 16px;
    padding: 0;
}

.promo-section-heading h2 {
    color: #1f5f7a;
    margin-bottom: 0;
}

.feature-box__icon-svg {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.deferred-render-section {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.btn-inline-icon,
.mobile-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-inline-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.mobile-search-icon {
    width: 18px;
    height: 18px;
    color: #666;
    flex: 0 0 auto;
}

.btn-inline-icon svg,
.mobile-search-icon svg,
.whatsapp-floating-icon {
    width: 100%;
    height: 100%;
    display: block;
}

.off-canvas-close-icon {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    color: inherit;
}

.product-rating-star {
    font-size: 0.85rem;
    line-height: 1;
    color: #d0d0d0;
}

.product-rating-star--active {
    color: #f5a623;
}

.product-card .card-image {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .card-image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
}

.product-card--body .card-image img.img-fluid {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 189px;
    object-fit: contain;
    object-position: center;
}

.product-headerz {
    padding-top: 5px;
}

.btnajaxaddtocart {
    background: #367b9c;
    padding: 10px 12px;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #3333;
}

.btnajaxaddtocart:hover {
    background: #fff;
    color: #367b9c;
    border-radius: 4px;
    border: 2px solid #3333;
    cursor: pointer;
}

.whatsapp-floating-icon {
    width: 26px;
    height: 26px;
}

.hdr-icon-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 14px;
    border-radius: 14px;
    text-decoration: none !important;
    color: #222 !important;
    transition: background .18s, color .18s, transform .15s;
    cursor: pointer;
    position: relative;
    min-width: 64px;
}

.hdr-icon-btn:hover {
    background: #f4f4f6;
    color: #111 !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}

.hdr-icon-btn.hdr-icon-cart {
    background: #111;
    color: #fff !important;
}

.hdr-icon-btn.hdr-icon-cart:hover {
    background: #333;
    color: #fff !important;
}

.hdr-icon-btn.hdr-icon-cart .hdr-icon-label {
    color: #fff;
}

.hdr-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.hdr-icon-wrap svg {
    width: 26px;
    height: 26px;
    display: block;
}

.hdr-icon-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #555;
    white-space: nowrap;
}

.hdr-badge {
    position: absolute;
    top: -2px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    background: #e53935;
    color: #fff;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
    border: 2px solid #fff;
    z-index: 2;
}

.hdr-badge:empty {
    display: none;
}

.hdr-icon-btn:hover svg path {
    transition: fill .2s, stroke .2s;
}

.hdr-icon-btn:not(.hdr-icon-cart):hover svg {
    stroke: #e53935;
}

.hdr-icons--sticky .hdr-icon-btn {
    min-width: auto;
    padding: 8px 10px;
}

.hdr-icons--sticky .hdr-icon-wrap {
    width: 36px;
    height: 36px;
}

.hdr-icons--sticky .hdr-icon-wrap svg {
    width: 22px;
    height: 22px;
}

.mob-hdr-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.mob-hdr-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    color: #222;
    text-decoration: none;
    transition: background .15s;
}

.mob-hdr-icon:hover {
    background: #f0f0f0;
}

.mob-hdr-icon svg {
    width: 24px;
    height: 24px;
}

.mob-hdr-icon .hdr-badge {
    top: 1px;
    right: 1px;
}

.mob-hdr-icon--cart {
    background: #111;
    color: #fff;
}

.mob-hdr-icon--cart:hover {
    background: #333;
}

.mob-hdr-icon--cart svg {
    stroke: #fff;
}

.feature-box .text h3 {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 0.35rem;
}

.header-bottom .main-navigation {
    height: 100%;
}

.header-bottom .main-menu.menu-right {
    display: flex;
    align-items: center;
    height: 52px;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-bottom .main-menu > li {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.header-bottom .main-menu > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    font-size: 0.87rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none !important;
    color: rgba(255,255,255,0.88) !important;
    position: relative;
    transition: color .18s;
    white-space: nowrap;
}

.header-bottom .main-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background: rgba(255,255,255,0.9);
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .22s cubic-bezier(.4,0,.2,1);
}

.header-bottom .main-menu > li > a:hover {
    color: #fff !important;
}

.header-bottom .main-menu > li > a:hover::after {
    transform: scaleX(1);
}

.header-bottom .main-menu > li[class*="danger"] > a,
.header-bottom .main-menu > li[class*="warning"] > a {
    font-weight: 700;
}

.header-bottom .category-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 18px;
    font-size: 0.87rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    background: rgba(0,0,0,0.18) !important;
    color: #fff;
    border: 0;
    border-right: 1px solid rgba(255,255,255,0.15);
    transition: background .18s;
    cursor: pointer;
}

.header-bottom .category-trigger:hover {
    background: rgba(0,0,0,0.28) !important;
}

.header-bottom {
    min-height: 52px;
}

.catalog-page {
    padding-bottom: 32px;
}

.catalog-page__header {
    margin-bottom: 20px;
}

.catalog-page__title {
    margin-bottom: 10px;
    color: #111;
}

.catalog-page__intro {
    color: #444;
}

.catalog-page__intro > :last-child {
    margin-bottom: 0;
}

.catalog-results-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
    font-size: 14px;
    color: #666;
}

.catalog-results-meta__count {
    font-weight: 600;
    color: #111;
}

.catalog-filter-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.catalog-filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f5f7;
    color: #333;
    font-size: 12px;
    line-height: 1.3;
}

.catalog-page .messageajax {
    margin-bottom: 16px;
}

.catalog-empty-state {
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fafafa;
    color: #444;
}

.catalog-filter-scroll {
    overflow-y: auto;
    max-height: 300px;
}

.breadcrumb-nav {
    margin: 16px 0 20px;
    font-size: 14px;
}

.breadcrumb-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-nav__item {
    color: #666;
}

.breadcrumb-nav__item::after {
    content: '/';
    margin-left: 10px;
    color: #b5b5b5;
}

.breadcrumb-nav__item:last-child::after {
    display: none;
}

.breadcrumb-nav__item.is-active {
    color: #111;
    font-weight: 600;
}

.catalog-layout__sidebar .inner-page-sidebar {
    position: sticky;
    top: 16px;
}

.catalog-toolbar__controls {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.home-page__header {
    max-width: 840px;
}

.home-page__title {
    margin-bottom: 0;
}

.home-page__intro {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .catalog-layout__sidebar .inner-page-sidebar {
        position: static;
    }

    .catalog-toolbar__controls {
        justify-content: stretch;
    }
}
