a.ast-on-card-button.ast-select-options-trigger.product_type_variable.add_to_cart_button {
    display: none;
}

.woocommerce ul.products li.product a img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    opacity: 1;
}

.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin-bottom: .8em;
    background: white;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 0;
}

.filter-content {
    padding-top: 5px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    color: #A0A0A0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;

    letter-spacing: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    line-height: 1.5;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
    padding-bottom: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
    color: var(--yith-wcan-anchors_style_text_hover, #000000);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
    color: #000000;
}


button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
    width: 100%;
    padding: 20px 0;
    transition: all 0.3s ease;
    background-color: black;
    color: white;
    border: 1px solid black;
    font-weight: 300;
}

button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
}



.elementor-popup-modal .dialog-close-button {
    background: url('/wp-content/uploads/2025/11/Group-194.svg') no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    transition: transform 0.7s ease;
}

.elementor-popup-modal .dialog-close-button svg {
    display: none !important;
}

.elementor-popup-modal .dialog-close-button:hover {
    filter: brightness(0.7);
}

#elementor-popup-modal-1237 {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 1px #000000) !important;
}

/* span.variable-item-span.variable-item-span-color {
    border-radius: 50px;
}

li.variable-item.color-variable-item.color-variable-item-black.selected {
    border-radius: 50px !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{
    border-radius: 50px !important;
} */

.woocommerce-message,
.woocommerce-info {
    position: fixed;
    bottom: 0;
    left: 30px;
    display: flex;
    gap: 15px;
    width: calc(100% - 40px);
    max-width: 550px;
    z-index: 9999;
    background: #ffffff;
    color: #000000;
    font-family: "Helvetica", Sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    padding: 20px;
    border: none;
    border-radius: 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-content: flex-end;
}

.woocommerce-message,
.woocommerce-info {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

.woocommerce-message.show,
.woocommerce-info.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.woocommerce-message::before, .woocommerce-info::before {
    display: none;
}


a.button.wc-forward {
    transition: all 0.3s ease;
    border: 1px solid black !important;
    background: black;
    color: white;
}

a.button.wc-forward:hover,
a.button.wc-forward:focus {
    border: 1px solid black !important;
    background: white !important;
    color: black !important;
}


@media (max-width: 768px){
  .woocommerce-message,
  .woocommerce-info{
      left: 0;
      width: 100%;
      max-width: 100%;
      bottom: 0;
      padding: 16px;
      font-size: 13px;
      gap: 10px;
      justify-content: space-between;
  }
  
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    line-height: 2;
}
}

@media (max-width:480px){
  .woocommerce-message,
  .woocommerce-info{
      padding: 14px;
      font-size: 12.5px;
      gap: 8px;
  }
}




