.bpa-product-template-page {
    margin: 32px auto 48px;
    max-width: 1280px;
    padding: 0 20px;
}

.bpa-product-template-shell {
    width: 100%;
}

.bpa-product-template-hero {
    align-items: flex-start;
    gap: 32px;
}

.bpa-product-block {
    margin-bottom: 20px;
}

.bpa-product-block-gallery {
    margin-bottom: 0;
}

.bpa-product-block-title {
    margin: 0;
}

.bpa-product-block-price {
    font-size: 1.5rem;
    font-weight: 700;
}

.bpa-product-block-summary p:last-child {
    margin-bottom: 0;
}

.bpa-product-block-add-to-cart form.cart {
    margin-bottom: 0;
}

.bpa-product-block-tabs,
.bpa-product-block-related {
    margin-top: 16px;
}

.bpa-product-block-related .related.products > h2:first-child {
    margin-top: 0;
}

@media (max-width: 781px) {
    .bpa-product-template-page {
        margin-top: 24px;
        padding: 0 16px;
    }

    .bpa-product-template-hero {
        gap: 24px;
    }
}

.bpa-shop-template-page {
    --bpa-shop-blue: #202344;
    --bpa-shop-title: #2e3156;
    --bpa-shop-yellow: #fdc831;
    --bpa-shop-teal: #00a29b;
    --bpa-shop-muted: #637083;
    --bpa-shop-line: #d2d8dd;
    --bpa-shop-shadow-card: 0 10px 17.2px rgba(0, 0, 0, .08), 0 151px 21px rgba(0, 0, 0, 0);
    margin: 42px auto 76px;
    max-width: 1320px;
    padding: 0;
    color: var(--bpa-shop-blue);
}

.bpa-shop-template-shell {
    width: 100%;
}

.bpa-brand-archive-heading {
    margin-bottom: 8px;
}

.bpa-brand-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 34px 0 22px;
    color: var(--bpa-shop-muted);
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.bpa-brand-breadcrumb a {
    color: var(--bpa-shop-muted);
    text-decoration: none;
}

.bpa-brand-breadcrumb a:hover,
.bpa-brand-breadcrumb a:focus {
    color: var(--bpa-shop-yellow);
}

.bpa-brand-breadcrumb span[aria-current='page'] {
    color: var(--bpa-shop-yellow);
}

.bpa-brand-archive-heading .bpa-shop-block-title {
    color: var(--bpa-shop-blue);
    font-family: 'Arsenica Variable', Georgia, serif;
    font-weight: 500;
}

.bpa-brand-archive-heading .bpa-shop-block-description,
.bpa-brand-archive-heading .term-description {
    color: var(--bpa-shop-muted);
    font-family: 'Myriad Pro', Arial, sans-serif;
    line-height: 1.6;
}

.bpa-brand-archive-heading + .wp-block-spacer {
    display: none;
}

.bpa-shop-template-hero {
    min-height: 280px;
    border-radius: 24px;
    overflow: hidden;
}

.bpa-shop-block-title {
    margin: 0;
    font-size: clamp(38px, 7vw, 86px);
    line-height: .95;
    letter-spacing: -.06em;
}

.bpa-shop-block-description {
    max-width: 680px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.65;
}

.bpa-shop-block-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.bpa-shop-category-link {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    background: #fff;
    color: inherit;
    padding: 9px 16px;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.bpa-shop-category-link:hover {
    border-color: currentColor;
    transform: translateY(-1px);
}

.bpa-shop-block-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 26px;
}

.bpa-shop-block-toolbar .woocommerce-result-count,
.bpa-shop-block-toolbar .woocommerce-ordering {
    margin: 0;
}

.bpa-shop-block-products ul.products {
    margin-bottom: 0;
}

.bpa-shop-block-pagination {
    margin: 54px 0 76px;
}

.bpa-shop-active-filters {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
}

.bpa-shop-active-filters__label {
    color: #6b7380;
    font-size: 13px;
    font-weight: 700;
}

.bpa-shop-active-filters__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bpa-shop-active-filter {
    border-radius: 999px;
    background: #d9e7d4;
    color: #65705c;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.bpa-shop-active-filters__reset {
    margin-left: auto;
    color: #11142f;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.bpa-shop-archive-layout {
    align-items: flex-start !important;
    gap: 40px;
}

.bpa-shop-archive-layout > .wp-block-column:first-child {
    flex-basis: 240px !important;
    flex-grow: 0 !important;
}

.bpa-shop-archive-layout > .wp-block-column:last-child {
    min-width: 0;
}

.bpa-shop-archive-sidebar {
    position: sticky;
    top: 120px;
}

.bpa-shop-filters {
    display: grid;
    gap: 24px;
}

.bpa-shop-filter-group {
    border: 1px solid var(--bpa-shop-line);
    border-radius: 10px;
    background: #fff;
    padding: 26px 24px;
}

.bpa-shop-filter-title {
    margin: 0 0 18px;
    color: var(--bpa-shop-teal);
    font-family: Arsenica Variable;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    vertical-align: middle;
}

.bpa-shop-filter-options {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.bpa-shop-filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4A5565;
    text-decoration: none;
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.bpa-shop-filter-option small {
    color: #7c8792;
    margin-left: auto;
}

.bpa-shop-filter-options--choices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.bpa-shop-filter-option--choice {
    gap: 0;
    color: var(--bpa-shop-blue);
    font-size: 14px;
    line-height: 1;
}

.bpa-shop-filter-option--choice .bpa-shop-filter-checkbox {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border-color: var(--bpa-shop-line);
    color: var(--bpa-shop-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.bpa-shop-filter-option--choice.is-active .bpa-shop-filter-checkbox {
    border-color: var(--bpa-shop-blue);
    background: var(--bpa-shop-blue);
    color: #fff;
}

.bpa-shop-filter-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #cfd7dc;
    border-radius: 3px;
    background: #fff;
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease, border-color .2s ease;
}

.bpa-shop-filter-option.is-active .bpa-shop-filter-checkbox {
    border-color: var(--bpa-shop-blue);
    background: var(--bpa-shop-blue);
    box-shadow: none;
}

.bpa-shop-filter-option.is-active .bpa-shop-filter-checkbox::before {
    content: "";
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translate(1px, -1px);
}

.bpa-shop-filter-option--choice.is-active .bpa-shop-filter-checkbox::before {
    display: none;
    content: none;
}

.bpa-shop-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.bpa-brand-archive-page .bpa-shop-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bpa-shop-promo-card {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 436px;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px 28px;
    border-radius: 8px;
    background: #fff;
    color: var(--bpa-shop-blue);
}

.bpa-shop-promo-card::before,
.bpa-shop-promo-card::after {
    position: absolute;
    z-index: -1;
    display: block;
    border-radius: 50%;
    content: '';
}

.bpa-shop-promo-card::before {
    top: -58px;
    right: -64px;
    width: 190px;
    height: 190px;
    background: rgba(253, 200, 49, .96);
}

.bpa-shop-promo-card::after {
    bottom: -58px;
    left: -62px;
    width: 150px;
    height: 150px;
    background: rgba(0, 162, 155, .58);
}

.bpa-shop-promo-kicker {
    width: max-content;
    box-sizing: border-box;
    padding: 7px 13px 6px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    background: #fdc831;
    color: #202344;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bpa-shop-promo-card h2 {
    max-width: none;
    margin: 26px 0 14px;
    overflow: hidden;
    color: var(--bpa-shop-blue);
    font-family: 'Arsenica Variable', Georgia, serif;
    font-size: 25px;
    line-height: 1.02;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bpa-shop-promo-card p {
    max-width: 270px;
    margin: 0;
    color: #7c8795;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.bpa-shop-promo-offer {
    display: flex;
    align-items: baseline;
    margin: 26px 0 22px;
}

.bpa-shop-promo-offer strong {
    color: #fdc831;
    font-family: 'Arsenica Variable', Georgia, serif;
    font-size: 62px;
    line-height: .9;
}

.bpa-shop-promo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border-radius: 999px;
    background: var(--bpa-shop-yellow);
    color: #202344;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.bpa-shop-promo-cta:hover,
.bpa-shop-promo-cta:focus {
    background: var(--bpa-shop-teal);
    color: #202344;
}

.bpa-shop-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 436px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--bpa-shop-shadow-card);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.bpa-shop-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(10, 24, 35, .12);
}

.bpa-shop-product-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 274px;
    padding: 24px 24px 0;
}

.bpa-shop-product-image {
    width: 100%;
    max-width: 90%;
    max-height: 250px;
    object-fit: contain;
}

.bpa-shop-product-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 999px;
    background: var(--bpa-shop-teal);
    color: #092444;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.bpa-shop-product-badge--new {
    background: var(--bpa-shop-teal);
}

.bpa-shop-product-badge--promo {
    top: 54px;
}

.bpa-shop-wishlist,
.bpa-shop-wishlist-yith {
    position: absolute;
    top: 22px;
    right: 18px;
    z-index: 2;
}

.bpa-shop-wishlist,
.bpa-shop-wishlist-yith a,
.bpa-shop-wishlist-yith .add_to_wishlist {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #11142f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
}

.bpa-shop-wishlist-yith a,
.bpa-shop-wishlist-yith .add_to_wishlist {
    text-indent: -999px;
}

.bpa-shop-wishlist-yith a::before,
.bpa-shop-wishlist-yith .add_to_wishlist::before {
    content: "\2665";
    text-indent: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.bpa-shop-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 24px 24px;
}

.bpa-shop-product-title {
    display: -webkit-box;
    height: auto;
    min-height: 54px;
    margin: 0 0 14px;
    overflow: hidden;
    font-family: Arsenica Variable;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0%;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bpa-shop-product-title a {
    color: var(--bpa-shop-title);
    text-decoration: none;
}

.bpa-shop-product-excerpt {
    margin: 0;
    color: #4A5565;
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    letter-spacing: -0.44px;
}

.bpa-shop-product-rating {
    position: relative;
    width: 82px;
    height: 14px;
    margin-bottom: 18px;
    background: linear-gradient(90deg, #00a75a 0 20%, transparent 20% 25%, #00a75a 25% 45%, transparent 45% 50%, #00a75a 50% 70%, transparent 70% 75%, #00a75a 75% 95%, transparent 95%);
    opacity: .9;
}

.bpa-shop-product-rating span {
    display: block;
    height: 100%;
}

.bpa-shop-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 18px;
}

.bpa-shop-product-price {
    color: var(--bpa-shop-title);
    font-family: Arsenica Variable;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}

.bpa-shop-cart-button {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: var(--bpa-shop-yellow);
    color: var(--bpa-shop-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.bpa-shop-product-hover {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 8px;
    background: var(--bpa-shop-blue);
    color: #fff;
    min-height: 0;
    padding: 14px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.bpa-shop-product-card:hover .bpa-shop-product-hover,
.bpa-shop-product-card:focus-within .bpa-shop-product-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.bpa-shop-product-hover h3 {
    display: -webkit-box;
    margin: 0 0 8px;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.08;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bpa-shop-product-hover p {
    display: -webkit-box;
    margin: 0 0 14px;
    overflow: hidden;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bpa-shop-variation-form {
    display: flex;
    min-height: 0;
    flex-direction: column;
}

.bpa-shop-card-variations {
    margin-bottom: 8px;
}

.bpa-shop-card-actions {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.bpa-shop-hover-cart {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    min-height: 0;
}

nav.woocommerce-breadcrumb a {
    text-decoration: none;
}

.bpa-shop-hover-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.bpa-shop-hover-qty-control {
    width: 118px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 7px;
    background: transparent;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    overflow: hidden;
}

.bpa-shop-hover-qty-control button {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.bpa-shop-hover-qty-control .pdp-qty-value {
    min-width: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.bpa-shop-card-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.bpa-shop-hover-qty-control button:hover, .bpa-shop-hover-qty-control button:focus {
    background-color: transparent;
}

.bpa-shop-card-add:hover {
    color: #fff;
}

.bpa-shop-product-view:hover {
    color: #fff;
}

.bpa-shop-variation-select {
    width: 118px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 7px;
    background-color: transparent;
    color: #fff;
    padding: 0 25px 0 12px;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #ffd02f 50%), linear-gradient(135deg, #ffd02f 50%, transparent 50%);
    background-position: calc(100% - 15px) 15px, calc(100% - 9px) 15px;
    background-repeat: no-repeat;
    background-size: 7px 7px, 7px 7px;
}

.bpa-shop-card-variation-summary {
    color: #fff;
    font-size: 13px;
}

.bpa-shop-card-variation-summary .price {
    color: #fff;
    font-weight: 700;
}

.bpa-shop-card-add,
.bpa-shop-product-view {
    width: 100%;
    min-height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.bpa-shop-card-add {
    border: 0;
    background: #08aaa5;
    color: #fff;
    /* margin-top: auto; */
}

.bpa-shop-product-hover .single_add_to_cart_button.bpa-shop-card-add,
.bpa-shop-product-hover .single_add_to_cart_button.bpa-shop-card-add.button,
.bpa-shop-product-hover .single_add_to_cart_button.bpa-shop-card-add.alt {
    min-height: 40px;
    border: 0;
    border-radius: 999px;
    background: #08aaa5;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.bpa-shop-card-add.is-loading {
    color: transparent !important;
    pointer-events: none;
}

.bpa-shop-card-add.is-loading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    content: "";
    animation: bpa-shop-spin .7s linear infinite;
}

.bpa-shop-card-add.is-added {
    background: #08aaa5;
}

.bpa-shop-cart-feedback {
    display: block;
    min-height: 16px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.bpa-shop-cart-feedback.is-success {
    color: #9ff2d4;
}

.bpa-shop-cart-feedback.is-error {
    color: #ffd7d7;
}

@keyframes bpa-shop-spin {
    to {
        transform: rotate(360deg);
    }
}

.bpa-shop-card-add.disabled {
    cursor: not-allowed;
    opacity: .5;
}

.bpa-shop-product-view {
    border: 1px solid var(--bpa-shop-yellow);
    color: #fff;
    background: transparent;
    margin-top: 8px;
}

.bpa-shop-product-hover > .bpa-shop-card-add {
    margin-top: auto;
}

.bpa-shop-block-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bpa-shop-block-pagination .page-numbers a,
.bpa-shop-block-pagination .page-numbers span {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #0e1726;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.bpa-shop-block-pagination .page-numbers .current {
    background: #000;
    color: #fff;
}

.bpa-shop-template-placeholder {
    border: 1px dashed #b8c0cc;
    border-radius: 12px;
    background: #f7f8fa;
    padding: 18px;
    text-align: center;
}

.ctn-btn-wishlist .bpa-shop-wishlist-yith {
    position: relative;
    top: unset;
    right: unset;
    display: flex;
    justify-content: flex-end;
}

.ctn-btn-wishlist .bpa-shop-wishlist-yith a.yith-wcwl-add-to-wishlist-button {
    color: #fff;
}

.ctn-btn-wishlist .bpa-shop-wishlist-yith a.yith-wcwl-add-to-wishlist-button::before {
    content: none;
}

.ctn-btn-wishlist .yith-add-to-wishlist-button-block {
    margin: 0;
}

.ctn-btn-wishlist .bpa-shop-wishlist-yith a.yith-wcwl-add-to-wishlist-button svg {
    color: #fff;
}

article.bpa-shop-product-card.is-variable .ctn-btn-wishlist a.yith-wcwl-add-to-wishlist-button {
    width: 30px;
    height: 30px;
}

article.bpa-shop-product-card.is-variable .ctn-btn-wishlist a.yith-wcwl-add-to-wishlist-button svg {
    color: transparent;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 1.5px;
    stroke-linejoin: round;
    stroke-linecap: round;
}


.bpa-ctn-hover-product {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bpa-shop-variation-form {
    min-height: 0;
}

.bpa-shop-product-view a:hover, a:focus, a:active {
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #FDC831;
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
}

tr.woocommerce-cart-form__cart-item.cart_item span.bpx-cart-wishlist a.yith-wcwl-add-to-wishlist-button::before {
    content: none;
}

form#bpx-cart-form a.yith-wcwl-add-to-wishlist-button::before , .bpa-shop-product-visual .bpa-shop-wishlist-yith.product a.yith-wcwl-add-to-wishlist-button:before{
    content: none;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #fff !important;
}
.woocommerce-archive-wrapper .inside-article {
    padding: 0!important;
}

.bpa-shop-product-visual .bpa-shop-wishlist-yith.product {
    position: absolute;
    top: 20px;
    right: 20px;
}
.bpa-shop-product-visual .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--added-to-wishlist-icon-color, #000) !important;
}
@media (max-width: 781px) {
    .bpa-shop-template-page {
        margin-top: 24px;
        padding: 0 16px;
    }

    .bpa-shop-template-hero {
        min-height: 220px;
        border-radius: 18px;
    }

    .bpa-shop-block-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .bpa-shop-archive-sidebar {
        position: static;
    }

    .bpa-shop-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .bpa-brand-archive-page .bpa-shop-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bpa-shop-promo-card {
        min-height: 360px;
        padding: 24px 20px;
    }

    .bpa-shop-promo-card h2 {
        font-size: 22px;
    }

    .bpa-shop-promo-offer strong {
        font-size: 52px;
    }

    .bpa-shop-product-visual {
        height: 230px;
        padding: 18px 18px 0;
    }

    .bpa-shop-product-image {
        max-height: 212px;
    }
}

@media (max-width: 560px) {
    .bpa-shop-products-grid {
        grid-template-columns: 1fr;
    }

    .bpa-brand-archive-page .bpa-shop-products-grid {
        grid-template-columns: 1fr;
    }

    .bpa-shop-promo-card {
        min-height: 420px;
        padding: 30px 28px;
    }

    .bpa-shop-active-filters {
        align-items: flex-start;
        flex-direction: column;
    }

    .bpa-shop-active-filters__reset {
        margin-left: 0;
    }

    .bpa-shop-product-visual {
        height: 220px;
        padding: 16px 16px 0;
    }

    .bpa-shop-product-image {
        max-width: 86%;
        max-height: 204px;
    }

    .bpa-shop-product-body {
        padding-right: 16px;
        padding-bottom: 18px;
        padding-left: 16px;
    }

    .bpa-shop-product-title {
        font-size: 15px;
    }
}
