.zelux-template-page .ck-content,
.zelux-legal-page .ck-content,
.zelux-contact-page .ck-content {
    color: #343330;
    font-size: 16px;
    line-height: 1.75;
}

.zelux-template-page .ck-content > :last-child,
.zelux-legal-page .ck-content > :last-child,
.zelux-contact-page .ck-content > :last-child {
    margin-bottom: 0;
}

.zelux-page-hero {
    min-height: 320px;
    display: flex;
    align-items: center;
    background: #f8f3ef;
    background-size: cover;
    background-position: center;
}

.zelux-page-hero__content {
    max-width: 760px;
    padding: 80px 0;
}

.zelux-page-hero__title {
    color: #141414;
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.zelux-page-hero__description {
    color: #555;
    font-size: 18px;
    margin-top: 18px;
}

.zelux-home .aq-product-action a,
.zelux-home .aq-product-action button {
    cursor: pointer;
}

.zelux-home .aq-product-thumb img {
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
}

.zelux-product-section--carousel .swiper-slide {
    height: auto;
}

.zelux-product-arrow {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.zelux-product-arrow button {
    align-items: center;
    border: 1px solid #e8e3df;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    transition: all .2s ease;
    width: 42px;
}

.zelux-product-arrow button:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

.zelux-product-card--compact {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 132px minmax(0, 1fr);
}

.zelux-product-card--compact .aq-product-thumb {
    margin-bottom: 0 !important;
}

.zelux-product-card--compact .aq-product-thumb img {
    aspect-ratio: 1 / 1;
}

.zelux-product-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
}

.zelux-product-swatches .aq-product-color-item {
    list-style: none;
}

.zelux-product-swatches .aq-product-color-value {
    border: 1px solid #ddd7d1;
    border-radius: 50%;
    display: block;
    height: 18px;
    width: 18px;
}

.zelux-home .aqf-slider-content.text-center {
    margin-right: auto;
    margin-left: auto;
}

.zelux-home .aqf-slider-content.text-end {
    margin-left: auto;
}

.zelux-home-banner-link {
    display: block;
}

.aq-tooltip-left {
    position: relative;
}

.progress-wrap svg.progress-circle path {
    stroke: currentColor;
}

.progress-wrap {
    z-index: 9999999;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
}

.aq-cart-minus svg,
.aq-cart-plus svg {
    pointer-events: none;
}

@media (min-width: 992px) {
    .product-filter-mobile .aq-sidebar-bg {
        background: transparent;
        box-shadow: none;
        height: auto;
        overflow: visible;
        position: static;
        transform: none;
        transition: none;
        width: auto;
        z-index: auto;
    }

    .product-filter-mobile .aq-sidebar-close,
    .product-filter-mobile .backdrop {
        display: none;
    }

    .product-filter-mobile__content {
        padding: 0;
    }
}

.aq-product-sidebar-widget-categories label {
    cursor: pointer;
    display: inline-flex;
    width: calc(100% - 28px);
}

.aq-product-sidebar-widget-categories label span {
    color: inherit;
}

.aq-product-sidebar-widget-categories li.active > label span,
.aq-product-sidebar-widget-brand-item.active {
    color: var(--aq-theme-primary, var(--primary-color));
}

.aq-product-sidebar-widget-brand-item {
    cursor: pointer;
    position: relative;
}

.aq-product-sidebar-widget-brand-item.active::after {
    border: 1px solid currentColor;
    content: "";
    inset: -4px;
    pointer-events: none;
    position: absolute;
}

.aq-product-sidebar-widget-brand-item img,
.aq-product-sidebar-card-thumb img {
    object-fit: cover;
}

.aq-product-modal .aq-modal-slider {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.aq-product-modal .aq-modal-slider-active {
    overflow: hidden;
    width: 100%;
}

.aq-product-modal .aq-modal-slider img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.aq-product-modal .swiper-slide {
    height: auto;
}

.aq-product-modal .modal-dialog {
    margin-bottom: 28px;
    margin-top: 28px;
    max-width: 980px;
}

.aq-product-modal .modal-dialog-centered {
    align-items: flex-start;
    min-height: calc(100% - 56px);
}

.aq-product-modal .modal-content {
    border: 0;
    border-radius: 0;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    padding: 30px;
}

@media (max-width: 575px) {
    .aq-product-modal .modal-dialog {
        margin: 8px;
    }

    .aq-product-modal .modal-dialog-centered {
        min-height: calc(100% - 16px);
    }

    .aq-product-modal .modal-content {
        max-height: calc(100vh - 16px);
        padding: 20px;
    }
}

.aq-product-modal-close-btn svg,
.aq-cart-action-btn svg,
.aq-cartmini-remove svg,
.aq-wishlist-popup-close svg,
.aq-wishlist-popup-remove svg {
    height: 14px;
    width: 14px;
}

.aq-product-sidebar-widget-checkbox-circle input,
.aq-product-sidebar-widget-brand-item input {
    cursor: pointer;
}

.aq-header-logo img,
.aq-offcanvas-logo img,
.aq-footer-logo img {
    max-width: 160px;
    height: auto;
}

.aq-header-right-options ul {
    align-items: center;
    display: inline-flex;
    gap: 18px;
}

.aq-header-right-options .header-cart {
    display: inline-flex;
    position: relative;
}

.aq-header-right-options .count-box {
    align-items: center;
    background: #111;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    height: 17px;
    justify-content: center;
    line-height: 1;
    min-width: 17px;
    padding: 0 4px;
    position: absolute;
    right: -10px;
    top: -9px;
}

.zelux-header-search {
    padding: 18px 0 4px;
}

.zelux-header-search input,
.aq-offcanvas-search input {
    border: 1px solid #e8e3df;
    height: 52px;
    padding: 0 52px 0 18px;
    width: 100%;
}

.zelux-header-search button,
.aq-offcanvas-search button {
    color: #111;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.tpcartinfo .aq-cartmini-product-thumbnail img {
    width: 84px;
}

.aq-cart-list .table {
    border-color: #ece7e2;
}

.aq-cart-list th {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 14px;
    text-transform: uppercase;
}

.aq-cart-list td {
    padding: 22px 14px;
    vertical-align: middle;
}

.aq-cart-img img {
    width: 90px;
}

.aq-product-quantity {
    border: 1px solid #e7e2dd;
    height: 46px;
}

.aq-product-quantity span,
.aq-product-quantity input {
    align-items: center;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    text-align: center;
    width: 42px;
}

.aq-product-quantity input {
    border: 0;
    width: 58px;
}

.aq-cart-total-box {
    background: #f9f9f9;
    padding: 34px;
}

.aq-cart-total-box ul li {
    border-bottom: 1px solid #e4e0dc;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 14px 0;
}

.aq-login-wrapper {
    background: #fff;
    border: 1px solid #eee8e4;
    padding: 42px;
}

.aq-login-input span {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.aq-login-input input {
    padding-right: 52px;
}

.aq-product-list-action,
.aq-product-details-action {
    position: static;
    transform: none;
    visibility: visible;
    opacity: 1;
}

.aq-product-details-action {
    display: flex;
    gap: 10px;
}

.aq-footer-copyright {
    padding: 22px 0;
}

.aq-footer-widget-menu ul li {
    margin-bottom: 10px;
}

.aq-main-menu > nav > ul,
.aq-offcanvas-menu > ul {
    align-items: center;
    display: flex;
    gap: 32px;
}

.aq-main-menu li,
.aq-offcanvas-menu li {
    position: relative;
}

.aq-main-menu .aq-submenu {
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    display: block;
    left: 0;
    min-width: 230px;
    opacity: 0;
    padding: 18px 0;
    position: absolute;
    top: 100%;
    transform: translateY(12px);
    visibility: hidden;
    z-index: 999;
}

.aq-main-menu li:hover > .aq-submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.aq-main-menu .aq-submenu .aq-submenu {
    left: 100%;
    top: 0;
}

.aq-main-menu .aq-submenu a {
    display: block;
    font-size: 15px;
    padding: 8px 22px;
}

.aq-main-menu .has-dropdown > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    margin-left: 7px;
}

.aq-offcanvas-menu > ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
}

.aq-offcanvas-menu .aq-submenu {
    padding: 8px 0 8px 16px;
}

.zelux-mobile-offcanvas {
    max-width: 92vw;
    transform: translateX(calc(-100% - 80px));
}

.zelux-mobile-offcanvas.opened {
    transform: translateX(0);
}

.zelux-mobile-offcanvas .aq-offcanvas-menu-wrap {
    padding-bottom: 148px;
    padding-top: 92px;
}

.zelux-mobile-offcanvas .aq-offcanvas-menu {
    padding: 0 30px;
}

.zelux-mobile-offcanvas .zelux-offcanvas-search {
    padding: 0 30px 24px;
}

.zelux-mobile-offcanvas .aq-offcanvas-btn-wrap {
    margin-bottom: 0;
}

.zelux-mobile-offcanvas .aq-offcanvas-close svg,
.zelux-mobile-offcanvas .aq-offcanvas-search svg {
    height: 18px;
    width: 18px;
}

@media (min-width: 1200px) {
    .zelux-mobile-offcanvas {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .zelux-mobile-offcanvas {
        width: 88vw;
    }

    .zelux-mobile-offcanvas .aq-offcanvas-top,
    .zelux-mobile-offcanvas .aq-offcanvas-bottom {
        padding-left: 22px;
        padding-right: 22px;
    }

    .zelux-mobile-offcanvas .aq-offcanvas-menu,
    .zelux-mobile-offcanvas .zelux-offcanvas-search {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.aq-wishlist-popup-top {
    border-bottom: 1px solid #eee8e4;
    margin-bottom: 22px;
    padding-bottom: 14px;
}

.aq-wishlist-popup-thumb img {
    height: 90px;
    object-fit: cover;
    width: 90px;
}

.aq-wishlist-popup-thumb-wrap {
    gap: 18px;
}

.aq-wishlist-popup-bottom {
    border-top: 1px solid #eee8e4;
    margin-top: 22px;
    padding-top: 14px;
}

.aq-product-quick-view {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.aq-product-quick-view-gallery img {
    max-height: 560px;
    object-fit: contain;
    width: 100%;
}

.aq-product-quick-view-summary {
    max-height: 78vh;
    overflow-y: auto;
    padding-right: 6px;
}

.pd-breadcrumb-area {
    padding: 28px 0 36px;
}

.product-details-slider-wrap .product-thumbnails {
    margin-top: 0;
}

.product-details-slider-wrap .product-slider-nav-img {
    border: 1px solid #eee8e4;
    cursor: pointer;
    margin-bottom: 12px;
}

.product-details-slider-wrap .product-slider-nav-img img,
.product-details-slider-wrap .product-thumbnails img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.product-details-slider-wrap .product-slider-for-img img {
    aspect-ratio: 4 / 5;
    background: #f8f5f2;
    object-fit: cover;
    width: 100%;
}

.aq-product-details-wrap .aq-product-details-add-to-cart {
    gap: 10px;
}

.aq-product-details-wrap .action-btn-2 {
    align-items: center;
    display: inline-flex;
    flex: 0 0 54px;
    height: 54px;
    justify-content: center;
}

.aq-product-details-action-sm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.aq-product-details-action-sm .aq-product-details-action-sm-btn {
    align-items: center;
    border: 1px solid #eee8e4;
    color: #141414;
    display: inline-flex;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
}

.aq-login-thumb-wrap.custom-hight img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.aq-login-social .aq-login-option-item a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.checkout-page .checkout-content-wrap {
    padding: 70px 0;
}

.checkout-page .form-checkout,
.checkout-page #cart-item,
.checkout-page .checkout-discount-section {
    background: #fff;
    border: 1px solid #eee8e4;
    padding: 28px;
}

.checkout-page .checkout-payment-title {
    color: #111;
    font-size: 24px;
    margin-bottom: 20px;
}

.checkout-page .form-control,
.checkout-page .form-select,
.checkout-page select {
    border-color: #e8e3df;
    border-radius: 0;
    min-height: 48px;
}

.checkout-page .payment-checkout-btn,
.checkout-page .btn-primary {
    background: #111;
    border-color: #111;
    border-radius: 0;
    color: #fff;
    min-height: 52px;
    padding: 0 34px;
}

.checkout-page .price-text,
.checkout-page .total-text {
    text-align: right;
}

.customer-page {
    padding: 80px 0 120px;
}

.customer-page .customer-body {
    background: transparent;
}

.customer-page .profile-sidebar,
.customer-page .profile-content {
    background: #fff;
    border: 1px solid #eee8e4;
    padding: 30px;
}

.customer-page .profile-usermenu .list-group-item {
    border: 0;
    border-bottom: 1px solid #eee8e4;
    padding: 0;
}

.customer-page .profile-usermenu a {
    display: block;
    padding: 13px 0;
}

.customer-page .profile-usermenu i {
    margin-right: 10px;
    width: 18px;
}

.customer-page .profile-image img {
    border-radius: 50%;
    height: 96px;
    object-fit: cover;
    width: 96px;
}

.customer-page .panel,
.customer-page .table,
.customer-page .well {
    border-color: #eee8e4;
}

.customer-page .profile-usermenu a.active,
.customer-page .profile-usermenu a:hover {
    color: var(--primary-color);
}

.csm-stories-item {
    background: #111;
    overflow: hidden;
}

.csm-stories-video,
.csm-stories-video video,
.csm-stories-video img {
    display: block;
    height: 100%;
    width: 100%;
}

.csm-stories-video video,
.csm-stories-video img {
    object-fit: cover;
}

.csm-stories-video video {
    background: #111;
}

.csm-stories-content-wrap {
    align-items: center;
    min-height: 72px;
}

.csm-stories-thumb-sm {
    border-radius: 50%;
    height: 58px;
    overflow: hidden;
    width: 58px;
}

.csm-stories-thumb-sm img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.csm-stories-content {
    min-width: 0;
}

.csm-stories-title a {
    color: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .zelux-page-hero {
        min-height: 240px;
    }

    .zelux-page-hero__content {
        padding: 56px 0;
    }

    .aq-header-right-options ul {
        gap: 14px;
    }

    .aq-login-wrapper {
        padding: 28px 20px;
    }

    .aq-cart-list td,
    .aq-cart-list th {
        white-space: nowrap;
    }

    .aq-main-menu > nav > ul,
    .aq-product-quick-view {
        display: block;
    }

    .aq-product-quick-view-summary {
        max-height: none;
    }

    .zelux-product-card--compact {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .product-details-slider-wrap .product-thumbnails {
        margin-top: 14px;
    }

    .aq-product-details-wrap {
        margin-left: 0;
    }
}
