.archive p,
.archive h1{
    color: var(--black);
}

.archive select {
    background-color: #fff!important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 14px;
}

.archive select:focus {
    outline:  none !important;
    border: none!important;
}

.archive li.product {
    width: 278px !important;
}

.archive .ast-container {
    padding: 0 35px;
}

.woocommerce-js nav.woocommerce-pagination ul li a, .woocommerce-js nav.woocommerce-pagination ul li span {
    background-color: #fff;
}

.archive #content {
    padding-bottom: 0;
}


.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb {
    color: var(--main) !important;
}

.woocommerce-breadcrumb a {
    color: var(--gray) !important;
}

body.woocommerce-js .variations select,
body.woocommerce-js .woocommerce-ordering select {
    padding: 10px 25px 10px 10px;
}

.wc-block-components-notice-banner,
.woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff !important;
    gap: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.woocommerce-message a.button {
    margin-left: auto;
}

.woocommerce-message::before {
    top: 50%;
    transform: translateY(-50%);
}

.wc-block-components-notice-banner svg {
    position: relative;
    top: 10px;
}


.woocommerce-wishlist .wc-block-components-notice-banner svg,
.woocommerce-cart .wc-block-components-notice-banner svg {
    top: 0;
}

.wc-block-components-notice-banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}