/* breadcrumb */
.woocommerce-products-header .woocommerce-breadcrumb {
    float: none !important;
    margin: 12px 0 36px;
}

.breadcrumb-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

@media (max-width:991px) {
    .breadcrumb-wrapper {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

.woocommerce-breadcrumb {
    background-color: #FEFBFC;
    width: auto !important;
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 167.692%;
}

.woocommerce-breadcrumb span {
    color: #D06274 !important;
}

.woocommerce-breadcrumb a {
    color: #D39BA4 !important;
    transition: color .3s ease;
}

.woocommerce-breadcrumb a:hover {
    color: #D06274 !important;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 167.692%;
}

@media (max-width:991px) {
    .woocommerce-breadcrumb {
        gap: 8px;
        padding: 4px 12px;
    }
}

/* breadcrumb */
/* share-buttons */

#share-buttons {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    width: auto !important;
    border-radius: 100px;
    border: 1px solid #D2D2D2;
    background: #FBFBFB;
    padding: 3px 16px;
    gap: 16px;
}

#share-buttons a,
#share-buttons span {
    color: #485151;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    transition: color .3s ease;
}

#share-buttons a:hover,
#share-buttons span:hover {
    color: #161919;
}

#share-buttons .socials i {
    transition: color .3s ease;
}

#share-buttons .brow-wishlist.added .icon-heart::before {
    display: none;
}

@media (min-width:991px) {
    #share-buttons .socials a:hover i {
        color: #fff;
    }
}

@media (max-width:991px) {
    #share-buttons {
        padding: 0 12px;
        gap: 8px;
        margin-left: 0;
        justify-content: flex-start;
    }

    .woocommerce div.product.layout-v6 .product-share {
        padding: 0 !important;
        border: 0 !important;
    }

    .woocommerce div.product.layout-v6 .product-share .socials a:first-child,
    .woocommerce div.product.layout-v6 .product-share .socials a {
        margin-left: 0 !important;
    }

    #share-buttons:not(.show-socials) .socials {
        opacity: 0;
        pointer-events: auto;
    }

    #share-buttons .socials {
        transition: opacity .3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        background-color: #FBFBFB;
        gap: 12px;
        opacity: 1;
    }

    .woocommerce div.product .add-to-wishlist-button {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: auto !important;
        height: auto !important;
    }

    .woocommerce div.product .add-to-wishlist-button .button-text {
        display: flex !important;
        white-space: nowrap;
    }

    .woocommerce div.product.layout-v6 .add-to-wishlist-button {
        line-height: 1 !important;
        background-color: transparent !important;
    }

    .add-to-wishlist-button:not(.added) .add-to-wishlist.add,
    .add-to-wishlist-button.loading .adding-to-wishlist.adding,
    .add-to-wishlist-button.added .brow-wishlist.added {
        display: flex;
        align-items: center;
    }

    .add-to-wishlist-button.loading .add-to-wishlist.add {
        display: none;
    }

    .woocommerce div.product.layout-v6 .product-share .sharing-icon {
        display: flex !important;
        align-items: center !important;
        gap: 4px;
    }

    .woocommerce div.product.layout-v6 .product-share .sharing-icon svg {
        display: flex !important;
    }

    .woocommerce div.product.layout-v6 .add-to-wishlist-button svg {
        font-size: 20px !important;
    }
}

/* share-buttons */

/* product-title */


.products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-products-header .woocommerce-products-header__title {
    color: #161919;
    font-family: Montserrat;
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-products-header .woocommerce-products-header__title span {
    color: #92A0A0;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

@media (max-width:991px) {
    .woocommerce-products-header .woocommerce-products-header__title {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        gap: 0;
        font-size: 22px !important;
    }

    .woocommerce-products-header .woocommerce-products-header__title span {
        font-size: 16px;
    }

    /* temporary hide filters mobile */
    .products-tools {
        display: none;
    }

    /* temporary hide filters mobile */
}

.woocommerce-result-count {
    display: none;
}

.woocommerce-products-header {
    margin-bottom: 0;
}

@media (max-width:1199px) {
    .products-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* product-title */

/* product filter */

.products-tools {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* product filter */

/* product list */

.quick_view_button {
    display: none;
}

.products .product.type-product>div {
    border-radius: 10px;
    border: 1px solid #F1F3F3;
    background: #FFF;
}

.deliveryData {
    color: #161919;
    font-family: Inter;
    font-size: 14px;
    line-height: 155.714%;
    position: relative;
}

.deliveryData svg {
    position: relative;
    top: 2px;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
}

.deliveryValue {
    font-weight: 600;
}

@media (min-width:1440px) {

    .deliveryData svg {
        top: 0;
    }
}

.customdetails .deliveryData,
.product-inner .deliveryData+.deliveryData {
    margin-top: 0;
}

ul.products:not(.swiper-wrapper) {
    margin: 0 -12px !important;
}

ul.products:not(.swiper-wrapper) li.product {
    padding: 0 12px !important;
}

@media (max-width:768px) {
    ul.products li.product {
        margin-bottom: 16px;
    }

    ul.products li.product .buttons .button {
        font-size: 10px;
        white-space: nowrap;
    }

    ul.products li.product .buttons .button svg {
        max-width: 13px;
    }

    ul.products li.product .add-to-wishlist-button {
        right: 0 !important;
    }

    ul.products:not(.swiper-wrapper) {
        margin: 0 -4px !important;
    }

    ul.products:not(.swiper-wrapper) li.product {
        padding: 0 4px !important;
    }
}

@media (max-width: 767px) {
    ul.products .product-inner:hover .add-to-wishlist-button {
        display: flex !important;
    }

    ul.products li.product {
        padding: 0 4px !important;
        margin-bottom: 16px;
    }

    ul.products {
        margin-left: -4px !important;
        margin-right: -4px !important;
    }
}

@media (max-width:360px) {
    ul.products li.product .buttons .button svg {
        display: none;
    }
}


/* badges */

.woocommerce-badge.new {
    background: #1EC52F !important;
}

.woocommerce-badge.onsale {
    background: #EC0000 !important;
}

.woocommerce-badge.delivery {
    background: #ff2371 !important;
}

.woocommerce-badge strong{
  padding-left: 4px;
}
 
ul.products li.product .woocommerce-badges {
    top: 34px !important;
    left: auto !important;
    right: 36px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.woocommerce-badges .woocommerce-badge {
    width: auto;
    height: auto;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.12px;
    padding: 4px 6px;
    border-radius: 36px;
    margin-bottom: 4px;
    text-transform: none;
    display: inline-flex;
    border: 2px solid transparent;
    transition: border .3s ease;
}

.woocommerce-badges .woocommerce-badge.delivery {
    font-weight: 400;
}

.product.type-product:hover .woocommerce-badges .woocommerce-badge {
    border-color: #fff;
}

.woocommerce-badges .woocommerce-badge span {
    position: relative;
    transition: unset;
    transform: unset;
    top: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-badges .woocommerce-badge.onsale span::before {
    content: '-';
}

@media (max-width:991px) {
    .woocommerce-badges .woocommerce-badge {
        font-size: 10px;
        padding: 2px 4px;
    }
}

/* badges */

.product.type-product .product-summary {
    display: flex;
    flex-direction: column;
}

.product.type-product .product-summary .woocommerce-loop-product__title {
    order: 0;
    color: #161919;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 142.4%;
}

.product.type-product .product-summary .woocommerce-product-rating {
    order: 1;
    position: relative;
    margin-bottom: 16px;
    margin-top: 6px;
}

.product.type-product .product-summary .deliveryData {
    order: 2;
}

.product.type-product .product-summary .price {
    order: 6;
    margin-top: 16px;
    display: flex;
    /* align-items: flex-start; */
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row !important;
}

.product.type-product .productExcerpt {
    order: 5;
    padding: 16px 0 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px !important;
}

.product.type-product .productExcerpt,
.product.type-product .productExcerpt>* {
    color: var(--gray-800-paragraphs, #485151);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 155.714%;
    margin: 0;
}


ul.products li.product .buttons,
ul.products .product-inner:hover .buttons,
ul.products .product-inner:hover .product-summary {
    transform: none !important;
    -webkit-transform: none !important;
}

ul.products .product-inner.price {
    transition: opacity .3s ease;
}

ul.products .product-inner:hover .price {
    opacity: 0;
}

ul.products li.product .buttons {
    bottom: 24px;
    padding-top: 0 !important;
}

ul.products li.product .product-thumbnail a {
    display: block;
}

ul.products li.product .product-thumbnail a,
ul.products li.product .product-thumbnails--slider a {
    padding: 24px 20px 16px;
}

ul.products li.product .product-summary {
    padding: 0 20px 24px !important;
}

ul.products li.product .product-thumbnail a img,
ul.products li.product .product-thumbnails--slider a img {
    border-radius: 10px;
}

ul.products li.product .woocommerce-loop-product__title {
    margin: 0 !important;
}

ul.products li.product .price>del,
ul.products li.product .price>del>span,
ul.products li.product .price del,
ul.products li.product .price>ins,
.product.type-product .price>span,
.product.type-product .price del {
    text-align: right;
    font-family: Montserrat;
    font-size: 24px !important;
    font-weight: 400;
    line-height: normal;
    color: #161919 !important;
    margin-left: 0 !important;
}

ul.products li.product .price>ins,
ul.products li.product .price>ins,
.product.type-product.sale .price>span:first-child {
    color: #D06274 !important;
}

ul.products li.product .buttons {
    width: auto;
    max-width: 100%;
    height: 100%;
    background: #fff !important;
    z-index: 99;
}

ul.products li.product .buttons .button {
    font-weight: 600;
    margin-left: 0;
    width: 100%;
    float: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(239, 200, 206, 0.15) !important;
    border: 2px solid #EFC8CE !important;
    color: #D06274 !important;
    border-radius: 88px;
    gap: 8px;
    text-transform: none !important;
}

ul.products li.product .add-to-wishlist-button {
    position: absolute;
    top: 185px;
    transform: translateY(-50%) translateX(-50%);
    right: 13px;
    border-radius: 100px;
    background: #FDF7F9 !important;
    z-index: 4;
    padding: 7px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.add-to-wishlist-button.added .added,
.add-to-wishlist-button.loading .adding,
ul.products li.product .add-to-wishlist-button:not(.added):not(.loading) .add-to-wishlist {
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* max-width: 26px !important;
    max-height: 26px !important; */
}

ul.products li.product .add-to-wishlist-button>span {
    height: 24px;
}

.add-to-wishlist-button .adding .spinner {
    border-color: var(--main-color) !important;
    border-top-color: transparent !important;
}

ul.products li.product .add-to-wishlist-button svg {
    fill: var(--main-color);
    width: 26px;
    height: 26px;
}

@media (max-width:991px) {
    ul.products li.product .add-to-wishlist-button {
        top: 150px;
    }

    .product.type-product .product-summary .price {
        margin-top: 8px;
    }

    .product.type-product .product-summary .woocommerce-product-rating {
        margin-bottom: 8px;
    }

    ul.products li.product .price del,
    .product.type-product .price>span,
    .product.type-product .price del {
        font-size: 16px !important;
        padding: 8px 0 5px;
    }

    .product.type-product .product-summary .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .product.type-product .productExcerpt>*,
    .product.type-product .productExcerpt {
        font-size: 12px;
    }

    ul.products li.product .product-summary {
        padding: 0 12px 12px !important;
    }

    ul.products li.product .buttons {
        bottom: 8px;
    }

    ul.products li.product .product-thumbnail a,
    ul.products li.product .product-thumbnails--slider a {
        padding: 12px 12px 8px;
    }
}

@media (max-width:479px) {
    ul.products li.product .add-to-wishlist-button {
        top: 100px;
    }

    ul.products li.product .add-to-wishlist-button span.svg-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.products li.product .add-to-wishlist-button {
        padding: 5px !important;
    }

    ul.products li.product .add-to-wishlist-button>span {
        width: 17px !important;
        height: 17px !important;
    }

    ul.products li.product .add-to-wishlist-button svg {
        max-width: 17px;
        max-height: 17px;
    }
}

/* product list description */
.term-description {
    border-radius: 20px;
    border: 1px solid #F1F3F3;
    background: #FDFCFC;
    padding: 32px;
}

.term-description,
.term-description a {
    color: #6B7A7A;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 155.714%;
}

.term-description h1 {
    color: var(--pink-ck-600, var(--main-color));
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 155.556%;
    margin-top: 0;
    margin-bottom: 20px;
}

.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6 {
    color: #161919;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 155.556%;
    margin-bottom: 12px;
    margin-top: 0;
}

.term-description,
.term-description ul,
.term-description ol,
.term-description li,
.term-description li strong,
.term-description p strong,
.term-description p {
    color: #6B7A7A;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 155.714%;
    margin-bottom: 20px;
    margin-top: 0;
}

.term-description li strong,
.term-description p strong,
.term-description strong{
    font-weight: 600;
}

.term-description li {
    margin-bottom: 0;
}

@media (max-width:991px) {
    .term-description {
        padding: 12px;
    }

    .term-description h1,
    .term-description h2,
    .term-description h3,
    .term-description h4,
    .term-description h5,
    .term-description h6 {
        color: #161919;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 600;
        line-height: 155.556%;
        margin-bottom: 12px;
    }
}

/* product list description */

/* product list loader */

.product-list-loader {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
}

.product-list-loader p {
    margin: 0;
}

.product-list-loader img {
    max-width: 276px;
}

.next-posts-navigation a {
    display: inline-flex;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 155.714%;
    text-transform: uppercase;
    border: 0;
    width: auto;
    height: auto;
    width: 282px;
    /* height: 40px; */
    border-radius: 88px;
    background: var(--main-color);
}

.next-posts-navigation a::before,
.next-posts-navigation a::after {
    content: none;
}

.nav-links .loading+.product-list-loader {
    opacity: 1;
    pointer-events: all;
    margin: 32px 0;
}

.next-posts-navigation .nav-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.woocommerce-navigation {
    margin-bottom: 0 !important;
}

@media (max-width:991px) {
    .product-list-loader {
        gap: 4px;
    }

    .product-list-loader {
        flex-direction: column-reverse;
    }

    .nav-links .loading+.product-list-loader {
        margin: 4px 0 16px;
    }

    .product-list-loader p {
        margin: 4px 0 0;
    }
}

@media (max-width: 767px) {
    .woocommerce-navigation {
        margin-top: 16px !important;
    }
}

/* product list loader */

/* product list */

/* filter/orderby */

.products-toolbar .select2-selection__rendered {
    color: rgba(29, 36, 51, 0.8);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 55px;
    border: 1px solid #E4E7E7;
    background: #fff;
    padding: 8px !important;
    height: 40px;
    transition: border 0.3s ease;
    font-size: 14px !important;
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered::after {
    content: none !important;
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered {
    padding: 7px 34px 7px 32px !important;
}

.products-toolbar .select2-container--open .select2-selection__rendered,
.products-toolbar .select2-selection__rendered:hover,
.products-toolbar .select2-selection__rendered:focus-visible {
    border-color: #e8b2bb !important;
}

.products-toolbar .select2 .select2-selection--single,
.products-toolbar .select2 .select2-selection--single:hover {
    border: 0 !important;
}

.products-toolbar .select2 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    content: "";
    top: 50%;
    right: 8px;
    width: 16px;
    height: 16px;
    background-image: url(../assets/icons/angle-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
}

.select2.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotateZ(180deg) !important;
    -webkit-transform: translateY(-50%) rotateZ(180deg) !important;
}

.select2-dropdown.product-list {
    padding: 8px;
}

.select2-dropdown.product-list li {
    color: #161919;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px;
    transition: color 0.3s ease, background 0.3s ease;
}

.select2-dropdown.product-list .select2-results__options .select2-results__option:hover,
.select2-dropdown.product-list .select2-results__options .select2-results__option:focus-visible,
.select2-dropdown.product-list .select2-results__options .select2-results__option--highlighted {
    color: var(--main-color);
    background: rgba(239, 200, 206, 0.1);
}


.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered {
    color: var(--text-icon-secondary-black, rgba(29, 36, 51, 0.80)) !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 171.429% !important;
}

.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__arrow {
    margin: 0 !important;
}

.select2-container .select2-selection--single {
    margin: 0 !important;
}

.woocommerce-ordering .select2-selection__placeholder {
    padding-left: 24px;
}

.woocommerce-ordering>svg {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    pointer-events: none;
}

.products-tools .products-filter-toggle .toggle-filters {
    margin-right: 8px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 55px;
    border: 1px solid var(--Stroke-2, #E4E7E7);
    background: var(--neutral-0, #FFF);
    padding: 7px 8px;
    color: var(--text-icon-secondary-black, rgba(29, 36, 51, 0.80));
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 171.429%;
    transition: border .3s ease;
}

.products-tools .products-filter-toggle .toggle-filters:hover {
    border-color: #e8b2bb;
}

.products-tools .products-filter-toggle .toggle-filters svg.arrow {
    transition: transform .3s ease;
}

.products-tools .products-filter-toggle .toggle-filters:focus svg.arrow {
    transform: rotateZ(180deg);
}

ul.products li.product .product-thumbnails--slider .slick-arrow {
    margin-top: 0 !important;
}

@media (max-width:991px) {

    .clearfix::before,
    .clearfix::after,
    .container::before,
    .container::after,
    .container-fluid::before,
    .container-fluid::after,
    .row::before,
    .row::after {
        display: none;
    }

    .products-tools {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
    }
}

/* filter/orderby */

@media (max-width:991px) {
    .archive .site-content {
        padding-top: 0;
    }

    .woocommerce-products-header .woocommerce-breadcrumb {
        margin: 0 0 20px;
    }
}

@media (max-width:767px) {
    .woocommerce-products-header.layout-minimal {
        margin: 0;
    }
}

/* select2 */

.select2-selection__rendered {
    color: rgba(29, 36, 51, 0.8);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 5px;
    border: 1px solid #e4e7e7;
    background: #fff;
    padding: 8px !important;
    height: 40px;
    transition: border 0.3s ease;
    font-size: 14px !important;
}

.select2-container--open .select2-selection__rendered,
.select2-selection__rendered:hover,
.select2-selection__rendered:focus-visible {
    border-color: #e8b2bb;
}

.variations label {
    color: #161919;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.28px;
    padding-bottom: 8px;
    display: flex;
}

.select2 .select2-selection--single,
.select2 .select2-selection--single:hover {
    border: 0 !important;
}

.select2 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    content: "";
    top: 50%;
    right: 14px;
    width: 16px;
    height: 16px;
    background-image: url(../assets/icons/angle-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.side-menu+.configuratorAlert {
    margin-bottom: 16px;
    display: none;
}

.configurator-main-wrapper.empty-fields .configuratorAlert {
    display: block;
}

.select2-dropdown {
    padding: 8px !important;
}

.select2-container .select2-results li.select2-results__option {
    color: #161919 !important;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px !important;
    transition: color 0.3s ease, background 0.3s ease;
}

.select2-dropdown .select2-results__options .select2-results__option:hover,
.select2-dropdown .select2-results__options .select2-results__option:focus-visible,
.select2-dropdown .select2-results__options .select2-results__option--highlighted {
    color: var(--main-color) !important;
    background: rgba(239, 200, 206, 0.1) !important;
}


.select2 .select2-selection--single .select2-selection__arrow {
    margin-top: 0 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
    background-color: var(--main-color) !important;
}

/* select2 */

/* inne kategorie */


.term-description .s-other-wrapper p {
    margin-bottom: 0;
    font-weight: bold;
}

.term-description .s-other-cats,
.term-description .s-other-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.term-description .s-other-cats>a {
    display: flex;
    padding: 3px 12px;
    justify-content: center;
    align-items: center;
    color: #dc8997;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 21.8px;
    border-radius: 88px;
    border: 1px solid #efc8ce;
    transition: background 0.3s ease;
}

.term-description .s-other-cats>a:hover,
.term-description .s-other-cats>a:focus-visible {
    background-color: rgba(239, 200, 206, 0.15);
}

/* inne kategorie */