.products_count span {
            background: linear-gradient(to right, #7332f4, #490ac7);
        }

        /* * {
            font-family: "Montserrat", serif !important;
        } */

        .owl-next,
        .owl-prev {
            background: #000 url(../images/slider_arrows.png) no-repeat !important;
            border-radius: 50%;
            height: 40px;
            position: absolute;
            top: 240px;
            width: 40px;
        }

        .owl-dot {
            background: #c3c3c3 !important;
        }

        .owl-dot.active {
            background: black !important;
        }

        .owl-next {
            background-position: right center !important;
            right: 5px;
        }

        .price-wrapper-v1 {
            /* font-family: Arial, sans-serif; */
            padding: 20px;
            display: flex;
            gap: 20px;
            align-items: center;
            justify-content: center;
        }

        .price-old-v1 {
            color: #666;
            text-decoration: line-through;
            font-size: 24px;
            background-color: #f0f0f0;
            padding: 8px 15px;
            border-radius: 6px;
            position: relative;
        }

        .price-new-v1 {
            color: #ffffff;
            font-weight: bold;
            font-size: 36px;
            background-color: #ec4f06;
            padding: 12px 20px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(255, 71, 87, 0.2);
        }

.owl-next,
        .owl-prev {
            background: #000 url(../images/slider_arrows.png) no-repeat;
            border-radius: 50%;
            height: 40px;
            position: absolute;
            top: 240px;
            width: 40px;
        }

        .owl-prev {
            background-position: 0;
            left: 5px
        }

        .owl-next {
            background-position: 100%;
            right: 5px
        }

        .owl-dots {
            bottom: 33px;
            font-size: 0;
            left: 0;
            letter-spacing: -1px;
            line-height: 0;
            position: absolute;
            text-align: center;
            width: 100%
        }

        .owl-dot {
            background: #333;
            border-radius: 50%;
            display: inline-block;
            height: 10px;
            margin: 0 4px;
            vertical-align: middle;
            width: 10px
        }

        .owl-dot.active {
            background: #000;
            border-radius: 5px;
            width: 20px
        }

        .product-title-v1 {
            /* font-family: Arial, sans-serif; */
            font-size: 29px;
            text-align: center;
            margin-bottom: 1rem;
            max-width: 800px;
            padding: 0 20px;
            color: #333;
            font-weight: 700;
            line-height: 1.2;
        }

        .field[name="product_data"] {
            margin-top: 25px;
            background-image: url(../images/offer_arrow_icon.png);
            background-position: 23px center;
            background-repeat: no-repeat;
        }

        .field[name="comment"] {
            margin-top: 25px;
            background-image: url(../images/offer_arrow_icon.png);
            background-position: 23px center;
            background-repeat: no-repeat;
        }

.sale_item {
                        font-family: "Bebas Neue", cursive;
                        width: 44px;
                        color: rgba(255, 255, 255, 1);
                        position: absolute;
                        top: 30x;
                        left: 310px;
                        font-weight: Bold;
                        font-size: 30px;
                        opacity: 1;
                        text-align: left;
                    }

.ryabushka-video-container {
                    max-width: 1200px;
                    margin: 0 auto;
                    padding: 20px;
                    background: #fff;
                    border-radius: 12px;
                    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
                }

                .ryabushka-video-title {
                    font-size: 24px;
                    font-weight: 700;
                    color: #2c3e50;
                    margin-bottom: 16px;
                    text-align: center;
                }

                .ryabushka-video-description {
                    font-size: 16px;
                    line-height: 1.6;
                    color: #34495e;
                    margin-bottom: 20px;
                    text-align: center;
                }

                .ryabushka-video-wrapper {
                    position: relative;
                    padding-bottom: 56.25%;
                    /* 16:9 aspect ratio */
                    height: 0;
                    overflow: hidden;
                    border-radius: 8px;
                }

                .ryabushka-video-wrapper iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: none;
                }

                @media (max-width: 768px) {
                    .ryabushka-video-container {
                        padding: 15px;
                    }

                    .ryabushka-video-title {
                        font-size: 20px;
                    }

                    .ryabushka-video-description {
                        font-size: 14px;
                    }
                }

.prod-item {
                    width: 95%;
                    margin: 0 auto;
                    box-shadow: 1px 1px 10px #ccc;
                    padding: 13px;
                    border-radius: 10px;
                }

                .options-wrap {
                    margin-bottom: 15px;
                }

                .options-wrap-title {
                    text-align: center;
                    font-weight: 600;
                    font-size: 21px;
                    margin-bottom: 8px;
                }

                .options {
                    display: flex;
                    gap: 10px;
                    flex-wrap: wrap;
                    justify-content: center;
                }

                .option-label {
                    border: 2px solid black;
                    padding: 10px 10px;
                    cursor: pointer;
                    user-select: none;
                }

                .option-input {
                    display: none;
                }

                .option-input:checked+.option-label {
                    border-color: #00cc44;
                    background-color: #e6ffe6;
                }

.product-card {
                /* font-family: Arial, sans-serif; */
                max-width: 400px;
                border-radius: 15px;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
                padding: 25px;
                background: linear-gradient(145deg, #ffffff, #f5f5f5);
                margin: 20px auto;
            }

            .product-title {
                color: #2c3e50;
                font-size: 24px;
                margin-bottom: 20px;
                text-align: center;
            }

            .features-list {
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .feature-item {
                display: flex;
                align-items: start;
                margin-bottom: 15px;
                padding: 10px;
                background-color: rgba(255, 255, 255, 0.8);
                border-radius: 8px;
                transition: transform 0.2s;
            }

            .feature-item:hover {
                transform: translateX(5px);
                background-color: rgba(236, 240, 241, 0.8);
            }

            .feature-icon {
                min-width: 24px;
                height: 24px;
                margin-right: 10px;
                background-color: #3498db;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }

            .feature-text {
                color: #34495e;
                line-height: 1.4;
            }

            @keyframes float {
                0% {
                    transform: translateY(0px);
                }

                50% {
                    transform: translateY(-10px);
                }

                100% {
                    transform: translateY(0px);
                }
            }

            .product-image {
                width: 200px;
                height: 200px;
                margin: 0 auto 20px;
                display: block;
                animation: float 3s ease-in-out infinite;
            }

.review_item {
                padding: 10px;
            }

            .reviews_list1 .author_block .avatar {
                width: 60px;
                height: 60px;
                object-fit: cover;
            }

.owl-carousel .owl-stage-outer {
                overflow: hidden;
            }

            .avatar {
                margin-bottom: 15px;
            }

.sale_item {
                        font-family: "Bebas Neue", cursive;
                        width: 44px;
                        color: rgba(255, 255, 255, 1);
                        position: absolute;
                        top: 30x;
                        left: 310px;
                        font-weight: Bold;
                        font-size: 30px;
                        opacity: 1;
                        text-align: left;
                    }

.order-wrap {
                            display: flex;
                            align-items: flex-start;
                            justify-content: space-between;
                            padding: 10px 40px;
                        }

                        .order-img {
                            width: 40%;
                            /* height: 250px; */
                            border-radius: 5px;
                        }

                        .order-img img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            border-radius: inherit;
                            border: 1px solid lightgrey;
                        }

                        .order-info {
                            width: 55%;
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;
                        }

                        .order-info h3 {
                            font-size: 20px;
                            text-align: left;
                            margin-bottom: 10px;
                        }

                        .order-info h3 .text {
                            text-decoration: underline;
                        }

                        .order-info p .text {
                            /* text-decoration: underline; */
                            font-weight: 600;
                            /* font-style: italic; */
                        }

                        .order-info h3 .order-name {
                            font-weight: 700;
                            /* font-style: italic; */
                        }

                        .order-info p {
                            font-size: 18px;
                            font-weight: 400;
                            font-style: italic;
                        }

                        .order-info p .order-price {
                            color: #ffffff;
                            font-weight: bold;
                            font-size: 16px;
                            background-color: #ec4f06;
                            padding: 4px;
                            border-radius: 8px;
                            box-shadow: 0 2px 4px rgba(255, 71, 87, 0.2);
                        }

                        .form-modal input {
                            background-color: #f2f2f2;
                            border: 1px solid lightgray;
                        }

                        .gift-widget {
                            display: none;
                            width: 85%;
                            margin: 0 auto;
                            background: #262423;
                        }

                        .gift-widget-active {
                            display: flex;
                        }

                        .gift-widget1 {
                            display: none;
                            width: 85%;
                            margin: 0 auto;
                            background: rgb(23, 22, 21);
                            margin-bottom: 20px;
                        }

                        .gift-widget-active1 {
                            display: flex;
                        }

.order-wrap {
                            display: flex;
                            align-items: flex-start;
                            justify-content: space-between;
                            padding: 10px 40px;
                        }

                        .order-img {
                            width: 40%;
                            /* height: 250px; */
                            border-radius: 5px;
                        }

                        .order-img img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            border-radius: inherit;
                            border: 1px solid lightgrey;
                        }

                        .order-info {
                            width: 55%;
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;
                        }

                        .order-info h3 {
                            font-size: 20px;
                            text-align: left;
                            margin-bottom: 10px;
                        }

                        .order-info h3 .text {
                            text-decoration: underline;
                        }

                        .order-info p .text {
                            /* text-decoration: underline; */
                            font-weight: 600;
                            /* font-style: italic; */
                        }

                        .order-info h3 .order-name {
                            font-weight: 700;
                            /* font-style: italic; */
                        }

                        .order-info p {
                            font-size: 18px;
                            font-weight: 400;
                            font-style: italic;
                        }

                        .order-info p .order-price {
                            color: #ffffff;
                            font-weight: bold;
                            font-size: 16px;
                            background-color: #ec4f06;
                            padding: 4px;
                            border-radius: 8px;
                            box-shadow: 0 2px 4px rgba(255, 71, 87, 0.2);
                        }

                        .form-modal input {
                            background-color: #f2f2f2;
                            border: 1px solid lightgray;
                        }

                        .gift-widget {
                            display: none;
                            width: 85%;
                            margin: 0 auto;
                            background: #262423;
                        }

                        .gift-widget-active {
                            display: flex;
                        }

                        .gift-widget1 {
                            display: none;
                            width: 85%;
                            margin: 0 auto;
                            background: rgb(23, 22, 21);
                            margin-bottom: 20px;
                        }

                        .gift-widget-active1 {
                            display: flex;
                        }