.product-view-switcher {
    display: flex;
}

.product-view-switcher button {
    cursor: pointer;
}

.product-view-switcher button.active {
    font-weight: 700;
}


.view-list .row-products>* {
    width: 100%;
}

.view-list .row-products .product-item {
    flex-direction: row;
}

.view-list .row-products .product-item .act {
    align-items: flex-start;
    text-align: left;
}

.view-list .row-products .product-item .image {
    max-width: 30%;
    width: 10rem;
    flex-shrink: 0;
}

.woocommerce-order-details {
    margin: 2rem 0;
}

mark {
    font-weight: bold;
    background: none;
}

.woocommerce-order-details,
.woocommerce-order-overview {
    margin-bottom: 2rem;
}

.woocommerce-error li {
    padding: 1rem;
    background: #fee2e2;
    display: flex;
    gap: .2rem;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.woocommerce-error li .button {
    vertical-align: middle;
    margin-left: auto;
}

.product_meta a {
    text-decoration: underline;
}

.product_meta .sku {
    font-weight: bold;
}


.product_meta a:hover {
    text-decoration: none;
}

.product_meta {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.woocommerce-Tabs-panel--product_meta_tab ul {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.woocommerce-Tabs-panel--product_meta_tab a {
    text-decoration: underline; 
}
.woocommerce-Tabs-panel--product_meta_tab a:hover {
    text-decoration: none; 
}

.product .stock {
    margin-bottom: 1rem;
}

.section-single-prod .product .summary  .cart .button {
    flex-grow: 1;
}
    .main-menu-w .links a svg { 
        flex-shrink: 0; 
}

.main-menu-w .links a[aria-label="Paskyra"] {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.section-single-prod .product .summary  .cart {
    display: flex;
    gap: .4rem;
    margin-bottom: 2rem;
    align-items: center;
}

.search-form-e button {

    width: 2.4rem;
    height: 2.4rem;
    margin: -.2rem;
    padding: 0.2rem;
}

.product_title {
    margin-bottom: 2rem;
}

.row.product {
    row-gap: 2rem;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.tabs.wc-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    gap: .4rem;
    margin-bottom: 1rem;
}

.tabs.wc-tabs a:hover {
    color: #278b4d;
}

.tabs.wc-tabs .active a {
    background: #278b4d;
    color: #fff;
}


.tabs.wc-tabs a {
    transition: all .3s ease-out;
    padding: .6rem 1rem;
    line-height: 1.3rem;
    display: block;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
}

.woocommerce-product-gallery__wrapper a {
    width: 100%;
    display: block;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background: rgba(255, 255, 255, .8) !important;
}

.pswp__button {
    filter: brightness(0);
}

.pswp__bg {
    background: rgba(255, 255, 255, .8) !important;
}

.pswp__counter {
    color: #000 !important;
}

.woocommerce-product-gallery__wrapper img {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.flex-control-nav {
    display: flex;
    gap: .4rem;
    position: relative;
    z-index: 3;
    margin-top: .4rem;
    flex-wrap: wrap;
}

.woocommerce-product-gallery {
    position: relative;
}

.flex-control-nav li {
    width: calc(25% - .3rem);
    max-width: 80px;
}

.flex-control-nav img {
    aspect-ratio: 1;
    cursor: pointer;
    width: 100%;
    object-fit: contain;
}

.wc-tab h2,
.wc-tab .h2,
.wc-block-product-filters__overlay h3 {

    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: .625rem !important;
}

.wc-tab .h2,
.wc-tab h2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
    padding-bottom: .4rem;
    padding-right: 1rem;
}

.btn[disabled],
.loading {
    opacity: .5;
    pointer-events: none;
}

.added_to_cart.wc-forward {
    display: none;
}

.woocommerce-product-details__short-description {
    margin-bottom: 2rem;
}
.wp-block-woocommerce-product-filter-clear-button {
    margin-top: .2rem;
}

.wc-block-product-filter-checkbox-list__input~svg * {
    fill: none !important;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active {
    color: #278b4d;
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.prods-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.woocommerce-message {
    margin-bottom: 2rem;
}

.woocommerce-product-attributes td {
    font-weight: bold;
}
 
.main-menu-w .links a {
    position: relative;
}

@media screen and (max-width: 767px) {

    .main-menu-w .links a {
        font-size: 0;
    }

    .row-products {
        row-gap: calc(var(--pp-gutter-x) *.75);
    }

    .prods-controls {
        font-size: .9rem;
    }

}

.main-menu-w .links a {
    position: relative;
}


.button.secondary,.wp-element-button.secondary,.btn.secondary {
 
    background: #7c7c7c; 
} 

.button.secondary:hover,.wp-element-button.secondary:hover,.btn.secondary:hover {
    background: #5c5c5c
}

.cart-count {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    padding: 0 2px;
    border-radius: 50px;
    font-size: .675rem;
    background: red;
    color: #fff;
    min-width: 1rem;
    margin: auto;
    height: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderby,
input.input-text,
.input-text,
.woocommerce-Input--text,
.form-control {
    color: #000;
    background: #fff;
    height: 2.5rem;
    border: 1px solid #000;
    padding: 0 .8rem;
    font-size: 16px;
}



.woocommerce-form-row input {
    width: 100%;
}

.woocommerce-form-row {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.related.products h2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.product-item .wc-fav-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    margin: .5rem;
}

.product-item form {
    margin-top: auto;
}
 .vbh-export-bar {
    margin-top: 2rem;
}

.product-item .name small {
    display: block;
    opacity: .75;
    font-size: .8rem;
    margin-top: .5rem;
    line-height: 1.4;
}

.ajax-search-list .status-dot {
    margin: .5rem;
    transform: scale(.5);
}

.view-list 
.status-dot {
    width: .5rem;
    height: .5rem;
}

.status-dot {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    z-index: 2;
    opacity: .5;
    background: #c9a52e;
}

.status-dot.status-1 {
    opacity: 1;
    background: #278b4d;
}
.ajax-search-list .product-item .wc-fav-btn {
    display: none;
}

.orderby:focus,
input.input-text:focus,
.input-text:focus,
.woocommerce-Input--text:focus,
.form-control:focus {
    outline: none;
    border-color: #278b4d;
    box-shadow: 0 0 0 2px rgba(150, 88, 138, .15);
}

.woocommerce-pagination ul {
    display: flex;
    margin: 2rem 0;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-pagination ul .page-numbers {
    display: block;
    padding: 1rem;
}

.woocommerce-pagination ul .page-numbers.current {
    opacity: .5;
}

:where(.wc-block-product-filters) .wc-block-product-filters__close-overlay,
:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay {
    font-size: 1.2rem !important;
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay {
    top: 0 !important;

}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-header,
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer,
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content {
    padding: 1rem !important;
}

.product-item .image img {
    width: 100%;
    height: 100%;
}

.wc-block-product-filter-chips__items+.wc-block-product-filter-chips__show-more {
    display: none;
}

.wc-block-product-filter-checkbox-list__items+.wc-block-product-filter-checkbox-list__show-more {
    opacity: 0;
}

.wc-block-product-filter--hidden:has(.custom-range-filter) {
    display: block;
}

.custom-range-filter {
    width: 100%;
}

.custom-range-filter__values {
    display: flex;

    justify-content: space-between;
    margin-bottom: 4px;
}

.noUi-connect {
    background: #278b4d;

}

.noUi-target {
    margin: 10px 14px;
}

.product-item .name {
    width: 100%;
    word-wrap: break-word;
}

.product-item .name a {

    display: block;
    width: 100%;
}

.woocommerce-form-login__rememberme {
    display: none;
}

.woocommerce form .form-row .required {
    color: #a00;
}

.product-item form {
    gap: .4rem;
    padding-top: .4rem;
    display: flex;
    width: 100%;
    align-items: normal;
}

.product-item .btn {
    min-width: 0;
    flex-grow: 1;
}

.product-item form input {
    height: 100%;
    width: 3rem;
    flex-shrink: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
}

.ajax-search-results {
    position: absolute;
    top: 100%;
    word-wrap: break-word;
    width: 100%;
    background: #278b4d;
    margin-right: -.6rem;
    margin-left: -.6rem;
    padding: .4rem .8rem;
    padding-right: 0;
    left: 0;
}

.ajax-search-list {
    overflow: hidden;
    width: 100%;
    max-height: 360px;
    padding-right: .8rem;
    overflow-y: auto;
}

.main-menu-w .top-r .ajax-search-results .ajax-search-all {
    height: auto;
    width: 100%;
    margin-top: .4rem;
    padding: .6rem 1rem;
}

.main-menu-w .top-r .product-item {
    overflow: hidden;
}

.main-menu-w .top-r .product+.product {
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.main-menu-w .top-r .product-item {
    display: block;
    width: 100%;
    flex-direction: row;
    height: auto;
    box-shadow: none;
    margin: .8rem 0;
    gap: 1rem;
}

.main-menu-w .top-r .product-item form {
    clear: both;
}

.main-menu-w .top-r .product-item .act .btn {
    background: rgba(0, 0, 0, .1);
    ;
}

.main-menu-w .top-r .product-item .act .btn:hover {
    background: rgba(0, 0, 0, .2);
    ;
}

.main-menu-w .top-r .product-item .act {
    display: inline;
    padding: 0;
    margin: 0;
    background: none;
}

.main-menu-w .top-r .product-item .name {
    display: block;
    text-align: left;
    float: right;
    width: calc(100% - 6rem);
}

.main-menu-w .top-r .product-item .image {
    width: 5rem;
    flex-shrink: 0;
    float: left;
    height: 5rem;
    position: relative;
}

.cart-count:empty {
    display: none;
}


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

    .product-item .wc-fav-btn {
        margin: .1rem;
    }

    .woocommerce-product-attributes * {
        display: block;
        width: auto;
    }

    .woocommerce-product-attributes th {
        padding-bottom: 0;
    }

    .woocommerce-product-attributes tr {
        padding-bottom: .4rem;
    }


    .status-dot {
        margin: .5rem;
        transform: scale(.5);
    }
}

@media screen and (min-width: 767px) {

    .main-menu ul ul {
        overflow: visible;
        overflow-y: auto;
        max-height: 70vh;
    }

    .main-menu ul li:last-child ul {
        margin-top: -180px;
    }

    .main-menu-w .links a svg {
        width: 1.2rem;
    }

    .main-menu-w .links a {
        width: auto;
        min-width: 2rem;
        display: flex;
        align-items: center;
        gap: .4rem;
    }
}


.wp-block-table {
    overflow-x: auto;
}


.wp-block-table table {
    width: 100%;
    min-width: 700px;
}

.entry > p a,
.entry > ol a,
.entry > ul a {
    text-decoration: underline;
}
.entry > p a:hover,
.entry > ol a:hover,
.entry > ul a:hover {
    text-decoration: none;
}
 .section-image+.section-cols+.section-cols {
    padding-top: 0;
}
.brand-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.aligncenter  {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry + .grey-box {
    margin-top: 2.5rem;
}

.entry > ol li {
    list-style: decimal outside;
    margin-left: 1.4rem;
}

.entry > ul li {
    list-style: disc outside;
    margin-left: 1.4rem;
}

.wp-block-table th {
    border-bottom: 2px solid #e5e7eb;
    padding: .4rem;
    font-weight: bold;
}
.wp-block-table td {
    padding: .4rem;
}