:root {

    --global-color: #5EC89B;
    --max-page-width: 1140px;
    --swiper-navigation-color: #5EC89B;
}

*,
:after,
:before {
    box-sizing: border-box;
}


body {
    background-color: #fff;
    color: #333;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    cursor: pointer;
    color: var(--global-color);
    text-underline-offset: 3px;
    text-decoration-skip-ink: all;
}


.action.primary:hover,
.action-primary:hover {
    background: var(--global-color);
    border: 1px solid var(--global-color);
    color: #fff;
}

.action.primary,
.action-primary {
    background-image: none;
    background: var(--global-color);
    border: 1px solid var(--global-color);
    color: #fff;
}

a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

a:active,
.alink:active {
    color: #333;
    text-decoration: underline;
}

/* Menu Styles */
.elementor-nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.elementor-nav-menu .menu-item {
    position: relative;
    margin: 0;
}

.elementor-nav-menu .menu-item>a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

span.header-address,
span.header-mail,
span.header-phone {
    display: flex;
    align-items: center;
    gap: 5px;
}

.minicart-wrapper .block-minicart {

    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header.panel>.header.links {
    display: none;
}

.nav-sections {
    margin-bottom: 0;
}

.elementor-nav-menu .menu-item>a:hover {
    color: var(--global-color);
}

.elementor-nav-menu .menu-item.has-children>a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.elementor-nav-menu .sub-arrow {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.elementor-nav-menu .menu-item.has-children:hover>a .sub-arrow {
    transform: rotate(180deg);
}

/* Submenu Styles */
.elementor-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    background: #f9f9f9;
    border-radius: 4px;
    min-width: 220px;
    padding: 10px 0;
    margin-top: 8px;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.elementor-nav-menu .menu-item.has-children:hover>.sub-menu,
.elementor-nav-menu .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.sw-megamenu {
    z-index: 1000 !important;
}

.elementor-nav-menu .menu-item.has-children::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 20px;
    pointer-events: auto;
}

.elementor-nav-menu .sub-menu .menu-item {
    padding: 0;
}

.elementor-nav-menu .sub-menu .menu-item>a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #555;
}

.elementor-nav-menu .sub-menu .menu-item>a:hover {
    background-color: #f0f0f0;
    color: var(--global-color);
}

.elementor-nav-menu .sub-menu .menu-item.has-children>a {
    justify-content: space-between;
}

/* Third level submenu */
.elementor-nav-menu .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.elementor-nav-menu .sub-menu .menu-item.has-children:hover>.sub-menu,
.elementor-nav-menu .sub-menu .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.elementor-nav-menu .sub-menu .menu-item.has-children::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    pointer-events: auto;
}

header.page-header {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 100;
    position: sticky;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    background: #fff;
}

.logo img {
    width: auto !important;
}

ul.compare.wrapper {
    display: none;
}

.actions.dropdown.options.switcher-options.active {
    position: relative;
}

.active ul.dropdown.switcher-dropdown {
    display: block;
    position: absolute;
    right: 0;
    background: #fff;
    padding: 0;
}

@media (min-width: 768px),
print {
    .logo {
        margin: 0;
    }

    .sub-arrow:after {
        content: '\e622';
        font-family: 'luma-icons';
        font-size: 62%;
    }

    .page-header .panel.wrapper {
        border-bottom: none;
        background-color: var(--global-color);
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: var(--max-page-width);
    }


}

.active ul.dropdown.switcher-dropdown {
    display: block;
}

.customer-welcome ul {

    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    border: none;
    min-width: 150px;
}


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

.header.content:before,
.header.content:after {
    content: unset;
}

.block-search {
    display: none;
    position: absolute;
}

.minicart-wrapper:before,
.minicart-wrapper:after,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:active:before,
.minicart-wrapper .action.showcart:before {
    content: unset;
}

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

.page-header .switcher {
    margin: 0;
}

.product.data.items>.item.title {
    width: 25%;
}


.product.data.items>.item.title>.switch {
    margin: 0 .5rem;
    line-height: 52px;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    background-color: #d8d8d8;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border: none;
}

.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    background-color: var(--global-color);
    text-decoration: none !important;
    color: #Fff;
}

.page-main {
    padding-top: 15px;
}

@media (min-width: 551px) {
    .tech-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.product.data.items>.item.content {
    background: #fff;
    margin-top: 60px;
    padding: 15px 5px 15px;
    border: 0;
}

.tech-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0;
    padding: 0;
}

.tech-icon {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.tech-icon-image {
    height: 75px;
    margin: 0;
    width: 75px;
}

.tech-icon-text {
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 10px;
}

.tech-icon-text h3 {
    color: #007d8a;
    text-transform: uppercase;
    margin: 0;
}

.rating-summary .rating-result>span:before {
    color: #ffd814;
}


.customer-account-login .actions-toolbar {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    gap: 15px;
}

.customer-account-login .secondary {
    order: 2;
    text-align: left;
}

.about-company-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


a.about-company-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

p.text-medium {
    padding: 0;
    margin: 0;
}

fieldset.fieldset.create.info .field.choice {
    display: none;
}

.customer-account-login .actions-toolbar:after {
    display: none;
}

.product-info-main .page-title-wrapper h1 {
    font-size: 3rem;
    font-weight: bold;
}

@media (min-width: 1261px) {
    .tech-icon:nth-child(4n+1) {
        border-left: 1px solid #ccc;
    }
}

@media (min-width: 1261px) {
    .tech-icon:nth-child(n+5) {
        border-top: 0;
    }


}


@media (min-width: 997px) {

    .block-content.col-4 {
        min-width: 600px;
        width: 50%;
    }

}

.tech-icon-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: auto;
    padding: 10px;
    width: 100%;
}

.tech-icons {
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0;
}

.tech-icon:nth-child(3n+1) {
    border-left: 0;
}

.tech-icon:nth-child(4n+1) {
    border-left: 1px solid #ccc;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
    .elementor-nav-menu {
        gap: 20px;
    }

    .elementor-nav-menu .menu-item>a {
        font-size: 13px;
    }

    .elementor-nav-menu .sub-menu {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .elementor-nav-menu {
        flex-direction: column;
        gap: 0;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: white;
        padding: 60px 20px 20px;
        transition: left 0.3s ease;
        z-index: 1000;
    }

    .elementor-nav-menu.active {
        left: 0;
    }

    .elementor-nav-menu .menu-item {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .elementor-nav-menu .menu-item>a {
        display: block;
        padding: 15px 0;
        font-size: 14px;
    }

    .elementor-nav-menu .sub-menu {
        position: static;
        display: none;
        background: #f5f5f5;
        border: none;
        border-radius: 0;
        box-shadow: none;
        min-width: auto;
        margin: 0;
        padding: 10px 0 10px 20px;
    }

    .elementor-nav-menu .menu-item.has-children:hover>.sub-menu {
        display: none;
    }

    .elementor-nav-menu .menu-item.has-children.active>.sub-menu {
        display: block !important;
    }

    .elementor-nav-menu .sub-menu .menu-item>a {
        padding: 10px 0;
    }

    .elementor-nav-menu .sub-menu .sub-menu {
        position: static;
        left: auto;
        margin-left: 20px;
    }
}

@media (max-width: 480px) {
    .elementor-nav-menu {
        padding: 50px 15px 15px;
    }

    .elementor-nav-menu .menu-item>a {
        font-size: 13px;
    }
}

/* CMS Block Styles */
.cms-block-wrapper {
    width: 100%;
    padding: 50px 20px;
    background: white;
}

.cms-block-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.cms-block-left {
    flex: 0 0 280px;
}

.cms-block-left-title {
    font-size: 18px;
    font-weight: 400;
    color: #888;
    margin: 0 0 20px 0;
}

.cms-block-map {
    width: 100%;
    height: auto;
    display: block;
}

.cms-block-columns {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.cms-block-column-title {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: color 0.3s ease;
    font-weight: 600;
}

.cms-block-column-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cms-block-column-list li {
    margin-bottom: 12px;
}

.cms-block-column-list li:before {
    content: '▸ ';
    color: #999;
}

.cms-block-column-list a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    transition: color 0.3s ease;
}

.cms-block-column-list a:hover {
    color: #333;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .cms-block-content {
        gap: 40px;
    }

    .cms-block-columns {
        gap: 30px;
    }
}

/* 图片动态效果 */
.image-hover-effect {
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.image-hover-effect img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.image-hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.image-hover-effect:hover img {
    transform: scale(1.05);
}

/* 图片淡入效果 */
.image-fade {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* 图片缩放效果 */
.image-zoom {
    transform: scale(0.9);
    opacity: 0;
    animation: zoomIn 0.6s ease forwards;
}

@keyframes zoomIn {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* 图片滑入效果 */
.image-slide-up {
    transform: translateY(30px);
    opacity: 0;
    animation: slideUp 0.7s ease forwards;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .cms-block-content {
        flex-direction: column;
        gap: 30px;
    }

    .cms-block-left {
        flex: none;
    }

    .cms-block-columns {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .cms-block-wrapper {
        padding: 30px 15px;
    }

    .cms-block-content {
        flex-direction: column;
        gap: 30px;
    }

    .cms-block-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .cms-block-wrapper {
        padding: 20px 10px;
    }

    .cms-block-columns {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cms-block-column-title {
        font-size: 14px;
    }

    .cms-block-column-list a {
        font-size: 12px;
    }
}


.column.main {
    flex: 1;
    min-width: 0;
}

.sidebar-additional {
    flex: 0 0 280px;
}

.sidebar-main {
    padding-right: 0;
}

strong.block-subtitle.filter-subtitle {
    display: none;
}

.block-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--global-color);
}

.block-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 15px 0 10px 0;
    display: block;
}

.filter-options-item {
    margin-bottom: 15px;
    border-bottom: 2px solid var(--global-color);
}

.page-wrapper>.breadcrumbs {
    margin-top: 15px;
}

.filter-options-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.filter-options-title:hover {
    color: var(--global-color);
}

.filter-options-content {
    padding: 10px 0;
}



.filter-options-content ol,
.filter-options-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-options-content li {
    margin-bottom: 8px;
}

.filter-options-content .item a:before {
    content: "";
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
    background-color: #fff;
    border: solid #ccc;
    border-width: 1px;
    height: 1.5rem;
    left: 0;
    top: 0;
    width: 1.5rem;
    border-radius: 4px;
}

.filter-options-content a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.menu-item i.fas.fa-angle-down {
    display: none;
}

.mz-expand .mz-image-stage>figure {
    overflow: unset !important;
}

.filter-options-content a:hover {
    color: var(--global-color);
    background: transparent;
}

.filter-options-content .item a:hover:after {
    content: '√';
    position: absolute;
    left: 3px;
}

.ob-social-icons.contact-us-social-icons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    margin: 0;
}

.ob-social-icons.contact-us-social-icons>a svg {
    width: 15px;
}

.ob-social-icons.contact-us-social-icons a {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
}

.filter-options-content a:hover::before {
    color: var(--global-color);
}

.filter-options-content .count {
    color: #999;
    font-size: 12px;
    margin-left: auto;
}

.filter-actions {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.filter-clear {
    display: inline-block;
    font-size: 13px;
    color: var(--global-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.filter-clear:hover {
    color: #333;
}

.page-title-wrapper {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.page-title-wrapper h1 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.category-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

ol.products.list.items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ol.products.list.items li.item {
    margin: 0;
    padding: 0;
}

.product-item-infos {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-item-infos:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.product-item-photo {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    display: block;
    aspect-ratio: 1;
}

.product-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-item-infos:hover .product-item-photo img {
    transform: scale(1.05);
}

.block-shop-category-listing__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--global-color);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}

.product.details.product-item-details {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product.name.product-item-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.product.name.product-item-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product.name.product-item-name a:hover {
    color: var(--global-color);
}

.product-item-details .price {
    font-size: 14px;
    font-weight: 700;
    color: var(--global-color);
    margin: 8px 0;
}

.product-item-inners {
    margin-top: auto;
}

.product.actions.product-item-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.action.tocart.primary {
    flex: 1;
    padding: 8px 12px;
    background: var(--global-color);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.action.tocart.primary:hover {
    background: #4ab87a;
}

.toolbar {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px;
    background: transparent;
    border-radius: 0;
    gap: 20px;
    background-color: #f2f4f4;
    border-radius: 5px;
}

.toolbar-amount {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.toolbar .sorter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.toolbar .sorter label {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

a.action.sorter-action {
    display: none;
}

.filter-title strong {
    background-color: #f2f4f4;
    border: none;
    padding: 14px 15px;
    box-shadow: none;
}

.toolbar .sorter select {
    padding: 0px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
}

.toolbar .limiter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toolbar .limiter label {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

.toolbar .limiter select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
}

.toolbar .viewmode {
    display: flex;
    gap: 8px;
}

.toolbar .viewmode a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.toolbar .viewmode a:hover,
.toolbar .viewmode a.active {
    background: var(--global-color);
    color: #fff;
    border-color: var(--global-color);
}

/* Pagination Styles */
.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
    padding: 20px 0;
}

.pages a,
.pages span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pages a:hover {
    background: var(--global-color);
    color: #fff;
    border-color: var(--global-color);
}

.pages .current {
    background: var(--global-color);
    color: #fff;
    border-color: var(--global-color);
    font-weight: 600;
}

.pages .prev,
.pages .next {
    min-width: auto;
}

span.price-label {
    display: none;
}

.price-box {
    display: flex;
    gap: 10px;
}

.product-info-main .product-info-price span.old-price {
    order: -1;
}

.product-info-main .product-add-form {
    padding-top: 0;
}

.product-info-main .product-info-price {
    border: 0;
}

.product-info-main .product-info-stock-sku {
    display: flex;
    flex-direction: column;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
}

.product-info-main .page-title-wrapper.product {
    border: 0;
    margin: 0;
    padding: 0;
}

.product-info-main .product-info-price .price-box {
    display: flex;
    flex-direction: column;
}

span.old-price .price {
    text-decoration: line-through;
    color: #ccc;
}

span.old-price span.price {
    color: #ccc;
    font-weight: 500;
}

.product-item-actions .actions-primary {
    width: 100%;
}

.product-item-actions .actions-primary+.actions-secondary {
    display: none;
}

.product-item-actions .actions-primary button.action.tocart.primary {
    width: 100%;
}

span.price-label {
    display: none;
}

.price-box {
    display: flex;
    gap: 10px;
}

.minicart-items .product-item-name a {
    color: var(--global-color);
}

span.old-price {
    color: #ccc;
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    background: transparent;
    color: #000;
    text-shadow: none;
    left: 19px;
    top: -2px;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-size: 26px;
    line-height: 26px;
}

span.old-price span.price {
    color: #ccc;
    font-weight: 500;
}

.product-item-actions .actions-primary {
    width: 100%;
}

.product-item-actions .actions-primary+.actions-secondary {
    display: none;
}

.product-item-actions .actions-primary button.action.tocart.primary {
    width: 100%;
}

.toolbar-sorter.sorter {
    background-color: #f2f4f4;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 5px;
}

.toolbar .sorter select {
    border: none;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 1200px) {
    ol.products.list.items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .columns {
        flex-direction: column;
    }

    .sidebar-additional {
        flex: 1;
        max-width: 100%;
    }

    ol.products.list.items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .columns {
        gap: 20px;
    }

    .block-search .label {
        display: none;
    }

    .block-search .form.minisearch input.input-text {
        position: unset;
        margin: 0;
        min-width: 300px;
    }

    .block-search .control {
        border: none;
    }

    .sidebar-additional {
        order: 2;
    }

    .column.main {
        order: 1;
    }

    .products.wrapper,
    ol.products.list.items {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .block.filter {
        padding: 15px;
    }

    .toolbar {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .toolbar .sorter {
        margin-left: 0;
    }
}

@media (max-width: 480px) {

    .products.wrapper,
    ol.products.list.items {
        grid-template-columns: 1fr;
    }

    .toolbar {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .pages {
        gap: 3px;
    }

    .pages a,
    .pages span {
        min-width: 32px;
        height: 32px;
        padding: 0 6px;
        font-size: 12px;
    }
}

/* SW Megamenu as fullwidth dropdown */
#shop-menu .sw-megamenu {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#shop-menu .sw-megamenu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: 10px;
}

#shop-menu .sub-menu {
    display: none !important;
}

li.ui-menu-item.level0.fullwidth.parent {
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    margin: 0;
}

.nav-open .nav-sections {
    z-index: 111;
}

nav.navigation.sw-megamenu.show ul {
    display: flex;
    flex-wrap: wrap;
}

.navigation .level0 .submenu {
    display: flex;
    position: unset;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: transparent;
}



/* Add to Cart Styles */
.box-tocart {
    margin-top: 20px;
}

.box-tocart .fieldset {
    display: flex;
    gap: 15px;
    align-items: center;
}

.box-tocart .field.qty {
    flex: 0 0 auto;
    margin: 0;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
    border: 1px solid #f2f2f2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
}

.box-tocart .field.qty .label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.box-tocart .field.qty .control input {
    width: 80px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.box-tocart .actions {
    flex: 0 0 auto;
    display: flex;
    gap: 10px;
    min-width: 200px;
}

.box-tocart .action.primary.tocart {
    flex: 1;
    padding: 12px 20px;
    background: var(--global-color);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.box-tocart .action.primary.tocart:hover:not(:disabled) {
    background: #4ab87a;
    box-shadow: 0 2px 8px rgba(94, 200, 155, 0.3);
    transform: translateY(-1px);
}

.box-tocart .action.primary.tocart:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .box-tocart .fieldset {
        flex-direction: column;
        align-items: stretch;
    }

    .box-tocart .field.qty .control input {
        width: 100%;
    }

    .box-tocart .actions {
        flex-direction: column;
    }

    .box-tocart .action.primary.tocart {
        width: 100%;
    }
}


/* Quantity Control Styles */
.box-tocart .field.qty .control {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #f5f5f5;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.qty-btn:hover {
    background: var(--global-color);
    color: #fff;
}

.box-tocart .field.qty .control input.qty {
    border: none;
    width: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.box-tocart .field.qty .control input.qty:focus {
    outline: none;
}


/* Product Page Add to Cart - Override */
.box-tocart .field.qty .label {
    display: none;
}

.box-tocart .field.qty .control {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 0;
    overflow: visible;
}

.qty-btn {
    width: 30px;
    height: 30px;
    border: 2px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    border-color: var(--global-color);
    background: var(--global-color);
    color: #fff;
}

.box-tocart .field.qty .control input.qty {
    border: 1px solid #ddd;
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    padding: 0;
}

.box-tocart .action.primary.tocart {
    height: 50px;
    padding: 0 30px;
    border-radius: 6px;
}


/* Newsletter Banner */
.newsletter-banner {
    background: #e8e5a8;
    padding: 30px 20px;
    margin: 40px 0 0 0;
}

.newsletter-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.newsletter-text {
    flex: 0 0 auto;
}

.newsletter-title {
    font-size: 32px;
    font-weight: 700;
    color: #2d4a2b;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-subtitle {
    font-size: 14px;
    color: #2d4a2b;
    margin: 0;
    line-height: 1.5;
}

.newsletter-form-wrapper {
    flex: 1;
    max-width: 700px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.newsletter-form .field.newsletter {
    flex: 1;
    margin: 0;
}

.newsletter-form .control {
    margin: 0;
}

.newsletter-form input {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #2d4a2b;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
}

.newsletter-form input::placeholder {
    color: #999;
}

.newsletter-form .actions {
    margin: 0;
}

.newsletter-form button.subscribe {
    padding: 12px 30px;
    background: #2d4a2b;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-form button.subscribe:hover {
    background: #1f3320;
}

@media (max-width: 768px) {
    .newsletter-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .newsletter-title {
        font-size: 24px;
    }

    .newsletter-form-wrapper {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form button.subscribe {
        width: 100%;
    }
}


@media (max-width: 768px) {
    #shop-menu .sw-megamenu {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none;
        padding: 0;
        box-shadow: none;
        background: transparent;
    }

    #shop-menu .sw-megamenu.show {
        display: block;
    }

    .nav-sections-item-content {
        margin-top: 0;
        width: 100%;
        padding: 0;
    }

}



/* Mobile: Show/hide submenu on click */
@media (max-width: 768px) {
    .sections.nav-sections #shop-menu .sw-megamenu {
        position: unset;
        width: 100%;
        background: #f5f5f5;
        padding: 10px 0;
        box-shadow: none;
        margin-top: 5px;
    }

    .sections.nav-sections .elementor-nav-menu {
        position: unset;
    }

    .sections.nav-sections .has-children>a .sub-arrow:after {
        color: #757575;
        content: '\e622';
        font-family: 'luma-icons';
    }

    .sections.nav-sections .has-children>a {
        display: flex;
        justify-content: space-between;
    }

    .has-children.open nav.navigation.sw-megamenu {
        display: block !important;
    }

    .navigation .level0 .submenu {
        display: none;
    }

    .navigation .parent .level-top:after {
        content: unset;
    }

    .open-children-toggle {
        order: 3;
        float: right;
        position: absolute;
        right: 0;
    }

    a.logo {
        margin: 0;
        padding: 0 15px;
    }

    .header-right {
        gap: 10px;
    }

    .navigation .level0>.level-top {
        font-weight: 600;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word;
        font-size: 13px;
        color: #555;
        margin: 0;
    }

    .page-header .panel.wrapper {
        background-color: var(--global-color);
        color: #fff;
    }

    .elementor-nav-menu .menu-item.has-children.open>.sub-menu {
        display: block !important;
    }

    .elementor-nav-menu .sub-menu {
        background: none;
        margin: 0;
        padding: 0;
    }

    .sections.nav-sections #shop-menu .sw-megamenu {
        background: none;
        border: none;
    }

    .navigation li.level0:last-child,
    .navigation .level0 {
        border: none;
    }

    .open-children-toggle:after {
        font-size: 13px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .navigation .level0.open .submenu {
        display: block;
    }
}