*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Ubuntu', sans-serif;
    background: #fff;
    color: #000;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
}

.container {
    max-width: 100% !important;
}

/* ── TOP BAR ── */
.topbar {
    background: #000;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 0 40px;
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
}

.topbar-item img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(10);
}

/* ── HEADER MAIN ── */
.section-tipsbar {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 4;
}

.tipsbar-desktop {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 72px;
}

.tipsbar-mobile {
    min-height: 34px;
}

.tipsbar-mobile .swiper-container,
.tipsbar-mobile .swiper-wrapper,
.tipsbar-mobile .swiper-slide {
    height: 34px;
}

.tipsbar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.tipsbar-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    width: 100%;
}

.tipsbar-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tipsbar-item-icon .icon-inline {
    width: 23px;
    height: 23px;
    fill: #fff;
}

.tipsbar-item-text {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.section-main-categories {
    padding: 28px 0 18px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.main-categories-title {
    margin: 0 0 18px;
    font-family: 'Ubuntu Sans', 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #151515;
}

.main-categories-slider {
    overflow: visible;
}

.main-categories-slide {
    height: auto;
}

.main-categories-card {
    display: block;
    text-decoration: none;
    background: #f3f3f3;
    border: 1px solid #e5e5e5;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.main-categories-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.main-categories-card-image {
    aspect-ratio: 33 / 10;
    background: #efefef;
}

.main-categories-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-main-brands {
    padding: 28px 0 18px;
}

.main-brands-title {
    margin: 0 0 18px;
    font-family: 'Ubuntu Sans', 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #151515;
}

.main-brands-slider-wrap {
    position: relative;
}

.main-brands-slider {
    overflow: hidden;
}

.main-brands-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.main-brands-slide {
    height: auto;
}

.main-brands-card {
    display: block;
    text-decoration: none;
    background: #f3f3f3;
    overflow: hidden;
}

.main-brands-card-image {
    aspect-ratio: 33 / 10;
    background: #efefef;
}

.main-brands-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-brands-nav {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    color: #111;
}

.main-brands-nav.swiper-button-prev {
    left: -18px;
}

.main-brands-nav.swiper-button-next {
    right: -18px;
}

.category-tabs-home {
    position: relative;
    padding: 20px 0 26px;
    border-radius: 22px;
    background: #f3f3f3;
}

.category-tabs-title {
    margin: 0 0 16px;
    font-size: 22px;
    text-align: center;
}

.category-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 0 20px;
}

.category-tabs-button {
    border: 0;
    border-radius: 999px;
    padding: 7px 16px;
    background: #e5e5e5;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    transition: background 0.2s ease, color 0.2s ease;
}

.category-tabs-button.is-active {
    background: #242424;
    color: #fff;
}

.category-tabs-panels {
    position: relative;
}

.category-tabs-panel {
    display: none;
    position: relative;
    padding: 0 20px;
}

.category-tabs-panel.is-active {
    display: block;
}

.category-tabs-empty {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.category-tabs-nav-arrow.swiper-button-prev {
    left: -18px;
}

.category-tabs-nav-arrow.swiper-button-next {
    right: -18px;
}

.promo-grid {
    display: grid;
    grid-template-columns: 1.42fr 1fr 1fr;
    grid-template-areas:
        "large top-left top-right"
        "large bottom bottom";
    gap: 14px;
    padding: 10px 0 26px;
}

.promo-grid-desktop {
    display: grid;
    margin-bottom: 41px;
}

.promo-grid-mobile {
    display: none;
}

.promo-grid-item-large {
    grid-area: large;
}

.promo-grid-item-top-left {
    grid-area: top-left;
}

.promo-grid-item-top-right {
    grid-area: top-right;
}

.promo-grid-item-bottom {
    grid-area: bottom;
}

.promo-grid-card {
    display: block;
    height: auto;
    overflow: hidden;
    border-radius: 18px;
}

.promo-grid-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.promo-grid-item-large .promo-grid-card {
    min-height: 410px;
}

/* .promo-grid-item-top-left .promo-grid-card,
.promo-grid-item-top-right .promo-grid-card,
.promo-grid-item-bottom .promo-grid-card {
    min-height: 198px;
} */

.middle-banner-card {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    margin: 0 0 26px;
    background: #f1f1f1;
}

.middle-banner-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.promo-grid-mobile .swiper {
    overflow: hidden;
}

.promo-grid-mobile-slide {
    width: 100%;
}

.promo-grid-mobile-card {
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.promo-grid-mobile-image {
    display: block;
    width: 100%;
    aspect-ratio: 472 / 345;
    object-fit: cover;
    border-radius: 14px;
}

.promo-grid-mobile .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.header-main {
    background: #fff;
    height: 89px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 0;
    position: relative;
}

.header-logo {
    width: 144px;
    height: 81px;
    object-fit: contain;
    flex-shrink: 0;
}

.header-search {
    flex: 1;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.header-search>input,
.header-search>.header-search-btn {
    display: none;
}

.header-search .search-form,
.header-search form {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
}

.header-search input {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1.5px solid #000;
    padding: 0 50px 0 18px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
    background: #fff;
}

.header-search input::placeholder {
    color: #9CA3AF;
}

.header-search .search-input {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1.5px solid #000;
    padding: 0 50px 0 18px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
    background: #fff;
}

.header-search .search-input::placeholder {
    color: #9CA3AF;
}

.header-search .search-submit-btn,
.header-search .search-empty-btn {
    position: absolute;
    top: 40px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    z-index: 2;
}

.header-search .search-submit-btn {
    right: 12px;
}

.header-search .search-empty-btn {
    right: 42px;
}

.header-search .search-submit-btn::before,
.header-search .search-empty-btn::before {
    width: 24px;
    height: 24px;
    color: #000;
}

.header-search-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
}

.header-search-btn img {
    width: 24px;
    height: 24px;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: 40px;
    flex-shrink: 0;
}

.header-icon-cart {
    display: flex;
    align-items: center;
}

.header-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #000;
    padding: 0;
    position: relative;
    line-height: 1;
}

.header-icon-btn img,
.header-icon-svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.header-icon-heart {
    width: 26px;
    height: 24px;
}

.header-icon-btn .badge {
    margin: 0;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #BA0D18;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── NAV BAR ── */
.navbar {
    background: #EFEFEF;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    gap: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 25;
}

.navbar-all {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-right: 30px;
    cursor: pointer;
    white-space: nowrap;
}

.navbar-all-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.navbar-all svg {
    width: 16px;
    height: 12px;
    flex-shrink: 0;
}

.navbar-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 100px; */
    flex: 1;
}

.navbar-link {
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0 16px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.navbar-link:hover {
    background: rgba(0, 0, 0, 0.08);
}

/* ── HERO CAROUSEL ── */
.navbar-item {
    position: static;
    flex-shrink: 0;
}

.navbar-dropdown,
.navbar-subdropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 30;
}

.navbar-dropdown-all {
    min-width: 260px;
}

.navbar-item-parent:hover>.navbar-dropdown,
.navbar-dropdown-parent:hover>.navbar-subdropdown {
    display: block;
}

.navbar-links .navbar-item-parent:hover > .navbar-dropdown.navbar-dropdown-grid {
  display: block;
}

.navbar > .navbar-item-parent > .navbar-dropdown,
.navbar-links > .navbar-item-parent > .navbar-dropdown,
.navbar-all > .navbar-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    top: 163px;
    width: 100vw;
    min-width: 0;
    padding: 12px 50px 18px;
    border: 0;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.navbar-all > .navbar-dropdown{
    top: 159px;
}

.navbar-links > .navbar-item-parent > .navbar-dropdown,
.navbar-all > .navbar-dropdown {
    display: none;
    column-gap: 36px;
    align-items: flex-start;
}

.navbar-links > .navbar-item-parent:hover > .navbar-dropdown,
.navbar-all:hover > .navbar-dropdown {
    display: block;
}

.modal-nav-all-categories {
    width: 360px;
    max-width: 360px;
    background: transparent;
}

.modal-nav-all-categories .modal-body {
    padding: 0;
    height: 100vh;
}

.all-categories-panel {
    width: 360px;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    box-shadow: 16px 0 32px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
}

.all-categories-panel__header {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 48px;
    background: #000;
}

.all-categories-panel__title {
    display: flex;
    align-items: center;
    padding: 0 18px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.all-categories-panel__close {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 42px;
    background: #fff;
    color: #4b4b4b;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 12px;
    border-left: 1px solid #ececec;
}

.all-categories-panel__body {
    flex: 1;
    overflow-y: auto;
}

.all-categories-panel__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.all-categories-panel__item {
    border-bottom: 1px solid #efefef;
}

.all-categories-panel__link {
    display: block;
    padding: 14px 14px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
}

.all-categories-panel__link:hover {
    background: #f7f7f7;
}

.navbar-links > .navbar-item-parent > .navbar-dropdown.navbar-dropdown-grid {
    column-count: 7;
    column-gap: 36px;
}

.navbar-dropdown-item {
    position: relative;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
}

.navbar-dropdown-link {
    display: block;
    padding: 10px 14px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 14px;
    color: #000;
    background: #fff;
    white-space: nowrap;
}

.navbar-dropdown-link:hover {
    background: #f3f3f3;
}

.navbar-subdropdown {
    top: 0;
    left: 100%;
}

.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-dropdown-link,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-dropdown-link {
    padding: 0 0 10px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    border-bottom: 0;
    background: transparent;
}

.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-dropdown-link:hover,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-dropdown-link:hover {
    background: transparent;
    color: #000;
}

.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown,
.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown > .navbar-dropdown-item > .navbar-subdropdown,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown > .navbar-dropdown-item > .navbar-subdropdown {
    display: block;
    position: static;
    min-width: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown > .navbar-dropdown-item,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown > .navbar-dropdown-item {
    display: block;
}

.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown .navbar-dropdown-link,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown .navbar-dropdown-link {
    padding: 0 0 10px;
    font-size: 13px;
    line-height: 1.35;
    border-bottom: 0;
    background: transparent;
    white-space: normal;
}

.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown .navbar-dropdown-link:hover,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown .navbar-dropdown-link:hover {
    background: transparent;
    color: #000;
}

.navbar > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-dropdown-link,
.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-dropdown-link,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-dropdown-link {
    font-size: 13px;
    line-height: 1.35;
}

.navbar > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown,
.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown {
    display: block;
    position: static;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.navbar > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown > .navbar-dropdown-link,
.navbar-links > .navbar-item-parent > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown > .navbar-dropdown-link,
.navbar-all > .navbar-dropdown > .navbar-dropdown-item > .navbar-subdropdown > .navbar-dropdown-link {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.35;
}

.navbar-dropdown-parent>.navbar-dropdown-link {
    padding-right: 30px;
}

.navbar-dropdown-parent>.navbar-dropdown-link::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

.nav-desktop-custom {
    width: 100%;
}

.nav-desktop-custom__list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 36px;
    margin: 0;
    padding: 0 16px;
}

.nav-desktop-custom__item,
.nav-desktop-custom__submenu-item {
    position: relative;
    list-style: none;
}

.nav-desktop-custom__link,
.nav-desktop-custom__submenu-link {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #2f3a4a;
    text-decoration: none;
    white-space: nowrap;
}

.nav-desktop-custom__link {
    padding: 12px 0;
}

.nav-desktop-custom__submenu-link {
    padding: 10px 14px;
}

.nav-desktop-custom__item--has-children:hover>.nav-desktop-custom__dropdown,
.nav-desktop-custom__submenu-item--has-children:hover>.nav-desktop-custom__submenu--nested {
    display: block;
}

.nav-desktop-custom__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    z-index: 40;
}

.nav-desktop-custom__submenu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    background: #fff;
}

.nav-desktop-custom__submenu--nested {
    display: none;
    position: absolute;
    top: -8px;
    left: 100%;
    min-width: 220px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.nav-desktop-custom__item:hover>.nav-desktop-custom__link,
.nav-desktop-custom__submenu-item:hover>.nav-desktop-custom__submenu-link {
    color: #000;
}

.nav-desktop-custom__submenu-link:hover {
    background: #f5f5f5;
}

.nav-desktop-custom__submenu-item--has-children>.nav-desktop-custom__submenu-link {
    padding-right: 32px;
}

.nav-desktop-custom__submenu-item--has-children>.nav-desktop-custom__submenu-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.hero {
    background: #EFEFEF;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.hero-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.hero-slide {
    min-width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.hero-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(250, 250, 250, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.15s;
}

.hero-btn:hover {
    background: #fff;
}

.hero-btn img {
    width: 10px;
    height: 18px;
    object-fit: contain;
}

.hero-btn-prev {
    left: 16px;
}

.hero-btn-next {
    right: 16px;
}

.hero-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border: none;
    transition: background 0.2s;
}

.hero-dot.active {
    background: #fff;
}

/* ── CATEGORIES BAR ── */
.categories {
    background: #fff;
    padding: 14px 50px;
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.categories::-webkit-scrollbar {
    display: none;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 6px 20px;
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
}

.category-item:hover .category-circle {
    background: #d5d5d5 !important;
}

.category-item:hover .category-label {
    text-decoration: underline;
}

.category-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #EFEFEF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.category-label {
    font-family: 'Ubuntu Sans', 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: rgb(35, 31, 32);
    text-align: center;
    white-space: nowrap;
}

/* ── PAYMENT INFO BAR ── */
.payment-bar {
    background: #fff;
    padding: 8px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.payment-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    color: rgb(35, 31, 32);
    white-space: nowrap;
}

.payment-item img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

/* ── SECTION TITLE ── */
.section-header {
    padding: 24px 50px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: rgb(45, 45, 45);
}

/* ── PRODUCTS CAROUSEL ── */
.products-section {
    padding: 0 50px 32px;
    position: relative;
}

.products-wrapper {
    overflow: hidden;
}

.products-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.product-card {
    min-width: 281px;
    width: 281px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s;
}

.item-product .product-card {
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.product-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    flex: 1 1 auto;
}

.item-product .item {
    overflow: visible;
    margin-bottom: 0;
}

.item-product .product-card .js-product-form {
    margin: 0;
}

.item-product .product-card .js-addtocart-placeholder {
    width: calc(100% - 18px);
    margin: 10px 9px 4px;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.product-img-wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 1 / 1;
    padding: 10px;
}

.product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-badges {
    position: absolute;
    top: 9px;
    left: 13px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.badge-off {
    background: #000;
    color: #fff;
    font-family: 'Ubuntu Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    border-radius: 2px;
    padding: 3px 6px;
    white-space: nowrap;
    text-transform: uppercase;
}

.badge-launch {
    background: rgb(254, 62, 62);
    color: #fff;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 9px;
    border-radius: 2px;
    padding: 3px 6px;
    white-space: nowrap;
}

.product-wishlist {
    position: absolute;
    top: 9px;
    right: 12px;
    width: 23px;
    height: 18px;
    opacity: 0.85;
}

.product-body {
    padding: 10px 11px 4px;
    background: #fff;
}

.product-name {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.25;
    min-height: 35px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-brand {
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 10px;
    color: rgb(126, 126, 126);
    text-align: center;
    margin-top: 2px;
    text-transform: uppercase;
}

.product-prices {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.price-old {
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 14px;
    color: #6E6E6E;
    text-decoration: line-through;
}

.price-new {
    font-family: 'Ubuntu Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.product-meta-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 3px;
    text-align: center;
}

.product-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-meta-icon .icon-inline {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.product-installment,
.product-installments-line,
.product-pix,
.product-pix-text {
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 11px;
    color: #000;
}

.product-pix{
    margin-top: 9px;
}

.product-pix span{
    font-weight: 300;
    font-size: 12px;
}

.product-installment-text,
.product-installment-text * {
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 11px;
    color: #000;
}

.product-installment-text strong,
.product-installment-text b,
.product-pix-price {
    font-weight: 700;
}

.product-btn-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: calc(100% - 18px);
    margin: 10px 9px 4px;
    background: #000;
    color: #fff;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 9px 0;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    transition: background 0.15s;
    text-decoration: none;
    text-transform: uppercase;
}

.product-btn-buy span{
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

input.product-btn-buy {
    appearance: none;
}

.product-btn-buy:hover, .product-btn-buy:hover span{
    color: #fff;
}

.product-btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: calc(100% - 18px);
    margin: 0 9px 8px;
    background: transparent;
    color: rgb(0, 138, 0);
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    padding: 8px 0;
    border-radius: 3px;
    border: 1px solid rgb(0, 138, 0);
    cursor: pointer;
    transition: background 0.15s;
    text-decoration: none;
}

.product-btn-whatsapp svg{
    width: 13px;
    height: 13px;
}

.product-btn-whatsapp:hover{
    color: rgb(0, 138, 0);
}


.product-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-btn-icon .icon-inline {
    width: 20px;
    height: 20px;
}

.products-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: background 0.15s;
}

.products-nav:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.products-nav-prev {
    left: 10px;
}

.products-nav-next {
    right: 10px;
}

.products-nav img {
    width: 8px;
    height: 16px;
    object-fit: contain;
}

/* ── DYNAMIC SHELF (grey bg) ── */
.shelf-section {
    background: #EFEFEF;
    padding: 24px 50px 32px;
    position: relative;
}

.shelf-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.shelf-tab {
    font-family: 'Ubuntu Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: rgb(35, 31, 32);
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all 0.15s;
    background: #fff;
}

.shelf-tab.active,
.shelf-tab:hover {
    border-color: rgb(35, 31, 32);
    background: rgb(35, 31, 32);
    color: #fff;
}

.shelf-desc {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 600px;
}

/* ── BANNERS PAIR ── */
.banners-pair {
    padding: 32px 50px;
    display: flex;
    gap: 20px;
}

.banner-half {
    flex: 1;
    height: 271px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.banner-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.banner-half:hover img {
    transform: scale(1.02);
}

/* ── BRANDS CAROUSEL ── */
.brands-section {
    padding: 0 50px 0;
    position: relative;
}

.brands-track-wrap {
    overflow: hidden;
}

.brands-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.brand-card {
    min-width: 330px;
    height: 100px;
    border-radius: 5px;
    background: #f5f5f5;
    flex-shrink: 0;
    overflow: hidden;
}

.brand-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ── FULL BANNER ── */
.full-banner {
    margin: 24px 50px;
    height: 130px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.full-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.full-banner:hover img {
    transform: scale(1.01);
}

/* ── LANCAMENTOS / MAIS VENDIDOS ── */
.products-2col {
    padding: 0 50px 24px;
}

.products-2col-grid {
    display: flex;
    gap: 20px;
}

.products-2col .product-card {
    min-width: 0;
    flex: 1;
}

/* ── PRANCHETA SECTION ── */
.prancheta-section {
    padding: 24px 50px;
}

.prancheta-inner {
    display: flex;
    gap: 20px;
    height: 668px;
}

.prancheta-main {
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.prancheta-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.prancheta-main:hover img {
    transform: scale(1.01);
}

.prancheta-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prancheta-side-item {
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
    background: #EFEFEF;
    cursor: pointer;
    position: relative;
}

.prancheta-side-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── FULL BANNER 2 ── */
.full-banner2 {
    height: 275px;
    overflow: hidden;
    cursor: pointer;
}

.full-banner2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.full-banner2:hover img {
    transform: scale(1.01);
}

/* ── LOJAS SECTION ── */
.lojas-section {
    padding: 32px 50px;
}

.lojas-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: rgb(45, 45, 45);
    margin-bottom: 6px;
}

.lojas-subtitle {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
}

.lojas-grid {
    display: flex;
    gap: 20px;
}

.loja-card {
    flex: 1;
    height: 177px;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
}

.loja-card-content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
}

.loja-name {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
}

.loja-addr {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.loja-card-cursos {
    background-size: cover;
    background-position: center;
}

.loja-whatsapp {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.loja-whatsapp img {
    width: 20px;
    height: 20px;
    filter: brightness(10);
}

.loja-whatsapp span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #fff;
}

/* ── NEWSLETTER ── */
.newsletter {
    background: #EFEFEF;
    padding: 24px 50px;
    display: flex;
    align-items: center;
    gap: 40px;
    border-top: 1px solid #000;
    border-width: 26px;
}

.newsletter-title {
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    color: #000;
    max-width: 500px;
    flex-shrink: 0;
}

p.newsletter-title b {
    color: #D7141A;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.newsletter-inputs {
    display: flex;
    gap: 12px;
}

.newsletter-input {
    flex: 1;
    height: 42px;
    border-radius: 15px;
    border: 1px solid rgb(171, 171, 171);
    padding: 0 14px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 12px;
    color: #000;
    background: #fff;
    outline: none;
}

.newsletter-input::placeholder {
    color: #9CA3AF;
}

.newsletter-btn {
    width: 211px !important;
    height: 42px !important;
    border-radius: 15px;
    background: #000;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s;
}

.newsletter-btn:hover {
    background: #222;
}

.newsletter-terms {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 12px;
    color: #000;
}

.newsletter-terms input[type="checkbox"] {
    accent-color: #000;
}

.newsletter-row {
    display: flex;
    align-items: center;
    gap: 12px;
}


.newsletter-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

@media (min-width: 992px) {
    .newsletter {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }

    .newsletter-title {
        flex: 0 1 500px;
    }

    .newsletter-form-wrapper,
    .newsletter-form {
        flex: 1 1 420px;
        min-width: 0;
        width: 100%;
    }

    .newsletter-inputs {
        width: 100%;
        min-width: 0;
    }

    .newsletter-input {
        flex: 1 1 0;
        min-width: 0;
        width: 100%;
    }
}

.newsletter-form input[type="text"], .newsletter-form input[type="email"] {
	/* flex: 1; */
	/* min-width: 510px; */
}

.newsletter-btn.js-news-footer-submit {
	position: static !important;
	background: #000 !important;
	color: #fff !important;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	z-index: 1;
    text-indent: unset !important;
}

.newsletter-btn.js-news-footer-submit::before, .newsletter-btn.js-news-footer-submit::after {
	display: none !important;
}


.footer-stores {
    background: #FFFFFF;
    padding: 66px 50px 66px;
    display: grid;
    grid-template-columns: minmax(260px, 1.1fr) 2fr;
    gap: 36px;
    align-items: center;
}

.footer-stores__title {
    margin: 0 0 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #111111;
}

.footer-stores__text {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #000;
}

.footer-stores__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 80px;
}

.footer-stores__card {
    position: relative;
    min-height: 110px;
    padding: 24px 18px 18px;
    border-radius: 16px;
    background: #EFEFEF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.footer-stores__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1A1A1A;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-stores__icon .icon-inline {
    width: 35px;
    height: 35px;
    fill: #fff;
}

.footer-stores__icon--courses svg{
    width: 22px !important;
    height: 22px !important;
}

.footer-stores__card-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #111111;
    margin-bottom: 6px;
}

.footer-stores__card-text {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #2A2A2A;
    margin-bottom: 6px;
}

.footer-stores__card-phone {
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #D7372F;
}

/* ── FOOTER ── */
.footer {
    background: #EFEFEF;
    padding: 32px 50px 20px;
}

.footer-top {
    display: flex;
    gap: 60px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(171, 171, 171, 0.4);
}

.footer-logo-col {
    flex-shrink: 0;
}

.footer-logo {
    width: 150px;
    height: 90px;
    object-fit: contain;
}

.footer-contact {
    flex: 1;
}

.footer-contact-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}

.footer-contact-line {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 2;
    text-align: left;
}

.footer-col {
    flex: 1;
}

.footer-col-title {
    font-family: 'Ubuntu Sans', 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
}

.footer-col-link {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 2.2;
    cursor: pointer;
}

.footer-col-link:hover {
    text-decoration: underline;
}

.footer-social-row {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.footer-social-icon, .footer-social-icon img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.footer-mid {
    padding: 24px 0;
    border-bottom: 1px solid rgba(171, 171, 171, 0.4);
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-mid-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-mid-title {
    font-family: 'Ubuntu Sans', 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.footer-mid-items {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-mid-item img {
    height: 30px;
    object-fit: contain;
}

.footer-bottom {
    padding-top: 16px;
    text-align: center;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 1.6;
}

.footer-dev {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
}

.footer-dev img {
    height: 32px;
    object-fit: contain;
}

.footer-logo-col {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ABABAB33;
    padding-bottom: 29px;
}

.footer-credits {
    flex-wrap: nowrap;
}

.footer-credits img {
    width: 80px;
}

.footer-credits svg{
    height: 17px;
    width: 86px;
}

.footer-apps {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}

.section-featured-products-home{
    padding-top: 20px;
}

.swiper-button-next, .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next svg, .swiper-button-prev svg{
    font-size: 18px;
}

.swiper-button-next{
    right: 31px;
}

.swiper-button-prev{
    left: 21px;
}

.category-body .swiper-button-prev{
    left: 0px !important;
}

.category-body .swiper-button-next{
    right: 0px !important;
}

.category-body .swiper-button-next, .category-body .swiper-button-prev{
    width: auto !important;
    height: auto !important;
    display: block;
    border-radius: 0px !important;
}

/* Product page custom */
.product-page-custom {
    padding-top: 22px;
}

.product-page-layout {
    align-items: flex-start;
    margin-top: 20px;
    padding: 0 15px;
}

.product-page-breadcrumbs {
    margin-bottom: 12px;
    padding: 0 15px;
}

.breadcrumbs, .breadcrumbs span {
    margin: 0;
    color: #9CA3AF;
    font-size: 12px;
    font-family: "Ubuntu";
    font-weight: 400;
}

.product-gallery-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* .product-gallery-main .product-detail-slider {
    position: relative;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(16, 18, 28, 0.08);
} */

.product-gallery-main .product-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.product-gallery-main .js-product-slide-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 546px;
    padding-bottom: 0 !important;
    border-radius: 25px;
    background: #fff;
}

.product-gallery-main .js-product-slide-img {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 18px rgba(17, 19, 24, 0.08);
    border-radius: 25px;
}

.product-gallery-main-control {
    width: 40px !important;
    height: 40px !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    color: #111;
}

.product-gallery-main-control.swiper-button-prev {
    left: 14px;
}

.product-gallery-main-control.swiper-button-next {
    right: 14px;
}

.product-gallery-main-control::after,
.product-gallery-thumbs-row .swiper-product-thumb-control::after {
    display: none;
}

.product-gallery-thumbs-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 0;
}

.product-gallery-thumbs-row .product-thumbs-container {
    flex: 1 1 auto;
    min-width: 0;
}

.product-gallery-thumbs-row .swiper-product-thumb {
    width: 100%;
    overflow: hidden;
}

.product-gallery-thumbs-row .swiper-product-thumb .swiper-wrapper {
    display: flex;
    align-items: center;
}

.product-gallery-thumbs-row .swiper-product-thumb .swiper-slide {
    width: 88px;
    flex: 0 0 88px;
}

.product-gallery-thumbs-row .product-thumb {
    display: block;
    width: 100%;
    height: 88px;
    margin: 0;
    padding-bottom: 0 !important;
    border: 1px solid #ececec;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery-thumbs-row .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery-thumbs-row .product-thumb.selected {
    border-color: #161616;
}

.product-gallery-thumbs-row .swiper-product-thumb-control {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    color: #111;
}

.product-gallery-layout .swiper-product-thumb-control,
.product-gallery-layout .product-gallery-main-control.swiper-button-prev,
.product-gallery-layout .product-gallery-main-control.swiper-button-next{
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.product-summary-card {
    padding: 10px 8px 0 8px;
}

.product-summary-card .page-header {
    padding: 0;
    margin-bottom: 0;
}

.product-summary-card .breadcrumbs {
    margin-bottom: 16px;
    color: #8a8a8a;
    font-size: 11px;
}

.product-summary-title {
    margin: 0;
    font-size: 22px;
    font-family: "Ubuntu";
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #000;
}

.product-summary-reference {
    color: #000000;
    font-size: 22px;
    font-family: "Ubuntu";
    font-weight: 400;
}

.product-summary-rating {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    color: #171717;
}

.product-summary-stars {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
}

.product-summary-rating-link {
    color: #656565;
    font-size: 13px;
    text-decoration: underline;
}

.product-summary-divider {
    margin: 24px 0;
    height: 1px;
    background: #e8e8e8;
}

.product-summary-block-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-family: "Ubuntu";
    font-weight: 700;
    color: #000000;
}

.product-summary-copy {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-family: "Ubuntu";
    font-weight: 300;
}

.product-summary-copy-empty {
    margin: 0;
}

.product-summary-link {
    display: inline-block;
    margin-top: 12px;
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
}

.product-summary-specs {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.product-summary-specs__row {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.product-summary-specs__label {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.product-summary-specs__value {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.product-summary-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.product-summary-meta-item {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f7f7f7;
}

.product-summary-meta-label {
    display: block;
    margin-bottom: 6px;
    color: #7b7b7b;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.product-summary-meta-value {
    display: block;
    color: #151515;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.product-page-buybox-col {
    position: relative;
}

.product-buybox-card {
    position: sticky;
    top: 24px;
    padding: 0px;
    border: 1px solid #ebebeb;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 19, 24, 0.08);
}

.product-buybox-card-content, .product-page-no-variants .price-container {
    padding: 22px 22px 0px;
}

.product-variant-top-buybox .product-buybox-card-content{
    padding-top: 0px !important;
}

.product-buybox-brand, .product-variant-grid-summary__brand {
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    font-family: "Ubuntu";
    text-transform: uppercase;
}

.product-buybox-title {
    color: #000000;
    font-size: 16px;
    font-family: "Ubuntu";
    font-weight: 400;
    margin-top: -13px;
}

.product-buybox-divider {
    height: 1px;
    margin: 14px 0 18px;
    background: #ebebeb;
}

.product-buybox-card .price-container {
    margin-bottom: 0;
}

.product-buybox-card .js-price-display {
    font-size: 22px !important;
    line-height: 1;
    font-weight: bold;
    color: #111;
}

.product-buybox-card .js-product-payments-container,
.product-buybox-card .js-product-discount-container,
.product-buybox-card #btn-installments,
.product-buybox-card .js-free-shipping-minimum-message,
.product-buybox-card .js-product-form-free-shipping-message,
.product-buybox-card .js-product-promo-container {
    display: none !important;
}

.product-buybox-card #product_form {
    margin-top: 18px !important;
}

.product-buybox-card .product-variants-custom {
    display: block;
    margin: 0 0 18px;
}

.product-buybox-card .product-variant-group {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 14px;
}

.product-buybox-card .product-variant-label {
    display: block;
    margin: 0 0 10px;
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.product-buybox-card .product-variant-label strong {
    font-weight: 700;
}

.product-buybox-card .product-variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-buybox-card .btn-variant {
    min-width: 46px;
    height: 34px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    background: #fff;
    color: #555;
    box-shadow: none;
}

.product-buybox-card .btn-variant .btn-variant-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 100%;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.product-buybox-card .btn-variant.selected {
    border-color: #111;
    color: #111;
    background: #f3f3f3;
}

.product-buybox-card .js-product-variants-group .form-group,
.product-buybox-card .js-product-variants-group .form-select {
    margin-bottom: 0;
}

.product-buybox-card .row.no-gutters.mb-4 {
    margin-bottom: 0 !important;
}

.product-buybox-card .col-4.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
}

.product-buybox-card .col-8.col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

.product-buybox-card .form-quantity {
    border: 1px solid #dfdfdf;
    border-radius: 14px;
    background: #fff;
    display: none !important;
}

.product-buybox-card .form-quantity .form-control {
    height: 52px;
    border: 0;
}

.product-buybox-card .btn-add-to-cart {
    height: 60px;
    border: 0;
    border-radius: 14px;
    background: #000000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    box-shadow: none;
}

.product-buybox-card .btn-add-to-cart:hover,
.product-buybox-card .btn-add-to-cart:focus {
    background: #000000;
}

.product-page-no-variants .product-buybox-card #product_form {
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
}

.product-page-no-variants .product-buybox-card .price-container {
    padding-bottom: 0;
    padding-top: 0px;
}

.product-page-no-variants .product-buybox-card .price-container .js-price-container {
    margin-bottom: 0;
}


.product-page-no-variants .product-buybox-card .price-container .price-compare {
    display: block !important;
    width: 100%;
    margin: 0 0 8px;
}

.product-page-no-variants .product-buybox-card .price-container .js-price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.product-page-no-variants .product-buybox-card .price-container .js-price-container > span.d-inline-flex {
    order: 1;
    display: flex !important;
    width: 100%;
    margin-top: 0 !important;
}

.product-page-no-variants .product-buybox-card .price-container .js-price-container > span.d-inline-block {
    order: 2;
    display: block !important;
    width: 100%;
    margin-right: 0 !important;
}

.product-page-no-variants .product-buybox-card .price-container .js-price-display {
    display: block;
    width: 100%;
}

.product-page-no-variants .product-buybox-card .js-product-payments-container {
    display: block !important;
    order: 3;
    width: 100%;
    margin: 8px 0 0 !important;
    padding: 0px !important;
}

.product-page-no-variants .product-buybox-card .js-product-payments-container .js-payment-credit-text,
.product-page-no-variants .product-buybox-card .js-product-payments-container .js-installment-amount {
    display: inline;
}

.product-page-no-variants .product-buybox-card .mb-4.pb-2 {
    order: 2;
    margin: 0px !important;
    padding: 18px 22px 0;
    border-top: 1px solid #ebebeb;
}

.product-page-no-variants .product-buybox-card .row.no-gutters.mb-4 {
    order: 3;
}

.product-page-no-variants .product-buybox-card .col-4.col-md-3 {
    display: none;
}

.product-page-no-variants .product-buybox-card .col-8.col-md-9,
.product-page-no-variants .product-buybox-card .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.product-page-no-variants .product-buybox-card #product-shipping-container {
    margin-bottom: 0;
}

.product-page-no-variants .label.js-offer-label{
    display: none;
}

.product-buybox-card .shipping-calculator-form .btn.btn-secondary{

}

.product-simple-bottom-buybox {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-top: 18px;
    padding: 18px 22px;
    background: #fff;
    box-shadow: 0 -8px 18px -16px rgba(17, 19, 24, 0.45);
}

.product-simple-bottom-buybox__brand {
    color: #8b8b8b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-simple-bottom-buybox__name {
    margin-top: 8px;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.product-simple-bottom-buybox__checkout {
    display: flex;
    align-items: center;
    gap: 0px;
}

.product-simple-bottom-buybox__price {
    color: #111;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    margin-right: 20px;
}

.product-simple-bottom-buybox__compare-price.price-compare{
    margin-right: 12px;
}

.product-simple-bottom-buybox__installments {
    margin-top: 6px;
    color: #111;
    font-size: 13px;
    line-height: 1.3;
}

.product-simple-bottom-buybox__button {
    min-width: 294px;
    height: 60px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.product-simple-bottom-buybox__button:hover,
.product-simple-bottom-buybox__button:focus {
    background: #10962a;
}

.product-buybox-card .js-toggle-shipping {
    margin-top: 0px;
    padding-top: 0px;
}

.product-buybox-card .js-accordion-private-toggle {
    pointer-events: none;
    margin-bottom: 12px;
}

.product-buybox-card .js-accordion-private-toggle-inactive,
.product-buybox-card .js-accordion-private-toggle-active {
    display: none !important;
}

.product-buybox-card .js-accordion-private-content {
    display: block !important;
}

.product-buybox-card .shipping-calculator-form .btn.btn-secondary {
    background: #000000;
    color: #fff;
    min-width: 118px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 18px;
    white-space: nowrap;
}

.product-buybox-card .js-shipping-input {
    font-size: 13px;
    border: 1px solid #D9D9D9;
    height: 36px;
    border-radius: 8px;
}

.product-buybox-card .shipping-calculator-form .form-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.product-buybox-card .shipping-calculator-form .form-row > .col {
    min-width: 0;
    flex: 1 1 auto;
}

.product-buybox-card .shipping-calculator-form .form-row > .col-auto {
    flex: 0 0 auto;
}

.product-buybox-card .shipping-calculator-form .form-group {
    margin-bottom: 12px !important;
}

.js-shipping-zipcode-help {
    color: #000000;
    font-size: 14px;
    font-family: "Ubuntu Sans";
    font-weight: 400;
    text-decoration: none;
}

.js-shipping-calculator-response span{
    font-size: 14px;
    font-weight: 400;
    font-family: "Ubuntu";
}

.product-buybox-card .js-shipping-calculator-response .card,
.product-buybox-card .js-product-branches-container .card {
    background: none;
}

.product-buybox-card .js-shipping-calculator-response .js-shipping-list-item {
    padding: 0px !important;
    margin-bottom: 0 !important;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
}

.product-buybox-card .js-shipping-calculator-response .radio-button-icons-container {
    display: none;
}

.product-buybox-card .js-shipping-calculator-response .radio-button-label {
    margin-left: 0 !important;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 2px;
}

.product-buybox-card .js-shipping-calculator-response .radio-button-text.row {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(120px, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin: 0;
    font-size: 11px !important;
}

.product-buybox-card .js-shipping-calculator-response .radio-button-text.row > .col,
.product-buybox-card .js-shipping-calculator-response .radio-button-text.row > .col-auto {
    max-width: none;
    padding: 0;
    font-size: 11px !important;
}

.product-buybox-card .js-shipping-calculator-response .shipping-option-name,
.product-buybox-card .js-shipping-calculator-response [data-component="option.date"],
.product-buybox-card .js-shipping-calculator-response [data-component="option.price"] {
    margin: 0 !important;
    line-height: 1.35;
}

.product-buybox-card .js-shipping-calculator-response .shipping-option-name {
    color: #111;
}

.product-buybox-card .js-shipping-calculator-response [data-component="option.date"] {
    color: #111;
    opacity: 1;
    text-align: center;
}

.product-buybox-card .js-shipping-calculator-response .shipping-option-time {
    color: #111;
    opacity: 1;
    text-align: center;
}

.product-buybox-card .js-shipping-calculator-response [data-component="option.price"] {
    color: #111;
    text-align: right;
    white-space: nowrap;
}

.product-buybox-card .js-shipping-calculator-response [data-component="option.price"] .text-accent {
    color: #111 !important;
}

.product-buybox-hidden-purchase {
    display: none;
}

.product-page-has-variant-grid .product-page-buybox-col .price-container,
.product-page-has-variant-grid .product-page-buybox-col .js-product-payments-container,
.product-page-has-variant-grid .product-page-buybox-col .js-product-discount-container,
.product-page-has-variant-grid .product-page-buybox-col .js-free-shipping-minimum-message,
.product-page-has-variant-grid .product-page-buybox-col .js-product-form > .row.no-gutters,
.product-page-has-variant-grid .product-page-buybox-col #product-shipping-container,
.product-page-has-variant-grid .product-page-buybox-col .product-shipping-calculator,
.product-page-has-variant-grid .product-page-buybox-col .js-product-branches-container .card,
.product-page-has-variant-grid .product-page-buybox-col .js-added-to-cart-product-message {
    display: none !important;
}

.product-page-has-variant-grid .product-page-buybox-col #product_form {
    margin-top: 0 !important;
}

.product-variant-top-buybox {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-variant-top-buybox__count strong, .product-variant-top-buybox__order-title strong{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-family: "Ubuntu";
    margin-right: 3px;
}

.product-variant-top-buybox__count span{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    font-family: "Ubuntu";
}

.product-variant-top-buybox__count {
    margin-bottom: 10px;
}

.product-variant-top-buybox__items {
    display: grid;
    gap: 8px;
    padding: 0 0 12px;
}

.product-variant-top-buybox__order-title {
    margin-bottom: 10px;
}

.product-variant-top-buybox__footer {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-variant-top-buybox__total-wrap {
    text-align: left;
    margin-bottom: 10px;
}

.product-variant-top-buybox__total {
    color: #000;
    font-size: 22px;
    font-family: "Ubuntu Sans";
    font-weight: bold;
    line-height: 1;
}

.product-variant-top-buybox__installments {
    margin-top: 6px;
    color: #111;
    font-size: 13px;
}

.product-variant-top-buybox__button {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 0 0 12px 12px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Ubuntu";
    cursor: pointer;
}

.product-variant-grid-section {
    padding: 0 0 36px;
}

.product-variant-grid-summary {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 450px;
    gap: 24px;
    align-items: start;
    padding: 14px 18px;
    border-radius: 12px 12px 0 0;
    background: #fff;
    box-shadow: 0 -8px 18px -16px rgba(17, 19, 24, 0.45);
}


.product-variant-grid-summary__name {
    margin-top: 6px;
    color: #000000;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Ubuntu";
}

.product-variant-grid-summary__count {
    margin-top: 10px;
    color: #000000;
    font-size: 14px;
}

.product-variant-grid-summary__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 22px;
    min-height: 74px;
    padding: 6px 18px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.product-variant-top-buybox__items .product-variant-grid-summary__item {
    color: #000000;
    font-size: 14px;
    font-family: "Ubuntu";
}

.product-variant-top-buybox__items .product-variant-grid-summary__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-variant-grid-summary__text {
    flex: 1 1 auto;
    min-width: 0;
}

.product-variant-grid-summary__qty {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.product-variant-grid-summary__qty-btn {
    width: 24px;
    height: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product-variant-grid-summary__qty-value {
    min-width: 16px;
    text-align: center;
    color: #111;
    font-size: 13px;
    font-weight: 700;
}

.product-variant-grid-summary__item strong {
    color: #111;
    font-weight: 700;
}

.product-variant-grid-summary__checkout {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    min-height: 100%;
}

.product-variant-grid-summary__total {
    color: #111;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
}

.product-variant-grid-summary__installments {
    margin-top: 6px;
    color: #111;
    font-size: 13px;
    text-align: center;
}

.product-variant-grid-summary__button {
    margin-top: 14px;
    height: 60px;
    border: 0;
    border-radius: 12px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

.product-variant-grid-summary__button:disabled {
    opacity: 0.6;
    cursor: default;
}

.product-variant-grid-search {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    height: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 18px rgba(17, 19, 24, 0.08);
}

.product-variant-grid-search__label {
    color: #111;
    font-size: 16px;
    white-space: nowrap;
}

.product-variant-grid-search__divider {
    width: 1px;
    height: 20px;
    background: #111;
}

.product-variant-grid-search__input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #9a9a9a;
    font-size: 16px;
}

.product-variant-grid-search__icon {
    flex: 0 0 auto;
}

.product-variant-grid-rows {
    margin-top: 22px;
}

.product-variant-grid-row-wrap {
    position: relative;
}

.product-variant-grid-row-wrap + .product-variant-grid-row-wrap {
    margin-top: 18px;
}

.product-variant-grid-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
}

.product-variant-grid-row::-webkit-scrollbar {
    display: none;
}

.product-variant-grid-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 5px rgba(17, 19, 24, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.product-variant-grid-nav--prev {
    left: 0;
}

.product-variant-grid-nav--next {
    right: 0;
}

.product-variant-grid-card {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    flex-shrink: 0;
}

.product-variant-grid-card__image {
    width: 100%;
    height: 166px;
    background: #fff;
    overflow: hidden;
}

.product-variant-grid-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-variant-grid-card__body {
    padding: 10px 10px 0;
}

.product-variant-grid-card__name {
    min-height: 30px;
    color: #111;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.product-variant-grid-card__price {
    color: #008A00;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.product-variant-grid-card__qty {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    width: 88%;
    height: 36px;
    margin: 10px 14px 12px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(17, 19, 24, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.product-variant-grid-card__qty-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    cursor: pointer;
    appearance: none;
}

.product-variant-grid-card__qty-value {
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    text-align: center !important;
    color: #111 !important;
    font-size: 14px !important;
}

.product-page-no-variants .js-price-container{
    /* margin-bottom: 0px !important; */
}


.product-page-description-row {
    margin-top: 26px;
}

.product-buy-together-section {
    padding: 16px 0 26px;
}

.product-buy-together-section .container{
    padding: 0 15px !important;
} 

.product-buy-together-title {
    margin: 0 0 30px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.product-buy-together-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: center;
}

.product-buy-together-products {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.product-buy-together-item-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-buy-together-item {
    position: relative;
    width: 190px;
}

.product-buy-together-check {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    margin: 0;
    cursor: pointer;
}

.product-buy-together-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-buy-together-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #111;
}

.product-buy-together-check-icon::before {
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: -2px;
}

.product-buy-together-check input:not(:checked) + .product-buy-together-check-icon {
    background: #fff;
    border: 1px solid rgba(17, 19, 24, 0.18);
}

.product-buy-together-check input:not(:checked) + .product-buy-together-check-icon::before {
    opacity: 0;
}

.product-buy-together-card {
    display: block;
    min-height: 276px;
    padding: 14px 12px 16px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
}

.product-buy-together-card__image {
    height: 150px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-buy-together-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-buy-together-card__name {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.35;
    color: #111;
    text-align: center;
}

.product-buy-together-card__brand {
    margin: 0 0 8px;
    font-size: 10px;
    font-weight: "Ubuntu", sans-serif;
    color: #656565;
    text-align: center;
    text-transform: uppercase;
}

.product-buy-together-card__prices {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px;
}

.product-buy-together-card__price-old {
    font-size: 11px;
    color: #8b8b8b;
    text-decoration: line-through;
}

.product-buy-together-card__price-new {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.product-buy-together-card__pix,
.product-buy-together-card__installments {
    margin: 0;
    font-size: 11px;
    color: #444;
    text-align: center;
}

.product-buy-together-plus {
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: #111;
}

.product-buy-together-summary {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 190px;
}

.product-buy-together-summary__compare {
    min-height: 18px;
    font-size: 14px;
    font-family: "Ubuntu Sans", sans-serif;
    color: #6E6E6E;
    text-decoration: line-through;
    text-align: center;
}

.product-buy-together-summary__saving {
    min-height: 20px;
    margin-top: 4px;
    font-size: 14px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 300;
    color: #6E6E6E;
    text-align: center;
}

.product-buy-together-summary__total {
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Ubuntu Sans", sans-serif;
    color: #111;
    text-align: center;
}

.product-buy-together-summary__button {
    margin-top: 30px;
    height: 42px;
    border: 1px solid #000000;
    border-radius: 999px;
    background: #fff;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    font-family: "Ubuntu Sans", sans-serif;
    cursor: pointer;
}

.product-buy-together-item.is-unchecked .product-buy-together-card {
    opacity: 0.45;
}

.product-description-card {
    padding: 30px 34px 38px;
}

.product-detail-tabs__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.product-detail-tabs__button {
    border: 0;
    border-radius: 999px;
    background: #efefef;
    color: #6a6a6a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 18px;
    transition: background 0.2s ease, color 0.2s ease;
}

.product-detail-tabs__button.is-active {
    background: #1b1717;
    color: #fff;
}

.product-detail-tabs__panels {
    width: 100%;
}

.product-detail-tabs__panel {
    display: none;
}

.product-detail-tabs__panel.is-active {
    display: block;
}

.product-detail-tabs__empty {
    color: #505050;
    font-size: 14px;
    line-height: 1.8;
}

.product-description-card .font-body {
    font-size: 22px;
    font-weight: 700;
    color: #111;
}

.product-description-card .user-content {
    color: #505050;
    font-size: 14px;
    line-height: 1.8;
}

/* Category page desktop */
.category-layout-desktop {
    align-items: flex-start;
}

.filters-sidebar {
    width: 324px;
    flex: 0 0 324px;
    max-width: 324px;
}

.category-main-content {
    flex: 1 1 auto;
    max-width: calc(100% - 324px);
}

.category-filters-card {
    padding: 18px 14px 8px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
}

.category-filter-title,
.category-filters-card .price-filter-container .h6,
.category-filters-card .price-filter-container .font-body,
.category-filters-card .price-filter-container .font-big {
    margin-bottom: 12px !important;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #111;
}

.filters-sidebar .category-filters-card-subcategories {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.category-filter-link,
.category-filters-card label,
.category-filters-card .checkbox,
.category-filters-card .price-filter-container {
    font-size: 12px;
}

.category-filters-card .price-filter-container {
    position: relative;
}

.category-filters-card .price-filter-container.category-price-range-ready label,
.category-filters-card .price-filter-container.category-price-range-ready input[type='text'],
.category-filters-card .price-filter-container.category-price-range-ready input[type='number'],
.category-filters-card .price-filter-container.category-price-range-ready .js-price-filter-btn,
.category-filters-card .price-filter-container.category-price-range-ready .js-price-filter-empty {
    display: none !important;
}

.category-price-range-ui {
    margin: 4px 0 8px;
}

.category-price-range-slider {
    position: relative;
    height: 18px;
    margin-bottom: 8px;
}

.category-price-range-track,
.category-price-range-fill {
    position: absolute;
    top: 7px;
    height: 4px;
    border-radius: 999px;
}

.category-price-range-track {
    left: 0;
    right: 0;
    background: #d9d9d9;
}

.category-price-range-fill {
    background: #111;
}

.category-price-range-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 18px;
    margin: 0;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

.category-price-range-input::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    background: #111;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
}

.category-price-range-input::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    background: #111;
    cursor: pointer;
    pointer-events: auto;
}

.category-price-range-input::-webkit-slider-runnable-track {
    background: transparent;
}

.category-price-range-input::-moz-range-track {
    background: transparent;
}

.category-price-range-labels {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #666;
    font-size: 11px;
}

.category-banner {
    position: relative;
    margin-bottom: 14px;
    border-radius: 8px;
    overflow: hidden;
}

.category-banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.category-listing-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
}

.category-listing-header .breadcrumbs {
    margin-bottom: 8px;
    font-size: 10px;
    color: #7d7d7d;
}

.category-listing-title {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.category-sortby-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-sortby-label {
    margin: 0;
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #111;
}

.category-sortby-select {
    min-width: 170px;
    height: 34px;
    border-radius: 4px;
    font-size: 11px;
}

.category-products-content .js-product-table {
    margin-top: 0;
}

.category-footer-description {
    margin: 18px 0 0;
    padding: 20px 40px 0;
    text-align: center;
}

.category-footer-description-title {
    margin: 0 0 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.category-footer-description-text {
    max-width: 780px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.45;
    color: #333;
}

.template-product .newsletter{
    border-top: 0px !important;
}

.category-sortby-wrap .form-group {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.category-sortby-select{
    width: 113px;
}



#single-product .container{
    /* padding: 0px !important; */
}

.text-accent{
    padding: 22px 22px 0px;
    padding-top: 0px !important;
}

div#product-description-content > div, 
div#product-description-content p, 
div#product-description-content span 
div#product-description-content b,
div#product-description-content strong, 
div#product-description-content h1, 
div#product-description-content h2,
div#product-description-content h3,
div#product-description-content h4,
div#product-description-content h5, 
div#product-description-content h6{
    font-size: 15px !important;
}

.template-page h1.h2.h1-huge-md{
    display: none !important;
}

.template-page .container, .template-page .aud-prose{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1480px !important;
}

.nossas-lojas .container:first-child{
    display: none !important;
}

html body .nossas-lojas .container{
    max-width: 100% !important;
}

/* Nossas Lojas - compatível com o HTML novo */
.nossas-lojas {
  position: relative;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
  background: #111;
  margin: 0 0 64px;
}

.nossas-lojas::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.40) 0%, rgba(0,0,0,.52) 100%);
  z-index: 1;
}

.nossas-lojas > .nossas-lojas__hero-image {
  display: block;
  width: 100%;
  height: 680px;
  object-fit: cover;
}

.nossas-lojas > .nossas-lojas__hero-image.mobile {
  display: none;
}

.nossas-lojas__inner {
  width: min(100% - 48px, 1180px);
  margin: 0 auto 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  gap: 72px 72px;
  align-items: center;
}

/* Mooca */
.nossas-lojas__inner > :nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.nossas-lojas__inner > :nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

/* Campinas */
.nossas-lojas__inner > :nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.nossas-lojas__inner > :nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.nossas-lojas__store-content {
  text-align: center;
}

.nossas-lojas__store-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #121212;
}

.nossas-lojas__store-description {
  margin: 0 auto 24px;
  max-width: 520px;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.75;
}

.nossas-lojas__store-meta {
  margin: 0 0 24px;
}

.nossas-lojas__store-phone,
.nossas-lojas__store-hours {
  display: block;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
  color: #121212;
}

.nossas-lojas__store-hours small {
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

.nossas-lojas__store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.nossas-lojas__store-button:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.nossas-lojas__store-media {
  width: 100%;
}

.nossas-lojas__store-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(18, 18, 18, 0.08);
}

/* Mobile */
@media (max-width: 991px) {
    
  .nossas-lojas {
    margin-bottom: 40px;
    min-height: 486px !important;
  }

  .nossas-lojas > .nossas-lojas__hero-image {
    display: none;
  }

  .nossas-lojas > .nossas-lojas__hero-image.mobile {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .nossas-lojas__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 56px;
  }

  .nossas-lojas__inner > :nth-child(1),
  .nossas-lojas__inner > :nth-child(2),
  .nossas-lojas__inner > :nth-child(3),
  .nossas-lojas__inner > :nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .nossas-lojas__store-title {
    font-size: 28px;
  }

  .nossas-lojas__store-description {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
  }

  .nossas-lojas__store-phone,
  .nossas-lojas__store-hours {
    font-size: 16px;
  }

  .nossas-lojas__store-image {
    aspect-ratio: 1.08 / 1;
    border-radius: 14px;
  }
}

.product-variant-grid-summary{
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
}

.footer-pagamentos img{
    width: 45px;
}

.home-double-banners{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: -11px !important;
    margin-bottom: 60px;
}

.home-category-tabs, .home-promo-grid, .section-sale-products-home{
    margin-bottom: 30px !important;
    padding: 0px !important;
}

.home-middle-banner{
    margin-top: 30px !important;
    margin-bottom: 71px !important;
    padding: 0px !important;
}

.product-detail-tabs{
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .header-hamburger {
        display: none;
    }

    .header-icons-mob {
        display: none;
    }

    .header-row1 {
        display: flex;
        width: auto;
    }

    .product-buy-together-layout{
        margin-right: 28px;
    }

    .head-main .search-suggestions{
        
    }

    .nossas-lojas img.aud-w-full.lg\:aud-hidden.aud-transition{
        display: none;
    }

    .header-logo{
        height: 59px !important;
        margin-bottom: 20px !important;
    }

    .template-product .btn-whatsapp{
        /* bottom: 146px; */
    }

    .product-variant-grid-search{
        /* margin-left: 20px; */
        /* margin-right: 27px; */
    }
    
    .product-variant-grid-summary, .product-simple-bottom-buybox{
        display: none !important;
    }

    .col-lg-3.product-page-buybox-col{
        
        position: relative;
        /* position: fixed; */
        right: 0;
        z-index: 999;
    }

    .product-variant-grid-row{
        padding: 1px;
        /* margin-left: 20px; */
    }

    .product-page-has-variant-grid .product-variant-grid-section {
        width: calc(100% - 484px);
    }

    .footer-mid{
        justify-content: space-evenly !important;
    }

    
    
}

@media (max-width: 992px) {
    
    #single-product .container{
        padding: 0px !important;
    }


    .product-buy-together-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .product-buy-together-products {
        justify-content: flex-start;
        align-items: stretch;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 16px 12px;
        margin: 0 7px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .product-buy-together-item-wrap {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .product-buy-together-item {
        width: 180px;
    }

    .product-buy-together-products::-webkit-scrollbar {
        height: 6px;
    }

    .product-buy-together-products::-webkit-scrollbar-thumb {
        background: rgba(17, 19, 24, 0.22);
        border-radius: 999px;
    }

    .product-buy-together-summary {
        min-height: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .product-variant-grid-summary {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-variant-grid-summary__items {
        grid-template-columns: 1fr 1fr;
        padding: 0;
        border: 0;
        min-height: 0;
    }

    .product-variant-grid-search {
        height: auto;
        padding: 12px 16px;
        flex-wrap: wrap;
        margin-top: 4px;
        display: grid;
        width: 100%;
    }

    /* .product-variant-grid-search__label, */
    .product-variant-grid-search__divider, 
    .product-variant-grid-search svg {
        display: none;
    }

    .product-variant-grid-row-wrap {
        padding: 0 5px;
    }

    /* topbar mobile */
    .topbar {
        height: 40px;
        gap: 0;
        padding: 0;
        justify-content: center;
    }

    .topbar-item:not(:first-child) {
        display: none;
    }

    .topbar-item {
        font-size: 12px;
        font-family: 'Ubuntu Sans', sans-serif;
    }

    .tipsbar-item {
        padding: 0 14px;
    }

    .tipsbar-item-text {
        font-size: 11px;
    }

    .section-main-categories {
        padding: 20px 0 14px;
        overflow: hidden;
    }

    .section-main-categories .container {
        max-width: 100%;
        overflow: hidden;
    }

    .main-categories-title {
        margin-bottom: 14px;
        font-size: 18px;
        text-align: center;
    }

    .section-main-brands {
        padding: 20px 0 14px;
        overflow: hidden;
    }

    .main-brands-title {
        margin-bottom: 14px;
        font-size: 18px;
        text-align: center;
    }

    .section-main-brands .container {
        max-width: 100%;
        overflow: hidden;
    }

    .main-brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .category-tabs-home {
        padding: 16px 0 18px;
        border-radius: 16px;
    }

    .category-tabs-title {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .category-tabs-nav {
        justify-content: flex-start;
        gap: 8px;
        margin-bottom: 14px;
        padding: 0 14px;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .category-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .category-tabs-button {
        flex: 0 0 auto;
        padding: 7px 14px;
        font-size: 11px;
        white-space: nowrap;
    }

    .category-tabs-panel {
        padding: 0px;
    }

    .section-featured-home .swiper-products-slider .js-item-product.swiper-slide,
    .category-tabs-home .swiper-products-slider .js-item-product.swiper-slide {
        width: calc((100% - 0px) / 1.5) !important;
    }

    .promo-grid-desktop {
        display: none !important;
    }

    .promo-grid-mobile {
        display: block;
        padding: 8px 0 18px;
        overflow: hidden;
    }

    .middle-banner-card {
        border-radius: 14px;
        margin-bottom: 18px;
    }

    /* header mobile */
    .header-main {
        height: auto;
        padding: 8px 14px;
        flex-wrap: wrap;
        gap: 10px;
        position: sticky;
        top: 0;
        z-index: 100;
        background: #EFEFEF;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .header-row1 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .header-logo {
        width: 110px;
        height: auto;
        display: block;
    }

    .header-mobile-logo-link {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
    }

    .header-mobile-logo-link .logo-img-container,
    .header-mobile-logo-link .logo-text-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-hamburger {
        display: flex;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
        padding: 4px;
        flex: 0 0 auto;
    }

    .header-hamburger span {
        display: block;
        width: 22px;
        height: 2px;
        background: #000;
        border-radius: 2px;
    }

    .header-search {
        max-width: 100%;
        margin: 0;
    }

    .header-search-row {
        width: 100%;
        order: 2;
    }

    .header-main .header-search-row .js-search-container,
    .header-main .header-search-row .js-search-form,
    .header-main .header-search-row .search-box {
        width: 100%;
    }

    .header-icons {
        display: none;
    }

    .header-icons-mob {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
        flex: 0 0 auto;
    }

    .header-icon-btn-mobile {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0;
    }

    .header-icons-mob .header-icon-btn svg {
        width: 24px;
        height: 24px;
    }

    .header-icons-mob .header-icon-cart .cart-badge {
        top: -6px;
        right: -9px;
    }

    .js-big-search-mobile {
        display: none !important;
    }

    .navbar,
    .nav-desktop-custom,
    .head-nav {
        display: none !important;
    }

    /* hero mobile */
    .hero {
        height: 485px;
    }

    .hero-slide {
        height: 485px;
    }

    /* categories mobile */
    .categories {
        padding: 10px 14px;
        gap: 0;
    }

    .category-circle {
        width: 48px;
        height: 48px;
    }

    .category-item {
        padding: 4px 12px;
    }

    .category-label {
        font-size: 12px;
    }

    /* payment bar mobile */
    .payment-bar {
        flex-direction: column;
        gap: 6px;
        padding: 10px 14px;
    }

    /* products section mobile */
    .products-section {
        padding: 0 14px 24px;
    }

    .section-header {
        padding: 16px 14px 8px;
    }

    .product-card {
        min-width: 205px;
        width: 205px;
    }

    .product-btn-whatsapp{
        gap: 6px;
    }
    

    /* banners pair mobile */
    .banners-pair {
        padding: 16px 14px;
        flex-direction: column;
    }

    .banner-half {
        height: 120px;
    }

    /* full banner mobile */
    .full-banner {
        margin: 16px 14px;
        height: 90px;
    }

    /* shelf section mobile */
    .shelf-section {
        padding: 16px 14px 24px;
    }

    /* prancheta mobile */
    .prancheta-section {
        padding: 16px 14px;
    }

    .prancheta-inner {
        flex-direction: column;
        height: auto;
        gap: 12px;
    }

    .prancheta-main {
        height: 200px;
    }

    .prancheta-side {
        flex-direction: row;
    }

    .prancheta-side-item {
        height: 100px;
    }

    /* lojas mobile */
    .lojas-section {
        padding: 16px 14px;
    }

    .lojas-grid {
        flex-direction: column;
    }

    .loja-card {
        height: 140px;
    }

    /* newsletter mobile */
    .newsletter {
        flex-direction: column;
        padding: 20px 14px;
        gap: 16px;
    }

    .newsletter-title {
        font-size: 18px;
        text-align: center;
    }

    .newsletter-inputs {
        flex-direction: column;
        
    }

    .newsletter-row {
        flex-direction: column;
        width: 100%;
    }

    .newsletter-btn {
        width: 100% !important;
    }

    .footer-stores {
        grid-template-columns: 1fr;
        padding: 34px 14px 28px;
        gap: 30px;
    }

    .footer-stores__title,
    .footer-stores__text {
        text-align: center;
    }

    .footer-stores__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* footer mobile */
    .footer {
        padding: 20px 14px;
    }

    .footer-top {
        flex-direction: column;
        gap: 20px;
        border-bottom: 1px solid #ABABAB;
    }

    .footer-mid {
        flex-direction: column;
        gap: 35px;
    }

    /* full-banner2 mobile */
    .full-banner2 {
        height: 125px;
    }

    /* 2col products mobile */
    .products-2col {
        padding: 0 14px 24px;
    }

    .products-2col-grid {
        gap: 10px;
    }

    .header-search .search-input{
        transform: none !important;
        background: none;
    }

    .home-double-banners-row{
        display: grid;
        gap: 5px;
        margin-top: 15px;
    }

    .home-double-banners-item{
        max-width: 100% !important;
    }

    .footer-contact-title, .footer-contact-line, .footer-mid-title, .footer-col-title, .footer-col-title{
        text-align: left;
        font-size: 14px;
    }

    
    
    .footer-apps{
        justify-content: left;
    }

    .footer-pagamentos{
        order: 1;
    }

    .footer-desenvolvido{
        order: 3;
    }

    .footer-pagamentos img{
        width: 40px;
    }

    .newsletter-input{
        flex: auto !important;
        min-width: 300px !important;
    }

    .filters-sidebar,
    .category-main-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-listing-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-footer-description {
        padding: 16px 0 0;
    }

    .category-sortby-wrap{
        display: none;
    }

    .category-listing-header{
        margin-bottom: 0px;
    }

    .product-page-custom {
        padding-top: 12px;
    }

    .product-summary-card {
        padding: 0;
    }

    .product-summary-title {
        font-size: 30px;
    }

    .product-summary-specs__row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .product-summary-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-buybox-card {
        position: static;
    }

    .product-gallery-main .js-product-slide-link {
        height: 360px;
    }

    .product-gallery-main .product-detail-slider {
        border-radius: 18px;
    }

    .product-gallery-main .product-slide {
        padding: 10px;
    }

    .product-gallery-thumbs-row {
        display: none;
    }

    .product-gallery-thumbs-row .swiper-product-thumb .swiper-slide {
        width: 68px;
    }

    .product-gallery-thumbs-row .product-thumb {
        border-radius: 12px;
    }

    .product-summary-title {
        font-size: 24px;
    }

    .product-summary-reference {
        font-size: 14px;
    }

    .product-summary-rating {
        margin-top: 14px;
        gap: 10px;
    }

    .product-summary-meta-grid {
        grid-template-columns: 1fr;
    }

    .product-description-card {
        padding: 24px 0 12px;
        border-top: 0;
    }

    .product-detail-tabs__nav {
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 24px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .product-detail-tabs__button {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 12px;
        padding: 10px 16px;
    }

    .modal-nav-hamburger .nav-list, .js-menu-panel .modal-body.p-0{
        height: 91vh;
        overflow: scroll;
    }

    .product-page-summary-col{
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .product-simple-bottom-buybox{
        position: fixed;
        bottom: 0px;
        z-index: 999;
        /* display: block; */
        display: none !important;
        width: 100%;
        padding: 15px;
    }

    .product-simple-bottom-buybox__checkout{
        display: block;
    }

    .product-simple-bottom-buybox__name{
        margin-bottom: 16px;
    }

    .product-simple-bottom-buybox__button{
        width: 100%;
        margin-top: 16px;
    }

    #related-products .container.position-relative{
        padding: 0px !important;
    }

    .product-variant-grid-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .product-variant-grid-card {
        min-width: 0;
        width: 100%;
    }

    .product-page-description-row{
        padding: 0 5px;
    }

    .product-variant-grid-summary{
        display: none;
    }

    .product-page-layout{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .product-page-buybox-col{
        padding: 0px !important;
    }

    .product-description-card iframe{
        width: 100%;
    }

    .template-product .btn-whatsapp{
        bottom: 222px;
    }

    .product-summary-specs{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .product-gallery-main .js-product-slide-img{
        border-radius: 0px !important;
    }
    
}

/* Mobile nav drawer */
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 200;
    box-shadow: 4px 0 16px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    padding: 20px 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mobile-nav.open {
    transform: translateX(0);
    display: flex;
}

.mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 199;
}

.mobile-nav-overlay.open {
    display: block;
}

.mobile-nav-close {
    padding: 0 20px 16px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
}

.mobile-nav-link {
    padding: 14px 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.mobile-nav-link:hover {
    background: #f5f5f5;
}

h2.products-section-title.h3 {
    margin-bottom: 30px;
    text-align: center;
}

#related-products{
    margin-bottom: 40px;
}

.product-body{
    height: 135px;
}

.js-item-product.item-product.col-grid{
    margin-bottom: 14px;
}




/* Nossas Lojas page */

.template-page .page-header{
    display: none !important;
}

.nossas-lojas {
  --lojas-text: #121212;
  --lojas-muted: #4f4f4f;
  --lojas-line: #e7e7e7;
  --lojas-max: 1180px;
  --lojas-radius: 18px;
  --lojas-shadow: 0 18px 38px rgba(18, 18, 18, 0.08);
  color: var(--lojas-text);
}

.nossas-lojas,
.nossas-lojas * {
  box-sizing: border-box;
}

.template-page .nossas-lojas {
  width: 100%;
  max-width: 100%;
}

.nossas-lojas__hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 76px;
  background: #111;
}

.nossas-lojas__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.48) 100%);
  z-index: 1;
}

.nossas-lojas__hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nossas-lojas__hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 900px);
  padding: 48px 24px;
  color: #fff;
}

.nossas-lojas__hero-title {
  margin: 0 0 20px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.nossas-lojas__hero-subtitle {
  margin: 0 auto;
  max-width: 820px;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.22;
  font-weight: 300;
  text-transform: uppercase;
}

.nossas-lojas__hero-arrow {
  margin: 30px auto 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.nossas-lojas__inner {
  margin: 0 auto 96px;
}

.nossas-lojas__store {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  gap: 72px;
  align-items: center;
  margin: 0 0 72px;
}

.nossas-lojas__store--reverse {
  grid-template-columns: minmax(420px, 540px) minmax(0, 1fr);
}

.nossas-lojas__store--reverse .nossas-lojas__store-media {
  order: 1;
}

.nossas-lojas__store--reverse .nossas-lojas__store-content {
  order: 2;
}

.nossas-lojas__store-media {
  width: 100%;
}

.nossas-lojas__store-image {
  display: block;
  width: 600px;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  border-radius: var(--lojas-radius);
  box-shadow: var(--lojas-shadow);
}

.nossas-lojas__store-content {
  text-align: center;
}

.nossas-lojas__store-title {
  margin: 0 0 20px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.nossas-lojas__store-description {
  margin: 0 auto 28px;
  max-width: 520px;
  color: var(--lojas-muted);
  font-size: 18px;
  line-height: 1.75;
}

.nossas-lojas__store-meta {
  margin: 0 0 28px;
}

.nossas-lojas__store-phone,
.nossas-lojas__store-hours {
  display: block;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
}

.nossas-lojas__store-hours small {
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

.nossas-lojas__store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.nossas-lojas__store-button:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.nossas-lojas__divider {
  width: min(100% - 48px, var(--lojas-max));
  height: 1px;
  margin: 0 auto 56px;
  background: var(--lojas-line);
}

@media (max-width: 991px) {
  .nossas-lojas__hero {
    min-height: 520px;
    margin-bottom: 52px;
  }

  .nossas-lojas__inner {
    width: min(100% - 32px, var(--lojas-max));
    margin-bottom: 72px;
  }

  .nossas-lojas__store,
  .nossas-lojas__store--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 56px;
  }

  .nossas-lojas__store--reverse .nossas-lojas__store-media,
  .nossas-lojas__store--reverse .nossas-lojas__store-content {
    order: initial;
  }

  .nossas-lojas__store-description {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 767px) {
  .template-page .user-content.pb-5 {
    padding-bottom: 40px !important;
  }

  .nossas-lojas__hero {
    min-height: 420px;
    margin-bottom: 40px;
  }

  .nossas-lojas__hero-content {
    padding: 32px 18px;
  }

  .nossas-lojas__hero-title {
    margin-bottom: 16px;
    font-size: 42px;
  }

  .nossas-lojas__hero-subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .nossas-lojas__store-image {
    aspect-ratio: 1.08 / 1;
    border-radius: 14px;
  }

  .nossas-lojas__store-title {
    font-size: 28px;
  }

  .nossas-lojas__store-phone,
  .nossas-lojas__store-hours {
    font-size: 16px;
  }
  
  .nossas-lojas__inner{
    display: grid;
  }

  .nossas-lojas__store-media:nth-child(1){
    order: 1;
  }
  
  .nossas-lojas__store-media:nth-child(2){
    order: 3;
  }

  .nossas-lojas__store-content:first-child{
    order: 2;
  }
  
  .nossas-lojas__store-content:last-child{
    order: 4;
  }

}



.product-extra-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.product-extra-row {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) 440px;
  align-items: start;
  gap: 40px;
}

.product-extra-row:nth-child(even) {
  grid-template-columns: 440px minmax(0, 1.3fr);
}

.product-extra-text h2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.product-extra-text p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
}

.product-extra-image img {
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
  border-radius: 20px;
}

.tab-description .product-specs-content,
.tab-description .product-faq-content{
    display: none;
}

.product-specs-content,
.product-faq-content {
  display: block;
}

.product-specs-content h2,
.product-faq-content h2 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.product-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}

.product-specs-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
}

.product-specs-label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.product-specs-value {
  font-size: 14px;
  line-height: 1.6;
}

.product-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-faq-item {
  padding: 18px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
}

.product-faq-item h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.product-faq-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}



@media (max-width: 991px) {

.product-specs-grid {
    grid-template-columns: 1fr;
  }

  .product-extra-row,
  .product-extra-row:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-extra-image img {
    max-width: 100%;
  }
}

@media (min-width: 1200px ) and (max-width: 1599px) {
 
  .js-shipping-calculator-response{
    height: 12vh;
    overflow-y: scroll;
  }

  .product-variant-top-buybox__items.has-more-than-4-items{
    height: 14vh;
    overflow-y: scroll;
  }

  .product-detail-tabs__panel{
      max-width: 880px;
  }

  .product-gallery-main .js-product-slide-link{
    height: 346px;
  }

  .product-page-no-variants .product-buybox-card .mb-4.pb-2{
    padding-top: 4px;
  }

  .col-lg-3.product-page-buybox-col{
    /* top: 25vh; */
    max-width: 354px;
  }

  .product-page-has-variant-grid .product-variant-grid-section {
        width: calc(100% - 350px);
    }
}

@media (min-width: 1400px) and (max-width: 1950px) {

    .product-buybox-card .js-shipping-calculator-response .radio-button-label{
    }

    .product-detail-tabs__panel{
        max-width: 1000px;
    }

    .product-variant-grid-row{
        padding: 1px;
        /* max-width: 1000px; */
    }
}


.product-page-no-variants .product-page-buybox-col, 
.product-page-no-variants .product-buybox-card {
    position: relative !important;
}


.btn-whatsapp {
    display: none !important;
}