.header-block__action-btn,
.header-block__contact-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.product__description {
    overflow-x: auto;
}

.header-block__badge {
    position: absolute;
    right: 0.25rem;
    background: var(--bs-danger);
    color: var(--bs-white);
    font-size: 0.625rem;
    text-align: center;
}

.category-tree.left-block,
.displayLeftColumn {
    background: var(--bs-white);
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid var(--bs-gray-300);
}

.product-miniature__infos p {
    margin-bottom: 0.1rem;
}

.product__description-short p {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.product-miniature__infos hr {
    margin: 0.35rem 0;
}

.product__actions {
    background: var(--bs-gray-200);
    padding: 0.75rem;
    border-radius: 8px;
}

.category-tree__item__header:hover,
.prmn_tab_li_content:hover,
.ets_prmn_categories li:hover,
.af-checkbox-label:hover,
.af-radio-label:hover {
    background: var(--bs-gray-200);
    /* border-radius: 6px; */
}

.home-category-tree__item {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e7ea;
}

.home-category-tree__item a,
.home-block__title a {
    color: var(--bs-gray-800);
    display: block;
    padding: 10px 0px 10px 5px;
}

.home-block__title a {
    font-weight: 600;
    font-size: 1.15rem;
    /* border-bottom: 1px solid #e5e7ea; */
    /* padding-bottom: 0.5rem; */
    margin-bottom: 0.35rem;
    display: block;
}

.home-cat-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.825rem;
}


.deals-section {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin: 2rem auto;
}

.countdown div {
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
    min-width: 60px;
}

.product-card {
    min-width: 180px;
    border: none;
    text-align: center;
    transition: transform 0.2s ease;
}

.product-card img {
    max-height: 150px;
    object-fit: contain;
}

.product-card:hover {
    transform: translateY(-5px);
}

.discount-badge {
    background-color: #ff4d4d;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 0.3rem;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
}

.brand-name {
    background: var(--bs-indigo);
    display: inline-block;
    width: fit-content;
    color: white;
    padding: 0 0.375rem;
    border-radius: 0.275rem;
}

.scroll-container {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}



.card-deal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.card-deal .col-heading {
    min-width: 300px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[class*='card-product'] a.title:hover {
    color: #ff6a00;
}

[class*='card-product'] a.title {
    color: #212529;
    display: block;
}

.badge-danger {
    color: #fff;
    background-color: #fa3434;
}

.card-product-grid:hover {
    -webkit-box-shadow: inset 0 -4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: inset 0 -4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s;
}

figure {
    margin: 0;
}

.card-product-grid .text-wrap {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* leidžia rodyti max 2 eilutes */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.2em * 2);
    /* aukštis pagal 2 eilučių line-height */
    line-height: 1.2em;
}

/* Added to center content */

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.card-deal .row {
    width: 100%;
}

.content-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px;
    position: relative;
}

.img-bg {
    position: absolute;
    bottom: -120px;
    right: -5px;
    mix-blend-mode: multiply;
    opacity: 0.3;
}

.section-heading {
    margin-bottom: 10px;
    margin-top: 10px;
}

#index .product-miniature .product-miniature__title {
    font-size: 0.925rem;
}

#index .product-miniature .product-miniature__infos__bottom {
    margin-bottom: 0.125rem;
}

#index .product-miniature .product-miniature__prices {
    font-size: 0.8125rem;
}

#index .product-miniature__price-taxless {
    font-size: 0.725rem;
}

#index .badge {
    font-size: 0.675rem;
    padding: 0.25rem 0.4rem;
}

.card-deal .items-wrap>[class*=col] {
    border-left: 1px solid #e5e7ea;
}

.card-deal .card-product-grid {
    margin-bottom: 0;
    text-align: center;
}

.home-category-tree__item:hover {
    background-color: var(--bs-gray-300);
}

.subcategory__image .img-fluid {
    border-radius: 50%;
}

.subcategory__wrapper .subcategory {
    border-radius: 99px;
    border: 3px solid var(--bs-light);
}

.subcategory__wrapper .subcategory:hover {
    background-color: var(--bs-light);
    border: 3px solid #ffd3b2;
}

.subcategories {
    margin-bottom: 1rem;
}

.subcategory__wrapper {
    margin: 0.25rem 0;
}

.scroll-button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--bs-primary);
    box-shadow: 0 0 6px rgba(125, 56, 4, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    font-size: 1.25rem;
}

/* Generic helper if needed elsewhere */
.icon-text {
    display: inline-flex;
    align-items: center;
    gap: .375rem;
}

.icon-text>svg,
.icon-text>i {
    width: 1em;
    height: 1em;
}

.page-product .product__current-price {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--bs-primary);
}

.page-product .product__discount {
    color: var(--bs-gray-800);
    font-size: 1.5rem;
    background: var(--bs-gray-200);
    border-radius: 8px;
    padding: 2px 3px;
}

/* Lucide icons specific */
.icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: currentColor;
    /* spalva valdoma per color */
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.wh-1 {
    width: 1rem !important;
    height: 1rem !important;
}

.wh-1-5 {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

#search_widget form i.icon {
    top: 0.15rem;
}

.icon-home {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' stroke='currentColor' fill='none' viewBox='0 0 24 24'><path d='M3 12l9-9 9 9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' stroke='currentColor' fill='none' viewBox='0 0 24 24'><path d='M3 12l9-9 9 9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.shopping-basket {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' stroke='currentColor' fill='none' viewBox='0 0 24 24'><path d='M6 2l1.5 1.5m0 0L9 6m-1.5-4.5L7.5 6m0 0L3 12h18l-4.5-6M7.5 6v6m9-6v6m-9 0v6a3 3 0 0 0 3 3h3a3 3 0 0 0 3-3v-6m-9 0h9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' stroke='currentColor' fill='none' viewBox='0 0 24 24'><path d='M6 2l1.5 1.5m0 0L9 6m-1.5-4.5L7.5 6m0 0L3 12h18l-4.5-6M7.5 6v6m9-6v6m-9 0v6a3 3 0 0 0 3 3h3a3 3 0 0 0 3-3v-6m-9 0h9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.user-round {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-user-round-icon lucide-user-round'><circle cx='12' cy='8' r='5' /><path d='M20 21a8 8 0 0 0-16 0' /></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-user-round-icon lucide-user-round'><circle cx='12' cy='8' r='5' /><path d='M20 21a8 8 0 0 0-16 0' /></svg>");
}

.user-round-check {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-user-round-check-icon lucide-user-round-check"><path d="M2 21a8 8 0 0 1 13.292-6" /><circle cx="10" cy="8" r="5" /><path d="m16 19 2 2 4-4" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-user-round-check-icon lucide-user-round-check"><path d="M2 21a8 8 0 0 1 13.292-6" /><circle cx="10" cy="8" r="5" /><path d="m16 19 2 2 4-4" /></svg>');
}

.shopping-basket {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-baggage-claim-icon lucide-baggage-claim"><path d="M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2" /><path d="M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10" /><rect width="13" height="8" x="8" y="6" rx="1" /><circle cx="18" cy="20" r="2" /><circle cx="9" cy="20" r="2" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-baggage-claim-icon lucide-baggage-claim"><path d="M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2" /><path d="M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10" /><rect width="13" height="8" x="8" y="6" rx="1" /><circle cx="18" cy="20" r="2" /><circle cx="9" cy="20" r="2" /></svg>');
}

.move-right {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 8L22 12L18 16'/><path d='M2 12H22'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 8L22 12L18 16'/><path d='M2 12H22'/></svg>");
}

.search {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search-icon lucide-search"><path d="m21 21-4.34-4.34" /><circle cx="11" cy="11" r="8" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search-icon lucide-search"><path d="m21 21-4.34-4.34" /><circle cx="11" cy="11" r="8" /></svg>');
}

.phone-call {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone-call-icon lucide-phone-call"><path d="M13 2a9 9 0 0 1 9 9" /><path d="M13 6a5 5 0 0 1 5 5" /><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone-call-icon lucide-phone-call"><path d="M13 2a9 9 0 0 1 9 9" /><path d="M13 6a5 5 0 0 1 5 5" /><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" /></svg>');
}

.mail {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail-icon lucide-mail"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" /><rect x="2" y="4" width="20" height="16" rx="2" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail-icon lucide-mail"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" /><rect x="2" y="4" width="20" height="16" rx="2" /></svg>');
}

.message-circle-more {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle-more-icon lucide-message-circle-more"><path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" /><path d="M8 12h.01" /><path d="M12 12h.01" /><path d="M16 12h.01" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle-more-icon lucide-message-circle-more"><path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" /><path d="M8 12h.01" /><path d="M12 12h.01" /><path d="M16 12h.01" /></svg>');
}

.move-up {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-move-up-icon lucide-move-up"><path d="M8 6L12 2L16 6" /><path d="M12 2V22" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-move-up-icon lucide-move-up"><path d="M8 6L12 2L16 6" /><path d="M12 2V22" /></svg>');
}

.thumbs-up {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-thumbs-up-icon lucide-thumbs-up"><path d="M7 10v12" /><path d="M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-thumbs-up-icon lucide-thumbs-up"><path d="M7 10v12" /><path d="M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" /></svg>');
}

.folder-down {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-down-icon lucide-folder-down"><path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" /><path d="M12 10v6" /><path d="m15 13-3 3-3-3" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-down-icon lucide-folder-down"><path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" /><path d="M12 10v6" /><path d="m15 13-3 3-3-3" /></svg>');
}

.folder-sync {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-sync-icon lucide-folder-sync"><path d="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5" /><path d="M12 10v4h4" /><path d="m12 14 1.535-1.605a5 5 0 0 1 8 1.5" /><path d="M22 22v-4h-4" /><path d="m22 18-1.535 1.605a5 5 0 0 1-8-1.5" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-sync-icon lucide-folder-sync"><path d="M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5" /><path d="M12 10v4h4" /><path d="m12 14 1.535-1.605a5 5 0 0 1 8 1.5" /><path d="M22 22v-4h-4" /><path d="m22 18-1.535 1.605a5 5 0 0 1-8-1.5" /></svg>');
}

.chevrons-right {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-right-icon lucide-chevrons-right"><path d="m6 17 5-5-5-5" /><path d="m13 17 5-5-5-5" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-right-icon lucide-chevrons-right"><path d="m6 17 5-5-5-5" /><path d="m13 17 5-5-5-5" /></svg>');
}

.truck {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-truck-icon lucide-truck"><path d="M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" /><path d="M15 18H9" /><path d="M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14" /><circle cx="17" cy="18" r="2" /><circle cx="7" cy="18" r="2" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-truck-icon lucide-truck"><path d="M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" /><path d="M15 18H9" /><path d="M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14" /><circle cx="17" cy="18" r="2" /><circle cx="7" cy="18" r="2" /></svg>');
}

.check {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check-icon lucide-check"><path d="M20 6 9 17l-5-5" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check-icon lucide-check"><path d="M20 6 9 17l-5-5" /></svg>');
}

.circle-chevron-down {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-chevron-down-icon lucide-circle-chevron-down"><circle cx="12" cy="12" r="10" /><path d="m16 10-4 4-4-4" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-chevron-down-icon lucide-circle-chevron-down"><circle cx="12" cy="12" r="10" /><path d="m16 10-4 4-4-4" /></svg>');
}

.logs {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check-icon lucide-check"><path d="M20 6 9 17l-5-5" /><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-logs-icon lucide-logs"><path d="M3 5h1" /><path d="M3 12h1" /><path d="M3 19h1" /><path d="M8 5h1" /><path d="M8 12h1" /><path d="M8 19h1" /><path d="M13 5h8" /><path d="M13 12h8" /><path d="M13 19h8" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-logs-icon lucide-logs"><path d="M3 5h1" /><path d="M3 12h1" /><path d="M3 19h1" /><path d="M8 5h1" /><path d="M8 12h1" /><path d="M8 19h1" /><path d="M13 5h8" /><path d="M13 12h8" /><path d="M13 19h8" /></svg>');
}

.tag {
    display: inline-block;
    padding: 3px 7px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    color: black;
    border-radius: 3px;
    margin-top: 4px;
    margin-right: 2px;
    font-size: 85%;
    text-transform: capitalize;
}

#_desktop_user_info .dropdown-toggle:after {
    display: none;
}

.product-miniature .product-miniature__infos__delivery__available {
    font-size: 1rem;
    color: #026c01;
    font-weight: 400;
}

/* .product-miniature .product-miniature__infos__delivery__available p {
    border: 1px solid #b5c9b5;
    border-radius: 6px;
    padding: 0.25rem;
} */

.product-miniature .product-miniature__infos__delivery__last_remaining_items {
    font-size: 1rem;
    color: var(--bs-blue);
    font-weight: 400;
}

/* .product-miniature .product-miniature__infos__delivery__last_remaining_items p {
    border: 1px solid #b7b5c9;
    border-radius: 6px;
    padding: 0.25rem;
} */

.product-miniature .product-miniature__infos__delivery__out_of_stock {
    font-size: 1rem;
    color: var(--bs-primary);
    font-weight: 400;
}

/* .product-miniature .product-miniature__infos__delivery__out_of_stock p {
    border: 1px solid #c9c3b5;
    border-radius: 6px;
    padding: 0.25rem;
} */



.product-miniature__infos__top a {
    color: var(--bs-gray-900);
}

.product-miniature__infos__top a:hover {
    color: var(--bs-primary);
}

/* ===============================
   HEADER FLEX LAYOUT (viena eilė)
   =============================== */

/* Konteineris aplink logotipą, paiešką ir veiksmų blokus (be meniu modulio) */
.order-10 {
    order: 10 !important;
}

.header-bar,
.prmn_extra_item {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
    width: 100%;
}

/* Paieškos widget adaptacija kad plėstųsi */
.header-bar #_desktop_search,
.prmn_extra_item #_desktop_search {
    /* egzistuojantis modulis */
    flex: 1 1 auto;
    min-width: 280px;
    order: 10;
    /* tarp logotipo ir action ikonų */
}

/* Neutralizuojame originalias Bootstrap util klases, kurios ateina iš modulio tpl */
.header-bar #_desktop_search.order-2,
.prmn_extra_item #_desktop_search.order-2 {
    order: 10 !important;
}

.header-bar #_desktop_search.ms-auto,
.prmn_extra_item #_desktop_search.ms-auto {
    margin-left: 0 !important;
}

.header-bar #_desktop_search.col-auto,
.prmn_extra_item #_desktop_search.col-auto {
    flex: 1 1 auto;
    line-height: 1 !important;
}

/* Aiški tvarka desktop user ir cart blokams */
.header-bar #_desktop_user_info,
.prmn_extra_item #_desktop_user_info {
    order: 30;
    line-height: 1 !important;
}

.header-bar #_desktop_cart,
.prmn_extra_item #_desktop_cart {
    order: 40;
    line-height: 1 !important;
}

.prmn_tab_li_content {
    background-color: #fff;
    border-top: 1px solid var(--bs-gray-400);
    color: var(--bs-gray-900);
    fill: var(--bs-gray-900);
    font-size: 1rem;
    font-weight: 500;
}

.prmn_menus_li {
    height: 45px;
}

.ets_prmn_block_content ul>li a:hover {
    color: var(--bs-primary) !important;
    fill: var(--bs-primary) !important;
}

.prmn_tab_toggle_title img {
    margin-right: 5px;
    width: 48px;
    border-radius: 12px;
    margin-top: -3px;
}

/* Veiksmų grupė (vartotojas, krepšelis) */
.header-actions {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
    order: 20;
    margin-left: .25rem;
}

/* Vidinis adaptavimas egzistuojantiems blokams */
.header-actions .header-block__action-btn {
    font-size: .75rem;
}

/* Ženklelis ant krepšelio */
.header-actions .header-block__badge {
    top: 0;
    right: 0;
    transform: translate(60%, -40%);
    padding: .25em .35em;
    font-size: .55rem;
}

.header-block__title {
    font-size: 0.75rem;
}

.ets_prmn_megamenu_content .ets_prmn_megamenu_content_content {
    align-items: center;
}

/* Maži ekranai – leidžiame sulūžti į dvi eilutes, paieška žemiau */
@media (max-width: 991.98px) {

    .header-bar,
    .prmn_extra_item {
        /* flex-wrap: wrap; */
        row-gap: .5rem;
        line-height: 1 !important;
    }

    .header-bar #_desktop_search,
    .prmn_extra_item #_desktop_search {
        order: 100;
        width: 100%;
        line-height: 1;
    }

    .header-actions {
        margin-left: auto;
    }
}

/* Saugikliai kad mobilus offcanvas paieška nesulūžtų */
@media (max-width: 575.98px) {

    /* .header-bar, */
    .prmn_extra_item {
        gap: .75rem;
        justify-content: space-evenly;
    }

    .icon.message-circle-more,
    .prmn_phone_icon {
        width: 1.2rem !important;
        height: 1.2rem !important;
    }

    .prmn_phone_icon .icon,
    .prmn_phone_icon i {
        width: 0.75rem !important;
        height: 0.75rem !important;
    }

    .prmn_phone_link {
        font-size: .85rem !important;
    }

    .prmn_phone_block {
        padding: 0.1rem !important;

    }

    .contact-link {
        gap: 0.5rem !important;
    }

    .header-block__badge {
        top: -0.25rem;
        right: -0.25rem;
        background: var(--bs-danger);
        font-size: 0.5rem;
    }

    .header-block__action-btn {
        --header-block-spacing-x: 0.5rem;
        --header-block-spacing-y: 0.65rem;
    }

    .prmn_phone_text {
        letter-spacing: normal;
    }

    .text-reset {
        font-size: .65rem !important;
    }
}

@media (max-width: 767px) {

    .ets_prmn_megamenu_content {
        background-color: #0f0f0f;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1050;
    }

    .ets_prmn_megamenu_content .icon {
        color: #fff;
        width: 1.75rem;
        height: 1.75rem;
    }

    .ybc-menu-toggle,
    .arrow {
        display: flex;
    }

    .prmn_extra_item {
        justify-content: space-between;
        ;
    }

    .ybc-menu-toggle {
        width: auto;
        padding: 0 15% 0 0;
    }
}

/* ===============================
   Scroll To Top Button
   =============================== */
.scroll-top-btn {
    position: fixed;
    right: 1rem;
    bottom: 1.5rem;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary, #ff7a00);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 1040;
    /* virš kitų UI elementų, bet žemiau modal (1050) */
}

.scroll-top-btn .icon {
    width: 1.4rem;
    height: 1.4rem;
}

.scroll-top-btn:hover {
    background: var(--bs-hover);
}

.scroll-top-btn:active {
    transform: translateY(2px);
}

.scroll-top-btn:focus {
    outline: 2px solid rgba(255, 255, 255, .6);
    outline-offset: 2px;
}

.scroll-top-btn.scroll-top-btn--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 575.98px) {
    .scroll-top-btn {
        width: 2.5rem;
        height: 2.5rem;
        right: .75rem;
        bottom: 3.5rem;
    }

    .scroll-top-btn .icon {
        width: 1.2rem;
        height: 1.2rem;
    }
}

/* ===============================
   Phone contact block (megamenu)
   =============================== */
.prmn_phone_block {
    display: flex;
    align-items: center;
    margin-left: auto;
    /* stumia į dešinę konteineryje */
    padding: 0.25rem;
    border: 1px solid var(--bs-primary);
    border-radius: 99px;
}

.prmn_phone_link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    color: var(--bs-gray-900);
    line-height: 1;
    transition: color .2s ease;
}

/* =============================================================
     AMAZZING FILTER - CUSTOM CHECKBOX / RADIO / SLIDER OVERRIDES
     (nedarome core failo pakeitimų, viskas per theme custom.css)
     ============================================================= */
:root {
    --af-accent: var(--bs-primary);
    --af-accent-rgb: 169, 222, 255;
    --af-border: #d0d5db;
    --af-bg-selected: #fff7f0;
    --af-focus-ring: 0 0 0 3px rgba(var(--af-accent-rgb), .35);
    --af-transition: .18s cubic-bezier(.4, 0, .2, 1);
    --af-checkbox-size: 1.15rem;
    --af-checkbox-gap: 1.5rem;
    --af-radius: .375rem;
    --af-badge-bg: rgb(169, 222, 255);
    --text-success: #0b6317;
    /* count background */
}

/* Checkbox / radio bendras išdėstymas */
/* .af_filter label {
    align-items: center;
    line-height: 1.15;
    padding: .25rem 0;
} */

/* Paslepiam naršyklinį input (paliekam focus galimybę) */
.af_filter input.af.checkbox,
.af_filter input.af.radio {
    /* position: absolute; */
    opacity: 0;
    /* width: var(--af-checkbox-size);
    height: var(--af-checkbox-size);
    margin: 0; */
}

.dynamic-product-count {
    margin: 0.5em;
    background: white;
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
    padding: 10px 0;
}

.dropdown-menu.show {
    background: white;
}

/* Vizuolus pseudo elementas – kadangi nėra :before / :after modulio struktūroje,
     sukuriame inline elementą naudojant existing .checkbox/.radio wrapper jei yra */
/* .af_filter .checkbox,
.af_filter .radio {
    position: relative;
    display: inline-flex;
    width: var(--af-checkbox-size);
    height: var(--af-checkbox-size);
    flex: 0 0 var(--af-checkbox-size);
    border: 2px solid var(--af-border);
    border-radius: .25rem;
    background: #fff;
    margin-top: 2px;
    transition: border-color var(--af-transition), background var(--af-transition), box-shadow var(--af-transition);
} */

/* Apvalus radio */
input.af.radio+.radio {
    border-radius: 50%;
}

/* Vidinis užpildymas (uždedam pseudo) */
.af_filter .checkbox::after,
.af_filter .radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: inherit;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    opacity: 0;
    transform: scale(.4);
    transition: transform var(--af-transition), opacity var(--af-transition);
}

/* Pažymėta būsena */
.af_filter input.af.checkbox:checked+.checkbox,
.af_filter input.af.radio:checked+.radio {
    border-color: var(--af-accent);
    background: var(--af-bg-selected);
}

.af_filter input.af.checkbox:checked+.checkbox::after,
.af_filter input.af.radio:checked+.radio::after {
    opacity: 1;
    transform: scale(1);
}

/* Focus (klaviatūra) */
.af_filter input.af.checkbox:focus-visible+.checkbox,
.af_filter input.af.radio:focus-visible+.radio {
    box-shadow: var(--af-focus-ring);
    outline: none;
}

/* Hover */
.af_filter label:hover .checkbox,
.af_filter label:hover .radio {
    border-color: var(--af-accent);
}

/* Pavadinimo tekstas prie checkbox */
/* .af_filter .name {
    padding-left: var(--af-checkbox-gap);
} */



/* Aktyvus įrašas – visas label šiek tiek paryškinamas */
.af_filter li.active>label .name {
    font-weight: 600;
}

.af_filter li.active>label .checkbox,
.af_filter li.active>label .radio {
    border-color: var(--af-accent);
}

/* Išjungti (no matches) */
.dim-zero-matches .no-matches>label .checkbox,
.dim-zero-matches .no-matches>label .radio {
    opacity: .5;
}

/* =====================================
     PRICE RANGE SLIDER
     ===================================== */
.af-slider {
    --slider-height: .45rem;
}

.af-slider .slider-bar {
    position: relative;
    height: var(--slider-height);
    background: #dadfe4;
    border-radius: 10px;
}

.af-slider .slider-bar .ui-slider-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--af-accent);
    border-radius: 10px;
}

.af-slider .slider-bar .ui-slider-handle {
    width: 1.15rem;
    height: 1.15rem;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 3px solid var(--af-accent);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    transition: box-shadow var(--af-transition), border-color var(--af-transition);
}

.af-slider .slider-bar .ui-slider-handle:hover {
    box-shadow: 0 0 0 4px rgba(var(--af-accent-rgb), .25);
}

.af-slider .slider-bar .ui-slider-handle:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(var(--af-accent-rgb), .35);
}

/* Reikšmių įvedimo laukeliai */
.af-slider .slider-values .input-text {
    max-width: 80px;
    padding: .3rem .4rem;
    font-size: .75rem;
    border: 1px solid var(--af-border);
    border-radius: var(--af-radius);
}

.af-slider .slider-values .input-text:focus {
    border-color: var(--af-accent);
    box-shadow: var(--af-focus-ring);
    outline: none;
}

.af-slider .pointer {
    border-color: var(--af-accent);
}

.af-slider .selected-bar {
    background: var(--bs-light);
}

/* Scroll bar list’o max height – švelnesnė juosta (optional) */
.af_filter ul {
    scrollbar-width: thin;
    scrollbar-color: var(--af-accent) #eceff1;
}

.af_filter ul::-webkit-scrollbar {
    width: 6px;
}

.af_filter ul::-webkit-scrollbar-track {
    background: #eceff1;
    border-radius: 3px;
}

.af_filter ul::-webkit-scrollbar-thumb {
    background: var(--af-accent);
    border-radius: 3px;
}



/* =============================================================
     AF STRUCTURE FIX: jei modulis NENAUDOJA atskiro .checkbox/.radio elemento
     ir input.af.checkbox stovi ŠALIA <label>, sugeneruojame pseudo elementus
     ant label, kad atsirastų vizualus langelis / taškas. Tai pataiso "tuščia" vaizdą.
     ============================================================= */


/* Struktūra: <li><input class="af checkbox" id="x"><label for="x"> <span class="name"> .. */


.af_filter label[for] {
    /* suteikiam vietos pseudo elementui */
    position: relative;
    /* padding-left: calc(var(--af-checkbox-size) + var(--af-checkbox-gap)); */
    min-height: var(--af-checkbox-size);
    display: flex;
    align-items: center;
    gap: .35rem;
}

/* Langelis arba apskritimas */
.onepagecheckout-left .custom-radio input[type=radio]+span,
#form_ets_onepagecheckout i.ets_checkbox,
.af_filter .af-checkbox-label::before,
.af_filter .af-radio-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--af-checkbox-size);
    height: var(--af-checkbox-size);
    border: 3px solid var(--af-border);
    background: #fff;
    /* checkbox default */
    box-sizing: border-box;
    transition: background var(--af-transition), border-color var(--af-transition), box-shadow var(--af-transition);
}

.onepagecheckout-left .custom-radio input[type=radio],
#form_ets_onepagecheckout i.ets_checkbox {
    position: relative !important;
    transform: unset !important;
    left: unset !important;
    top: unset !important;
}

/* Radio forma */
.onepagecheckout-left .custom-radio input[type=radio]+span,
.af_filter .af-radio-label::before {
    border-radius: 50%;
}

#form_ets_onepagecheckout i.ets_checkbox,
#form_ets_onepagecheckout input:checked+.ets_checkbox:before,
.af_filter .af-checkbox-label::before {
    border-radius: 0.3rem;
}


.af_filter input.af.checkbox:checked+label[for]::before,
.af_filter input.af.radio:checked+label[for]::before {
    background: var(--af-accent);
    border-color: var(--af-accent);
}

.af_filter input.af.checkbox:checked+label[for]::after {
    opacity: 1;
}

.af_filter input.af.radio:checked+label[for]::after {
    opacity: 1;
    transform: translate(50%, -50%) scale(1);
}

/* Hover / focus */
#form_ets_onepagecheckout input:checked+.ets_checkbox,
#form_ets_onepagecheckout input[type="checkbox"],
.af_filter input.af.checkbox:focus-visible+label[for]::before,
.af_filter input.af.radio:focus-visible+label[for]::before {
    box-shadow: var(--af-focus-ring);
}

.form-check-input,
#form_ets_onepagecheckout label:hover i.ets_checkbox,
#form_ets_onepagecheckout span:hover i.ets_checkbox,
.af_filter label[for]:hover::before {
    border-color: var(--af-accent);
}

.form-check-input:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 .25rem #b635dc38;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.checkout__steps .nav-tabs .checkout__steps--success .nav-link.active {
    color: var(--bs-primary);
}

.onepagecheckout-left label:has(.custom-radio input[type=radio]:checked) {
    background-color: #f0f8ff;
    border: 1px solid var(--bs-primary);
    /* pasirinkta spalva */
    border-radius: 8px;
    /* jeigu nori gražiai užapvalinti kampus */
}

.block-shipping .block-content {
    padding: 0 1rem;
}

.block-shipping .block-content label {
    padding: .5rem;
    border-radius: 8px;
}

/* Subtilus aktyvaus elemento kairinis indikatorius */
.onepagecheckout-left .custom-radio input[type=radio]:checked+span,
#form_ets_onepagecheckout input:checked+.ets_checkbox:before,
.af_filter li.active>label[for]::before {
    box-shadow: 0 0 0 1px var(--af-accent) inset;
    color: #fff;
    border-color: var(--af-accent) !important;
    background-color: var(--af-accent);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* Hover fonas eilučių – suteikia užpildymo pojūtį */
.af_filter li:hover {
    background: rgba(var(--af-accent-rgb), .06);
    border-radius: 4px;
}

/* Skyriaus heading (title_block) pagerinimas jei naudojamas collapse */
.af_filter>.title_block,
.af_filter .f_title {
    font-weight: 700;
    letter-spacing: .3px;
}

/* Mažesnis tarpas tarp sekcijų – vietoje border galima naudoti pseudo */
.af_filter {
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.af_filter:last-child {
    margin-bottom: 0;
}


/* Korekcija jei modulio generuojama struktūra turi .checkbox/.radio span ar i – paslepiame kad nebūtų dublio */
.af_filter label .checkbox:not(input),
.af_filter label .radio:not(input) {
    display: none !important;
}

.prmn_phone_link:hover,
.prmn_phone_icon:hover {
    color: var(--bs-blue) !important;
}

.prmn_phone_icon {
    width: 2.25rem;
    height: 2.25rem;
    background: var(--bs-orange);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    flex: 0 0 auto;
}

.prmn_phone_icon .icon,
.prmn_phone_icon i {
    color: var(--bs-white) !important;
    width: 1.05rem !important;
    height: 1.05rem !important;
}

.prmn_phone_icon:hover {
    color: var(--bs-white) !important;
    background: var(--bs-blue) !important;
}

.prmn_phone_text {
    white-space: nowrap;
    letter-spacing: .5px;
}

@media (max-width: 991.98px) {
    .prmn_phone_block {
        order: 100;
        /* kad atsidurtų gale mažesniuose ekranuose */
        margin-left: 0;
        padding-left: .5rem;
    }
}

/* Mobile account dropdown cleanup (duplicate safe) */

/* =============================================================
     PRODUCT VARIANTS - RECTANGULAR BUTTON STYLE 
     ============================================================= */

.page-product .product__variants .variant .radio-variants .radio-variant {
    margin: 0;
    padding: 0 !important;
}

.page-product .product__variants .variant .radio-variants .radio-variant label {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}

.page-product .product__variants .variant .radio-variants {
    row-gap: .85rem;
}

.page-product .product__variants .variant .radio-variants .radio-variant .form-check-input {
    display: none;
    /* Hide default radio button */
}

.page-product .product__variants .variant .radio-variants .radio-variant .radio-label {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.375rem;
    background-color: var(--bs-white);
    color: var(--bs-dark);
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    transition: all 0.2s ease-in-out;
    min-width: 3rem;
}

.page-product .product__variants .variant .radio-variants .radio-variant .radio-label:hover {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-400);
}

/* Active/Selected state */
.page-product .product__variants .variant .radio-variants .radio-variant .form-check-input:checked+.radio-label {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.page-product .product__variants .variant .radio-variants .radio-variant .form-check-input:checked+.radio-label:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* =============================================================
     MODERN PRODUCT DETAILS LIST
     ============================================================= */

.product__details-modern {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-modern {
    display: flex;
    align-items: flex-center;
    gap: 0.275rem;
    background: var(--bs-gray-50);
    transition: all 0.2s ease-in-out;
}

.detail-modern:hover {

    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.detail-modern__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: rgb(19, 90, 8);
}



.detail-modern__content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.detail-modern__label {
    display: block;
    font-weight: 600;
    text-transform: uppercase;

}

.detail-modern__value {
    display: block;
    font-weight: 500;
    word-wrap: break-word;
}

.detail-modern__value--stock {
    font-weight: 600;
    color: var(--bs-success);
}

.detail-modern__link {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 500;
}

.detail-modern__link:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}

.detail-modern__brand-link {
    display: inline-block;
    text-decoration: none;
}

.detail-modern__brand-logo {
    max-height: 1.5rem;
    width: auto;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .detail-modern {
        gap: 0.75rem;
    }

}

/* Grid layout for larger screens */
@media (min-width: 768px) {
    .product__details-modern {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
        gap: 0.55rem;
        font-size: 0.85rem;
    }
}

/* =============================================================
     FREQUENTLY BOUGHT TOGETHER - CART STYLE
     ============================================================= */

.freq-bought-cart-style {
    background: var(--bs-white);
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 1.5rem 0;
}

.freq-bought-products {
    padding: 0;
}

.freq-bought-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-gray-200);
    transition: background-color 0.2s ease;
}

.freq-bought-item:last-child {
    border-bottom: none;
}

.freq-bought-item:hover {
    background-color: var(--bs-gray-50);
}

.freq-bought-item.unavailable {
    opacity: 0.6;
    background-color: var(--bs-gray-100);
}

.freq-bought-item__checkbox {
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.freq-bought-checkbox-label {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid var(--bs-gray-400);
    border-radius: 0.25rem;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.freq-bought-item__checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.freq-bought-item__checkbox input[type="checkbox"]:checked+.freq-bought-checkbox-label {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.freq-bought-item__checkbox input[type="checkbox"]:checked+.freq-bought-checkbox-label::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
}

.freq-bought-item__image {
    position: relative;
    flex-shrink: 0;
}

.freq-bought-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 0.375rem;
    border: 1px solid var(--bs-gray-200);
}

.freq-bought-quantity-badge {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    background: var(--bs-primary);
    color: white;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.125rem 0.375rem;
    border-radius: 0.75rem;
    min-width: 1.25rem;
    text-align: center;
}

.freq-bought-item__details {
    flex: 1;
    min-width: 0;
}

.freq-bought-item__name {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.freq-bought-current-label {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.freq-bought-product-link {
    color: var(--bs-dark);
    text-decoration: none;
}

.freq-bought-product-link:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}

.freq-bought-item__attributes {
    margin-bottom: 0.5rem;
}

/* Inline compact select layout */
.freq-bought-attributes-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.25rem;
}

.freq-bought-attribute-select {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.freq-bought-select-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--bs-gray-700);
    margin: 0;
    white-space: nowrap;
}

.freq-bought-select {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.25rem;
    background-color: var(--bs-white);
    color: var(--bs-dark);
    min-width: 80px;
    max-width: 120px;
    transition: all 0.2s ease;
}

.freq-bought-select:hover {
    border-color: var(--bs-gray-400);
}

.freq-bought-select:focus {
    outline: none;
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

.freq-bought-item__quantity {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.freq-bought-quantity-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--bs-gray-700);
    margin: 0;
    min-width: 4rem;
}

.freq-bought-quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.25rem;
    overflow: hidden;
}

.freq-bought-qty-btn {
    background: var(--bs-gray-100);
    border: none;
    width: 2rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.freq-bought-qty-btn:hover {
    background: var(--bs-gray-200);
}

.freq-bought-qty-input {
    border: none;
    width: 3rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    outline: none;
}

.freq-bought-qty-input::-webkit-outer-spin-button,
.freq-bought-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.freq-bought-default-attributes {
    font-size: 0.75rem;
    color: var(--bs-gray-600);
    font-style: italic;
}

.freq-bought-item__availability {
    font-size: 0.75rem;
    color: var(--bs-gray-600);
}

.freq-bought-availability-text.available {
    color: var(--bs-success);
    font-weight: 500;
}

.freq-bought-availability-text.unavailable {
    color: var(--bs-danger);
    font-weight: 500;
}

.freq-bought-item__price {
    flex-shrink: 0;
    text-align: right;
}

.freq-bought-old-price {
    display: block;
    font-size: 0.75rem;
    color: var(--bs-gray-500);
    text-decoration: line-through;
    margin-bottom: 0.125rem;
}

.freq-bought-current-price {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-dark);
}

.freq-bought-total {
    background: var(--bs-gray-50);
    border-top: 1px solid var(--bs-gray-300);
    padding: 1rem;
}

.abs-old-price {
    text-decoration: line-through;
}

.freq-bought-total__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.freq-bought-total__row {
    flex: 1;
}

.freq-bought-total__label {
    font-size: 0.875rem;
    color: var(--bs-gray-700);
    display: block;
    margin-bottom: 0.25rem;
}

.freq-bought-total__price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bs-dark);
}

.freq-bought-add-to-cart {
    background: var(--bs-primary);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.freq-bought-add-to-cart:hover {
    background: var(--bs-primary);
    filter: brightness(0.9);
    transform: translateY(-1px);
}

.freq-bought-add-to-cart:active {
    transform: translateY(0);
}

.freq-bought-info {
    padding: 0.75rem 1rem;
    background: var(--bs-info);
    color: white;
    font-size: 0.875rem;
}

.freq-bought-info__message {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .freq-bought-item {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .freq-bought-img {
        width: 60px;
        height: 60px;
    }

    .freq-bought-total__summary {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .freq-bought-add-to-cart {
        width: 100%;
        justify-content: center;
    }

    .freq-bought-attribute-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .freq-bought-attribute-options {
        width: 100%;
    }

    .freq-bought-item__quantity {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}

/* =============================================================
   AF OVERRIDE: pažymėtas checkbox / radio -> pilnai oranžinis fonas
   (pirminė struktūra su <input class="af checkbox"> + <span class="checkbox">)
   ============================================================= */
/* Užpildom foną oranžine vietoje švelnaus fono */
.af_filter input.af.checkbox:checked+.checkbox,
.af_filter input.af.radio:checked+.radio {
    background: var(--af-accent) !important;
    border-color: var(--af-accent) !important;
}

/* CHECKBOX: baltas varnelės simbolis (sukuriamas su border trick) */
.af_filter input.af.checkbox:checked+.checkbox::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60%;
    height: 38%;
    transform: translate(-48%, -58%) rotate(38deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: transparent;
    opacity: 1;
    inset: auto;
    /* nuimame ankstesnį inset:3px */
    border-radius: 0;
}

/* RADIO: baltas taškas centre */
.af_filter input.af.radio:checked+.radio::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55%;
    height: 55%;
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    inset: auto;
    /* neutralizuojam ankstesnį inset:3px */
    border: none;
}

.af_filter li {
    padding: 5px 0 !important;
}

/* Pagerinam hover kai jau pažymėta – šiek tiek intensyvesnė dėžutė */
.af_filter input.af.checkbox:checked+.checkbox:hover,
.af_filter input.af.radio:checked+.radio:hover {
    filter: brightness(1.05);
}

/* Klaviatūros focus ant užpildyto – paliekam ring, bet nekeičiame fono */
.af_filter input.af.checkbox:focus-visible+.checkbox,
.af_filter input.af.radio:focus-visible+.radio {
    box-shadow: var(--af-focus-ring);
}

.selectedFilters.inline,
.layout-full-width .products-selection,
.layout-left-column .products-selection {
    margin: 0 0 1.25rem 0;
    padding: 15px;
    text-align: left;
    border-radius: 6px;
    line-height: 1.2;
    border: 1px solid var(--bs-gray-300);
    background: white;
}

.selectedFilters {
    margin-top: 0;
}

.selectedFilters .cf {
    margin: 0 10px !important;
    background: var(--bs-light);
    position: relative;
    line-height: 1;
}

.selectedFilters.inline .clearAll {
    margin-bottom: 0 !important;
}

.selectedFilters .clearAll {
    background: var(--bs-primary);
    border-radius: 4px;
}

.selectedFilters .clearAll a {
    color: #fff !important;
}

.u-times:before {
    color: #f70000 !important;
}

.category-tree__item {
    border-bottom: 1px solid var(--bs-gray-300) !important;
    font-weight: 600;
}

.left-block__title {
    /* border: none; */
    font-size: var(--left-block-title-size);
    font-weight: 600;
    margin-bottom: var(--left-block-title-spacing);
    padding: 0 0 0.6rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    border-bottom: 2px solid var(--bs-gray-400);
}

.left-block__title__link {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

#amazzing_filter.block .title_block {
    border-bottom: 2px solid var(--bs-gray-400);
    padding: 0 0 0.6rem;
    font-size: 1.25rem;
}

.footer__before,
.email-subscription {
    background: var(--bs-light);
    margin-top: 1.5rem;
}

.footer__main__bottom {
    border-top: 1px solid #1a3286;
    padding-top: 1rem;
    margin-top: 1.5rem;
}

/* Product Page - Sticky Images with JavaScript control */
@media (min-width: 992px) {


    .product__left {
        position: sticky;
        top: 2rem;
        align-self: flex-start;
        z-index: 1;
    }


}

.viewed-products .section-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.viewed-products .products {
    margin: 0;
    font-size: 0.825rem;
}

.viewed-products .product-miniature {
    margin: 0;
    padding: 0;
}

.viewed-products .product-miniature__infos p {
    font-size: 1rem;
}

.viewed-products .product-miniature__infos small {
    font-size: 0.825rem;
}

.viewed-products .product-miniature .product-miniature__infos__bottom {
    margin-bottom: 0.125rem;
}

.viewed-products .container {
    padding: 0.625rem 0;
}

.heading-line {
    position: relative;
}

.heading-line::before {
    top: 35%;
    border-radius: 7px;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 0;
    border: 3px solid #dcdee3;
    overflow: hidden;
}

.section-title__heading {
    margin-bottom: 10px;
    margin-top: 10px;
}

.heading-line .section-title {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    background-color: var(--bs-body-bg);
    z-index: 2;
}

.viewed-products .heading-line .section-title {

    background-color: var(--bs-white);

}

.deal-product .section-heading {
    align-items: center;
    width: 80%;
}

/* Fix modal z-index to appear above sticky .product__left */
@media (min-width: 992px) {
    .product__left {
        position: sticky;
        top: 2rem;
        align-self: flex-start;
        transition: position 0.3s ease;
        z-index: 1;
    }

    /* Ensure product modal appears above sticky elements */

}

/* Product carriers styling */
.product-carriers .carrier-option {
    transition: background-color 0.2s ease;
}

.product-carriers .carrier-option:hover {
    background-color: var(--bs-gray-100);
    border-radius: 4px;
}

.product-carriers .carrier-logo,
.product-carriers .carrier-logo-placeholder {
    flex-shrink: 0;
}

.product-carriers .carrier-details {
    flex-grow: 1;
    min-width: 0;
}

.product-carriers .carrier-name {
    font-size: 0.95rem;
}

.product-carriers .carrier-delay {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.product-carriers .carrier-price {
    flex-shrink: 0;
    min-width: 80px;
}

.product-carriers .carriers-note {
    border-top: 1px solid var(--bs-gray-200);
    padding-top: 0.75rem;
}

/* Modern Product Information Cards - Universal Styling */
.block-onepagecheckout,
.ets_pr_gift_products .cart-gift-container,
.block-onepagecheckout.block-displayReassurance .blockreassurance_product,
.block-onepagecheckout.block-displayReassurance #block-reassurance,
body#checkout #gift_message,
.box_more_fee_shipping .box_shipping_free,
.product-info-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease;
    margin-bottom: 1.5rem;
}

.block-onepagecheckout,
.ets_pr_gift_products .cart-gift-container,
.block-onepagecheckout.block-displayReassurance .blockreassurance_product,
.block-onepagecheckout.block-displayReassurance #block-reassurance,
body#checkout #gift_message,
.box_more_fee_shipping .box_shipping_free {
    padding: 1rem;
}

.product-info-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.block-onepagecheckout .title-heading,
.ets_pr_gift_products .card-block,
.product-info-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f8f9fa;
}

.info-table {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.info-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f3f4;
    align-items: center;
    transition: background-color 0.2s ease;
}

.info-row:hover {
    background-color: #f8f9fa;
    margin: 0 -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 6px;
}

.info-row:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: 500;
    color: #6c757d;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-weight: 400;
    color: #495057;
    font-size: 0.95rem;
}

/* Download cards in product-info-card */
.download-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.download-card:hover {
    background: #e9ecef;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.download-card-icon {
    width: 2rem;
    height: 2rem;
    background: var(--bs-primary);
    color: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.download-card-details {
    flex: 1;
    min-width: 0;
}

.download-card-title {
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 0.25rem;
}

.download-card-description {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Responsive design for cards */
@media (max-width: 768px) {
    .product-info-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .info-row {
        grid-template-columns: 1fr;
        gap: 0.25rem;
        padding: 0.5rem 0;
    }

    .info-label {
        font-size: 0.8rem;
    }

    .info-value {
        font-size: 0.9rem;
    }
}


.file-size {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
}

.download-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.download-btn:hover {
    background: #0056b3;
    color: white;
    text-decoration: none;
}

.download-btn i {
    font-size: 1.125rem;
}

/* Accessories Section */
.product-accessories-section {
    margin-bottom: 2rem;
}

/* Extra Content Sections */
.product-extra-section {
    margin-bottom: 2rem;
}

.extra-content {
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-details-modern .info-row {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .product-details-modern .info-label {
        font-weight: 600;
        color: #2c3e50;
    }

    .product-details-modern .product-info-card {
        padding: 1rem;
    }

    .download-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .download-btn {
        align-self: stretch;
        justify-content: center;
    }

    .product__infos-modern .section-title {
        font-size: 1.25rem;
    }
}

.btn-touchspin {
    border: 1px solid var(--bs-gray-300) !important;
    line-height: normal !important;
}

.js-cart-line-product-quantity {
    max-width: 60px !important;
    text-align: center !important;
}


.footer__block .block-social svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--bs-white);
    transition: fill 0.2s ease;
}

.footer__block .contact__infos {
    align-items: self-start !important;
    line-height: 1.9;
}

#left-column .block-social svg {
    width: 2rem;
    height: 2rem;
    margin: 1rem 0;
    transition: fill 0.2s ease;
}