.breadcrumbs .woocommerce-breadcrumb{
    margin-bottom: 0;
}

.breadcrumbs .woocommerce-breadcrumb > a{
    font-size: 12px;
    text-decoration: none;
}

.breadcrumbs .woocommerce-breadcrumb .separate_icon{
    margin: 0 8px;
}

.plp_contact_text a{
    font-size: inherit;
    text-decoration: none;
}

.plp_tabs .e-n-tab-title:hover,
.plp_tabs .e-n-tab-title:focus{
    border-radius: 0;
}

.selected-filters:before {
    top: 0px !important;
    font-size: 16px;
}

.selected-filters-area .clear-all {
    color: #494D52;
    font-weight: 400;
    text-underline-offset: 2px;
}

.selected-filters-area .clear-all:hover{
    color: #1f1f1f;
}

.filter-heading .elementor-heading-title {
    padding: 0 !important;
    margin-top: 0px !important;
}

.filter-heading .elementor-heading-title::after, .filter-heading.closed .elementor-heading-title::before {
    top: 12px !important;
    height: 1px !important;
}

.plp_tryon span.try-on {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    background: url(/wp-content/uploads/2025/12/try-on-icon.png) no-repeat left center / 27px;
    padding: 4px 16px 4px 35px;
}

.product_loop_item {
    text-decoration: none !important;
}

.frame-size-attr .e-filter {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 0;
    margin-bottom: 16px;
}
.frame-size-attr .e-filter .e-filter-item {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px !important;
    text-align: center !important;
}
.frame-size-attr .e-filter .e-filter-item[aria-pressed=true],
.frame-size-attr .e-filter .e-filter-item:hover{
    background: #f7f7f7;
    border: 1px solid #1f1f1f;
}
.frame-size-attr .e-filter .e-filter-item::before {
    display: none;
}

.plp_tabs:has(.term-description:empty) #information_tab {
  display: none;
}

p.price:has(del) {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
}

p.price ins {
    text-decoration: none;
}

p.price del {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #909090;
    opacity: 1 !important;
}

.discount_label {
    padding: 4px 12px;
    background: #E34320;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42em;
}

.filter-values.vto .e-filter-item, .filter-values.vto .e-filter-item:hover, .filter-values.vto .e-filter-item:focus {
    padding-left: 0 !important;
}

.filter-values.vto .e-filter-item[aria-pressed="true"]::before {
    background: #2E4379 !important;
    border-color: #2E4379 !important;
}

.products-area .page-numbers.current, .products-area .page-numbers:hover:not(.products-area .page-numbers.prev:hover):not(.products-area .page-numbers.next:hover) {
    background: #2E4379 !important;
}

.products-area .page-numbers{
    text-decoration: none !important;
}

.filter-values .e-filter-item[aria-pressed="true"]::before {
    background: url(/wp-content/uploads/2025/12/checked.png) no-repeat left center / 22px !important;
}

@media screen and (max-width: 1024px) {
    .frame-size-attr .e-filter {
         grid-template-columns: repeat(3, 1fr);
    }
}

@media(min-width:769px){
    .filter-values.vto .e-filter-item::after {
        top: 12px !important;
    }
}

@media(max-width:768px){
    .filter-values.vto .e-filter-item::after {
        top: 11px !important;
    }
}