/* ===== TEMPORARY ===== */

.placeholder {
    opacity: 1 !important;
}

/* ===== BOOTSTRAP REASSIGNMENTS ===== */

:root {
    --bs-border-radius: 8px;
    --bs-breadcrumb-item-active-color: #aaa;
    --bs-breadcrumb-item-padding-x: .8rem;
}

hr {
    color: var(--bs-primary);
    opacity: 1;
}

.card {
    --bs-card-spacer-y: 1.6rem;
    --bs-card-spacer-x: 1.4rem;
}

.form-control,
.form-select {
    background-color: var(--bs-gray-100);
}

.form-label {
    margin-bottom: .1rem;
}

.btn {
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-padding-y: .5rem;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1920px) and (max-width: 2559.98px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1680px;
    }
}

@media (min-width: 2560px) and (max-width: 3199.98px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 2200px;
    }
}

.card-header,
.card-footer {
    background: transparent;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.fw-600 {
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: none;
}

.fs-sm {
    font-size: .8rem !important;
}

.fs-md {
    font-size: .9rem !important;
}

.fs-rg {
    font-size: 1rem !important;
}

.fs-lg {
    font-size: 1.1rem !important;
}

.fs-xl {
    font-size: 1.2rem !important;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mb-7 {
    margin-bottom: 7rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.dashed {
    text-decoration-style: dashed;
}

/* ===== GENERAL ===== */

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

img {
    max-width: 100%;
    height: auto;
}

.content {
    padding-bottom: 2em;
}

/* .content:not(:has(.category-description)) {
    padding-bottom: 4rem;
}
.content {
    padding-bottom: 2em;
}

@media (min-width: 992px) {
    .content:not(:has(.category-description)) {
        padding-bottom: 10rem;
    }
    .content {
        padding-bottom: 4rem;
    }
} */

/* ===== FONTS ===== */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ===== TYPOGRAPHY ===== */

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

h1 {
    font-weight: bold !important;
}

h2,
h3,
h4 {
    font-weight: 600 !important;
}

h1,
.h1 {
    padding-bottom: 1.3rem;
}

.page h1,
.page .h1 {
    text-transform: uppercase;
}

/* h3 {
    font-size: 1.2rem;
} */

h1,
h2,
h3,
h4,
h5 {
    color: var(--bs-primary);
}

a {
    text-decoration: none;
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 374.98px) {
    h1 {
        font-size: 1.35rem !important;
    }
}

/* ===== HEADER ===== */

.header-catalog-desktop-button {
    font-size: 19px;
}

.header-bottom-desktop {
    background: linear-gradient(56deg, #940305 0%, #730204 70%);
}

.header-bottom-desktop .accordion {
    min-width: 900px;
}

.header-bottom-desktop .catalog-accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.header-bottom-desktop .catalog-accordion-button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 30px;
    transition: var(--bs-accordion-btn-icon-transition);
}

.header-bottom-desktop .catalog-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    margin-right: 10px;
}

.header-bottom-desktop .accordion .accordion-body {
    font-size: 15px;
    padding-top: 5px;
    padding-left: 5px;
}

.header-bottom-desktop .accordion h2 {
    margin-bottom: 15px;
}

.header-bottom-desktop .accordion h2:last-child {
    margin-bottom: 0;
}

.header-search input,
.header-search input:active,
.header-search input:focus,
.header-search input:hover,
.header-search input:focus-visible {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
}

.header-search button,
.header-search button:active,
.header-search button:focus,
.header-search button:hover,
.header-search button:focus-visible {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
}

.header-search input::placeholder {
    color: white;
}

.header-account {
    border: 1px solid white;
    border-radius: 50%;
    padding: 7px;
}

.header-logo-desktop {
    max-width: 260px;
    position: relative;
}

@media (min-width: 1400px) {
    .header-logo-desktop::before {
        content: '';
        position: absolute;
        top: -6px;
        right: 100%;
        width: 100vw;
        height: 100%;
        background: var(--bs-primary);
        z-index: 1;
    }
}

.header-logo-desktop .header-logo {
    position: relative;
}

.header-logo-desktop .header-logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: auto;
    height: auto;
    top: -26px;
    left: -150px;
}

.header-bottom-desktop>div {
    height: 123px;
}

.header-logo-mobile {
    max-width: 150px;
    padding: 10px 0;
}

.header-mobile .btn-close {
    width: 26px;
    height: 26px;
    background-size: 26px;
}

.header-catalog-menu-mobile .catalog-accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.header-catalog-menu-mobile .catalog-accordion-button::after {
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 27px;
    transition: var(--bs-accordion-btn-icon-transition);
}

.header-catalog-menu-mobile .catalog-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    /* margin-right: 10px; */
}

@media (max-width: 767.98px) {
    .header-mobile,
    .offcanvas-header {
        min-height: 70px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .header-mobile .offcanvas-body {
        padding-bottom: 80px;
    }
}

/* ===== HOME ===== */

.home-about h2,
.home-service h2,
.home-videos h2 {
    font-size: 3rem;
}

@media (max-width: 767.98px) {

    .home-about h2,
    .home-service h2,
    .home-videos h2 {
        font-size: 2.5rem;
    }
}

/* HOME: ABOUT */

.home-about .col-md-5 {
    display: flex;
    align-items: stretch;
}

.home-about .col-md-5 img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* HOME: HERO */

.home-hero {
    overflow: hidden;
}

.home-hero-image {
    width: 100%;
}

.home-hero-image img {
    object-fit: cover;
}

/* .home-hero-items {
    top: 0;
    right: 0;
    width: 50%;
    aspect-ratio: 1;
    color: white;
    height: 100%;
} */

.home-hero-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1px;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
}

.home-hero-item {
    padding: 15px 20px;
    font-size: 18px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.home-hero-item:hover {
    background: rgba(0, 0, 0, 0.4);
}

.home-hero-item img {
    width: 60%;
    height: auto;
    align-self: flex-end;
}

.home-hero-item:nth-child(1) {
    border-radius: var(--bs-border-radius) 0 0 0;
}

.home-hero-item:nth-child(3) {
    border-radius: 0 var(--bs-border-radius) 0 0;
}

.home-hero-item:nth-child(7) {
    border-radius: 0 0 0 var(--bs-border-radius);
}

.home-hero-item:nth-child(9) {
    background: var(--bs-primary);
    text-align: center;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 var(--bs-border-radius) 0;
}

.home-hero-item:nth-child(9) img {
    width: 60%;
    height: auto;
    align-self: center;
    padding-bottom: 5px;
}

@media (min-width: 2560px) {
    .home-hero {
        height: 1200px;
    }
    .home-hero-grid {
        max-width: 750px;
        max-height: 750px;
    }
}

@media (min-width: 2200px) and (max-width: 2559.98px) {
    .home-hero {
        height: 1100px;
    }
    .home-hero-grid {
        max-width: 750px;
        max-height: 750px;
    }
}

@media (min-width: 1920px) and (max-width: 2199.98px) {
    .home-hero {
        height: 850px;
    }
    .home-hero-grid {
        max-width: 650px;
        max-height: 650px;
    }
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
    .home-hero {
        height: 750px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-hero {
        height: 650px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-hero {
        height: 750px;
    }

    .home-hero-grid {
        max-width: 500px;
        max-height: 500px;
    }

    .home-hero-item {
        font-size: 16px;
    }

    .home-hero-item img {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home-hero {
        height: 650px;
    }

    .home-hero-grid {
        max-width: 350px;
        max-height: 350px;
    }

    .home-hero-item {
        font-size: 0.85rem;
        padding: 5px 10px;
    }

    .home-hero-item img {
        width: 55px;
    }
}

@media (max-width: 767.98px) {
    .home-hero {
        height: 450px;
    }

    .home-hero-image {
        height: 100%;
    }

    /* .home-hero-items {
        width: 100%;
    } */

    .home-hero-grid {
        max-width: 370px;
        max-height: 370px;
    }

    .home-hero-item {
        font-size: 0.85rem;
        padding: 5px;
    }
}

@media (max-width: 575.98px) {
    .home-hero-grid {
        max-width: 380px;
        max-height: 380px;
    }

    .home-hero-item {
        font-size: 0.8rem;
    }
}

@media (max-width: 400px) {
    .home-hero-grid {
        max-width: 340px;
        max-height: 340px;
    }
}



/* HOME: SERVICE */

.home-map {
    min-height: 350px;
}

.service-city-select {
    background: var(--bs-primary);
    color: white;
    padding: 15px 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.service-search input,
.service-search input:active,
.service-search input:focus,
.service-search input:hover {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--bs-primary);
}

.service-search button,
.service-search button:active,
.service-search button:focus,
.service-search button:hover {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--bs-primary);
}

/* HOME: VIDEO */

.home-videos .home-video {
    min-height: 110px;
}

.home-videos .home-video::after {
    content: "";
    display: block;
    background-image: url('/wa-apps/site/themes/resanta2/img/home/play.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.home-videos .home-video-big::after {
    width: 100px;
    height: 100px;
}

/* ===== FOOTER ===== */

footer {
    background: #D9D9D9;
}

@media (max-width: 991.98px) {
    footer {
        padding-bottom: 60px;
    }
}

footer a {
    color: var(--bs-body-color);
    text-decoration: none;
}

.footer-logo {
    max-width: 300px;
}

.footer-logo-svg {
    width: 30%;
}

.footer-logo-png {
    width: 70%;
}

/* ===== PAGES ===== */

.page {
    padding: 1rem 0;
}

.breadcrumbs {
    padding-top: 1rem;
}

.breadcrumbs {
    white-space: nowrap;
    overflow: visible;
    position: relative;
}

.breadcrumbs::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    width: 48px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to left, #ffffff 50%, rgba(255, 255, 255, 0));
}

.breadcrumbs ul {
    padding-right: 48px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
}

@media (min-width: 768px) {
    .breadcrumbs ul {
        overflow-x: hidden;
    }
    
    .breadcrumbs ul:hover {
        overflow-x: auto;
    }
    
    .breadcrumbs ul::-webkit-scrollbar {
        display: none;
    }
    
    .breadcrumbs ul {
        scrollbar-width: none;
    }
}

@media (max-width: 767.98px) {
    .breadcrumbs ul {
        overflow-x: auto;
    }
}

@media (min-width: 768px) {
    .page {
        padding: 2rem 0;
    }

    .breadcrumbs {
        padding-top: 6rem;
    }
}

.error-page {
    /* padding: 200px; */
}

.error-page h1 {
    font-size: 70px;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
}

.error-page .text-secondary {
    max-width: 610px;
}

/* PAGES: AUTH */

.auth-page h1 {
    text-transform: uppercase;
    color: var(--bs-primary);
    font-size: 1.9rem;
    font-weight: 600;
}

.auth-page .auth-logo {
    margin-top: 3rem;
}

.auth-page .auth-logo img {
    width: 220px;
}

.auth-page .auth-copyright {
    margin-bottom: 3rem;
}

.auth-page-form>div {
    min-width: 50%;
}

.auth-page .wa-login-forgotpassword-url {
    display: block;
    text-align: right;
    color: var(--bs-secondary);
    font-size: small;
    text-transform: lowercase;
}

.auth-page .wa-forgotpassword-form-wrapper,
.auth-page .wa-set-password-form-wrapper {
    max-width: 600px;
}

.auth-page .wa-forgotpassword-button {
    margin-top: 20px;
}

.auth-page .wa-forgotpassword-button>input {
    width: 100%;
}

.auth-page-form .wa-field.wa-field-login,
.auth-page-form .wa-field.wa-field-remember-me {
    margin-bottom: 20px;
}

.auth-page-form .wa-login-form-actions,
.auth-page-form .wa-signup-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.auth-page-form .wa-captcha-field {
    margin-bottom: 20px;
}

.auth-page-form .wa-buttons-wrapper .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
}

.auth-page-form .wa-login-form-wrapper .wa-field.wa-field-password .wa-value .wa-error-msg {
    position: absolute;
    margin-top: -20px;
}

.auth-page-form .wa-field.wa-field-password .wa-value,
.auth-page-form .wa-set-password-form-fields .wa-value,
.auth-page-form .wa-field-password_confirm .wa-value {
    position: relative;
}

.auth-page-form .wa-set-password-form-fields>div,
.auth-page-form .wa-set-password-form-wrapper .wa-value.wa-buttons-wrapper {
    margin-bottom: 20px;
}

.auth-page-form .wa-uncaught-errors {
    position: absolute;
    margin-top: 80px;
}

.auth-page-form .reg-form {
    width: 100%;
    max-width: 450px;
}

.auth-page-form .reg-form .wa-field {
    flex-direction: column;
}

.auth-page-form .reg-form .wa-field .wa-name,
.auth-page-form .reg-form .wa-field .wa-value {
    width: 100%;
}

.auth-page-form .wa-signup-form-fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.auth-page-form .reg-form .wa-field .wa-value p {
    margin: 0;
}

.auth-page-form .reg-form .wa-field input[type="text"],
.auth-page-form .reg-form .wa-field input[type="email"],
.auth-page-form .reg-form .wa-field input[type="password"] {
    font-size: unset;
    line-height: unset;
}

.reg-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.reg-type-radio,
.reg-radio .form-label {
    display: flex !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
}

.reg-radio label {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ===== MY PROFILE ===== */

#wa-my-info-wrapper {
    max-width: 600px;
}

.profile-navigation {
    margin-top: 30px;
}

.profile-navigation ul li a {
    color: var(--bs-body-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
}

.profile-navigation ul li {
    border-bottom: 1px solid gray;
}

#wa-my-info-edit:hover img {
    filter: brightness(0) invert(1);
}

#wa-my-info-edit-wrapper .wa-form .wa-field {
    margin-bottom: 1rem;
}

#wa-my-info-edit-wrapper .wa-field-address-shipping>.wa-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bs-primary);
    margin-bottom: 0.5rem;
}

#wa-my-info-edit-wrapper .wa-field-address-shipping>.wa-value p .field {
    display: block;
    margin-bottom: 1rem;
}

/* MY PROFILE: ORDERS */

.order-list .order-list-item {
    position: relative;
}

.order-list .order-list-item img {
    width: 50px;
    height: auto;
}

.order-list .badge {
    padding: 6px 10px;
}

@media (max-width: 767.98px) {
    .order-list .card-body {
        padding: 1rem !important;
    }

    .order-list .order-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: .25rem;
    }

    .order-list .order-header .text-primary,
    .order-list .order-header .fw-bold,
    .order-list .order-header .badge {
        margin-top: .25rem;
    }

    .order-list .order-header > div:last-child {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        gap: .25rem !important;
        font-size: 1rem !important;
    }

    .order-list .order-id-line { flex-wrap: wrap; }
    .order-list .order-id-line .badge { margin-left: 0; }

    .order-list .order-meta {
        flex-direction: column !important;
        gap: .75rem;
    }

    .order-list .order-list-items {
        width: 100%;
        justify-content: flex-start !important;
        gap: 1rem !important;
        padding-right: 0 !important;
        flex-wrap: wrap;
    }

    .order-list .order-list-item img {
        width: 44px;
        height: 44px;
    }

    .order-list .order-actions {
        justify-content: stretch !important;
    }

    .order-list .order-actions .btn {
        width: 100%;
    }
    
    .order-page-header {
        flex-direction: column;
        align-items: flex-start;
        gap: .25rem;
    }
    .order-page-header .text-primary.h1 {
        font-size: 1.5rem !important;
        line-height: 1.2;
    }
}


/* ===== COMPARE PAGE ===== */

.compare-header a#compare-clear {
    align-self: flex-start;
}

.compare-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.compare-wrapper table {
    min-width: 720px;
}

.compare-container {
    position: relative;
}

.compare-navs {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 0 4px;
    list-style: none;
    margin: 0;
    z-index: 2;
}
.compare-navs li {
    pointer-events: auto;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px;
}

@media (max-width: 767.98px) {
    .compare-wrapper table { min-width: 640px; }
    .compare-header { gap: .25rem; }
    .compare-header h1 { padding-bottom: .5rem; margin: 0; }
    .compare-header + .nav { margin-top: 1rem; }
    .compare-navs { 
        color: var(--bs-primary);
        position: fixed;
        top: auto;
        bottom: calc(80px + env(safe-area-inset-bottom));
        left: 0;
        right: 0;
        transform: none;
        padding: 0 10px;
        z-index: 9998;
    }
    .compare-navs li { 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        cursor: pointer; 
        line-height: 0;
    }
}


/* ===== PRODUCT PAGE ===== */

.product-page {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.product-tabs .nav-link {
    font-size: 1.25rem;
    padding: 0.5rem 5rem;
    border: 1px solid var(--bs-primary);
}

.product-page .add2cart .cart-qty .form-control {
    width: 60px;
}

@media (max-width: 767.98px) {
    .product-tabs .nav-pills{
        gap: 0.5rem !important;
    }

    .product-tabs .nav-link {
        font-size: 0.8rem;
        padding: 0.3rem 1rem;
    }
    .product-tabs .document-nav-link {
        padding: 0.3rem 1.5rem 0.3rem 1rem;
    }
    .product-tabs .document-nav-link img {
        width: 15px;
        height: 15px;
    }
    .product-tabs .product-tabs-nav {
        position: relative;
        overflow: visible;
    }
    .product-tabs .product-tabs-nav::after {
        content: '';
        position: absolute;
        top: 0;
        right: -20px;
        height: 100%;
        width: 48px;
        pointer-events: none;
        z-index: 1;
        background: linear-gradient(to left, #ffffff 50%, rgba(255, 255, 255, 0));
    }
    .product-tabs .product-tabs-nav > ul {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        padding-right: 48px;
    }
    .product-page .add2cart .cart-qty .form-control {
        width: 50px;
    }
}

.product-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
}

/* PRODUCT PAGE: DESCRIPTION COLLAPSE */

.product-description-container {
    position: relative;
}

.product-description-content {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.product-description-content.collapsed {
    max-height: 600px;
    position: relative;
}

.product-description-content.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

.product-description-toggle {
    text-align: center;
    padding-top: 1rem;
}

.product-description-toggle button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
}

.product-description-toggle .toggle-icon {
    transition: transform 0.3s ease;
}

.product-description-toggle .toggle-icon.rotated {
    transform: rotate(180deg);
}


/* ===== CATEGORY PAGE ===== */

.category-sorting .dropdown-item img {
    width: 20px;
    height: 20px;
}

.category-sorting .dropdown-item.active img {
    filter: brightness(0) invert(1);
}

.filters .filter-param h5 button .arrow, .filters .d-lg-none button .arrow {
    transition: transform 0.3s ease;
    height: 26px;
    width: 26px;
}

.filters .filter-param h5 button[aria-expanded="true"] .arrow, .filters .d-lg-none button[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.active-filters .btn-outline-primary a {
    font-size: 1rem;
}

.active-filters .btn-outline-primary:hover a {
    color: white !important;
}

.category-subcategories li.active a {
    color: var(--bs-primary) !important;
}

@media (max-width: 575.98px) {
    .active-filters .btn-outline-primary {
        max-width: 280px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/* PRODUCT PAGE: PRODUCT SLIDERS */

.crossselling-swiper,
.upselling-swiper {
    position: relative !important;
    padding-bottom: 30px !important;
}

.crossselling-swiper .swiper-button-next,
.crossselling-swiper .swiper-button-prev,
.upselling-swiper .swiper-button-next,
.upselling-swiper .swiper-button-prev {
    color: var(--bs-primary);
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.crossselling-swiper .swiper-button-next:hover,
.crossselling-swiper .swiper-button-prev:hover,
.upselling-swiper .swiper-button-next:hover,
.upselling-swiper .swiper-button-prev:hover {
    background: var(--bs-primary);
    color: white;
    transform: scale(1.1);
}

.crossselling-swiper .swiper-button-next::after,
.crossselling-swiper .swiper-button-prev::after,
.upselling-swiper .swiper-button-next::after,
.upselling-swiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

.crossselling-swiper .swiper-pagination,
.upselling-swiper .swiper-pagination {
    bottom: -5px !important;
}

.crossselling-swiper .swiper-pagination-bullet,
.upselling-swiper .swiper-pagination-bullet {
    background: var(--bs-gray-400);
    opacity: 1;
    transition: all 0.3s ease;
}

.crossselling-swiper .swiper-pagination-bullet-active,
.upselling-swiper .swiper-pagination-bullet-active {
    background: var(--bs-primary);
    transform: scale(1.2);
}

/* @media (min-width: 992px) { */
    .swiper .product-item-name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        min-height: 2.8em;
    }
    .swiper .product-item-summary {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        min-height: 2.8em;
    }
/* } */

@media (max-width: 767.98px) {
    .crossselling-swiper,
    .upselling-swiper {
        padding: 0 30px 35px;
    }

    .crossselling-swiper .swiper-pagination,
    .upselling-swiper .swiper-pagination {
        bottom: 0;
    }  
    
    .crossselling-swiper .swiper-button-next,
    .crossselling-swiper .swiper-button-prev,
    .upselling-swiper .swiper-button-next,
    .upselling-swiper .swiper-button-prev {
        width: 35px;
        height: 35px;
        margin-top: -17px;
    }
    
    .crossselling-swiper .swiper-button-next::after,
    .crossselling-swiper .swiper-button-prev::after,
    .upselling-swiper .swiper-button-next::after,
    .upselling-swiper .swiper-button-prev::after {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .crossselling-swiper,
    .upselling-swiper {
        padding: 0 20px 35px !important;
    }
    .product-cross-sell .swiper-button-next,
    .product-cross-sell .swiper-button-prev,
    .product-upsell .swiper-button-next,
    .product-upsell .swiper-button-prev {
        top: 20%;
    }
}


/* ===== LIST THUMBS ===== */

.list-thumbs-add-to-cart button {
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
    height: unset !important;
    line-height: unset !important;
    width: 100% !important;
}

@media (min-width: 992px) {
    .product-item .card {
        transition: box-shadow 0.3s ease;
    }

    .product-item .card:hover {
        box-shadow: var(--bs-box-shadow);
    }
}

.product-item-name {

}

@media (max-width: 767.98px) {
    .product-item-name {
        font-size: 0.95rem;
    }

    .product-item-summary {
        font-size: 0.85rem;
        display: block;
        line-height: 1.5;
    }

    .product-item-actions-visible .product-item-availability-sku {
        margin-top: 0 !important;
    }

    .product-item-actions-visible .product-item-availability-sku .fs-md {
        font-size: 0.85rem !important;
    }

    .product-item-actions-visible .product-item-price .fs-3 {
        font-size: 1.1rem !important;
    }
}

.product-item-image {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-item-badge-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.product-item-badge-wrapper .autobadge-pl {
    right: unset !important;
}

.product-item-actions-favorite-compare {
    z-index: 1;
}

@media (max-width: 991.98px) {
    .product-item-image {
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .product-item-image {
        height: 150px;
    }
    .product-item .card {
        --bs-card-spacer-y: .3rem;
        --bs-card-spacer-x: .3rem;
    }
    .product-item-actions-favorite-compare {
        margin: .3rem !important;
    }
}

.product-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (min-width: 992px) {
    .product-item:hover .product-item-actions {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
        box-shadow: 0 1rem 1rem rgba(0,0,0,.15);
        z-index: 10;
        transform: translateY(85%);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        padding: 0 var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    }
}




/* ===== COOKIE NOTICE ===== */

.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-notice-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-notice-text {
    flex: 1;
    min-width: 300px;
}

.cookie-notice-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-notice-text a {
    color: var(--bs-primary);
    text-decoration: underline;
}

.cookie-notice-close {
    flex-shrink: 0;
}

.cookie-close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
    line-height: 1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-close-btn:hover {
    color: var(--bs-primary);
    background: transparent;
}

@media (max-width: 768px) {
    .cookie-notice {
        padding: 15px;
    }

    .cookie-notice-text {
        min-width: auto;
    }

    .cookie-notice-buttons {
        width: 100%;
        justify-content: center;
    }

    .cookie-btn {
        flex: 1;
        max-width: 150px;
    }
}


/* ===== FIXED PANEL ===== */

.fixed-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 10px 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    min-height: 60px;
    z-index: 9999;
}

.fixed-panel-button img {
    opacity: 0.5;
}

/* FIXED PANEL: CART COUNTER */

.cart-counter {
    font-size: 0.75rem;
    min-width: 18px;
    height: 18px;
    line-height: 1;
    padding: 3px 4px;
    z-index: 10;
}


/* ===== PLUGINS ===== */

/* PLUGINS: REGIONS */

.header-top-desktop span.shop-regions-action-link {
    color: white;
    text-decoration: none;
    border-bottom: none;
    font-weight: bolder;
}

.header-top-desktop .shop-regions-confirm-window {
    z-index: 30 !important;
    right: 0;
    left: unset;
   /* position: absolute;
    right: 0;
    margin-right: 10px;*/
}

.header-mobile .shop-regions-confirm-window {
    left: 0;
}

.shop-regions-root {
    z-index: 9999;
}

.shop-regions-ip-analyzer__wrapper,
.shop-regions-confirm-window {
    border-radius: var(--bs-border-radius);
}

@media (max-width: 767.98px) {
    .shop-regions-window-wrapper__window-wrapper {
        padding: 0 !important;
    }

    .shop-regions-window-wrapper__window {
        max-width: 100% !important;

    }

    .shop-regions-window {
        padding: 30px 20px !important;
    }

    .shop-regions-countries-block__region {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .shop-regions-countries-block__sidebar, .shop-regions-countries-block__content {
        width: 50%;
    }
}

/*

@media (min-width: 992px) {
    .shop-regions-confirm-window {
        right: 0;
    }

    .shop-regions-ip-analyzer {
        width: 450px !important;
    }

}

@media (max-width: 767.98px) {
    .shop-regions-confirm-window {
        position: fixed !important;
        width: 100% !important;
        top: 50px !important;
        left: 0 !important;
        z-index: 9999 !important;
        padding: 20px !important;
    }

    .shop-regions__button-close {
        right: 20px !important;
    }

    .shop-regions-button .shop-regions__link::before {
        background-image: url('../img/icons/map-pin-red.svg');
    }

    .shop-regions-button .shop-regions__link {
        border-bottom: none !important;
    }
}
*/


/* PLUGINS: DLPRODUCTVIDEO */

.home-page .dlpv-block {
    margin-top: 0;
}

.home-page .dlpv-block .container {
    padding: 0;
}

.dlpv-block__link--mobile {
    width: 100% !important;
    padding: .5rem 1.2rem !important;
    background: var(--bs-primary) !important;
    color: white !important;
    text-align: center !important;
    font-size: 1.25rem !important;
    border-radius: var(--bs-border-radius-lg) !important;
    margin-top: 1rem !important;
    font-weight: normal !important;
    justify-content: center !important;
    line-height: 1.5 !important;
}

.dlpv-block__link--mobile svg,
.dlpv-block__video-name,
.dlpv-block__video-date,
.dlpv-block__video-description,
.dlpv-block__video-info,
.dlpv-page__video-name,
.dlpv-page__video-date,
.dlpv-page__video-description {
    display: none;
}

.dlpv-block__video-thumb,
.dlpv-page__video-thumb {
    border-radius: var(--bs-border-radius) !important;
}

.dlpv-block__video--placeholder .dlpv-block__video-thumb,
.dlpv-page__video--placeholder .dlpv-page__video-thumb {
    background-color: var(--bs-gray-200) !important;
}

.dlpv-block__list__first {
    width: 38% !important;
}

.dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-thumb {
    height: 100% !important;
    background-size: cover !important;
}

.dlpv-block__list--right {
    width: calc(100% - 38% - 20px) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 1rem !important;
}

.dlpv-block__list--right a.dlpv-block__video {
    flex: 1 1 calc(33.333% - 0.67rem) !important;
    max-width: calc(33.333% - 0.67rem) !important;
    margin: 0 !important;
}

.dlpv-block__list--right .dlpv-block__video-thumb,
.dlpv-page__list--right .dlpv-page__video-thumb {
    height: 180px !important;
}

.dlpv-form__button {
    background: var(--bs-primary) !important;
    color: white !important;
    text-align: center !important;
    font-size: 1rem !important;
    border-radius: var(--bs-border-radius) !important;
    font-weight: normal !important;
    padding: .5rem 1.2rem !important;
    height: unset !important;
    line-height: unset !important;
}

.dlpv-form__button::before,
.dlpv-form__button::after {
    display: none !important;
}

.dlpv-page__video-thumb {
    background-color: var(--bs-gray-200) !important;
    background-size: cover !important;
    padding-bottom: 56.25% !important;
}

.dlpv-page__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.dlpv-page {
    padding: 6rem 0 !important;
}

@media (max-width: 767.98px) {
    .dlpv-page {
        padding: 2rem 0 !important;
        margin: 0 !important;
    }

    .dlpv-block__list__first {
        width: 100% !important;
    }

    .dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-thumb {
        background-size: cover !important;
    }

    .dlpv-block__list--right {
        width: 100% !important;
    }

    .dlpv-block__list--right .dlpv-block__video-thumb,
    .dlpv-page__list--right .dlpv-page__video-thumb {
        height: 100% !important;
    }

    .dlpv-page__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .dlpv-page__video {
        width: 100% !important;
        margin: 0 !important;
    }

    .dlpv-popup {
        z-index: 9999 !important;
    }

    .dlpv-form__button {
        width: auto !important;
    }
}

.dlpv-page__nav.pagination {
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dlpv-page__nav.pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.dlpv-page__nav.pagination li:not(:first-child) a {
    margin-left: calc(var(--bs-border-width) * -1);
}

.dlpv-page__nav.pagination li a {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dlpv-page__nav.pagination li:first-child a {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.dlpv-page__nav.pagination li:last-child a {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.dlpv-page__nav.pagination li.selected a {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

/* PLUGINS: BUY1CLICK */

.product-purchase .buy1click-open-button {
    --bs-btn-font-size: 1.25rem;
    font-size: var(--bs-btn-font-size) !important;
    border-radius: var(--bs-border-radius-lg) !important;
    font-family: var(--bs-body-font-family) !important;
    font-weight: 500 !important;
}

.list-thumbs-add-to-cart .buy1click-open-button {
    border-radius: var(--bs-border-radius) !important;
}

.buy1click-open-button {
    border-radius: var(--bs-border-radius) !important;
    border: 1px solid var(--bs-primary) !important;
    background: white !important;
    color: var(--bs-primary) !important;
    /* font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 0.5rem 1.2rem !important;
    height: unset !important; */
}

.buy1click-form__submit-button {
    border-radius: var(--bs-border-radius) !important;
    background: var(--bs-primary) !important;
    color: white !important;
}

.buy1click-form_type_item .buy1click-form__policy a,
.buy1click-form__re-send-link {
    color: var(--bs-primary) !important;
}

.buy1click-form_type_item .buy1click-checkbox.jq-checkbox.checked {
    border-color: var(--bs-primary) !important;
}

.buy1click-container .buy1click-form_type_item .buy1click-form__policy .buy1click-checkbox-box .buy1click-checkbox-box__checkbox .buy1click-checkbox__icon .buy1click-svg-icon__content {
    fill: var(--bs-primary) !important;
}

.buy1click-open-button:hover {
    background: var(--bs-primary) !important;
    color: white !important;
}


/* PLUGINS: PNOTICE */

.pnotice__buttonView {
    --bs-btn-font-size: 1.25rem;
    font-size: var(--bs-btn-font-size) !important;
    border-radius: var(--bs-border-radius-lg) !important;
    font-family: var(--bs-body-font-family) !important;
    font-weight: 500 !important;
    background: white !important;
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary) !important;
    padding: 0.5rem 1.2rem !important;
    height: unset !important;
    line-height: unset !important;
}

.pnotice__buttonView:hover {
    background: var(--bs-primary) !important;
    color: white !important;
}

.pnotice__button {
    border-radius: var(--bs-border-radius) !important;
    background: var(--bs-primary) !important;
    color: white !important;
    border: 1px solid var(--bs-primary) !important;
    padding: 0.5rem 1.2rem !important;
    height: unset !important;
    line-height: unset !important;
}

.pnotice__button {
    text-transform: capitalize !important;
}

.pnotice__input, .pnotice__select {
    border-radius: var(--bs-border-radius) !important;
    border: 1px solid var(--bs-gray-300) !important;
    padding: 0.5rem 1.2rem !important;
    height: unset !important;
    line-height: unset !important;
}

.pnotice__w, .pnotice.pnotice_active {
    border-radius: var(--bs-border-radius) !important;
}

.pnotice__close {
    right: 20px !important;
}

.pnotice__h {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 767.98px) {
    .pnotice {
        width: 100% !important;
        left: 0 !important;
        top: 70px !important;
        padding-bottom: 120px !important;
    }

    .pnotice__img {
        display: block !important;
        width: 100% !important;
        height: 100px !important;
    }

    .pnotice__img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .pnotice__name {
        width: 100% !important;
    }
    
}

/* PLUGINS: BESTPRICE */

.i-bestprice__button {
    cursor: pointer;
    display: block;
    margin-top: 15px;
}

.i-bestprice__submit .wa-submit input {
    margin-top: 15px;
    background: var(--bs-primary) !important;
    color: white !important;
    text-align: center !important;
    font-size: 1rem !important;
    border-radius: var(--bs-border-radius) !important;
    font-weight: normal !important;
    padding: .5rem 1.2rem !important;
    height: unset !important;
    line-height: unset !important;
}

.i-bestprice__submit .wa-field .wa-value textarea,
.i-bestprice__submit .wa-field .wa-value input {
    margin-bottom: 10px;
    width: 100% !important;
    border: 1px solid var(--bs-gray-300) !important;
    border-radius: var(--bs-border-radius) !important;
    padding: 10px !important;
}

.i-bestprice__submit .wa-field label {
    font-size: 0.9rem;
    color: var(--bs-secondary);
}


/* PLUGINS: RCALLBACK */

@media (max-width: 575.98px) {
    .rcallback-form__select {
        font-size: 0.75rem !important;
    }
}
