@font-face {
    font-family: Manrope-Regular;
    src: url(../fonts/Manrope-Regular.woff2);
    font-display: swap;
}

@font-face {
    font-family: Manrope-Medium;
    src: url(../fonts/Manrope-Medium.woff2);
    font-display: swap;
}


@font-face {
    font-family: Manrope-Bold;
    src: url(../fonts/Manrope-Bold.woff2);
    font-display: swap;
}



:root {
    --main-color: #1e2427;
    --main-color-hover: #2b3236;
    --main-color-light: #f7f6fc;
    --font-regular: "Manrope-Regular", sans-serif;
    --font-bold: "Manrope-Bold", sans-serif;
    --font-medium: "Manrope-Medium", sans-serif;
    --font-semibold: "Manrope-Semibold", sans-serif;
    --font-black: "Manrope-Black", sans-serif;
    --font-light: "Manrope-Light", sans-serif;
}

body {
    font-family: var(--font-regular);
    font-weight: 400;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-medium);
    text-transform: uppercase;
    line-height: 1.6;
}

.fa {
    font-size: 14px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #333;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

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

label {
    font-size: 13px;
    font-weight: normal;
}

*:active,
*:focus {
    outline: none !important;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 13px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
    font-size: 12px;
    background: transparent;
    border-radius: 0;
    outline: none;
    transition: border-color 0.3s;

}

input.form-control,
select.form-control {
    height: 45px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 14px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#content {
    min-height: 600px;
    width: 100%;
}


.alert {
    padding: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0;
    border: 1px solid #f1f1f1;
    z-index: 50;
    color: #121212;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
}

.alert i {
    display: none;
}

.alert-dismissable .close,
.alert-dismissible .close {
    top: 0;
    right: 0;
    position: absolute;
}


::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: black;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;

}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #fff;

}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #eee;
    width: 10px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 0px
}


.close {
    color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1 !important;
    font-size: 0;
    z-index: 100;
}

.close:hover {
    opacity: .7 !important;
}

.close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg);
    height: 1px;
    width: 55%;
    background: #121212;
}

.close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    height: 1px;
    width: 55%;
    background: #121212;
}


.breadcrumb {
    border: none;
    background: transparent;
    display: flex;
    white-space: nowrap;
    padding: 0;
    margin: 50px 0 10px 0;
    overflow-x: auto;
    font-size: 12px;
}


.breadcrumb::-webkit-scrollbar {
    width: 0px !important;
    display: none !important;
    background: transparent !important;
}

.breadcrumb>li {
    padding: 0 10px;
    position: relative;
    color: #999;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: "";
    padding: 0;
}

.breadcrumb>li:after {
    content: '-';
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    width: 6px;
    height: 20px;

}

.breadcrumb>li:first-child {
    padding-left: 0;
}

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

.breadcrumb>li:last-child {
    padding-right: 0;
}

.breadcrumb a {
    color: #121212;
}




.pagination>li>a,
.pagination>li>span {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 45px;
    height: 45px;
    color: #777;
    font-size: 16px;
    margin-right: 0;
    gap: 10px;
    background: transparent;
    border: none;
    border: 1px solid transparent;

}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 50%;

}

.pagination {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
    border-radius: 0;
    gap: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #000;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #999;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: transparent;
    color: #999;
    border-color: transparent;
}




.pagination-text-justify form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}

.pagination>li.pagination-right>a {
    width: 100%;
}

.pagination>li svg {
    height: 15px;
}

.pagination>li.pagination-left>a {
    width: 100%;
}

.pagination>li.pagination-left {
    margin-right: 20px;
}

.pagination>li.pagination-right {
    margin-left: 10px;
}

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #121212;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    min-width: 45px;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
    background-color: #ededed;
    border-color: #ededed;
    color: #000;
}

.btn-primary {
    color: #ffffff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    min-width: 45px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: var(--main-color-hover) !important;
    border-color: var(--main-color-hover) !important;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    border-color: #faa732;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    border-color: #da4f49;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    border-color: #5bb75b;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-color: #df5c39;
    border-color: #df5c39;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
    border-color: #363636;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.carousel-caption {
    color: #FFFFFF;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
    right: -1px;
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}


.search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.search-btn:hover {
    opacity: 0.8;
}

#search {
    transform: translateY(-101%);
    transition: all .4s ease-in-out;
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;
    background-color: #121212;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: 37vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search.visible-search {
    transform: translateY(0);
}

#search .input-lg {
    height: 80px;
    border-radius: 0;
    background: #121212;
    border: none;
    border-bottom: 1px solid #999;
    border-right: none;
    color: #fff;
    box-shadow: none;
    padding: 0 30px 0 0;
}

#search .btn-lg {
    height: 80px;
    display: flex;
    padding: 0 0 0 50px;
    align-items: center;
    justify-content: flex-end;
    background: #121212;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    outline: none !important;
}

#search .btn-lg:hover {
    background-color: #121212;
    color: #fff;
}

.search__group {
    display: flex;
    position: relative;
    background: #121212;
    width: 70%;
}

#search .close {
    width: 80px;
    height: 80px;
}

#search .close::after,
#search .close::before {
    background-color: #fff;
}


#cart>button {
    height: 35px;
    width: 35px;
    background-color: transparent;
    line-height: 1;
    background-size: 65%;
    display: flex;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart>button>svg {
    height: 24px;
}

.topline {
    background-color: #121212;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    overflow: hidden;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 500;
}

.topline a {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.header {
    position: sticky;
    top: 0;
    z-index: 500;
}

.with-topline .header {
    top: 25px;
}

.header-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    padding: 15px 20px;
    align-items: center;
}

.header:hover {
    background: #fff;
}

.header-container::after,
.header-container::before {
    display: none;
}

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

.white-header .header {
    background: transparent;
}

.header.white-mode {
    background: transparent;
}

.header.white-mode .menu-btn line,
.header.white-mode .header-account svg path,
.header.white-mode .header-wishlist svg path {
    stroke: #ffffff;
}

.header.white-mode .header-wishlist svg {
    fill: none;
}

.header.white-mode .header-search .search-btn svg,
.header.white-mode .header-cart #cart button svg path {
    fill: none;
    stroke: #ffffff;
}

.header.white-mode .header-search .search-btn svg {
    fill: #ffffff;
    stroke: none;
}

.header.white-mode .header-cart #cart button svg path {
    stroke: #ffffff;
}

.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-bg.visible-popup {
    opacity: 1;
    visibility: visible;
}

.cart-body {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: #fff;
    z-index: 100000;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow-y: auto;
}

.cart-products__name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cart-products__quant {
    display: flex;
    margin-top: auto;
    align-items: center;
}

.cart-remove {
    width: 28px;
    height: 28px;
    border: 1px solid transparent;
    background: none;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 18px;
}

.popup-bg.visible-popup .cart-body {
    right: 0;
}

.cart-body .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 15px;
}

.cart-data {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 20px;
}

.cart-data-box {
    height: 100%;
}

.table-cart {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#cart .table-cart {

    max-height: 60vh;
    overflow-y: auto;
}

.cart-products {
    display: grid;
    grid-template-columns: 80px 1fr 70px;
    gap: 20px;
}

.cart-products__total {
    white-space: nowrap;
    text-align: right;
    font-family: var(--font-semibold);
    font-size: 15px;
    color: #000;
}

.cart-products__image img {
    width: 100%;
    object-fit: cover;
}

.cart-products-top {
    display: flex;
    justify-content: space-between;
}

.cart-products__name a {
    font-size: 13px;
    text-transform: uppercase;
}

.cart-options {
    margin: 2px 0;
    font-size: 12px;
}

.cart-products__price {
    display: flex;
    gap: 15px;
    font-family: var(--font-semibold);
    font-size: 15px;
    color: #000;
    margin: 7px 0;
}

.cart-products_btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-products-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
}

.cart-quantity__btn {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border: 1px solid #ececec;
    background: none;
    cursor: pointer;
}

.cart-quantity__input {
    width: 30px;
    min-width: 30px;
    text-align: center;
    border: none;
}

.cart-totals-box {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ececec;
}

.cart-totals {
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 13px;
}

.cart-totals__price {
    font-family: var(--font-semibold);
}

#total-total,
#total_total {
    margin: 15px 0;
    font-size: 15px;
    font-family: var(--font-semibold);
}

.cart-buttons {
    display: grid;
    gap: 10px;
}


.btn-to-checkout {
    width: 100%;
    height: 48px;
}

.overflow-none {
    overflow: hidden;
}

.visible-popup {
    display: flex;
}

.header-logo {
    max-width: 125px;
}

.header-logo img {
    width: 100%;
    height: auto;
}


.header-account a,
.header-wishlist a,
.search-btn,
#cart>button {
    display: flex;
    position: relative;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}

.header-account a:hover,
.header-wishlist a:hover,
.search-btn:hover,
#cart>button:hover {
    opacity: 0.7;
}

.header-account a>svg,
.header-wishlist a>svg,
.search-btn>svg {
    height: 18px;
    width: 18px;
}

#cart>button>svg {
    height: 22px;
    width: 22px;
}

#cart-total,
#wishlist-total {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 16px;
    width: 16px;
    background-color: var(--main-color);
    color: #fff;
    position: absolute;
    top: 0;
    right: -5px;
    border-radius: 50%;
    font-size: 9px;
}

#common-home {
    padding: 0 20px;
}

#common-home #content {
    padding: 0;
}

#common-home .video-banner {
    margin: -65px -20px 0 -20px;
    width: calc(100% + 40px);
}

#common-home .slideshow {
    margin: -65px -20px 0 -20px;
    width: calc(100% + 40px);
    overflow: hidden;
}

#common-home .slideshow img {
    width: 100%;
}

.product-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.product-wrapper img {
    width: 100%;
}

.title {
    font-size: 20px;
    font-family: var(--font-medium);
    color: #000;
    line-height: 1;
    text-transform: uppercase;
}

.product-module {
    margin: 40px 0;
}


.product-item {
    position: relative;
}
.outstoke.product-item {
    opacity: 0.7;
    filter: grayscale(1);
}
.like {
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid transparent;
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
}

.product-item:hover .like {
    opacity: 1;
    visibility: visible;
}

.product-item-image {
    position: relative;
    overflow: hidden;
}

.product-item-image img {
    transition: opacity 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
}

.img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.product-item:hover .img-secondary {
    opacity: 1;
}

.product-item:hover .img-primary {
    opacity: 1;
}

.product-item:hover .img-primary:has(+ .img-secondary) {
    opacity: 0;
}

.product-item:hover .img-secondary {
    opacity: 1;
}

.product-item-name {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.product-item-caption {
    padding: 15px 0;
}

.product-item-price {
    display: flex;
    gap: 15px;
    font-family: var(--font-semibold);
    font-size: 15px;
    color: #000;
}

.price-old {
    color: #444;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration: line-through solid red;
}

.price-tax {
    margin-top: 5px;
}

body .swiper-viewport {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

body .swiper-slide.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body .swiper-button-next:before,
body .swiper-button-prev:before {
    content: '';
}

body .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    margin: 0 7px;
    opacity: 0.5;
    transition: background 0.3s, opacity 0.3s;
}

body .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

body .swiper-pagination-bullet:hover {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
}

.category-page {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}


.inner-sort {
    box-shadow: none;
    border: none;
    outline: none;
    margin: 0;
    color: #121212;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;

}

#input-sort-mobile-btn {
    color: #121212;
    background: transparent;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}

#input-sort-mobile-btn:hover {
    opacity: 0.8;
}

#input-sort {
    display: none;
    flex-direction: column;
    gap: 5px;
    background-color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 2%);
    border: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    padding: 20px;
    z-index: 40;
    width: 220px;

}

#input-sort.visible-sort {
    display: flex;
}

.sort-box {
    position: relative;
}


#filter-btn {
    color: #121212;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}

#filter-close {
    display: none;
}

#filter-inner #filter-close {
    display: block;
}

#filter-btn:hover {
    opacity: 0.8;
}


.top-title {
    margin: 0 0 30px 0;
}

.category-controlls {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
    position: relative;
}

.category-module {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
}

.category-module-item {
    color: #555;
}

.category-module-active {
    color: #000;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.product-wrapper-horisontal {
    display: flex;
    flex-direction: column;
}

.categories-grid {
    display: grid;
    gap: 20px 10px;
    margin-bottom: 50px;
    grid-template-columns: repeat(5, 1fr);
}


.categories-grid-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.categories-grid-item-img {
    overflow: hidden;
}

.categories-grid-item-img img {
    transition: transform 0.8s ease-in-out;
    width: 100%;
    display: block;
}

.categories-grid-item-title {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
}

.categories-grid-item:hover .categories-grid-item-img img {
    transform: scale(1.05);
}


.description-category {
    margin: 50px 0;
}


summary::-webkit-details-marker {
    display: none;
}

summary {
    text-align: left;
    cursor: pointer;
}

.menu-btn {
    width: 24px;
    height: 16px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    overflow: visible;
    display: block;
}

.menu-btn svg {
    width: 100%;
    height: 100%;
    display: block;
    shape-rendering: geometricPrecision;
}

.menu-btn line {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, stroke-dashoffset 0.3s ease;
    transform-origin: center;
    will-change: transform;
}

.menu-btn:hover .m-line {
    transform: translateX(-6px);
}

.menu-btn.active .t-line {
    transform: translateY(7px) rotate(45deg);
}

.menu-btn.active .m-line {
    opacity: 0;
    transform: translateX(10px);
}

.menu-btn.active .b-line {
    transform: translateY(-7px) rotate(-45deg);
}


.product-page {
    display: flex;
}

.product-page-left {
    width: 50%;
    position: relative;
}

.product-page-right {
    width: 50%;
    padding: 80px;
}

.product-page-right-model-rating {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.product-page-rating {
    display: flex;
    gap: 10px;
    cursor: pointer;
    font-size: 12px;
}

.product-page-rating-stars {
    display: flex;
    gap: 5px;
    align-items: center;
}

.product-page-right .breadcrumb {
    margin-top: 0;
}

#thumbnail-slider .splide__track--nav>.splide__list>.splide__slide {
    border: none;
    width: 33.33% !important;
    height: 350px !important;
    opacity: 0.8;

}

#thumbnail-slider .splide__track--nav>.splide__list>.splide__slide.is-active {
    opacity: 1;
}

#main-slider img {
    width: 100%;
    cursor: pointer;
}

.product-page-right-top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    margin: 20px 0;
}

.product-page-right-top h1 {
    margin: 0;
}

.product-page-right-like {
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 21px;
    width: 21px;
    padding: 0;
    border: 1px solid transparent;
}



.quant {
    display: flex;
    width: max-content;
}

.quant input {
    height: 54px;
    width: 54px;
    text-align: center;
    border: none;
}

.quant span {
    height: 54px;
    width: 50px;
    min-width: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    cursor: pointer;
    border: 1px solid #ececec;
}

.quant span:hover {
    color: #000;
    border-color: #444;
}

#input-quantity {
    border: none !important;
    min-width: 50px;
}

.product-page-btns {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    margin: 20px 0 35px 0;
}

.product-page-btns .form-group {
    margin-bottom: 0;
}

#button-cart {
    height: 54px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
    width: 100%;
}

.product-right-price {
    display: flex;
    width: 100%;
    gap: 20px;
    font-size: 19px;
    margin: 25px 0;
    font-family: var(--font-medium);
}

.product-right-price__cross-price {
    color: #444;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration: line-through solid red;
}

.rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 7px;
}

.btn-wishlist {
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-wishlist svg {
    height: 20px;
}

.product-description-title {
    margin-bottom: 20px;
}

.product-attribute-title {
    margin-bottom: 20px;
}

.product-review-title {
    margin-bottom: 20px;
}

.product-info-box {
    margin-bottom: 30px;
}

.form-control {
    border-color: #ddd;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading {
    color: #000;
    padding: 10px 0;
    background-color: transparent;
    font-family: var(--font-medium);
    font-size: 17px;
    border: none !important
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    background-color: transparent;
    color: #000;
    border-color: transparent;
}

.list-group a {
    color: #333;
    border: none !important;
    padding: 10px 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
}

.panel-footer {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-align: left;
}

.rating-text span {
    cursor: pointer;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    border-color: inherit;
    outline: none;
}

.btn-light {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--main-color);
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 25px;
    width: max-content;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
    background-color: var(---main-color) !important;
    border-color: var(---main-color) !important;
    color: #fff !important;
}

.review-table__header p {
    font-family: var(--font-medium);
    display: flex;
    gap: 15px;
    align-items: center;
}


.product-page-left.active-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-page-left.active-popup #main-slider {
    height: 100%;
}

.product-page-left.active-popup #main-slider img {
    height: 100%;
    width: auto;
}

.product-page-left.active-popup #thumbnail-slider {
    display: none;
}

.product-page-left.active-popup #main-slider-track {
    height: 100%;
}

.product-page-left.active-popup .splide__slide {
    display: flex;
    justify-content: center;
}

.product-page-left .splide__arrow {
    display: none;
}

.product-page-left.active-popup .splide__arrow {
    display: flex;
    height: 60px;
    width: 60px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
}

.product-page-left.active-popup .splide__arrow svg {
    height: 20px;
    width: 20px;
}

.socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.socials svg {
    width: 20px;
    height: 20px;
}


.wona-category-wall {

    margin: 0 -20px;
    max-width: none;
    width: calc(100% + 40px);
}

.wona-grid {
    display: grid;
    max-width: 100%;
    margin: 0 auto;
}

.wona-col-1 {
    grid-template-columns: 1fr;
}

.wona-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.wona-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.wona-image-wrapper {
    position: relative;
    overflow: hidden;
}

.wona-image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 1.5s ease;
}

.wona-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.5s ease;
}

.wona-caption-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.wona-name {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
    padding: 0 10px;
}

.wona-item:hover img {
    transform: scale(1.05);
}

.wona-item:hover .wona-overlay-gradient {
    opacity: 0.8;
}


.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
    position: relative;
}

.custom-arrows {
    display: flex;
    gap: 10px;
}

.custom-arrows button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}


.custom-arrows button:disabled {
    opacity: 0.3;
    cursor: default;
}

.splide__arrow:hover {
    background-color: transparent;
}

.custom-arrows .splide__arrow--prev,
.custom-arrows .splide__arrow--next {
    position: static;
    transform: none;
}

.video-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.video-inner {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    pointer-events: none;
}


.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-thumb {
    position: relative;
}

.rd-stickers {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: none;
}

.rd-sticker {
    display: inline-block;
    padding: 3px 8px;
    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    width: max-content;
}

.rd-sticker--new {
    background: #4caf50;
    color: #fff;
}

.rd-sticker--sale {
    background: #f44336;
    color: #fff;
}

.rd-sticker--hit {
    background: #ff9800;
    color: #fff;
}

.rd-home-text {
    position: relative;
    line-height: 1.7;
    margin: 40px 0;
}

.rd-home-text__body {
    overflow: hidden;
    transition: max-height 0.4s ease;

}

.rd-home-text__body--collapsed::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent, var(--rd-ht-bg, #fff));
    pointer-events: none;
}

.rd-home-text__toggle {
    display: inline-block;
    margin-top: 8px;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    line-height: 1.4;
}

.rd-home-text__toggle:hover {
    opacity: 0.7;
}

.rd-home-text__toggle--hidden {
    display: none;
}

.footer {
    background-color: #121212;
    color: #ffffff;
    padding: 80px 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: .7fr 1fr 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.footer-grid-item img {
    max-width: 130px;
    height: auto;
}

.footer-grid-item-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #ffffff;
}

.footer-grid-item a[href^="tel:"] {
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 300;
}

.footer__socials {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
}

.footer__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #888;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}

.footer__socials a svg {
    width: 16px;
    height: 16px;
    transition: transform 0.4s ease;
}

.footer__socials a:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-3px);
}

.footer__socials a:hover svg {
    transform: scale(1.1);
}

.footer__phone {
    margin-bottom: 25px;
}


.footer .list-unstyled li {
    margin-bottom: 10px;
}

.footer .list-unstyled li a {
    color: #888;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
}

.footer .list-unstyled li a:hover {
    color: #ffffff;
}

.footer-bottom {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #1e1e1e;
}

.footer-bottom-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-grid-logos {
    display: flex;
    gap: 15px;
    opacity: 0.4;
    filter: grayscale(1);
}

.footer-bottom-grid-powered {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #444;
}


#filter-inner {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50000;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    transform: translateX(-100%);
    opacity: 0;
    transition: all .4s ease-in-out;

}

#filter-inner.visible-filter {
    transform: translateX(0);
    opacity: 1;
}

#filter-inner #column-left {
    width: 30vw;
    height: 100%;
    padding: 40px;
    box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    background-color: #fff;
    overflow-y: auto;
    overflow-x: visible;

}

#filter-inner #column-left-grid,
#filter-inner #column-right-grid,
#filter-inner #column-left,
#filter-inner #column-right {
    position: relative;
    z-index: 600;
}


.size-option__wrapper .radio {
    margin: 0;
}

.size-option__wrapper input {
    display: none;
}

.size-option__wrapper label:hover {
    border-color: #000;
}

.size-option__wrapper label {
    color: #444;
    font-size: 13px;
    margin: 0;
    display: flex;
    height: 40px;
    padding: 0 15px;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #ececec;
    min-width: 55px;
}

.size-option__wrapper .active-option label {
    color: #000;
    border-color: #000;
}

.size-option__wrapper .active-option label:hover {
    color: #000;
}

.size-option__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.radio-option-size {
    grid-template-columns: 70px 1fr auto;
}

.radio-option .control-label {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.out-of-stocke {
    color: red;
}

.product-stock {
    margin: 20px 0;
}

.product-page-details {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.product-page-details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}

.product-page-details summary::-webkit-details-marker {
    display: none;
}


.product-page-details summary::after {
    content: '+';
    font-size: 15px;
    transition: transform 0.3s ease;
}

.product-page-details[open] summary::after {
    content: '–';
}

.content-product-page-details {
    padding: 15px 0 25px 0;
}

.product-attributes__row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#form-review {
    max-width: 600px;
    margin: 0;
    font-family: inherit;
}

#form-review .title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    color: #000;
}

#form-review .form-group {
    margin-bottom: 20px;
}

#form-review .form-control {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
    transition: border-color 0.3s ease;
    background: transparent;
}

#form-review .form-control:focus {
    border-bottom-color: #000;
    outline: none;
}

#form-review textarea.form-control {
    resize: none;
    min-height: 80px;
}

#form-review .help-block {
    font-size: 11px;
    color: #888;
    margin-top: 5px;
    font-style: italic;
}

#form-review .control-label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.rating-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: 20px;
}

.rating-stars input {
    display: none;
}

.rating-stars label {
    cursor: pointer;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.rating-stars svg {
    fill: none;
    stroke: #000;
    stroke-width: 2px;
    transition: all 0.2s ease-in-out;
}

.rating-stars input:checked~label svg,
.rating-stars label:hover svg,
.rating-stars label:hover~label svg {
    fill: #000;
}

.review-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0;
}

.review-item:first-child {
    padding-top: 0;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.review-avatar {
    width: 40px;
    height: 40px;
    background-color: #f7f7f7;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #eee;
}

.review-meta {
    display: flex;
    flex-direction: column;
}

.review-author {
    font-size: 12px;
    text-transform: uppercase;
}

.review-date {
    font-size: 12px;
    color: #888;
}

.review-rating {
    margin-left: auto;
    display: flex;
    gap: 2px;
}

.review-text {
    color: #333;
}

.review-reply {
    margin-top: 15px;
    margin-left: 35px;
    padding: 15px 20px;
    background-color: #f9f9f9;
    border-left: 1px solid #000;
}

.reply-admin {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.reply-text {
    color: #555;
}

.pagination-wrapper {
    margin-top: 30px;
    text-align: center;
}

.pagination-wrapper .pagination {
    display: inline-flex;
    gap: 10px;
}

.no-reviews {
    padding: 20px 0;
}

details.product-page-reviews[open] {
    border-bottom: none;
}

.article-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.featured-articles {
    margin: 40px 0;
}

.article-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    margin: 15px 0 5px 0;
}

.article-date {
    font-size: 12px;
    color: #666;
}

.product-page-left.active-popup .rd-stickers {
    display: none;
}

.empty-products {
    margin-bottom: 20px;
}

#product .text-danger {
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 15px;
}

.information-content {
    padding-bottom: 50px;
}

.login-box {
    max-width: 400px;
    margin: 60px auto;
    text-align: center;
}

.login-title {
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 25px;
    text-align: left;
}

.form-control-minimal {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
    font-size: 12px;
    background: transparent;
    border-radius: 0;
    outline: none;
    transition: border-color 0.3s;
}

.form-control-minimal:focus {
    border-bottom-color: #000;
}

.forgot-link {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888;
    text-decoration: none;
}

.btn-login {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    border: none;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.login-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
}

.no-account-text {
    font-size: 13px;
    color: #888;
}

.register-link {
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.auth-container {
    max-width: 450px;
    margin: 40px 0 100px 0;
}


.auth-subtitle {
    font-size: 13px;
    color: #888;
    margin-bottom: 40px;
}

.form-group-minimal {
    margin-bottom: 30px;
}


.auth-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.btn-auth-submit {
    width: 100%;
}


.btn-auth-back {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    align-self: flex-start;
    transition: color 0.3s, border-color 0.3s;
}

.btn-auth-back:hover {
    color: #000;
    border-bottom-color: #000;
}

.success-container {
    background-color: #fff;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.success-content {
    width: 100%;
    max-width: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-title {
    margin: 20px 0;
}

.success-status {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #999;
    margin-bottom: 15px;
}

.success-message {
    font-size: 13px;
    color: #555;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.success-message p {
    margin: 0 0 12px 0;
}

.success-message p:last-child {
    margin-bottom: 0;
}

.success-message a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body[class*="account-"] .container .row {
    margin: 0;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 50px;
    padding: 80px 0;
}

body[class*="account-"] .container .row::after,
body[class*="account-"] .container .row::before {
    display: none;
}

body[class*="account-"] .breadcrumb {
    display: none;
}

.wona-account-menu-wrapper {
    width: 100%;
    margin-bottom: 35px;
}

.wona-account-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 1px solid #e5e5e5;
    padding-left: 0;
}

.wona-account-menu-item {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    padding: 14px 20px;
    position: relative;
    transition: color 0.3s ease, background-color 0.2s ease;
}

.wona-account-menu-item::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #000;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.wona-account-menu-item:hover,
.wona-account-menu-item.active {
    color: #000;
}

.wona-account-menu-item.active::before,
.wona-account-menu-item:hover::before {
    transform: scaleY(1);
}

.wona-account-menu-item--logout {
    margin-top: 20px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #000;
}

.wona-account-menu-item--logout svg {
    height: 15px;
}


.wona-account-menu-item--logout:hover {
    color: #8c2a2a;
}

.account-simpleregister .simple-content,
.account-simpleedit .simple-content,
.account-password #content form,
.account-simpleaddress-insert .simple-content,
.account-address .buttons,
.account-simpleaddress-update .simple-content {
    max-width: 450px;
}

.account-simpleregister #content form .btn-primary,
.account-simpleedit #content form .btn-primary,
.account-password #content form .btn-primary,
.account-simpleaddress-insert #content form .btn-primary,
.account-address .buttons .btn-primary,
.account-simpleaddress-update #content form .btn-primary {
    width: 100%;
    padding: 16px;
}

body[class*="account-"] #content h1 {
    margin-bottom: 30px;
}

#account-newsletter .form-horizontal .control-label {
    text-align: left
}

.address-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
    max-width: 450px;
}

.address-card-item {
    border: 1px solid #e5e5e5;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    transition: border-color 0.3s ease;
}

.address-card-item:hover {
    border-color: #000;
}

.address-card-text {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}

.address-card-actions {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
}

.action-text-link {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.action-text-link:hover {
    border-bottom-color: #000;
}

.action-text-link--danger {
    color: #767676;
}

.action-text-link--danger:hover {
    color: #8c2a2a;
    border-bottom-color: #8c2a2a;
}

.account-form-actions {
    margin-top: 40px;
}

.btn-minimal-dark {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 16px 35px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-minimal-dark:hover {
    background: #222;
    color: #fff;
}

.orders-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

.order-row-item {
    display: grid;
    grid-template-columns: 1.2fr 2fr 1.5fr 1.2fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color 0.2s ease;
}

.order-row-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-number {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.order-date {
    font-size: 12px;
    color: #767676;
}

.order-row-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-info-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
}

.order-info-value {
    font-size: 13px;
    color: #000;
}

.order-status-text {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.order-total-price {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.order-row-actions {
    text-align: right;
}


.blog-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding-bottom: 40px;
}

.blog-item-image img {
    width: 100%;

}

.blog-item-image img:hover {
    opacity: 0.95;
}

.blog-item__name a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.blog-item-caption {
    padding: 15px 0;
}

.blog-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
    gap: 15px;
}

.author-articles {
    margin-bottom: 50px;
}

.blog-item__author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.blog-item__author img {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-position {
    font-size: 12px;
    color: #666;
}

.blog-module .title {
    margin-bottom: 20px;
}

.blog-comment {
    margin: 40px 0;
}

.blog-page-description-text {
    margin-bottom: 20px;
}

.blog-module {
    margin: 40px 0;
}

.product-manufacturer #content {
    padding-bottom: 50px;
}

.author-box {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    align-items: center;
}

.author-container {
    margin: 20px 0;
}

.author-photo img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.author-header {
    border-bottom: 1px solid #f1f1f1;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
    padding-bottom: 30px;
    margin: 30px 0;
    align-items: center;
}

.author-header-position {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #777
}

.author-header-image img {
    width: 100%;
}

.menu-inner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

.menu-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-inner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    z-index: 2;
    flex-direction: column;
    box-sizing: border-box;
}

.menu-inner.visible-menu {
    visibility: visible;
    pointer-events: auto;
}

.menu-inner.visible-menu .menu-overlay {
    opacity: 1;
}

.menu-inner.visible-menu .menu-inner-box {
    transform: translateX(0);
}

.menu-header {
    padding: 20px 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-close-btn {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    padding: 0;
}

.menu-close-btn::before,
.menu-close-btn::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 2px;
    width: 20px;
    height: 1px;
    background: #000;
    transition: transform 0.3s ease;
}

.menu-close-btn::before {
    transform: rotate(45deg);
}

.menu-close-btn::after {
    transform: rotate(-45deg);
}

.menu-navigation {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
}

.menu-slider-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.menu-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 40px 40px 40px;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    visibility: hidden;
}

.menu-panel.active-panel {
    transform: translateX(0);
    visibility: visible;
    background-color: #fff;
    height: 100%
}

.menu-panel.back-panel {
    transform: translateX(-30%);
    visibility: visible;
}

.menu-main-list,
.menu-sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.menu-main-link,
.menu-link-btn,
.menu-sub-link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #000;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    cursor: pointer;
    display: block;
    transition: color 0.3s ease;
}

.menu-main-link:hover,
.menu-link-btn:hover,
.menu-sub-link:hover {
    color: #767676;
}

.menu-link-sale {
    color: #8c2a2a;
}

.menu-link-sale:hover {
    color: #b83b3b;
}

.menu-back-btn {
    background: none;
    border: none;
    padding: 0 0 30px 0;
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.menu-back-btn::before {
    content: '';
    width: 16px;
    height: 1px;
    background: #000;
    margin-right: 12px;
    display: inline-block;
}

.menu-back-btn span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.view-all-link {
    color: #767676;
    font-size: 13px;
}

.menu-image-preview-container {
    position: absolute;
    right: 40px;
    top: 20px;
    width: 120px;
    height: 160px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-image-preview-container.visible {
    opacity: 0.85;
    transform: translateY(0);
}

.menu-category-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-footer {
    padding: 40px;
    border-top: 1px solid #f5f5f5;
}


.menu-language-container {
    display: inline-block;
    box-sizing: border-box;
}

.minimal-language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
}

.lang-select-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #767676;
    cursor: pointer;
    transition: color 0.2s ease;
}

.lang-select-btn:hover {
    color: #000;
}

.lang-select-btn.active {
    color: #000;
    pointer-events: none;
}

.lang-divider {
    font-size: 10px;
    color: #ccc;
    user-select: none;
}

.cart-data .cart-data {
    padding: 0;
}

body.account-simpleregister .container .row {
    display: block;
    gap: 0;
    padding: 50px 0 0 0;
}

body.account-simpleregister #content {
    padding: 0;
}

.contact-page-title {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 20px;
}

.contact-split-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 100px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.contact-info-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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

.contact-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #767676;
}

.contact-value {
    font-size: 15px;
    font-style: normal;
    line-height: 1.6;
    color: #000;
}

.contact-phone-link {
    text-decoration: none;
    display: inline-block;
}

.contact-map-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    align-self: flex-start;
    margin-top: 5px;
    padding-bottom: 2px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.contact-map-link:hover {
    color: #767676;
    border-bottom-color: #767676;
}

.contact-comment-text {
    color: #555;
    font-size: 14px;
}

.contact-form-block {
    background: #fafafa;
    padding: 50px;
    box-sizing: border-box;
}

.form-block-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
    margin-top: 0;
    margin-bottom: 40px;
}

.minimal-form-group {
    position: relative;
    margin-bottom: 35px;
}

.minimal-form-group input[type="text"],
.minimal-form-group input[type="email"],
.minimal-form-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
}

.minimal-form-group textarea {
    resize: none;
}

.minimal-form-group label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 13px;
    color: #767676;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: none;
    transition: transform 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    transform-origin: left top;
}

.minimal-form-group input:focus~label,
.minimal-form-group input:not(:placeholder-shown)~label,
.minimal-form-group textarea:focus~label,
.minimal-form-group textarea:not(:placeholder-shown)~label {
    transform: translateY(-20px) scale(0.8);
    color: #000;
}

.minimal-form-group input:focus,
.minimal-form-group textarea:focus {
    border-bottom-color: #000;
}

.minimal-form-group.has-error input,
.minimal-form-group.has-error textarea {
    border-bottom-color: #8c2a2a;
}

.contact-error-msg {
    font-size: 11px;
    color: #8c2a2a;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-submit-btn {
    width: 100%;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-submit-btn:hover {
    background: transparent;
    color: #000;
}

.contact-captcha-wrapper {
    margin-bottom: 30px;
}

.additional-stores-section {
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
    margin-top: 40px;
}

.additional-stores-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
    margin-bottom: 40px;
}

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

.store-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    box-sizing: border-box;
}

.store-card-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

.store-card-address,
.store-card-open {
    font-size: 14px;
    font-style: normal;
    color: #555;
    line-height: 1.5;
}

.store-card-phone {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.store-card-map {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    align-self: flex-start;
    margin-top: 10px;
    padding-bottom: 1px;
}
.category-wall {
    margin: 50px 0;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 10px;
}

.category-caption-overlay {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 0 0;
}

.category-item a:hover {
    opacity: 0.9;
}


.messangers {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  transition: all 0.15s ease-in-out;
}

#messangers-btn {
  width: 50px;
  height: 50px;
  background: #121212;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .9;
}


#messangers-inner {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

.messangers.active #messangers-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.messangers-item a, .messangers-item span {
  display: block;
  width: 50px;
  height: 50px;
  background: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #fff;
}

.messangers-item svg, #messangers-btn svg {
  width: 20px;
  height: 20px;
}
.messangers-item:hover a, .messangers-item:hover span{
  
  background: #000;
}

@media (max-width: 1200px) {
    .product-wrapper {
        gap: 15px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    #filter-inner #column-left {
        width: 50%;
    }

    .product-page-right {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .product-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-item,
    .product-item:nth-child(10n+4),
    .product-item:nth-child(10n+5),
    .product-item:nth-child(10n+6),
    .product-item:nth-child(10n+7) {
        grid-column: span 1;
    }

    .order-row-item {
        grid-template-columns: 1.5fr 2fr 1.5fr 1.2fr;
    }

    .order-row-actions {
        grid-column: span 4;
        text-align: left;
        margin-top: 10px;
    }

    .product-page-right,
    .product-page-left {
        width: 100%;
    }

    .product-page {
        flex-wrap: wrap;
    }

    .product-page-right {
        padding: 40px 20px;
    }

    .blog-wrapper {
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    #thumbnail-slider .splide__track--nav>.splide__list>.splide__slide {
        height: 250px !important;
    }

    body[class*="account-"] .container .row {
        display: block;
    }

    .wona-account-menu-wrapper {

        border-bottom: 1px solid #e5e5e5;
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    body[class*="account-"] #content {
        padding: 0;
    }

    .wona-account-menu {
        flex-direction: row;
        border-left: none;
        padding-left: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .wona-account-menu::-webkit-scrollbar {
        display: none;
    }

    .wona-account-menu-item {
        white-space: nowrap;
        padding: 12px 14px;
        font-size: 11px;
        letter-spacing: 1px;
        border-bottom: 2px solid transparent;
    }

    .wona-account-menu-item::before {
        display: none;
    }

    .wona-account-menu-item.active {
        border-bottom-color: #000;
    }

    .wona-account-menu-item--logout {
        margin-top: 0;
        border-top: none;
        padding-left: 20px;
    }

    .categories-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (max-width: 991px) {
    .contact-split-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-form-block {
        padding: 30px;
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }


}

@media (max-width: 767px) {
    .menu-inner-box {
        max-width: 100%;
    }

    #thumbnail-slider .splide__track--nav>.splide__list>.splide__slide {
        height: 180px !important;
    }

    .product-page-right {
        padding: 30px 15px;
    }

    #filter-inner #column-left {
        width: 80%;
        padding: 20px;
    }

    .menu-header {
        padding: 20px;
    }

    .menu-panel {
        padding: 10px 20px 40px 20px;
    }

    .menu-image-preview-container {
        display: none;
    }

    .menu-footer {
        padding: 20px;
    }

    .wona-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .wona-col-3.wona-grid .wona-item:last-child {
        grid-column: 1/3;
    }

    .wona-name {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .auth-container {
        margin: 30px auto 60px;

    }

    
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .order-row-item {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 20px 0;
    }

    .order-row-meta {
        grid-column: span 2;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #f0f0f0;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .order-row-actions {
        grid-column: span 2;
        text-align: center;
        margin-top: 15px;
        border-top: 1px solid #f5f5f5;
        padding-top: 12px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-grid-item img {
        margin: 0 auto;
    }

    .footer__socials {
        justify-content: center;
    }

    .footer-bottom-grid {
        flex-direction: column;
        gap: 20px;
    }

    .header-container {
        grid-template-columns: auto auto 1fr;
        padding: 15px;
    }

    .product-module {
        margin: 30px 0;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .product-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    #search {
        height: auto;
            padding-top: 30px;
    padding-bottom: 30px;
    }
    #search .close {
    width: 30px;
    height: 30px;
}
.search__group {
    width: 100%;
}
#search .input-lg {
    height: 50px;
}
#search .btn-lg {
    height: 50px;
}
    
}

@media (max-width: 550px) {
    .header-logo {
        max-width: 90px;
    }

    .header-right {
        gap: 5px;
    }

    .breadcrumb {
        margin-top: 15px;
    }

    .top-title {
        margin: 0 0 20px 0;
    }

    h1 {
        font-size: 20px;
    }

    .category-controlls {
        gap: 25px;
        margin-bottom: 10px;
    }

    #input-sort {
        margin-top: 10px;
    }

    .like {
        height: 40px;
        width: 40px;
        top: 0;
        right: 0;
        opacity: 1;
        visibility: initial;
    }

    .like svg {
        width: 18px;
        height: 18px;
    }

    #content {
        min-height: 300px;
    }

    .footer {
        padding-top: 50px;
    }

    .footer-bottom {
        margin-top: 40px;
        padding-top: 20px;
    }
     .contact-page-title {
        margin-bottom: 30px;
    }

    .contact-form-block {
        padding: 25px 20px;
    }
    .category-wall {
        margin: 30ppx 0;
    }
}

