<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cart-totals tbody .grand.totals strong,
.cart-totals tfoot .grand.totals strong {
    font-size: 15px;
    color: #989898 !important;
}

.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
    font-size: 15px;
    color: #989898 !important;
}

.cart-summary .block .title strong {
    color: #212934;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    background: #dadada;
    color: #0a0a0a;
    border-color: #ffffff;
}

.cart-summary&gt;.title {
    color: #212934;
    font-weight: 400;
}

.filter-options-item[attribute="brand"] .item .layer-input-filter {
    display: none;
}

.filter-options-item[attribute="brand"] .item a,
.block-category-list .item a {
    position: relative;
    padding-inline-start: 32px;
    line-height: 22px;
    border: unset;
}

.filter-options-item[attribute="brand"] .item a::before,
.block-category-list .item a::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 7px;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.25s ease;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.filter-options-item[attribute="brand"] .item a:after,
.block-category-list .item a:after {
    content: '';
    background-image: url('data:image/svg+xml,&lt;svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" height="18px" width="18px" viewBox="0 0 18 18"&gt;&lt;path style="fill:%23fff;" d="M16.145,2.571c-0.272-0.273-0.718-0.273-0.99,0L6.92,10.804l-4.241-4.27 c-0.272-0.274-0.715-0.274-0.989,0L0.204,8.019c-0.272,0.271-0.272,0.717,0,0.99l6.217,6.258c0.272,0.271,0.715,0.271,0.99,0 L17.63,5.047c0.276-0.273,0.276-0.72,0-0.994L16.145,2.571z"/&gt;&lt;/svg&gt;');
    position: absolute;
    left: 4px;
    top: 11px;
    opacity: 0;
    transition: all 0.25s ease;
    height: 13px;
    width: 13px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.block-category-list .block-content ol li a,
.filter-options .filter-options-content a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.layer-search-box {
    border: 1px solid rgba(0, 0, 0, 0.11) !important;
    margin: 13px 0;
}

.filter-options-item[attribute="brand"] .item .layer-input-filter:checked+a:before,
.block-category-list .item.active a:before {
    background: #95a5a6;
}

.filter-options-item[attribute="brand"] .item .layer-input-filter:checked+a:after,
.block-category-list .item.active a:after {
    opacity: 1;
}

.filter-options-content a {
    display: block !important;
}

.filter-options-content ol li {
    background: transparent;
}

.filter-options .items .item {
    display: contents;
    border: unset;
    padding: unset;
}

.filter-options .items.ln-items-brand .item {
    width: 100%;
}

.filter-options .items.ln-items-brand .item a {
    text-align: start;
}

.block-category-list .block-content ol&gt;ol {
    padding-left: 15px;
}

.block-category-list .block-content ol {
    list-style: none;
}
.filter-current {
    margin-bottom: 10px;
}

.filter-current .item svg {
    width: 14px;
}
.filter-current .items {
    display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.block-category-list .block-content ol li a {
    padding-inline-start: 32px !important;
}

#ln_slider_price .ui-slider-handle {
    padding: 0;
}

.swatch-attribute-options {
    display: flex;
    /* justify-content: ; */
}

.filter-options .swatch-attribute .swatch-attribute-options {
    display: flex;
    overflow-y: auto;
    max-height: 450px;
}

.filter-options .swatch-attribute .swatch-attribute-options a {
    width: 33.3333333%;
    margin: 3px 6px 3px 0;
    padding: 4px 8px;
    line-height: 16px;
}

.filter-options .swatch-option.text {
    min-width: inherit;
    text-align: center;
    height: auto;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    float: unset;
    display: block;
    padding: 8px 4px;
    background: #fff;
}

.filter-options .swatch-option.text:hover {
    border: 1px solid #dadada;
}

.filter-options {
    display: flex;
    flex-flow: column;
}

.filter-options .block-category-list {
    order: 1;
}

.filter-options-item[attribute="state"] {
    order: -1;
}

.filter-options-item[attribute="state"] .filter-options-title {
    display: none;
}

.filter-options .filter-options-title {
    position: relative;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 23px 15px !important;
    background: #fff;
    margin-bottom: 0 !important;
    font-weight: 500;
}


.rtl .filter-options .filter-options-title::after,
.rtl .filter-options .block-category-list .block-title:after,
.rtl .am-collapse-icon::after {
    transform: rotate(90deg);
}

.filter-options .filter-options-title[aria-expanded="true"]:after,
.filter-options .block-category-list .block-title.active:after,
.am-collapse-icon.-active::after {
    transform: rotate(0);
}

.filter-options-item:last-child .filter-options-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.filters-toggle {
    padding: 6px 15px !important;
}

.filters-items-count {
    white-space: nowrap;
}

.filters-header {
    display: flex !important;
}

.sidebar-content {}

.sidebar.sidebar-main {
    overflow: hidden;
}

.catalog-category-view .columns .column.main,
.page-layout-2columns-left .sidebar.sidebar-main {
    transition: all 0.25s ease;
}

.filter-options-item[attribute="brand"] {
    order: 2;
}

.filter-options-item[attribute="state"] .filter-options-content {
    padding: 0 !important;
}

.block-actions.filter-actions {
    text-align: center;
}
.action.clear.filter-clear {
    display: inline-block;
    text-align: center;
    /* margin: auto; */
    text-decoration: underline;
}
.categories-filter-content {
    display: none;
}

.block-category-list .block-content {
    margin-bottom: 25px;
}

.block-category-list .block-content a {
    border: none;
}

.page-header.type14 .navigation:not(.side-megamenu) .level0 .level-top {
    padding: 23px 12px 24px 12px;
}

.header-main .header-left {
    padding-left: 20px !important;
}

.header-main .header-right {
    padding-right: 20px !important;
}

.catalog-category-view .page-main {
    max-width: 97% !important;
}

.main-panel-tops {
    background-color: #222;
    color: #fff;
}

.main-panel-tops p {
    margin: 0;
    text-align: center;
    width: 100%;
}

.page-header.type14 .search-area a.search-toggle-icon {
    display: block !important;
}

.page-header .block-search {
    display: none;
    position: relative;
}

.page-header .block-search.show {
    display: flex !important;
}

.page-header .porto-icon-magnifier {
    font-size: 19px;
}

.search-area .search-toggle-icon.open:after {
    display: none !important;
}

.search-area .search-text {
    display: none !important;
}

.wishlist-header-link {
    font-size: 20px;
}

.page-header .header-main a,
.page-header.type5 .search-area a.search-toggle-icon {
    display: flex;
}

.page-header.type14 .header-main .header-row .header-right&gt;* {
    margin-left: 10px !important;
}

.page-header.type14 .minicart-wrapper .action.showcart .counter.qty {
    right: -7px !important;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header.type14 .custom-block,
.page-header.type14 .header-main .header-left,
.page-header.type14 .header-bottom .header-left {
    display: block !important;
}

.header-main .logo {
    margin: auto;
}

.mobile-menu-btns .switcher {
    flex: 1;
    padding: 24px 10px;
    text-align: center;
    background: #f6f6f6;
}

.mobile-menu-btns .switcher:not(:last-child) {
    border-right: 1px solid #ddd;
}

.mobile-menu-btns .switcher .options .action.toggle:after {
    display: none !important;
}

.mobile-menu-btns .switcher-currency .dropdown.switcher-dropdown {
    left: auto !important;
    right: 0;
    width: 200px !important;
}

.mobile-menu-btns .switcher-currency .options ul.dropdown:before {
    left: auto !important;
    right: 15px;
}

.mobile-menu-btns .switcher-currency .options ul.dropdown:after {
    left: auto !important;
    right: 14px;
}

.nav-toggle:before,
.nav-toggle:after {
    display: none;
}

.nav-close-icon {
    display: none;
}

.nav-open .nav-menu-icon {
    display: none;
}

.nav-open .nav-close-icon {
    display: block;
}

#switcher-currency-trigger strong:after {
    display: none;
}

.page-header .block-search {
    display: none;
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    flex-flow: column;
    align-items: center;
    padding: 0 !important;
    padding-top: 100px !important;
}

.block-search-overlay {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
}

.page-header .block-search .block-content {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 850px;
    max-width: calc(100% - 30px);
}

.search-close-buton {
    background: transparent !important;
    border: none !important;
    z-index: 2;
    position: absolute;
    inset-inline-end: 10px;
    top: -50px;
    color: #fff !important;
    padding: 0 !important;
}

.search-close-buton svg {
    height: 30px;
    width: 30px;
}

.page-header .block-search input {
    height: 60px;
}

.search-category {
    height: 60px!important;
    line-height: 60px!important;
}

.block-search .action.search {
    height: 60px!important;
}

.block-search .action.search {
    height: 60px;
    width: 41px;
}

.heading-middle-border {
    display: flex;
    align-items: center
}

.heading-middle-border.left:after,
.heading-middle-border.right:before {
    content: "";
    border-top: 1px solid #dbdbdb;
    flex: 1
}

.heading-middle-border.left:after {
    margin-left: 1rem
}

.heading-middle-border.right:before {
    margin-right: 1rem
}

.heading-middle-border.sm:after,
.heading-middle-border.sm:before {
    border-width: 2px
}

.heading-middle-border.md:after,
.heading-middle-border.md:before {
    border-width: 3px
}

.heading-middle-border.lg:after,
.heading-middle-border.lg:before {
    border-width: 5px
}

.customer-account-login .action.create {
    display: block !important;
    text-align: center;
    padding: 20px !important;
    height: 62px;
}

.login-container {
    display: flex;
    flex-flow: column;
}

.filter-options-item[attribute="state"] .filter-options-content {
    display: block !important;
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    min-width: 240px;
}

.filter-options-content .item input[type="checkbox"] {
    display: none !important;
}

.block-category-list .block-content {
    max-height: 400px;
    overflow-y: auto;
}

.block-category-list .block-content a {
    text-align: start;
}

.filter-options-item[attribute="state"] .count {
    display: none;
}

.page-products {
    overflow: visible;
}

.page-products .columns {
    display: flex;
    align-items: flex-end;
}

.page-products .columns .column.main {
    flex: 1;
}


.field.limiter {
    display: none;
}
.slick-arrow {
    position: absolute;
    top: calc(50% - 12px);
    z-index: 1;
    color: #000;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    line-height: 11px;
}
.slick-btn-left {
    left: 10px;
}
.slick-btn-right {
    right: 10px;
}
.slick-dots {
    position: absolute;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    gap: 10px;
    padding: 10px 32px !important;
    flex-wrap: wrap;
}
.slick-dots li {
    background: #fff;
    height: 6px;
    transition: all 0.25s ease;
    border: 1px solid rgba(0,0,0,0.11);
    margin: 0;
}
.slick-dots button:before {
    display: none;
}
.slick-dots li.slick-active {
    background: #000;
}
.product-gallery:not(.slick-initialized) .gallery-item:not(:first-child) {
    display: none;
}
.product-gallery .gallery-item img {
    aspect-ratio: 1/1;
}
#ln_slider_price.ui-slider-horizontal {
    background: #444 !important;
    box-shadow: unset !important;
}
.minicart-wrapper .block-minicart {
    box-shadow: unset !important;
}
#ln_slider_price .ui-slider-handle {
    background: transparent !important;
    border: 0 !important;
}
.page-products .action.towishlist span {
    display: none;
}

.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected{
    background-color:transparent !important;
    border-color: #6b6b6b !important;
}
.cart.table-wrapper .actions-toolbar&gt;.action-edit:hover:before {
    color: #222529!important;
}
a.amshopby-brand-title-link {
    line-height: 16px;
    color: #989898 !important;
}
.product-info-stock-sku .configurable-variation-qty {
    display: none !important;
}
@media (min-width: 992px) {
    .page-header .navigation .level0 .submenu {
        inset-inline-start: -0.0333252px !important;
    }

    .navigation .level0 .submenu .submenu {
        top: -1px !important;
        inset-inline-start: 100% !important;
    }

    .page-products .columns .sidebar.sidebar-main {
        max-width: 25%;
        position: sticky;
        bottom: 15px;
        min-height: 100vh;
        order: 0;
    }
    .catalog-category-view .sidebar.sidebar-main .sidebar-content, .catalogsearch-result-index .sidebar.sidebar-main .sidebar-content {
        border: none !important;
    }
    .page-products .action.towishlist {
        position: absolute;
        inset-inline-end: 15px;
        top: 15px;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        color: #444;
        background: #fff;
    }
    .page-header.type14 .navigation:not(.side-megamenu) .level0 .level-top {
        font-weight: 500 !important;
    }
    .page-header .navigation .level0 .submenu {
        box-shadow: unset !important;
        border: 1px solid rgba(0,0,0,0.05) !important;
    }
    .navigation .level0 .submenu::before {
        display: none !important;
    }
}

.box-tocart .actions {
    display: inline-flex;
    gap: 5px;
}
.catalog-product-view .product-info-main .towishlist {
    padding: 4px;
    border: 1px solid rgba(0,0,0,0.11);
    display: flex;
    align-items: center;
    /* width: 50px; */
    justify-content: center;
    transition: all 0.25s ease;
    line-height: 17px;
    margin-top: 5px;
    direction: ltr;
}
.catalog-product-view .product-info-main .towishlist:hover {
    color: #fff;
    background: #000;
}

.product-item-details {
    position: unset;
}
.products-grid.wishlist .product-item .tocart {
    font-size: 10px;
    min-width: 100px !important;
}
.products-grid.wishlist .product-item .tocart:before {
    content: '\e8ba';
    font-family: 'porto-icons';
    margin-right: 5px;
    font-weight: 600;
    font-size: .9375rem;
}
.products-grid.wishlist .product-item .delete:before {
    content: '\e054';
    font-family: 'simple-line-icons';
    margin-right: 5px;
    font-weight: 600;
    font-size: .9375rem;
}
.products-grid.wishlist .product-item .tocart span {
    line-height: 30px;
}
.products-grid.wishlist .product-item .product-item-info {
    text-align: start;
}
.products-grid.wishlist .product-item input.qty {
    border: 1px solid rgba(0,0,0,0.11) !important;
}
.products-grid.wishlist .product-item .qty.field .control {
    width: auto;
}
.products-grid.wishlist .product-item-comment {
    height: 82px;
}
.cart-sidebar #block-discount .content {
    display: block !important;
}
.cart-sidebar #block-discount .title {
    display: none !important;
}

.cart-sidebar #block-discount .label {
    display: none;
}
.cart-sidebar #block-discount button {
    font-size: 11px;
    white-space: nowrap;
    height: auto;
    line-height: inherit;
    margin: 0;
}
.cart-sidebar #block-discount .field {
    margin: 0 !important;
}

.cart-sidebar #block-discount .coupon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-sidebar #block-discount .actions-toolbar {
    margin-top: 0;
}

.cart-sidebar #block-discount {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.11);
    margin-bottom: 15px;
}
.cart-sidebar [name="shippingAddress.region"] {
    display: none;
}

a.swatch-option-link-layered[style="pointer-events: none;"] {
    display: none !important;
}
.products-slider .owl-stage {
    display: flex!important;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details{
    padding-left: 15px!important;
}
.checkout-index-index .opc-block-summary .product-item-details .product-item-name-block,
.checkout-index-index .opc-block-summary .product-item-details .subtotal {
    display: inherit;
}
@media (min-width: 769px), print {
    .cart-sidebar {
        width: 33.33333333%;
        float: right;
    }
    .cart-sidebar #block-discount {

    }
    .cart-summary {
        width: 100% !important;
        float: unset !important;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding: 24px 30px;
    }
}

@media (min-width: 1200px) {
    .page-products .page-wrapper &gt; .breadcrumbs &gt; ul, .page-products .page-main{
        max-width: 1460px !important;
    }
}
@media (max-width: 991px) {
    .page-products .columns {
        flex-direction: column;
    }

    .page-products .columns .sidebar.sidebar-main {
        flex: 0 0 100%;
        /* Make sidebar full width on small screens */
    }

    .header-main .header-left.flex-1 {
        padding-left: 0% !important;
    }

    .limiter {
        display: none;
    }

    .header-center {
        width: fit-content !important;
    }

    .navigation {
        background: #fff;
    }

    .nav-open .page-wrapper {
        inset-inline-start: 0 !important;
        width: 100%;
    }

    .nav-sections {
        height: calc(100% - 140px) !important;
        top: auto !important;
        width: 100% !important;
        bottom: 0;
        inset-inline-start: -100%;
    }

    .nav-open .nav-sections {
        box-shadow: none !important;
    }

    .navigation .parent .level-top:after {
        top: 22px;
        transform: rotate(-90deg);
    }

    .navigation .parent .level-top.ui-state-active:after {
        transform: rotate(180deg);
    }

    .filters-header {
        display: none !important;
    }

    
    .toolbar-products {
        display: flex;
        background: #fff;
    }

    /* Hide the second toolbar-products */
    .amasty-shopby-product-list .toolbar-products:nth-of-type(2) {
        display: none !important;
    }

    .toolbar a.porto-product-filters-toggle,
    .toolbar .toolbar-sorter {
        flex: 0 0 50%;
        box-sizing: border-box;
        justify-content:center;
        border: unset;
    }

    .toolbar .toolbar-sorter select {
        border: unset!important;
        background: #fff!important;
    }
    
    .products-grid .product-item {
        width: 48%!important;
    }

    /* Mobile sticky toolbar */
    .toolbar.toolbar-products {
        position: sticky;
        top: 0;
        z-index: 10;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    
    .toolbar.toolbar-products .filters-header {
        margin-bottom: 5px;
    }
    
    /* Hide sidebar by default on mobile */
    .page-products .columns .sidebar.sidebar-main {
        position: fixed;
        top: 0;
        left: -100%;
        width: 90%;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        transition: left 0.3s ease;
        overflow-y: auto;
    }
    
    /* Show sidebar when opened */
    .sidebar-opened .page-products .columns .sidebar.sidebar-main {
        left: 0;
    }
    
    /* Sidebar overlay */
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .sidebar-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    /* Close button in overlay */
    .sidebar-overlay .close-sidebar {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        z-index: 1001;
    }

    .page-products .columns .sidebar.sidebar-main {
        width: 90% !important;
        z-index: 10000 !important;
    }

    .block-category-list .block-content ol li a, .filter-options .filter-options-content a {
        padding-left: 32px !important;
    }

    .am-labels-folding .am-collapse-icon, .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon, .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
        margin: 0 !important;
    }

    .filter-options .items.ln-items-brand .item a {
        padding-inline-start: 32px !important;
    }

    .block-category-list .block-content ol li a, .filter-options .filter-options-content a {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    
}

@media (max-width: 768px) {
    .catalog-product-view .product-info-main .towishlist {
        height: 40px;
    }
    
    .page-layout-2columns-left .columns {
        flex-wrap: wrap-reverse !important;
    }

    .block-collapsible-nav {
        position: relative !important;
    }
}

/* Hotfix amasty layered navigation */

.filter-options input[type="checkbox"] + .amshopby-choice::before {
	border: unset !important;
	background: unset !important;
}


.filter-options input[type='checkbox'] + .amshopby-choice:before, .filter-options input[type='checkbox'] + .amshopby-choice:after {
    top: 5px !important;
}

.sorter {
    margin-right: 10px;
    margin-left: auto;
}

span.am-collapse-icon {
    top: 6px !important;
}

/* Sticky Toolbar */
.toolbar.toolbar-products {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 15px 0;
}

/* Ensure toolbar content is properly spaced */
.toolbar.toolbar-products .filters-header {
    margin-bottom: 10px;
}

.toolbar &gt; * {
    margin: 0 !important;
}

.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
    padding-left: 40px !important;
}

.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 20px !important;
}
</pre></body></html>