#header {
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: sticky;
    top: 0;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

#header .header-nav {
    display: none;
    border-bottom: 0;
}

main{
    min-height: 100vh;
}

button:focus{
    outline: 1px solid var(--primary-color);
}

a.text-primary:focus, a.text-primary:hover{
    color: var(--primary-hover) !important;
}

#wrapper{
    background: #fff;
    min-height: 60vh;
    overflow-x: clip;
    padding-top: 16px;
}

#index  #wrapper{
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 16px;
}


#header .header-top {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 0;
}

.home-photos-container[data-count="2"] .photo-nav-bar, .home-photos-container[data-count="3"] .photo-nav-bar, .autoplay-indicator{
    display: none;
}

.home-photos-container{
    transition: opacity 0.5s ease-in-out;
    overflow: visible;
    max-width: 100%;
    width: 100%;
}

.home-photo-container img{
    height: 500px;
    object-fit: cover;
    width: 100%;
}
.home-photo-container {
    opacity: 0.5;
    transition: all 0.5s ease;
    filter: grayscale(80%);
}

.home-photo-container.is-active-slide {
    opacity: 1;
    transform: scale(1);
    filter: grayscale(0%);
    z-index: 10;
}
.product-miniature .product-description::after{
    display: none;
}

body {
    overflow-x: clip;
}

.header-top .container-fluid {
    /*padding: 0 32px;*/
    /*max-width: 1400px;*/
    margin: 0 auto;
    padding: 0;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: var(--primary-color);
}

.header-top .container-fluid .top-menu-container{
    padding: 16px 32px;
    max-width: 1400px;
}


@media(max-width: 768px){
    .header-top .container-fluid .top-menu-container{
        padding: 8px 16px;
    }
    #header .top-menu a:not([data-depth="0"]){
        padding: 0;
    }
}
.header-top .container-fluid .navigation-bar{
    width: 100%;
    background: #fff;
    padding: 8px 0;
}

.header-top .row {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 8px 0;
    gap: 32px;
    justify-content: center;
}

.header-contact {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content:center;
}

.header-contact .contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.header-contact .contact-header {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.header-contact .contact-items-wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

@media(max-width: 1440px){
    .header-contact .contact-items-wrapper{
        gap: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width: 992px){
    .header-top .container-fluid .navigation-bar{
        background: transparent;
        padding: 0;
    }
}

.header-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: #333;
}

.header-contact .contact-item i.material-icons {
    font-size: 24px;
    color: #fff;
}

#header .header-contact .contact-item a {
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.header-contact .contact-item a:hover {
    color: #4a9d8f;
}

#header .header-contact .links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#header .header-contact .links li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

#header .header-contact .links li i {
    color: #4a9d8f;
    font-size: 18px;
}

#header .header-contact .links li a {
    color: #333;
    text-decoration: none;
}

.header-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.header-logo {
    margin: 0;
    text-align: center;
    line-height: 1;
}

.header-logo a {
    display: inline-block;
    line-height: 1;
}

.header-logo img {
    width:70%;
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto;
}

.header-logo img:hover {
    transform: scale(1.02);
}

.header-right-content {
    display: flex;
    align-items: stretch;
    gap: 20px;
    justify-content: flex-end;
    width: 100%;
}

.header-right-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.header-cart {
    width: 100%;
}

.header-cart #search_widget {
    width: 100%;
    display: flex;
}

.header-cart form {
    position: relative;
    display: flex;
    flex: 1;
}

.header-cart .search-widgets {
    max-width: none;
    width: 100%;
}



.header-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
}

.header-user #_desktop_user_info {
    display: flex;
    align-items: center;
}

.header-user .user-info a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 6px 10px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.header-user .user-info a:hover {
    color: #4a9d8f;
}

.header-user .user-info .material-icons {
    font-size: 24px;
}

.header-user #_desktop_language_selector {
    display: flex;
    align-items: center;
}

.header-user .language-selector-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-user .language-selector-wrapper #language-selector-label {
    display: none;
}

.header-user .language-selector {
    position: relative;
}

.header-user .language-selector button {
    background: transparent;
    border: none;
    padding: 6px 8px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    font-weight: 500;
}

.header-user .language-selector button:hover {
    color: var(--bg-light);
}

.header-user .language-selector .material-icons {
    font-size: 16px;
}

.header-user .language-selector .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 120px;
    padding: 5px 0;
    margin-top: 5px;
    z-index: 1000;
}

.dropdown-menu{
    border-radius: 8px;
}

.header-user .language-selector .dropdown-menu li {
    list-style: none;
}

.header-user .language-selector .dropdown-menu a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s ease;
}

.header-user .language-selector .dropdown-menu a:hover {
    background: #f8f8f8;
    color: #4a9d8f;
}

.header-user .language-selector .dropdown-menu li.current a {
    color: #4a9d8f;
    font-weight: 600;
}

.header-user #_desktop_currency_selector {
    display: flex;
    align-items: center;
}

.header-user .currency-selector {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-user .currency-selector #currency-selector-label {
    display: none;
}

.header-user .currency-selector button {
    background: transparent;
    border: none;
    padding: 6px 8px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    font-weight: 500;
}

.header-user .currency-selector button:hover {
    color: var( --bg-light);
}

.header-user .currency-selector .material-icons {
    font-size: 16px;
}

.header-user .currency-selector .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 100px;
    padding: 5px 0;
    margin-top: 5px;
    z-index: 1000;
}

.header-user .currency-selector .dropdown-menu li {
    list-style: none;
}

.header-user .currency-selector .dropdown-menu a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s ease;
}

.header-user .currency-selector .dropdown-menu a:hover {
    background: #f8f8f8;
    color: #4a9d8f;
}

.header-user .currency-selector .dropdown-menu li.current a {
    color: #4a9d8f;
    font-weight: 600;
}

.header-koszyk {
    display: flex;
    align-items: center;
}

.header-koszyk #_desktop_cart {
    display: flex;
    align-items: center;
}

.header-koszyk .blockcart {
    position: relative;
}

.header-koszyk .blockcart .header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    padding: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

#order-items{
    border: none;
}



.header-koszyk .material-symbols-outlined.shopping-cart {
    font-size: 40px;
    color: #333;
    transition: color 0.3s ease;
}

.header-koszyk .blockcart .header:hover .material-icons {
    color: #4a9d8f;
}

.header-koszyk .hidden-sm-down {
    display: none !important;
}

.header-koszyk .cart-products-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fff;
    color: var(--text-color);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    padding: 4px 6px;
    min-height: 24px;
    min-width: 24px;
    max-height: 24px;
}

.header-koszyk .blockcart .header:hover .cart-products-count {
    background: var(--bg-light);
}


.main-menu-wrapper #top-menu,
.main-menu-wrapper .top-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 40px;
}

.mobile-menu-header .mobile-menu-close{
    font-size: 32px;
}

.main-menu-wrapper ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 4px 0;
    display: block;
    transition: color 0.2s ease;
    position: relative;
}

.custom-category-nav-wrapper .custom-category-nav .submenu{
    width: auto;
    border-radius: 2px;
    top: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    left: -30px;
    gap:16px;
    grid-template-columns: repeat(3, 1fr);
}

.forgotten-password .form-fields .email{
    width: 500px;
}

.mobile-nav-items .mobile-nav-item a{
    padding: 16px 0;
}

.main-menu-wrapper ul li a:hover,
.main-menu-wrapper ul li.current a {
    color: #4a9d8f;
}

.main-menu-wrapper ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #4a9d8f;
    transition: width 0.3s ease;
}

.main-menu-wrapper ul li a:hover::after,
.main-menu-wrapper ul li.current a::after {
    width: 100%;
}

.mobile-nav-item .mobile-nav-item-wrapper .mobile-arrow{
    border-color: var(--primary-color);
}

.main-menu-wrapper ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 200px;
    padding: 10px 0;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.main-menu-wrapper ul li.open .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 5px;
}

.main-menu-wrapper ul li .sub-menu li {
    display: block;
}

.main-menu-wrapper ul li .sub-menu li a {
    padding: 10px 20px;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
}

.main-menu-wrapper ul li .sub-menu li a::after {
    display: none;
}

.main-menu-wrapper ul li .sub-menu li a:hover {
    background: #f8f8f8;
}


@media(max-width: 1200px){
    .main-menu-wrapper .mobile-menu-header ul li a{
        padding: 8px 4px;
    }

    .main-menu-wrapper ul li a::after{
        display: none;
    }
    #header .main-menu-wrapper ul li.current a,
    #header #_desktop_language_selector .translate,
    #header #_desktop_currency_selector .language{
        color: var(--primary-color);
    }

}
#header a:hover,
.block_newsletter form input[type=text]:focus+button .search,
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more, .page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover{
    color: var(--primary-hover);
}

.btn-unstyle:focus .expand-more{
    color: #fff;
}

.header-nav {
    background: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0;
    font-size: 13px;
}

.header-nav .container {
    max-width: 1400px;
}

.header-nav .right-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.header-nav a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-nav a:hover {
    color: #4a9d8f;
}

.align-items-center {
    align-items: center !important;
}

:root {
    --primary-color: #4a9d8f;
    --primary-hover: #3d8577;
    --text-color: #333;
    --text-light: #666;
    --border-color: #e7ebef;
    --bg-light: #f8f8f8;
}
.custom-user { position: relative; }


.custom-checkbox input[type=checkbox]+span .checkbox-checked{
    color: var(--primary-color);
}

.user-menu__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 120px;
    padding: 4px 0;
    margin-top: 5px;
    z-index: 1000;
    opacity: 0;
    width: 100%;
    text-align: start;
    display: flex;
    flex-direction: column;
}

.user-menu__dropdown a{
    flex: 1;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
}

.user-menu__dropdown a:hover{
    background-color: var(--bg-light);
}

.user-menu .user-menu__dropdown.open {
    opacity: 1;
    pointer-events: auto;
}

.header-user .user-avatar {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    vertical-align: middle;
}

.user-avatar svg {
    width: 18px;
    height: 18px;
}

.header-top #search_widget input{
    background-color: #fff;
    border-radius: 2px;
}

#search_widget form i{
    color: #6B7280;
}

#header .user-menu__trigger .account-with-icon{
    display: flex;
    align-items: center;
    gap: 8px;
}

#header .user-menu__trigger{
    display: flex;
    gap: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
}

#header a.user-menu__trigger:hover{
    color: var(--bg-light);
}


#header .user-menu__trigger .account-with-icon .user-name{
    text-wrap: nowrap;
}

#header #_desktop_currency_selector .language,
#header #_desktop_language_selector .translate{
    font-size: 20px;
}

.dropdown .expand-more{
    text-wrap: nowrap;
    color: #fff;
}

@media(max-width: 992px){
    .dropdown .expand-more{
        color: var(--text-color);
    }
}

#header .lang-currency-box{
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.custom-category-nav-wrapper .custom-category-nav .nav-item.category > .nav-link::after{
    display: none;
}

.main-menu-wrapper .custom-category-nav-wrapper{
    border: none;
}

.custom-category-nav-wrapper .custom-category-nav .nav-items{
    gap: 64px;
    position: relative;
}

.custom-category-nav-wrapper .custom-category-nav .nav-link{
    font-weight: 700;
    padding: 8px 0;
}

.carousel .carousel-inner{
    height: 100%;
}

.btn-primary{
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    border-radius: 2px;
    text-transform: none;
    justify-content: center;
    width: 100%;
}

.product-miniature .btn-primary.add-to-cart{
    font-size: 14px;
    gap: 8px;
}

.product-miniature .product-description{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}

.product-miniature .btn-primary.add-to-cart span{
    font-size: 16px;
}

.product-miniature .product-price-and-shipping .price{
    color: var(--primary-color);
}

.btn-primary:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover,
.btn-primary.active, .btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:disabled:hover{
    background-color: var(--primary-hover);
    outline: none;
}

.product-miniature, .product-miniature .product{
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 8px;
}

.product-miniature .thumbnail-container{
    margin: 0;
    flex: 1;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage{
    background-color: rgb(250, 23, 49);
    border-radius: 2px;
    font-size: 14px;
}

.product-miniature .product-flags li.product-flag{
    font-size: 14px;
    text-transform: none;
}

.product-flags li.product-flag{
    background-color: var(--primary-color);
    border-radius: 2px;
    text-transform: none;
}

#products{
    color: var(--text-color);
}

.pagination .page-list::after{
    display: none;
}

@media(max-width: 768px){
    .product-miniature, .product-miniature .product{
        padding: 4px;
    }
    .thumbnail-container .wishlist-button-add i{
        font-size: 14px;
    }
    .product-miniature .product-price-and-shipping .price{
        font-size: 14px;
    }
    .product-miniature .btn-primary.add-to-cart{
        gap: 4px;
        font-size:12px;
        padding:8px;
    }
    .pagination .col-md-4{
        text-align: center;
    }
}

#_desktop_currency_selector .dropdown:hover .expand-more{
    color: var(--primary-text);
}


.featured-products .products{
    gap: 16px;
    margin: 0;
    margin-bottom: 1rem;
}

.product-miniature .thumbnail-container .product-thumbnail img{
    border-radius: 2px;
    color: var(--primary-color);
}

.thumbnail-container .wishlist-button-add{
    background-color: transparent;
    box-shadow: none;
}

.thumbnail-container .wishlist-button-add i{
    color: var(--primary-color);
    font-size: 24px;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title{
    text-transform: none;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 24px;
    padding: 32px 0;
    margin: 8px 0;
}

.product-miniature .product-title a{
    color: var(--text-color);
    font-weight: 600;
    font-size: 14px;
}

@media(max-width: 768px){
    .product-miniature .product-title a{
        font-size: 12px;
    }
    #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title{
        font-size: 1.2rem;
        padding: 16px 0;
    }
}

.product-miniature .product-title{
    margin: 0;
}

.featured-products{
    display: flex;
    flex-direction: column;
}

.featured-products .all-product-link{
    background-color: var(--border-color);
    color: var(--text-color);
    padding: 8px 12px;
    border-radius: 2px;
    font-size: 16px;
    margin: auto;
    display: flex;
    align-items: center;
    font-weight: 700;
}

#product .images-container{
    position: relative;
}


#product .wishlist-button-add{
    position: absolute;
    z-index: 10;
    right: 0;
    background: none;
    box-shadow: none;
}

#product .wishlist-button-add i{
    color: var(--primary-color);
    font-size: 28px;
}

#product .product-quantity::after{
    display: none;
}

.wishlist-add-to .wishlist-add-to-new i{
    color: var(--primary-color);
}

.wishlist-add-to .wishlist-list .wishlist-list-item:hover{
    background: none;
}

.wishlist-add-to .wishlist-list .wishlist-list-item:hover p{
    color: var(--primary-color);
}

.wishlist-add-to .wishlist-list .wishlist-list-item p{
    font-weight: 600;
    text-align: start;
    padding: 0 32px;
}

.wishlist-chooselist .wishlist-list .wishlist-list-item{
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
}

.wishlist-create .wishlist-modal .modal-header h5{
    font-size: 20px;
    color: var(--primary-color);
}

.footer-container{
    background-color: #474746;
}


.footer-container .h3,
#block_myaccount_infos .myaccount-title a,
.footer-container .h4,
.block-contact, .footer-container li a {
    color: #fff;
    text-wrap: nowrap;
}

.footer-container {
    background-color: #474746;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-container h3,
.footer-container .h3,
.footer-container .block-contact-title,
#block_myaccount_infos .myaccount-title a
{
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 24px;
    text-transform: none;
    text-decoration: none;
}

.footer-container a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.footer-container a:hover {
    color: #cccccc;
    text-decoration: underline;
}

.footer-container ul li {
    margin-bottom: 8px;
}

.social-icons-footer {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.social-icons-footer .social-icon img{
    max-width: 50px;
}

.social-divider {
    border-top: 1px solid #fff;
    width: 50%;
    margin: 10px auto;
}

.copyright-text {
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    margin: 0;
}

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

.company-info p{
    color: #fff;
}

.footer-container .container .row{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-container .container .row .row .links .row .wrapper{
    width: 100%;
}

.footer-container a.social-icon{
    color: var(--primary-color);
}

.account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover{
    color: var(--primary-color);
    text-decoration: none;
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover{
    color: var(--primary-color);
}

.footer-container .container .row .wrapper.text-center-md p{
    color: #fff;
    font-weight: 700;
}

.footer-container .container .row .wrapper.text-center-md{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.hometabs-container .row .tab-content .products.row::after{
    display: none;
}

.block_newsletter{
    width: 100%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    background-color: rgba(88, 160, 142, 0.06);
    padding: 32px;
    border-radius: 2px;
    margin-top: 1rem;
}

.block_newsletter .row{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block_newsletter .newsletter-title{
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.block_newsletter #block-newsletter-label{
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.block_newsletter .newsletter-form{
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    width: 100%;
    max-width: 480px;
}

.block_newsletter form input[type=email]{
    background: none;
    border: none;
    border-bottom: 1px solid var(--text-color);
    padding: 10px;
}

.block_newsletter form input[type=email]:focus{
    padding: 10px;
    border: none;
    border-bottom: 1px solid var(--text-color);
}

.block_newsletter .conditions{
    text-align: center;
    margin: 0;
    padding: 8px;
}

.block_newsletter form input{
    height: auto;
}

.block_newsletter .gdpr-checkbox label{
    display: flex;
    gap: 8px;
    align-items: center;
}

.block_newsletter .gdpr-checkbox label span{
    text-align: start;
}

@media(max-width: 768px){
    .block_newsletter .newsletter-title{
        font-size: 20px;
    }
    .block_newsletter #block-newsletter-label{
        font-size: 14px;
        font-weight: 500;
    }

    .company-info{
        padding: 0 16px;
    }

    .products article .thumbnail-container .wishlist-button-add{
        right: 0;
    }
}

#index #content{
    display: flex;
    flex-direction: column;
}

.accordion-container summary h1, .accordion-container summary h2{
    font-size: 18px;
    text-wrap: wrap;
}

.accordion-container .content{
    padding-top: 16px;
}

.hometabs-container .row .tab-content .products.row{
    width: 100%;
}

#product .h1{
    text-transform: none;
    font-size: 24px;
}

#product .product-price .current-price .current-price-value{
    color: var(--primary-color);
    font-size: 24px;
}

.qty .input-group.bootstrap-touchspin {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var( --border-color);
    border-radius: 2px;
    background: #fff;
    padding: 0;
    box-shadow: none;
}

.product-quantity .add, .product-quantity .qty{
    margin: 0;
}


.block-social ul, .product-quantity{
    gap: 8px;
}

.qty .input-group-btn-vertical {
    display: contents;
}

.qty .bootstrap-touchspin-down {
    order: 1;
}

.qty #quantity_wanted {
    order: 2;
    border: none;
    width: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: transparent;
    color: #000;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-appearance: textfield;
}

.product-actions .add-to-cart{
    padding: 0 32px;
    font-size: 14px;
    min-width: 300px;
}

@media(max-width: 768px){
    .product-actions .add-to-cart{
        min-width: auto;
    }
}


#product-modal .modal-content .modal-body .product-cover-modal, .product-cover img{
    border-radius: 2px;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 32px auto;
    }
}

#product-modal .modal-content .modal-body .product-images img:hover{
    border: 0;
    outline: var(--primary-color) 3px solid;
}

#product-modal .modal-content .modal-body{
    margin: 0;
    padding: 0;
}

 .qty #quantity_wanted::-webkit-outer-spin-button,
 .qty #quantity_wanted::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty .bootstrap-touchspin-up {
    order: 3;
}

.qty .btn-touchspin {
    background: transparent;
    border: none;
    width: 35px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
}

.qty .btn-touchspin i {
    display: none;
}

.qty .bootstrap-touchspin-up::after {
    content: "+";
    font-size: 22px;
    font-weight: bold;
    color: #4da69f;
    line-height: 1;
}

.qty .bootstrap-touchspin-down::after {
    content: "-";
    font-size: 24px;
    font-weight: bold;
    color: #4da69f;
    line-height: 1;
    position: relative;
    top: -2px;
}

#wrapper .breadcrumb ol, .list-group{
    text-align: center;
    font-weight: 500;
}

#wrapper .breadcrumb ol li a, #wrapper .breadcrumb ol li span{
    font-size: 14px;
    color: var( --text-light);
}

#wrapper .breadcrumb ol li span{
    color: var(--text-color);
}

#header .custom-user .user-menu__login{
    text-wrap: nowrap;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}
@media(max-width: 1200px){
    .btn-unstyle{
        display: flex;
        align-items: center;
        gap: 4px;
    }

}


@media (max-width: 991px) {
    .header-top .container-fluid {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between;
        align-items: center;
    }
    #wrapper .breadcrumb ol li span{
        font-size: 12px;
    }

    #wrapper .breadcrumb li:last-child span{
        font-size: 14px;
    }

    #product .product-quantity .add{
        flex: 1;
    }

    #product .h1,
    #product .product-price .current-price .current-price-value{
        font-size: 20px;
    }

    .product-information{
        gap: 0;
    }

    .header-top .row {
        width: 100%;
        margin: 0;
        justify-content: space-between;
        padding: 0;
    }

    #header .custom-user .user-menu__login{
        font-size: 14px;
    }

    #header .user-menu__login{
        display: flex;
    }

    .btn-unstyle{
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .header-contact,
    #header .lang-currency-box,
    .user-menu__trigger > i
   {
        display: none;
    }



    .header-top .row .mobile-nav-toggle {
        display: flex;
        align-items: center;
        order: 1;
        font-size: 30px;
        cursor: pointer;
        color: #333;
        margin: 0;
    }


    .header-logo-wrapper {
        order: 2;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .header-logo img {
        width: auto;
    }

    .header-right-section {
        order: 3;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
    #header .header-top .container-fluid .row::after{
        display: none;
    }

    .home-photo-container img{
        height: 100%;
    }

    .header-right-content {
        gap: 24px;
        justify-content: flex-end;
    }

    .header-right-left{
        flex-direction: row;
    }

    .header-user {
        padding: 0;
        gap: 24px;
    }

    .header-user .user-menu__trigger {
        padding: 0;
    }

    .header-top .row .mobile-nav-toggle .burger-icon,
    .header-top .row .mobile-nav-toggle .burger-icon:before,
    .header-top .row .mobile-nav-toggle .burger-icon:after{
        background: #fff;
    }

    .header-user .material-symbols-outlined.user {
        font-size: 30px;
        color: #fff;
    }

    .header-koszyk .material-symbols-outlined.shopping-cart {
        font-size: 30px;
    }

    .header-koszyk .cart-products-count {
        font-size: 10px;
        top: -4px;
        right: -4px;
        min-height: 16px;
        min-width: 16px;
        max-height: 16px;
    }

    #mobile_top_menu_wrapper {
        margin-top: 15px;
        background: #fff;
        width: 100%;
        order: 4;
        border-top: 1px solid #eee;
    }
    #header .header-top{
        padding: 0;
    }
}

@media (max-width: 768px) {
    .home-photo-container {
         aspect-ratio: auto;
    }
}

.footer-container .shop-info{
    display: flex;
    flex: 1;
}

.footer-container .links{
    width: auto;
}

@media (max-width: 767px) {
    .footer-container .container .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer-container .shop-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .links .title{
        display: flex;
        padding: 0;
        justify-content: space-between;
        border-bottom: 1px solid var(--text-light);
    }

    .links .title::after{
        display: none;
    }

    .footer-container .shop-info .col-md-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-container .logo-footer img {
        max-width: 220px;
        margin: 0 auto 20px auto;
    }

    .footer-container .social-icons-footer {
        justify-content: center;
    }

    .footer-container .social-divider {
        width: 60%;
        margin: 15px auto;
    }

    .footer-container .col-md-6,
    .footer-container .col-md-6 .row {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    #cart .footer-container .col-md-6,
    #category .footer-container .col-md-6
    {
        padding: 0;
    }


    .footer-container .block-contact,
    .footer-container .links,
    .footer-container .wrapper {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .footer-container h3,
    .footer-container .h3 {
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }

    .footer-container ul {
        padding: 0;
        list-style: none;
    }

    .block-promo .promo-code-button{
        padding: 8px 0;
    }
    .accordion-container summary h1, .accordion-container summary h2{
        font-size: 16px;
    }

    #index h1{
        font-size: 18px;
    }

    .footer-container .links ul>li a{
        color: #fff;
    }

    .footer-container .links .h3{
        font-size: 14px;
    }

    .links .navbar-toggler{
        width: auto;
    }

    .footer-container .links ul>li{
        text-align: start;
        padding: 12px 0;
        border-bottom: 1px solid var(--text-light);
    }

    .footer-container .links ul{
        background: none;
    }
    #footer{
        padding: 0;
    }

}

.accordion-item-native summary{
    gap: 8px;
}


.accordion-item-native .content p a{
    color: var(--primary-color);
}

.mobile-menu-title{
    color: var(--primary-color);
}

.mobile-panel.active{
    padding: 0 16px;
}

.block-category{
    min-height: auto;
    margin: 0;
}

#pagenotfound .page-not-found, #products .page-not-found{
    margin: 0;
}

.block-category h1{
    margin: 0;
    font-size: 24px;
    text-transform: none;
}

@media(max-width: 768px){
    .block-category h1{
        font-size: 18px;
    }
}

.card-block{
    padding: 0 ;
}

#category #left-column, #new-products #left-column{
    border: 1px solid var(--border-color);
    border-radius: 2px;
}

#new-products .container .row{
    margin: 0;
}

.block-categories .h6{
    font-weight: 700;
    font-size: 20px;
}

.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title{
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
}

.products-selection .sort-by-row .sort-by{
    font-weight: 700;
    color: var(--primary-color);
}

.wishlist-products-container-header .wishlist-products-count{
    color: var(--primary-color);
}

.product-miniature .product-title {
    margin: 0;
    font-weight: 400;
    line-height: 1.2em;
    height: 2.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-selection .sort-by-row .products-sort-order{
    padding: 0;
}

.brands-sort .dropdown-menu, .products-sort-order .dropdown-menu, .suppliers-sort .dropdown-menu{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 2px;
}

.products-sort-order .select-title .sort-by{
    width: 100%;
    color: var(--primary-color);
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.products-sort-order{
    width: 100%;
    padding: 0;
}

.products-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--primary-color);
}

 #content-wrapper .products-header .sort-by-row{
    margin: 0;
}

.products-sort-order .select-list{
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
}

.products-sort-order .select-list:hover{
    background-color: #fff;
    color: var(--primary-color);
}

.products-selection .total-products, .products-selection h1{
    padding-left: 0;
    text-transform: none;
}

#search .products-selection h1{
    font-size: 20px;
    margin: 0;
}

.js-product{
    width: auto;
    margin: 0;
    padding: 0;
}

.ui-autocomplete.searchbar-autocomplete li a:hover{
    background-color: var(--bg-light);
}

.ui-autocomplete.searchbar-autocomplete li .product{
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
}

.header-right-section{
    padding: 0;
}

#products .products::after{
    display: none;
}

#products .products{
    gap: 16px;
    margin: 0;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

@media(max-width: 1280px){
    #products .products{
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 992px) {
    #products .products{
        grid-template-columns: repeat(3, 1fr);
    }
    #category #products .products{
        grid-template-columns: repeat(2, 1fr);
    }
    .product-miniature .thumbnail-container .product-thumbnail img{
        max-width: 200px;
    }
}

@media (max-width: 769px) {
    #products .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    #category #products .products {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .product-miniature .thumbnail-container .product-thumbnail img{
        max-width: 180px;
    }
}
@media (max-width: 620px) {
    #category #products .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    #products .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .product-miniature .thumbnail-container .product-thumbnail img{
        max-width: 160px;
    }
}
@media (max-width: 375px) {
    #products .products {
        grid-template-columns: 1fr;
        gap: 8px;
        .product-miniature .thumbnail-container .product-thumbnail img{
            max-width: 140px;
        }
    }
}

.products-selection{
    margin: 0;
}

.category-additional-description a{
    color: var(--primary-color);
}

@media(max-width: 768px){
    .products-header{
        flex-direction: column;
        gap: 16px;
        border: none;
    }
    #content-wrapper .products-header .sort-by-row{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    #content-wrapper .products-header .sort-by-row::after{
        display: none;
    }

    .products-sort-order .select-title{
        justify-content: space-between;
    }
    .products-selection .showing{
        padding: 8px 0;
        text-align: center;
        font-size: 14px;
    }
    .products-selection .filter-button{
        width: 100%;
        padding: 0;
    }
    #category #search_filter_toggler{
        padding: 8px;
        text-transform: none;
        background: none;
        border: 1px solid var(--primary-color);
        border-radius: 2px;
    }
    .block-categories .category-sub-menu li[data-depth="0"]>a{
        font-size: 16px;
        font-weight: 500;
    }
    #category #left-column #search_filters{
        padding:0 15px ;
    }
    #category #left-column #search_filters_wrapper{
        margin: 0;
    }
    #category #left-column #search_filter_controls button{
        background-color: var(--primary-color);
        border-radius: 2px;
        width: 100%;
        margin: 0;
        color: #fff;
        text-transform: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    #category #left-column #search_filters .facet{
        border-color:var(--bg-light)
    }

    #category #left-column #search_filter_controls{
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    #category #left-column #search_filters .facet .h6{
        text-transform: none;
        padding-left: 0;
        text-align: start;
        font-size: 14px;
    }
    #category #left-column #search_filters .facet .navbar-toggler{
        padding: 0;
        width: auto;
    }

    #category #left-column #search_filters .facet .navbar-toggler .add,
    #category #left-column #search_filters .facet .navbar-toggler .remove{
        color:  var(--primary-color);
    }
    #category #left-column #search_filter_controls #_mobile_search_filters_clear_all button{
        background-color: #fff;
        color:  var(--primary-color);
        border: 1px solid  var(--primary-color);
        border-radius: 2px;
        padding: 8px;
    }
    #category #left-column #search_filters .facet ul li{
        padding: 12px 0;
    }
}

.block-categories .category-sub-menu{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.block-categories .collapse-icons .add,
.block-categories .collapse-icons .remove{
    color: var(--primary-color);
}

#search_filters>.h6{
    text-transform: none !important;
    font-size: 20px;
    font-weight: 700;
}

#search_filters .ui-slider .ui-slider-handle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: -.3em;
    background-color: var(--primary-color);
    border: none;
    margin: 0;
}

#search_filters .ui-widget-header{
    background-color: var(--border-color);
}

#search_filters .ui-slider-horizontal{
    border: none;
}

.active_filters, .btn-tertiary:active:focus{
    background: none;
}

.custom-checkbox input[type=checkbox]+span{
    border-color: var(--border-color);
    border-radius: 50%;
    margin: 0;
}

#category #left-column #search_filters .ui-slider-horizontal{
    margin-right: 8px;
    width: calc(100% - 16px);
}

.btn-tertiary.js-search-filters-clear-all{
    background: none;
    color: var(--primary-color);
    font-weight: 700;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 4px 0;
    gap: 4px;
}

.btn-tertiary.js-search-filters-clear-all:hover{
    color: var(--primary-hover);
    border: none;
}

.btn-tertiary .material-icons{
    margin: 0;
}


.active_filters, .btn-tertiary:focus, .active_filters, .btn-tertiary:active{
    outline: none;
}

#_desktop_search_filters_clear_all:focus-visible{
    outline: none;
}

.active_filters{
    padding-left: 0;
}

#search_filters{
    border-top: 1px solid var(--primary-color);
}


#best-sales .block-categories{
    border: 1px solid var(--border-color);
    border-radius: 2px;
}

.block-categories{
    margin: 0;
}

.category-top-menu{
    margin: 0;
}

.facet-label .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
}

.facet-label .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.block-categories .collapse-icons{
    width: auto;
}

.active_filters{
    margin: 0;
}

.active_filters .active-filter-title{
    color: var(--primary-color);
}

.active_filters .filter-block{
    color: var(--text-color);
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    padding: 8px 4px;
    font-weight: 500;
}
.pagination .page-list{
    display: flex;
    justify-content: end;
    gap: 24px;
    align-items: center;
    font-size: 18px;
}

.pagination .current a{
    color: var(--primary-color);
    font-size: 18px;
}

.pagination .page-list a i{
    color: var(--primary-color);
}

#js-product-list{
    padding: 16px 0;
}

#search_filters .facet .facet-label a,
#search_filters .facet .collapse li p{
    font-weight: 500;
    color: var(--text-color);
}

#cart h1{
    text-transform: none;
    font-weight: 600;
    padding: 8px 0;
}

.cart-grid-body .cart-container .cart-item{
    border: 1px solid var(--border-color);
    border-radius: 2px;
}

.product-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    width: 100%;
}

.product-cart-cell.cell-image {
    flex: 0 0 80px;
    margin-right: 24px;
}

.product-cart-cell.cell-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    font-size: 12px;
}

.product-cart-cell.cell-info {
    flex: 1;
    padding-right: 16px;
    text-align: left;
}

.product-cart-cell.cell-info .product-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

.product-cart-cell.cell-info .product-attributes {
    font-size: 12px;
    color: var(--text-light);
}

.product-cart-cell.cell-unit-price,
.product-cart-cell.cell-total-price {
    flex: 0 0 100px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
}

.product-cart-cell.cell-qty {
    flex: 0 0 120px;
    display: flex;
    justify-content: center;
}

.product-cart-cell.cell-qty .input-group.bootstrap-touchspin {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 2px;
    width: 100px;
    justify-content: space-between;
}

.product-cart-cell.cell-qty input.js-cart-line-product-quantity {
    border: none;
    background: transparent;
    text-align: center;
    width: 32px;
    padding: 0;
    font-weight: 600;
    color: var(--text-color);
    outline: none;
    height: 32px;
}

.product-cart-cell.cell-qty .btn-touchspin {
    background: transparent;
    border: none;
    color: var(--primary-color);
    padding: 0 8px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-cart-cell.cell-qty .btn-touchspin:hover {
    color: var(--primary-color);
}

.product-cart-cell.cell-actions {
    flex: 0 0 32px;
    display: flex;
    justify-content: flex-end;
}

.product-cart-cell.cell-actions .remove-from-cart {
    color: var(--text-color);
    transition: 0.2s;
}

.product-cart-cell.cell-actions .remove-from-cart:hover {
    color: #9f0000;
    opacity: 1;
}

@media (max-width: 768px) {
    .product-cart-row {
        display: grid;
        grid-template-columns: 80px auto 1fr auto;
        grid-template-rows: auto auto;
        gap: 8px;
        align-items: center;
        padding: 8px;
        margin: 0;
    }

    .product-cart-cell.cell-info .product-name{
        font-size: 14px;
    }

    .product-cart-cell.cell-image {
        grid-column: 1;
        grid-row: 1 / span 2;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
    }

    .product-cart-cell.cell-info {
        grid-column: 2 / span 3;
        grid-row: 1;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .product-cart-cell.cell-unit-price {
        display: none;
    }

    .product-cart-cell.cell-qty{
        flex: 1;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        padding: 0;
        width: 100%;
    }
    .product-cart-cell.cell-total-price{
        grid-column: 3;
        grid-row: 2;
        width: auto;
    }
    .product-cart-cell.cell-actions{
        grid-column: 4;
        grid-row: 2;
        text-align: right;
    }

    #category #left-column,
    #best-sales #left-column,
    #new-products #left-column
    {
        padding: 0;
        margin-bottom: 16px;
    }
}

.product-price{
    color: var(--primary-color);
}
.qty-control-wrapper .input-group.bootstrap-touchspin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 32px;
    background: #fff;
    border: 1px solid var(--text-light);
    border-radius: 2px;
    padding: 0;
    margin: 0 auto;
    box-shadow: none;
}

.qty-control-wrapper .input-group-btn-vertical {
    display: contents;
}

.qty-control-wrapper input.js-cart-line-product-quantity {
    order: 2;
    width: 32px;
    height: 30px;
    padding: 0;
    border: none;
    border-left: 1px solid var(--text-light);
    border-right: 1px solid var(--text-light);
    background: transparent;
    text-align: center;
    color: var(--text-color);
    font-weight: 600;
    font-size: 14px;
    display: block !important;
    float: none;
}


.qty-control-wrapper .btn-touchspin {
    flex: 0 0 32px;
    height: 30px;
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-color);
    margin: 0;
    position: static;
    border-radius: 0;
}

.qty-control-wrapper .bootstrap-touchspin-down {
    order: 1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.qty-control-wrapper .bootstrap-touchspin-up {
    order: 3;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.qty-control-wrapper .btn-touchspin i {
    display: none;
}

.qty-control-wrapper .bootstrap-touchspin-down::after {
    content: "-";
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.qty-control-wrapper .bootstrap-touchspin-up::after {
    content: "+";
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.cart-items{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-grid-body .card-block, .cart-grid-body .cart-overview{
    padding: 0 16px 0 0 ;
}

.category-description-bottom a{
    color: var(--primary-color);
}

.cart-grid-body .card-block, .cart-grid-body .cart-overview .no-items{
    padding: 1rem;
}

@media(max-width: 768px){
    .cart-grid-body .card-block, .cart-grid-body .cart-overview{
        padding: 0;
    }

    .cart-grid-body .cart-overview{
        text-align: center;
    }
}
.cart-grid-right{
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 16px;
}
.card-block.checkout .btn-primary{
    padding: 12px 8px;
}

.block-promo .promo-code-button .collapse-button{
    color: var(--primary-color);
}

.cart-summary-line .label{
    font-weight: 600;
}

.block-promo .promo-code .alert-danger{
    background-color: #FEF2F2;
    border-radius: 2px;
    color: #991B1B;
}
.block-promo .promo-code .alert-danger::after{
    border-bottom-color: #991B1B;
}

.alert-danger{
    background-color: #FEF2F2;
    border-radius: 2px;
    color: #991B1B;
}

.alert-success{
    background-color: #dcfce7;
    color: #166534;
    border-radius: 2px;
}

.block-promo .promo-input+button{
    border: none;
    margin: 0;
    width: auto;
    background-color: var(--border-color);
    color: var(--primary-color);
    outline: none;
    padding: 8px 16px;
}

.block-promo .promo-input+button:hover{
    color: var(--primary-hover);
}


.block-promo .promo-code form{
    display: flex;
}

.block-promo .promo-code{
    padding: 8px 0;
}

.block-promo .promo-input{
    flex: 1;
    width: auto;
    border-radius: 2px;
    background-color: var(--border-color);
    border: none;
}

.block-promo .promo-input:focus-visible{
    outline: none;
}

.block-promo .promo-code-button.cancel-promo,
.block-promo .promo-code-button.cancel-promo[aria-expanded=true]{
    color: var(--primary-color);
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 700;
}

.block-promo .promo-code-button.cancel-promo:focus,
.block-promo .promo-code-button.cancel-promo:hover{
    color: var(--primary-hover);
}

.block-promo{
    margin: 0;
}

.cart-detailed-subtotals{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.has-discount .discount{
    background-color:rgb(250, 23, 49);
    border-radius: 2px;
}

.has-discount.product-price .current-price{
    display: flex;
}

p{
    color: var(--text-color);
}

.block-promo .promo-name .cart-summary-line span{
    color:rgb(250, 23, 49);
}

body#checkout section.checkout-step .step-number{
    border: none;
    margin-right: 0.6rem;
}

.block-promo.promo-highlighted {
    color: var(--text-color);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.promo-discounts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.promo-discounts .cart-summary-line {
    border: 1px dashed var(--primary-color);
    border-radius: 2px;
    padding: 8px 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.promo-discounts .cart-summary-line:hover {
    background-color: #fff;
    border-style: solid;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--text-light);
    font-size: 14px;
}

.promo-discounts .cart-summary-line .code {
    background-color: #fff;
    color: var(--primary-color);
    font-weight: 700;
    border: 1px solid var(--primary-color);
    padding: 2px 8px;
    border-radius: 2px;
    margin-right: 8px;
    font-family: monospace;
    font-size: 14px;
    white-space: nowrap;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code{
    color: var(--primary-color);
}

body#checkout .js-show-details{
    color: var(--primary-color);
}

body#checkout .custom-checkbox>label{
    padding-left: 0;
}

body#checkout .custom-checkbox span{
    position: static;
}

body#checkout section.checkout-step .forgot-password{
    margin-left: 0;
}

body#checkout a:hover{
    color:  var(--primary-hover);
}

body#checkout #cart-summary-product-list img{
    font-size: 12px;
}

body#checkout .cart-summary-line a i{
    color: var(--text-color);
}

body#checkout a{
    color: var(--text-color);
}

#checkout .header-contact .contact-items-wrapper{
    gap: 8px;
    justify-content: center;
}

#checkout .header-logo img{
    width: auto;
}

body#checkout #footer{
    padding: 0;
}

body#checkout .footer-container .myaccount-title a{
    text-transform: none !important;
    font-size: 1.1rem;
}

body#checkout .footer-container a{
    color: #fff;
}

body#checkout .cancel-address{
    border: 1px solid var(--primary-color);
    padding: 8px 32px;
    margin: 0;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

body#checkout .block-promo .promo-code-button.cancel-promo[aria-expanded=true],
body#checkout .block-promo .promo-code-button .collapse-button{
    color:var(--primary-color);
}

.product-cover .layer{
    background: rgba(0, 0, 0, .2);
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover{
    border: 1px solid var(--primary-color);
    border-radius: 2px;
}

.tabs{
    padding: 0;
}

#product .product-category-custom .cat-label{
    color: var(--text-color);
    font-weight: 700;
}

#product .product-category-custom a{
    color: var(--text-color);
}

#product .product-category-custom{
    border-bottom: 1px solid var(--primary-color);
    padding: 8px 0;
    max-width: 80%;
}


#products .page-not-found h4{
    color: var(--primary-color);
}

.blockcart.cart-preview a{
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 16px;
}

.js-content-wrapper{
    padding: 0 32px;
}

.blockcart.cart-preview .header .shopping-cart{
    color: #fff;
}

@media(max-width: 768px){
    .js-content-wrapper{
        padding: 0 16px;
    }
    #category .js-content-wrapper{
        padding: 0;
    }

    #new-products .js-content-wrapper{
        padding: 0;
    }
    #cart .js-content-wrapper{
        padding: 16px 0;
    }
    body#checkout .cancel-address{
        font-size: 14px;
    }

    #product .product-category-custom{
        max-width: 100%;
    }
    .dropdown-menu{
        min-width: 100px;
    }
}

.product-information{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-short-description-wrapper {
    position: relative;
}

.product-description-clamped {
    max-height: 140px;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

#product-availability .product-last-items, #product-availability .product-unavailable{
    color: var(--primary-color);
}

#product-availability{
    display: flex;
    align-items: center;
    gap: 8px;
}

.short-desc-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    display: none;
    pointer-events: none;
}

.js-short-desc-wrapper.is-clamped .short-desc-fade {
    display: block;
}

.js-show-more-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 0;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    color: var(--primary-color);
}

#guest-tracking .form-control{
    background: none;
    border-radius: 2px;
}

.btn-link.js-show-more-btn:focus, .btn-link.js-show-more-btn:hover{
    color: var(--primary-hover);
    outline: none;
    text-decoration: none;
}

.js-show-more-btn::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    margin-left: 8px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-bottom: 2px;
}

.js-show-more-btn.is-expanded::after {
    transform: rotate(-135deg);
    margin-bottom: -2px;
}

#product .featured-products .products-section-title{
    color: var(--text-color);
    border-bottom: 1px solid var(--primary-color);
    padding: 16px 0;
    margin: 16px 0;
}

#product #main{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#product .featured-products .products {
    gap: 16px 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media(max-width: 992px){
    #product .featured-products .products {
        gap: 16px 8px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 768px){
    #product .featured-products .products-section-title{
        font-size: 20px;
    }
    #product .featured-products .products {
        gap: 16px 8px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 375px){
    #product .featured-products .products {
        gap: 16px 8px;
        display: grid;
        grid-template-columns: 1fr;
    }
}


.featured-products .all-product-link{
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    color: var(--primary-color);
    transition: all 0.2s ease-in;
}

.featured-products .all-product-link:hover{
    background-color: var(--primary-color);
    color: #fff;
}

@media(max-width: 768px){
    #cart #header .user-menu__trigger .user{
        color: var(--text-color);
    }
    #products .up .btn-secondary, #products .up .btn-tertiary{
        background:none;
        border: 1px solid var(--primary-color);
        border-radius: 2px;
        color:  var(--primary-color);
    }
    #blockcart-modal .cart-content .cart-content-btn{
        display: flex;
        flex-direction: column;
    }
    #cart #wrapper{
        padding-top: 0;
    }
    .featured-products .all-product-link{
        font-size: 14px;
    }
}

#cart .cart-grid-body{
    padding: 0;
}

#category .row{
    margin: 0;
}

#blockcart-modal .modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    overflow: hidden;
}

#blockcart-modal .modal-header {
    background-color: #fff;
    border-bottom: 1px solid var(--border-color);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#blockcart-modal .modal-header .close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    transition: 0.2s;
    background: none;
    border: none;
    outline: none;
}

#blockcart-modal .modal-header .close:hover {
    opacity: 1;
    color: var(--primary-color);
}

#blockcart-modal .modal-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

#blockcart-modal .modal-title i {
    font-size: 24px;
    margin-right: 8px;
    color: var(--primary-color);
}

#blockcart-modal .modal-body {
    padding: 8px 16px;
    background: #fff;
}

#blockcart-modal .modal-body .col-md-5 {
    padding: 24px;
}

#blockcart-modal .divide-right {
    border-right: 1px solid var(--border-color);
}

#blockcart-modal .product-image {
    width: 100%;
    height: auto;
    border-radius: 2px;
    border: 1px solid var(--border-color);
    display: block;
    margin: 0 auto 16px auto;
}

#blockcart-modal .product-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 8px;
    line-height: 1.4;
}

#blockcart-modal .product-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    display: block;
}

#blockcart-modal .modal-body .col-md-6 span {
    font-size: 13px;
    color: var(--text-light);
    display: block;
    margin-bottom: 4px;
}

#blockcart-modal .product-quantity {
    margin-top: 12px;
    display: block;
    font-size: 14px;
    color: var(--text-color);
}

#blockcart-modal .modal-body .col-md-7 {
    padding: 24px;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#blockcart-modal .cart-products-count {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

#blockcart-modal .cart-content p.cart-products-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    font-size: 14px;
    color: var(--text-color);
}

#blockcart-modal .cart-content p.product-total {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.05);
    font-size: 18px;
    color: var(--text-color);
    font-weight: 700;
    background: none;
}

#blockcart-modal .cart-content p.product-total .value {
    color: var(--primary-color);
}

#blockcart-modal .modal-body .row{
    display: flex;
    align-items: center;
}

#blockcart-modal .cart-content-btn {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.modal{
    top: 32px;
}
#blockcart-modal .btn.btn-secondary {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--text-color);
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 2px;
    text-transform: none;
    font-weight: 600;
    flex: 1;
    transition: all 0.2s;
}

#blockcart-modal .btn.btn-secondary:hover {
    background:var(--primary-color);
    border-color: var(--text-light);
    color: #fff;
}

#blockcart-modal .cart-content{
    padding: 0;
}

#blockcart-modal .btn.btn-primary {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 2px;
    text-transform: none;
    font-weight: 600;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

#blockcart-modal .btn.btn-primary:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    box-shadow: 0 4px 12px rgba(74, 157, 143, 0.3);
}

#blockcart-modal .cart-content .cart-content-btn{
    width: 100%;
}

@media (max-width: 768px) {
    #blockcart-modal .modal-header {
        padding: 12px;
        flex-direction: row-reverse;
        gap: 8px;
    }

    #blockcart-modal .cart-content .cart-content-btn{
        margin: 0;
    }

    #blockcart-modal .modal-title {
        font-size: 14px;
        text-align: center;
        gap: 8px;
    }

    #blockcart-modal .divide-right {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }

    #blockcart-modal .modal-body .col-md-5,
    #blockcart-modal .modal-body .col-md-7 {
        padding: 0;
        width: 100%;
    }

    #blockcart-modal .cart-content-btn {
        flex-direction: column;
        gap: 8px;
    }

    #blockcart-modal .btn {
        width: 100%;
    }

    #blockcart-modal .modal-body .col-md-5 .row {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #blockcart-modal .modal-body .col-md-5 .col-md-6:first-child {
       padding: 0;
    }

    #blockcart-modal .modal-body .col-md-5 .col-md-6:last-child {
        width: 100%;
        padding: 0;
    }
    #blockcart-modal .modal-body .row{
        flex-direction: column;
        margin: 0;
    }
    #blockcart-modal .modal-title i.material-icons{
        margin: 0;
    }

    #blockcart-modal .product-image{
        max-width:140px;
    }
    #blockcart-modal .modal-title i.material-icons{
        color: var(--primary-color);
    }
    #blockcart-modal .cart-content .cart-content-btn .btn{
        margin: 0;
    }

    #blockcart-modal .cart-content p.product-total{
        padding: 16px 0;
        margin: 0;
    }

    #blockcart-modal .modal-header .close{
        position: static;
        transform: none;
    }

    #blockcart-modal .cart-content p{
        font-size: 14px;
        padding: 0;
    }

    #blockcart-modal .modal-body .col-md-6 span{
        padding: 0;
    }

    #blockcart-modal .cart-content p.cart-products-count{
        padding-left: 0;
    }

    #blockcart-modal .product-price, #blockcart-modal .product-name{
        text-align: center;
        font-size: 14px;
    }

    #cart .container{
        padding: 0 16px;
    }

    #cart .container .row{
        margin: 0;
    }

    .cart-summary-line .label, .cart-summary-line .value, .product-price {
        font-size: 16px;
    }
    #cart h1{
        margin-bottom: 0;
        text-align: center;
        font-size: 22px;
    }
    .card-block.checkout{
        padding: 0;
    }
}

body#checkout section.checkout-step.-current .step-title{
    text-transform: none;
}

body#checkout .js-address-form{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.custom-checkout-step-auth {
    width: 100%;
}


.logged-in-box .identity {
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 8px;
    font-weight: 600;
}

.logged-in-box .identity a {
    color: var(--primary-color);
    text-decoration: none;
}

.logged-in-box .logout-link {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 8px;
}

.logged-in-box .logout-link a {
    color: var(--text-color);
}

.logged-in-box .logout-warning {
    color: #e53935;
    margin-bottom: 24px;
}

.logged-in-box .auth-actions {
    display: flex;
    justify-content: flex-end;
}

.custom-auth-tabs-wrapper {
    border-bottom: 1px solid var(--border-color);
}

.custom-auth-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-auth-tabs .nav-item {
    margin-bottom: -1px;
}

.custom-auth-tabs .nav-link {
    display: block;
    padding: 16px 32px 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-light);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.cart-summary-products .product-name{
    font-weight: 600;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container{
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

label[for="paytech_payment_method"] {
    display: none !important;
}

.form-control{
    background: none;
    border: 1px solid var(--border-color)
}

.custom-auth-tabs .nav-link:hover {
    color: var(--primary-color);
}

.custom-auth-tabs .nav-link.active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.custom-auth-content {
    background: #fff;
}

.custom-checkout-step-auth .btn-primary {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 2px;
    text-transform: none;
    font-weight: 600;
    transition: all 0.2s;
    cursor: pointer;
}

#checkout .tab-pane.active .help-block{
    width: 100%;
    max-width: 400px;
}

#password .forgotten-password header{
    display: flex;
    justify-content: center;
}

#password .send-renew-password-link{
    max-width: 500px;
}

#checkout .tab-pane.active{
    align-items: start;
}

#checkout .cart-grid-body{
    width: 60%;
}
#checkout #content-wrapper #content .row.cart{
    display: flex;
    justify-content: center;
    align-items: start;
}


.custom-checkout-step-auth .btn-primary:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
}

.form-validation-error{
    font-size: 12px;
    font-weight: 600;
    color: #991B1B;
}

.custom-password-group .form-validation-error {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 5px;
}
.custom-password-group{
    display: flex;
    width: 100%;
}

@media(max-width: 992px){
    #checkout .cart-grid-body{
        width: 100%;
    }
    #checkout #content-wrapper #content .row.cart{
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .custom-auth-tabs {
        flex-direction: row;
        gap: 0;
    }

    .custom-auth-tabs .nav-link {
        border-bottom: 1px solid var(--border-color);
        font-size: 14px;
    }

    .custom-auth-tabs .nav-item.login{
        flex: 1;
    }

    .custom-auth-tabs .nav-link.active {
        border-bottom-color: var(--primary-color);
    }

    .logged-in-box .auth-actions {
        justify-content: center;
    }

    .custom-checkout-step-auth .btn-primary {
        width: 100%;
    }

    body#checkout section.checkout-step.-current .content{
        padding: 16px 8px;
    }
}

.custom-checkout-step, body#checkout section.checkout-step:last-child,
body#checkout section.checkout-step{
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}



body#checkout section.checkout-step.-current+.checkout-step .step-title{
    border: none;
    text-transform: none;
}

body#checkout section.checkout-step .step-title {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    cursor: pointer;
    transition: background-color 0.2s;
    border: 0;
    text-transform: none;
}

.custom-checkout-step .step-indicator {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--text-light);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.2s;
}

.custom-checkout-step .step-indicator .done {
    display: none;
    font-size: 18px;
}

.custom-checkout-step .step-name {
    flex: 1;
    text-transform: none;
}

.custom-checkout-step .step-edit {
    margin-left: auto;
    font-size: 14px;
    color: var(--text-light);
    display: none;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    transition: color 0.2s;
}

.custom-checkout-step .step-edit:hover {
    color: var(--primary-color);
}

.custom-checkout-step .step-edit i {
    font-size: 16px;
}

.custom-checkout-step .content {
    display: none;
    padding: 24px;
    border-top: 1px solid var(--border-color);
}

.custom-checkout-step.-current {
    border-color: var(--border-color);
}

.custom-checkout-step.-current .step-title {
    background-color: #fff;
    cursor: default;
}

.custom-checkout-step.-current .step-indicator {
    background-color: var(--primary-color);
}

.custom-checkout-step.-current .content {
    display: block;
}

.custom-checkout-step.-complete .step-indicator {
    background-color: var(--primary-color);
}

.custom-checkout-step.-complete .step-indicator .step-number {
    display: none;
}

.custom-checkout-step.-complete .step-indicator .done {
    display: block;
}

.custom-checkout-step.-complete .step-edit {
    display: flex;
}

.custom-checkout-step.-reachable:not(.-current) .step-title:hover {
    background-color: #fff;
}

body#checkout section.checkout-step.-reachable.-current .step-number{
    background: none;
}

@media (max-width: 768px) {
    .custom-checkout-step .step-title {
        padding: 16px;
    }

    .custom-checkout-step .content {
        padding: 16px;
    }

    .custom-checkout-step .step-indicator {
        margin-right: 12px;
    }
    body#checkout section.checkout-step.-current+.checkout-step .step-title,
    body#checkout section.checkout-step .step-title{
        padding: 10px 8px 8px;
    }
}

.custom-customer-form {
    width: 100%;
}

.custom-customer-form .form-group.row {
    display: block;
    margin: 0;
}

.custom-customer-form .form-group [class*="col-md-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex: none;
}

.custom-customer-form .form-control-label {
    text-align: left;
    font-weight: 600;
    color: var(--text-color);
    font-size: 14px;
    display: block;
}

.custom-customer-form .form-control {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 10px 16px;
    font-size: 14px;
    color: var(--text-color);
    transition: all 0.2s;
    width: 100%;
    height: 44px;
    box-shadow: none;
}

.custom-customer-form .form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    background-color: #fff;
}

.custom-customer-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

.custom-customer-form .custom-radio,
.custom-customer-form .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.custom-customer-form .custom-checkbox input[type="checkbox"],
.custom-customer-form .custom-radio input[type="radio"] {
    margin: 0;
    cursor: pointer;
}

.custom-customer-form .form-control-comment {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 4px;
    display: block;
}

.custom-customer-form .custom-form-footer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-end;
}

#registration .custom-customer-form .custom-form-footer{
    width: 100%;
    max-width: 500px;
}

.custom-customer-form .btn-primary {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 2px;
    font-weight: 600;
    transition: all 0.2s;
    cursor: pointer;
    text-transform: none;
    max-width: 300px;
}

.custom-customer-form .btn-primary:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
}

#checkout .custom-form-fields{
    max-width: 400px;
}

.input-group .input-group-btn>.btn[data-action=show-password]{
    background-color: var(--primary-color);
    border-radius: 2px;
    text-transform: none;
    font-weight: 700;
}

@media (max-width: 768px) {
    .custom-customer-form .custom-form-footer {
        justify-content: center;
    }

    .custom-customer-form .btn-primary {
        width: 100%;
    }
}

.custom-login-form {
    width: 100%;
}

.custom-login-form .form-group.row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
    max-width: 500px;
}

.custom-login-form .custom-form-fields{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-login-form .form-group [class*="col-md-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex: none;
}

.custom-login-form .form-control-label {
    text-align: left;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
    font-size: 14px;
    display: block;
}

.custom-login-form .form-control {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 10px 16px;
    font-size: 14px;
    color: var(--text-color);
    transition: all 0.2s;
    width: 100%;
    height: 44px;
    box-shadow: none;
}

.custom-login-form .form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    background-color: #fff;
}

.custom-login-form .input-group.focus{
    outline: none;
}

.custom-login-form .forgot-password {
    margin-top: 8px;
    text-align: right;
}

.custom-password-group {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}

.custom-password-group input.form-control {
    grid-column: 1 / 2;
    width: 100%;
}

.custom-password-group .input-group-btn {
    grid-column: 2 / 3;
    display: flex;
}

.custom-password-group .form-validation-error {
    grid-column: 1 / 3;
    margin-top: 5px;
    width: 100%;
}

.custom-login-form .forgot-password a {
    color: var(--text-light);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}

.custom-login-form .forgot-password a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.custom-login-form .custom-form-footer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-end;
}

#authentication .custom-login-form .custom-form-footer{
    justify-content: center;
    margin: 0;
}

#registration .custom-form-fields{
    max-width: 500px;
}

#registration .custom-customer-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-login-form .btn-primary {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 2px;
    font-weight: 600;
    transition: all 0.2s;
    cursor: pointer;
    text-transform: none;
    max-width: 500px;
}

.custom-login-form .btn-primary:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
}

@media (max-width: 768px) {
    .custom-login-form .custom-form-footer {
        justify-content: center;
    }

    .custom-login-form .btn-primary {
        width: 100%;
    }
}

.bg-success {
    background-color: #10b981 !important;
}

.text-success{
    color: #10b981 !important;
}

.progress{
    background-color: var(--bg-light);
}

.progress, .progress-bar{
    border-radius: 2px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done{
    color: #fff;
    margin-right: 1.263rem;
}

@media(max-width: 768px){
    body#checkout section.checkout-step.-reachable.-complete h1 .done{
        margin: 0;
    }
    body#checkout section.checkout-step.-complete .step-title{
        padding: 8px;
    }

    .logged-in-box .auth-actions form{
        width: 100%;
    }
    .cart-grid-body{
        padding: 0 8px;
    }
}

.custom-address-step {
    width: 100%;
}

.custom-address-step .address-info-text {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 24px;
    line-height: 1.5;
}

.custom-address-step .section-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 32px;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.custom-address-step .section-title:first-of-type {
    margin-top: 0;
}

.custom-address-step .custom-add-address {
    margin: 16px 0 24px 0;
}

.custom-address-step .custom-add-address a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s;
}

.custom-address-step .custom-add-address a:hover {
    color: var(--primary-hover);
}

.custom-address-step .custom-add-address i {
    font-size: 18px;
}

.custom-address-step .different-address-link {
    margin-top: 16px;
    margin-bottom: 24px;
}

.custom-address-step .different-address-link a {
    font-size: 14px;
    color: var(--text-color);
    text-decoration: underline;
    transition: color 0.2s;
}

.custom-address-step .different-address-link a:hover {
    color: var(--primary-color);
}

.custom-address-step .custom-alert {
    background-color: #FEF2F2;
    border-radius: 2px;
    color: #991B1B;
    border: 1px solid #ef4444;
    padding: 12px 16px;
    font-size: 13px;
    margin-bottom: 16px;
}

.custom-address-step .custom-step-footer {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-end;
}

.custom-address-step .btn-primary {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 2px;
    font-weight: 600;
    transition: all 0.2s;
    cursor: pointer;
    text-transform: none;
    max-width: 300px;
}

.custom-address-step .btn-primary:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
}

.custom-form-actions{
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 768px) {
    .custom-address-step .custom-step-footer {
        justify-content: center;
    }

    .custom-address-step .btn-primary {
        width: 100%;
    }
}

.custom-address-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    width: 100%;
}

body#checkout section.checkout-step .address-item {
    background: #fff;
    border: 2px solid var(--border-color);
    border-radius: 2px;
    padding: 16px;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

body#checkout section.checkout-step .address-item:hover {
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

body#checkout section.checkout-step .address-item.selected {
    border: 2px solid var(--primary-color);
}

.custom-address-item .address-header {
    flex-grow: 1;
}

body#checkout section.checkout-step .radio-block {
    display: flex;
    margin: 0;
    cursor: pointer;
    align-items: start;
}

.custom-address-item .alias-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-address-item .custom-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.custom-address-item .address-alias {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
}

.custom-address-item .address-details {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
    padding-left: 16px;
}

.custom-address-item hr {
    display: none;
}

.custom-address-item .custom-address-footer {
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-address-item.selected .custom-address-footer {
    border-top-color: rgba(74, 157, 143, 0.2);
}

.custom-address-item .custom-address-footer a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.2s;
}

.custom-radio input[type=radio]:checked+span{
    background-color: var(--primary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 12px;
    height: 12px;
}

.custom-address-item .custom-address-footer a i {
    font-size: 16px;
}

.custom-address-item .custom-address-footer a.edit-address:hover {
    color: var(--primary-color);
}

.custom-address-item .custom-address-footer a.delete-address:hover {
    color: #ef4444;
}

@media (max-width: 768px) {
    .custom-address-grid {
        grid-template-columns: 1fr;
    }
}


.custom-form-group {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
}

.custom-form-group [class*="col-md-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex: none;
}

.custom-form-group .form-control-label {
    text-align: left;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
}

.custom-form-group .form-control-label.required::after {
    content: "*";
    color: var(--primary-color);
    margin-left: 4px;
}

.custom-input,
.custom-select {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 10px 16px;
    font-size: 14px;
    color: var(--text-color);
    transition: all 0.2s;
    width: 100%;
    height: 44px;
    box-shadow: none;
}

.custom-input:focus,
.custom-select:focus {
    outline: none;
    border-color: var(--primary-color);
}

.custom-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

.custom-radio-group {
    display: flex;
    gap: 16px;
    align-items: center;
    height: 44px;
}

.custom-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    color: var(--text-color);
}

.custom-radio {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    position: relative;
    background-color: #fff;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
}

.custom-radio input[type=radio]:checked + span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 10px;
    height: 10px;
}
.custom-delivery-step {
    width: 100%;
}

.custom-delivery-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}

.custom-delivery-item:hover {
    border-color: var(--primary-color);
}

body#checkout section.checkout-step .delivery-options .custom-delivery-item:has(input[type="radio"]:checked) {
    border-color: var(--primary-color);
}

.delivery-option-label {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    margin: 0;
    cursor: pointer;
    width: 100%;
}

.delivery-option-label .radio-wrapper {
    flex: 0 0 30px;
}

.delivery-option-label .carrier-details {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 16px;
}

.custom-delivery-item .carrier-logo {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    padding: 4px;
}

.custom-delivery-item .carrier-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.custom-delivery-item .carrier-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.custom-delivery-item .carrier-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
}

.custom-delivery-item .carrier-delay {
    font-size: 13px;
    color: var(--text-light);
}

.delivery-option-label .carrier-price-wrapper {
    text-align: right;
}

.custom-delivery-item .carrier-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
}

.btn-primary.continue{
    max-width: 200px;
    padding: 12px 16px;
}

.custom-step-footer{
    display: flex;
    justify-content: end;
}

.custom-carrier-extra {
    padding: 0 20px 16px 66px;
    font-size: 13px;
    color: var(--text-light);
}

.custom-order-options {
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
}

.custom-order-options .margin-bottom-16 {
    margin-bottom: 16px;
}

.custom-order-options .gift-message-box {
    margin-top: 16px;
    padding: 16px;
    background-color: var(--bg-light);
    border-radius: 2px;
    border: 1px dashed var(--border-color);
}

.custom-order-options .gift-message-box .form-control-label {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    @media (max-width: 768px) {
        .delivery-option-label {
            flex-wrap: wrap;
            padding: 16px;
        }

        .delivery-option-label .carrier-details {
            flex: 0 0 calc(100% - 30px);
            margin-bottom: 4px;
        }

        .delivery-option-label .carrier-price-wrapper {
            flex: 0 0 100%;
            text-align: left;
            padding-left: 106px;
        }

        .custom-carrier-extra {
            padding-left: 20px;
        }

        .btn-primary.continue {
            max-width: 100%;
        }
    }
    .btn-primary.continue{
        max-width: 100%;
    }
}

.custom-payment-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.custom-payment-wrapper {
    display: flex;
    flex-direction: column;
}

.custom-payment-item {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease-in-out;
}

.custom-payment-item:hover {
    border-color: var(--primary-color);
}

.custom-payment-item:has(input[type="radio"]:checked) {
    border-color: var(--primary-color);
}

.custom-btn-order.btn-primary:active:focus{
    color: #fff;
}

body#checkout section.checkout-step .payment-options label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

body#checkout section.checkout-step .payment-options label .payment-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
    text-align: start;
}

.custom-payment-label .payment-logo {
    max-height: 32px;
    max-width: 80px;
    object-fit: contain;
}

body#checkout .additional-information {
    padding: 16px 20px;
    background:none;
    border: 1px solid var(--border-color);
    border-top: none;
    border-radius: 0 0 2px 2px;
    font-size: 13px;
    color: var(--text-light);
    margin: 0;
}

.custom-conditions-form {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
}

.custom-conditions-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-conditions-form li {
    margin-bottom: 16px;
}

.custom-conditions-form .condition-text {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.5;
    text-align: start;
}

.custom-conditions-form .condition-text a {
    color: var(--primary-color);
    text-decoration: underline;
}

.custom-payment-confirmation {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.custom-btn-order {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 16px;
    padding: 14px 40px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: none;
    transition: all 0.2s;
    cursor: pointer;
}

.custom-btn-order:hover:not(.disabled) {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
}

.custom-btn-order.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: var(--text-light);
    border-color: var(--text-light);
}

.custom-alert-info {
    background: none;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 12px 16px;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 16px;
    font-weight: 700;
}

.custom-alert {
    background-color: #FEF2F2;
    border-radius: 2px;
    color: #991B1B;
    border: 1px solid #ef4444;
    padding: 12px 16px;
    font-size: 13px;
    margin-top: 16px;
    width: 100%;
}

@media (max-width: 768px) {
    .custom-payment-confirmation {
        align-items: stretch;
    }

    .custom-btn-order {
        width: 100%;
        text-align: center;
    }
    .js-terms{
        text-align: start;
    }
    body#checkout section.checkout-step .content{
        padding: 16px 0;
    }
}

body#checkout section.checkout-step .address-item>header{
    min-height: auto;
}

.custom-account-wrapper {
    width: 100%;
    margin-bottom: 32px;
}

.custom-account-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.custom-account-grid > a,
.custom-account-card {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 24px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: var(--text-color);
    width: 100%;
}

.custom-account-grid > a:hover,
.custom-account-card:hover {
    border-color: var(--primary-color);
}

.custom-account-grid .link-item {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    font-weight: 600;
}

.custom-account-grid i {
    font-size: 32px;
    color: var(--primary-color);
}


.custom-account-grid .card-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.custom-account-footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
}

.custom-logout-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 12px 24px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s;
}

.custom-logout-btn i {
    font-size: 18px;
}

.custom-logout-btn:hover {
    color: #ef4444;
    border-color: #ef4444;
}

#password .page-footer a{
    color: var(--primary-color);
}

.ps-alert-success .item, .ps-alert-success .item i svg{
    background-color: var(--primary-color);
}

.ps-alert-success .item, .ps-alert-success .item i{
    border-color: var(--primary-color);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .custom-account-grid {
        grid-template-columns: 1fr;
    }

    .custom-logout-btn {
        width: 100%;
        justify-content: center;
    }
}

#my-account #main .page-header, #identity #main .page-header,
#addresses #main .page-header,
#address #main .page-header,
#order-follow #main .page-header
{
    text-align: center;
}

#identity .custom-form-fields{
    max-width: 400px;

}

#identity .custom-customer-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-form-group:has(input[type="checkbox"]) .form-control-label.required::after {
    display: none;
}

.custom-checkbox-wrapper label {
    display: flex;
    align-items: start;
    gap: 6px;
}

.checkbox-required-mark {
    color: var(--primary-color);
    font-weight: bold;
}

.checkbox-text-content {
    display: inline-block;
    line-height: 1.4;
    padding-top: 1px;
}

.custom-checkbox-wrapper span{
    min-width: 18px;
    min-height: 18px;
}

#identity .custom-customer-form .custom-form-footer{
    width: 100%;
    justify-content: center;
}

#identity .custom-customer-form .btn-primary{
    max-width: 400px;
}

.page-footer .account-link{
    color: var(--primary-color);
}

@media(max-width: 768px){
    .page-customer-account #content{
        padding: 16px 0;
    }

   #identity #main .page-header{
       margin-bottom: 0;
   }

    body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label,
    body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value{
        font-size: 14px;
    }
}

#order-return-form {
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 20px;
}

.custom-address-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

#addresses .custom-address-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.custom-address-body {
    padding: 20px;
    flex-grow: 1;
}

.custom-address-body .address-alias {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 12px;
}

.custom-address-body .address-details {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
    font-style: normal;
    margin-bottom: 0;
}

.page-addresses .address .address-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-top: 1px solid var(--border-color);
}

.custom-address-actions .action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.2s;
}

.custom-address-actions .action-btn i {
    font-size: 16px;
}

.custom-address-actions .edit-btn:hover {
    color: var(--primary-color);
}

.custom-address-actions .delete-btn:hover {
    color: #ef4444;
}
.custom-addresses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.custom-address-wrapper .custom-address-card {
    margin-bottom: 0;
}

.custom-addresses-footer {
    display: flex;
    justify-content: flex-end;
    max-width: 400px;
    align-self: center;
}

.custom-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 15px;
    padding: 12px 32px;
    border-radius: 2px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    text-transform: none;
}

.custom-add-btn i {
    font-size: 18px;
}

.custom-add-btn:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}

#addresses #main .page-content{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#address .custom-form-fields{
    max-width: 400px;
    width: 100%;
}

#address .custom-form-footer{
    width: 100%;
    max-width: 400px;
}

#address .js-address-form form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .custom-addresses-grid {
        grid-template-columns: 1fr;
    }

    .custom-addresses-footer {
        justify-content: center;
        width: 100%;
    }

    #addresses #main .page-header{
        margin: 0;
    }

    #addresses #main .page-content{
        gap: 16px;
    }

    .custom-add-btn {
        width: 100%;
        justify-content: center;
    }
}

.custom-account-subtitle {
    font-size: 15px;
    color: var(--text-light);
    margin-bottom: 24px;
}

.custom-orders-history {
    width: 100%;
}

.custom-orders-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 32px;
}

.custom-orders-table th {
    color: var(--text-color);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px;
    border-bottom: 2px solid var(--border-color);
    text-align: left;
}

.custom-orders-table th.text-right { text-align: right; }
.custom-orders-table th.text-center { text-align: center; }

.custom-orders-table td {
    padding: 20px 16px;
    vertical-align: middle;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    color: var(--text-color);
    background: none;
}

.custom-orders-table tr:hover td {
    background: none;
}

.custom-orders-table td.text-right { text-align: right; }
.custom-orders-table td.text-center { text-align: center; }

.font-weight-bold {
    font-weight: 700;
}

.custom-order-status {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.custom-order-status.dark {
    color: var(--text-color);
}

@media(max-width: 768px){
    .custom-order-status{
        width: 100%;
    }
}

#history .card-footer::after, #history .card-header::after{
    display: none;
}

.action-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    transition: color 0.2s;
}

.action-icon-link:hover {
    color: var(--primary-color);
}

.order-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.btn-action-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 2px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.page-customer-account #content .order-actions a:hover, a:focus{
    color: var(--primary-color);
}

.btn-action-outline:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

#history  #main .page-header{
    text-align: center;
    margin: 0;
}

.btn-action-text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--text-color);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.btn-action-text i {
    font-size: 16px;
}

.btn-action-text:hover {
    color: var(--primary-color);
}

.custom-orders-mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.custom-order-card {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-order-card .card-header {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
    background: none;
}

#discount .custom-order-card .card-header::after{
    display: none;
}

#discount #main .page-header{
    text-align: center;
}

.custom-order-card .order-ref-link {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
}

.custom-order-card .order-total {
    font-size: 16px;
    font-weight: 700;
    color:  var(--text-color);
}

.custom-order-card .card-body {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.custom-order-card .order-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--text-light);
    font-size: 14px;
}

.custom-order-card .order-badge{
    display: flex;
    justify-content: center;
}

.custom-order-card .order-date i {
    font-size: 18px;
}

.custom-order-card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid var(--border-color);
    background: none;
}

#order-slip{
    .custom-order-card .card-footer{
        justify-content: center;
    }
}

.custom-order-card .footer-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.custom-order-card .reorder-icon:hover {
    color: var(--primary-color);
}

@media(max-width: 768px){
    .custom-account-subtitle {
        text-align: center;
    }
    .custom-order-card .card-body{
        gap: 8px;
        flex-direction: column;
    }
    #history .custom-order-card .order-badge{
        text-align: center;
    }
    .btn-action-outline{
        padding: 0;
        font-size: 16px;
    }
}

.custom-credit-slips {
    width: 100%;
}

.order-ref-link {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.2s;
}

.order-ref-link:hover {
    color: var(--primary-color);
}

.slip-order-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    justify-content: space-between;
}

.slip-order-info a {
    color: var(--text-color);
    text-decoration: underline;
    transition: color 0.2s;
}

.slip-order-info a:hover {
    color: var(--primary-color);
}

.btn-action-outline i {
    font-size: 16px;
    margin-right: 6px;
}

#order-slip #main .page-header{
    text-align: center;
}

#order-slip .card-header::after{
    display: none;
}

.custom-vouchers-container {
    width: 100%;
}

.custom-voucher-code {
    color: var(--primary-color);
    letter-spacing: 0.5px;
    background-color: rgba(74, 157, 143, 0.08);
    padding: 4px 8px;
    border-radius: 2px;
    display: inline-block;
}

.voucher-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--text-color);
    padding: 6px 0;
    border-bottom: 1px dashed var(--border-color);
}

#guest-tracking .voucher-detail-row, #order-tracking .voucher-detail-row{
    border: none;
}

.voucher-detail-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.voucher-detail-row .text-muted {
    color: var(--text-light);
}

.custom-returns-container {
    width: 100%;
}

.custom-order-card .card-header::after{
     display: none;
}

.custom-return-status {
    display: inline-block;
    background-color: var(--bg-light);
    border: 1px solid var(--border-color);
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    text-align: center;
}

.custom-gdpr-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.custom-gdpr-card {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 24px;
    transition: all 0.2s ease-in-out;
}

.custom-gdpr-card .card-header {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    background: none;
}

.custom-gdpr-card .gdpr-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-gdpr-card .gdpr-title i {
    color: var(--primary-color);
    font-size: 24px;
}

.custom-gdpr-card .gdpr-text {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 24px;
}

.custom-gdpr-card .gdpr-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s;
}

.custom-gdpr-card .gdpr-link:hover {
    color: var(--primary-hover);
}

.gdpr-actions {
    display: flex;
    gap: 16px;
}

.custom-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 2px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    text-transform: none;
}

.custom-action-btn i {
    font-size: 18px;
}

.custom-action-btn:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}

#module-psgdpr-gdpr #main .page-header{
    text-align: center;
}

@media (max-width: 768px) {
    .gdpr-actions {
        flex-direction: column;
        gap: 12px;
    }

    #exportDataToCsv.custom-action-btn,
    #exportDataToPdf.custom-action-btn{
        width: 100%;
        justify-content: center;
        margin: 0;
    }
    .custom-action-btn{
        width: 100%;
        justify-content: center;
    }
    .mobile-list-item{
        flex-direction: column;
        gap: 8px;
    }
}

#module-blockwishlist-lists .wishlist-container {
    width: 100%;
}

#module-blockwishlist-lists .wishlist-container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

#module-blockwishlist-lists .wishlist-container-header h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
}

#module-blockwishlist-lists .wishlist-add-to-new {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color) !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

.wishlist-products-container .sort-by-row{
    gap: 8px;
    font-size: 14px;
}

.wishlist-products-container .sort-by-row .sort-by{
    text-wrap: nowrap;
}

a.text-primary:focus, a.text-primary{
    color: var(--primary-color) !important;
}

.wishlist-footer-links>a{
    color: var(--primary-color);
}

#module-blockwishlist-lists .wishlist-add-to-new i {
    font-size: 20px;
}

#module-blockwishlist-lists .wishlist-add-to-new:hover {
    color: var(--primary-hover);
    text-decoration: none;
}

#module-blockwishlist-lists .wishlist-container .page-content.card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#module-blockwishlist-lists .wishlist-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#module-blockwishlist-lists .wishlist-list-item {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}

#module-blockwishlist-lists .wishlist-list-item:hover {
    border-color: var(--primary-color);
}

#module-blockwishlist-lists .wishlist-list-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: var(--text-color);
    width: 100%;
}

#module-blockwishlist-lists .wishlist-list-item-link:hover {
    text-decoration: none;
    color: var(--text-color);
}

#module-blockwishlist-lists .wishlist-list-item-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color);
}

#module-blockwishlist-lists .wishlist-list-item-title span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-light);
}

#module-blockwishlist-lists .wishlist-list-item-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

#module-blockwishlist-lists .wishlist-list-item-right button {
    background: transparent;
    border: none;
    color: var(--text-light);
    padding: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border-radius: 2px;
}

#module-blockwishlist-lists .wishlist-list-item-right button:hover {
    color: var(--primary-color);
}

#module-blockwishlist-lists .wishlist-list-item-right button i {
    font-size: 20px;
    color: var(--primary-color);
}

.row .wishlist-toast.success{
    background-color: var(--primary-color);
     top: 6rem;
     right: 5rem;
     border: none;
}

.wishlist-add-to .wishlist-modal .modal-header {
    padding: 24px 32px;
}

.wishlist-create .wishlist-modal .modal-header{
    padding: 24px 32px;
}

.wishlist-add-to .wishlist-modal .modal-header h5{
    font-size: 20px;
    color: var(--primary-color);
}

@media (max-width: 768px) {
    #module-blockwishlist-lists .wishlist-container-header {
        flex-direction: column;
        align-items: center;
    }

    .row .wishlist-toast.success{
        top: 4rem;
        right: 1rem;
    }

    #module-blockwishlist-lists .wishlist-list-item-link {
        padding: 16px;
    }

    #module-blockwishlist-lists .wishlist-container-header h1,
    .wishlist-products-container-header h1{
        font-size: 20px;
    }

     #main .wishlist-products-container .page-content.card{
        box-shadow: none;
    }

    #main .wishlist-products-container .page-content.card .wishlist-list-empty{
        padding: 0;
    }

    .wishlist-products-container .wishlist-products-container-header{
        justify-content: center;
    }

    .wishlist-pagination.pagination{
        margin: 0;
    }

    #module-blockwishlist-lists #main{
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}

.wishlist-products-list .wishlist-product-image img{
    transform: none;
    top: 0;
    left: 0;
}

.wishlist-products-list .wishlist-product-link:hover img{
    transform: none;
}

.wishlist-products-list .wishlist-button-add{
    background: none;
    box-shadow: none;
}

.wishlist-products-list  .wishlist-button-add i{
    color: var(--primary-color);
}

.wishlist-modal .modal-dialog .modal-footer{
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 16px 32px;
}

.wishlist-modal .modal-dialog .modal-footer::after{
    display: none;
}

.wishlist-modal .modal-header .close{
    color: var(--text-color);
}

.wishlist-modal .modal-body .form-group{
    padding: 0 16px;
}

.btn-primary .material-icons.rtl-no-flip{
    margin: 0;
}

.wishlist-modal .modal-dialog .modal-footer .btn-secondary{
    width: 100%;
    background: none;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.wishlist-modal .modal-dialog .modal-body .form-group .form-control{
    border-radius: 2px;
    border: 1px solid var(--border-color);
}

.wishlist-modal .modal-dialog .modal-body .form-group .form-control:focus{
    outline: 1px solid var(--primary-color);
    border-radius: 2px;
}

.wishlist-modal .modal-dialog .modal-content{
    border-radius: 2px;
}

a.text-primary:focus, a.text-primary:hover{
    color: var(--primary-hover);
}

#guest-tracking #main .page-content,
#order-detail #main .page-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.order-infos-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 16px;
}

.order-reference-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
}

.clean-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.clean-list li {
    font-size: 14px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 16px;
}

.clean-list li strong {
    color: var(--text-color);
}

.action-text-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}

.action-text-link i {
    font-size: 18px;
}

.action-text-link:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}

.text-success {
    color: #10b981;
}

.gift-message-quote {
    background-color: var(--bg-light);
    padding: 12px 16px;
    border-left: 3px solid var(--primary-color);
    border-radius: 0 2px 2px 0;
    margin-top: 4px;
    font-style: italic;
}

.card-section-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
}

.custom-mobile-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 2px;
}

.mobile-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}

.mobile-list-item:last-child {
    border-bottom: none;
}

.mobile-list-item.card-like {
    flex-direction: column;
    align-items: stretch;
    background: none;
    border-radius: 2px;
}

.follow-up-box {
    margin-top: 24px;
}

.follow-up-box p {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 600;
}

.page-order-detail h3{
    text-transform: none;
}

.page-order-detail #order-products.return th{
    background: none;
}

.page-order-detail .box{
    padding:16px 0 ;
}

#order-detail .form-footer{
    display: flex;
    justify-content: flex-end;
}

#order-detail .form-footer .form-control-submit{
    max-width: 400px;
    padding: 12px 16px;
}

#order-detail .form-control{
    border-radius: 2px;
    background: none;
}

.form-control:focus{
    outline: 1px solid var(--primary-color);
    border-color: var(--border-color);
}

#guest-tracking #main .page-header{
    text-align: center;
    margin: 0;
}

#guestOrderTrackingForm {
    width: 100%;
}

#guestOrderTrackingForm .form-fields {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#guestOrderTrackingForm .form-group.row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
    max-width: 500px;
    width: 100%;
}

#guestOrderTrackingForm .btn-primary{
    max-width: 500px;
}

#guestOrderTrackingForm header p{
    text-align: center;
}

#guestOrderTrackingForm .form-group [class*="col-md-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex: none;
}

#guestOrderTrackingForm .form-control-label {
    text-align: left;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
    font-size: 14px;
    display: block;
}

#guestOrderTrackingForm .form-control {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 10px 16px;
    font-size: 14px;
    color: var(--text-color);
    transition: all 0.2s;
    width: 100%;
    height: 44px;
    box-shadow: none;
}

#guestOrderTrackingForm .form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    background-color: #fff;
}

#guestOrderTrackingForm .form-footer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
}

#guestOrderTrackingForm .form-control-comment {
    font-size: 12px;
    color: var(--text-light, #666);
    margin-top: 6px;
}

.page-order-detail #order-products.return .text-xs-right td:first-child{
    font-weight: 700;
}

#guest-tracking .form-group.row .col-md-6{
    padding: 0;
}

#order-detail #main .page-header{
    text-align: center;
}

.page-order-detail #order-products.return{
    border: none;
}

.input-group.focus{
    outline: none;
}

@media(max-width: 768px){
    .page-order-detail h3{
        text-align: center;
        font-size: 16px;
    }

    .clean-list li{
        gap: 8px;
        flex-direction: column;
        align-items: start;
    }

    .page-order-detail .box{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    #order-return-form .box p{
        text-align: center;
    }

    .voucher-detail-row strong{
        text-align: end;
    }

    .order-reference-title{
        font-size: 16px;
        text-align: center;
    }

    #order-detail .quantity-return,
    .page-order-detail .order-items .order-item .desc,
    .page-order-detail .order-items .order-item .checkbox,
    .page-order-detail .order-items .order-item .qty{
        padding: 0;
    }
    #order-detail .form-footer .form-control-submit{
        font-size: 14px;
    }

    .custom-order-card{
        gap: 8px;
    }

    p{
        font-size: 14px;
    }

    #guest-tracking #guestOrderTrackingForm header p{
        text-align: center;
    }

    body#checkout .checkbox-text-content p{
        text-align: start;
    }

    #index .accordion-container p{
        text-align: start;
    }

    body #footer .footer-container .company-info{
        text-align: center;
    }

    #order-detail #main .page-header h1{
        font-size: 18px;
    }
    #order-follow .custom-order-card .card-body{
        flex-direction: column;
    }
}

.custom-orders-table tfoot .table-subtotal-row td {
    border-bottom: none;
    padding: 12px 16px;
    background-color: #fff;
}

.custom-orders-table tfoot .table-total-row td {
    border-top: 2px solid var(--border-color);
    padding: 16px;
}

.modal-content {
    border-radius: 2px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.custom-returns-container {
    width: 100%;
}

.custom-return-status {
    display: inline-block;
    background-color: var(--bg-light);
    border: 1px solid var(--border-color);
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
}

#order-return .alert-warning{
    background: none;
    border: 1px solid var(--primary-color);
}

#order-return .thead-default th, .table-striped tbody tr:nth-of-type(odd){
    background: none;
}

#order-return .table-bordered td,#order-return .table td{
    border: none;
}

#order-return .card-block{
    border: 1px solid var(--border-color);
    padding: 20px;
}

#order-return h1{
    text-align: center;
    text-transform: none;
}

@media(max-width: 768px){
    #order-return #order-return-infos table tr td strong,
    #order-return .thead-default th{
        font-size: 14px;
    }
    #order-return h1{
        font-size: 20px;
    }
}

.success-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    border-radius: 50%;
    margin-bottom: 16px;
}

.success-icon-wrapper i {
    font-size: 32px;
}

.success-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 8px 0;
}

.success-subtitle {
    font-size: 15px;
    color: var(--text-color);
    margin: 0;
    line-height: 1.6;
    font-weight: bold;
}

.confirmation-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}

.details-list li {
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px dashed var(--border-color);
}

.details-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.details-list li i {
    margin-top: 2px;
}


#order-confirmation .custom-order-card{
    margin: 0;
}

#order-confirmation #main{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#order-confirmation #main .page-content{
    margin: 0;
}

#order-items .h3{
    font-size: 14px;
    text-transform: none;
}

#order-items .details{
    font-size: 14px;
}

#order-items table tr.total-value, .bootstrap-touchspin .btn-touchspin:hover{
    background: none;
}

@media (max-width: 992px) {
    .confirmation-grid {
        grid-template-columns: 1fr;
    }

}

#order-items hr{
    border-top-color: var(--border-color)
}

.custom-order-items {
    width: 100%;
}

.custom-order-items-header {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--border-color);
    font-weight: 700;
    font-size: 14px;
    color: var(--text-color);
}

.header-col-main {
    flex: 1;
}

.header-col-price,
.header-col-qty,
.header-col-total {
    width: 120px;
    text-align: center;
}

.header-col-total {
    text-align: start;
}

.custom-order-line {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dashed var(--border-color);
}

.item-main-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.item-image {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.item-details {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.item-name-link {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.2s;
}

.item-name-link:hover {
    color: var(--primary-color);
}

.item-stats {
    display: flex;
    align-items: center;
}

.stat-col {
    width: 120px;
    text-align: center;
    font-size: 15px;
    color: var(--text-color);
}

.stat-total {
    text-align: start;
}

.custom-order-totals {
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
}

.custom-totals-table {
    width: 100%;
}

.custom-totals-table td {
    padding: 10px 0;
    font-size: 14px;
    color: var(--text-color);
}

.custom-totals-table td:last-child {
    text-align: right;
}

.custom-totals-table tr.total-value td {
    padding-top: 16px;
    border-top: 2px solid var(--border-color);
    font-size: 18px;
}

.custom-totals-table tr.sub-taxes td {
    padding-top: 8px;
    text-align: right;
}

#order-confirmation #ps_cashondelivery-displayOrderConfirmation a{
    color: var(--primary-color);
}

#order-confirmation .done{
    margin: 0;
    font-size: 32px;
    color: var(--primary-color);
}

#order-confirmation .text-bold{
    font-weight: 700;
    color:  var(--primary-color);
    font-size: 16px;
}

#order-confirmation .details-list li{
    font-size: 16px;
}

#order-confirmation .form-control, #order-confirmation .form-footer{
    background: none;
    max-width: 400px;
}

#order-confirmation .account-transformation ul{
    font-size: 16px;
}

#order-confirmation .card-section-title{
    text-align: center;
}

#pagenotfound #main .page-header{
    margin-bottom: 0;
}

#pagenotfound #main .page-content{
    padding: 0;
    overflow: visible;
}

@media (max-width: 768px) {
    .custom-order-line {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 0;
    }

    #pagenotfound p{
        text-align: center;
    }
    #pagenotfound .page-not-found h4{
        text-align: center;
    }

    #pagenotfound #main .page-header{
        text-align: center;
    }

    #pagenotfound #main .page-header h1{
        font-size: 20px;
    }

    .details-list li div{
        display: flex;
        flex-direction: column;
    }

    .details-list li div em {
        grid-column: 2;
    }

    .item-stats {
        justify-content: space-between;
        padding: 16px 0;
        border-radius: 2px;
        gap: 0;
    }

    #order-confirmation .details-list li, #order-confirmation .details-list li .text-bold {
        font-size: 14px;
    }

    #order-items table tr td{
        padding: 8px 0;
    }

    .stat-col {
        width: auto;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .stat-total {
        text-align: right;
        align-items: flex-end;
    }

    .stat-label {
        font-size: 12px;
        color: var(--text-light);
    }

    .custom-order-totals {
        justify-content: stretch;
    }

    .custom-totals-table {
        max-width: 100%;
    }
    .success-icon-wrapper{
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .success-title{
        font-size: 20px;
    }
}


.featured-products .products::after{
    display: none;
}

.blockcart.cart-preview .header{
    display: flex;
    align-items: center;
    gap: 4px;
}

.page-customer-account #content .no-account a{
    color: var(--primary-color);
}

#password .forgotten-password .form-fields{
    display: flex;
    justify-content: center;
}

#password .forgotten-password .form-fields .form-group{
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

#password .forgotten-password .form-fields label.required{
    padding: 0;
    text-align: start;
    margin: 0;
}

#password .forgotten-password .form-fields .form-group .form-control{
    background: none;
    border-radius: 2px;
    border: 1px solid var(--border-color);
}

#authentication #main .page-header,
#registration #main .page-header,
#password #main .page-header
{
    text-align: center;
}



#registration #main .page-header{
    margin: 0;
}

#registration .register-form p{
    text-align: center;
}

#registration .register-form p.password-requirements-length, #registration .register-form p.password-requirements-score{
    text-align: start;
}

#registration .register-form .checkbox-text-content p{
    text-align: start;
    font-size: 14px;
}

#registration .register-form a{
    color: var(--primary-color);
}

#registration .custom-customer-form .btn-primary{
    max-width: 100%;
    padding: 12px 16px;
}

#password .send-renew-password-link{
    text-align: center;
}

#cms #main .page-header{
    text-align: center;
}

@media(max-width: 768px){
    #cms #main .page-header{
        margin: 0;
    }

    #password .forgotten-password .form-fields .form-group{
        width: 100%;
    }
    .forgotten-password .form-fields .email{
        padding: 0;
        width: auto;
    }
    .forgotten-password .form-fields .center-email-fields button{
        margin: 0;
        width: 100%;
    }
    #authentication #main .page-header{
        margin: 0;
    }
    #authentication #main .page-header h1,
    #registration #main .page-header h1,
    #password #main .page-header h1{
        font-size: 18px;
    }

    #password #main .page-header{
        margin: 0;
    }
    .page-customer-account #content .forgot-password {
        margin: 0;
    }
}

#contact #wrapper .form-group.row{
    display: flex;
    flex-direction: column;
}

#contact .contact-rich a{
    color: var(--primary-color);
}

#contact form .form-control-label{
    text-align: start;
}

#contact .form-group.row .form-control-select,
#contact .form-group.row .form-control{
    background: none;
    border: 1px solid var(--border-color);
    border-radius: 2px;
}

#contact .input-group .input-group-btn>.btn{
    background-color: var(--primary-color);
    border-radius: 2px;
}

.contact-form h3, .contact-rich h4{
    text-transform: none;
}

.contact-rich .block a[href^="mailto:"]{
    color: var(--primary-color);
    font-size: 16px;
}

.contact-rich{
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 32px;
}

.contact-rich .icon span, .contact-rich h4{
    color: var(--primary-color);
}

.contact-form h3{
    font-size: 22px;
}

.contact-rich h4{
    font-size: 20px;
}

.contact-form .form-footer .btn.btn-primary,
#contact .form-group.row .form-control{
    max-width: 400px;
}

.contact-form .form-group .col-md-6{
    width: 100%;
}

#contact #left-column{
    padding: 0;
}

#contact .contact-rich .block .data.email{
    padding-top: 0;
}

#contact .contact-title{
    font-weight: bold;
}

.contact-rich .block .data{
    font-size: 16px;
}

.contact-rich .block .icon span{
    font-size: 28px;
}

#cms #content a{
    color: var(--primary-color);
}

@media(max-width: 768px){
    .contact-rich h4,
    .contact-form h3{
        text-align: center;
    }

    .contact-rich h4, .contact-form h3{
        font-size: 18px;
    }

    #contact #wrapper .row{
        display: flex;
        flex-direction: column-reverse;
    }

    #contact .data{
        font-size: 16px;
    }

    #cms #content{
        padding: 0;
    }
}

.custom-sp-container {
    max-width: 1000px;
    margin: 0 auto;
}

.custom-sp-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 32px;
    text-align: center;
}

.custom-sp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.sp-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-header {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
    background: none;
    display: flex;
}


.sp-section-title {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: var(--text-light);
}

.sp-section-title span {
    color: var(--primary-color);
    font-size: 26px;
}

.sp-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px dashed var(--border-color);
}

.sp-item-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sp-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--bg-light);
    border-radius: 2px;
    color: var(--primary-color);
}

.sp-icon {
    font-size: 24px;
    color: var(--primary-color);
}

.sp-item-name {
    font-size: 16px;
    color: var(--text-color);
}

.sp-item-price {
    font-size: 16px;
}

.sp-item-badge {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .custom-sp-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .sp-item-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 16px;
    }

    .sp-item-price,
    .sp-item-badge {
        margin-left: 64px;
    }
    .custom-sp-grid{
        gap: 8px;
    }

    .sp-header{
        justify-content: center;
    }
    #cms h1{
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .custom-search-mobile-container {
        display: none !important;
    }
}

.header-top {
    position: relative;
}

#mobile_search_trigger {
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
}

.mobile-search-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 16px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.mobile-search-bar.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-search-bar form {;
    background: var(--border-color);
    border-radius: 2px;
    width: 100%;
}

#mobile-search-bar .input-wrapper{
    display: flex;
}

.mobile-search-bar input[type="text"] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    width: 100%;
}

.mobile-search-bar button[type="submit"] {
    background: none;
    border: none;
    padding: 8px 15px;
    color: #4a9d8f;
    cursor: pointer;
}

.mobile-search-bar button[type="submit"]:focus{
    outline: none;
}


.ui-menu-item {
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.2s ease;
}


#search-page-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-count{
    font-size: 14px;
}

.htp-nav-tabs::after{
    display: none;
}

.inpost-shipping-container{
    padding: 0;
    margin: 0;
    background: none;
}

.inpost-shipping-container .col-sm-6{
    margin: 0;
}


.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}

body#checkout section.checkout-step .delivery-options .carrier-extra-content{
    padding: 0;
}

.inpost-shipping-container .row .col-sm-12{
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.inpost-shipping-machine-info{
    flex: 0 0 100%;
}

.js-inpost-closest-machine, .inpost-shipping-container .row .col-sm-12 .form-group.mb-0{
    flex: 1;
}

.btn.js-select-closest-machine{
    width: 100%;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    background-color: #eeeeee;
}

.js-inpost-closest-machine{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.btn.js-select-closest-machine:hover{
    background-color: #d6d6d6;
}

.js-inpost-closest-machine .mt-2{
    margin: 0 !important;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.btn.inpost-shipping-button{
    border: none;
    border-radius: 2px;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.inpost-shipping-container .row .col-sm-12 .form-group.mb-0{
    display: flex;
    align-items: end;
}

.btn.inpost-shipping-button:hover, .btn.inpost-shipping-button:focus, .btn.inpost-shipping-button.focus{
    background-color: #dfb400;
    border: none;
}

.inpost-shipping-machine-info{
    border: 1px solid var(--border-color);
    border-radius: 2px;
    padding: 16px;
}

.js-inpost-shipping-locker-errors{
    margin: 0;
}
@media(max-width: 768px){
    .inpost-shipping-container .row:has(div, span, p) {
        padding: 16px 0;
    }
    .btn.inpost-shipping-button{
        width: 100%;
    }
}

.page-order-detail .messages .message>div, body#checkout section.checkout-step .payment-options .payment-option{
    margin: 0;
}

.custom-checkbox-wrapper label .ps-shown-by-js{
    margin-top: 4px;
}

.custom-checkout-step-auth .logged-in-box .auth-actions form{
    width: 100%;
    max-width: 25%;
}

@media(max-width: 768px){
    .custom-checkout-step-auth .logged-in-box .auth-actions form{
        max-width: 100%;
    }
    .inpost-shipping-customer-change-form{
        width: 100%;
    }
}

#search_filters .facet .facet-label{
    display: flex;
    align-items: center;
    gap: 8px;
}

#search_filters .facet .facet-label .custom-checkbox{
    position: static;
}

#search_filters .facet .collapse{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#search_filters .facet .facet-title{
    overflow: visible;
}

.custom-category-nav-wrapper .custom-category-nav .subcategory-title{
    margin-bottom: 0;
}


.popup-body .popup-text-content{
    text-align: center;
}

.qty {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color, #ccc);
    border-radius: 2px;
    background: #fff;
    padding: 0;
    box-shadow: none;
    width: fit-content;
}

.qty .input-qty {
    border: none;
    width: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: transparent;
    color: #000;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-appearance: textfield;
}

.contact-item{
    display: flex;
    align-items: center;
    gap: 4px;
}

.qty .input-qty:focus{
    outline: none;
}

.qty .btn-qty:focus:not(:disabled){
    border: none;
    outline: none;
}

@media(max-width:768px){
    .qty .input-qty {
        max-width: 30px;
    }
}

.qty .input-qty::-webkit-outer-spin-button,
.qty .input-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty .btn-qty {
    background: transparent;
    border: none;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.qty .btn-qty:hover:not(:disabled) {
    color: var(--primary-hover);
}

.qty .btn-qty:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.qty-and-button-wrapper {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.product-quantity .add,
.product-quantity .qty {
    margin: 0;
}

.block-social ul,
.product-quantity {
    gap: 8px;
}

.furgonetka-point-container .furgonetka-set-point{
    width: auto;
}

.furgonetka-point-container .col-sm-12{
    padding: 0;
}

@media(max-width: 768px){
    .furgonetka-point-container .furgonetka-set-point{
        width: 100%
    }
}

#contact .submit-btn{
    background-color: var(--primary-color);
    border-radius: 2px;
}

#contact .submit-btn:hover{
    transform: none;
    background-color: var(--primary-hover);
}

#contact .form-group input:focus{
    border-color: var(--primary-color);
}

#contact .form-group input, #contact .form-group textarea{
    border-radius: 2px;
}

#header .header-user .language-selector button:hover,
#header .header-user .language-selector button:hover .expand-more,
#header .header-user .currency-selector button:hover,
#header .header-user .currency-selector button:hover .expand-more {
    color: #fff !important;
}

.featured-products .products{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-self: stretch;
}

@media(max-width: 1200px){
    .featured-products .products{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
}

@media(max-width: 860px) {
    .featured-products .products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
        align-items: center;
    }
}

@media(max-width: 320px){
    .featured-products .products{
        display: grid;
        grid-template-columns:  1fr;
    }
}