/** Shopify CDN: Minification failed

Line 63:0 Unexpected "}"

**/
/* ============== SHOP CUSTOMIZATIONS ============== */

/**
 * --------------------------------------------------------------------
 * COOKIE BAR
 * --------------------------------------------------------------------
 */

.cookie-bar {
    position: fixed;
    bottom: 20px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    width: 100%;
    z-index: 3;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}


.cookie-bar[aria-hidden=false] {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.cookie-bar__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 15px;
    z-index: 4;
    border-radius: 3px;
    background: var(--secondary-background);
    color: var(--text-color);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}

#create_customer .form__input-wrapper {
    display: flex;
}

sup {
    margin-left: 2px;
    position: relative;
    /*imprimatur*/
    /*top: 3px;*/
    top: .1rem;
    font-size: 13px;
}

.price--compare sup {
    font-size: 7px;
    top: 0;
}

}

.cookie-bar__text {
    line-height: 1.45;
}

.cookie-bar__button {
    margin-top: 12px;
    padding: 0 16px;
    line-height: 30px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.brochure-icon {
    margin-right: 10px;
    margin-top: 2px;
}

.announcement-bar__button.brochure {
    background: #82bac6;
    margin-right: 5px;
    box-shadow: 0 1px #82bac6;
}

.mobile-menu__inner .announcement-bar__button.brochure {
    padding: 5px 18px 7px 15px;
    display: block;
    width: 100%;
    color: #fff;
}

.mobile-menu__inner .announcement-bar__button.brochure svg {
    display: inline-block;
    width: 24px;
    height: 17px;
    margin-right: 12px;
    vertical-align: text-bottom;
}

@media screen and (min-width: 641px) {
    .cookie-bar {
        bottom: 25px;
        font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    }

    .cookie-bar__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 30px 20px 25px;
    }

    .cookie-bar__text {
        line-height: 1.25;
    }

    .cookie-bar__button {
        flex: none;
        margin-left: 25px;
        margin-top: 0;
        padding: 0 18px;
        line-height: 36px;
        font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    }
}

.button[disabled] {
    background: #ccc;
}

.button.disabled {
    background: #ccc;
    display: none;
}

small {
    font-size: 70%;
}

.container--narrow {
    max-width: 1200px;
}

/* SEARCH BAR */
.search-bar__top {
    box-shadow: 1px 1px #82c688 inset, -1px -1px #82c688 inset !important;
}

/* MOBILE ANNOUNCEMENT BAR */
.mobile-announcement {
    display: none;
}

/* GRID ITEMS WIDTH FIX */
.product-item .bss_pl_img {
    display: none !important;
    opacity: 0;
}

.product-item .product-item__image-wrapper .bss_pl_img {
    display: block !important;
    opacity: 1;
}

.bss_pl_img {
    pointer-events: none;
}

/* IMPRIMATUR */
.attract_color {
    color: #990e35;
}

.nav-bar__linklist .nav-bar__item:nth-of-type(11) .nav-bar__link,
.mobile-menu__panel:not(.is-nested) .mobile-menu__nav .mobile-menu__nav-item:nth-of-type(12) a {
    color: #990e35;
}

.nav-bar__inner {
    height: 35px;
    border-top: #e3e3e3 1px solid;
    border-bottom: #e3e3e3 1px solid;
}


.cart-recap__secure-payment-title {
    margin-bottom: 50px;
}

/* MEGA MENU FIXES */
.mega-menu__inner--center .mega-menu__column {
    margin-right: 15px;
}

.mega-menu__promo {
    flex-basis: 220px;
    width: 350px;
    /*width: 220px;*/
    min-width: 220px;
    /*imprimatur menu fix*/
    margin-top: 16px;
}

/* DSK BUY */
.dsk-container {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.3);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
}

.box-container {
    width: 768px;
    height: 90vh;
    max-width: 100%;
    min-height: 400px;
    max-height: 720px;
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 20px;
}

.dsk_table {
    padding: 0;
    margin: 0;
    border: 0 none white;
}

body .product-gallery__carousel--zoomable ~ .product-gallery__zoom-notice {
    display: none;
}

body .block-swatch__item {
    padding: 1px 6px;
}

body .block-swatch {
    margin: 3px;
}


.header__action-item-title {
    color: #313030;
}

/* IMPRIMATUR*/
body .price {
    color: #000;
}

body .price.price--compare {
    color: #777;
}

.product-item .price {

}

/*.product-item--vertical .price:not(.price--compare), .product-item--list .price:not(.price--compare) {*/
/*imprimatur*/
/*font-size: 16px;*/
/*}*/

/*imprimatur*/
.price--highlight .bgn, .price--highlight .eur {
    color: #990e35;
}

.price.price--compare {
    font-size: 12px;
    font-weight: 400;
}

.price-list {
    line-height: 1.2;
}

/* DELIVERY TIMES */
.delivery-time {

}

.delivery-info {
    font-size: 11px;
}

.delivery-info span {
    font-weight: 700;
}

.delivery-time span {
    color: #1d8e41;
    font-weight: 700;
}

/* Imprimatur */
body .product-label--on-sale {
    font-weight: 500;
    font-size: 11px;
}

/* TAGS */
.tag-list {
    margin-top: 30px;
    display: flex;
    gap: 10px;
}

.tag-list a {
    color: #517f55;
    padding: 3px 6px;
    font-size: 14px;
    background: #e6f4e7;
    border: 1px solid #82c688;
}

/* PRODUCT PAGE BUTTONS */
.product-form__add-button {
    width: 100%;
}

.product-form__add-button svg {
    width: 1.5em;
    height: 1.5em;
    bottom: 2px;
    position: relative;
    margin-right: 5px;
}

.leasing-buttons {
    display: flex;
    flex-wrap: wrap;
}

.leasing-buttons a img {
}

body #tbi_button {
    box-shadow: none;
    transition: all 0.3s;
    margin-bottom: 0px;
    width: 100%;
}

body #tbi_button:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

#unicredit_btn {
    height: 50px;
    border: 2px solid #e51e26;
    text-align: center;
    padding-top: 10px;
    background: #fff;
    color: #000;
    margin: 20px 0;
    margin-bottom: 0px;
    cursor: pointer;
    width: 100%;
    display: none;
}

#dsk_btn {
    height: 50px;
    border: 2px solid #006b3f;
    text-align: center;
    padding-top: 10px;
    background: #fff;
    color: #006b3f;
    margin: 20px 0;
    margin-bottom: 0px;
    cursor: pointer;
    width: 100%;
    display: block;
}

#dsk_btn img {
    pointer-events: none;
}

.unnicredit_logo {
    max-width: 130px;
    height: auto;
    margin-top: 4px;
}

.dsk_logo {
    max-width: 90px;
    height: auto;
    margin-top: 4px;
}

.product-list .product-item__inventory {
    display: none;
}

.product-label--total-savings {
    color: #000;
    background: #e6f3e2;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

.template-product .product-label--total-savings {
    font-size: 14px;
    font-weight: 500;
}

.product-label--total-savings > span {
    font-weight: 700;
}

/* PRODUCT PAGE FIXES */

.product-form__info-item--quantity {
    display: block;
    margin-bottom: 30px;
}

.product-block-list__item .card .card__title {
    font-size: 16px;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #82c688;
}

.product-variant-container {
    display: flex;
    flex-wrap: wrap;
}

.collection-block-item__image {
    background-size: cover !important;
}

.template-product.out-of-stock .product-form__payment-container,
.template-product.out-of-stock .product-form__info-list,
.template-product.out-of-stock #dsk_btn {
    display: none;
}

.product-form__payment-container > * {
    margin: 0px;
}


.product-form__payment-container {
    margin: 0px;
}

/* PRODUCT BADGES AND FILTERS */

#filter-p-tag li, #mobile-filter-p-tag li {

}

ul[role="list"] li.count-0 {
    display: none;
}


#filter-p-tag li.Бърза-доставка,
#filter-p-tag li.Специална-цена,
#filter-p-tag li.На-склад,
#filter-p-tag li.RALICA-CARD,
#mobile-filter-p-tag li.Бърза-доставка,
#mobile-filter-p-tag li.Специална-цена,
#mobile-filter-p-tag li.На-склад,
#mobile-filter-p-tag li.RALICA-CARD {
    order: -1;
    display: block;
}


#filter-p-tag li.RALICA-CARD label {
    color: #1d8e41;
}

#filter-p-tag li.RALICA-CARD label:before {
    content: "";
    background-image: url(/cdn/shop/files/card-tiny.png?v=1715178952);
    background-size: 40px 26px;
    display: inline-block;
    width: 40px;
    height: 27px;
    position: relative;
    top: 8px;
    margin-right: 6px;
}

.card__title--small.heading {
    font-size: 15px;
}


.Бърза-доставка label, .Специална-цена label {
    padding-left: 12px;
}

.greenball {
    background: #24a74e;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.pulsating-circle {
    transform: translate(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-left: 5px;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #24a74e;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #24a74e;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

.low-stock .pulsating-circle:before {
    background-color: #ff9900;
}

.low-stock .pulsating-circle:after {

    background-color: #ff9900;
}


@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.8);
    }
}

.product-badge {
    font-size: 12px;
    /*imprimatur*/
    /*font-weight: 700;*/
    padding: 0px 10px 0px 7px;
}

.product-badge.in-stock {
    background: #f2f2f2;
    border-radius: 30px;
    color: #000;
    display: inline-flex;
    margin-bottom: 5px;
    align-items: center;
}

.product-badge.out-of-stock {
    background: #f2f2f2;
    border-radius: 30px;
    color: #777;
    display: inline-flex;
    margin-bottom: 5px;
    align-items: center;
}

.product-badge .no-stock {
    margin-right: 5px;
    color: #ba0a0e;
}


.product-badge.fast-delivery {
    background: #e6f3e2;
    border-radius: 30px;
    color: #1d8e41;
    display: inline-flex;
    align-items: center;
}

.product-badge.fast-delivery svg {
    margin-right: 5px;
    height: 12px;
    width: auto;
}

.product-badge.fast-delivery svg path {
    fill: #1d8e41;
}

.product-badge.special-price {
    background: #ffe8d6;
    border-radius: 30px;
    color: #ff7200;
    display: inline-flex;
    margin-bottom: 5px;
    align-items: center;
    text-transform: uppercase;
    font-size: 11px;
}

.product-badge.special-price svg {
    margin-right: 5px;
    height: 15px;
    width: auto;
}

.product-badge.special-price svg path {
    fill: #ff7200;
}

.collection__filter-checkbox-list {
    display: flex;
    flex-wrap: wrap;
}

.collection__filter-checkbox {
    width: 100%;
}

.collection-block-item__title.h2 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
    text-align: center;
    border-bottom: 2px solid #82c688;
    line-height: 1.5;
    color: #313030;
}

.collection-block-item__title {
    position: static;
}

.collection-block-item--overlay:before {
    display: none;
}

.collection-block-item__image {
    background-position: bottom !important;
}

.collection__filter-checkbox.на-склад {
    order: -4;
    align-items: baseline;
}

.collection__filter-checkbox.бърза-доставка {
    order: -3;
    align-items: baseline;
}

.collection__filter-checkbox.специална-цена {
    order: -2;
    align-items: baseline;
}

.filter-title {
    display: none;
}

.filter-title:nth-of-type(1) {
    display: block;
    order: -1;
    margin: 10px 0px;
}

.collection__active-filter-cross {
    background: #bb0205;
}

.collection__active-filter-item {
    color: #000;
}

.card__title--small.heading {
    font-size: 15px;
}

.product-page-badges {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.short-desc {
    line-height: 140%;
    margin-bottom: 20px;
}

.short-desc a {
    color: var(--link-color);
}

/* 4 BOXES HOMEPAGE */

.offer-item {
    position: relative;
}

.block-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

/*Imprimatur*/
.product-item__title {
    color: #0060df;
    font-weight: 400;
}

a.product-item__title {
    text-decoration: underline;
    text-decoration-color: hsla(210, 100%, 50%, 0.3);
}

a.product-item__title:hover, a.product-item__title:visited:hover {
    color: #f41224 !important;
    text-decoration-color: hsla(355, 91.1%, 51.4%, 0.3) !important;
}

a.product-item__title:visited {
    color: #b40eb4 !important;
    text-decoration-color: hsla(355, 91.1%, 51.4%, 0.3) !important;
}

.price-list {
    display: block;
}

.price-list .price--compare {
    margin-top: 10px;
}

/* COLLECTION BOXES HOMEPAGE */
.collection-list.boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.collection-list.boxes {
    margin: 0px;
}

.collection-list.boxes .collection-item {
    margin: 0px !important;
    padding: 0px;
    width: calc(33% - 20px);
}

.collection-list.boxes .collection-item__image-wrapper {
    margin-bottom: 0px;
}

/* RALICA CARD */

.card__separator {
    margin: 5px 0px;
}

.nav-bar__item.моят-профил {
    display: none;
}

.price-list.rlcp {
    background: #e6f4e7;
    padding: 30px 20px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    position: relative;
}

.ralica-box {
    background: #e6f4e7;
    padding: 0px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
}


percentage.rlc-prc {
    position: absolute;
    right: 5px;
    bottom: 21px;
    font-size: 14px;
    width: 40px;
    text-align: center;
    color: #1d8e41;
    display: none; /*imprimatur*/
}

.logged-in percentage.rlc-prc {
    bottom: 26px;
}

percentage.rlc-prc.big-prc {
    right: 10px;
    width: 68px;
    font-size: 23px;
    top: 20px;
    display: block; /*imprimatur*/
}

.logged-in percentage.rlc-prc.big-prc {
    top: unset;
    bottom: 40px;
}


.ralica-card-price {
    background: #e6f4e7;
    padding: 0px 6px 10px 6px;
    color: #1d8e41;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
    margin-top: 10px;
}

.card-number {
    color: #fff;
    position: absolute;
    top: 81px;
    background: #0003;
    padding: 2px 7px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: monospace;
}

.collection__toolbar:not(.collection__toolbar--bordered) {
    margin-top: 0px;
}


.product-item__info.rlcp .price {
    width: 100%;
    margin-bottom: 0px;
}

.product-item__info.rlcp .product-item__price-list {
    width: 100%;
}

.small {
    font-size: 12px;
}

.product-item__info.rlcp .price {
}

.product-item__info.rlcp .small {
    color: #1d8e41;
    background: #e6f4e7;
    padding: 6px 6px 2px 0;
}

.logged-in .product-item__info.rlcp .small {
    color: #1d8e41;
    background: #e6f4e7;
    width: 100%;
    border-radius: 0 0 3px 3px;
    padding-left: 6px;
    margin-top: -8px;
    padding-top: 4px;
    padding-bottom: 8px;
}

.logged-in .product-item__info.rlcp .small {
    padding: 4px 6px 7px 6px;
}

.product-item__info.rlcp .price-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.product-item__info.rlcp .samitaWS-customized-price {
    background: #e6f4e7;
    padding: 7px 6px 0px 6px;
    color: #1d8e41;
    font-size: 16px;
    border-radius: 3px 3px 0px 0px;
    position: relative;
    width: 100%;
    display: block;
    margin-top: 8px;
}

.product-item__info.rlcp .price {
    color: #313030;
    margin-top: 10px;
}

.product-item__info.rlcp .small-card {
    right: 5px;
    bottom: -5px;
}

.ralica-card-price span {
    display: inline-block;
}

.ralica-card-price .small {
    font-size: 11px;
    font-weight: 500;
    line-height: 50%;
    display: block; /*imprimatur*/
}

.price-list.reg-price {
    display: flex;
    flex-wrap: wrap;
}

.price-list.reg-price div.price {
    color: #313030;
}

.cart-recap__amount-saved {
    color: #313030;
    font-weight: 500;
    display: block;
}

.cart-recap__amount-saved,
.cart-recap__ralica-saved,
.cart-recap__total-saved {
    display: flex;
    justify-content: space-between;
}

.cart-recap__total-saved {
    font-weight: 700;
}

.cart-recap__price-line-price .samitaWS-customized-original-price {
    font-weight: 500;
    font-size: 16px;
}

.possible-discounts {
    background: #e6f4e7;
    padding: 0px 15px 15px 15px;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
}

.possible-discounts a {
    color: #1d8e41;
}

.cart-recap__price-line-price .samitaWS-customized-price {
    color: #313030;
}

.cart-recap__price-line {
    margin-top: 10px;
    border-top: 1px solid #f7f7f7;
    padding-top: 10px;
}

.price-list.reg-price div.price::before {
    content: "Редовна цена:";
    font-size: 14px;
}

.price-list .ralica-price-big {
    background: #e6f4e7;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 10px;
}

/*imprimatur*/
body .price.price--highlight {

}

.price-savings {
    color: #cf193e;
}

.product-list .price-savings {
    display: none;
}

.ralica-price-big .price {
    color: #1d8e41;
}

.ralica-card-cart-discount {
    background: #e6f4e7;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}

.ralica-card-cart-discount span {
    color: #1d8e41;
    margin-right: 3px;
}

.rlcp {
    width: 100%;
}

#mini-cart {
}

.mini-cart__recap-price-line,
.mini-cart__price-list,
.mini-cart__quantity,
.mini-cart__amount-saved {
    display: none;
}

.mini-cart__button-container {
    margin-top: 0px;
}

.mini-cart__button-container a {
    margin: 0px;
}

.samitaWS-drawer-container .samitaWS-header-title,
.samitaWS-drawer-container .samitaWS-header-actions,
.samitaWS-drawer-container .samitaWS-tab-account {
    display: none !important;
}

/*imprimatur*/
/*body {*/
/*    overflow-x: hidden !important;*/
/*}*/

.samitaWS-drawer-container .samitaWS-navbar .samitaWS-user-avatar {
    background: #1d8e41 !important;
}

.ralica-info {
    width: 100%;
    margin-top: 5px;
    color: #1d8e41;
}

.ralica-requirements {
    color: #1d8e41;
    margin-top: 10px;
    font-size: 12px;
    padding-right: 60px;
    line-height: 130%;
}

.ralica-requirements a {
    text-decoration: underline;
}

.small-card {
    position: absolute;
    right: 10px;
    bottom: -10px;
}

.samitaWS-customized-price {
    color: #1d8e41;
}

.template-product .rlcp .samitaWS-customized-price {
    margin-top: 30px;
    display: block;
}

.rlcp .samitaWS-customized-original-price {
    display: block;
    color: #313030;
    text-decoration: none;
}

.template-product .rlcp .samitaWS-customized-original-price {
    margin-top: -55px !important;
    margin-left: -20px !important;
}

.header__action-list {
    padding-left: 25px !important;
}

.header__action-item {
    padding: 0 25px;
}

.header-card {
    margin-top: 3px;
}

.template-product .rlcp .samitaWS-customized-original-price::before {
    content: "Редовна цена:";
    font-size: 14px;
}

.template-customers-register .form__legend {
    background: #e6f4e7;
    padding: 30px 0px 40px 0px;
    border-radius: 4px;
}

label[for="marketing"] {
    display: inline-block;
    width: 90%;
    margin-left: 5px;
    line-height: 120%;
    position: relative;
    top: 3px;
}

.template-customers-register .reg-info {
    padding: 10px 30px 0px 30px;
}

.template-customers-register h1 {
    padding: 0px 20px;
}

.form--main {
    max-width: 500px;
}

.register-card {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    pointer-events: none;
}

.account-card-box {
    text-align: center;
    background: #e6f4e7;
    padding: 20px;
    border-radius: 4px;

}

.ralica-card-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ralica-card-link {
    color: #1d8e41;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    padding: 0px 20px;
}

.template-cart .line-item__line-price .samitaWS-customized-original-price {
    display: none !important;
}


.template-cart .line-item__price--compare {
    margin-left: 0px;
    margin-right: 10px;
}

.line-item__price--compare::before {
    width: calc(100% + 4px);
    left: 0px;
}

.template-cart .line-item__line-price .samitaWS-customized-price,
.template-cart .line-item__price-list .line-item__price {
    color: #313030;
}

.template-cart .line-item__price-list .samitaWS-customized-price,
.template-cart .line-item__price-list .line-item__price--highlight {
    /*color: #ee0000;*/
    color: #cf193e; /*imprimatur*/

}

.template-cart .line-item__price-list .samitaWS-customized-original-price {
    color: #313030;
    font-weight: 500;
}

.template-cart .line-item__price--compare {
    font-weight: 500;
}

.header__avatar {
    width: 40px;
    height: 40px;
    /*display: block;*/
    border-radius: 100%;
    background: #e6f4e7;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__avatar span {
    font-size: 11px;
    color: #1d8e41;
    font-weight: 700;
}

.header__action-item--account .header__action-item-content {
    display: flex;
    align-items: center;
}

.header__action-item--account .profile-title {
    font-weight: 700;
}

/* CONNECTED PRODUCTS SET */
.connected-products-set {
    margin-top: 20px;
}

.connected-products-set .product-item::after {
    box-shadow: none;
}

.connected-products-set h3 {
    font-size: 17px;
    margin-bottom: 15px;
}

.connected-products-set .product-item--list .product-item__image-wrapper {
    width: 100px;
    margin-right: 20px;
}

.connected-products-set .product-item__vendor,
.connected-products-set .product-item__label-list {
    display: none;
}

.connected-products-set .product-item {
    padding: 0px 0px 0px 0px;
}

.connected-products-set .product-item--list .product-item__info {
    margin: 0px;
}

.connected-product {
    margin-bottom: 10px;
}

.connected-product .product-badges {
    display: none;
}

.col-quick-links {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 20px;
    row-gap: 10px
}

.col-quick-links :after {
    display: none;
}

.col-quick-link {
    display: inline-block;
    width: auto;
    font-weight: 700;
}

.connected-product .product-item__info.rlcp .price {
    margin-top: 0px;
}

.connected-product .ralica-card-price {
    width: 50%;
}

.connected-product .product-item__action-button--list-view-only {
    display: none;
}

.connected-product .product-item__info {
    flex-wrap: wrap;
}

.connected-product .product-item__info-inner {
    width: 100%;
}

body .connected-products-set .product-item__action-list {
    min-width: 170px;
}

.connected-products-set .connected-product .button--small {
    min-height: 24px;
    padding: 8px 12px;
}

.connected-products-set .connected-product .product-item__action-list {
    margin-left: 0px;
    margin-top: 10px;
}

/*imprimatur*/
.product-item__action-button {
    border-radius: 2em;
    font-size: 14px;
    font-weight: unset;
    /*background-color: #f1d80b;*/
    background-color: initial;
    display: inline-block;
    border: 1px solid gray;
    padding: 8px 16px;
}

.product-item--vertical .product-item__info {
    flex: unset;
}

.product-item--vertical .product-item__action-button, .product-item--horizontal .product-item__action-button, .button--small {
    padding: 8px 16px !important;
    /*margin: ;*/
}

.product-item--vertical .product-item__action-list, .product-item--horizontal .product-item__action-list {
    margin: 5px 0 0 0 !important;
}

.button-stack {
    display: inline-block;
}

/***************** MOBILE ONLY *****************/
@media screen and (max-width: 640px) {

    /* MOBILE FILTER */
    .mobile-filters {
        padding: 10px;
        background: #82c688;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .second-toolbar {
        margin-top: 0px;
    }

    .product-variant-container .product-form__info-list {
        order: -1;
    }

    .product-variant-container .product-form__variants {
        margin-bottom: 0px;
    }

    /* RALICA CARD*/
    .ralica-card-price {
        font-size: 12px;
    }

    .ralica-card-price .small {
        font-size: 10px;
    }

    .product-item__info.rlcp .small {
        margin-top: 2px;
    }

    percentage.rlc-prc {
        bottom: -12px;
        right: 45px;
    }

    .template-customers-register .reg-info {
        padding: 10px 20px 0px 20px;
    }


    .header__inner {
        justify-content: space-between;
        align-items: center;
    }

    .mobile-menu__nav .ralica-header .header__action-item-title {
        display: inline-block;
    }

    .header__avatar {
        margin-right: 0px;
    }

    .form--main {
        margin-top: 0px;
    }

    .col-quick-links {
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 15px;
    }

    .col-quick-links span {
        width: 100%;
    }


    .ralica-card-link {
        margin-top: 0px;
    }

    .connected-product .ralica-card-price {
        width: 100%;
    }


    .mobile-user-actions {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .card {
        margin-bottom: 0px;
    }

    body.logged-in .header__action-list {
        margin-left: auto;
    }

    .header {
        padding-bottom: 0px;
    }

    .register-login {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        padding: 10px 0px 7px;
    }

    .register-login .header__action-item {
        width: 50%;
        padding: 0px;
    }

    body:not(.logged-in) .register-login .header__action-item.login-item .header__action-item-content {
        justify-content: flex-end;
    }


    body.logged-in .register-login .header__action-item {
        width: 100%;
    }

    .template-customers-register h1 {
        padding: 0px 20px;
    }

    .header__action-item {
        padding: 0 7px;
    }

    .mobile-menu__section {
        padding-top: 0px;
        margin-top: 0px;
    }

    .ralica-header.mobile {
        padding: 0px;
    }

    .mobile-menu__section .mobile-menu__section.mobile-menu__section--loose {
        padding-left: 0px;
    }

    .header__action-list {
        margin-left: 0px;
    }

    .header__logo-image {
        position: relative;
        bottom: 4px;
    }

    .announcement-bar__content {
        line-height: 120%;
    }

    .tag-list {
        flex-wrap: wrap;
        gap: 0px;
    }

    .tag-list a {
        display: inline-block;
        padding: 0px 3px;
        margin-bottom: 3px;
    }

    .product-form__info-title {
        padding-right: 5px;
    }

    .product-meta__share-buttons {
        display: none;
    }

    .tbi-price {
        margin-top: 2px;
    }

    .tbi-price small {
        display: inline-block;
        line-height: 140%;
    }

    .header__mobile-nav {
        margin-right: 0px;
    }

    .template-product .product-form .price--compare {
        top: 8px;
    }

    /* COLLECTION BOXES HOMEPAGE */
    .collection-list.boxes {
        gap: 15px;
        padding: 0 var(--mobile-container-gutter)
    }

    .collection-list.boxes .collection-item {
        width: calc(50% - 8px);
    }

    /* MOBILE ANNOUNCEMENT BAR */
    .mobile-announcement {
        display: block;
        border-top: 1px solid #f8f6f5;
    }

    .desktop-announcement {
        display: none;
    }


    .button--small {
        line-height: 35px;
    }

    .price-list {
        display: block;
    }

    .product-item {
        padding: 15px;
    }

    .product-item__action-button {
        font-size: 12px;
    }

    #shopify-section-1622103634a0680d8e .block-list {
        flex-flow: row;
        flex-wrap: wrap;
    }

    #shopify-section-1622103634a0680d8e .block-list .block-list__item {
        width: 50%;
    }

    #shopify-section-1622103634a0680d8e .block-list .block-list__item .offer-item {
        margin-bottom: 14px;
    }
    /*imprimatur*/
    .announcement-bar__inner {
        text-align: left;
    }
    .announcement-bar__inner .ticker {
        margin: 0!important;
    }
}

/***************** HIGH DPI DEVICES *****************/
@media screen and (min-resolution: 150dpi) {
    /* COLLECTION BOXES HOMEPAGE */
    .collection-list.boxes {
        gap: 15px;
        padding: 0 var(--mobile-container-gutter)
    }

    .collection-list.boxes .collection-item {
        width: calc(50% - 8px);
    }
}

/***************** TABLET *****************/
@media screen and (min-width: 641px) and (max-width: 999px) {

    /* COLLECTION BOXES HOMEPAGE */
    .collection-list.boxes {
        gap: 15px;
        padding: 0 var(--mobile-container-gutter)
    }

    .collection-list.boxes .collection-item {
        width: calc(50% - 8px);
    }


    .block-list__item {
        width: 100%;
    }

    .\31\/3--tablet-and-up {
        width: calc(50% - 40px);
    }

    #shopify-section-1622103634a0680d8e .block-list .block-list__item {
        width: 50%;
    }
}

/***************** DESKTOP ONLY *****************/
@media screen and (min-width: 1000px) {
    .\31\/4--desk,
    .\31\/4--lap-and-up {
        width: calc(25% - 40px);
        width: 25%;
    }

    .nav-bar__item {
        /*imprimatur fix menu*/
        margin-right: 10px;
        /*margin-right: 20px;*/
    }

    .card {
        border-radius: 0;
        border: none;
    }

    .collection__title-imp {
        display: inline-block;
        font-weight: 700;
    }

    .collection__products-count-total-imp {
        display: inline-block;
        margin-left: 1ex;
    }

    .product-block-list__item--info {
        width: calc(40% - 15px);
    }

    .product-block-list__wrapper {
        width: calc(60% - 15px);
    }

    .collection__description .rte img {
        width: 100%;
        max-height: 450px;
        object-fit: cover;
    }

    .nav-bar__linklist {
        display: flex;
        flex-wrap: wrap;
        /*imprimatur menu fix*/
        /*justify-content: space-between;*/
        justify-content: center;
    }

    .nav-bar__link .icon--arrow-bottom {
        margin-left: 5px;
    }

    .nav-bar__linklist .nav-bar__item:nth-of-type(12) {
        margin-right: 0px;
    }
}


/* ------------------------------------------------------------ *\
/* ------------------------------------------------------------ *\
/* ------------------------------------------------------------ *\
/* ------------------------------------------------------------ *\
/* ------------------------------------------------------------ *\

                  Gloross updates - 12.06.2024

/* ------------------------------------------------------------ *\
/* ------------------------------------------------------------ *\
/* ------------------------------------------------------------ *\
/* ------------------------------------------------------------ *\
\* ------------------------------------------------------------ */

html:has(body.no-mobile-scroll),
html:has(body[style*="overflow: hidden"]) {
    overflow: hidden;
}

body.no-mobile-scroll,
body[style*="overflow: hidden"] {
    overflow: visible !important;
}

.announcement-bar__button {
    flex-shrink: 0;
}

.announcement-bar__inner .ticker {
    flex-grow: 1;
}

/*imprimatur annoncment bar bix*/
.announcement-bar__inner {
    font-weight: 400;
    min-height: 16px;
    font-size: 13px;
}

/*imprimatur fix annonce*/
.announcement-bar__inner a:hover {
    text-decoration: underline;
}

.announcement-bar__top-menu > :not(:first-child)::before {
    content: "|";
    padding-right: 8px;
    color: #fff;
}


@media (max-width: 640px) {
    .announcement-bar__inner .ticker {
        margin: 0 calc(var(--mobile-container-gutter) * -1);
        font-size: 13px;
    }
}

/* ------------------------------------------------------------ *\
  Header
\* ------------------------------------------------------------ */

@media (max-width: 900px) {
    body .header__logo-image {
        max-width: 150px !important;
    }
}

@media (max-width: 640px) {
    body .header__logo-image {
        max-width: 120px !important;
        position: absolute;
        left: 50%;
        margin-left: -60px;
        width: 120px;
        /*top: 50%;*/
        /*margin-top: -12px;*/
    }

    .header__mobile-nav {
        margin-right: 10px;
    }
}

/* ------------------------------------------------------------ *\
  Ticker
\* ------------------------------------------------------------ */

.ticker {
    display: block;
    overflow: hidden;
}

.ticker p {
    margin: 0;
    /*imprimatur fix annonce*/
    padding: 4px 0;
}

.ticker img {
    max-height: 24px;
}

.ticker__container {
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.ticker__items {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-direction: row;
    animation: ticker var(--animation-time, 10s) linear infinite;
}

.ticker__items.paused,
.ticker:hover .ticker__items {
    animation-play-state: paused;
}

.ticker__item {
    display: flex;
    align-items: center;
    gap: 8px;
    /*imprimatur fix annonce*/
    /*padding: 0 16px;*/
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

/* ------------------------------------------------------------ *\
  Mini Cart
\* ------------------------------------------------------------ */

@media (max-width: 640px) {
    .mini-cart[aria-hidden="false"] {
        height: calc(var(--full-screen, 100vh) - var(--header-height, 86px));
        max-height: calc(var(--full-screen, 100vh) - var(--header-height, 86px)) !important;
    }
}

/* ------------------------------------------------------------ *\
  Slideshow
\* ------------------------------------------------------------ */

.slideshow--extra-large {
    height: 37vw;
}

@media (max-width: 640px) {
    .slideshow .flickity-page-dots {
        bottom: -24px;
    }

    .slideshow .flickity-page-dots .dot {
        width: 10px;
        height: 10px;
        border-color: var(--heading-color);
        border-width: 2px;
        background: var(--heading-color);
    }

    .slideshow .flickity-page-dots .dot.is-selected {
        background: transparent;
    }
}

/* ------------------------------------------------------------ *\
  Collection Boxes
\* ------------------------------------------------------------ */

.collection-list.boxes .collection-item {
    width: calc(33.33% - 20px);
}

.collection-item__image-wrapper {
    position: relative;
    z-index: 0;
}

.collection-item__content {
    position: absolute;
    top: 5.5%;
    right: 0;
    z-index: 10;
    min-width: 130px;
    min-height: 130px;
    width: 55%;
    max-width: 350px;
    padding: 12px 20px 20px;
    line-height: 1.1;
    color: #fff;
    pointer-events: none;
    transform-origin: 0 120%;
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collection-item__content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--heading-color);
    opacity: var(--background-opacity, 80%);
    pointer-events: none;
}

.collection-item__content-subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.collection-item__content-subtitle:last-child {
    margin-bottom: 0;
}

.collection-item__content-title {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (any-hover: hover) {
    .features--animate-zoom .collection-item:hover .collection-item__content {
        transform: scale(1.07);
    }
}

@media (max-width: 1400px) {
    .collection-item__content {
        min-height: 114px;
        padding: 12px 16px 20px;
    }

    .collection-item__content-subtitle {
        font-size: 16px;
    }

    .collection-item__content-title {
        font-size: 20px;
    }
}

@media screen and (min-resolution: 150dpi) {
    .collection-list.boxes {
        gap: 30px;
        padding: 0;
    }
}

@media screen and (min-resolution: 150dpi) and (max-width: 1023px) {
    .collection-list.boxes {
        gap: 15px;
        padding: 0 var(--mobile-container-gutter);
    }
}

@media (max-width: 1200px) {
    .collection-list.boxes .collection-item {
        width: calc(50% - 15px);
    }

    .collection-item__content {
        min-height: 127px;
    }

    .collection-item__content-subtitle {
        font-size: 20px;
    }

    .collection-item__content-title {
        font-size: 24px;
    }
}

@media (max-width: 900px) {
    .collection-item__content {
        min-height: 109px;
        padding: 12px 16px 16px;
    }

    .collection-item__content-subtitle {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .collection-item__content-title {
        font-size: 20px;
    }
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .collection-list.boxes .collection-item {
        width: calc(50% - 8px);
    }
}

@media (max-width: 640px) {
    .collection-list.boxes .collection-item {
        width: 100%;
    }

    .collection-item__content {
        min-height: 24vw;
    }

    .collection-item__content-subtitle {
        font-size: 4.3vw;
    }

    .collection-item__content-title {
        font-size: 5.4vw;
    }
}

/* ------------------------------------------------------------ *\
  CLP
\* ------------------------------------------------------------ */

.collection-list__section .grid__cell {
    padding-bottom: 40px;
}

.collection-block-item__title.h2 {
    padding: 4px;
}


@media screen and (any-hover: hover) {
    .collection-block-item .aspect-ratio {
        overflow: hidden;
    }

    .collection-block-item__image {
        transition: transform 0.4s, opacity 0.4s;
    }

    .collection-block-item:hover .collection-block-item__image {
        transform: scale(1.015);
        opacity: 0.8;
    }
}

@media (max-width: 640px) {
    .collection-list__section .grid__cell {
        padding-bottom: 50px;
    }
}

/* ------------------------------------------------------------ *\
  PLP
\* ------------------------------------------------------------ */

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .product-list--collection .\31\/4--desk {
        width: 33.33%;
    }
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .product-list--collection .\31\/3--tablet-and-up {
        width: 33.33%;
    }
}

/* ------------------------------------------------------------ *\
  Product Card
\* ------------------------------------------------------------ */

.product-item {
    padding: 16px;
}

/*imprimatur*/
/*.product-item__label-list {*/
/*    top: 7px;*/
/*}*/

/* Badges */
.product-badges {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
}

.product-badges--vertical {
    position: absolute;
    right: 6px;
    bottom: 6px;
    left: 6px;
}

.product-badges--list {
    margin-top: 12px;
}

.product-item--vertical .product-badges--list,
.product-item--list .product-badges--vertical {
    display: none;
}

.product-item--vertical .product-item__action-list {
    margin-bottom: 0;
}

/* Badge */
.product-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    line-height: 1.2;
}

.product-badge.fast-delivery svg,
.product-badge.special-price svg,
.product-badge .no-stock {
    margin-right: 0;
}

.product-badge.special-price,
.product-badge.in-stock,
.product-badge.out-of-stock {
    margin-bottom: 0;
}

.pulsating-circle {
    position: relative;
    transform: none;
    margin: 0;
}

/* Image */
.product-item__image-wrapper {
    position: relative;
    margin-bottom: 12px;
    /*imprimatur*/
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

/*.aspect-ratio--square img, .aspect-ratio--short img, .aspect-ratio--tall img {*/
/*    object-fit: unset;*/
/*}*/
.filter-swatch__image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.collection__filter-checkbox-image {
    display: flex;
    flex-basis: calc(100% / 3 - 2px / 3 * (3 - 1));
    align-items: flex-start;
}
.filter-checkbox-image:hover, .filter-checkbox-image-checked {
    background-color: antiquewhite;
}

.filter-checkbox-image-checked.filter-checkbox-image-checked::before {
    border-width: 3px;
}

.filter-checkbox-image {
    display: inline-block;
    position: relative;
}

.filter__checkbox-image-wrap {

}

/*end imprimatur*/

.product-item__vendor {
    margin-bottom: 4px;
}

.product-item__title {
    margin-bottom: 4px;
}

.product-item__price-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0;
}

.product-item__price-list .price {
    margin: 0;
}

.product-item .total-savings {
    margin-top: 8px;
}

.product-label--total-savings {
    display: block;
    margin-top: 0;
    font-size: 13px;
}


.product-item--vertical .price:not(.price--compare),
.product-item--list .price:not(.price--compare) {
    /*font-size: 15px;*/
    /*imprimatur*/
    font-size: 20px;
    font-weight: 700;
    display: block;

}

@media (max-width: 1200px) {
    .product-badge {
        font-size: 11px;
    }
}

@media (min-width: 1000px) {
    /*imprimatur*/
    .collection .product-item--vertical {
        flex: 0 0 calc(33.33% - 11px);
        padding: 0;
    }

    .product-list--with-sidebar {
        gap: 16px;
    }

    /*end imprimatur*/
    .product-item--vertical .product-item__action-button {
        margin: 0 5px !important;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    /* List view */
    .product-item--list {
        padding-right: 20px;
    }

    .product-item--list .product-item__image-wrapper {
        width: 150px;
        margin-right: 20px;
    }

    .product-item--list .product-item__action-list {
        min-width: 190px;
        margin-left: 20px;
    }
}

@media (max-width: 999px) {
    .product-item--vertical .product-item__action-list,
    .product-item--horizontal .product-item__action-list {
        margin-top: 15px;
    }
}

@media (max-width: 640px) {
    .product-item__price-list {
        margin: 0;
    }

    .product-item--list .product-item__action-list {
        margin-top: 12px;
    }
}

@media (max-width: 375px) {
    .product-item {
        padding: 12px;
    }

    .product-badges {
        right: 4px;
        bottom: 4px;
        left: 4px;
    }

    .product-badge {
        padding: 4px 6px;
    }

    .product-label--total-savings {
        font-size: 11px;
    }

    .product-item--vertical .price:not(.price--compare),
    .product-item--list .price:not(.price--compare) {
        font-size: 14px;
    }
}

/* ------------------------------------------------------------ *\
  Product
\* ------------------------------------------------------------ */

.product-form__payment-container {
    display: flex;
    gap: 20px;
}

.product-form__payment-container > * {
    flex-grow: 1;

    width: auto;
    white-space: nowrap;
}

#tbi_button {
    margin: 0;
}

.template-cart #tbi_button {
    margin-top: 20px;
}

.tbi_button_logo {
    margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
    .product-gallery--with-thumbnails .product-gallery__carousel-wrapper {
        flex: 1 1 auto;
    }
}

@media (max-width: 640px) {
    .product-form__payment-container .shopify-payment-button {
        margin-top: 0;
    }
}

/* ------------------------------------------------------------ *\
  Button
\* ------------------------------------------------------------ */

.button {
    /*imprimatur*/
    /*min-height: 48px;*/
    padding: 13px 20px;
    line-height: 1.2;
}

.button--large {
    min-height: 55px;
    padding: 16px 20px;
}

.button--small {
    /*imprimatur*/
    /*min-height: 42px;*/
    line-height: 1.2;
}

.button--extra-small {
    min-height: 34px;
    padding: 9px 15px;
}

@media (max-width: 640px) {
    .button--small {
        min-height: 35px;
        padding: 10px 20px;
    }
}


/* ------------------------------------------------------------ *\
  Filter drawer
\* ------------------------------------------------------------ */

@media (max-width: 640px) {
    .collection-drawer__title {
        font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
    }
}

/* ------------------------------------------------------------ *\
  Filters
\* ------------------------------------------------------------ */
/*imprimatur*/
/*.js .collection__filter-collapsible {*/
/*    max-height: 313px;*/
/*}*/

/*.collection__filter-collapsible[aria-hidden=false] {*/
/*    overflow-y: auto !important;*/
/*}*/

/*.collection__filter-collapsible .collection__filter-checkbox-list {*/
/*    padding-left: 0;*/
/*    padding-right: 8px;*/
/*}*/

/* ------------------------------------------------------------ *\
  Cart
\* ------------------------------------------------------------ */

.template-cart #tbi_button {
    margin-top: 20px;
}

.cart-recap__note-button {
    gap: 8px;
    text-align: left;
}

.cart-recap__note-button > span {
    text-align: right;
}

.cart-recap__note-button svg {
    margin-left: 8px;
}

.cart-recap__note-edit {
    margin-right: 0;
}

/* ------------------------------------------------------------ *\
  Card
\* ------------------------------------------------------------ */

.card__collapsible-button--modal {
    display: block;
    cursor: default;
}

.card__collapsible-button--modal .button {
    margin-top: 16px;
}

/* ------------------------------------------------------------ *\
  Modal
\* ------------------------------------------------------------ */

.modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s, visibility 0.4s;
}

.modal.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* Background */
.modal__background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -5;
    background-color: rgba(0, 0, 0, 0.75);
}

/* Inner */
.modal__inner {
    position: relative;
    max-width: calc(100% - 24px);
    height: 100%;
    max-height: calc(100% - 24px);
    margin: 12px;
}

/* Content */
.modal__content {
    position: relative;
    max-width: 1200px;
    max-height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Close */
.modal__close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    color: var(--header-text-color);
    cursor: pointer;
    appearance: none;
}

@media screen and (min-width: 641px) {
    .modal__inner {
        max-width: calc(100% - 48px);
        max-height: calc(100% - 48px);
        margin: 24px;
    }

    .modal__close {
        top: 0px;
        right: 0px;
        width: 48px;
        height: 48px;
    }
}

/* Product Block */
.modal--product-block .table-wrapper {
    padding: 0 20px;
    margin: 0 -20px;
}

.modal--product-block table {
    min-width: 800px;
}

@media screen and (min-width: 641px) {
    .layout__section--secondary .card, .layout__section--secondary form, .layout__section--secondary .collection__filter-group-list {
        height: 100%;
    }
    .modal--product-block .table-wrapper {
        padding: 0;
        margin: 0;
    }

    /*imprimatur*/
    .container.container--flush {
        margin-top: 8px;
    }

    .page__sub-header {
        margin-top: 0;
        font-size: 1em;
    }

    .card__header.card__header--tight {
        padding-top: 0;
    }

    .card__header .collection__meta, .card__header .collection__title.h1 {
        margin-bottom: 0;
    }

    .layout__section--secondary {
        width: 300px;
    }

    .card__section--tight {
        padding: 0;
    }

    .filter-sticky-container {
        position: -webkit-sticky;
        position: sticky;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-gutter: stable;
        border-bottom: 1px solid #d1d1d6;
        padding-bottom: 24px;
        top: 108px;
        height: calc(-108px + 100vh);
    }

    .filter-checkbox-image {
        position: relative;
        width: 100%;
        padding: 4px;
        border-radius: 8px;
    }

    .filter-checkbox-image::before {
        content: "";
        position: absolute;
        pointer-events: none;
        inset: 0;
        border-radius: inherit;
        border-width: 1px;
        border-color: green;
        border-style: solid;
        transition: 1ms cubic-bezier(0.22, 0.61, 0.36, 1);
        transition-property: border-color;
    }

    .filter-sticky-scroll-container {
        padding: 0 4px;
    }

    .filter__checkbox-image-wrap-container {
        opacity: 1;
        padding-bottom: 75%;
        position: relative;

    }

    .filter__checkbox-image-text {
        word-break: break-word;
        line-height: 1;
        text-align: center;
        margin: 0;
        font-size: .8125rem;
    }

    .filter__checkbox-image-label {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .filter__checkbox-image-text label, .collection__filter-checkbox-label {
        padding-left: 0;
        line-height: 1;
    }
}

.filter-separator {
    margin: 0;
}

.checkbox-image:checked,
.checkbox-image:not(:checked) {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.vizualno-skrit {
    border: 0;
    padding: 0;
    margin: -1px;
    height: 1px;
    width: 1px;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    word-break: normal;
    transform: translateZ(0);
}

.filter-separator {
    height: 1px;
    border: 0;
    background-color: #d1d1d6;
}

.collection__filter-image-checkbox {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    container-type: inline-size;
    gap: 2px;
    width: 100%;
    overflow: visible;
}

/*IMPRIMATUR SUBMENU NAV*/
.category-page {
    background-color: #f5f5f5;
}
.submenu-nav {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.submenu-nav-item {
    position: relative;
    height: 72px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 8px 8px 0;
    width: 315px;
}
.submenu-nav-link {
    display: flex;
    position: relative;
    padding: 4px;
    text-decoration: none;
    font-weight: 400;
    flex-grow: 1;
    color: #211e22;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 8px;
    border: 1px solid rgba(155, 155, 155, 0.1);
}
.submenu-nav-item::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    inset: 0;
    transition: opacity 200ms cubic-bezier(0.22,0.61,0.36,1);;
    border: 1px solid transparent;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.submenu-nav-item:hover::after {
    background-color: rgba(25, 25, 50, 0.2);
    border-color:#363438;
    opacity: 1;
}
.submenu-nav-img {
    width: 65px;
    height: 65px;
}
.submenu-nav-link-txt-wrap {
    display: flex;
    align-items: center;
}
.submenu-nav-link-txt {
    display: flow-root;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 8px;
}

.collection-item__image-wrapper--rounded {
    border-radius: 8px;
}
@media screen and (min-width: 960px) {
    /*.submenu-nav {*/
    /*    flex-direction: row;*/
    /*}*/
    .submenu-nav-item {
        height: auto;
        width: calc(25% - 16px);
    }
}