@font-face {
    font-family: 'icomoon';
    src: url('/shop/images/icomoon-7ba99a6223d967cd5022f2f4380976b6.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.module-catalog .module-item:not(.swiper-slide) {
    padding: 7.5px;
    width: calc(100% / 4 - 0.01px);
}
.module-catalog .item-content {
    padding-right: 10px;
    padding-left: 10px;
}
.module-catalog .catalog-title {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: dotted;
    margin-bottom: 16px;
    display: flex;
    font-weight: 700;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.module-catalog .subitems {
    align-items: flex-start;
}
.module-catalog .subitem > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.module-catalog .subitem > a span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}
.module-catalog .subitem > a:hover span {
    text-decoration: underline;
}
.module-catalog .subitem > a::before {
    content: '\eb24';
    font-family: icomoon !important;
    font-size: 8px;
    margin-right: 4px;
    flex-shrink: 0;
}
.module-catalog .item-assets {
    flex-direction: row;
}

.module-catalog .module-item-leaf .catalog-title {
    font-weight: 400;
    text-transform: none;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module-catalog .module-item-leaf .catalog-title::before {
    content: '\eb24';
    font-family: icomoon !important;
    font-size: 8px;
    margin-right: 5px;
    flex-shrink: 0;
}
.module-catalog .module-item-leaf .catalog-title:hover {
    text-decoration: underline;
}
.module-catalog .module-item-leaf {
    padding-bottom: 5px;
}

.desktop-main-menu-wrapper .main-menu > .j-menu > li.main-menu-item > a {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.desktop-main-menu-wrapper .main-menu .multi-level > .j-dropdown {
    min-width: 270px;
}
.desktop-main-menu-wrapper .main-menu .multi-level .j-dropdown ul li > a {
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
}
.desktop-main-menu-wrapper .main-menu .multi-level .j-dropdown ul li .dropdown-menu {
    left: 100%;
    top: 0;
    transform: translate3d(0, -10px, 0);
}
.desktop-main-menu-wrapper .main-menu .multi-level .j-dropdown ul li.open > .dropdown-menu,
.desktop-main-menu-wrapper .main-menu .multi-level .j-dropdown ul li.animating > .dropdown-menu {
    transform: none;
}
.desktop-main-menu-wrapper .main-menu .multi-level .j-dropdown ul li.dropdown {
    position: relative;
}
.desktop-main-menu-wrapper .main-menu .multi-level .j-dropdown ul li.dropdown > a::after {
    content: '\203A';
    margin-left: auto;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    transform: translateY(-3px);
}

.mobile-header-active .desktop-main-menu-wrapper {
    display: none;
}

@media (max-width: 1024px) {
    .module-catalog .module-item:not(.swiper-slide) {
        padding: 5px;
        width: calc(100% / 2 - 0.01px);
    }
    .module-catalog .item-assets {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .module-catalog .module-item:not(.swiper-slide) {
        padding: 5px;
        width: 100%;
    }
}

#content .main-products.product-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

#content .main-products.product-grid .product-layout {
    padding: 7.5px;
    width: calc(100% / 4 - 0.01px);
}

#content .main-products.product-grid .product-thumb {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 4px;
    padding: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#content .main-products.product-grid .product-thumb .image {
    height: 269px;
    overflow: hidden;
    position: relative;
}

#content .main-products.product-grid .product-thumb .image a.product-img {
    display: block;
    height: 100%;
}

#content .main-products.product-grid .product-thumb .image a.product-img > div {
    height: 100%;
}

#content .main-products.product-grid .product-thumb .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

#content .main-products.product-grid .product-thumb .product-labels {
    display: flex;
    visibility: visible;
    opacity: 1;
}

#content .main-products.product-grid .product-thumb .caption {
    padding-bottom: 10px;
    background-image: linear-gradient(to top, rgba(0,0,0,.02) 0%, transparent 90%);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#content .main-products.product-grid .product-thumb .stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: rgba(250, 250, 250, 1);
    padding: 5px 8px;
    flex-wrap: wrap;
}

#content .main-products.product-grid .product-thumb .stats .stat-1 {
    font-size: 13px;
    color: rgba(44, 54, 64, 1);
}

#content .main-products.product-grid .product-thumb .stats .stat-1 a {
    font-size: 13px;
    color: rgba(44, 54, 64, 1);
    text-decoration: underline;
}

#content .main-products.product-grid .product-thumb .stats .stat-1 a:hover {
    color: rgba(51, 51, 51, 1);
}

#content .main-products.product-grid .stats .stat-1 .stats-label {
    display: none;
}

#content .main-products.product-grid .stats .stat-2 .stats-label {
    display: none;
}

#content .main-products.product-grid .product-thumb .stats .stat-1 {
    padding-bottom: 2px;
}

#content .main-products.product-grid .product-thumb .stats .stat-2 {
    font-size: 12px;
    color: rgba(80, 173, 85, 1);
}

#content .main-products.product-grid.out-of-stock .product-thumb .stats .stat-2 {
    font-size: 12px;
    color: rgba(221, 14, 28, 1);
}

#content .main-products.product-grid .product-thumb .name {
    order: initial;
    display: flex;
    justify-content: flex-start;
    padding: 13px 5px 8px 5px;
}

#content .main-products.product-grid .product-thumb .name a {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: rgba(78, 78, 78, 1);
    font-style: normal;
    text-transform: capitalize;
    text-align: left;
}

#content .main-products.product-grid .product-thumb .name a:hover {
    text-decoration: underline;
}

#content .main-products.product-grid .product-thumb .description {
    display: none;
}

#content .main-products.product-grid .product-thumb .price {
    display: block;
    padding: 5px 8px 2px;
}

#content .main-products.product-grid .product-thumb .price .fromPrice {
    font-size: 12px;
    color: rgba(105, 105, 115, 1);
    display: block;
    margin-bottom: 2px;
}

#content .main-products.product-grid .product-thumb .buttons-wrapper {
    margin-top: auto;
    display: block;
}

#content .main-products.product-grid .product-thumb .button-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#content .main-products.product-grid .product-thumb .cart-group {
    display: inline-flex;
    align-items: center;
    flex: initial;
    justify-content: flex-end;
}

#content .main-products.product-grid .product-thumb .cart-group .stepper {
    display: none;
}

#content .main-products.product-grid .product-thumb .wish-group {
    display: inline-flex;
    pointer-events: none;
}

#content .main-products.product-grid .product-thumb .btn-text {
    display: none;
}

#content .main-products.product-grid .product-thumb .rating {
    justify-content: flex-start;
    display: none !important;
}

#content .main-products.product-grid .product-thumb .rating.no-rating {
    display: flex !important;
}

#content .main-products.product-grid .product-thumb .rating-stars {
    padding: 30px 0 0 12px;
}

#content .main-products.product-grid .product-thumb .rating.no-rating span {
    opacity: 0.3;
}

#content .main-products.product-grid .product-thumb .extra-group {
    display: flex;
    align-items: center;
    position: relative;
}

#content .main-products.product-grid .product-thumb .extra-group > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.2s ease-out;
}

.product-label-new b {
    background: rgba(254, 178, 95, 1);
    color: rgba(51, 51, 51, 1);
    padding: 3px 8px;
}

.product-label-sold-out b {
    background: rgba(221, 14, 28, 1);
    color: white;
    padding: 3px 8px;
}

.product-label-promo b {
    background: rgba(51, 153, 204, 1);
    color: white;
    padding: 3px 8px;
}

@media (max-width: 1200px) {
    #content .main-products.product-grid .product-layout {
        width: calc(100% / 3 - 0.01px);
    }
}

@media (max-width: 768px) {
    #content .main-products.product-grid .product-layout {
        width: calc(100% / 2 - 0.01px);
    }
}

.shop_page ul.breadcrumb {
    display: block !important;
    text-align: left;
    background: rgba(240, 242, 245, 1);
    padding: 10px 10px 10px 20px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    border-radius: 0;
}

.shop_page ul.breadcrumb::before {
    background: rgba(240, 242, 245, 1);
}

.shop_page ul.breadcrumb li {
    display: inline-flex;
    align-items: center;
    position: relative;
    word-break: break-all;
}

.shop_page ul.breadcrumb li + li::before {
    content: '/';
    padding: 0 5px;
    color: rgba(105, 105, 115, 1);
    top: 1px;
    position: relative;
}

.shop_page ul.breadcrumb li a {
    color: rgba(105, 105, 115, 1);
    font-size: 13px;
    text-decoration: none;
}

.shop_page ul.breadcrumb li a:hover {
    color: rgba(51, 153, 204, 1);
    text-decoration: underline;
}

.shop_page ul.breadcrumb li a span {
    font-size: 13px;
}

.shop_page ul.breadcrumb li:last-child a {
    color: rgba(105, 105, 115, 1);
    font-weight: 400;
}

.module-filter .title.module-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.module-filter .reset-filter.btn {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    background: transparent;
    border: 1px solid #ddd;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
}

.module-filter .reset-filter.btn:hover {
    color: #333;
    border-color: #aaa;
}

.module-filter .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
}

.module-filter .panel-heading {
    background: transparent;
    border: none;
    padding: 0;
}

.module-filter .panel-title a.accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    cursor: pointer;
}

.module-filter .panel-title a.accordion-toggle:hover {
    color: rgba(51, 153, 204, 1);
}

.module-filter .panel-title a.accordion-toggle .fa-caret-down {
    transition: transform 0.2s;
    color: #999;
    font-size: 12px;
}

.module-filter .panel-title a.accordion-toggle:not(.collapsed) .fa-caret-down {
    transform: rotate(180deg);
}

.module-filter .panel-body {
    padding: 4px 8px 10px;
}

.module-filter .panel-body > .filter-checkbox > label {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding: 5px 4px;
    cursor: pointer;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    transition: background 0.1s;
}

.module-filter .panel-body > .filter-checkbox > label:last-child {
    border-bottom: none;
}

.module-filter .panel-body > .filter-checkbox > label:hover {
    background: #f8f8f8;
}

.module-filter .panel-body > .filter-checkbox > label input[type=checkbox] {
    flex-shrink: 0;
    margin: 0;
    cursor: pointer;
}

.module-filter .panel-body > .filter-checkbox > label .links-text {
    flex: 1;
    line-height: 1.3;
    word-break: break-word;
}

.module-filter .panel-body > .filter-checkbox > label .count-badge {
    font-size: 11px;
    color: #888;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 1px 6px;
    flex-shrink: 0;
}

.module-filter .panel-body > .filter-checkbox > label a {
    flex: 1;
    color: #444;
    text-decoration: none;
    font-size: 13px;
    word-break: break-word;
    line-height: 1.3;
}

.module-filter .panel-body > .filter-checkbox > label a:hover {
    color: rgba(51, 153, 204, 1);
}

.module-item-brands .filter-checkbox {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ddd #f8f8f8;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.module-item-brands .filter-checkbox::-webkit-scrollbar {
    width: 6px;
}

.module-item-brands .filter-checkbox::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 3px;
}

.module-item-brands .filter-checkbox::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 3px;
}

.product-thumb { position: relative; }
.atc.atc-category {
    display: none;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.88);
    z-index: 10;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.atc.atc-category.atc-show { display: flex; opacity: 1; }
.atc-content { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.atc-tick-svg { width: 55px; height: 55px; }
.atc-category .circ.path {
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    transition: stroke-dashoffset 0.5s ease;
}
.atc-category .tick.path {
    stroke-dasharray: 25;
    stroke-dashoffset: 25;
    transition: stroke-dashoffset 0.3s ease 0.45s;
}
.atc-category.atc-show .circ.path { stroke-dashoffset: 0; }
.atc-category.atc-show .tick.path { stroke-dashoffset: 0; }
.atc-text-category { font-size: 13px; font-weight: 600; color: #333; display: block !important; }
.cart-group { align-items: center; gap: 8px; }
.main-products.product-grid .product-thumb .cart-group .btn-cart,
.cart-group .btn-cart-wishlist {
    flex: 0 0 auto;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f5 !important;
    color: #333;
    border-radius: 8px !important;
    cursor: pointer;
    transition: color .15s ease, background .15s ease;
}
.cart-group .btn-cart-wishlist { order: 0; }
.main-products.product-grid .product-thumb .cart-group .btn-cart { order: 1; }
.cart-group .btn-cart-wishlist i { font-size: 0; line-height: 1; }
.cart-group .btn-cart-wishlist i::before {
    content: '\f004';
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}
.main-products.product-grid .product-thumb .cart-group .btn-cart::before { font-size: 20px; margin: 0 !important; left: 0 !important; }
.cart-group .btn-cart:hover,
.cart-group .btn-cart-wishlist:hover { background: #e6e8eb; }
.cart-group .btn-cart-wishlist:hover { color: #db0e1c; }
.cart-group .btn-cart-wishlist.in-wishlist { color: #db0e1c; }
.cart-group .btn-cart-wishlist.in-wishlist:hover { color: #333; }

#product-product {
    padding-top: 15px;
    padding-bottom: 40px;
}

.product-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-info > div {
    position: relative;
}

.product-info .product-details {
    display: flex;
    flex-direction: column;
}

.product-info .product-left {
    flex: 0 0 auto;
    width: 30%;
    max-width: 440px;
    padding: 10px;
    border-right: 1px solid rgba(240, 242, 245, 1);
}

.product-info .product-right {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    padding-left: 30px;
}

.product-info .product-left .details_slider_thumb {
    aspect-ratio: 3 / 4 !important;
    max-height: none !important;
}

.product-info .product-left .details_slider_thumb_item img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
}

.product-info .product-right .product-details {
    padding: 10px 0;
}

.container {
    width: 100% !important;
}

.wrapper,
.mega-menu-content,
.site-wrapper > .container,
.grid-cols,
.breadcrumb,
.title-wrapper,
.page-title > span,
.desktop-header-active .header .top-bar,
.desktop-header-active .header .mid-bar,
.desktop-main-menu-wrapper {
    max-width: 1490px !important;
}

.route-product-product.one-column #content,
.route-product-product .one-column #content {
    max-width: 100% !important;
}

.route-product-product #content .page-title {
    font-weight: 700;
    font-size: 26px;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    margin: 0 0 16px;
    padding: 0 0 12px;
    line-height: 1.3;
}

#bottom {
    background: #f8f9fa;
    border-top: 1px solid #e8e8e8;
    padding: 30px 0 40px;
}

@media (max-width: 1024px) {
    .product-info .product-left {
        flex: 1 1 100%;
        width: 100%;
        max-width: none;
        border-right: none;
        border-bottom: 1px solid rgba(240, 242, 245, 1);
    }

    .product-info .product-right {
        flex: 1 1 100%;
        width: 100%;
        padding-left: 0;
    }

    .product-info .product-left .shop_details_slider_area {
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .product-info .product-left {
        padding: 5px;
    }

    .route-product-product #content .page-title {
        font-size: 22px;
    }
}


/* ===== PRODUCT PAGE EXTRAS ===== */
.stock {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #22a06b;
    padding: 3px 10px;
    background: #e6f7f0;
    border-radius: 20px;
    margin-bottom: 4px;
}

.out_stock.stock {
    color: #c0392b;
    background: #fdecea;
}

.short_description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 16px;
}

.details_qty_input {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    overflow: hidden;
    height: 46px;
    margin-right: 10px;
}

.details_qty_input button {
    width: 38px;
    height: 100%;
    border: none;
    background: #f5f6f8;
    color: #444;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details_qty_input button:hover { background: #e8eaed; }

.details_qty_input input {
    width: 50px;
    height: 100%;
    border: none;
    border-left: 1px solid #dde2e8;
    border-right: 1px solid #dde2e8;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    background: #fff;
    outline: none;
}

.details_btn_area { display: inline-flex; }

.common_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(254, 178, 95, 1);
    color: rgba(51, 51, 51, 1) !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
    height: 48px;
}

.common_btn:hover {
    background: rgba(255, 192, 123, 1);
    color: rgba(51, 51, 51, 1) !important;
    text-decoration: none;
}

.common_btn.disabled,
.common_btn[disabled] {
    background: #c0c0c0;
    cursor: not-allowed;
    pointer-events: none;
}

.common_btn i { font-size: 16px; }

.shipping-time {
    font-size: 14px;
    color: #555;
    margin-top: 12px;
}

.shop_details_description { padding: 12px 0; }

.module-blocks-48 .module-body {
    max-width: 1490px;
    margin: 0 auto;
    padding: 0 15px;
}

.module-blocks-48 .nav-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

.module-blocks-48 .nav-tabs > li {
    position: relative;
    list-style: none;
    flex-grow: 0;
    margin: 0;
    border-radius: 15px;
}

.module-blocks-48 .nav-tabs > li:not(:last-child) {
    margin-right: 10px;
}

.module-blocks-48 .nav-tabs > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 18px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: rgba(44, 54, 64, 1);
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 15px;
    background: rgba(240, 242, 245, 1);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.module-blocks-48 .nav-tabs > li:hover > a {
    background: rgba(225, 228, 232, 1);
}

.module-blocks-48 .nav-tabs > li.active > a,
.module-blocks-48 .nav-tabs > li.active > a:hover,
.module-blocks-48 .nav-tabs > li.active > a:focus {
    background: rgba(225, 228, 232, 1);
    color: rgba(44, 54, 64, 1);
}

.module-blocks-48 .nav-tabs > li.active::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border: 10px solid transparent;
    border-top-color: rgba(73, 173, 230, 1);
}

.module-blocks-48 .tab-content {
    background: rgba(240, 242, 245, 1);
    padding: 30px 25px 40px;
    border: none;
    border-radius: 12px;
    margin-top: 10px;
}

.module-blocks-48 .tab-content > .tab-pane { display: none; }
.module-blocks-48 .tab-content > .tab-pane.active { display: block; }

.module-blocks-48 .block-body { padding: 0; }
.module-blocks-48 .block-wrapper { display: block; width: 100%; }
.module-blocks-48 .block-content { text-align: left; }
.module-blocks-48 .block-content h2 { font-size: 24px; margin: 0 0 14px; }
.module-blocks-48 .block-content h3 { font-size: 19px; margin: 22px 0 12px; }

@media (max-width: 760px) {
    .module-blocks-48 .nav-tabs { justify-content: flex-start; }
    .module-blocks-48 .nav-tabs > li { flex-grow: 1; }
    .module-blocks-48 .nav-tabs > li > a { padding: 14px 16px; font-size: 13px; }
    .module-blocks-48 .tab-content { padding: 20px 14px 30px; }
}

.main-products.product-grid .product-thumb .cart-group .btn-cart.out-of-stock {
    cursor: not-allowed !important;
    opacity: 0.3 !important;
}
.main-products.product-grid .product-thumb .cart-group .btn-cart.out-of-stock::before {
    content: '\e92b' !important;
    display: inline-block !important;
    font-family: 'icomoon' !important;
    font-size: 20px;
    left: 0 !important;
    margin: 0 !important;
}

.site-wrapper > .container > .row {
    padding-left: 0;
    padding-right: 0;
}

/* ===== Account dashboard (moje-konto and account pages) ===== */
.dashboard { margin-top: 20px; }
.dashboard.mb_100 { margin-bottom: 100px; }

.dashboard_sidebar {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 24px 20px;
}
.dashboard_sidebar_menu ul { list-style: none; padding: 0; margin: 0; }
.dashboard_sidebar_menu ul li { margin-bottom: 3px; }
.dashboard_sidebar_menu ul li p {
    font-size: 11px; text-transform: uppercase; color: #999;
    font-weight: 600; margin: 20px 0 10px; padding: 0 16px;
}
.dashboard_sidebar_menu ul li a {
    display: flex; align-items: center; gap: 14px; padding: 13px 16px;
    color: #333; text-decoration: none; border-radius: 6px;
    transition: all 0.3s; font-size: 14.5px; font-weight: 400;
    line-height: 1.4; min-height: 48px;
}
.dashboard_sidebar_menu ul li a span {
    width: 20px; height: 20px; min-width: 20px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
}
.dashboard_sidebar_menu ul li a span svg {
    width: 20px; height: 20px; display: block; stroke-width: 1.5;
}
.dashboard_sidebar_menu ul li a:hover { background: #fff4e6; color: #333; }
.dashboard_sidebar_menu ul li a.active { background: #feb25f; color: #333; }

.dashboard_content {
    background: #fff; border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1); padding: 40px;
}
.dashboard_title {
    font-size: 24px; font-weight: 600; margin-bottom: 30px;
    padding-bottom: 20px; border-bottom: 1px solid #eee;
    display: flex; justify-content: space-between; align-items: center;
}
.dashboard-welcome { border-bottom: 1px solid #eee; padding-bottom: 24px; margin-bottom: 28px; }
.dashboard-welcome h2 { font-size: 22px; font-weight: 600; margin: 0 0 6px; color: #222; }
.dashboard-welcome p { margin: 0; font-size: 14px; color: #666; }

.dashboard-quick-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 32px; }
.dashboard-quick-link {
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    padding: 20px 12px; border: 1px solid #eee; border-radius: 8px;
    text-decoration: none; color: #333; font-size: 13px; font-weight: 500;
    text-align: center; transition: all 0.2s; background: #fafafa;
}
.dashboard-quick-link:hover { border-color: #feb25f; color: #333; background: #fff4e6; text-decoration: none; }
.dashboard-quick-link i { font-size: 22px; color: #e69500; }

.dashboard-section-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid #eee;
}
.dashboard-section-header h3 { font-size: 18px; font-weight: 600; margin: 0; color: #222; }
.dashboard-section-link { font-size: 13px; color: #e69500; text-decoration: none; font-weight: 500; }
.dashboard-section-link:hover { text-decoration: underline; }

.dashboard_content .table { width: 100%; margin-bottom: 0; }
.dashboard_content .table thead th {
    font-weight: 600; color: #333; border-bottom: 2px solid #eee;
    padding: 10px 12px; font-size: 13px;
}
.dashboard_content .table tbody td {
    padding: 12px; vertical-align: middle;
    border-bottom: 1px solid #f5f5f5; font-size: 14px;
}
.dashboard_content .badge { padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 500; }
.dashboard_content .badge.order-status-UNPAID { background: #fff3e0; color: #e65100; }
.dashboard_content .badge.order-status-PAID { background: #e3f2fd; color: #1976d2; }
.dashboard_content .badge.order-status-PAYMENT_FAILED { background: #ffebee; color: #c62828; }
.dashboard_content .badge.order-status-IN_PROGRESS { background: #e3f2fd; color: #1565c0; }
.dashboard_content .badge.order-status-WAITING_FOR_STOCK { background: #fff8e1; color: #f57f17; }
.dashboard_content .badge.order-status-PACKED { background: #e8f5e9; color: #2e7d32; }
.dashboard_content .badge.order-status-SHIPPED { background: #e8f5e9; color: #388e3c; }
.dashboard_content .badge.order-status-RETURN_IN_PROGRESS { background: #fff8e1; color: #f9a825; }
.dashboard_content .badge.order-status-RETURNED { background: #eceff1; color: #546e7a; }
.dashboard_content .badge.order-status-CANCELLED { background: #ffebee; color: #c62828; }
.dashboard_content .btn-sm { padding: 5px 14px; font-size: 13px; border-radius: 4px; text-decoration: none; display: inline-block; }
.dashboard_content .btn-primary { background: #feb25f; color: #333; border: none; }
.dashboard_content .btn-primary:hover { background: #ffc07b; color: #333; text-decoration: none; }

.dashboard_content .empty-state { text-align: center; padding: 40px 20px; }
.dashboard_content .empty-state .empty-icon { width: 64px; height: 64px; margin: 0 auto 16px; color: #ccc; }
.dashboard_content .empty-state h4 { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #333; }
.dashboard_content .empty-state p { font-size: 15px; color: #666; margin-bottom: 24px; }
.dashboard_content .empty-state .btn {
    padding: 10px 28px; font-size: 15px; background: #feb25f; color: #333;
    border: none; border-radius: 4px; text-decoration: none; display: inline-block;
}
.dashboard_content .empty-state .btn:hover { background: #ffc07b; color: #333; }

@media (max-width: 1199px) { .dashboard_content { margin-top: 30px; } }
@media (max-width: 991px) { .dashboard-quick-links { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) {
    .dashboard_content { padding: 20px; }
    .dashboard_sidebar { padding: 20px; }
}
@media (max-width: 575px) {
    .dashboard-quick-links { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Account pages: shared components ===== */
.dashboard_content .alert { padding: 15px; margin-bottom: 20px; border-radius: 4px; border: 1px solid transparent; }
.dashboard_content .alert-success { background: #d4edda; color: #155724; border-color: #c3e6cb; }
.dashboard_content .alert-danger { background: #f8d7da; color: #721c24; border-color: #f5c6cb; }

/* forms (dane-osobowe, zmien-haslo, review modal) */
.dashboard_content .form-section { margin-bottom: 30px; }
.dashboard_content .section-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; color: #333; }
.dashboard_content .form-group { margin-bottom: 28px; display: block; }
.modal-content .form-group { margin-bottom: 20px; display: block; }
.dashboard_content .password-input-wrapper .form-control { width: 100%; }
.dashboard_content form .row { margin-left: -12px; margin-right: -12px; }
.dashboard_content form .row > [class*="col-"] { padding-left: 12px; padding-right: 12px; }
.dashboard_content .form-group label,
.modal-content .form-group label { display: block; font-weight: 500; margin-bottom: 8px; color: #333; }
.dashboard_content .form-control,
.modal-content .form-control { width: 100%; padding: 10px 15px; font-size: 14px; border: 1px solid #ddd; border-radius: 4px; transition: all 0.3s; }
.dashboard_content .form-control:focus,
.modal-content .form-control:focus { outline: none; border-color: #feb25f; box-shadow: 0 0 0 3px rgba(254,178,95,0.25); }
.dashboard_content .form-control:disabled { background: #f5f5f5; color: #666; cursor: not-allowed; }
.dashboard_content .form-control.is-invalid { border-color: #dc3545; }
.modal-content textarea.form-control { resize: vertical; min-height: 100px; }
.dashboard_content .form-actions { display: flex; gap: 10px; margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; }
.dashboard_content .btn,
.modal-content .btn { padding: 10px 24px; font-size: 14px; border: none; border-radius: 4px; cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; }
.dashboard_content .btn-secondary,
.modal-content .btn-secondary { background: #6c757d; color: #fff; }
.dashboard_content .btn-secondary:hover,
.modal-content .btn-secondary:hover { background: #5a6268; }
.modal-content .btn-primary { background: #feb25f; color: #333; }
.modal-content .btn-primary:hover { background: #ffc07b; color: #333; }

/* add/edit address */
.dashboard_content .header-with-badge { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.dashboard_content .header-with-badge .dashboard_title { margin: 0; padding: 0; border-bottom: none; }
.dashboard_content .form-group .required { color: #dc3545; margin-left: 2px; }
.dashboard_content .info-message { background: #fff4e6; border-left: 4px solid #feb25f; padding: 15px; margin-bottom: 30px; border-radius: 4px; display: flex; align-items: center; gap: 10px; }
.dashboard_content .info-message i { color: #e69500; font-size: 20px; }
.dashboard_content .info-message span { color: #8a5a1a; font-size: 14px; }

/* change password */
.dashboard_content .password-change-form { margin-bottom: 40px; }
.dashboard_content .password-input-wrapper { position: relative; display: flex; align-items: center; }
.dashboard_content .password-input-wrapper .form-control { padding-right: 45px; }
.dashboard_content .toggle-password { position: absolute; right: 10px; background: none; border: none; color: #666; cursor: pointer; padding: 8px; font-size: 16px; transition: color 0.3s; }
.dashboard_content .toggle-password:hover { color: #333; }
.dashboard_content .form-text { display: block; margin-top: 5px; color: #666; font-size: 13px; }
.dashboard_content .error-message { color: #dc3545; font-size: 14px; margin-top: 10px; padding: 10px; background: #f8d7da; border-radius: 4px; border: 1px solid #f5c6cb; }
.dashboard_content .password-tips { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; }
.dashboard_content .password-tips h4 { font-size: 16px; font-weight: 600; margin: 0 0 15px 0; color: #333; }
.dashboard_content .password-tips ul { margin: 0; padding-left: 20px; }
.dashboard_content .password-tips ul li { margin-bottom: 8px; color: #666; font-size: 14px; }

/* orders: extra statuses + pagination */
.dashboard_content .badge.order-status-NEEDS_ADDITIONAL_PAYMENT,
.dashboard_content .badge.order-status-NEEDS_PARTIAL_PAYMENT_RETURN { background: #fff3e0; color: #ef6c00; }
.dashboard_content .pagination-wrapper { margin-top: 30px; display: flex; justify-content: center; }
.dashboard_content .pagination { display: flex; list-style: none; padding: 0; margin: 0; gap: 5px; }
.dashboard_content .pagination .page-item { display: block; }
.dashboard_content .pagination .page-link { padding: 8px 12px; border: 1px solid #ddd; border-radius: 4px; color: #333; text-decoration: none; transition: all 0.3s; }
.dashboard_content .pagination .page-item.active .page-link { background: #feb25f; color: #333; border-color: #feb25f; }
.dashboard_content .pagination .page-item.disabled .page-link { color: #999; pointer-events: none; background: #f5f5f5; }
.dashboard_content .pagination .page-link:hover { background: #f5f5f5; }

/* addresses */
.dashboard_content .address-list { margin-top: 20px; }
.dashboard_content .address-card { background: #fff; border: 2px solid #e9ecef; border-radius: 8px; padding: 20px; margin-bottom: 20px; transition: all 0.3s; }
.dashboard_content .address-card:hover { border-color: #feb25f; box-shadow: 0 2px 8px rgba(254,178,95,0.15); }
.dashboard_content .address-card.main-address { border-color: #28a745; background: #f8fff9; }
.dashboard_content .address-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.dashboard_content .badge-main { background: #28a745; color: #fff; padding: 4px 12px; border-radius: 4px; font-size: 12px; font-weight: 500; }
.dashboard_content .address-actions { display: flex; gap: 10px; }
.dashboard_content .btn-icon { background: none; border: none; color: #666; cursor: pointer; font-size: 16px; padding: 5px 10px; transition: all 0.3s; text-decoration: none; }
.dashboard_content .btn-icon:hover { color: #e69500; }
.dashboard_content .btn-icon:last-child:hover { color: #dc3545; }
.dashboard_content .btn-set-main { background: none; border: none; color: #ffc107; cursor: pointer; font-size: 16px; padding: 5px 10px; transition: all 0.3s; }
.dashboard_content .btn-set-main:hover { color: #ff9800; transform: scale(1.1); }
.dashboard_content .address-card-body { margin-top: 10px; }
.dashboard_content .address-line { margin: 5px 0; color: #333; font-size: 15px; }

/* reviews */
.dashboard_content .reviews-list { margin-top: 10px; }
.dashboard_content .review-item { border: 1px solid #e9ecef; border-radius: 8px; padding: 16px; margin-bottom: 16px; transition: all 0.3s; overflow: hidden; }
.dashboard_content .review-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.dashboard_content .review-layout { display: flex; gap: 20px; align-items: stretch; }
.dashboard_content .review-left { flex: 0 0 100px; width: 100px; }
.dashboard_content .product-thumb { width: 100%; height: 100%; min-height: 120px; object-fit: cover; border-radius: 6px; border: 1px solid #e9ecef; display: block; }
.dashboard_content .review-right { flex: 1; min-width: 0; overflow: hidden; }
.dashboard_content .review-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
.dashboard_content .review-meta { flex: 1; min-width: 0; }
.dashboard_content .product-name { font-size: 14px; font-weight: 600; margin: 0 0 4px 0; color: #333; line-height: 1.3; word-wrap: break-word; overflow-wrap: break-word; }
.dashboard_content .review-rating { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dashboard_content .stars { color: #ffc107; font-size: 12px; }
.dashboard_content .stars .far { color: #ddd; }
.dashboard_content .rating-number { font-size: 12px; font-weight: 600; color: #333; }
.dashboard_content .review-date { font-size: 12px; color: #888; }
.dashboard_content .review-status .badge { padding: 4px 8px; border-radius: 4px; font-size: 11px; font-weight: 500; white-space: nowrap; }
.dashboard_content .badge-approved { background: #d4edda; color: #155724; }
.dashboard_content .badge-pending { background: #fff3cd; color: #856404; }
.dashboard_content .badge-bought-confirmed { background: #e8f5e9; color: #2e7d32; }
.dashboard_content .review-content { margin-bottom: 12px; }
.dashboard_content .review-title { font-size: 14px; font-weight: 600; margin: 0 0 6px 0; color: #333; }
.dashboard_content .review-text { margin: 0; color: #555; line-height: 1.5; font-size: 13px; word-wrap: break-word; overflow-wrap: break-word; }
.dashboard_content .review-actions { display: flex; gap: 8px; }
.dashboard_content .btn-action { padding: 6px 12px; border: none; border-radius: 4px; font-size: 12px; cursor: pointer; transition: all 0.3s; display: inline-flex; align-items: center; gap: 5px; }
.dashboard_content .btn-edit { background: #fff4e6; color: #b5651d; }
.dashboard_content .btn-edit:hover { background: #feb25f; color: #333; }
.dashboard_content .btn-delete { background: #ffeaea; color: #c82333; }
.dashboard_content .btn-delete:hover { background: #dc3545; color: #fff; }

/* review edit modal (rendered at body level) */
.modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 9999; }
.modal-content { background: #fff; border-radius: 8px; width: 90%; max-width: 600px; max-height: 90vh; overflow-y: auto; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.modal-header { padding: 20px 24px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
.modal-header h4 { margin: 0; font-size: 20px; font-weight: 600; }
.modal-close { background: none; border: none; font-size: 24px; cursor: pointer; color: #666; padding: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 4px; transition: all 0.3s; }
.modal-close:hover { background: #f5f5f5; color: #333; }
.modal-body { padding: 24px; }
.modal-footer { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #eee; }
.modal-content .rating-input { display: flex; gap: 5px; font-size: 28px; margin-bottom: 8px; }
.modal-content .star-wrapper { position: relative; display: inline-block; cursor: pointer; transition: transform 0.1s ease; }
.modal-content .star-wrapper:hover { transform: scale(1.1); }
.modal-content .star-wrapper i { color: #ddd; transition: color 0.2s ease; pointer-events: none; }
.modal-content .star-wrapper i.fas.fa-star,
.modal-content .star-wrapper i.fas.fa-star-half-alt { color: #ffc107; }
.modal-content .rating-value-display { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 4px; }
.modal-content .rating-help-text { font-size: 11px; color: #888; font-style: italic; }

@media (max-width: 767px) {
    .dashboard_content .review-layout { flex-direction: column; gap: 12px; }
    .dashboard_content .review-left { flex: 0 0 80px; width: 80px; }
    .dashboard_content .review-top { flex-direction: column; gap: 8px; }
    .dashboard_content .dashboard_title { flex-direction: column; align-items: flex-start; gap: 15px; }
}