/** Shopify CDN: Minification failed

Line 730:8 Unexpected "{"

**/
.reviews-transformation-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
   
    .reviews-section-header {
        text-align: center;
        margin-bottom: 30px;
    }
    .reviews-subtitle {
        margin: 0;
    }
    .reviews-description {
        margin-top: 10px;
        font-size: 1.3rem;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .reviews-navigation-container {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .reviews-navigation {
        display: flex;
        gap: 10px;
        position: relative;
        z-index: 1;
    }
    .nav-button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid;
        pointer-events: auto;
        position: relative;
        z-index: 1;
    }
    .nav-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
    }
    .reviews-container {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 10px 20px;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    .reviews-container::-webkit-scrollbar {
        display: none;
    }
    .review-card {
        flex: 0 0 auto;
        overflow: hidden;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .review-image-container {
        width: 100%;
        height: 300px;
        overflow: hidden;
        background-color: #f5f5f5;
    }
    .review-image-container.image-wrapped {
        height: auto;
    }
    .review-image-container.image-wrapped.carousel-review-image,
    .review-image-container.image-wrapped.carousel-review-image img {
        height: auto;
    }
    .carousel-review-image {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .carousel-review-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .empty-image {
        width: 100%;
        height: 100%;
    }
    .review-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .carousel-review-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 8px;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }
    .review-stars {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 1;
    }
    .stars {
        display: flex;
        gap: 0;
        font-size: 0;
        align-items: center;
    }
    .star {
        width: 20px;
        height: 20px;
        display: block;
        margin: 0;
        align-content: center;
        margin-right: -2px;
        opacity: 1;
    }
    .review-text {
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .reviewer-info-container {
        display: flex;
    }
    .reviewer-info {
        display: inline-flex;
        align-items: center;
        font-size: 12px;
        border-radius: 50px;
        padding: 3px 8px;
        width: auto;
        max-width: fit-content;
    }
    .carousel-reviewer-name {
        margin-right: 0;
        display: inline-flex;
        align-items: center;
    }
    .reviewer-age {
        margin-right: 4px;
        margin-left: 1px;
        display: inline-flex;
        align-items: center;
    }
    .verified-badge {
        display: inline-flex;
        align-items: center;
        gap: 3px;
        margin-left: 4px;
        font-size: 11px;
    }
    .verified-icon {
        width: 12px;
        height: 12px;
        vertical-align: middle;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .product-purchased-container {
        margin-top: 6px;
        width: 100%;
    }
    .product-purchased {
        border-radius: 8px;
        padding: 10px;
        width: 100%;
    }
    .product-label {
        font-size: 12px;
        margin: 0 0 5px 0;
    }
    .product-details {
        display: flex;
        min-height: 55px;
        align-items: center;
        gap: 12px;
    }
    .review-product-image {
        min-width: 55px;
        width: auto;
        height: 100%;
        aspect-ratio: 1/1;
        border-radius: 4px;
        overflow: hidden;
        flex-shrink: 0;
    }
    .review-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-info {
        flex-grow: 1;
        min-height: 60px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        overflow: visible;
    }
    .review-product-title {
        font-size: 14px;
        margin: 0;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }
    .product-price {
        font-size: 16px;
        margin: 3px 0 0 0;
        line-height: 1.2;
    }
    .product-compare-price {
        text-decoration: line-through;
        opacity: 0.85;
        font-size: 13px;
        margin-left: 2px;
        color: #888;
    }
    .product-purchase-date {
        font-size: 11px;
        margin: 3px 0 0 0;
        display: inline-flex;
        align-items: center;
        max-width: fit-content;
    }
    .purchase-date-icon {
        margin-right: 5px;
        position: relative;
        top: 0;
    }
    .rating-summary-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
    }
    .reviews-rating-summary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        padding: 5px 16px;
        margin: 0 auto 5px;
        gap: 0;
        max-width: fit-content;
        font-size: 13px;
    }
    .rating-stars {
        display: flex;
        align-items: center;
        line-height: 1;
        margin-right: 5px;
        letter-spacing: 1px;
    }
    .rating-text {
        line-height: 1.2;
        white-space: nowrap;
        display: inline-block;
    }
    .summary-star {
        width: 13px;
        height: 13px;
        margin-right: -1px;
    }
    .rating-summary-wrapper,
    .reviews-section-header,
    .reviews-navigation-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reviews-container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .reviews-subtitle,
    .reviews-subtitle.section-title,
    .reviews-subtitle.heading,
    .reviews-subtitle.h1 {
        font-size: 35px;
        line-height: 1.2;
        color: #37354b;
    }

    /* Enhanced accent text styling with global and local customization options */
    .global-accent-text,
    .reviews-subtitle .global-accent-text,
    .custom-accent-text {
    
        padding: 2px 4px;
        margin: -2px -4px;
        margin-left: calc(0px - 4px);
        display: inline-block;        
        color: #000000;    
    }

    .reviews-section-header {
        margin-bottom: 30px;
    }

    .reviews-description {
        color: #505050;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .reviews-summary-star {
        color: #37354b;
    }

    /* Carousel Review Stars - Clean Implementation */
    .carousel-review-star.star-filled {
        color: #37354b;
        opacity: 1;
        filter: none;
    }

    .carousel-review-star.star-empty {
        color: #e0e0e0;
        opacity: 1;
        filter: none;
    }

    /* Carousel Review Star Size */
    .carousel-review-star {
        width: 16px;
        height: 16px;
    }

    .review-stars .carousel-review-star,
    .carousel-review-header .carousel-review-star {
        width: 16px;
        height: 16px;
    }

    /* Navigation buttons now use global-nav-button snippet */

    /* Review Card */
    .review-card {
        width: 320px;
        border-radius: 4px;
        border: 1px solid #e0e0e0;
        background: #ffffff;
        margin: 0px 0px 0px 0px;
    }

    /* Review Image Container */
    .review-image-container {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .empty-image {
        background-color: #f0f0f0;
    }

    /* Review Text */
    .review-text {
        color: #505050;
        
        p {
            margin-top: 0;

            &::last-child {
                margin-bottom: 0;
            }
        }
    }

    /* Reviewer Info */
    .reviewer-info {
        color: #505050;
        background-color: #f5f5f5;
        font-size: 11px;    
    }

    .carousel-reviewer-name,
    .reviewer-age {
        font-size: 11px;
    }

    @media screen and (min-width: 769px) {
        .reviewer-info,
        .carousel-reviewer-name,
        .reviewer-age {
            font-size: 12px;
        }
    }

    .verified-badge {
        color: #505050;
        font-size: 9px;
    }

    .verified-icon {
        width: 10.8px;
        height: 10.8px;
        margin-right: 3px;
        vertical-align: middle;
        color: #00b67a;
    }

    @media screen and (min-width: 769px) {
        .verified-badge {
            font-size: 10px;
        }
        .verified-icon {
            width: 12.0px;
            height: 12.0px;
        }
    }

    /* Product Purchased */
    .product-purchased {
        border-width: 1px;
        border-style: solid;
        border-color: #eeeeee;
        background-color: #f9f9f9;
    }

    .product-info {
        flex: 1;
        overflow: visible;
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 60px;
        justify-content: center;
    }

    .product-label {
        display: none;
        letter-spacing: 0.08em;
    }

    .product-purchased-container {
        width: 100%;
        overflow: visible;
    }

    .review-product-title {
        color: #000000;
        font-size: 12px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        line-height: 1.3;
        display: block;
        visibility: visible;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
    }

    .product-price {
        color: #37354b;
        font-size: 12px;
        letter-spacing: var(--letter-spacing-body);
    }

    .product-compare-price {
        color: #9b9b9b;
        font-size: 10px;
        letter-spacing: var(--letter-spacing-body);
    }

    .product-purchase-date {
        color: #000000;
        font-size: 10px;
    }

    .purchase-date-icon {
        stroke: #000000;
    }

    /* Rating Summary */
    .reviews-rating-summary {
        background-color: #f5f5f5;
        border-radius: 4px;
        margin-bottom: 0px;
    }

    .rating-text {
        color: #37354b;
        font-size: 11px;
    }

    .rating-text p {
        margin: 0;
        color: inherit;
        font-size: inherit;
    }

    .rating-text strong {
        font-weight: bold;
    }

    .global-nav-button, .nav-button {
        --nav-btn-bg: #ffffff;
        --nav-btn-bg-hover: #f5f5f5;
        --nav-btn-color: #000000;
        --nav-btn-color-hover: #000000;
        --nav-btn-border-color: #e0e0e0;
        --nav-btn-border-color-hover: #cccccc;
        --nav-btn-border-width: 1px;
        --nav-btn-border-radius: 50px;
        --nav-btn-size: 40px;
        --nav-btn-icon-size: 24px;
        --nav-btn-stroke-width: 2;
        --nav-btn-opacity: 1.0;
        --nav-btn-opacity-hover: 1.0;
        background: var(--nav-btn-bg);
        color: var(--nav-btn-color);
        border: var(--nav-btn-border-width) solid var(--nav-btn-border-color);
        border-radius: var(--nav-btn-border-radius);
        width: var(--nav-btn-size);
        height: var(--nav-btn-size);
        min-width: var(--nav-btn-size);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s ease;
        opacity: var(--nav-btn-opacity);
    }

    /* Responsive overrides */
    @media (max-width: 768px) {
        .review-card {
            width: 300px;
        }

        .carousel-review-header {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .review-stars .stars {
            display: flex;
            align-items: center;
        }
        
        .review-text {
            font-size: 14px;
        }
        
        .rating-text {
            font-size: 11px;
        }
        
        .reviews-subtitle,
        .reviews-subtitle.section-title,
        .reviews-subtitle.heading,
        .reviews-subtitle.h1 {
            
            font-size: 22px;
            line-height: 1.2;
            
        }
    }

    @media (max-width: 480px) {
        .review-card {
            width: 260px;
        }
        
        .review-text {
            font-size: 10px;
        }
        
        .rating-text {
            font-size: 11px;
        }
        
        .reviews-subtitle,
        .reviews-subtitle.section-title,
        .reviews-subtitle.heading,
        .reviews-subtitle.h1 {
            
            font-size: 22px;
            line-height: 1.2;
            
        }
    }

    /* New CSS rules for wrapping images */
    .image-wrapped {
        height: auto;
    }

    /* Ensure navigation buttons are clickable */
    .reviews-navigation-container {
        position: relative;
        z-index: 1;
        margin-top: 5px;
    }

    .reviews-navigation {
        display: flex;
        gap: 10px;
        justify-content: center;
        position: relative;
        z-index: 10;
    }

    .global-nav-button,
    .nav-button {
        pointer-events: auto;
        cursor: pointer;
        position: relative;
        z-index: 11;
    }

    /* Swiper carousel: hide until ready to prevent flicker */
    .reviews-carousel-swiper.swiper {
        overflow: hidden;
        transition: opacity 0.15s ease-out;
    }
    .reviews-carousel-swiper--pending {
        opacity: 0;
        pointer-events: none;
    }
    .reviews-carousel-swiper .swiper-slide {
        width: auto;
        flex-shrink: 0;
        box-sizing: border-box;
    }
    @media (max-width: 768px) {
        .review-card {
        }
        .reviews-navigation {
            position: static;
            margin-top: 15px;
        }
        .review-image-container {
            height: 200px;
        }
        .reviews-container {
            align-items: flex-start;
        }
        .product-purchased-container {
            margin-top: 6px;
        }
        .product-purchased {
            padding: 8px;
        }
        .product-details {
            width: 100%;
            overflow: visible;
            min-height: 50px;
            height: auto;
        }
        .review-product-image {
            width: auto;
            height: 100%;
            aspect-ratio: 1/1;
        }
        .product-info {
            min-height: 50px;
            height: auto;
            min-width: 0;
            flex: 1;
            overflow: visible;
        }
        .review-product-title {
            font-size: 12px;
            word-break: break-word;
            overflow-wrap: break-word;
            max-width: 100%;
        }
        .product-price {
            font-size: 14px;
            margin: 2px 0 0 0;
        }
        .product-compare-price {
            font-size: 12px;
        }
        .product-purchase-date {
            font-size: 10px;
            margin: 2px 0 0 0;
        }
        .reviews-rating-summary {
            padding: 6px 12px;
            font-size: 12px;
        }
    }
    @media (max-width: 480px) {
        .review-card {
        }
        {
            padding: 40px 15px;
        }
        .reviews-container {
            gap: 15px;
            padding: 10px 15px;
            margin: 0-15px;
        }
        .reviews-section-header {
            margin-bottom: 20px;
        }
        .nav-button {
            width: 32px;
            height: 32px;
        }
        .review-image-container {
            height: 200px;
        }
        .review-content {
            padding: 12px;
        }
        .carousel-review-header {
            flex-direction: row;
            align-items: flex-start;
            gap: 8px;
        }
        .review-stars {
            margin-bottom: 0;
        }
        .reviewer-info-container {
            justify-content: flex-start;
            margin-bottom: 2px;
        }
        .reviewer-info {
            font-size: 9px;
            padding: 2px 6px;
        }
        .verified-icon {
            width: 10px;
            height: 10px;
            margin-bottom: 1px;
        }
        .verified-badge {
            font-size: 9px;
            gap: 2px;
        }
        .product-purchased-container {
            margin-top: 10px;
        }
        .product-purchased {
            padding: 7px;
            border-radius: 6px;
        }
        .product-details {
            gap: 8px;
            width: 100%;
            overflow: visible;
            min-height: 40px;
            height: auto;
        }
        .review-product-image {
            width: auto;
            height: 100%;
            aspect-ratio: 1/1;
        }
        .product-info {
            min-height: 40px;
            height: auto;
            min-width: 0;
            flex: 1;
            overflow: visible;
        }
        .review-product-title {
            font-size: 10px;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            word-break: break-word;
            overflow-wrap: break-word;
            max-width: 100%;
        }
        .product-price {
            font-size: 12px;
            margin: 1px 0 0 0;
        }
        .product-compare-price {
            font-size: 9px;
            margin-left: 3px;
        }
        .product-purchase-date {
            font-size: 8px;
            margin: 1px 0 0 0;
        }
        .purchase-date-icon {
            width: 9px;
            height: 9px;
            margin-right: 3px;
        }
        .star {
            width: 17px;
            height: 17px;
            margin-right: -3px;
        }
        .reviews-rating-summary {
            padding: 5px 10px;
            font-size: 9px;
        }
        .summary-star {
            width: 14px;
            height: 14px;
        }
    }
}