/* ==== [72] Homepage - Slider ==== */
.tesoro-hero-slider-wrap {
                width: 100%;
                max-width: 100%;
                margin: 0;
                padding: 0;
            }

            .tesoro-hero-slider-wrap,
            .tesoro-hero-slider-wrap * {
                box-sizing: border-box;
            }

            .tesoro-hero-slider {
                width: 100vw;
                max-width: 100vw;
                margin-left: calc(-50vw + 50%);
                margin-right: calc(-50vw + 50%);
                background: #f8f2ef;
                overflow: hidden;
                font-family: "Manrope", Arial, sans-serif;
            }

            .tesoro-hero-inner {
                width: 100%;
                max-width: none;
                margin: 0;
                min-height: 470px;
                padding: 0 0 0 max(48px, calc((100vw - 1400px) / 2 + 48px));
                display: grid;
                grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
                align-items: center;
                gap: 20px;
                position: relative;
                overflow: hidden;
            }

            .tesoro-hero-content {
                padding: 50px 0;
                position: relative;
                z-index: 3;
                max-width: 520px;
            }

            .tesoro-hero-kicker {
                margin: 0 0 24px 0;
                color: #17110e;
                font-size: 14px;
                line-height: 1.2;
                font-weight: 800;
                text-transform: uppercase;
            }

            .tesoro-hero-title {
                margin: 0 0 22px 0 !important;
                color: #1b1411 !important;
                font-family: "Marcellus", Georgia, serif !important;
                font-size: 68px !important;
                line-height: 0.97 !important;
                font-weight: 400 !important;
                letter-spacing: -0.03em;
                text-transform: none !important;
            }

            .tesoro-hero-line {
                display: inline-block;
                width: 62px;
                height: 1px;
                margin: 0 0 17px 14px;
                background: #1b1411;
                vertical-align: middle;
            }

            .tesoro-hero-nowrap {
                white-space: nowrap;
            }

            .tesoro-hero-text {
                max-width: 430px;
                margin: 0 0 24px 0 !important;
                color: #2a201b !important;
                font-size: 16px !important;
                line-height: 1.6 !important;
                font-weight: 600 !important;
            }

            .tesoro-hero-button {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-height: 44px;
                padding: 12px 20px;
                border-radius: 4px;
                background: #21130f !important;
                color: #fff !important;
                text-decoration: none !important;
                font-size: 13px;
                font-weight: 800;
                line-height: 1;
                transition: .2s ease;
            }

            .tesoro-hero-button:hover {
                background: #3a2720 !important;
                color: #fff !important;
            }

            .tesoro-hero-visual {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                width: 44vw;
                min-width: 600px;
                height: 470px;
                min-height: 470px;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                overflow: hidden;
                pointer-events: none;
            }

            .tesoro-hero-image-tag {
                display: block;
                width: 100%;
                max-width: 760px;
                height: 470px;
                object-fit: contain;
                object-position: right center;
                transform: none;
            }

            .tesoro-hide-mobile-after-hero {
                display: block;
            }

            @media (max-width: 1500px) {
                .tesoro-hero-visual {
                    width: 46vw;
                    min-width: 560px;
                }
            }

            @media (max-width: 1400px) {
                .tesoro-hero-inner {
                    padding-left: 48px;
                }

                .tesoro-hero-visual {
                    width: 47vw;
                    min-width: 540px;
                }
            }

            @media (max-width: 1200px) {
                .tesoro-hero-inner {
                    min-height: 430px;
                    padding-left: 34px;
                    grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
                    gap: 16px;
                }

                .tesoro-hero-title {
                    font-size: 58px !important;
                }

                .tesoro-hero-line {
                    width: 52px;
                    margin: 0 0 14px 10px;
                }

                .tesoro-hero-visual {
                    width: 47vw;
                    min-width: 480px;
                    height: 430px;
                    min-height: 430px;
                }

                .tesoro-hero-image-tag {
                    max-width: 680px;
                    height: 430px;
                    object-fit: contain;
                    object-position: right center;
                }
            }

            @media (max-width: 1050px) {
                .tesoro-hero-visual {
                    width: 43vw;
                    min-width: 410px;
                }

                .tesoro-hero-image-tag {
                    max-width: 610px;
                }
            }

            @media (max-width: 921px) {
                .tesoro-hide-mobile-after-hero {
                    display: none !important;
                }

                .tesoro-hero-slider {
                    margin-bottom: 0 !important;
                }

                .tesoro-hero-slider-wrap {
                    margin-bottom: 0 !important;
                    padding-bottom: 0 !important;
                }

                .tesoro-hero-inner {
                    min-height: 330px;
                    padding: 24px 18px 0;
                    display: block;
                    overflow: hidden;
                    position: relative;
                }

                .tesoro-hero-content {
                    position: relative;
                    z-index: 5;
                    width: 100%;
                    max-width: 520px;
                    padding: 0;
                }

                .tesoro-hero-kicker {
                    margin-bottom: 13px;
                    font-size: 12px;
                }

                .tesoro-hero-title {
                    font-size: 38px !important;
                    line-height: 0.98 !important;
                    margin-bottom: 15px !important;
                }

                .tesoro-hero-line {
                    width: 38px;
                    margin: 0 0 10px 8px;
                }

                .tesoro-hero-text {
                    max-width: 335px;
                    font-size: 13px !important;
                    line-height: 1.45 !important;
                    margin-bottom: 16px !important;
                    color: #17110e !important;
                }

                .tesoro-hero-button {
                    position: relative;
                    z-index: 6;
                    min-height: 40px;
                    padding: 11px 17px;
                    font-size: 12px;
                }

                .tesoro-hero-visual {
                    position: absolute;
                    inset: 0;
                    z-index: 1;
                    width: 100%;
                    min-width: 0;
                    height: 100%;
                    min-height: 0;
                    display: block;
                    overflow: hidden;
                    pointer-events: none;
                }

                .tesoro-hero-visual::before {
                    content: "";
                    position: absolute;
                    inset: 0;
                    z-index: 2;
                    background: linear-gradient(
                        180deg,
                        rgba(248, 242, 239, 0.88) 0%,
                        rgba(248, 242, 239, 0.72) 38%,
                        rgba(248, 242, 239, 0.38) 70%,
                        rgba(248, 242, 239, 0.10) 100%
                    );
                    pointer-events: none;
                }

                .tesoro-hero-image-tag {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    top: auto;
                    z-index: 1;
                    width: 100%;
                    max-width: none;
                    height: 100%;
                    max-height: none;
                    object-fit: cover;
                    object-position: center bottom;
                }
            }

            @media (max-width: 767px) {
                .tesoro-hero-inner {
                    min-height: 320px;
                    padding: 22px 14px 0;
                }

                .tesoro-hero-title {
                    font-size: 36px !important;
                }

                .tesoro-hero-line {
                    width: 34px;
                    margin: 0 0 9px 7px;
                }

                .tesoro-hero-nowrap {
                    white-space: nowrap;
                }

                .tesoro-hero-text {
                    max-width: 330px;
                    font-size: 12px !important;
                    line-height: 1.45 !important;
                }

                .tesoro-hero-image-tag {
                    object-position: center bottom;
                }
            }

            @media (max-width: 480px) {
                .tesoro-hero-inner {
                    min-height: 305px;
                    padding: 20px 14px 0;
                }

                .tesoro-hero-kicker {
                    font-size: 10px;
                    margin-bottom: 12px;
                }

                .tesoro-hero-title {
                    font-size: 31px !important;
                    line-height: 1 !important;
                    margin-bottom: 14px !important;
                }

                .tesoro-hero-line {
                    width: 27px;
                    margin: 0 0 8px 6px;
                }

                .tesoro-hero-text {
                    max-width: 305px;
                    font-size: 11px !important;
                    line-height: 1.45 !important;
                    margin-bottom: 15px !important;
                }

                .tesoro-hero-button {
                    min-height: 39px;
                    padding: 10px 16px;
                    font-size: 11px;
                }

                .tesoro-hero-image-tag {
                    object-position: center bottom;
                }
            }

            @media (max-width: 380px) {
                .tesoro-hero-inner {
                    min-height: 295px;
                    padding: 18px 13px 0;
                }

                .tesoro-hero-title {
                    font-size: 29px !important;
                }

                .tesoro-hero-text {
                    max-width: 285px;
                    font-size: 10.5px !important;
                }
            }

/* ==== [73] Homepage - musu pasiulymai ==== */
body .tesoro-product-heart.tesoro-wishlist-bridge {
                position: absolute !important;
                overflow: hidden !important;
                cursor: pointer !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-visual {
                position: absolute !important;
                inset: 0 !important;
                z-index: 2 !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                width: 100% !important;
                height: 100% !important;
                pointer-events: none !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden {
                position: absolute !important;
                inset: 0 !important;
                z-index: 3 !important;
                display: block !important;
                width: 100% !important;
                height: 100% !important;
                min-width: 100% !important;
                min-height: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
                border: 0 !important;
                opacity: 0 !important;
                visibility: visible !important;
                overflow: hidden !important;
                pointer-events: auto !important;
                background: transparent !important;
                color: transparent !important;
                font-size: 0 !important;
                line-height: 0 !important;
                text-indent: -9999px !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden *,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden *::before,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden *::after {
                max-width: 100% !important;
                max-height: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
                border: 0 !important;
                box-shadow: none !important;
                background: transparent !important;
                color: transparent !important;
                font-size: 0 !important;
                line-height: 0 !important;
                text-indent: -9999px !important;
                overflow: hidden !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden a,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden button,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden .tinvwl_add_to_wishlist_button,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden .yith-wcwl-add-button a {
                position: absolute !important;
                inset: 0 !important;
                display: block !important;
                width: 100% !important;
                height: 100% !important;
                min-width: 100% !important;
                min-height: 100% !important;
                opacity: 1 !important;
                visibility: visible !important;
                pointer-events: auto !important;
                cursor: pointer !important;
                text-decoration: none !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tinvwl_add_to_wishlist-text,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tinvwl-tooltip,
            body .tesoro-product-heart.tesoro-wishlist-bridge .feedback,
            body .tesoro-product-heart.tesoro-wishlist-bridge .yith-wcwl-add-button span,
            body .tesoro-product-heart.tesoro-wishlist-bridge .yith-wcwl-wishlistaddedbrowse span,
            body .tesoro-product-heart.tesoro-wishlist-bridge .yith-wcwl-wishlistexistsbrowse span,
            body .tesoro-product-heart.tesoro-wishlist-bridge i,
            body .tesoro-product-heart.tesoro-wishlist-bridge .icon {
                display: none !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge.is-added .tesoro-wishlist-visual svg,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.tinvwl-product-in-list) .tesoro-wishlist-visual svg,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.yith-wcwl-wishlistaddedbrowse) .tesoro-wishlist-visual svg,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.yith-wcwl-wishlistexistsbrowse) .tesoro-wishlist-visual svg {
                fill: currentColor !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge.is-added .tesoro-wishlist-visual svg path,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.tinvwl-product-in-list) .tesoro-wishlist-visual svg path,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.yith-wcwl-wishlistaddedbrowse) .tesoro-wishlist-visual svg path,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.yith-wcwl-wishlistexistsbrowse) .tesoro-wishlist-visual svg path {
                fill: currentColor !important;
                stroke: currentColor !important;
            }

            body .tesoro-product-card .tesoro-product-cart {
                font-size: 0 !important;
                line-height: 0 !important;
                text-indent: -9999px !important;
                overflow: hidden !important;
            }

            body .tesoro-product-card .tesoro-product-cart svg {
                text-indent: 0 !important;
                overflow: visible !important;
            }

            body .tesoro-product-card a.added_to_cart.wc-forward:not(.tesoro-product-cart),
            body .tesoro-product-card .added_to_cart.wc-forward:not(.tesoro-product-cart) {
                display: none !important;
                visibility: hidden !important;
                opacity: 0 !important;
                width: 0 !important;
                height: 0 !important;
                min-width: 0 !important;
                min-height: 0 !important;
                padding: 0 !important;
                margin: 0 !important;
                border: 0 !important;
                overflow: hidden !important;
                pointer-events: none !important;
            }

/* ==== [73] Homepage - musu pasiulymai ==== */
.tesoro-products-slider-section {
            width: 100vw;
            max-width: 100vw;
            margin-left: calc(-50vw + 50%);
            margin-right: calc(-50vw + 50%);
            padding: 0;
            background: #ffffff;
            font-family: "Raleway Custom", "Manrope", Arial, sans-serif;
            overflow: hidden;
        }

        .tesoro-products-slider-section,
        .tesoro-products-slider-section * {
            box-sizing: border-box;
        }

        .tesoro-products-slider-wrap {
            position: relative;
            width: 100%;
            max-width: none;
            margin: 0;
            padding: 0 58px;
        }

        .tesoro-products-track {
            display: flex;
            gap: 22px;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            padding: 4px 0 8px;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
        }

        .tesoro-products-track::-webkit-scrollbar {
            display: none;
        }

        .tesoro-product-card {
            position: relative;
            flex: 0 0 calc((100% - 88px) / 5);
            min-width: 0;
            height: 452px;
            min-height: 452px;
            padding: 16px 16px 62px;
            border: 1px solid #eadfd8;
            border-radius: 6px;
            background: #ffffff;
            scroll-snap-align: start;
            transition: box-shadow .2s ease, transform .2s ease;
            overflow: hidden;
        }

        .tesoro-product-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 28px rgba(35, 20, 13, .08);
        }

        .tesoro-product-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 4;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 34px;
            height: 21px;
            padding: 0 7px;
            border: 2px solid #ff6b1a;
            border-radius: 5px;
            background: #ffffff;
            color: #111111;
            font-family: "Raleway Custom", "Manrope", Arial, sans-serif;
            font-size: 8px;
            line-height: 1;
            font-weight: 900;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: .2px;
            white-space: nowrap;
        }

        .tesoro-product-badge-sale {
            min-width: 42px;
            height: 24px;
            padding: 0 8px;
            border: 0;
            border-radius: 4px;
            background: #ff0000;
            color: #ffffff;
            font-size: 10px;
            font-weight: 900;
        }

        .tesoro-product-badge-top,
        .tesoro-product-badge-bestseller,
        .tesoro-product-badge-new {
            border: 2px solid #ff6b1a;
            background: #ffffff;
            color: #111111;
        }

        .tesoro-product-heart {
            position: absolute;
            top: 13px;
            right: 13px;
            z-index: 4;
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 22px !important;
            height: 22px !important;
            min-width: 22px !important;
            min-height: 22px !important;
            padding: 0 !important;
            margin: 0 !important;
            background: transparent !important;
            border: none !important;
            box-shadow: none !important;
            color: #b48d82 !important;
            text-decoration: none !important;
            line-height: 1 !important;
        }

        .tesoro-product-heart svg {
            display: block !important;
            width: 20px !important;
            height: 20px !important;
            fill: none !important;
            stroke: currentColor !important;
            stroke-width: 1.8 !important;
            stroke-linecap: round !important;
            stroke-linejoin: round !important;
        }

        .tesoro-product-heart svg path {
            fill: none !important;
            stroke: currentColor !important;
        }

        .tesoro-product-heart:hover {
            color: #21130f !important;
            background: transparent !important;
            text-decoration: none !important;
        }

        .tesoro-product-image {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 220px;
            margin-bottom: 14px;
            text-decoration: none !important;
        }

        .tesoro-product-image img {
            display: block;
            width: auto;
            max-width: 100%;
            max-height: 214px;
            object-fit: contain;
        }

        .tesoro-product-content {
            height: 128px;
            max-height: 128px;
            padding-right: 0;
            overflow: hidden;
        }

        .tesoro-product-brand {
            display: block;
            max-width: 100%;
            margin-bottom: 5px;
            color: #17110e;
            font-size: 11px;
            line-height: 14px;
            height: 14px;
            font-weight: 900;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .tesoro-product-title {
            display: -webkit-box !important;
            height: 95px !important;
            min-height: 95px !important;
            max-height: 95px !important;
            overflow: hidden !important;
            color: #17110e !important;
            font-size: 13px !important;
            line-height: 19px !important;
            font-weight: 600 !important;
            text-decoration: none !important;
            -webkit-line-clamp: 5 !important;
            line-clamp: 5 !important;
            -webkit-box-orient: vertical !important;
            word-break: normal !important;
        }

        .tesoro-product-title:hover {
            color: #55433c !important;
            text-decoration: none !important;
        }

        .tesoro-product-rating {
            position: absolute;
            left: 16px;
            right: 50px;
            bottom: 48px;
            z-index: 3;
            display: flex;
            align-items: center;
            gap: 6px;
            height: 20px;
            min-height: 20px;
            margin: 0;
            overflow: hidden;
            font-family: "Raleway Custom", "Manrope", Arial, sans-serif;
            line-height: 1;
        }

        .tesoro-rating-stars {
            display: inline-flex;
            align-items: center;
            gap: 1px;
            color: #d6d6d6;
            font-size: 14px;
            line-height: 1;
            white-space: nowrap;
            transform: translateY(-1px);
        }

        .tesoro-rating-star {
            display: inline-block;
            font-size: 14px;
            line-height: 1;
        }

        .tesoro-rating-star.is-filled {
            color: #ffb400;
        }

        .tesoro-rating-star.is-empty {
            color: #d6d6d6;
        }

        .tesoro-rating-count {
            color: #6f6f6f;
            font-size: 11px;
            font-weight: 500;
            line-height: 1;
            white-space: nowrap;
            transform: translateY(-1px);
        }

        .tesoro-product-rating-empty {
            visibility: hidden;
        }

        .tesoro-product-price {
            position: absolute;
            left: 16px;
            right: 50px;
            bottom: 18px;
            z-index: 3;
            display: flex;
            align-items: baseline;
            gap: 5px;
            max-width: calc(100% - 66px);
            margin: 0;
            color: #17110e;
            font-size: 15px;
            line-height: 1.15;
            font-weight: 900;
            white-space: nowrap !important;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .tesoro-product-price,
        .tesoro-product-price * {
            white-space: nowrap !important;
        }

        .tesoro-product-price.tesoro-product-price-range {
            right: 44px;
            font-size: 13.5px;
            letter-spacing: -0.15px;
            gap: 3px;
        }

        .tesoro-product-price del {
            display: inline-block;
            opacity: .55;
            font-weight: 600;
            font-size: 13px;
            text-decoration: line-through;
        }

        .tesoro-product-price ins {
            display: inline-block;
            text-decoration: none;
            font-weight: 900;
        }

        .tesoro-price-dash {
            display: inline-block;
            font-weight: 900;
        }

        .tesoro-product-cart {
            position: absolute;
            right: 13px;
            bottom: 13px;
            z-index: 4;
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 30px !important;
            height: 30px !important;
            min-height: 30px !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 50% !important;
            background: #21130f !important;
            color: #ffffff !important;
            box-shadow: none !important;
            text-decoration: none !important;
        }

        .tesoro-product-cart svg {
            width: 17px;
            height: 17px;
            fill: currentColor;
        }

        .tesoro-product-cart:hover {
            background: #3a2720 !important;
            color: #ffffff !important;
        }

        .tesoro-products-arrow {
            position: absolute;
            top: 50%;
            z-index: 10;
            transform: translateY(-50%);
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 42px !important;
            height: 58px !important;
            min-height: 58px !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            color: #17110e !important;
            box-shadow: none !important;
            cursor: pointer;
        }

        .tesoro-products-arrow svg {
            display: block;
            width: 18px;
            height: 34px;
            overflow: visible;
        }

        .tesoro-products-arrow svg path {
            fill: none !important;
            stroke: currentColor !important;
            stroke-width: 1.35 !important;
            stroke-linecap: round !important;
            stroke-linejoin: round !important;
            vector-effect: non-scaling-stroke;
        }

        .tesoro-products-arrow-left {
            left: 10px;
        }

        .tesoro-products-arrow-right {
            right: 10px;
        }

        .tesoro-products-arrow:hover {
            color: #55433c !important;
            background: transparent !important;
        }

        .tesoro-products-mobile-scrollbar {
            display: none;
        }

        .tesoro-products-mobile-scrollbar-thumb {
            display: block;
        }

        .tesoro-products-slider-section a.added_to_cart.wc-forward:not(.tesoro-product-cart),
        .tesoro-products-slider-section .tesoro-product-card a.added_to_cart.wc-forward:not(.tesoro-product-cart) {
            position: absolute !important;
            right: 13px !important;
            bottom: 13px !important;
            width: 0 !important;
            height: 0 !important;
            min-width: 0 !important;
            min-height: 0 !important;
            max-width: 0 !important;
            max-height: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            font-size: 0 !important;
            line-height: 0 !important;
            color: transparent !important;
            background: transparent !important;
            opacity: 0 !important;
            visibility: hidden !important;
            overflow: hidden !important;
            pointer-events: none !important;
            z-index: -1 !important;
        }

        .tesoro-products-slider-section .tesoro-product-cart.added,
        .tesoro-products-slider-section .tesoro-product-cart.loading,
        .tesoro-products-slider-section .tesoro-product-cart.ajax_add_to_cart {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: auto !important;
        }

        .tesoro-product-card.tesoro-product-added-feedback .tesoro-product-cart::after {
            content: "✓" !important;
            position: absolute !important;
            inset: 0 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            background: #21130f !important;
            color: #ffffff !important;
            border-radius: 50% !important;
            font-family: Arial, Helvetica, sans-serif !important;
            font-size: 18px !important;
            font-weight: 700 !important;
            line-height: 1 !important;
            z-index: 20 !important;
        }

        @media (max-width: 1400px) {
            .tesoro-product-card {
                flex: 0 0 calc((100% - 88px) / 5);
                height: 448px;
                min-height: 448px;
            }

            .tesoro-product-image {
                height: 208px;
            }

            .tesoro-product-image img {
                max-height: 202px;
            }

            .tesoro-product-title {
                font-size: 12.8px !important;
                line-height: 19px !important;
                height: 95px !important;
                min-height: 95px !important;
                max-height: 95px !important;
                -webkit-line-clamp: 5 !important;
                line-clamp: 5 !important;
            }
        }

        @media (max-width: 1200px) {
            .tesoro-products-slider-wrap {
                padding: 0 52px;
            }

            .tesoro-product-card {
                flex-basis: calc((100% - 66px) / 4);
                height: 432px;
                min-height: 432px;
            }

            .tesoro-product-image {
                height: 194px;
            }

            .tesoro-product-image img {
                max-height: 188px;
            }

            .tesoro-product-title {
                font-size: 12.7px !important;
                line-height: 19px !important;
                height: 95px !important;
                min-height: 95px !important;
                max-height: 95px !important;
                -webkit-line-clamp: 5 !important;
                line-clamp: 5 !important;
            }

            .tesoro-products-arrow {
                width: 38px !important;
                height: 52px !important;
                min-height: 52px !important;
            }

            .tesoro-products-arrow-left {
                left: 8px;
            }

            .tesoro-products-arrow-right {
                right: 8px;
            }
        }

        @media (max-width: 921px) {
            .tesoro-products-slider-wrap {
                padding: 0 44px;
            }

            .tesoro-product-card {
                flex-basis: calc((100% - 44px) / 3);
                height: 410px;
                min-height: 410px;
            }

            .tesoro-product-image {
                height: 178px;
            }

            .tesoro-product-image img {
                max-height: 172px;
            }

            .tesoro-product-content {
                height: 120px;
                max-height: 120px;
            }

            .tesoro-product-title {
                font-size: 10px !important;
                line-height: 15px !important;
                height: 60px !important;
                min-height: 60px !important;
                max-height: 60px !important;
                overflow: hidden !important;
                -webkit-line-clamp: 4 !important;
                line-clamp: 4 !important;
                -webkit-box-orient: vertical !important;
            }

            .tesoro-product-rating {
                left: 12px;
                right: 42px;
                bottom: 42px;
                height: 18px;
                min-height: 18px;
            }

            .tesoro-products-arrow svg {
                width: 16px;
                height: 31px;
            }

            .tesoro-products-arrow svg path {
                stroke-width: 1.25 !important;
            }
        }

        @media (max-width: 767px) {
            .tesoro-products-slider-wrap {
                padding: 0 10px 18px;
            }

            .tesoro-products-track {
                gap: 12px;
                padding: 4px 0 12px;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }

            .tesoro-products-track::-webkit-scrollbar {
                display: none;
            }

            .tesoro-product-card {
                flex: 0 0 calc((100% - 12px) / 2);
                height: 410px;
                min-height: 410px;
                padding: 13px 12px 52px;
            }

            .tesoro-product-image {
                height: 194px;
                margin-bottom: 10px;
            }

            .tesoro-product-image img {
                max-height: 188px;
                max-width: 100%;
            }

            .tesoro-product-content {
                height: 112px;
                max-height: 112px;
            }

            .tesoro-product-brand {
                font-size: 10px;
                line-height: 13px;
                height: 13px;
                margin-bottom: 5px;
            }

            .tesoro-product-title {
                font-size: 9.5px !important;
                line-height: 15px !important;
                height: 60px !important;
                min-height: 60px !important;
                max-height: 60px !important;
                overflow: hidden !important;
                -webkit-line-clamp: 4 !important;
                line-clamp: 4 !important;
                -webkit-box-orient: vertical !important;
            }

            .tesoro-product-rating {
                left: 10px;
                right: 38px;
                bottom: 39px;
                height: 17px;
                min-height: 17px;
                gap: 4px;
            }

            .tesoro-rating-stars {
                font-size: 12px;
                transform: translateY(-1px);
            }

            .tesoro-rating-star {
                font-size: 12px;
            }

            .tesoro-rating-count {
                font-size: 10px;
                transform: translateY(-1px);
            }

            .tesoro-product-price {
                left: 10px;
                right: 38px;
                bottom: 16px;
                width: calc(100% - 48px);
                max-width: none;
                font-size: 13.5px;
                gap: 3px;
                overflow: visible;
                text-overflow: clip;
                letter-spacing: -0.1px;
            }

            .tesoro-product-price.tesoro-product-price-sale {
                left: 10px;
                right: 36px;
                width: calc(100% - 46px);
                max-width: none;
                font-size: 13px;
                gap: 3px;
                overflow: visible;
                text-overflow: clip;
            }

            .tesoro-product-price.tesoro-product-price-sale ins {
                font-size: 13px;
                flex: 0 0 auto;
            }

            .tesoro-product-price.tesoro-product-price-sale del {
                font-size: 10px;
                flex: 0 0 auto;
                opacity: .55;
                letter-spacing: -0.2px;
            }

            .tesoro-product-price.tesoro-product-price-range {
                left: 10px;
                right: 36px;
                width: calc(100% - 46px);
                max-width: none;
                font-size: 11.8px;
                gap: 2px;
                overflow: visible;
                text-overflow: clip;
                letter-spacing: -0.35px;
            }

            .tesoro-product-cart {
                right: 8px;
                bottom: 13px;
                width: 28px !important;
                height: 28px !important;
                min-height: 28px !important;
            }

            .tesoro-product-cart svg {
                width: 16px;
                height: 16px;
            }

            .tesoro-products-arrow,
            .tesoro-products-arrow-left,
            .tesoro-products-arrow-right {
                display: none !important;
                visibility: hidden !important;
                opacity: 0 !important;
                pointer-events: none !important;
            }

            .tesoro-products-mobile-scrollbar {
                display: block !important;
                position: relative !important;
                width: 96px !important;
                height: 4px !important;
                margin: 12px auto 0 !important;
                border-radius: 999px !important;
                background: #d8d1cc !important;
                overflow: hidden !important;
            }

            .tesoro-products-mobile-scrollbar-thumb {
                position: absolute !important;
                top: 0 !important;
                left: 0 !important;
                z-index: 2 !important;
                width: 38px !important;
                height: 4px !important;
                border-radius: 999px !important;
                background: #5f5550 !important;
                transform: none !important;
                transition: left .08s linear, width .12s ease !important;
                will-change: left !important;
            }
        }

        @media (max-width: 420px) {
            .tesoro-products-slider-wrap {
                padding: 0 8px 18px;
            }

            .tesoro-product-card {
                flex: 0 0 calc((100% - 12px) / 2);
                height: 410px;
                min-height: 410px;
            }

            .tesoro-products-track {
                gap: 12px;
            }

            .tesoro-product-image {
                height: 190px;
            }

            .tesoro-product-image img {
                max-height: 184px;
                max-width: 100%;
            }

            .tesoro-product-badge {
                font-size: 7.5px;
                height: 20px;
                padding: 0 6px;
            }

            .tesoro-product-badge-sale {
                font-size: 9px;
                height: 22px;
                padding: 0 7px;
            }

            .tesoro-product-heart {
                top: 13px;
                right: 13px;
                width: 22px !important;
                height: 22px !important;
                min-width: 22px !important;
                min-height: 22px !important;
            }

            .tesoro-product-heart svg {
                width: 20px !important;
                height: 20px !important;
            }

            .tesoro-product-content {
                height: 110px;
                max-height: 110px;
            }

            .tesoro-product-title {
                font-size: 9.2px !important;
                line-height: 15px !important;
                height: 60px !important;
                min-height: 60px !important;
                max-height: 60px !important;
                overflow: hidden !important;
                -webkit-line-clamp: 4 !important;
                line-clamp: 4 !important;
                -webkit-box-orient: vertical !important;
            }

            .tesoro-product-rating {
                left: 9px;
                right: 34px;
                bottom: 38px;
                gap: 4px;
                height: 16px;
                min-height: 16px;
            }

            .tesoro-rating-stars {
                font-size: 11px;
                transform: translateY(-1px);
            }

            .tesoro-rating-star {
                font-size: 11px;
            }

            .tesoro-rating-count {
                font-size: 9.5px;
                transform: translateY(-1px);
            }

            .tesoro-product-price {
                left: 9px;
                right: 34px;
                width: calc(100% - 43px);
                max-width: none;
                font-size: 12.5px;
                gap: 2px;
                overflow: visible;
                text-overflow: clip;
                letter-spacing: -0.15px;
            }

            .tesoro-product-price.tesoro-product-price-sale {
                left: 9px;
                right: 32px;
                width: calc(100% - 41px);
                max-width: none;
                font-size: 12.2px;
                gap: 2px;
                overflow: visible;
                text-overflow: clip;
            }

            .tesoro-product-price.tesoro-product-price-sale ins {
                font-size: 12.2px;
                flex: 0 0 auto;
            }

            .tesoro-product-price.tesoro-product-price-sale del {
                font-size: 9.2px;
                flex: 0 0 auto;
                opacity: .55;
                letter-spacing: -0.3px;
            }

            .tesoro-product-price.tesoro-product-price-range {
                left: 9px;
                right: 32px;
                width: calc(100% - 41px);
                max-width: none;
                font-size: 10.8px;
                gap: 1.5px;
                overflow: visible;
                text-overflow: clip;
                letter-spacing: -0.45px;
            }

            .tesoro-product-cart {
                right: 7px;
                width: 26px !important;
                height: 26px !important;
                min-height: 26px !important;
            }

            .tesoro-product-cart svg {
                width: 15px;
                height: 15px;
            }

            .tesoro-products-arrow,
            .tesoro-products-arrow-left,
            .tesoro-products-arrow-right {
                display: none !important;
                visibility: hidden !important;
                opacity: 0 !important;
                pointer-events: none !important;
            }

            .tesoro-products-mobile-scrollbar {
                width: 92px !important;
                height: 4px !important;
                margin-top: 12px !important;
            }

            .tesoro-products-mobile-scrollbar-thumb {
                height: 4px !important;
            }
        }
	
	/* ==== [74] Homepage - naujienlaiskis ==== */
.tesoro-home-newsletter {
                width: 100%;
                max-width: 100%;
                margin: 0 auto;
                padding: 16px 0;
                background: transparent !important;
                box-sizing: border-box;
                overflow: visible;
            }

            .tesoro-home-newsletter,
            .tesoro-home-newsletter * {
                box-sizing: border-box;
            }

            .tesoro-home-newsletter-inner {
                position: relative;
                width: 100%;
                max-width: 1400px;
                min-height: 84px;
                margin: 0 auto;
                padding: 14px 100px 14px 36px;
                display: grid;
                grid-template-columns: minmax(540px, 1fr) 450px;
                gap: 28px;
                align-items: center;
                background: transparent !important;
                border-radius: 0;
                overflow: visible;
            }

            .tesoro-home-newsletter-left {
                display: flex;
                align-items: center;
                gap: 24px;
                min-width: 0;
            }

            .tesoro-home-newsletter-icon {
                width: 66px;
                min-width: 66px;
                color: #21130f;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .tesoro-home-newsletter-icon svg {
                display: block;
                width: 64px;
                height: auto;
            }

            .tesoro-home-newsletter-copy {
                min-width: 0;
                max-width: 100%;
            }

            .tesoro-home-newsletter-title {
                margin: 0 0 8px 0;
                font-family: "Safira March", Georgia, serif !important;
                font-size: 22px;
                line-height: 1.08;
                font-weight: 300;
                color: #21130f;
                white-space: nowrap !important;
                overflow: visible !important;
                text-overflow: clip !important;
                max-width: 100%;
            }

            .tesoro-home-newsletter-subtitle {
                margin: 0;
                font-family: "Raleway Custom", Arial, sans-serif;
                font-size: 15px;
                line-height: 1.25;
                font-weight: 800;
                color: #21130f;
                white-space: nowrap;
            }

            .tesoro-home-newsletter-form {
                display: grid;
                grid-template-columns: 240px 180px;
                gap: 16px;
                align-items: start;
                width: 100%;
                min-width: 0;
            }

            .tesoro-home-newsletter-input-wrap {
                min-width: 0;
            }

            .tesoro-home-newsletter-form input[type="email"] {
                width: 100%;
                height: 44px;
                border: 0 !important;
                border-radius: 2px;
                background: #fbf3ee !important;
                color: #21130f !important;
                padding: 0 18px;
                font-family: "Raleway Custom", Arial, sans-serif;
                font-size: 13px;
                font-weight: 500;
                outline: none !important;
                box-shadow: none !important;
            }

            .tesoro-home-newsletter-form input[type="email"]::placeholder {
                color: #a99c95;
                opacity: 1;
            }

            .tesoro-home-newsletter-form input[type="email"]:focus {
                background: #fff7f2 !important;
                box-shadow: 0 0 0 1px rgba(33, 19, 15, .16) !important;
            }

            .tesoro-home-newsletter-form button {
                width: 100%;
                height: 44px;
                border: 0 !important;
                border-radius: 3px;
                background: #21130f !important;
                color: #ffffff !important;
                padding: 0 20px;
                font-family: "Raleway Custom", Arial, sans-serif;
                font-size: 12px;
                line-height: 1;
                font-weight: 900;
                text-transform: uppercase;
                cursor: pointer;
                box-shadow: none !important;
                transition: background .2s ease, transform .2s ease;
                white-space: nowrap;
            }

            .tesoro-home-newsletter-form button:hover {
                background: #3a2720 !important;
                color: #ffffff !important;
                transform: translateY(-1px);
            }

            .tesoro-home-newsletter-form button:disabled {
                opacity: .65;
                cursor: not-allowed;
                transform: none;
            }

            .tesoro-home-newsletter-message {
                margin-top: 7px;
                min-height: 16px;
                font-family: "Raleway Custom", Arial, sans-serif;
                font-size: 12px;
                line-height: 1.35;
                color: #21130f;
            }

            .tesoro-home-newsletter-message.is-error {
                color: #a33a2a;
            }

            .tesoro-home-newsletter-message.is-success {
                color: #3c6b3c;
            }

            .tesoro-home-newsletter-arrow {
                position: absolute;
                right: 28px;
                top: 50%;
                width: 58px;
                height: 42px;
                transform: translateY(-50%);
                color: #21130f;
                pointer-events: none;
            }

            .tesoro-home-newsletter-arrow svg {
                display: block;
                width: 100%;
                height: auto;
            }

            @media (max-width: 1200px) {
                .tesoro-home-newsletter-inner {
                    padding: 14px 88px 14px 30px;
                    grid-template-columns: minmax(460px, 1fr) 410px;
                    gap: 22px;
                }

                .tesoro-home-newsletter-title {
                    font-size: 20px;
                }

                .tesoro-home-newsletter-subtitle {
                    font-size: 14px;
                }

                .tesoro-home-newsletter-form {
                    grid-template-columns: 220px 170px;
                    gap: 14px;
                }
            }

            @media (max-width: 921px) {
                .tesoro-home-newsletter-inner {
                    grid-template-columns: 1fr;
                    gap: 18px;
                    padding: 22px 76px 22px 28px;
                }

                .tesoro-home-newsletter-title {
                    white-space: normal !important;
                    font-size: 22px;
                    line-height: 1.1;
                }

                .tesoro-home-newsletter-subtitle {
                    white-space: normal;
                }

                .tesoro-home-newsletter-form {
                    grid-template-columns: 260px 180px;
                    max-width: 460px;
                }
            }

            @media (max-width: 767px) {
                .tesoro-home-newsletter {
                    padding: 14px 0;
                    overflow: visible;
                }

                .tesoro-home-newsletter-inner {
                    min-height: 0;
                    padding: 22px 18px 26px;
                    display: block;
                    border-radius: 0;
                    background: transparent !important;
                }

                .tesoro-home-newsletter-left {
                    align-items: flex-start;
                    gap: 16px;
                    margin-bottom: 20px;
                }

                .tesoro-home-newsletter-icon {
                    width: 52px;
                    min-width: 52px;
                }

                .tesoro-home-newsletter-icon svg {
                    width: 52px;
                }

                .tesoro-home-newsletter-title {
                    margin-bottom: 8px;
                    font-size: 22px;
                    line-height: 1.12;
                    white-space: normal !important;
                }

                .tesoro-home-newsletter-subtitle {
                    font-size: 14px;
                    line-height: 1.35;
                    white-space: normal;
                }

                .tesoro-home-newsletter-form {
                    display: block;
                    width: 100%;
                    max-width: none;
                }

                .tesoro-home-newsletter-form input[type="email"] {
                    width: 100%;
                    height: 46px;
                    margin-bottom: 12px;
                    font-size: 13px;
                    background: #fbf3ee !important;
                }

                .tesoro-home-newsletter-form button {
                    width: 100%;
                    height: 46px;
                    font-size: 12px;
                }

                .tesoro-home-newsletter-message {
                    margin-top: 8px;
                    margin-bottom: 0;
                    min-height: 18px;
                }

                .tesoro-home-newsletter-arrow {
                    display: none;
                }
            }

            @media (max-width: 480px) {
                .tesoro-home-newsletter-inner {
                    padding: 20px 16px 24px;
                }

                .tesoro-home-newsletter-title {
                    font-size: 20px;
                }

                .tesoro-home-newsletter-subtitle {
                    font-size: 13.5px;
                }
            }

/* ==== [75] Homepage - gift banner ==== */
.tesoro-gift-banner {
                width: 100vw;
                max-width: none;
                margin-left: calc(50% - 50vw);
                margin-right: calc(50% - 50vw);
                padding: 0;
                background: transparent !important;
                box-sizing: border-box;
                overflow: hidden;
            }

            .tesoro-gift-banner,
            .tesoro-gift-banner * {
                box-sizing: border-box;
            }

            .tesoro-gift-banner-link {
                display: block;
                width: 100%;
                max-width: none;
                margin: 0;
                text-decoration: none !important;
                border: none !important;
                outline: none !important;
                box-shadow: none !important;
            }

            .tesoro-gift-banner-bg {
                position: relative;
                width: 100%;
                min-height: 230px;
                border-radius: 0;
                overflow: hidden;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
            }

            .tesoro-gift-banner-content {
                position: absolute;
                left: calc((100vw - 1400px) / 2 + 46px);
                top: 50%;
                transform: translateY(-50%);
                z-index: 2;
                width: 370px;
                max-width: 38%;
                color: #21130f;
            }

            @media (max-width: 1500px) {
                .tesoro-gift-banner-content {
                    left: 46px;
                }
            }

            .tesoro-gift-banner-title {
                margin: 0 0 12px 0;
                padding: 0;
                font-family: "Safira March", Georgia, serif !important;
                font-size: 37px;
                line-height: 1;
                font-weight: 300;
                color: #21130f;
                text-transform: uppercase;
                letter-spacing: 0;
            }

            .tesoro-gift-banner-subtitle {
                margin: 0 0 18px 0;
                padding: 0;
                font-family: "Raleway Custom", Arial, sans-serif;
                font-size: 16px;
                line-height: 1.35;
                font-weight: 700;
                color: #21130f;
            }

            .tesoro-gift-banner-button {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-height: 38px;
                padding: 0 24px;
                border-radius: 3px;
                background: #21130f !important;
                color: #ffffff !important;
                font-family: "Raleway Custom", Arial, sans-serif;
                font-size: 12px;
                line-height: 1;
                font-weight: 900;
                text-transform: uppercase;
                text-decoration: none !important;
                box-shadow: none !important;
                transition: background .2s ease, transform .2s ease;
                white-space: nowrap;
            }

            .tesoro-gift-banner-link:hover .tesoro-gift-banner-button {
                background: #3a2720 !important;
                color: #ffffff !important;
                transform: translateY(-1px);
            }

            @media (max-width: 1200px) {
                .tesoro-gift-banner-bg {
                    min-height: 210px;
                }

                .tesoro-gift-banner-content {
                    left: 36px;
                    width: 340px;
                    max-width: 40%;
                }

                .tesoro-gift-banner-title {
                    font-size: 32px;
                }

                .tesoro-gift-banner-subtitle {
                    font-size: 14px;
                    margin-bottom: 15px;
                }

                .tesoro-gift-banner-button {
                    min-height: 36px;
                    padding: 0 20px;
                    font-size: 11px;
                }
            }

            @media (max-width: 921px) {
                .tesoro-gift-banner-bg {
                    min-height: 190px;
                    background-position: center center;
                }

                .tesoro-gift-banner-content {
                    left: 28px;
                    width: 310px;
                    max-width: 44%;
                }

                .tesoro-gift-banner-title {
                    font-size: 28px;
                }

                .tesoro-gift-banner-subtitle {
                    font-size: 13px;
                }
            }

            @media (max-width: 767px) {
                .tesoro-gift-banner {
                    width: 100vw;
                    margin-left: calc(50% - 50vw);
                    margin-right: calc(50% - 50vw);
                    padding: 0;
                    overflow: hidden;
                }

                .tesoro-gift-banner-link {
                    width: 100%;
                    max-width: none;
                    margin: 0;
                }

                .tesoro-gift-banner-bg {
                    min-height: 430px;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    padding-top: 230px;
                    background-size: cover;
                    background-position: center top;
                    border-radius: 0;
                    overflow: visible;
                }

                .tesoro-gift-banner-content {
                    position: static;
                    transform: none;
                    width: auto;
                    max-width: none;
                    margin: -48px 14px 14px;
                    padding: 18px 16px;
                    border-radius: 10px;
                    background: rgba(255, 247, 241, .96);
                    color: #21130f;
                    box-shadow: 0 8px 24px rgba(33, 19, 15, .08);
                }

                .tesoro-gift-banner-title {
                    margin-bottom: 10px;
                    font-size: 28px;
                    line-height: 1.02;
                }

                .tesoro-gift-banner-subtitle {
                    margin-bottom: 16px;
                    font-size: 14px;
                    line-height: 1.35;
                }

                .tesoro-gift-banner-button {
                    width: 100%;
                    min-height: 42px;
                    padding: 0 14px;
                    font-size: 11px;
                    text-align: center;
                }
            }

            @media (max-width: 480px) {
                .tesoro-gift-banner-bg {
                    min-height: 410px;
                    padding-top: 225px;
                    background-position: center top;
                }

                .tesoro-gift-banner-content {
                    margin: -44px 12px 12px;
                    padding: 16px 14px;
                }

                .tesoro-gift-banner-title {
                    font-size: 25px;
                }

                .tesoro-gift-banner-subtitle {
                    font-size: 13.5px;
                }
            }

/* ==== [76] homepage - reviews ==== */
.tesoro-home-reviews {
                position: relative;
                left: 50%;
                right: 50%;
                width: 100vw;
                max-width: none;
                margin-left: -50vw;
                margin-right: -50vw;
                padding: 22px 0 34px;
                background: #ffffff;
                box-sizing: border-box;
                overflow: hidden;
            }

            .tesoro-home-reviews,
            .tesoro-home-reviews * {
                box-sizing: border-box;
            }

            .tesoro-home-reviews-inner {
                width: 100%;
                max-width: none;
                margin: 0;
                padding: 0 64px;
            }

            .tesoro-home-reviews-layout {
                display: grid;
                grid-template-columns: 65% 35%;
                gap: 16px;
                align-items: center;
                width: 100%;
            }

            .tesoro-home-reviews-cards {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 16px;
                align-items: stretch;
                width: 100%;
            }

            .tesoro-home-review-card {
                padding: 20px 20px 18px;
                border: 1px solid #eadfd8;
                border-radius: 6px;
                background: #ffffff;
                box-shadow: 0 8px 22px rgba(33, 19, 15, .03);
                overflow: hidden;
                min-height: auto;
            }

            .tesoro-home-review-stars {
                margin-bottom: 12px;
                font-family: Arial, sans-serif;
                font-size: 18px;
                line-height: 1;
                letter-spacing: 2px;
                color: #21130f;
            }

            .tesoro-home-review-card p {
                margin: 0 0 16px 0;
                padding: 0;
                font-family: "Raleway Custom", Arial, sans-serif;
                font-size: 13px;
                line-height: 1.45;
                font-weight: 500;
                color: #21130f;
            }

            .tesoro-home-review-author {
                font-family: "Raleway Custom", Arial, sans-serif;
                font-size: 13px;
                line-height: 1.2;
                font-weight: 800;
                color: #a85c4a;
            }

            .tesoro-home-review-image {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: auto;
                border-radius: 6px;
                overflow: hidden;
                text-decoration: none !important;
                border: none !important;
                box-shadow: none !important;
                background: transparent;
            }

            .tesoro-home-review-image img {
                display: block;
                width: 100%;
                height: auto;
                max-width: 100%;
                object-fit: contain;
                object-position: center center;
                border-radius: 6px;
                transition: transform .25s ease;
            }

            .tesoro-home-review-image:hover img {
                transform: scale(1.02);
            }

            @media (max-width: 1200px) {
                .tesoro-home-reviews-inner {
                    padding: 0 38px;
                }

                .tesoro-home-reviews-layout {
                    grid-template-columns: 1fr;
                }

                .tesoro-home-reviews-cards {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                }

                .tesoro-home-review-image {
                    width: 100%;
                    max-width: none;
                    margin: 0 auto;
                }

                .tesoro-home-review-image img {
                    width: 100%;
                    height: auto;
                    object-fit: contain;
                }
            }

            @media (max-width: 921px) {
                .tesoro-home-reviews-inner {
                    padding: 0 28px;
                }

                .tesoro-home-reviews-cards {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                }
            }

            @media (max-width: 767px) {
                .tesoro-home-reviews {
                    width: 100vw;
                    max-width: none;
                    margin-left: -50vw;
                    margin-right: -50vw;
                    padding: 24px 0 30px;
                    overflow: hidden;
                }

                .tesoro-home-reviews-inner {
                    width: 100%;
                    max-width: none;
                    padding: 0 14px;
                    margin: 0;
                }

                .tesoro-home-reviews-layout {
                    display: block;
                }

                .tesoro-home-reviews-cards {
                    display: flex;
                    gap: 14px;
                    overflow-x: auto;
                    overflow-y: hidden;
                    scroll-snap-type: x mandatory;
                    -webkit-overflow-scrolling: touch;
                    padding-bottom: 8px;
                    margin-bottom: 20px;
                    scrollbar-width: none;
                }

                .tesoro-home-reviews-cards::-webkit-scrollbar {
                    display: none;
                }

                .tesoro-home-review-card {
                    flex: 0 0 calc((100% - 14px) / 2);
                    padding: 18px 16px 16px;
                    scroll-snap-align: start;
                }

                .tesoro-home-review-stars {
                    font-size: 16px;
                    letter-spacing: 1.5px;
                    margin-bottom: 12px;
                }

                .tesoro-home-review-card p {
                    font-size: 12px;
                    line-height: 1.42;
                    margin-bottom: 14px;
                }

                .tesoro-home-review-author {
                    font-size: 12px;
                }

                .tesoro-home-review-image {
                    display: block;
                    width: 100%;
                    max-width: none;
                    margin: 0 auto;
                    border-radius: 6px;
                    overflow: visible;
                    background: transparent;
                }

                .tesoro-home-review-image img {
                    display: block;
                    width: 100%;
                    height: auto !important;
                    max-width: 100%;
                    object-fit: contain !important;
                    object-position: center center !important;
                    border-radius: 6px;
                }
            }

            @media (max-width: 480px) {
                .tesoro-home-reviews-inner {
                    padding: 0 12px;
                }

                .tesoro-home-reviews-cards {
                    gap: 12px;
                    margin-bottom: 18px;
                }

                .tesoro-home-review-card {
                    flex-basis: calc((100% - 12px) / 2);
                    padding: 16px 14px 14px;
                }

                .tesoro-home-review-card p {
                    font-size: 11.5px;
                    line-height: 1.42;
                }

                .tesoro-home-review-image img {
                    width: 100%;
                    height: auto !important;
                    object-fit: contain !important;
                }
            }

/* ==== [77] Homepage - logo juosta ==== */
.tesoro-brand-logos-section {
                width: 100vw;
                max-width: 100vw;
                margin-left: calc(-50vw + 50%);
                margin-right: calc(-50vw + 50%);
                padding: 18px 0 20px;
                background: #ffffff;
                box-sizing: border-box;
                overflow: hidden;
            }

            .tesoro-brand-logos-section,
            .tesoro-brand-logos-section * {
                box-sizing: border-box;
            }

            .tesoro-brand-logos-wrap {
                position: relative;
                width: 100%;
                max-width: none;
                margin: 0;
                padding: 0 64px;
            }

            .tesoro-brand-logos-track {
                display: flex;
                align-items: center;
                gap: 34px;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-behavior: smooth;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                padding: 4px 0;
                cursor: grab;
                user-select: none;
            }

            .tesoro-brand-logos-track.dragging {
                cursor: grabbing;
                scroll-behavior: auto;
            }

            .tesoro-brand-logos-track::-webkit-scrollbar {
                display: none;
            }

            .tesoro-brand-logo-item {
                flex: 0 0 calc((100% - 272px) / 9);
                min-width: 0;
                height: 62px;
                display: flex;
                align-items: center;
                justify-content: center;
                scroll-snap-align: start;
                background: transparent !important;
                pointer-events: none;
                user-select: none;
            }

            .tesoro-brand-logo-item img {
                display: block;
                width: auto;
                max-width: 100%;
                max-height: 52px;
                object-fit: contain;
                opacity: 1;
                pointer-events: none;
                user-select: none;
                -webkit-user-drag: none;
            }

            .tesoro-brand-logo-arrow {
                position: absolute;
                top: 50%;
                z-index: 5;
                transform: translateY(-50%);
                display: flex !important;
                align-items: center;
                justify-content: center;
                width: 42px !important;
                height: 58px !important;
                min-height: 58px !important;
                padding: 0 !important;
                border: 0 !important;
                border-radius: 0 !important;
                background: transparent !important;
                color: #21130f !important;
                box-shadow: none !important;
                cursor: pointer;
            }

            .tesoro-brand-logo-arrow svg {
                display: block;
                width: 18px;
                height: 34px;
                overflow: visible;
            }

            .tesoro-brand-logo-arrow svg path {
                fill: none !important;
                stroke: currentColor !important;
                stroke-width: 1.45 !important;
                stroke-linecap: round !important;
                stroke-linejoin: round !important;
                vector-effect: non-scaling-stroke;
            }

            .tesoro-brand-logo-arrow-left {
                left: 12px;
            }

            .tesoro-brand-logo-arrow-right {
                right: 12px;
            }

            .tesoro-brand-logo-arrow:hover {
                color: #5b3b31 !important;
                background: transparent !important;
            }

            @media (max-width: 1400px) {
                .tesoro-brand-logos-wrap {
                    padding: 0 58px;
                }

                .tesoro-brand-logos-track {
                    gap: 30px;
                }

                .tesoro-brand-logo-item {
                    flex-basis: calc((100% - 210px) / 8);
                    height: 60px;
                }

                .tesoro-brand-logo-item img {
                    max-height: 48px;
                }
            }

            @media (max-width: 1200px) {
                .tesoro-brand-logos-wrap {
                    padding: 0 52px;
                }

                .tesoro-brand-logos-track {
                    gap: 26px;
                }

                .tesoro-brand-logo-item {
                    flex-basis: calc((100% - 156px) / 7);
                    height: 56px;
                }

                .tesoro-brand-logo-item img {
                    max-height: 42px;
                }

                .tesoro-brand-logo-arrow {
                    width: 38px !important;
                    height: 52px !important;
                    min-height: 52px !important;
                }

                .tesoro-brand-logo-arrow-left {
                    left: 8px;
                }

                .tesoro-brand-logo-arrow-right {
                    right: 8px;
                }
            }

            @media (max-width: 921px) {
                .tesoro-brand-logos-wrap {
                    padding: 0 44px;
                }

                .tesoro-brand-logos-track {
                    gap: 22px;
                }

                .tesoro-brand-logo-item {
                    flex-basis: calc((100% - 88px) / 5);
                    height: 54px;
                }

                .tesoro-brand-logo-item img {
                    max-height: 38px;
                }

                .tesoro-brand-logo-arrow svg {
                    width: 16px;
                    height: 31px;
                }

                .tesoro-brand-logo-arrow svg path {
                    stroke-width: 1.35 !important;
                }
            }

            @media (max-width: 767px) {
                .tesoro-brand-logos-section {
                    padding: 14px 0 16px;
                }

                .tesoro-brand-logos-wrap {
                    padding: 0 36px;
                }

                .tesoro-brand-logos-track {
                    gap: 16px;
                    padding: 2px 0;
                }

                .tesoro-brand-logo-item {
                    flex: 0 0 calc((100% - 32px) / 3);
                    height: 48px;
                }

                .tesoro-brand-logo-item img {
                    max-height: 32px;
                    max-width: 96%;
                }

                .tesoro-brand-logo-arrow {
                    width: 30px !important;
                    height: 42px !important;
                    min-height: 42px !important;
                }

                .tesoro-brand-logo-arrow svg {
                    width: 14px;
                    height: 28px;
                }

                .tesoro-brand-logo-arrow svg path {
                    stroke-width: 1.3 !important;
                }

                .tesoro-brand-logo-arrow-left {
                    left: 4px;
                }

                .tesoro-brand-logo-arrow-right {
                    right: 4px;
                }
            }

            @media (max-width: 480px) {
                .tesoro-brand-logos-wrap {
                    padding: 0 30px;
                }

                .tesoro-brand-logos-track {
                    gap: 12px;
                }

                .tesoro-brand-logo-item {
                    flex: 0 0 calc((100% - 24px) / 3);
                    height: 46px;
                }

                .tesoro-brand-logo-item img {
                    max-height: 30px;
                    max-width: 94%;
                }

                .tesoro-brand-logo-arrow {
                    width: 26px !important;
                }

                .tesoro-brand-logo-arrow-left {
                    left: 2px;
                }

                .tesoro-brand-logo-arrow-right {
                    right: 2px;
                }
            }

/* ==== [93] Homepage - kategorijos ==== */
.tesoro-home-categories-section {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 24px 0 34px;
            background: transparent;
            box-sizing: border-box;
            overflow: visible;
        }

        .tesoro-home-categories-section,
        .tesoro-home-categories-section * {
            box-sizing: border-box;
        }

        .tesoro-home-categories-inner {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0 18px;
        }

        .tesoro-home-categories-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 16px;
            width: 100%;
            align-items: stretch;
        }

        .tesoro-home-category-card {
            display: flex;
            flex-direction: column;
            width: 100%;
            min-width: 0;
            height: 100%;
            padding: 10px 10px 12px;
            background: #ffffff;
            border: 1px solid #ebe1db;
            border-radius: 14px;
            color: #21130f;
            text-decoration: none !important;
            outline: none !important;
            box-shadow: 0 8px 24px rgba(33, 19, 15, 0.05);
            transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
            overflow: hidden;
        }

        .tesoro-home-category-card:hover {
            transform: translateY(-3px);
            border-color: #dacbc3;
            box-shadow: 0 14px 30px rgba(33, 19, 15, 0.09);
            background: #fffefe;
        }

        .tesoro-home-category-image-wrap {
            display: block;
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 72%;
            overflow: hidden;
            background: #f4f1ef;
            border-radius: 11px;
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.025);
        }

        .tesoro-home-category-image-wrap img {
            position: absolute;
            inset: 0;
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            transform: scale(1);
            transition: transform .38s ease, opacity .32s ease, filter .32s ease;
        }

        .tesoro-home-category-card:hover .tesoro-home-category-image-wrap img {
            transform: scale(1.045);
            opacity: .98;
            filter: saturate(1.03) contrast(1.02);
        }

        .tesoro-home-category-name {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 38px;
            margin: 10px 0 0 0;
            padding: 0 4px;
            font-family: "Raleway Custom", Arial, sans-serif !important;
            font-size: 16px;
            line-height: 1.18;
            font-weight: 600;
            text-align: center;
            color: #21130f;
            letter-spacing: 0;
            text-decoration: none !important;
            transition: color .25s ease;
        }

        .tesoro-home-category-card:hover .tesoro-home-category-name {
            color: #55433c;
        }

        @media (max-width: 1260px) {
            .tesoro-home-categories-inner {
                padding: 0 16px;
            }

            .tesoro-home-categories-grid {
                gap: 14px;
            }

            .tesoro-home-category-card {
                padding: 9px 9px 11px;
                border-radius: 13px;
            }

            .tesoro-home-category-image-wrap {
                border-radius: 10px;
            }

            .tesoro-home-category-name {
                font-size: 15px;
                min-height: 36px;
            }
        }

        @media (max-width: 1024px) {
            .tesoro-home-categories-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 14px;
            }
        }

        @media (max-width: 767px) {
            .tesoro-home-categories-section {
                padding: 20px 0 28px;
            }

            .tesoro-home-categories-inner {
                padding: 0 12px;
            }

            .tesoro-home-categories-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 13px;
            }

            .tesoro-home-category-card {
                padding: 8px 8px 10px;
                border-radius: 12px;
                box-shadow: 0 7px 18px rgba(33, 19, 15, 0.045);
            }

            .tesoro-home-category-image-wrap {
                padding-bottom: 72%;
                border-radius: 9px;
            }

            .tesoro-home-category-name {
                min-height: 34px;
                margin-top: 8px;
                padding: 0 2px;
                font-size: 14.5px;
                line-height: 1.15;
                font-weight: 600;
            }
        }

        @media (max-width: 420px) {
            .tesoro-home-categories-inner {
                padding: 0 10px;
            }

            .tesoro-home-categories-grid {
                gap: 11px;
            }

            .tesoro-home-category-card {
                padding: 7px 7px 10px;
                border-radius: 11px;
            }

            .tesoro-home-category-image-wrap {
                border-radius: 8px;
            }

            .tesoro-home-category-name {
                font-size: 14px;
                min-height: 32px;
            }
        }

/* ==== [101] HOMEPAGE - žiūrėti visus 3 vidiniai psl. + Veronikos favoritai ==== */
body .tesoro-product-heart.tesoro-wishlist-bridge {
                position: absolute !important;
                overflow: hidden !important;
                cursor: pointer !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-visual {
                position: absolute !important;
                inset: 0 !important;
                z-index: 2 !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                width: 100% !important;
                height: 100% !important;
                pointer-events: none !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden {
                position: absolute !important;
                inset: 0 !important;
                z-index: 3 !important;
                display: block !important;
                width: 100% !important;
                height: 100% !important;
                min-width: 100% !important;
                min-height: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
                border: 0 !important;
                opacity: 0 !important;
                visibility: visible !important;
                overflow: hidden !important;
                pointer-events: auto !important;
                background: transparent !important;
                color: transparent !important;
                font-size: 0 !important;
                line-height: 0 !important;
                text-indent: -9999px !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden *,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden *::before,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden *::after {
                max-width: 100% !important;
                max-height: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
                border: 0 !important;
                box-shadow: none !important;
                background: transparent !important;
                color: transparent !important;
                font-size: 0 !important;
                line-height: 0 !important;
                text-indent: -9999px !important;
                overflow: hidden !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden a,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden button,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden .tinvwl_add_to_wishlist_button,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tesoro-wishlist-hidden .yith-wcwl-add-button a {
                position: absolute !important;
                inset: 0 !important;
                display: block !important;
                width: 100% !important;
                height: 100% !important;
                min-width: 100% !important;
                min-height: 100% !important;
                opacity: 1 !important;
                visibility: visible !important;
                pointer-events: auto !important;
                cursor: pointer !important;
                text-decoration: none !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge .tinvwl_add_to_wishlist-text,
            body .tesoro-product-heart.tesoro-wishlist-bridge .tinvwl-tooltip,
            body .tesoro-product-heart.tesoro-wishlist-bridge .feedback,
            body .tesoro-product-heart.tesoro-wishlist-bridge .yith-wcwl-add-button span,
            body .tesoro-product-heart.tesoro-wishlist-bridge .yith-wcwl-wishlistaddedbrowse span,
            body .tesoro-product-heart.tesoro-wishlist-bridge .yith-wcwl-wishlistexistsbrowse span,
            body .tesoro-product-heart.tesoro-wishlist-bridge i,
            body .tesoro-product-heart.tesoro-wishlist-bridge .icon {
                display: none !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge.is-added .tesoro-wishlist-visual svg,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.tinvwl-product-in-list) .tesoro-wishlist-visual svg,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.yith-wcwl-wishlistaddedbrowse) .tesoro-wishlist-visual svg,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.yith-wcwl-wishlistexistsbrowse) .tesoro-wishlist-visual svg {
                fill: currentColor !important;
            }

            body .tesoro-product-heart.tesoro-wishlist-bridge.is-added .tesoro-wishlist-visual svg path,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.tinvwl-product-in-list) .tesoro-wishlist-visual svg path,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.yith-wcwl-wishlistaddedbrowse) .tesoro-wishlist-visual svg path,
            body .tesoro-product-heart.tesoro-wishlist-bridge:has(.yith-wcwl-wishlistexistsbrowse) .tesoro-wishlist-visual svg path {
                fill: currentColor !important;
                stroke: currentColor !important;
            }

            body .tesoro-product-card .tesoro-product-cart {
                font-size: 0 !important;
                line-height: 0 !important;
                text-indent: -9999px !important;
                overflow: hidden !important;
            }

            body .tesoro-product-card .tesoro-product-cart svg {
                text-indent: 0 !important;
                overflow: visible !important;
            }

            body .tesoro-product-card a.added_to_cart.wc-forward:not(.tesoro-product-cart),
            body .tesoro-product-card .added_to_cart.wc-forward:not(.tesoro-product-cart) {
                display: none !important;
                visibility: hidden !important;
                opacity: 0 !important;
                width: 0 !important;
                height: 0 !important;
                min-width: 0 !important;
                min-height: 0 !important;
                padding: 0 !important;
                margin: 0 !important;
                border: 0 !important;
                overflow: hidden !important;
                pointer-events: none !important;
            }

/* ==== [101] HOMEPAGE - žiūrėti visus 3 vidiniai psl. + Veronikos favoritai ==== */
/* Sale only / Musu pasiulymai title desktop position fix. Mobile paliekam kaip yra. */
        @media (min-width: 922px) {
            body.post-type-archive-product .woocommerce-products-header__title.page-title,
            body.post-type-archive-product h1.page-title,
            body.woocommerce-shop .woocommerce-products-header__title.page-title,
            body.woocommerce-shop h1.page-title,
            body.archive.woocommerce .woocommerce-products-header__title.page-title,
            body.archive.woocommerce h1.page-title {
                position: relative !important;
                top: 34px !important;
            }
        }

/* ==== [101] HOMEPAGE - žiūrėti visus 3 vidiniai psl. + Veronikos favoritai ==== */
.tesoro-special-products-page,
        .tesoro-special-products-page * {
            box-sizing: border-box;
        }

        .tesoro-special-products-page {
            width: 100%;
            max-width: 100%;
            font-family: "Raleway Custom", "Manrope", Arial, sans-serif;
        }

        .tesoro-special-products-inner {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 28px 24px 54px;
        }

        .tesoro-special-products-title {
            margin: 0 0 28px 0 !important;
            padding: 0 !important;
            font-family: "Safira March", Georgia, serif !important;
            font-size: 34px !important;
            line-height: 1.1 !important;
            font-weight: 300 !important;
            color: #21130f !important;
            text-transform: uppercase !important;
            letter-spacing: 0 !important;
        }

        .tesoro-special-products-count {
            margin: 0 0 22px 0;
            color: #5f5550;
            font-size: 14px;
            line-height: 1.3;
            font-weight: 500;
        }

        .tesoro-special-products-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 22px;
            width: 100%;
            margin: 0 0 46px 0;
        }

        .tesoro-special-products-page .tesoro-product-card {
            position: relative;
            min-width: 0;
            height: 452px;
            min-height: 452px;
            padding: 16px 16px 62px;
            border: 1px solid #eadfd8;
            border-radius: 6px;
            background: #ffffff;
            transition: box-shadow .2s ease, transform .2s ease;
            overflow: hidden;
        }

        .tesoro-special-products-page .tesoro-product-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 28px rgba(35, 20, 13, .08);
        }

        .tesoro-special-products-page .tesoro-product-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 4;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 34px;
            height: 21px;
            padding: 0 7px;
            border: 2px solid #ff6b1a;
            border-radius: 5px;
            background: #ffffff;
            color: #111111;
            font-size: 8px;
            line-height: 1;
            font-weight: 900;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: .2px;
            white-space: nowrap;
        }

        .tesoro-special-products-page .tesoro-product-badge-sale {
            min-width: 42px;
            height: 24px;
            padding: 0 8px;
            border: 0;
            border-radius: 4px;
            background: #ff0000;
            color: #ffffff;
            font-size: 10px;
            font-weight: 900;
        }

        .tesoro-special-products-page .tesoro-product-heart {
            position: absolute;
            top: 13px;
            right: 13px;
            z-index: 4;
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 22px !important;
            height: 22px !important;
            min-width: 22px !important;
            min-height: 22px !important;
            padding: 0 !important;
            margin: 0 !important;
            background: transparent !important;
            border: none !important;
            box-shadow: none !important;
            color: #b48d82 !important;
            text-decoration: none !important;
            line-height: 1 !important;
        }

        .tesoro-special-products-page .tesoro-product-heart svg {
            display: block !important;
            width: 20px !important;
            height: 20px !important;
            fill: none !important;
            stroke: currentColor !important;
            stroke-width: 1.8 !important;
            stroke-linecap: round !important;
            stroke-linejoin: round !important;
        }

        .tesoro-special-products-page .tesoro-product-heart svg path {
            fill: none !important;
            stroke: currentColor !important;
        }

        .tesoro-special-products-page .tesoro-product-image {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 220px;
            margin-bottom: 14px;
            text-decoration: none !important;
        }

        .tesoro-special-products-page .tesoro-product-image img {
            display: block;
            width: auto;
            max-width: 100%;
            max-height: 214px;
            object-fit: contain;
        }

        .tesoro-special-products-page .tesoro-product-content {
            height: 128px;
            max-height: 128px;
            padding-right: 0;
            overflow: hidden;
        }

        .tesoro-special-products-page .tesoro-product-brand {
            display: block;
            max-width: 100%;
            margin-bottom: 5px;
            color: #17110e;
            font-size: 11px;
            line-height: 14px;
            height: 14px;
            font-weight: 900;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .tesoro-special-products-page .tesoro-product-title {
            display: -webkit-box !important;
            height: 95px !important;
            min-height: 95px !important;
            max-height: 95px !important;
            overflow: hidden !important;
            color: #17110e !important;
            font-size: 13px !important;
            line-height: 19px !important;
            font-weight: 600 !important;
            text-decoration: none !important;
            -webkit-line-clamp: 5 !important;
            line-clamp: 5 !important;
            -webkit-box-orient: vertical !important;
            word-break: normal !important;
        }

        .tesoro-special-products-page .tesoro-product-rating {
            position: absolute;
            left: 16px;
            right: 50px;
            bottom: 48px;
            z-index: 3;
            display: flex;
            align-items: center;
            gap: 6px;
            height: 20px;
            min-height: 20px;
            margin: 0;
            overflow: hidden;
            line-height: 1;
        }

        .tesoro-special-products-page .tesoro-rating-stars {
            display: inline-flex;
            align-items: center;
            gap: 1px;
            color: #d6d6d6;
            font-size: 14px;
            line-height: 1;
            white-space: nowrap;
            transform: translateY(-1px);
        }

        .tesoro-special-products-page .tesoro-rating-star {
            display: inline-block;
            font-size: 14px;
            line-height: 1;
        }

        .tesoro-special-products-page .tesoro-rating-star.is-filled {
            color: #ffb400;
        }

        .tesoro-special-products-page .tesoro-rating-star.is-empty {
            color: #d6d6d6;
        }

        .tesoro-special-products-page .tesoro-rating-count {
            color: #6f6f6f;
            font-size: 11px;
            font-weight: 500;
            line-height: 1;
            white-space: nowrap;
            transform: translateY(-1px);
        }

        .tesoro-special-products-page .tesoro-product-rating-empty {
            visibility: hidden;
        }

        .tesoro-special-products-page .tesoro-product-price {
            position: absolute;
            left: 16px;
            right: 50px;
            bottom: 18px;
            z-index: 3;
            display: flex;
            align-items: baseline;
            gap: 5px;
            max-width: calc(100% - 66px);
            margin: 0;
            color: #17110e;
            font-size: 15px;
            line-height: 1.15;
            font-weight: 900;
            white-space: nowrap !important;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .tesoro-special-products-page .tesoro-product-price,
        .tesoro-special-products-page .tesoro-product-price * {
            white-space: nowrap !important;
        }

        .tesoro-special-products-page .tesoro-product-price-range {
            right: 44px;
            font-size: 13.5px;
            letter-spacing: -0.15px;
            gap: 3px;
        }

        .tesoro-special-products-page .tesoro-product-price del {
            display: inline-block;
            opacity: .55;
            font-weight: 600;
            font-size: 13px;
            text-decoration: line-through;
        }

        .tesoro-special-products-page .tesoro-product-price ins {
            display: inline-block;
            text-decoration: none;
            font-weight: 900;
        }

        .tesoro-special-products-page .tesoro-price-dash {
            display: inline-block;
            font-weight: 900;
        }

        .tesoro-special-products-page .tesoro-product-cart {
            position: absolute;
            right: 13px;
            bottom: 13px;
            z-index: 4;
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 30px !important;
            height: 30px !important;
            min-height: 30px !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 50% !important;
            background: #21130f !important;
            color: #ffffff !important;
            box-shadow: none !important;
            text-decoration: none !important;
        }

        .tesoro-special-products-page .tesoro-product-cart svg {
            width: 17px;
            height: 17px;
            fill: currentColor;
        }

        .tesoro-special-products-pagination {
            margin: 0 auto;
            text-align: center;
        }

        .tesoro-special-products-pagination ul {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .tesoro-special-products-pagination li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .tesoro-special-products-pagination a,
        .tesoro-special-products-pagination span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 36px;
            height: 36px;
            padding: 0 11px;
            border: 1px solid #eadfd8;
            border-radius: 4px;
            color: #21130f;
            background: #ffffff;
            font-size: 13px;
            font-weight: 700;
            line-height: 1;
            text-decoration: none !important;
        }

        .tesoro-special-products-pagination .current {
            color: #ffffff;
            background: #21130f;
            border-color: #21130f;
        }

        .tesoro-special-products-empty {
            padding: 26px 22px;
            border-top: 3px solid #5a4035;
            background: #f7f4f2;
            color: #21130f;
            font-size: 15px;
            line-height: 1.4;
        }

        @media (max-width: 1200px) {
            .tesoro-special-products-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 767px) {
            .tesoro-special-products-inner {
                padding: 22px 12px 42px;
            }

            .tesoro-special-products-title {
                font-size: 28px !important;
                margin-bottom: 22px !important;
            }

            .tesoro-special-products-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 12px;
                margin-bottom: 34px;
            }

            .tesoro-special-products-page .tesoro-product-card {
                height: 410px;
                min-height: 410px;
                padding: 13px 12px 52px;
            }

            .tesoro-special-products-page .tesoro-product-image {
                height: 194px;
                margin-bottom: 10px;
            }

            .tesoro-special-products-page .tesoro-product-image img {
                max-height: 188px;
            }

            .tesoro-special-products-page .tesoro-product-content {
                height: 128px;
                max-height: 128px;
            }

            .tesoro-special-products-page .tesoro-product-brand {
                font-size: 10px;
                line-height: 13px;
                height: 13px;
                margin-bottom: 5px;
            }

            .tesoro-special-products-page .tesoro-product-title {
                font-size: 9.5px !important;
                line-height: 16px !important;
                height: 68px !important;
                min-height: 68px !important;
                max-height: 68px !important;
                -webkit-line-clamp: 4 !important;
                line-clamp: 4 !important;
            }

            .tesoro-special-products-page .tesoro-product-rating {
                left: 10px;
                right: 38px;
                bottom: 41px;
                height: 17px;
                min-height: 17px;
                gap: 4px;
            }

            .tesoro-special-products-page .tesoro-rating-stars,
            .tesoro-special-products-page .tesoro-rating-star {
                font-size: 12px;
            }

            .tesoro-special-products-page .tesoro-rating-count {
                font-size: 10px;
            }

            .tesoro-special-products-page .tesoro-product-price {
                left: 10px;
                right: 38px;
                bottom: 16px;
                width: calc(100% - 48px);
                max-width: none;
                font-size: 13.5px;
                gap: 3px;
                overflow: visible;
                text-overflow: clip;
                letter-spacing: -0.1px;
            }

            .tesoro-special-products-page .tesoro-product-price-range {
                left: 10px;
                right: 36px;
                width: calc(100% - 46px);
                max-width: none;
                font-size: 11.8px;
                gap: 2px;
                overflow: visible;
                text-overflow: clip;
                letter-spacing: -0.35px;
            }

            .tesoro-special-products-page .tesoro-product-price-sale ins {
                font-size: 13px;
                flex: 0 0 auto;
            }

            .tesoro-special-products-page .tesoro-product-price-sale del {
                font-size: 10px;
                flex: 0 0 auto;
                opacity: .55;
                letter-spacing: -0.2px;
            }

            .tesoro-special-products-page .tesoro-product-cart {
                right: 8px;
                bottom: 13px;
                width: 28px !important;
                height: 28px !important;
                min-height: 28px !important;
            }
        }
    

        /* Identiskas kategoriju korteliu vaizdas */
        .tesoro-special-products-page,
                .tesoro-special-products-page * {
                    box-sizing: border-box;
                }

                .tesoro-special-products-page ul.products,
                .tesoro-special-products-page .woocommerce ul.products,
                .tesoro-special-products-page.woocommerce ul.products {
                    display: grid !important;
                    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
                    gap: 20px !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    list-style: none !important;
                    float: none !important;
                    clear: both !important;
                }

                .tesoro-special-products-page ul.products::before,
                .tesoro-special-products-page ul.products::after,
                .tesoro-special-products-page .woocommerce ul.products::before,
                .tesoro-special-products-page .woocommerce ul.products::after,
                .tesoro-special-products-page.woocommerce ul.products::before,
                .tesoro-special-products-page.woocommerce ul.products::after {
                    display: none !important;
                    content: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card,
                .tesoro-special-products-page .woocommerce ul.products li.product.tesoro-product-card,
                .tesoro-special-products-page.woocommerce ul.products li.product.tesoro-product-card {
                    position: relative !important;
                    display: block !important;
                    float: none !important;
                    clear: none !important;
                    width: auto !important;
                    min-width: 0 !important;
                    max-width: none !important;
                    height: 452px !important;
                    min-height: 452px !important;
                    max-height: 452px !important;
                    margin: 0 !important;
                    padding: 16px 16px 62px !important;
                    border: 1px solid #eadfd8 !important;
                    border-radius: 6px !important;
                    background: #ffffff !important;
                    scroll-snap-align: start !important;
                    transition: box-shadow .2s ease, transform .2s ease !important;
                    overflow: hidden !important;
                    text-align: left !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card:hover {
                    transform: translateY(-2px) !important;
                    box-shadow: 0 10px 28px rgba(35, 20, 13, .08) !important;
                }

                /*
                 * Jei kitas pluginas vis tiek įdeda senus Woo/Astra elementus,
                 * paliekam tik mūsų homepage struktūros klases.
                 */
                .tesoro-special-products-page ul.products li.product.tesoro-product-card > *:not(.tesoro-product-badge):not(.tesoro-product-heart):not(.tesoro-product-image):not(.tesoro-product-content):not(.tesoro-product-rating):not(.tesoro-product-price):not(.tesoro-product-cart) {
                    display: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-badge {
                    position: absolute !important;
                    top: 12px !important;
                    left: 12px !important;
                    z-index: 4 !important;
                    display: inline-flex !important;
                    align-items: center !important;
                    justify-content: center !important;
                    min-width: 34px !important;
                    height: 21px !important;
                    padding: 0 7px !important;
                    border: 2px solid #ff6b1a !important;
                    border-radius: 5px !important;
                    background: #ffffff !important;
                    color: #111111 !important;
                    font-family: "Raleway Custom", "Manrope", Arial, sans-serif !important;
                    font-size: 8px !important;
                    line-height: 1 !important;
                    font-weight: 900 !important;
                    text-align: center !important;
                    text-transform: uppercase !important;
                    letter-spacing: .2px !important;
                    white-space: nowrap !important;
                    margin: 0 !important;
                    transform: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-badge-sale {
                    min-width: 42px !important;
                    height: 24px !important;
                    padding: 0 8px !important;
                    border: 0 !important;
                    border-radius: 4px !important;
                    background: #ff0000 !important;
                    color: #ffffff !important;
                    font-size: 10px !important;
                    font-weight: 900 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-badge-top,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-badge-bestseller,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-badge-new,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-badge-favorite {
                    border: 2px solid #ff6b1a !important;
                    background: #ffffff !important;
                    color: #111111 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-heart {
                    position: absolute !important;
                    top: 13px !important;
                    right: 13px !important;
                    left: auto !important;
                    bottom: auto !important;
                    z-index: 4 !important;
                    display: flex !important;
                    align-items: center !important;
                    justify-content: center !important;
                    width: 22px !important;
                    height: 22px !important;
                    min-width: 22px !important;
                    min-height: 22px !important;
                    padding: 0 !important;
                    margin: 0 !important;
                    background: transparent !important;
                    border: none !important;
                    box-shadow: none !important;
                    color: #b48d82 !important;
                    text-decoration: none !important;
                    line-height: 1 !important;
                    transform: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-heart svg {
                    display: block !important;
                    width: 20px !important;
                    height: 20px !important;
                    fill: none !important;
                    stroke: currentColor !important;
                    stroke-width: 1.8 !important;
                    stroke-linecap: round !important;
                    stroke-linejoin: round !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-heart svg path {
                    fill: none !important;
                    stroke: currentColor !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-heart:hover {
                    color: #21130f !important;
                    background: transparent !important;
                    text-decoration: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image {
                    display: flex !important;
                    align-items: center !important;
                    justify-content: center !important;
                    height: 220px !important;
                    min-height: 220px !important;
                    max-height: 220px !important;
                    margin: 0 0 14px 0 !important;
                    padding: 0 !important;
                    text-decoration: none !important;
                    overflow: hidden !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image img,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card img.tesoro-product-img {
                    display: block !important;
                    width: auto !important;
                    max-width: 100% !important;
                    height: auto !important;
                    min-height: 0 !important;
                    max-height: 214px !important;
                    object-fit: contain !important;
                    object-position: center center !important;
                    margin: 0 auto !important;
                    padding: 0 !important;
                    box-shadow: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-content {
                    height: 128px !important;
                    max-height: 128px !important;
                    padding-right: 0 !important;
                    margin: 0 !important;
                    overflow: hidden !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-brand {
                    display: block !important;
                    max-width: 100% !important;
                    height: 14px !important;
                    min-height: 14px !important;
                    max-height: 14px !important;
                    margin: 0 0 5px 0 !important;
                    padding: 0 !important;
                    color: #17110e !important;
                    font-family: "Raleway Custom", "Manrope", Arial, sans-serif !important;
                    font-size: 11px !important;
                    line-height: 14px !important;
                    font-weight: 900 !important;
                    text-transform: none !important;
                    letter-spacing: 0 !important;
                    white-space: nowrap !important;
                    overflow: hidden !important;
                    text-overflow: ellipsis !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-title,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-title:link,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-title:visited {
                    display: -webkit-box !important;
                    height: 95px !important;
                    min-height: 95px !important;
                    max-height: 95px !important;
                    overflow: hidden !important;
                    color: #17110e !important;
                    font-family: "Raleway Custom", "Manrope", Arial, sans-serif !important;
                    font-size: 13px !important;
                    line-height: 19px !important;
                    font-weight: 600 !important;
                    text-decoration: none !important;
                    text-transform: none !important;
                    letter-spacing: 0 !important;
                    -webkit-line-clamp: 5 !important;
                    line-clamp: 5 !important;
                    -webkit-box-orient: vertical !important;
                    word-break: normal !important;
                    overflow-wrap: normal !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-title:hover {
                    color: #55433c !important;
                    text-decoration: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-rating {
                    position: absolute !important;
                    left: 16px !important;
                    right: 50px !important;
                    top: auto !important;
                    bottom: 48px !important;
                    z-index: 3 !important;
                    display: flex !important;
                    align-items: center !important;
                    justify-content: flex-start !important;
                    gap: 6px !important;
                    width: auto !important;
                    height: 20px !important;
                    min-height: 20px !important;
                    max-height: 20px !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    overflow: hidden !important;
                    font-family: "Raleway Custom", "Manrope", Arial, sans-serif !important;
                    line-height: 1 !important;
                    pointer-events: none !important;
                    transform: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars {
                    display: inline-flex !important;
                    align-items: center !important;
                    gap: 1px !important;
                    color: #d6d6d6 !important;
                    font-size: 14px !important;
                    line-height: 1 !important;
                    white-space: nowrap !important;
                    transform: translateY(-1px) !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-star {
                    display: inline-block !important;
                    font-size: 14px !important;
                    line-height: 1 !important;
                    font-family: Arial, Helvetica, sans-serif !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-star.is-filled {
                    color: #ffb400 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-star.is-empty {
                    color: #d6d6d6 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-count {
                    color: #6f6f6f !important;
                    font-size: 11px !important;
                    font-weight: 500 !important;
                    line-height: 1 !important;
                    white-space: nowrap !important;
                    transform: translateY(-1px) !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-rating-empty {
                    visibility: hidden !important;
                    opacity: 0 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price {
                    position: absolute !important;
                    left: 16px !important;
                    right: 50px !important;
                    top: auto !important;
                    bottom: 18px !important;
                    z-index: 3 !important;
                    display: flex !important;
                    align-items: baseline !important;
                    gap: 5px !important;
                    width: auto !important;
                    max-width: calc(100% - 66px) !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    color: #17110e !important;
                    font-family: "Raleway Custom", "Manrope", Arial, sans-serif !important;
                    font-size: 15px !important;
                    line-height: 1.15 !important;
                    font-weight: 900 !important;
                    white-space: nowrap !important;
                    overflow: hidden !important;
                    text-overflow: ellipsis !important;
                    text-decoration: none !important;
                    letter-spacing: 0 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price * {
                    white-space: nowrap !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-range {
                    right: 44px !important;
                    font-size: 13.5px !important;
                    letter-spacing: -0.15px !important;
                    gap: 3px !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-range * {
                    font-size: 13.5px !important;
                    letter-spacing: -0.15px !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price del {
                    display: inline-block !important;
                    opacity: .55 !important;
                    font-weight: 600 !important;
                    font-size: 13px !important;
                    text-decoration: line-through !important;
                    color: #5f5550 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price del *,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price del .amount,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price del bdi {
                    font-size: 13px !important;
                    font-weight: 600 !important;
                    color: #5f5550 !important;
                    text-decoration: line-through !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price ins {
                    display: inline-block !important;
                    text-decoration: none !important;
                    font-weight: 900 !important;
                    color: #17110e !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price ins *,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price .amount,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price bdi {
                    font-family: "Raleway Custom", "Manrope", Arial, sans-serif !important;
                    color: inherit !important;
                    font-weight: inherit !important;
                    text-decoration: inherit !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-price-dash {
                    display: inline-block !important;
                    font-weight: 900 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart {
                    position: absolute !important;
                    right: 13px !important;
                    bottom: 13px !important;
                    left: auto !important;
                    top: auto !important;
                    z-index: 4 !important;
                    display: flex !important;
                    align-items: center !important;
                    justify-content: center !important;
                    width: 30px !important;
                    height: 30px !important;
                    min-width: 30px !important;
                    max-width: 30px !important;
                    min-height: 30px !important;
                    max-height: 30px !important;
                    padding: 0 !important;
                    margin: 0 !important;
                    border: 0 !important;
                    border-radius: 50% !important;
                    background: #21130f !important;
                    color: #ffffff !important;
                    box-shadow: none !important;
                    text-decoration: none !important;
                    line-height: 0 !important;
                    font-size: 0 !important;
                    overflow: hidden !important;
                    transform: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart svg {
                    display: block !important;
                    width: 17px !important;
                    height: 17px !important;
                    min-width: 17px !important;
                    min-height: 17px !important;
                    fill: currentColor !important;
                    color: #ffffff !important;
                    margin: 0 !important;
                    padding: 0 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart:hover {
                    background: #3a2720 !important;
                    color: #ffffff !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card a.added_to_cart.wc-forward:not(.tesoro-product-cart),
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .added_to_cart.wc-forward:not(.tesoro-product-cart) {
                    position: absolute !important;
                    right: 13px !important;
                    bottom: 13px !important;
                    width: 0 !important;
                    height: 0 !important;
                    min-width: 0 !important;
                    min-height: 0 !important;
                    max-width: 0 !important;
                    max-height: 0 !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    border: 0 !important;
                    font-size: 0 !important;
                    line-height: 0 !important;
                    color: transparent !important;
                    background: transparent !important;
                    opacity: 0 !important;
                    visibility: hidden !important;
                    overflow: hidden !important;
                    pointer-events: none !important;
                    z-index: -1 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart.added,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart.loading,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart.ajax_add_to_cart {
                    display: flex !important;
                    align-items: center !important;
                    justify-content: center !important;
                    opacity: 1 !important;
                    visibility: visible !important;
                    pointer-events: auto !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card.tesoro-product-added-feedback .tesoro-product-cart::after {
                    content: "✓" !important;
                    position: absolute !important;
                    inset: 0 !important;
                    display: flex !important;
                    align-items: center !important;
                    justify-content: center !important;
                    background: #21130f !important;
                    color: #ffffff !important;
                    border-radius: 50% !important;
                    font-family: Arial, Helvetica, sans-serif !important;
                    font-size: 18px !important;
                    font-weight: 700 !important;
                    line-height: 1 !important;
                    z-index: 20 !important;
                }

                @media (max-width: 1400px) {
                    .tesoro-special-products-page ul.products li.product.tesoro-product-card {
                        height: 448px !important;
                        min-height: 448px !important;
                        max-height: 448px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image {
                        height: 208px !important;
                        min-height: 208px !important;
                        max-height: 208px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image img {
                        max-height: 202px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-title {
                        font-size: 12.8px !important;
                        line-height: 19px !important;
                        height: 95px !important;
                        min-height: 95px !important;
                        max-height: 95px !important;
                        -webkit-line-clamp: 5 !important;
                        line-clamp: 5 !important;
                    }
                }

                @media (max-width: 1200px) {
                    .tesoro-special-products-page ul.products,
                    .tesoro-special-products-page .woocommerce ul.products,
                    .tesoro-special-products-page.woocommerce ul.products {
                        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card {
                        height: 432px !important;
                        min-height: 432px !important;
                        max-height: 432px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image {
                        height: 194px !important;
                        min-height: 194px !important;
                        max-height: 194px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image img {
                        max-height: 188px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-title {
                        font-size: 12.7px !important;
                        line-height: 19px !important;
                        height: 95px !important;
                        min-height: 95px !important;
                        max-height: 95px !important;
                        -webkit-line-clamp: 5 !important;
                        line-clamp: 5 !important;
                    }
                }

                @media (max-width: 921px) {
                    .tesoro-special-products-page ul.products,
                    .tesoro-special-products-page .woocommerce ul.products,
                    .tesoro-special-products-page.woocommerce ul.products {
                        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
                        gap: 12px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card {
                        height: 410px !important;
                        min-height: 410px !important;
                        max-height: 410px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image {
                        height: 178px !important;
                        min-height: 178px !important;
                        max-height: 178px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image img {
                        max-height: 172px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-content {
                        height: 120px !important;
                        max-height: 120px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-title {
                        font-size: 10px !important;
                        line-height: 15px !important;
                        height: 60px !important;
                        min-height: 60px !important;
                        max-height: 60px !important;
                        overflow: hidden !important;
                        -webkit-line-clamp: 4 !important;
                        line-clamp: 4 !important;
                        -webkit-box-orient: vertical !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-rating {
                        left: 12px !important;
                        right: 42px !important;
                        bottom: 42px !important;
                        height: 18px !important;
                        min-height: 18px !important;
                    }
                }

                @media (max-width: 767px) {
                    .tesoro-special-products-page ul.products,
                    .tesoro-special-products-page .woocommerce ul.products,
                    .tesoro-special-products-page.woocommerce ul.products {
                        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                        gap: 12px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card,
                    .tesoro-special-products-page .woocommerce ul.products li.product.tesoro-product-card,
                    .tesoro-special-products-page.woocommerce ul.products li.product.tesoro-product-card {
                        height: 410px !important;
                        min-height: 410px !important;
                        max-height: 410px !important;
                        padding: 13px 12px 52px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image {
                        height: 194px !important;
                        min-height: 194px !important;
                        max-height: 194px !important;
                        margin-bottom: 10px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image img {
                        max-height: 188px !important;
                        max-width: 100% !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-content {
                        height: 128px !important;
                        max-height: 128px !important;
                        overflow: hidden !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-brand {
                        font-size: 10px !important;
                        line-height: 13px !important;
                        height: 13px !important;
                        min-height: 13px !important;
                        max-height: 13px !important;
                        margin-bottom: 5px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-title {
                        display: -webkit-box !important;
                        font-size: 9.5px !important;
                        line-height: 16px !important;
                        height: 68px !important;
                        min-height: 68px !important;
                        max-height: 68px !important;
                        overflow: hidden !important;
                        -webkit-line-clamp: 4 !important;
                        line-clamp: 4 !important;
                        -webkit-box-orient: vertical !important;
                        word-break: normal !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-rating {
                        left: 10px !important;
                        right: 38px !important;
                        bottom: 41px !important;
                        height: 17px !important;
                        min-height: 17px !important;
                        max-height: 17px !important;
                        gap: 4px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars {
                        font-size: 12px !important;
                        transform: translateY(-1px) !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-star {
                        font-size: 12px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-count {
                        font-size: 10px !important;
                        transform: translateY(-1px) !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price {
                        left: 10px !important;
                        right: 38px !important;
                        bottom: 16px !important;
                        width: calc(100% - 48px) !important;
                        max-width: none !important;
                        font-size: 13.5px !important;
                        gap: 3px !important;
                        overflow: visible !important;
                        text-overflow: clip !important;
                        letter-spacing: -0.1px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-sale {
                        left: 10px !important;
                        right: 36px !important;
                        width: calc(100% - 46px) !important;
                        max-width: none !important;
                        font-size: 13px !important;
                        gap: 3px !important;
                        overflow: visible !important;
                        text-overflow: clip !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-sale ins {
                        font-size: 13px !important;
                        flex: 0 0 auto !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-sale del,
                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-sale del * {
                        font-size: 10px !important;
                        flex: 0 0 auto !important;
                        opacity: .55 !important;
                        letter-spacing: -0.2px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-range {
                        left: 10px !important;
                        right: 36px !important;
                        width: calc(100% - 46px) !important;
                        max-width: none !important;
                        font-size: 11.8px !important;
                        gap: 2px !important;
                        overflow: visible !important;
                        text-overflow: clip !important;
                        letter-spacing: -0.35px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-range * {
                        font-size: 11.8px !important;
                        letter-spacing: -0.35px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart {
                        right: 8px !important;
                        bottom: 13px !important;
                        width: 28px !important;
                        height: 28px !important;
                        min-height: 28px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart svg {
                        width: 16px !important;
                        height: 16px !important;
                    }
                }

                @media (max-width: 420px) {
                    .tesoro-special-products-page ul.products li.product.tesoro-product-card {
                        height: 410px !important;
                        min-height: 410px !important;
                        max-height: 410px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image {
                        height: 190px !important;
                        min-height: 190px !important;
                        max-height: 190px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image img {
                        max-height: 184px !important;
                        max-width: 100% !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-badge {
                        font-size: 7.5px !important;
                        height: 20px !important;
                        padding: 0 6px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-badge-sale {
                        font-size: 9px !important;
                        height: 22px !important;
                        padding: 0 7px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-content {
                        height: 126px !important;
                        max-height: 126px !important;
                        overflow: hidden !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-title {
                        font-size: 9.2px !important;
                        line-height: 16px !important;
                        height: 68px !important;
                        min-height: 68px !important;
                        max-height: 68px !important;
                        -webkit-line-clamp: 4 !important;
                        line-clamp: 4 !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-rating {
                        left: 9px !important;
                        right: 34px !important;
                        bottom: 40px !important;
                        gap: 4px !important;
                        height: 16px !important;
                        min-height: 16px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars {
                        font-size: 11px !important;
                        transform: translateY(-1px) !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-star {
                        font-size: 11px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-count {
                        font-size: 9.5px !important;
                        transform: translateY(-1px) !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price {
                        left: 9px !important;
                        right: 34px !important;
                        width: calc(100% - 43px) !important;
                        max-width: none !important;
                        font-size: 12.5px !important;
                        gap: 2px !important;
                        overflow: visible !important;
                        text-overflow: clip !important;
                        letter-spacing: -0.15px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-sale {
                        left: 9px !important;
                        right: 32px !important;
                        width: calc(100% - 41px) !important;
                        max-width: none !important;
                        font-size: 12.2px !important;
                        gap: 2px !important;
                        overflow: visible !important;
                        text-overflow: clip !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-sale ins {
                        font-size: 12.2px !important;
                        flex: 0 0 auto !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-sale del,
                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-sale del * {
                        font-size: 9.2px !important;
                        flex: 0 0 auto !important;
                        opacity: .55 !important;
                        letter-spacing: -0.3px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-range {
                        left: 9px !important;
                        right: 32px !important;
                        width: calc(100% - 41px) !important;
                        max-width: none !important;
                        font-size: 10.8px !important;
                        gap: 1.5px !important;
                        overflow: visible !important;
                        text-overflow: clip !important;
                        letter-spacing: -0.45px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-price.tesoro-product-price-range * {
                        font-size: 10.8px !important;
                        letter-spacing: -0.45px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart {
                        right: 7px !important;
                        width: 26px !important;
                        height: 26px !important;
                        min-height: 26px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-cart svg {
                        width: 15px !important;
                        height: 15px !important;
                    }
                }



                /* v10: gražus vientisas rating kaip homepage, bet be span wrap problemos */
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-rating {
                    position: absolute !important;
                    left: 16px !important;
                    right: 50px !important;
                    top: auto !important;
                    bottom: 48px !important;
                    z-index: 3 !important;
                    display: flex !important;
                    align-items: center !important;
                    justify-content: flex-start !important;
                    gap: 6px !important;
                    width: auto !important;
                    height: 20px !important;
                    min-height: 20px !important;
                    max-height: 20px !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    overflow: hidden !important;
                    font-family: "Raleway Custom", "Manrope", Arial, sans-serif !important;
                    line-height: 1 !important;
                    pointer-events: none !important;
                    transform: none !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars {
                    position: relative !important;
                    display: inline-block !important;
                    flex: 0 0 68px !important;
                    width: 68px !important;
                    min-width: 68px !important;
                    max-width: 68px !important;
                    height: 14px !important;
                    min-height: 14px !important;
                    max-height: 14px !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    overflow: hidden !important;
                    white-space: nowrap !important;
                    line-height: 14px !important;
                    transform: translateY(-1px) !important;
                    letter-spacing: 1px !important;
                    font-family: Arial, Helvetica, sans-serif !important;
                    font-size: 14px !important;
                    color: #d6d6d6 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-bg,
                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-fill {
                    position: absolute !important;
                    top: 0 !important;
                    left: 0 !important;
                    display: block !important;
                    height: 14px !important;
                    min-height: 14px !important;
                    max-height: 14px !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    overflow: hidden !important;
                    white-space: nowrap !important;
                    line-height: 14px !important;
                    letter-spacing: 1px !important;
                    font-family: Arial, Helvetica, sans-serif !important;
                    font-size: 14px !important;
                    font-weight: 400 !important;
                    text-align: left !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-bg {
                    width: 68px !important;
                    color: #d6d6d6 !important;
                    z-index: 1 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-fill {
                    width: var(--tesoro-rating-fill, 0%) !important;
                    color: #ffb400 !important;
                    z-index: 2 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-count {
                    display: inline-block !important;
                    flex: 0 0 auto !important;
                    color: #6f6f6f !important;
                    font-family: "Raleway Custom", "Manrope", Arial, sans-serif !important;
                    font-size: 11px !important;
                    font-weight: 500 !important;
                    line-height: 14px !important;
                    height: 14px !important;
                    white-space: nowrap !important;
                    transform: translateY(-1px) !important;
                    margin: 0 !important;
                    padding: 0 !important;
                }

                .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-rating-empty {
                    visibility: hidden !important;
                    opacity: 0 !important;
                }

                @media (max-width: 767px) {
                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-rating {
                        left: 10px !important;
                        right: 38px !important;
                        bottom: 41px !important;
                        height: 17px !important;
                        min-height: 17px !important;
                        max-height: 17px !important;
                        gap: 4px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars {
                        flex-basis: 58px !important;
                        width: 58px !important;
                        min-width: 58px !important;
                        max-width: 58px !important;
                        height: 12px !important;
                        min-height: 12px !important;
                        max-height: 12px !important;
                        line-height: 12px !important;
                        font-size: 12px !important;
                        letter-spacing: .8px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-bg,
                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-fill {
                        height: 12px !important;
                        min-height: 12px !important;
                        max-height: 12px !important;
                        line-height: 12px !important;
                        font-size: 12px !important;
                        letter-spacing: .8px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-bg {
                        width: 58px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-count {
                        font-size: 10px !important;
                        line-height: 12px !important;
                        height: 12px !important;
                    }
                }

                @media (max-width: 420px) {
                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-rating {
                        left: 9px !important;
                        right: 34px !important;
                        bottom: 40px !important;
                        height: 16px !important;
                        min-height: 16px !important;
                        max-height: 16px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars {
                        flex-basis: 54px !important;
                        width: 54px !important;
                        min-width: 54px !important;
                        max-width: 54px !important;
                        height: 11px !important;
                        min-height: 11px !important;
                        max-height: 11px !important;
                        line-height: 11px !important;
                        font-size: 11px !important;
                        letter-spacing: .75px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-bg,
                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-fill {
                        height: 11px !important;
                        min-height: 11px !important;
                        max-height: 11px !important;
                        line-height: 11px !important;
                        font-size: 11px !important;
                        letter-spacing: .75px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-stars-bg {
                        width: 54px !important;
                    }

                    .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-rating-count {
                        font-size: 9.5px !important;
                        line-height: 11px !important;
                        height: 11px !important;
                    }
                }


                /* =========================================
                   PAGINATION SPACING
                   Kad puslapiu numeracija nebutu prilipusi prie paskutines produktu eiles
                   ========================================= */

                .tesoro-special-products-page ul.products,
                .tesoro-special-products-page .woocommerce ul.products,
                .tesoro-special-products-page.woocommerce ul.products {
                    margin-bottom: 46px !important;
                }

                .tesoro-special-products-page nav.woocommerce-pagination,
                .tesoro-special-products-page .woocommerce-pagination,
                .tesoro-special-products-page .woocommerce nav.woocommerce-pagination,
                .tesoro-special-products-page.woocommerce nav.woocommerce-pagination,
                .tesoro-special-products-page .ast-pagination,
                .tesoro-special-products-page nav.pagination {
                    display: flex !important;
                    justify-content: center !important;
                    width: 100% !important;
                    clear: both !important;
                    margin-top: 0 !important;
                    margin-bottom: 28px !important;
                    padding-top: 0 !important;
                }

                .tesoro-special-products-page nav.woocommerce-pagination ul,
                .tesoro-special-products-page .woocommerce-pagination ul,
                .tesoro-special-products-page .woocommerce nav.woocommerce-pagination ul,
                .tesoro-special-products-page.woocommerce nav.woocommerce-pagination ul,
                .tesoro-special-products-page .ast-pagination .page-numbers,
                .tesoro-special-products-page nav.pagination .page-numbers {
                    margin-top: 0 !important;
                }

                @media (max-width: 767px) {
                    .tesoro-special-products-page ul.products,
                    .tesoro-special-products-page .woocommerce ul.products,
                    .tesoro-special-products-page.woocommerce ul.products {
                        margin-bottom: 34px !important;
                    }

                    .tesoro-special-products-page nav.woocommerce-pagination,
                    .tesoro-special-products-page .woocommerce-pagination,
                    .tesoro-special-products-page .woocommerce nav.woocommerce-pagination,
                    .tesoro-special-products-page.woocommerce nav.woocommerce-pagination,
                    .tesoro-special-products-page .ast-pagination,
                    .tesoro-special-products-page nav.pagination {
                        margin-bottom: 22px !important;
                    }
                }


        /* =========================================
           FINAL: VIDINIU PUSLAPIU MOBILE PLOTIS KAIP HOMEPAGE
           ========================================= */

        @media (max-width: 767px) {
            .tesoro-special-products-page {
                width: 100vw !important;
                max-width: 100vw !important;
                margin-left: calc(50% - 50vw) !important;
                margin-right: calc(50% - 50vw) !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                overflow: hidden !important;
            }

            .tesoro-special-products-inner {
                width: 100% !important;
                max-width: none !important;
                margin: 0 !important;
                padding: 22px 10px 42px !important;
            }

            .tesoro-special-products-page ul.products,
            .tesoro-special-products-page .woocommerce ul.products,
            .tesoro-special-products-page.woocommerce ul.products,
            .tesoro-special-products-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                gap: 12px !important;
                width: 100% !important;
                max-width: 100% !important;
            }
        }

        @media (max-width: 420px) {
            .tesoro-special-products-inner {
                padding-left: 10px !important;
                padding-right: 10px !important;
            }
        }


        /* =========================================
           FINAL: VIDINIU PUSLAPIU MOBILE NUOTRAUKOS KAIP HOMEPAGE
           Siaurinima dare korteles vidinis paddingas, todel paveiksliukai gaudavo tik apie 138px plocio.
           ========================================= */

        @media (max-width: 767px) {
            .tesoro-special-products-page ul.products li.product.tesoro-product-card,
            .tesoro-special-products-page .woocommerce ul.products li.product.tesoro-product-card,
            .tesoro-special-products-page.woocommerce ul.products li.product.tesoro-product-card {
                padding-left: 8px !important;
                padding-right: 8px !important;
            }

            .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image,
            .tesoro-special-products-page .woocommerce ul.products li.product.tesoro-product-card .tesoro-product-image,
            .tesoro-special-products-page.woocommerce ul.products li.product.tesoro-product-card .tesoro-product-image {
                height: 200px !important;
                min-height: 200px !important;
                max-height: 200px !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                overflow: hidden !important;
            }

            .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image img,
            .tesoro-special-products-page ul.products li.product.tesoro-product-card img.tesoro-product-img,
            .tesoro-special-products-page .woocommerce ul.products li.product.tesoro-product-card .tesoro-product-image img,
            .tesoro-special-products-page.woocommerce ul.products li.product.tesoro-product-card .tesoro-product-image img {
                max-width: 100% !important;
                max-height: 194px !important;
                width: auto !important;
                height: auto !important;
                object-fit: contain !important;
                object-position: center center !important;
            }
        }

        @media (max-width: 420px) {
            .tesoro-special-products-page ul.products li.product.tesoro-product-card,
            .tesoro-special-products-page .woocommerce ul.products li.product.tesoro-product-card,
            .tesoro-special-products-page.woocommerce ul.products li.product.tesoro-product-card {
                padding-left: 8px !important;
                padding-right: 8px !important;
            }

            .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image,
            .tesoro-special-products-page .woocommerce ul.products li.product.tesoro-product-card .tesoro-product-image,
            .tesoro-special-products-page.woocommerce ul.products li.product.tesoro-product-card .tesoro-product-image {
                height: 198px !important;
                min-height: 198px !important;
                max-height: 198px !important;
            }

            .tesoro-special-products-page ul.products li.product.tesoro-product-card .tesoro-product-image img,
            .tesoro-special-products-page ul.products li.product.tesoro-product-card img.tesoro-product-img,
            .tesoro-special-products-page .woocommerce ul.products li.product.tesoro-product-card .tesoro-product-image img,
            .tesoro-special-products-page.woocommerce ul.products li.product.tesoro-product-card .tesoro-product-image img {
                max-height: 192px !important;
            }
        }

/* ==== [94] Homepage title - font per css class ==== */
/* ================================
           BENDRAS HEADING STILIUS
           ================================ */

        body .tesoro-heading-pop-kategorijos,
        body .tesoro-heading-pop-kategorijos.elementor-widget,
        body .elementor-widget-heading.tesoro-heading-pop-kategorijos,
        body .tesoro-heading-populiariausia,
        body .tesoro-heading-populiariausia.elementor-widget,
        body .elementor-widget-heading.tesoro-heading-populiariausia,
        body .tesoro-heading-populiariausia2,
        body .tesoro-heading-populiariausia2.elementor-widget,
        body .elementor-widget-heading.tesoro-heading-populiariausia2 {
            margin-top: 0 !important;
            margin-right: 0 !important;
            margin-bottom: 10px !important;
            margin-left: 0 !important;
            padding: 0 !important;
        }

        body .tesoro-heading-pop-kategorijos .elementor-widget-container,
        body .elementor-widget-heading.tesoro-heading-pop-kategorijos .elementor-widget-container,
        body .tesoro-heading-populiariausia .elementor-widget-container,
        body .elementor-widget-heading.tesoro-heading-populiariausia .elementor-widget-container,
        body .tesoro-heading-populiariausia2 .elementor-widget-container,
        body .elementor-widget-heading.tesoro-heading-populiariausia2 .elementor-widget-container {
            margin: 0 !important;
            padding: 0 !important;
        }

        body .tesoro-heading-pop-kategorijos .elementor-heading-title,
        body .elementor-widget-heading.tesoro-heading-pop-kategorijos .elementor-heading-title,
        body .tesoro-heading-populiariausia .elementor-heading-title,
        body .elementor-widget-heading.tesoro-heading-populiariausia .elementor-heading-title,
        body .tesoro-heading-populiariausia2 .elementor-heading-title,
        body .elementor-widget-heading.tesoro-heading-populiariausia2 .elementor-heading-title,
        body .tesoro-products-slider-section .tesoro-products-slider-title,
        body .tesoro-products-section .tesoro-products-slider-title {
            font-family: "Safira March", Georgia, serif !important;
            font-size: 23px !important;
            line-height: 1.15 !important;
            font-weight: 300 !important;
            text-transform: uppercase !important;
            letter-spacing: 1.1px !important;
            word-spacing: 0 !important;
            color: #000000 !important;
            margin: 0 !important;
            padding: 0 !important;
            text-decoration: none !important;

            -webkit-font-smoothing: antialiased !important;
            -moz-osx-font-smoothing: grayscale !important;
            text-rendering: geometricPrecision !important;
            font-synthesis: none !important;
        }

        /* ================================
           POPULIARIOS KATEGORIJOS BLOKAS
           ================================ */

        body .tesoro-home-categories-section {
            padding-top: 6px !important;
            margin-top: 0 !important;
        }

        body .tesoro-home-categories-inner {
            padding-top: 0 !important;
            margin-top: 0 !important;
        }

        body .tesoro-home-categories-grid {
            margin-top: 0 !important;
        }

        body .elementor-widget-shortcode:has(.tesoro-home-categories-section),
        body .elementor-widget-shortcode:has(.tesoro-home-categories-section) .elementor-widget-container {
            margin-top: 0 !important;
            padding-top: 0 !important;
        }

        /* ================================
           SHORTCODE TITLE
           ================================ */

        body .tesoro-products-slider-section .tesoro-products-slider-title,
        body .tesoro-products-section .tesoro-products-slider-title {
            margin-top: 0 !important;
            margin-bottom: 14px !important;
        }

        /* ================================
           MOBILE TITLES
           ================================ */

        @media (max-width: 767px) {

            body .tesoro-heading-pop-kategorijos,
            body .tesoro-heading-pop-kategorijos.elementor-widget,
            body .elementor-widget-heading.tesoro-heading-pop-kategorijos,
            body .tesoro-heading-populiariausia,
            body .tesoro-heading-populiariausia.elementor-widget,
            body .elementor-widget-heading.tesoro-heading-populiariausia,
            body .tesoro-heading-populiariausia2,
            body .tesoro-heading-populiariausia2.elementor-widget,
            body .elementor-widget-heading.tesoro-heading-populiariausia2 {
                margin-bottom: 8px !important;
            }

            body .tesoro-heading-pop-kategorijos .elementor-heading-title,
            body .elementor-widget-heading.tesoro-heading-pop-kategorijos .elementor-heading-title,
            body .tesoro-heading-populiariausia .elementor-heading-title,
            body .elementor-widget-heading.tesoro-heading-populiariausia .elementor-heading-title,
            body .tesoro-heading-populiariausia2 .elementor-heading-title,
            body .elementor-widget-heading.tesoro-heading-populiariausia2 .elementor-heading-title,
            body .tesoro-products-slider-section .tesoro-products-slider-title,
            body .tesoro-products-section .tesoro-products-slider-title {
                font-family: "Safira March", Georgia, serif !important;
                font-size: 21px !important;
                line-height: 1.15 !important;

                /* svarbiausias fix - nedaryti 600 su Safira */
                font-weight: 300 !important;

                letter-spacing: 0.9px !important;
                text-transform: uppercase !important;

                -webkit-font-smoothing: antialiased !important;
                -moz-osx-font-smoothing: grayscale !important;
                text-rendering: geometricPrecision !important;
                font-synthesis: none !important;
            }

            body .tesoro-home-categories-section {
                padding-top: 4px !important;
                margin-top: 0 !important;
            }

            body .tesoro-products-slider-section .tesoro-products-slider-title,
            body .tesoro-products-section .tesoro-products-slider-title {
                margin-bottom: 12px !important;
            }
        }

/* ==== [95] Homepage - FIX prekes nuotraukos iki krastu  ==== */
/* =========================================
           BENDRAI
           ========================================= */

        body .tesoro-products-slider-section .tesoro-product-card,
        body .tesoro-products-section .tesoro-product-card,
        body .tesoro-product-card,
        body ul.products li.product {
            overflow: hidden !important;
        }

        /* Virsutine produkto dalis / paveikslo wrapperiai */
        body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-top,
        body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-image-wrap,
        body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-image,
        body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-thumb,
        body .tesoro-products-section .tesoro-product-card .tesoro-product-top,
        body .tesoro-products-section .tesoro-product-card .tesoro-product-image-wrap,
        body .tesoro-products-section .tesoro-product-card .tesoro-product-image,
        body .tesoro-products-section .tesoro-product-card .tesoro-product-thumb,
        body .tesoro-product-card .tesoro-product-top,
        body .tesoro-product-card .tesoro-product-image-wrap,
        body .tesoro-product-card .tesoro-product-image,
        body .tesoro-product-card .tesoro-product-thumb,
        body ul.products li.product .tesoro-product-top,
        body ul.products li.product .tesoro-product-image-wrap,
        body ul.products li.product .tesoro-product-image,
        body ul.products li.product .tesoro-product-thumb {
            position: relative !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: calc(100% + 20px) !important;
            max-width: calc(100% + 20px) !important;
            margin: -10px -10px 12px -10px !important;
            padding: 0 !important;
            overflow: hidden !important;
            background: #ffffff !important;
            border-radius: 0 !important;
            box-sizing: border-box !important;
        }

        /* Pati nuotrauka */
        body .tesoro-products-slider-section .tesoro-product-card img.tesoro-product-img,
        body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-img,
        body .tesoro-products-section .tesoro-product-card img.tesoro-product-img,
        body .tesoro-products-section .tesoro-product-card .tesoro-product-img,
        body .tesoro-product-card img.tesoro-product-img,
        body .tesoro-product-card .tesoro-product-img,
        body ul.products li.product img.tesoro-product-img,
        body ul.products li.product .tesoro-product-img {
            display: block !important;
            width: 100% !important;
            max-width: 100% !important;
            height: 250px !important;
            max-height: 250px !important;
            margin: 0 auto !important;
            padding: 0 !important;
            object-fit: contain !important;
            object-position: center center !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        /* Jeigu paveiksliukas buna linke */
        body .tesoro-products-slider-section .tesoro-product-card a:has(.tesoro-product-img),
        body .tesoro-products-section .tesoro-product-card a:has(.tesoro-product-img),
        body .tesoro-product-card a:has(.tesoro-product-img),
        body ul.products li.product a:has(.tesoro-product-img) {
            display: block !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        /* Badge ir wishlist virsuje */
        body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-badge,
        body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-badges,
        body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-wishlist,
        body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-heart,
        body .tesoro-products-section .tesoro-product-card .tesoro-product-badge,
        body .tesoro-products-section .tesoro-product-card .tesoro-product-badges,
        body .tesoro-products-section .tesoro-product-card .tesoro-product-wishlist,
        body .tesoro-products-section .tesoro-product-card .tesoro-product-heart,
        body .tesoro-product-card .tesoro-product-badge,
        body .tesoro-product-card .tesoro-product-badges,
        body .tesoro-product-card .tesoro-product-wishlist,
        body .tesoro-product-card .tesoro-product-heart,
        body ul.products li.product .tesoro-product-badge,
        body ul.products li.product .tesoro-product-badges,
        body ul.products li.product .tesoro-product-wishlist,
        body ul.products li.product .tesoro-product-heart {
            z-index: 3 !important;
        }


        /* =========================================
           DESKTOP
           ========================================= */

        @media (min-width: 768px) {

            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-top,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-image-wrap,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-image,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-thumb,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-top,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-image-wrap,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-image,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-thumb,
            body .tesoro-product-card .tesoro-product-top,
            body .tesoro-product-card .tesoro-product-image-wrap,
            body .tesoro-product-card .tesoro-product-image,
            body .tesoro-product-card .tesoro-product-thumb,
            body ul.products li.product .tesoro-product-top,
            body ul.products li.product .tesoro-product-image-wrap,
            body ul.products li.product .tesoro-product-image,
            body ul.products li.product .tesoro-product-thumb {
                min-height: 260px !important;
                max-height: 260px !important;
            }

            body .tesoro-products-slider-section .tesoro-product-card img.tesoro-product-img,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-img,
            body .tesoro-products-section .tesoro-product-card img.tesoro-product-img,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-img,
            body .tesoro-product-card img.tesoro-product-img,
            body .tesoro-product-card .tesoro-product-img,
            body ul.products li.product img.tesoro-product-img,
            body ul.products li.product .tesoro-product-img {
                height: 250px !important;
                max-height: 250px !important;
                width: 100% !important;
                object-fit: contain !important;
            }
        }


        /* =========================================
           MOBILE
           ========================================= */

        @media (max-width: 767px) {

            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-top,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-image-wrap,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-image,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-thumb,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-top,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-image-wrap,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-image,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-thumb,
            body .tesoro-product-card .tesoro-product-top,
            body .tesoro-product-card .tesoro-product-image-wrap,
            body .tesoro-product-card .tesoro-product-image,
            body .tesoro-product-card .tesoro-product-thumb,
            body ul.products li.product .tesoro-product-top,
            body ul.products li.product .tesoro-product-image-wrap,
            body ul.products li.product .tesoro-product-image,
            body ul.products li.product .tesoro-product-thumb {
                width: calc(100% + 16px) !important;
                max-width: calc(100% + 16px) !important;
                margin: -8px -8px 10px -8px !important;
                min-height: 180px !important;
                max-height: 180px !important;
            }

            body .tesoro-products-slider-section .tesoro-product-card img.tesoro-product-img,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-img,
            body .tesoro-products-section .tesoro-product-card img.tesoro-product-img,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-img,
            body .tesoro-product-card img.tesoro-product-img,
            body .tesoro-product-card .tesoro-product-img,
            body ul.products li.product img.tesoro-product-img,
            body ul.products li.product .tesoro-product-img {
                width: 100% !important;
                max-width: 100% !important;
                height: 170px !important;
                max-height: 170px !important;
                object-fit: contain !important;
                object-position: center center !important;
            }
        }


        /* =========================================
           MAZI TELEFONAI
           ========================================= */

        @media (max-width: 420px) {

            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-top,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-image-wrap,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-image,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-thumb,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-top,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-image-wrap,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-image,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-thumb,
            body .tesoro-product-card .tesoro-product-top,
            body .tesoro-product-card .tesoro-product-image-wrap,
            body .tesoro-product-card .tesoro-product-image,
            body .tesoro-product-card .tesoro-product-thumb,
            body ul.products li.product .tesoro-product-top,
            body ul.products li.product .tesoro-product-image-wrap,
            body ul.products li.product .tesoro-product-image,
            body ul.products li.product .tesoro-product-thumb {
                min-height: 168px !important;
                max-height: 168px !important;
            }

            body .tesoro-products-slider-section .tesoro-product-card img.tesoro-product-img,
            body .tesoro-products-slider-section .tesoro-product-card .tesoro-product-img,
            body .tesoro-products-section .tesoro-product-card img.tesoro-product-img,
            body .tesoro-products-section .tesoro-product-card .tesoro-product-img,
            body .tesoro-product-card img.tesoro-product-img,
            body .tesoro-product-card .tesoro-product-img,
            body ul.products li.product img.tesoro-product-img,
            body ul.products li.product .tesoro-product-img {
                height: 158px !important;
                max-height: 158px !important;
            }
        }

/* ==== [103] Tesoro footer - naujienlaiskis vienoje eiluteje ==== */
@media (min-width: 922px) {
            footer#colophon .site-primary-footer-wrap .site-primary-footer-inner-wrap.ast-builder-grid-row {
                display: grid !important;
                grid-template-columns: 1.45fr 0.9fr 0.9fr 1.25fr !important;
                column-gap: 70px !important;
                row-gap: 0 !important;
                align-items: flex-start !important;
            }

            footer#colophon .site-footer-primary-section-1 {
                grid-column: 1 !important;
                grid-row: 1 !important;
                display: block !important;
                text-align: left !important;
            }

            footer#colophon .site-footer-primary-section-2 {
                grid-column: 2 !important;
                grid-row: 1 !important;
            }

            footer#colophon .site-footer-primary-section-3 {
                grid-column: 3 !important;
                grid-row: 1 !important;
            }

            footer#colophon .site-footer-primary-section-4 {
                display: none !important;
            }

            footer#colophon .site-footer-primary-section-5 {
                grid-column: 4 !important;
                grid-row: 1 !important;
                align-self: flex-start !important;
                margin-top: 0 !important;
            }

            footer#colophon .site-footer-primary-section-1 #block-78 {
                display: block !important;
                position: static !important;
                width: 131px !important;
                max-width: 131px !important;
                margin: 0 0 12px 0 !important;
                padding: 0 !important;
                text-align: left !important;
                transform: none !important;
            }

            footer#colophon .site-footer-primary-section-1 #block-78 .wp-block-uagb-image,
            footer#colophon .site-footer-primary-section-1 #block-78 .wp-block-uagb-image__figure {
                display: block !important;
                width: 131px !important;
                max-width: 131px !important;
                margin: 0 !important;
                padding: 0 !important;
                text-align: left !important;
            }

            footer#colophon .site-footer-primary-section-1 #block-78 img {
                display: block !important;
                width: 116px !important;
                max-width: 116px !important;
                height: auto !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            footer#colophon .site-footer-primary-section-1 #block-75 {
                margin-top: 0 !important;
            }

            footer#colophon .site-footer-primary-section-5 .footer-widget-area,
            footer#colophon .site-footer-primary-section-5 .widget,
            footer#colophon .site-footer-primary-section-5 section {
                width: 100% !important;
                max-width: 100% !important;
                margin-top: 0 !important;
            }

            footer#colophon .ast-no-widget-row,
            footer#colophon .site-footer-below-section-2 {
                display: none !important;
            }
        }

        @media (max-width: 921px) {
            footer#colophon .site-primary-footer-wrap .site-primary-footer-inner-wrap.ast-builder-grid-row {
                display: grid !important;
                grid-template-columns: 1fr !important;
                row-gap: 22px !important;
            }

            footer#colophon .site-footer-primary-section-4,
            footer#colophon .ast-no-widget-row,
            footer#colophon .site-footer-below-section-2 {
                display: none !important;
            }

            footer#colophon .site-footer-primary-section-1 {
                text-align: center !important;
            }

            footer#colophon .site-footer-primary-section-1 #block-78,
            footer#colophon .site-footer-primary-section-1 #block-78 .wp-block-uagb-image,
            footer#colophon .site-footer-primary-section-1 #block-78 .wp-block-uagb-image__figure {
                width: 131px !important;
                max-width: 131px !important;
                margin: 0 auto 12px auto !important;
                text-align: center !important;
            }

            footer#colophon .site-footer-primary-section-1 #block-78 img {
                width: 116px !important;
                max-width: 116px !important;
                height: auto !important;
                margin: 0 auto !important;
            }
        }


/* =========================================================
   FINAL FIX — HOMEPAGE MOBILE PRODUCT TITLE
   Do not use -webkit-line-clamp here. It can visually clip
   the bottom of glyphs on some mobile browsers/fonts.
   Four lines are controlled by line-height + max-height.
   ========================================================= */

@media screen and (max-width: 767px) {
    .tesoro-products-slider-section .tesoro-product-card .tesoro-product-content {
        height: 128px !important;
        min-height: 0 !important;
        max-height: 128px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .tesoro-products-slider-section .tesoro-product-card .tesoro-product-title,
    .tesoro-products-slider-section .tesoro-product-card .tesoro-product-title:link,
    .tesoro-products-slider-section .tesoro-product-card .tesoro-product-title:visited {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: 72px !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: content-box !important;

        overflow: hidden !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;

        font-size: 10px !important;
        line-height: 18px !important;
        font-weight: 600 !important;
        letter-spacing: normal !important;
        color: #17110e !important;

        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        -webkit-box-orient: initial !important;
    }
}

@media screen and (max-width: 420px) {
    .tesoro-products-slider-section .tesoro-product-card .tesoro-product-title,
    .tesoro-products-slider-section .tesoro-product-card .tesoro-product-title:link,
    .tesoro-products-slider-section .tesoro-product-card .tesoro-product-title:visited {
        font-size: 9.8px !important;
        line-height: 18px !important;
        max-height: 72px !important;
    }
}
