/*
Theme Name: Hortamed 3
Version: 3.0
Description: Hortamed v3 z Premium Cards, Product Sets i Delayed Tracking
Author: Patryk Stachowiak
Author URI:
*/

/* ═══════════════════════════════════════════════════════════════
   BIG CASLON - LOKALNE FONTY (subset: latin + polish)
   
   Korzyści:
   - Brak zewnętrznych żądań (szybsze LCP)
   - font-display: swap (brak FOIT)
   - Tylko 2 warianty zamiast 6
   - SUBSET: 65KB → 32KB per file (47% mniejsze!)
   ═══════════════════════════════════════════════════════════════ */
@font-face {
    font-family: "big-caslon-fb";
    src: url('assets/fonts/big-caslon/big-caslon-regular-subset.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "big-caslon-fb";
    src: url('assets/fonts/big-caslon/big-caslon-bold-subset.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*reset; BEGIN*/
html {
    /* overflow-x: hidden; */
}

.wrap-pretty {
    text-wrap: balance;
}

/* 
 * SATOSHI FONT - SUBSET (latin + polish)
 * - 25KB → 16KB per file (36% mniejsze!)
 * - font-display: swap (brak FOIT)
 * - Tylko 2 warianty: Regular + Bold
 */
@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Regular-subset.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Bold-subset.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    /* font-family: "Satoshi"; */
    font-family: "big-caslon-fb";

    overflow-x: hidden;
}

* {
    caret-color: transparent;
}

*:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}


.text-container ul {
    padding-left: 12px;
    margin-bottom: 8px;
}

.text-container p {
    padding-bottom: 4px;
}

.text-container ul {
    list-style-type: disc;
}

.text-container ol {
    list-style-type: decimal;
}

input,
textarea {
    caret-color: black;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.color-inherit {
    color: inherit !important;
}

.background-color-inherit {
    background-color: inherit !important;
}

/*reset; BEGIN*/



.gutenberg-container p {
    margin-bottom: 16px;
}

.gutenberg-container a,
.modal-body a {
    text-decoration: underline;
    color: #670063;
}

.gutenberg-container h3,
.gutenberg-container h2,
.gutenberg-container h4,
.gutenberg-container h5 {
    margin-top: 12px;
    margin-bottom: 16px;
}


.gutenberg-container ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 1em;
}

.gutenberg-container ol {
    list-style-type: decimal;
    padding-left: 40px;
    margin-bottom: 1em;
}

.gutenberg-container ul li,
.gutenberg-container ol li {
    display: list-item;
}


.gutenberg-container img {
    padding-right: 3rem;
    border-radius: 20px;
    /* margin-bottom: 3rem; */
}

@media (max-width: 992px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image {
        width: 100% !important;
    }

    .gutenberg-container img {
        margin-bottom: 1rem;
        padding-right: 0rem;
    }

    .gutenberg-container h5 {
        font-size: 16px;
    }

    .gutenberg-container h3,
    .gutenberg-container h2,
    .gutenberg-container h4,
    .gutenberg-container h5 {
        margin-top: 12px;
        margin-bottom: 16px;
    }
}

/*general; BEGIN*/
:root {
    --custom-red1: #d4191c;
    --custom-red2: #eb0000;
    --custom-grey1: #f3f3f3;
    --custom-grey2: #848484;
    --custom-grey3: #e9e9e9;
    --custom-grey4: #f5f5f5;
    --custom-grey5: #bebebe;
    --custom-black1: #090909;
    --custom-black2: #313131;
    --custom-white: #ffffff;
    --custom-blue: #5575f5;
    --custom-purple: #670063;
    --custom-purple2: #850480;

    --custom-gold: #f1dc8d;
    --custom-gold2: #c79958;
    --bs-modal-width: 848px;

    --custom-green: #00a226;
    --custom-green2: #0a8f29;

    --custom-light-purple: #F9EFFC;

}

img {
    width: 100%;
    object-fit: contain;
}

input::placeholder {
    opacity: 1;
}

input[type="number"],
input[type="number"]:focus {
    background-color: var(--custom-grey1);
    border-color: var(--custom-grey1);
}

input[type="checkbox"] {
    min-width: 25px;
    min-height: 25px;
    border: 1px solid var(--custom-grey2);
    border-radius: 0px !important;
}

input:checked[type="checkbox"] {
    background-color: var(--custom-purple);
    border-color: var(--custom-purple);
}

input:focus:not(:checked)[type="checkbox"] {
    border-color: var(--custom-grey2);
}

/* 
input:focus:checked[type="checkbox"] {
    border-color: var(--custom-gold2);
} */

select {
    background-color: #ffffff;
    border: none;
    appearance: none;
    background-image: url("assets/images/bottom_arrow_bolder.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 10px 6px;
    padding-right: 15px;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    font-weight: 900 !important;
}

main h1 {
    font-size: 24px !important;
    line-height: 26px !important;
}

main h2 {
    font-size: 22px !important;
    line-height: 24px !important;
}

main h2.custom-full-fs-40 {
    font-size: 28px !important;
}

main h3 {
    font-size: 20px !important;
    line-height: 22px !important;
}

main h4 {
    font-size: 18px !important;
    line-height: 20px !important;
}

main h5 {
    font-size: 16px !important;
    line-height: 18px !important;
}

main h6 {
    font-size: 14px !important;
    line-height: 16px !important;
}

strong {
    font-weight: 900;
}

ul.listing {
    padding-left: 18px;
}

ul.listing li {
    padding-left: 6px;
    list-style-type: disc;
}

i.like,
i.dislike {
    width: 20px;
    height: 20px;
}

i.like {
    background-image: url("assets/images/like.svg");
}

i.dislike {
    background-image: url("assets/images/dislike.svg");
}

#pinnedSmallMenu.position-fixed {
    z-index: 100;
}

#headerTextContainer>div {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    opacity: 1;
}

#headerTextContainer .hidden {
    opacity: 0;
}

.custom-ff-halyard-text,
.custom-ff-halyard-display {
    font-weight: 300;
}

.custom-ff-halyard-text {
    /* font-family: "Satoshi"; */
}

.custom-ff-halyard-display {
    /* font-family: "Satoshi"; */
    /* font-family: halyard-display; */
}

.custom-ff-poppins {
    /* font-family: "Satoshi"; */

    /* font-family: poppins; */
}

.background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.background.cover {
    background-size: cover;
}

.btn:hover {
    border-color: inherit;
}

.btn-custom {
    border: 1px solid var(--custom-black1);
    transition: none;
}

.btn-custom.youtube span::before {
    content: url("assets/images/youtube_logo.svg");
    margin-right: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.form-switch input[type="checkbox"] {
    width: 55px;
}

.form-switch input[type="checkbox"] {
    background-color: var(--custom-grey3);
    border-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-switch input[type="checkbox"]:focus {
    border-color: transparent;
}

.form-switch input[type="checkbox"]:checked {
    background-color: var(--custom-black1);
    border-color: var(--custom-black1);
}

.custom-br-0 {
    border-radius: 0px;
}

.custom-br-10 {
    border-radius: 10px;
}

.custom-br-20 {
    border-radius: 20px;
}

.custom-br-30 {
    border-radius: 30px;
}

.custom-full-fs-10 {
    font-size: 10px;
}

.custom-full-fs-22 {
    font-size: 22px;
}

.custom-full-fs-14 {
    font-size: 14px;
}

.custom-full-fs-16 {
    font-size: 16px;
}

.custom-full-fs-18 {
    font-size: 18px;
}

.custom-full-fs-19 {
    font-size: 19px;
}

.custom-full-fs-20 {
    font-size: 20px;
}

.custom-full-fs-21 {
    font-size: 21px;
}

.custom-full-fs-24 {
    font-size: 24px;
}

.custom-full-fs-26 {
    font-size: 26px;
}

.custom-full-fs-30 {
    font-size: 30px;
}

.custom-full-fs-32 {
    font-size: 32px;
}

.custom-full-fs-48 {
    font-size: 48px;
}

.custom-full-lh-18 {
    line-height: 18px;
}

.custom-full-lh-20 {
    line-height: 20px;
}

.custom-full-lh-22 {
    line-height: 22px;
}

.custom-full-lh-24 {
    line-height: 24px;
}

.custom-full-lh-25 {
    line-height: 25px;
}

.custom-full-lh-26 {
    line-height: 26px;
}

.custom-full-lh-28 {
    line-height: 28px;
}

.custom-full-lh-30 {
    line-height: 30px;
}

.custom-full-lh-32 {
    line-height: 32px;
}

.custom-full-lh-38 {
    line-height: 38px;
}

.custom-full-lh-45 {
    line-height: 45px;
}

.custom-full-lh-50 {
    line-height: 50px;
}

.custom-full-lh-max {
    line-height: 100%;
}

.custom-fw-100 {
    font-weight: 100;
}

.custom-fw-200 {
    font-weight: 200;
}

.custom-fw-300 {
    font-weight: 300;
}

.custom-fw-400 {
    font-weight: 400;
}

.custom-fw-500 {
    font-weight: 500;
}

.custom-fw-600 {
    font-weight: 600;
}

.custom-fw-700 {
    font-weight: 700;
}

.custom-h-mc {
    height: max-content;
}

.custom-ls-1 {
    letter-spacing: 1px;
}

.custom-ox-none {
    overflow-x: hidden;
}

.custom-oy-none {
    overflow-y: hidden;
}

.custom-ox-auto {
    overflow-x: auto;
}

.custom-oy-auto {
    overflow-y: auto;
}

.custom-mw-mc {
    min-width: max-content;
}

.custom-w-mc {
    width: max-content;
}

.custom-w-85 {
    width: 85%;
}

.custom-black {
    color: var(--custom-black1);
}

.custom-op-left {
    object-position: left;
}

.custom-box-shadow {
    box-shadow: 5px 0px 5px var(--custom-grey1);
}

.product-tile .special-header {
    min-height: 40px;
}

.product-tile .product-tag {
    border-width: 1px;
    border-style: solid;
    color: #000000;
}

.product-tile .product-tag.black-white {
    border-color: #000000;
    background-color: #ffffff;
}

.product-tile .product-tag.white-red {
    border-color: var(--custom-red1);
    background-color: var(--custom-red1);
    color: #ffffff;
}

.product-tile .product-tag.black-red {
    border-color: var(--custom-red1);
    background-color: #ffffff;
}

.product-tile .product-tag.white-black {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.product-tile .product-tag i {
    filter: brightness(0) saturate(100%);
}

.product-tile .product-tag.black-white i {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7434%) hue-rotate(211deg) brightness(115%) contrast(115%);
}

.product-tile .product-tag.white-red i {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(101%) contrast(104%);
}

.product-tile .product-tag.black-red i {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7434%) hue-rotate(211deg) brightness(115%) contrast(115%);
}

.product-tile .product-tag.white-black i {
    filter: brightness(0) saturate(100%) invert(99%) sepia(31%) saturate(2%) hue-rotate(348deg) brightness(114%) contrast(100%);
}

.product-tile .product-tag i {
    height: 13px;
    width: 13px;
}

.product-tile.hot-shot {
    border: 2px solid var(--custom-red1);
}

.product-tile.featured {
    border: 2px solid var(--custom-black1);
}

header .product-tile .img-container {
    height: 270px;
}

header .product-tile .special-header.empty {
    display: none;
}

.product-tile .img-container {
    height: 300px;
}

.product-tile .characteristics .item i {
    height: 20px;
    width: 20px;
}

.product-tile .store .basket-container span::after {
    /* content: url('assets/images/basket_plus.svg');
    width: 24px;
    height: 25px;
    display: inline-block; */
}

.red-counter {
    background-color: var(--custom-red1);
    top: -18%;
    min-width: 20px;
    max-height: 20px;
    right: -40%;
}

.product-tile:not(.condensed) .store .basket-container span::after {
    margin-left: 10px;
}

.product-tile .store s {
    color: var(--custom-grey2);
}

.product-tile .time-container {
    background-color: var(--custom-grey4);
}

.product-tile .timer .item {
    background-color: var(--custom-grey3);
}

.product-tile .timer .item span:nth-of-type(1) {
    height: 17px;
}

.product-tile.condensed .img-container {
    height: 240px;
}

.product-tile.condensed .rating .stars span {
    width: 16px;
    height: 17px;
}

.rating .stars span {
    background-image: url("assets/images/star_filled.svg");
    width: 19px;
    height: 18px;
}

.rating .stars span.empty {
    background-image: url("assets/images/star_empty.svg");
}

.swiper-button-prev::after,
.swiper-button-next::after {
    width: 13px;
    height: 19px;
    font-size: 0;
}

.swiper-button-prev::after {
    content: url("assets/images/left_arrow.svg");
}

.swiper-button-next::after {
    content: url("assets/images/right_arrow.svg");
}

.swiper-button-next-blog {
    position: absolute;
    right: 0%;
}

.swiper-button-prev-blog {
    position: absolute;
    left: 0%;
}

.swiper-button-next-blog::after {
    content: url("assets/images/right_arrow.svg");
    display: block;
    width: 13px;
    height: 19px;
}

.swiper-button-prev-blog::after {
    content: url("assets/images/left_arrow.svg");
    display: block;
    width: 13px;
    height: 19px;
}

.swiper-button-prev.lighter::after {
    content: url("assets/images/left_arrow_lighter.svg");
}

.swiper-button-next.lighter::after {
    content: url("assets/images/right_arrow_lighter.svg");
}

.swiper-button-disabled:not(.greyed-inactive) {
    display: none;
}

.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-header .swiper-button-prev {
    left: calc(100% - 65px);
}

.swiper-header .separator {
    top: 8px;
    height: 1px;
    background-color: var(--custom-grey3);
    opacity: 0.1;
}

/* .swiper-pagination span {
    height: 10px;
    width: 10px;
    background-color: var(--custom-grey3);
    opacity: 1;
} */
/* 
.swiper-pagination span.swiper-pagination-bullet-active {
    width: 35px;
    border-radius: 10px;
    background-color: var(--custom-red1);
} */

.header-caption {
    color: var(--custom-red1);
}

.swipper-scrollable-container {
    padding: 0 15px;
}

.limited-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination-container {
    /* border: 1px solid var(--custom-grey2); */
    border: 1px solid #BEBEBE;
    color: var(--custom-grey2);
}

.pagination-container .arrow {
    width: 8px;
    height: 11px;
    filter: brightness(0) saturate(100%);
}

.pagination-container .arrow.prev {
    background-image: url("assets/images/left_arrow_lighter.svg");
}

.pagination-container .arrow.next {
    background-image: url("assets/images/right_arrow_lighter.svg");
}

.pagination-container .pagination>*:not(.arrow) {
    padding-top: 3px;
}

.children-vertical-separator>*:not(:last-child):after {
    content: "|";
    margin: 0 15px;
    color: var(--custom-grey2);
    height: 100%;
}

.modal.cusotm-modal .modal-content,
.modal.cusotm-modal .modal-content .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modal.cusotm-modal .modal-content,
.modal.cusotm-modal .opinion-item-container,
.modal.cusotm-modal .modal-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.product-stock-status::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}

.product-stock-status.available,
.product-stock-status.several,
.product-stock-status.last {
    color: inherit;
}

.product-stock-status.available {
    color: #090909;
}

.product-stock-status.available::before {
    background-color: #27dc51;
}

.product-stock-status.several {
    color: #c77900;
}

.product-stock-status.several::before {
    background-color: #c77900;
}

.product-stock-status.last {
    color: red;
}

.product-stock-status.last::before {
    background-color: red;
}

.product-stock-status.unavailable {
    color: grey;
}

.product-stock-status.unavailable::before {
    background-color: grey;
}

.input-number-container input[type="number"] {
    width: 66%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-number-container .arrows {
    width: 45px;
}

.input-number-container .arrows>div {
    border: 1px solid var(--custom-grey1);
}

.input-number-container .arrows i {
    width: 15px;
    height: 15px;
}

.input-number-container .arrows i.up {
    background-image: url("assets/images/input_arrow_up.svg");
}

.input-number-container .arrows i.down {
    background-image: url("assets/images/input_arrow_down.svg");
}

.funfact-container {
    border: 3px dashed #000000;
}

.funfact-container>* {
    color: var(--custom-black1);
}

.funfact-container .header::before {
    content: url("assets/images/critical_thinking.png");
    margin-right: 20px;
}

.default-listing ul,
.default-listing ol {
    list-style: initial;
    padding: 0 0 0 20px;
    margin: revert;
}

.default-listing ul li,
.default-listing ol li {
    margin-bottom: 10px;
}

@media (min-width: 375px) {
    .product-tile.mobile .content {
        display: flex;
    }
}

@media (min-width: 576px) {
    .swipper-scrollable-container {
        padding-left: calc((100% - 540px) / 2 + 15px);
        padding-right: calc((100% - 540px) / 2 + 15px);
    }
}

@media (min-width: 768px) {
    .swipper-scrollable-container {
        padding-left: calc((100% - 720px) / 2 + 15px);
        padding-right: calc((100% - 720px) / 2 + 15px);
    }
}

@media (min-width: 992px) {
    .product-tile .store .basket-container {
        border: 1px solid var(--custom-black1);
    }

    .product-tile .img-container img {
        transition: opacity 0.1s ease;
        opacity: 1;
    }

    .product-tile .img-container img.fade-out {
        opacity: 0;
    }

    .product-tile .store .basket-container:hover {
        color: #ffffff;
        background-color: var(--custom-purple);
        border-color: var(--custom-purple);
    }

    .product-tile .store .basket-container button:hover {
        color: #ffffff;
    }

    .product-tile .store .basket-container:hover span:after {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(334deg) brightness(129%) contrast(95%);
    }

    .swipper-scrollable-container {
        padding-left: calc((100% - 960px) / 2 + 15px);
        padding-right: calc((100% - 960px) / 2 + 15px);
    }

    .custom-img-hover img {
        transform: scale(1);
    }

    .custom-img-hover:hover img {
        transform: scale(1.25);
    }

    .custom-img-hover img,
    .custom-img-hover:hover img {
        transition: transform 0.5s ease;
    }

    .custom-text-hover:hover {
        color: var(--custom-purple) !important;
    }

    .custom-text-hover:hover .svg-icon {
        background-color: var(--custom-purple) !important;
    }

    .btn-custom:hover {
        border: 1px solid var(--custom-purple);
        background-color: var(--custom-purple);
        color: white;
    }

    .btn-custom:hover span::before {
        filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(306%) hue-rotate(138deg) brightness(117%) contrast(100%);
    }

    .product-tile .product-stock-status {
        max-width: 33%;
    }
}

@media (min-width: 1200px) {
    .swipper-scrollable-container {
        padding-left: calc((100% - 1140px) / 2 + 15px);
        padding-right: calc((100% - 1140px) / 2 + 15px);
    }
}

@media (min-width: 1400px) {
    .swipper-scrollable-container {
        padding-left: calc((100% - 1330px) / 2 + 15px);
        padding-right: calc((100% - 1330px) / 2 + 15px);
    }
}

@media (min-width: 1400px) and (max-width: 1799px) {
    .col-xxl-3.product-col {
        width: 33%;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-xxl {
        max-width: 1520px;
    }

    .swipper-scrollable-container {
        padding-left: calc((100% - 1530px) / 2 + 15px);
        padding-right: calc((100% - 1530px) / 2 + 15px);
    }
}

@media (min-width: 1800px) {

    .container,
    .container-xxl {
        max-width: 1720px;
    }

    .swipper-scrollable-container {
        padding-left: calc((100% - 1720px) / 2 + 15px);
        padding-right: calc((100% - 1720px) / 2 + 15px);
    }
}

@media (max-width: 991px) {
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }

    .input-number-container {
        min-width: 100px;
    }

    .custom-mobile-fs-0 {
        font-size: 0px;
    }

    .custom-mobile-fs-10 {
        font-size: 10px;
    }

    .custom-mobile-fs-12 {
        font-size: 12px;
    }

    .custom-mobile-fs-14 {
        font-size: 14px;
    }

    .custom-mobile-fs-16 {
        font-size: 16px;
    }

    .custom-mobile-fs-18 {
        font-size: 18px;
    }

    .custom-mobile-fs-20 {
        font-size: 20px;
    }

    .custom-mobile-fs-26 {
        font-size: 26px;
    }

    .custom-mobile-lh-16 {
        line-height: 16px;
    }

    .custom-mobile-lh-18 {
        line-height: 18px;
    }

    .custom-mobile-lh-20 {
        line-height: 20px;
    }

    .custom-mobile-lh-22 {
        line-height: 22px;
    }

    .custom-mobile-lh-24 {
        line-height: 24px;
    }

    .custom-mobile-lh-28 {
        line-height: 28px;
    }

    .custom-mobile-lh-30 {
        line-height: 30px;
    }

    .product-tile .img-container {
        height: 200px;
    }

    .product-tile .special-header {
        min-height: 50px;
    }

    .rating .stars span {
        width: 10px;
        height: 10px;
    }

    .mobile-tc {
        text-align: center;
    }

    .mobile-w100 {
        width: 100%;
    }

    #filtersMobileContainer {
        transition: height 0.1s ease-out, visibility 0.1s ease-out;
        height: 100vh;
        z-index: 1500;
    }

    #filtersMobileContainer.invisible {
        height: 0;
    }

    #filtersMobileContainer .header {
        z-index: 100;
        /* height: 50px; */
    }

    #filtersMobileContainer .header .close-button {
        width: 40px;
        height: 40px;
        background-image: url("assets/images/x.svg");
    }

    #filtersMobileContainer .content {
        top: 30px;
        z-index: 10;
    }

    .product-tile .product-stock-status::before {
        top: 2px;
    }

    .product-tile .product-stock-status::before {
        width: 10px;
        height: 10px;
        top: 4px;
    }

    .product-tile .product-tag i {
        height: 10px;
        width: 10px;
    }

    .product-tile.condensed .img-container {
        height: 200px;
    }

    .funfact-container .header::before {
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .rating .stars span {
        width: 15px;
        height: 14px;
    }

    .product-tile .img-container {
        height: 175px;
    }
}

@media (min-width: 375px) and (max-width: 575px) {
    .product-tile.mobile .content-container {
        padding-left: 10px;
    }
}

/* Mobile: 1 product per row */
@media (max-width: 767px) {
    .col-12.product-col {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .product-tile.mobile .img-container {
        margin-bottom: 20px;
    }
}

/*general; END*/

/*header; BEGIN*/
header {
    z-index: 1000;
}

.header-a.background {
    background-color: var(--custom-purple);
    /* background-color: var(--custom-grey1); */
}

.header-b .logo {
    height: 77px;
}

header .search>a::after {
    content: url("assets/images/magnifier.svg");
    position: absolute;
    right: 15px;
    width: 22px;
    height: 22px;
}

.header-search-icon {
    mask-image: url("assets/images/magnifier.svg");
    background-color: black;
    width: 22px;
    height: 22px;
    background-size: contain;
}

.header-b .profile {
    /* padding-right: 20px; */
    padding-left: 20px;
}

/* .header-b .profile span::after {
    
    margin-left: 20px;
} */

.profile-icon {
    content: url("assets/images/user.svg");
    width: 25px;
    height: 25px;
}

.header-b .user-menu a,
.header-b .user-menu i {
    min-width: 25px;
    min-height: 25px;
}

/* .header-b .user-menu .basket-container {
    margin-left: 15px;
} */

.basket-icon {
    background-image: url("assets/images/basket.svg");
    width: 26px;
    height: 27px;
}

.header-b .user-menu .basket-container span {
    background-color: var(--custom-red1);
    height: 20px;
    width: 20px;
    right: -7px;
    top: -7px;
}

.header-b .favorites {
    background-image: url("assets/images/heart.svg");
    width: 25px;
    height: 24px;
    /* margin-left: 31px; */
}

.favorites-header-icon {
    background-image: url("assets/images/heart.svg");
    width: 25px;
    height: 24px;
}

.header-c {
    position: relative;
    z-index: 10;
}

.header-b {
    position: relative;
    z-index: 20;
}


.header-c .item {
    width: 170px;
}

@media (max-width: 1400px) {
    .header-c .item {
        width: 120px;
    }
}

.header-c .item.open {
    background-color: var(--custom-grey1);
}

.header-c .item.open img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(99%) saturate(4706%) hue-rotate(352deg) brightness(126%) contrast(90%);
}

.header-c .item.open span {
    color: var(--custom-purple);
}

.header-c .item img {
    height: 42px;
}


.header-c-item-container .products-list-item.separator {
    border-left: 1px solid var(--custom-grey4);
    padding-left: 3%;
}

.header-c-item-container {
    transform: translate(-50%, 0%);
    border-bottom-width: 1px;
    border-bottom-color: var(--custom-grey1);
    z-index: 100;
}

.header-c-item-container .bottom-menu-parent::after {
    content: url("assets/images/right_arrow.svg");
    display: inline-block;
    position: absolute;
    width: 7px;
    right: 10px;
    top: 33%;
}

.header-c-item-container .bottom-menu-parent.active {
    color: var(--custom-red1);
}

#mobileMenuContentContainer .products-list-item ul li::before,
.header-c-item-container .products-list-item ul li::before {
    content: url("assets/images/square.svg");
    position: absolute;
    display: inline-block;
    left: 0;
    top: -2px;
}

.header-c-item-container .bottom-menu-parent.active::after,
.header-c-item-container .products-list-item ul li::before,
#mobileMenuContentContainer .products-list-item ul li::before {
    filter: brightness(0) saturate(100%) invert(9%) sepia(99%) saturate(4706%) hue-rotate(352deg) brightness(126%) contrast(90%);
}

.header-c-item-container .bottom-container {
    background-color: var(--custom-grey4);
    border-radius: 0px 0px 20px 0;
}

.header-c-item-container .multimedia-list-item .img-container {
    height: 130px;
}

@media (min-width: 992px) {
    header .search>* {
        border: 1px solid var(--custom-grey1);
    }

    header .search:hover input,
    header .search:hover>a {
        background-color: var(--custom-grey1);
    }

    .header-b .profile.open {
        background-color: var(--custom-grey1);
    }

    .header-b .profile.open {
        border-radius: 20px 20px 0 0;
    }

    .header-b .user-menu .basket-container:hover i,
    .header-b .user-menu a:hover:not(.basket-container),
    .header-b .user-menu .profile:hover span {
        filter: invert(17%) sepia(92%) saturate(3692%) hue-rotate(349deg) brightness(84%) contrast(97%);
    }

    .header-c-item-container {
        height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media (max-width: 1199px) {
    .header-b .favorites {
        /* margin-left: 20px; */
    }

    .header-b .profile {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-b .profile span::after {
        margin-left: 15px;
    }

    /* .header-b .user-menu .basket-container {
        margin-left: 10px;
    } */
}

@media (max-width: 991px) {
    body.mobileMenuActive {
        overflow: hidden;
    }

    body.mobileMenuActive::after {
        display: block;
        position: fixed;
        background-color: var(--custom-black1);
        opacity: 0.6;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        overflow: hidden;
        z-index: 900;
    }

    header .search a::after {
        right: 0;
        top: 0;
    }

    .header-b .logo {
        height: 40px;
        min-width: 130px;
    }

    .header-b .favorites {
        /* margin-left: 20px; */
    }

    .header-b .profile {
        padding: 0;
    }

    .header-b .profile span::after {
        position: initial;
    }

    .header-c.mobile {
        border-style: solid none;
        border-color: var(--custom-grey3);
        border-width: 1px;
    }

    .header-c .hamburger {
        background-image: url("assets/images/hamburger.svg");
        height: 18px;
        width: 25px;
    }

    .header-c .search-container::before {
        content: "";
        position: absolute;
        background-color: var(--custom-grey3);
        display: inline-block;
        width: 1px;
        height: 56px;
        top: -16px;
    }

    .header-mobile .menu-search-bar,
    .header-mobile .menu-search-bar input {
        background-color: var(--custom-grey4);
    }

    .header-mobile .menu-search-bar .search {
        background-image: url("assets/images/magnifier.svg");
        width: 22px;
        height: 22px;
        background-position-x: left;
    }

    .header-mobile .menu-search-bar .account {
        background-image: url("assets/images/user.svg");
        width: 27px;
        height: 27px;
        background-position: center;
    }

    .header-mobile .menu-content img {
        width: 30px;
        height: 30px;
    }

    .header-mobile .menu-content ul li::after {
        content: url("assets/images/right_arrow_bolder.svg");
        width: 6px;
        height: 10px;
        display: inline-block;
        position: absolute;
        right: 5px;
    }

    #accordionMobileMenu {
        /* height: 75vh; */
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header-mobile #mobileMenuContentContainer,
    .header-mobile #mobileMenuContentContainer.showMenuContent {
        transition: all 0.3s ease-out;
    }

    .header-mobile #mobileMenuContentContainer {
        left: 100vw;
    }

    .header-mobile #mobileMenuContentContainer.showMenuContent {
        left: 0vw;
        z-index: 100;
    }

    .header-mobile .mobileMenuBack {
        background-image: url("assets/images/left_arrow.svg");
        width: 14px;
        height: 18px;
    }

    .header-mobile .bottom-separator:not(:last-child) {
        border-bottom: 1px solid var(--custom-grey3);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .header-mobile .accordion-button::after {
        background-image: url("assets/images/bottom_arrow_bolder.svg");
        background-position: center;
        background-size: contain;
        width: 15px;
        height: 15px;
    }

    .header-mobile .accordion-button.mobileMenuParent::after {
        transform: rotate(270deg);
    }

    .header-mobile .multimedia-list-item .img-container {
        height: 150px;
    }
}

/*header; END*/

/*search engine; BEGIN*/

.search-container-popup ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    /* height: 30px; */
}

.search-container-popup .search-popup .group:not(:last-of-type):not(.d-none) {
    border-bottom: 2px solid var(--custom-grey1);
}

.search-container-popup .search-popup ul li {
    display: flex;
    justify-content: start;
    align-items: center;
}

.search-container-popup .search-popup li::before {
    content: url("assets/images/magnifier.svg");
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .search-container-popup .search-popup ul li {
        border-radius: 20px;
        margin: 10px 0;
        padding: 10px 10px;
    }

    .search-container-popup {
        border-radius: 10px;
    }

    .search-container-popup .search-popup li:hover {
        background-color: var(--custom-grey1);
    }
}

@media (max-width: 991px) {
    .search-container-popup .search-popup ul li {
        border-radius: 20px;
        margin: 20px 0;
        padding: 4px 8px;
    }
}

/*search engine; END*/

/*section banner; BEGIN*/


.section-banner .swiper,
.section-banner .swiper-slide {
    height: 68vh;
}

/* 
@media (max-width: 1400px){
    .section-banner .swiper,
.section-banner .swiper-slide {
    height: 580px;
}
} */


.section-banner .header-container {
    background-color: var(--custom-black1);
}

@media (max-width: 991px) {

    .section-banner .swiper,
    .section-banner .swiper-slide {
        height: 608px;
    }
}

/*section banner; END*/

/*section categories; BEGIN*/
.section-categories .swiper-control {
    top: 50%;
}

.section-categories .img-container {
    height: 120px;
}

@media (min-width: 992px) {
    .section-categories .swiper {
        width: 95%;
    }

    .section-categories a .img-container img {
        z-index: 10;
    }

    .section-categories a .img-container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75%;
        background: url("assets/images/round_shadow.png") no-repeat center top / contain;
        transition: opacity 0.5s ease;
        opacity: 0;
    }

    .section-categories a:hover .img-container::after {
        opacity: 0.75;
    }
}

@media (max-width: 991px) {
    .section-categories .img-container {
        height: 100px;
    }
}

/*section categories; BEGIN*/

/*section product reviews; BEGIN*/
.section-product-reviews .item .img-container {
    height: 400px;
}

@media (min-width: 992px) {
    .section-product-reviews .item:hover p {
        color: var(--custom-red1);
    }
}

@media (max-width: 991px) {
    .section-product-reviews .item .img-container {
        height: 250px;
    }

    .section-product-reviews .swiper-wrapper {
        height: 425px;
    }
}

/*section product reviews; END*/

/*section model list; BEGIN*/
.section-model-list .container-fluid {
    background-color: var(--custom-grey4);
}

.section-model-list .img-container {
    height: 225px;
}

@media (min-width: 992px) {
    .section-model-list a .img-container img {
        z-index: 10;
    }

    .section-model-list a .img-container::after {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 90%;
        background: url("assets/images/round_shadow_grey.png") no-repeat center top / contain;
        transition: opacity 0.5s ease;
        opacity: 0;
    }

    .section-model-list a:hover .img-container::after {
        opacity: 0.75;
    }
}

@media (max-width: 991px) {
    .section-model-list .swiper-wrapper {
        height: 200px;
    }

    .section-model-list .img-container {
        height: 115px;
    }
}

/*section model list; END*/

/*section latest products; BEGIN*/
@media (min-width: 992px) {
    .section-latest-products .swiper {
        /* width: 85%; */
    }

    .section-latest-products .swiper-button-prev::after,
    .section-latest-products .swiper-button-next::after {
        width: 22px;
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .section-latest-products .swiper {
        /* width: 90%; */
    }
}

/*section latest products; END*/

/*section opinions; BEGIN*/
.section-opinions .container-fluid {
    background-color: var(--custom-grey4);
    padding: 100px 0;
}

.section-opinions #opinionsMasonryContainer {
    left: 0;
}

.section-opinions .opinion-item {
    background-color: #ffffff;
}

.section-opinions .opinion-item .header img {
    width: 70px;
    height: 70px;
}

.section-opinions .opinion-item .content img {
    height: 220px;
}

.section-opinions .opinion-item p {
    color: var(--custom-black1);
}

.section-opinions.category .opinion-item,
.section-opinions.category .modal .modal-header,
.section-opinions.category .modal .opinion-item-container {
    background-color: var(--custom-grey4);
}

.section-opinions.category .swiper-control {
    top: 45%;
}

.section-opinions.category .swiper-control .swiper-button-prev {
    left: -5px;
}

.section-opinions.category .swiper-control .swiper-button-next {
    right: 20px;
}

@media (min-width: 768px) {
    .section-opinions .opinion-item {
        width: 48%;
    }
}

@media (min-width: 992px) {
    .section-opinions.category .swiper {
        width: 95%;
    }

    .section-opinions .opinion-item {
        width: 49%;
    }
}

@media (min-width: 1200px) {
    .section-opinions .opinion-item {
        width: 32%;
    }
}

@media (min-width: 1400px) {
    .section-opinions .opinion-item {
        width: 23%;
    }
}

@media (max-width: 1399px) {
    .section-opinions .opinion-item .content img {
        height: 160px;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .section-opinions.category .swiper {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .section-opinions.category .swiper-pagination {
        bottom: -20px;
    }

    .section-opinions .container-fluid {
        padding: 30px 0;
    }

    .section-opinions .container {
        max-width: 100%;
    }
}

/*section opinions; END*/

/*section more accessories; BEGIN*/
.section-more-accessories .item .img-container {
    height: 180px;
}

.section-more-accessories .item span {
    color: var(--custom-grey2);
}

@media (min-width: 992px) {
    .section-more-accessories .item:hover p {
        color: var(--custom-red1);
    }
}

/*section more accessories; END*/

/*section much text; BEGIN*/
.section-much-text img {
    height: 80px;
}

.section-much-text p {
    color: var(--custom-black1);
}

@media (min-width: 576px) {
    .section-much-text .text-item {
        width: 48%;
    }
}

/*section much text; END*/

/*section page header; BEGIN*/
.section-page-header .header p {
    color: var(--custom-black1);
}

/*section page header; END*/

/*section collections; BEGIN*/
.section-collections {
    height: 260px;
}

.section-collections .collections .item {
    height: 230px;
    width: 190px;
    background-color: var(--custom-grey4);
    transition: background-color 0.25s ease;
}

.section-collections .collections .btnarrow {
    background-image: url("assets/images/right_arrow_lighter.svg");
    width: 15px;
    height: 27px;
}

.section-collections .collections .alternative .btnarrow {
    transform: rotate(-180deg);
}

.section-collections .collections .item .image-container {
    height: 66%;
}

.section-collections .collections .item .image-container img {
    transition: transform 0.25s ease;
}

.section-collections .collections .single .collections-container {
    width: 93%;
}

.section-collections .collections .double {
    width: 95%;
}

.section-collections .collections .double .collections-container {
    width: 83%;
}

.section-collections .collections .swiper-button-prev,
.section-collections .collections .swiper-button-next {
    width: 24px;
    height: 44px;
}

.section-collections .collections .swiper-button-prev::after,
.section-collections .collections .swiper-button-next::after {
    width: 100%;
    height: 100%;
}

.section-collections .collections .swiper-button-prev {
    left: -50px;
}

.section-collections .collections .swiper-button-next {
    right: -50px;
}

.section-collections .collections .swiper-button-prev::after {
    content: url("assets/images/left_arrow_lighter.svg");
}

.section-collections .collections .swiper-button-next::after {
    content: url("assets/images/right_arrow_lighter.svg");
}

@media (min-width: 992px) {
    .section-collections .collections .item:hover:not(.button) {
        border: 2px solid var(--custom-black1);
        background-color: initial;
    }

    .section-collections .collections .item:hover:not(.button) .image-container img {
        transform: scale(1.25);
    }
}

@media (max-width: 1799px) {
    .section-collections .collections .double .collections-container {
        width: 81%;
    }
}

@media (max-width: 1599px) {
    .section-collections .collections .double .collections-container {
        width: 78%;
    }

    .section-collections .collections .single .collections-container {
        width: 91%;
    }
}

@media (max-width: 1399px) {
    .section-collections .collections .double .collections-container {
        width: 75%;
    }
}

@media (max-width: 1199px) {
    .section-collections .collections .double .collections-container {
        width: 71%;
    }

    .section-collections .collections .swiper-button-next {
        right: -40px;
    }

    .section-collections .collections .swiper-button-prev {
        left: -40px;
    }
}

@media (max-width: 991px) {
    .section-collections {
        overflow: hidden;
        border-bottom: 1px solid var(--custom-grey1);
        height: 280px;
    }

    .section-collections .collections .item {
        height: 190px;
        width: 125px;
    }

    .section-collections .collections .double .collections-container {
        width: 79%;
    }

    .section-collections .collections .swiper-pagination {
        bottom: -40px;
    }
}

@media (max-width: 768px) {
    .section-collections .collections .double .collections-container {
        width: 73%;
    }
}

/*section collections; END*/

/*section product list; BEGIN*/
.categories-tree .parrent::after {
    content: url("assets/images/bottom_arrow_lighter.svg");
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
}

.categories-tree .parrent.show::after {
    content: url("assets/images/top_arrow_lighter.svg");
}

.categories-tree li a.active {
    /*  --custom-purple: #670063; */
    color: black !important;

    filter: invert(11%) sepia(76%) saturate(4035%) hue-rotate(289deg) brightness(101%) contrast(93%);
}

.filterGroupContainer .filter-group input[type="checkbox"] {
    min-width: 16px;
    min-height: 16px;
}

@media (min-width: 992px) {
    .section-product-list .categories-tree li a:hover {
        filter: brightness(0) saturate(100%) invert(13%) sepia(84%) saturate(5582%) hue-rotate(293deg) brightness(89%) contrast(94%);

    }
}

@media (max-width: 991px) {
    .section-product-list .filterButton::before {
        content: url("assets/images/sliders_horizontal.svg");
        margin-right: 14px;
        width: 18px;
        height: 16px;
    }
}

/*section product list; END*/

/*section common links; BEGIN*/
.section-common-links .item {
    border: 1px solid var(--custom-grey5);
}

.section-common-links .item .image-container {
    height: 42px;
    min-width: 34px;
}

.section-common-links .item p {
    max-width: 120px;
}

@media (min-width: 992px) {
    .section-common-links .item:hover {
        filter: brightness(0) saturate(100%) invert(16%) sepia(69%) saturate(5336%) hue-rotate(350deg) brightness(86%) contrast(94%);
    }
}

@media (max-width: 991px) {
    .section-common-links .item {
        max-width: 160px;
    }

    .section-common-links .item .image-container {
        height: 27px;
        min-width: 22px;
    }

    .section-common-links .item p {
        max-width: fit-content;
    }
}

/*section common links; END*/

/*section seo text; BEGIN*/
.section-seo-text h3 {
    color: var(--custom-black1);
}

/*section seo text; END*/

/*section product main; BEGIN*/
.section-product-main .breadcrumbs,
.section-product-main .additional-information,
.section-product-main .shop .crossed-out,
.section-product-main .shop .prices p {
    color: #191919;
}

.section-product-main .shop .price,
.section-product-main .shop .short-description ul li,
.section-product-main .shop .short-description ul li p {
    color: var(--custom-black1);
}

.section-product-main .gallery-container .swiper-button-prev::after {
    content: url("assets/images/left_arrow_lighter.svg");
}

.section-product-main .gallery-container .swiper-button-next::after {
    content: url("assets/images/right_arrow_lighter.svg");
}

.section-product-main .gallery-container .swiper-button-prev::after,
.section-product-main .gallery-container .swiper-button-next::after {
    display: block;
    width: 18px;
    height: 34px;
}

.section-product-main #swiperProductGalleryContent .image-container {
    height: 575px;
}

.section-product-main #swiperProductGalleryThumbnail .image-container {
    height: 100px;
}




.section-product-main #swiperProductGalleryThumbnail .image-container.swiper-slide-thumb-active {
    border: 1px solid var(--custom-black1);
}

.section-product-main .shop .outlet {
    color: var(--custom-red1);
}

.section-product-main .bundle .item {
    width: 180px;
}

.section-product-main .bundle .item.selected {
    border-color: var(--custom-black1) !important;
}

.section-product-main .bundle .item .img-container {
    height: 80px;
}

.section-product-main .bundle .swiper-button-container {
    width: 30px;
}

.section-product-main .bundle .swiper-button {
    top: -7px;
}

.section-product-main .bundle .swiper-button,
.section-product-main .bundle .swiper-button::after {
    width: 7px;
}

.section-product-main .basket span.free-shipping::before {
    content: url("assets/images/truck.svg");
    top: 2px;
}

.section-product-main .basket span.favorites::before {
    content: url("assets/images/heart_filled.svg");
    top: 4px;
}

.yith-favorites {
    content: url("assets/images/heart_filled.svg");
    width: 18px;
    height: 17px;
}

.section-product-main .basket .add-to-basket {
    background-color: var(--custom-red1);
    border-color: var(--custom-red1);
    color: #ffffff;
}

.section-product-main .boxes .delivery-time .children-vertical-separator>*:not(:last-child):after {
    background-color: var(--custom-grey3);
    width: 1px;
    content: "";
    margin: 0 20px;
}

.section-product-main .boxes .delivery-time .time:before {
    content: url("assets/images/clock.svg");
}

.section-product-main .boxes i {
    width: 18px;
    height: 19px;
}

.section-product-main .boxes> :not(.delivery-time) span {
    color: var(--custom-grey2);
}

.section-product-main .boxes .question-mark {
    background-image: url("assets/images/question_mark.svg");
}

.section-product-main .short-description img {
    width: 65px;
    height: 65px;
    margin-left: 10px;
}

@media (min-width: 992px) {
    .section-product-main .basket .add-to-basket {
        width: 66%;
    }

    .section-product-main .boxes .cursor-pointer:hover {
        color: var(--custom-purple) !important;
    }

    .section-product-main .boxes .cursor-pointer:hover .angle-right-circle-icon {

        background-color: var(--custom-purple) !important;
    }

    .section-product-main .boxes .cursor-pointer:hover .svg-icon {

        background-color: var(--custom-purple) !important;
    }

    .section-product-main .boxes .cursor-pointer:hover span {
        color: var(--custom-purple) !important;
    }

    .section-product-main .basket .add-to-basket:hover {
        background-color: var(--custom-red2);
        border-color: var(--custom-red2);
    }

    .section-product-main .basket span::before {
        position: absolute;
        left: 0;
    }
}

@media (min-width: 1400px) {
    .section-product-main .basket .add-to-basket {
        width: 75%;
    }
}

@media (max-width: 1599px) {
    .section-product-main .boxes .delivery-time .children-vertical-separator>*:not(:last-child):after {
        margin: 0 10px;
    }

    .section-product-main .buttons button:first-of-type {
        margin-bottom: 10px;
    }
}

@media (max-width: 1399px) {
    .section-product-main #swiperProductGalleryContent .image-container {
        height: 400px;
    }

    .section-product-main #swiperProductGalleryThumbnail .image-container {
        height: 70px;
    }
}


@media (max-width: 992px) {

    .section-product-main #swiperProductGalleryThumbnail .image-container {
        height: 70px;
    }

    #swiperProductGalleryThumbnail .swiper-slide {
        width: 70px !important;
        flex-shrink: 0;
    }

}

@media (max-width: 1199px) {
    .section-product-main #swiperProductGalleryContent {
        height: 330px;
    }

    .section-product-main #swiperProductGalleryContent .image-container {
        height: 95%;
    }
}

@media (max-width: 991px) {
    .section-product-main.product-mobile .rating .stars span {
        width: 15px;
        height: 15px;
    }

    .section-product-main.product-mobile .free-shipping::before {
        position: absolute;
        left: 0;
    }

    .section-product-main #swiperProductGalleryContent .image-container {
        height: 85%;
    }

    .section-product-main #swiperProductGalleryContent {
        height: 410px;
    }
}

@media (max-width: 575px) {
    .section-product-main .basket button {
        width: 100%;
    }

    .section-product-main #swiperProductGalleryContent {
        height: 370px;
    }
}

/*section product main; END*/

/*section product content; BEGIN*/
.section-product-content .menu ul li a:not(.fw-bold) {
    color: var(--custom-grey2);
}

/* .section-product-content .menu ul li:first-child a {
    background-image: url("assets/images/circle_arrow_up.svg");
    height: 22px;
    width: 22px;
} */

.section-product-content .upsell-container span {
    border: 1px solid var(--custom-black1);
}

.section-product-content #produkt_faq .box-container {
    color: var(--custom-black1);
}

.section-product-content #produkt_faq .box-container .post:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: var(--custom-grey3);
    height: 100%;
    border-radius: 10px;
    width: 5px;
}

.section-product-content #produkt_faq .box-container .post .image-container {
    width: 50px;
    height: 50px;
}

.section-product-content #produkt_faq .box-container .post p,
.section-product-content #produkt_opinie .opinion p {
    background-color: var(--custom-grey4);
}

.section-product-content #produkt_opinie {
    color: var(--custom-black1);
}

.section-product-content #produkt_opinie .rating .star {
    width: 24px;
    height: 23px;
}

.section-product-content #produkt_opinie .rating-row .star,
.section-product-content #produkt_opinie .opinion .star {
    width: 18px;
    height: 17px;
}

.section-product-content #produkt_opinie .rating-row .bar {
    background-color: var(--custom-grey3);
    height: 10px;
    width: 75%;
}

.section-product-content #produkt_opinie .rating-row .bar div {
    background-color: var(--custom-blue);
}

.section-product-content #produkt_opinie .opinion .img-container {
    height: 95px;
    width: 95px;
}

.section-product-content #produkt_opis .image-container {
    height: 650px;
}

@media (min-width: 0px) {

    .section-product-content #produkt_faq .box-container,
    .section-product-content #produkt_opinie .box-container,
    .section-product-content #produkt_opis .box-container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    /* .section-product-content .menu ul li:first-child a:hover {
        filter: brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(2778%) hue-rotate(346deg) brightness(81%) contrast(106%);
    } */

    .section-product-content .upsell-container span:hover {
        border: 1px solid var(--custom-red1);
        color: var(--custom-red1);
    }

    .section-product-content #produkt_akcesoria .swiper {
        width: 90%;
    }

    .section-product-content #produkt_akcesoria .swiper-control {
        top: 40%;
    }

    .section-product-content #produkt_opinie .internal {
        width: 33%;
    }
}

@media (min-width: 1200px) {

    .section-product-content #produkt_faq .box-container,
    .section-product-content #produkt_opinie .box-container,
    .section-product-content #produkt_opis .box-container {
        width: 90%;
    }

    .section-product-content #produkt_opis .content-box {
        width: 50%;
    }
}

@media (min-width: 1400px) {

    .section-product-content #produkt_akcesoria .swiper-button-prev::after,
    .section-product-content #produkt_akcesoria .swiper-button-next::after {
        width: 20px;
        height: 30px;
    }

    .section-product-content #produkt_faq .box-container,
    .section-product-content #produkt_opinie .box-container,
    .section-product-content #produkt_opis .box-container {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .section-product-content .upsells {
        height: 80px;
    }

    .section-product-content .upsell-container span {
        height: 60px;
        width: 200px;
    }

    .section-product-content #produkt_faq .box-container .post .image-container {
        height: 45px;
    }

    .section-product-content #produkt_faq .box-container .post:not(:first-child)::before {
        left: -20px;
    }

    .section-product-content #produkt_opinie .rating-row .bar {
        width: 100%;
    }

    .section-product-content #produkt_opinie .opinion .img-container {
        height: 50px;
        width: 50px;
    }

    .section-product-content #produkt_opis .image-container {
        height: 300px;
    }
}

/*section product content; END*/

/*section blog; BEGIN*/
.section-blog-main-categories .item {
    border: 1px solid var(--custom-black1);
}

.section-blog-main-latest .post.big-tile .image-container {
    height: 430px;
}

.section-blog-main-latest .post.small-tile .image-container {
    height: 150px;
}

.section-blog-main-latest .post .date {
    color: var(--custom-black1);
}

.section-blog-main-category .category .image-container,
.section-blog-category-posts .post .image-container {
    height: 190px;
}

.section-blog-category-lastpost .background {
    height: 590px;
}

.section-blog-category-posts .category .header h2,
.section-blog-category-posts .category .header span,
.section-blog-single-content {
    color: var(--custom-black1);
}

.section-blog-main-banner .box {
    height: 360px;
}

.section-blog-single-header span {
    color: var(--custom-black1);
}

.section-blog-single-banner .image-container {
    height: 600px;
}

.section-blog-single-content .social-media-container ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
}

.section-blog-single-content .social-media-container ul li.facebook:before {
    content: url("assets/images/facebook_logo.svg");
    width: 8px;
}

.section-blog-single-content .social-media-container ul li.twitter:before {
    content: url("assets/images/twitter_logo.svg");
    width: 12px;
}

.section-blog-single-content .social-media-container ul li.linkedin:before {
    content: url("assets/images/linkedin_logo.svg");
    width: 12px;
}

.section-blog-single-content .social-media-container ul li.raw-link:before {
    content: url("assets/images/rawlink_icon.svg");
    width: 12px;
}

.section-blog-single-content .contents-list ul {
    list-style: disc;
    color: var(--custom-red1);
}

.section-blog-single-content .contents-list ul li:hover {
    color: var(--custom-red2);
}

.section-blog-single-content hr {
    color: var(--custom-grey2);
}

.section-blog-single-content .about-author .image-container {
    width: 65px;
    height: 65px;
}

.section-blog-single-content .post .image-container {
    height: 205px;
}

.section-blog-single-content .recommend .swiper-button-prev::after {
    content: url("assets/images/left_arrow_lighter.svg");
}

.section-blog-single-content .recommend .swiper-button-next::after {
    content: url("assets/images/right_arrow_lighter.svg");
}

.section-blog-single-content .recommend .swiper-button-prev,
.section-blog-single-content .recommend .swiper-button-next {
    width: 22px;
    height: 41px;
}

@media (min-width: 992px) {

    .section-blog-main-header .separator,
    .section-blog-main-category .separator {
        border-bottom: 1px solid var(--custom-grey3);
    }

    .section-blog-main-categories .item.active,
    .section-blog-main-categories .item:hover {
        background-color: var(--custom-red1);
        border-color: var(--custom-red1);
    }

    .section-blog-main-categories .item.active a,
    .section-blog-main-categories .item:hover a {
        color: var(--custom-white);
    }

    .section-blog-main-latest .post:hover h2,
    .section-blog-main-latest .post:hover span,
    .section-blog-main-category .category:hover h2,
    .section-blog-main-category .category:hover span,
    .section-blog-main-banner .content a:hover,
    .section-blog-category-lastpost a:hover,
    .section-blog-category-posts .post:hover h2,
    .section-blog-category-posts .post:hover span {
        color: var(--custom-red1) !important;
    }

    .section-blog-main-latest .post.small-tile>div {
        width: 45%;
    }

    .section-blog-main-banner .content a:hover,
    .section-blog-category-lastpost a:hover {
        border-color: var(--custom-red1) !important;
    }

    .section-blog-category-lastpost .link-col {
        text-align: end;
    }

    .section-blog-main-banner .box .content {
        width: 50%;
    }

    .section-blog-single-content .recommend .swiper {
        width: 90%;
    }
}

@media (min-width: 1600px) {
    .section-blog-main-banner .box .content {
        width: 33%;
    }
}

@media (min-width: 1400px) {
    .section-blog-main-latest .post.big-tile {
        width: 97%;
    }
}

@media (max-width: 991px) {
    .section-blog-main-categories .item {
        width: fit-content;
    }

    .section-blog-main-latest .post.small-tile .image-container,
    .section-blog-main-latest .post.big-tile .image-container,
    .section-blog-single-content .post .image-container {
        height: 185px;
    }

    .section-blog-category-lastpost .background {
        height: 380px;
    }

    .section-blog-category-much-text h3 {
        text-align: center;
    }

    .section-blog-main-banner .box .content {
        width: 75%;
    }

    .section-blog-single-banner .image-container {
        height: 390px;
    }

    .section-blog-single-content .social-media-container ul li {
        width: 25%;
    }

    .section-blog-single-content .about-author .image-container {
        width: 48px;
        height: 48px;
    }

    .section-blog-category-posts .advertisement-tile {
        height: 355px;
    }

    .section-blog-single-content .recommend .swiper {
        height: 500px;
    }
}

@media (max-width: 576px) {
    .section-blog-single-content .social-media-container ul li {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .section-blog-single-content .recommend .swiper {
        height: 520px;
    }
}

@media (max-width: 360px) {
    .section-blog-single-content .social-media-container ul li {
        width: 100%;
    }
}

/*section blog; END*/

/*footer; BEGIN*/
footer .social-gallery-container {
    background-color: var(--custom-grey4);
}

footer .social-gallery-container p {
    color: var(--custom-grey2);
}

footer .social-gallery-container p span {
    color: var(--custom-black1);
}

footer .social-gallery-container p::before {
    content: url("assets/images/instagram_logo.svg");
    position: absolute;
    width: 33px;
    height: 33px;
    left: 0;
}

footer .social-gallery-container img {
    height: 365px;
}

footer .sepatator-bottom {
    border-bottom: 1px solid var(--custom-black2) !important;
}

/* Premium Footer Accordion Headers */
.footer-c .accordion-header {
    margin-bottom: 0;
}

.footer-c .accordion-header button {
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-c .accordion-item {
    position: relative;
    z-index: 1;
}

.footer-c .accordion-body {
    padding-top: 16px;
    padding-bottom: 8px;
}

.footer-c .accordion-body ul {
    margin-bottom: 0;
}

/* Fix dla animacji collapse - zapobiega znikaniu */
.footer-c .accordion-collapse.collapsing {
    transition: height 0.35s ease !important;
    display: block !important;
    overflow: hidden;
}

.footer-c .accordion-collapse.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.footer-c .accordion-collapse:not(.show):not(.collapsing) {
    display: none !important;
}

/* Zapewnienie płynności animacji */
#footerMenuAccordion {
    position: relative;
    z-index: 1;
}

#footerMenuAccordion .accordion-item {
    overflow: visible;
}

.footer-a .characteristics .item {
    width: 200px;
}

.footer-a .characteristics img {
    width: 44px;
    height: 55px;
}

.footer-b .logo {
    height: 110px;
    width: 160px;
}

/* Premium Newsletter Styling */
.newsletter-title {
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.newsletter-description {
    opacity: 0.9;
    line-height: 1.6;
}

.newsletter-form {
    position: relative;
}

.newsletter-input-group {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    max-width: 600px;
}

.newsletter-input {
    flex: 1;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--custom-gold);
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.15), 0 0 0 3px rgba(212, 175, 55, 0.1);
    transform: translateY(-1px);
}

.newsletter-input::placeholder {
    color: rgba(26, 26, 26, 0.5);
    font-weight: 300;
}

.newsletter-submit {
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--custom-gold) 0%, #c9a644 100%);
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.newsletter-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.newsletter-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.newsletter-submit:hover::before {
    left: 100%;
}

.newsletter-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.newsletter-submit-icon {
    display: inline-block;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.newsletter-submit:hover .newsletter-submit-icon {
    transform: translateX(3px);
}

.newsletter-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.newsletter-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0;
    cursor: pointer;
    accent-color: var(--custom-gold);
    border-radius: 4px;
    transition: all 0.2s ease;
}

.newsletter-checkbox:checked {
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.newsletter-checkbox-label {
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.85;
    cursor: pointer;
    transition: opacity 0.2s ease;
    margin: 0;
}

.newsletter-checkbox-label:hover {
    opacity: 1;
}

.newsletter-checkbox-label a {
    color: var(--custom-gold);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.newsletter-checkbox-label a:hover {
    border-bottom-color: var(--custom-gold);
}

.newsletter-response {
    padding: 12px 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0;
    animation: fadeIn 0.4s ease forwards;
}

.newsletter-response:empty {
    display: none;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Footer Links Premium Styling */
.footer-menu-item {
    transition: transform 0.2s ease;
}

.footer-link {
    position: relative;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.85;
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--custom-gold);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-link:hover {
    opacity: 1;
    color: var(--custom-gold);
    transform: translateX(3px);
}

.footer-link:hover::after {
    width: 100%;
}

/* Premium Social Media Icons */
.footer-b .social-media .item img {
    width: 38px;
    height: 38px;
}

.social-media-container a {
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.85;
}

.social-media-container a::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: var(--custom-gold);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.social-media-container a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.social-media-container a:hover::before {
    opacity: 0.15;
    transform: scale(1);
}

/* Premium Contact Icons */
.footer-c .menu span.pictogram {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.85;
    filter: brightness(1.1);
}

.footer-c .menu li:hover span.pictogram {
    opacity: 1;
    transform: scale(1.15) rotate(5deg);
    filter: brightness(1.3);
}

/* Premium Payment Methods Icons */
.footer-d img,
.footer-c img[style*="width: 70px"],
.footer-c img[style*="width: 73px"] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.95);
    border-radius: 6px;
    opacity: 0.9;
}

.footer-d img:hover,
.footer-c img[style*="width: 70px"]:hover,
.footer-c img[style*="width: 73px"]:hover {
    transform: translateY(-3px) scale(1.05);
    filter: brightness(1);
    opacity: 1;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

@media (min-width: 1400px) {
    /* .footer-b::after{
        content: '';
        position: absolute;
        background-color: var(--custom-black2);
        display: inline-block;
        width: 1px;
        height: calc(100% + 23%);
        top: -45px;
        right: 5%;
    } */
}

@media (min-width: 1600px) {
    .footer-b {
        /* padding-right: 100px; */
    }

    /* .footer-b::after{
        right: 10%;
    } */
}

/* Responsive Newsletter Styles */
@media (max-width: 768px) {
    .newsletter-input-group {
        flex-direction: column;
        gap: 12px;
    }
    
    .newsletter-submit {
        width: 100%;
        padding: 16px 28px;
    }
    
    .newsletter-input {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .newsletter-title {
        font-size: 20px;
    }
    
    .newsletter-description {
        font-size: 14px;
    }
    
    .newsletter-input {
        font-size: 14px;
        padding: 12px 16px;
    }
    
    .newsletter-submit {
        font-size: 13px;
        padding: 14px 24px;
    }
}

@media (max-width: 991px) {
    #menuMobileCloseButton {
        background-image: url("assets/images/x.svg");
        width: 45px;
        height: 35px;
    }

    .footer-a .characteristics .item {
        width: 150px;
    }

    /* Premium Footer Accordion Styles */
    .footer-c .accordion-button {
        transition: all 0.3s ease;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background-color: transparent !important;
        border: none !important;
    }
    
    .footer-c .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        color: white !important;
    }
    
    .footer-c .accordion-button::after {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7457%) hue-rotate(133deg) brightness(95%) contrast(113%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        flex-shrink: 0;
        margin-left: auto;
    }
    
    .footer-c .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
    }
    
    .footer-c .accordion-button:hover {
        color: var(--custom-gold) !important;
    }
    
    .footer-c .accordion-button:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    
    .footer-c .accordion-collapse {
        transition: height 0.35s ease;
    }

    footer .social-gallery-container img {
        height: 195px;
    }
}

/*footer; END*/

/* Footer gradient - LAZY LOADED for performance */
.footer-gradient {
    background-repeat: no-repeat;
    background-size: cover;
    /* Tło ładowane dopiero przez JS gdy footer wchodzi w viewport */
}

.footer-gradient.is-bg-loaded {
    background-image: url("assets/images/footer_gradient.webp");
}

@media (max-width: 992px) {
    .footer-gradient {
        background-position: center;
    }
}

.border-bottom-gold {
    border-bottom: 1px solid var(--custom-gold);
}

.tc-gold {
    color: var(--custom-gold);
}

/* Premium Footer Copyright */
.footer-copyright {
    letter-spacing: 0.5px;
    opacity: 0.75;
    transition: opacity 0.3s ease;
    font-weight: 300;
}

.footer-copyright:hover {
    opacity: 1;
}

.custom-text-gold2 {
    color: var(--custom-gold2);
}

.custom-text-purple {
    color: var(--custom-purple);
}

.gold2-line {
    border-bottom: 1px solid var(--custom-gold2);
}

.gold-line {
    height: 1px;
    width: 100%;
    max-width: 194px;
    border-bottom: 1px solid var(--custom-gold);
}

.ff-Operetta {
    font-family: "big-caslon-fb" !important;
}

.ff-operetta {
    font-family: "big-caslon-fb" !important;
}

.custom-bg-gold {
    background: linear-gradient(135deg, var(--custom-purple) 0%, var(--custom-purple2) 100%);
}

.gold-links a {
    color: var(--custom-gold);
}

.px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
}

@media (min-width: 992px) {
    .px-lg-6 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (min-width: 1400px) {
    .px-xxl-6 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (min-width: 1600px) {
    .px-xxxl-6 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.section-banner .swiper-pagination {
    position: absolute;
    bottom: 25px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 10;
}

@media (max-width: 992px) {
    .section-banner .swiper-pagination {
        bottom: 16px !important;
    }
}

.section-banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background-color: #ffffff;
    opacity: 0.7;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    margin: 0 6px !important;
}

.section-banner .swiper-pagination-bullet-active {
    background-color: var(--custom-gold);
    opacity: 1;
}

.custom-full-fs-78 {
    font-size: 78px;
}

.custom-full-lh-52{
    line-height: 52px !important;
}

.custom-full-lh-75 {
    line-height: 70px !important;
}

.custom-full-lh-75 span,
.custom-full-lh-75 p {
    line-height: 68px !important;
}

.tc-purple {
    color: var(--custom-purple);
}

.custom-full-fs-40 {
    font-size: 40px;
}

.custom-text-red {
    color: var(--custom-red1);
}

.custom-bg-grey {
    background-color: #fafafa;
}

.custom-bg-purple {
    background-color: var(--custom-purple);
}

.purple-button {
    border: 1px solid transparent;
    background-color: var(--custom-purple);
}

.purple-button:hover {
    background-color: var(--custom-purple2);
}

.purple-button2 {
    background-color: white;
}

.purple-button2:hover {
    border: 1px solid transparent;
    background-color: var(--custom-purple);
    color: white;
}

.purple-button2.active {
    border: 1px solid transparent;
    background-color: var(--custom-purple);
    color: white;
}

.purple-button2.active:hover {
    border: 1px solid var(--custom-purple);
    background-color: var(--custom-white);
    color: var(--custom-purple);
}

.custom-border-gold2 {
    border: 1px solid var(--custom-gold2);
}

.background2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.white-left-arrow-icon {
    background-image: url("assets/images/white_left_arrow.png");
    width: 25px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.white-right-arrow-icon {
    background-image: url("assets/images/white_right_arrow.png");
    width: 25px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-prev-banner.white-left-arrow-icon {
    left: 20px;
}

.swiper-button-next-banner.white-right-arrow-icon {
    right: 20px;
}

@media (max-width: 992px) {
    .custom-mobile-fs-48 {
        font-size: 48px;
    }

    .w-mobile-100 {
        width: 100% !important;
    }

    .top-mobile-95 {
        top: 95% !important;
    }
}

@media (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

.section-latest-products .swiper-pagination span.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.section-latest-products .swiper-pagination span.swiper-pagination-bullet-active {
    width: 35px;
    border-radius: 10px;
    background-color: var(--custom-purple);
}

.small-banner .banner-tile {
    width: 60%;
    min-height: 210px;
}

@media (min-width: 1440px) {
    .small-banner .banner-tile {
        width: 60%;
        min-height: 270px;
    }
}


@media (max-width: 992px) {
    .small-banner .banner-tile {
        width: 60%;
    }
}

.decorate-links a {
    text-decoration: underline;
}

.img-container {
    overflow: hidden;
}

.product-image-zoom {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out !important;
    opacity: 1;
    transform-origin: center center;
}

.img-container:hover .product-image-zoom {
    /* transform: scale(1); */
    opacity: 0;
}


.gallery-image-zoom {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.2s ease-in-out !important;
    opacity: 1;
    transform-origin: center center;
}

.img-container:hover .gallery-image-zoom {
    transform: scale(1.1);
}

.pll-switcher-select {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .pll-switcher-select {
        background-color: var(--custom-purple);
        color: var(--custom-white) !important;
        border: none !important;
        appearance: none !important;
        padding-right: 20px !important;
        background-image: url("assets/images/bottom_arrow_white.svg") !important;
        background-repeat: no-repeat !important;
        background-position-x: right !important;
        background-position-y: center !important;
        background-size: 14px 14px !important;
    }

    .pll-switcher-select option {
        color: var(--custom-white);
        background-color: var(--custom-purple);
    }
}

.green-button {
    border: 1px solid var(--custom-green) !important;
    color: white;
    background-color: var(--custom-green);
}

.green-button:hover {
    background-color: var(--custom-green2);
}

.custom-text-grey4 {
    color: #848484;
}

#pinnedSmallMenu {
    overflow-x: hidden;
}


.modal-custom-width .modal-dialog {
    max-width: 848px;
    width: 100%;
}


.svg-icon {
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: black;
}

.mobile-add-to-cart-icon {
    mask-image: url('assets/images/basket_plus.svg');
    width: 24px;
    height: 25px;
    display: block;
    background-color: white;
}



.ff-satoshi {
    /* font-family: "Satoshi"; */
    font-family: "big-caslon-fb";
}

.custom-bg-light-purple {
    background-color: var(--custom-light-purple);
}

.truncate-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 60px;
}


.short-description a {
    text-decoration: underline;
    color: var(--custom-blue);
}

.colored-links a {
    text-decoration: underline;
    color: var(--custom-blue);
}


.custom-text-blue {
    color: var(--custom-blue);
}


.custom-text-gold {
    color: var(--custom-gold);
}




.golden-tile {
    width: 275px;
    height: 90px;
}




@media (max-width: 1400px) {
    .golden-tile {
        width: 270px;
        height: 81px;
    }
}

@media (max-width: 1200px) {
    .golden-tile {
        width: 258px;
        height: 81px;
    }
}

@media (max-width: 992px) {
    .golden-tile {
        width: 276px;
        height: 81px;
    }
}


@media (max-width: 992px) {
    .mobile-border-purple {
        border: 1px solid var(--custom-purple) !important;
    }
}



#header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#header .header-a,
#header .header-b {
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(0);
    opacity: 1;
}

#header .header-c {
    transition: margin-top 0.4s ease-in-out;
    margin-top: 0;
    background-color: #fff;
    /* Ważne, żeby miał tło */
}

/* --- Stan po dodaniu klasy .header-hidden --- */

#header.header-hidden .header-a,
#header.header-hidden .header-b {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

#additional-icons {
    transition: opacity 0.3s ease-in-out;

    opacity: 1;
}

#additional-icons.hidden {
    opacity: 0;
}

#header.header-hidden .header-c {

    margin-top: calc(-1 * var(--hidden-header-height, 90px));
}


@media (min-width: 1200px) {
    .w-xl-80 {
        width: 75% !important;
    }
}


.custom-fs-main-banner {
    font-size: 48px !important;
}

@media (min-width: 1600px) {
    .custom-fs-main-banner {
        font-size: 64px !important;
    }
}


.quantity-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 8px 15px;
    width: 100%;
    box-sizing: border-box;
}

.quantity-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn svg {
    width: 20px;
    height: 20px;
    stroke: #555;
    stroke-width: 2;
}

.quantity-value {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    border: none;
    background: transparent;
    text-align: center;
    width: 100%;
    outline: none;
    -moz-appearance: textfield;
}

.quantity-value::-webkit-outer-spin-button,
.quantity-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.black-link {
    color: var(--custom-black1);
    text-decoration: underline;
}

.black-link:hover {
    color: var(--custom-black2);
}


.shadow-bls {
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.2),
        -5px 5px 10px -5px rgba(0, 0, 0, 0.2);
}


.headerCItemContent {
    max-width: 850px;
}


.custom-py-12 {}


@media (max-width: 768px) {
    #swiperProductGalleryContent {
        position: relative;
    }

    #swiperProductGalleryContent .swiper-button-prev {
        left: 0;
    }

    #swiperProductGalleryContent .swiper-button-next {
        right: 0;
    }

}