@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1200px;
        padding: 30px 10px;
        margin: auto;
        /*border-bottom: 1px solid #DFE4EA;*/
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }


    .audit-box {
        width: 100%;
        max-width: 1200px;
        margin: 20px auto 20px;
    }

    .audit-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
        flex-direction: column;
        padding: 0 10px;
    }

    .item-img {
        /*width: 576px;*/
        /*height: 433px;*/
        background: #dcdcdc;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        /*cursor: pointer;*/
    }

    .item-img>img:first-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-content {
        /*width: 570px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px 0;
    }

    .item-content-title {
        width: 100%;
        font-size: 24px;
        font-family: SailecBold;
    }

    .item-content-img {}

    .item-content-img img {
        width: 100px;
    }

    .item-content-desc {
        margin-top: 10px;
    }

    .audit-item-reversal {
        /*flex-direction: row-reverse;*/
    }

    p {
        margin: 0;
    }


    .desc-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .play-icon {
        width: 45px !important;
        height: 45px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        opacity: 1;
        transition: opacity 0.3s ease;
        z-index: 2;
        cursor: pointer;
    }

    /* .custom-layout-image:hover .desc-overlay,
    .custom-layout-image:hover .play-icon {
        display: block;
        opacity: 1;
    } */

    .desc-overlay-title {
        font-size: 20px;
        padding: 100px 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #ffffff;
    }

    .desc-overlay-play img {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-overlay-time {
        width: 80px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    /*.item-img:hover .desc-overlay {*/
    /*    display: block;*/
    /*}*/

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 90%;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .bottom-overlay-box {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        /*黑色渐变从无到有*/
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        color: #FFFFFF;
        padding: 50px 20px 10px;
    }

    .bottom-overlay-box span {
        padding-left: 10px;
        width: 278px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

    .bottom-overlay-box span:last-child {
        position: absolute;
        right: 20px;
        width: auto;
    }

    .bottom-overlay-box img {
        width: 20px;
        height: 20px;
    }

}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1200px;
        padding: 45px 15px;
        margin: auto;
        /*border-bottom: 1px solid #DFE4EA;*/
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }


    .audit-box {
        width: 100%;
        max-width: 1200px;
        margin: 20px auto 100px;
        padding: 0 15px;
    }

    .audit-item {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-bottom: 40px;
        gap: 20px;
    }

    .item-img {
        width: 50%;
        height: 280px;
        background: #dcdcdc;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        /*cursor: pointer;*/
    }

    .item-img>img:first-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-content {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-content-title {
        width: 100%;
        font-size: 24px;
        font-family: SailecBold;
    }

    .item-content-img {}

    .item-content-img img {
        width: 100px;
    }

    .item-content-desc {
        margin-top: 10px;
    }

    .audit-item-reversal {
        flex-direction: row-reverse;
    }

    p {
        margin: 0;
    }


    .desc-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .play-icon {
        width: 45px !important;
        height: 45px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        opacity: 1;
        transition: opacity 0.3s ease;
        z-index: 2;
        cursor: pointer;
    }

    /* .custom-layout-image:hover .desc-overlay,
    .custom-layout-image:hover .play-icon {
        display: block;
        opacity: 1;
    } */

    .desc-overlay-title {
        font-size: 20px;
        padding: 100px 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #ffffff;
    }

    .desc-overlay-play img {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-overlay-time {
        width: 80px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    /*.item-img:hover .desc-overlay {*/
    /*    display: block;*/
    /*}*/

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 700px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .bottom-overlay-box {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        /*黑色渐变从无到有*/
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        color: #FFFFFF;
        padding: 50px 20px 10px;
    }

    .bottom-overlay-box span {
        padding-left: 10px;
        width: 400px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bottom-overlay-box span:last-child {
        position: absolute;
        right: 20px;
        width: auto;
    }

    .bottom-overlay-box img {
        width: 20px;
        height: 20px;
    }

}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1200px;
        padding: 45px 0;
        margin: auto;
        /*border-bottom: 1px solid #DFE4EA;*/
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }


    .audit-box {
        width: 100%;
        max-width: 1200px;
        margin: 20px auto 100px;
    }

    .audit-item {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-bottom: 40px;
    }

    .item-img {
        /* width: 576px; */
        height: 433px;
        background: #dcdcdc;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        /*cursor: pointer;*/
    }

    .item-img>img:first-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-content {
        width: 570px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-content-title {
        width: 100%;
        font-size: 24px;
        font-family: SailecBold;
    }

    .item-content-img {}

    .item-content-img img {
        width: 100px;
    }

    .item-content-desc {
        margin-top: 10px;
    }

    .audit-item-reversal {
        flex-direction: row-reverse;
    }

    p {
        margin: 0;
    }


    .desc-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .play-icon {
        width: 45px !important;
        height: 45px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        opacity: 1;
        transition: opacity 0.3s ease;
        z-index: 2;
        cursor: pointer;
    }

    /*.play-icon hover的时候添加按钮动画*/
    .play-icon:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    /* .custom-layout-image:hover .desc-overlay,
    .custom-layout-image:hover .play-icon {
        display: block;
        opacity: 1;
    } */

    .desc-overlay-title {
        font-size: 20px;
        padding: 100px 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #ffffff;
    }

    .desc-overlay-play img {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-overlay-time {
        width: 80px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    /*.item-img:hover .desc-overlay {*/
    /*    display: block;*/
    /*}*/

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .bottom-overlay-box {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        /*黑色渐变从无到有*/
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        color: #FFFFFF;
        padding: 50px 20px 10px;
    }

    .bottom-overlay-box span {
        padding-left: 10px;
        width: 400px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bottom-overlay-box span:last-child {
        position: absolute;
        right: 20px;
        width: auto;
    }

    .bottom-overlay-box img {
        width: 20px;
        height: 20px;
    }

}

/* --- Start: Styles for New Custom Layout --- */

.custom-layout-container {
    display: flex;
    align-items: stretch;
    gap: 30px;
    /* Space between image and text */
}

.custom-layout-image {
    /* flex: 1; */
    /* Adjust flex-basis or width as needed */
    /* Ensure image scales correctly */
    height: auto;
    /* Override fixed height if reusing item-img */
    max-width: 60%;
    /* Limit image width on large screens */
}

.custom-layout-image img {
    display: block;
    /* Remove extra space below image */
    width: 100%;
    height: auto;
    border-radius: 12px;
    /* Ensure image also has rounded corners if needed */
}

.custom-layout-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center content vertically if align-items: center is not used on container */
    align-items: flex-start;
    /* Align text to the left */
    text-align: left;
}

.custom-layout-content .item-content-title {
    /* Adjust title styles */
    font-size: 28px;
    /* Example size */
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: SailecBold, sans-serif;
    /* Ensure font is applied */
}

.custom-layout-content .item-content-desc {
    /* Adjust paragraph styles */
    font-size: 16px;
    /* Example size */
    color: #5a6a78;
    /* Example color */
    line-height: 1.6;
    margin-bottom: 25px;
}

.custom-layout-features {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.custom-layout-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 16px;
    /* Example size */
    color: #333;
    /* Example color */
}

.custom-layout-features .star-icon {
    color: #f0ad4e;
    /* Example star color */
    font-size: 20px;
    margin-right: 10px;
    line-height: 1;
    /* Prevent extra line height */
}

/* --- Tablet Adjustments --- */
@media (min-width: 768px) and (max-width: 1365px) {
    .custom-layout-container {
        gap: 20px;
        align-items: stretch;
        /* May look better aligned top on tablet */
    }

    .custom-layout-image {
        max-width: 45%;
    }

    .custom-layout-content .item-content-title {
        font-size: 24px;
    }

    .custom-layout-content .item-content-desc,
    .custom-layout-features li {
        font-size: 15px;
    }
}

/* --- Mobile Adjustments --- */
@media (max-width: 767px) {
    .custom-layout-container {
        flex-direction: column;
        gap: 25px;
        padding: 0 10px;
    }

    .custom-layout-image {
        max-width: 100%;
        /* Full width on mobile */
        width: 100%;
    }

    .custom-layout-content {
        width: 100%;
        align-items: center;
        /* Center align text block on mobile */
        text-align: left;
    }

    .custom-layout-content .item-content-title {
        font-size: 26px;
        text-align: center;
    }

    .custom-layout-features li {
        justify-content: flex-start;
        /* Center list items on mobile */
    }
}

/* --- End: Styles for New Custom Layout --- */

/* --- Start: Styles for Features Section --- */
.features-section {
    text-align: center;
    padding-top: 60px;
    /* Add some top padding */
    padding-bottom: 60px;
    /* Add some bottom padding */
    background-color: #f8f9fa;
    /* Light background as in image */
    margin-top: 50px;
    /* Space above this section */
    /* Override audit-box constraints for full width */
    max-width: none;
    width: 100%;
    /* Explicitly set width */
    padding-left: 0;
    /* Remove horizontal padding from audit-box */
    padding-right: 0;
    /* Remove horizontal padding from audit-box */
}

/* Add styles for the inner wrapper */
.features-content-wrapper {
    max-width: 1200px;
    /* Max width for the content inside */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    /* Default padding, adjust in media queries */
    padding-right: 15px;
}

.features-header {
    margin-bottom: 40px;
}

.features-intro {
    font-size: 14px;
    color: #6c757d;
    /* Lighter gray color */
    margin-bottom: 8px;
    text-align: center;
}

.features-title {
    font-size: 28px;
    font-weight: bold;
    color: #212529;
    margin-bottom: 10px;
    font-family: SailecBold, sans-serif;
    /* Ensure font */
    text-align: center;
}

.features-subtitle {
    font-size: 16px;
    color: #495057;
    text-align: center;
    /* Removed max-width and margin auto to allow full width within container */
    /* max-width: 600px; */
    /* Limit width for readability */
    /* margin: 0 auto; */
    /* Center the subtitle */
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns on desktop */
    gap: 30px;
    /* Space between grid items */
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-icon {
    width: 64px;
    /* Adjust icon size as needed */
    height: 64px;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 18px;
    font-weight: bold;
    color: #212529;
    margin-bottom: 10px;
}

.feature-description {
    font-size: 14px;
    color: #495057;
    line-height: 1.6;
}

/* --- Features Tablet Adjustments --- */
@media (min-width: 768px) and (max-width: 1199px) {

    /* Adjusted max-width slightly */
    .features-content-wrapper {
        /* Tablet padding remains 15px (same as default) */
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on tablet */
        gap: 40px;
        /* Adjust gap */
    }

    .features-title {
        font-size: 26px;
    }
}

/* --- Features Mobile Adjustments --- */
@media (max-width: 767px) {
    .features-content-wrapper {
        padding-left: 10px;
        /* Mobile padding */
        padding-right: 10px;
    }

    .features-section {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 30px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        /* 1 column on mobile */
        gap: 35px;
        /* Adjust gap */
    }

    .features-title {
        font-size: 24px;
    }

    .features-subtitle {
        font-size: 15px;
    }

    .feature-title {
        font-size: 17px;
    }
}

/* --- End: Styles for Features Section --- */

/* --- Start: Styles for Product Styles Section --- */
.product-styles-section {
    padding-top: 60px;
    padding-bottom: 60px;
    /* Assuming default page background, add background-color if needed */
}

/* Optional: Adjust header spacing if needed, reuse features-header styles otherwise */
.product-styles-section .features-header {
    margin-bottom: 50px;
    /* Increased bottom margin */
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns on desktop */
    gap: 30px;
    /* Gap between items */
}

.product-item {
    /* background-color: #f8f9fa; */
    /* Light gray background for item */
    border-radius: 8px;
    /* Slightly rounded corners */
    text-align: center;
    transition: box-shadow 0.15s ease-out;
    overflow: hidden;
    /* Add overflow hidden to contain image corners */
    cursor: pointer;
    border: 1px solid #f2f2f2;
}

/* Add styles for the text content wrapper */
.product-text-content {
    padding: 20px;
    /* Apply padding here instead */
}

.product-item:hover {
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 5px 3px rgba(23, 43, 77, 0.04), 0px 8px 5px rgba(23, 43, 77, 0.08);
    /* Add shadow on hover */
}

.product-image {
    width: 100%;
    /* Removed max-width to allow image to fill container width */
    height: auto;
    display: block;
    /* Ensure full width */
    border-top-left-radius: 8px;
    /* Match container radius */
    border-top-right-radius: 8px;
}

.product-title {
    font-size: 17px;
    font-weight: bold;
    color: #212529;
    margin-bottom: 8px;
    text-align: left;
}

.product-description {
    font-size: 14px;
    color: #495057;
    line-height: 1.5;
    text-align: left;
}

/* --- Product Styles Tablet Adjustments --- */
@media (min-width: 768px) and (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        /* 3 columns on tablet */
        gap: 25px;
    }

    .product-styles-section .features-header {
        margin-bottom: 40px;
    }
}

/* --- Product Styles Mobile Adjustments --- */
@media (max-width: 767px) {
    .product-styles-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on mobile */
        gap: 20px;
        padding: 0 10px;
    }

    .product-styles-section .features-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    /* .product-item padding removed */
    .product-text-content {
        padding: 15px;
        /* Mobile padding for text */
    }

    .product-title {
        font-size: 16px;
    }

    .product-description {
        font-size: 13px;
    }
}

/* --- End: Styles for Product Styles Section --- */

/* --- Start: Styles for Material & Craftsmanship Section --- */
.material-craftsmanship-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f9f9f9;
    /* Light background similar to other sections */
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.material-craftsmanship-section .features-header {
    margin-bottom: 0;
    /* No content below the header in this section */
}

.material-craftsmanship-section .features-intro {
    margin-bottom: 10px;
}

.material-craftsmanship-section .features-title {
    font-size: 32px;
    /* Larger title as shown in the image */
    margin-bottom: 20px;
}

.craftsmanship-subtitle {
    width: 100%;
    /* Limit width for better readability */
    margin: 0 auto;
    line-height: 1.7;
}

/* --- Material & Craftsmanship Tablet Adjustments --- */
@media (min-width: 768px) and (max-width: 1199px) {
    .material-craftsmanship-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .material-craftsmanship-section .features-title {
        font-size: 28px;
    }

    .craftsmanship-subtitle {
        max-width: 90%;
    }
}

/* --- Material & Craftsmanship Mobile Adjustments --- */
@media (max-width: 767px) {
    .material-craftsmanship-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .material-craftsmanship-section .features-title {
        font-size: 24px;
    }

    .craftsmanship-subtitle {
        font-size: 15px;
        max-width: 100%;
        padding: 0 15px;
    }
}

/* --- End: Styles for Material & Craftsmanship Section --- */

/* Tab导航栏 */
.tabbed-product-section {
    background: #fafbfa;
    padding: 0 0 40px 0;
}

.tab-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F4F3;
    border-bottom: 1px solid #eee;
    gap: 40px;
    font-size: 18px;
    font-weight: 500;
}

.tab-item {
    padding: 18px 0;
    cursor: pointer;
    color: #222;
    position: relative;
    transition: color 0.2s;
    height: 70px;
}

.tab-item.active {
    color: #FB7306;
    font-weight: 700;
}

.tab-item.active::after {
    /* content: ''; */
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    width: 40px;
    height: 2px;
    background: #222;
    border-radius: 2px;
}

/* 卡片网格 */
.tab-content {
    padding: 40px 0 0 0;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.tab-product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
    border: 1.5px solid #eee;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.tab-product-card:hover {
    box-shadow: 0px 5px 3px rgba(23, 43, 77, 0.04), 0px 8px 5px rgba(23, 43, 77, 0.08);
}

.tab-product-card.selected {
    border: 1.5px solid #3fa9f5;
}

.tab-product-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.tab-product-info {
    padding: 20px 18px 18px 18px;
    text-align: left;
}

.tab-product-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
}

.tab-product-desc {
    font-size: 14px;
    color: #444;
    margin-bottom: 16px;
}

.tab-product-icons {
    display: flex;
    gap: 12px;
}

.tab-product-icons img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f6f8f2;
    object-fit: contain;
}

/* 平板适配 */
@media (max-width: 1199px) {
    .tab-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .tab-nav {
        gap: 24px;
        font-size: 16px;
    }
}

/* 手机适配 */
@media (max-width: 767px) {
    .tab-product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 10px;
    }

    .tab-nav {
        gap: 10px;
        font-size: 15px;
        flex-wrap: wrap;
    }

    .tab-product-info {
        padding: 14px 10px 12px 10px;
    }
}

/* --- Start: Styles for Contact Us Section --- */
.contact-us-section {
    padding: 80px 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.contact-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    gap: 60px;
}

.contact-image {
    flex: 0 0 200px;
    max-width: 200px;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border: 6px solid #f5f7fa;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.contact-content {
    flex: 1;
    text-align: left;
}

.contact-content a {
    color: #000000;
    text-decoration: none;
}

.contact-content a:hover {
    color: #000000;
    text-decoration: none;
}

.contact-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #212529;
}

.contact-description {
    font-size: 18px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 30px;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    text-decoration: none;
    margin-top: 10px;
    position: relative;
    transition: color 0.3s;
}

.contact-button:hover {
    color: #0066cc;
    text-decoration: none;
}

.contact-text-wrapper {
    position: relative;
    display: inline-block;
    height: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
}

.slide-text-original,
.slide-text-hover {
    display: block;
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .slide-text-original {
        max-width: 280px;
    }
}

.slide-text-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}

.contact-button:hover .slide-text-original {
    transform: translateY(-100%);
}

.contact-button:hover .slide-text-hover {
    transform: translateY(0%);
}

.arrow-icon {
    margin-left: 10px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.arrow-icon img {
    width: 50px;
}

.contact-button:hover .arrow-icon {
    transform: translateX(5px);
}

/* Contact Us Tablet Adjustments */
@media (max-width: 991px) {
    .contact-us-section {
        padding: 60px 0;
    }

    .contact-container {
        gap: 40px;
    }

    .contact-image {
        flex: 0 0 250px;
        max-width: 250px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-description {
        font-size: 16px;
    }
}

/* Contact Us Mobile Adjustments */
@media (max-width: 767px) {
    .contact-us-section {
        padding: 50px 0 40px;
    }

    .contact-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .contact-image {
        flex: 0 0 220px;
        max-width: 220px;
        margin: 0 auto;
    }

    .contact-content {
        text-align: center;
    }

    .contact-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .contact-description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .contact-button {
        font-size: 16px;
        justify-content: center;
    }
}

/* --- End: Styles for Contact Us Section --- */

/* --- Start: Styles for Testimonials Section --- */
.testimonials-section {
    padding: 80px 0;
    /* Keep vertical padding, remove horizontal */
    background-color: #f9f9f9;
    overflow: hidden;
    /* Removed max-width */
    width: 100%;
    /* Ensure full width */
}

.testimonials-container {
    max-width: 1200px;
    /* Keep max-width for title and footer */
    margin: 0 auto;
    padding: 0 10px;
    /* Keep padding for title/footer */
    position: relative;
    /* Needed for absolute positioning of controls - Maybe not needed now? Review */
}

.testimonials-header {
    /* Removed flex properties */
    margin-bottom: 15px;
    /* Adjust spacing below title */
}

.testimonials-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    /* Reset margin */
    color: #212529;
    /* Removed flex-grow */
    text-align: center;
}

/* Slider Controls - Positioned on own line, right-aligned */
.testimonials-slider-controls {
    display: flex;
    justify-content: flex-end;
    /* Align controls to the right */
    align-items: center;
    position: static;
    /* Ensure static positioning */
    margin-bottom: 20px;
    /* Space below controls, above track */
    width: 100%;
    /* Take full width of container for alignment */
}

.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    /* Space between arrows */
    transition: background-color 0.3s, transform 0.2s;
}

.next-arrow {
    transform: scaleX(-1) !important;
}

.slider-arrow img {
    width: 16px;
    height: 16px;
}

.slider-arrow:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}

.next-arrow:hover {
    transform: scaleX(-1) translateY(-2px) !important;
}

/* Testimonials Slider Track - Allow overflow */
.testimonials-track {
    width: 100%;
    /* Occupy container width */
    /*overflow: hidden; /* Hide overflowing slider content */
    position: relative;
    margin-left: calc((100% - 100vw) / 2);
    /* Center track visually when container has padding */
    width: 100vw;
    /* Force track to viewport width */
    box-sizing: content-box;
    /* Adjust box model if needed with padding */
}

.testimonials-slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
    /* Add padding to the slider itself to simulate track padding and show partial cards */
    padding: 0 40px;
    /* Adjust as needed for partial card visibility */
    width: max-content;
    /* Allow slider to be as wide as its content */
    align-items: stretch;
}

/* Replace user's previous rule for .testimonials-slider a */
.testimonials-slider .swiper-slide {
    display: flex; /* Make slide a flex container */
    flex-direction: column; /* Stack card vertically within slide */
    height: auto; /* Allow align-items:stretch from parent to determine height */
}

.testimonial-card {
    /* Adjust min-width for desired number of cards visible */
    /* Approx 5 cards: 100% / 5 = 20%. Account for gaps. */
    /* min-width: calc((100vw - 4 * 20px - 2 * 40px) / 5); */ /* Example calculation for 5 cards within viewport, adjust factors */
    width: 100%;
    /* Fixed width might be simpler, adjust as needed */
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.testimonial-card a {
    text-decoration: none;
    color: #000;
}

.testimonial-card a:hover {
    text-decoration: none;
    color: #000;
}


.testimonial-image {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 15px;
}

.rating {
    padding: 0 15px;
    margin-bottom: 10px;
    display: flex;
}

.star {
    color: #f8b84e;
    font-size: 18px;
    margin-right: 2px;
}

.testimonial-text {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
    flex-grow: 1;
    /* height: 42px; */ /* Fallback height for approx 2 lines */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */ /* Limit text to 2 lines */
    /* -webkit-box-orient: vertical; */
}

.testimonial-author {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.author-info {
    font-size: 13px;
    line-height: 1.3;
}

.author-name {
    font-weight: 600;
    margin-bottom: 2px;
    color: #000;
}

.author-title {
    color: #666;
    font-size: 12px;
}

/* Footer - Center items */
.testimonials-footer {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center items horizontally */
    justify-content: center;
    gap: 20px;
    /* Removed flex-wrap and justify-content: space-between */
}

.love-message {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 600;
}

.heart-icon {
    font-size: 20px;
    margin-right: 8px;
}

.heart-icon img {
    width: 24px;
    height: 24px;
}

.success-stories-btn {
    display: inline-block;
    background-color: #ff6c00;
    color: white !important;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.success-stories-btn:hover {
    background-color: #e55f00;
    text-decoration: none;
    color: white !important;
}

/* Tablet Adjustments */
@media (max-width: 991px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-title {
        font-size: 28px;
    }

    .testimonial-card {
        width: 260px;
        /* Adjust card width for tablet */
        /* Recalculate min-width if using calc() */
    }

}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .testimonials-section {
        padding: 40px 0;
    }

    .testimonials-header {
        /* Removed flex-direction, align-items, gap */
        margin-bottom: 10px;
        /* Adjust mobile spacing */
    }

    .testimonials-title {
        /* Keep text-align: center for mobile if desired */
        text-align: center;
    }

    .testimonials-slider-controls {
        justify-content: center;
        /* Center controls on mobile */
        margin-bottom: 15px;
    }

    .testimonials-track {
        /* Mobile track adjustments might be needed depending on desired overflow */
    }

    .testimonials-slider {
        padding: 0 15px;
        /* Reduce padding on mobile */
        gap: 15px;
    }

    .testimonial-card {
        /* width: calc(85vw - 15px); */
        /* Show slightly more than one card */
        /* Adjust width to show maybe 1 full card and a bit of the next */
    }

    .testimonials-footer {
        /* Styles already handle mobile centering */
        margin-top: 40px;
        gap: 25px;
    }

}

/* --- End: Styles for Testimonials Section --- */

/* --- Start: Custom Service Process Section --- */
.service-process-section {
    padding: 80px 0;
    background-color: #fff;
    /* Or your desired background */
}

.service-process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.service-process-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #212529;
}

.service-process-intro {
    text-align: center;
    font-size: 16px;
    color: #495057;
    width: 100%;
    margin: 0 auto 60px auto;
    /* Center and add bottom margin */
    line-height: 1.6;
}

/* PC/Pad Layout (Hidden on Mobile) */
.service-process-content {
    display: flex;
    gap: 50px;
    /* Space between image and text */
}

.service-process-image-container {
    flex: 1 1 50%;
    /* Image takes up half the space */
    position: relative;
    /* For sticky positioning context */
}

.service-process-image {
    position: sticky;
    top: 200px;
    /* Adjust based on your header height or desired sticky position */
    width: 100%;
    height: 60vh;
    /* Example height, adjust as needed */
    max-height: 500px;
    /* Max height */
    overflow: hidden;
    border-radius: 12px;
    background-color: #f0f0f0;
    /* Placeholder background */
}

.service-process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease-in-out;
    /* For potential fade effect */
}

.service-process-steps {
    flex: 1 1 50%;
    /* Steps take up the other half */
    padding-top: 15vh;
    /* Add padding above first step */
    padding-bottom: 15vh;
    /* Add padding below last step */
}

.step-item {
    margin-bottom: 60px;
    /* Moderate margin between items */
    padding: 20px 0;
    color: #969292;
    /* Default inactive color (gray) */
    transition: color 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
}

.step-item:last-child {
    margin-bottom: 0;
    /* Remove margin for the last item, rely on container padding */
}

.step-item.active {
    color: #212529;
    /* Active color (black) */
    opacity: 1.0;
}

.step-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

.step-number {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #6c757d;
    /* Lighter color for number */
    margin-bottom: 5px;
}

.step-item.active .step-number {
    color: #333;
    /* Slightly darker number when active */
}


.step-description {
    font-size: 16px;
    line-height: 1.7;
}

/* Mobile Layout (Hidden on PC/Pad) */
.service-process-slider {
    display: none;
    /* Hidden by default */
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
    /* Space for pagination */
}

.service-process-slider .swiper-slide {
    text-align: center;
}

.swiper-slide-image {
    width: 100%;
    max-width: 400px;
    /* Limit image size on mobile */
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto 20px auto;
    /* Center image */
    display: block;
}

.service-process-slider .step-title {
    font-size: 20px;
}

.service-process-slider .step-number {
    font-size: 16px;
}

.service-process-slider .step-description {
    font-size: 15px;
    padding: 0 10px;
    /* Add some horizontal padding */
}

.service-process-slider .swiper-pagination {
    bottom: 10px !important;
    /* Adjust Swiper pagination position */
}

.service-process-slider .swiper-pagination-bullet {
    background-color: #aaa;
    opacity: 0.8;
}

.service-process-slider .swiper-pagination-bullet-active {
    background-color: #ff6c00;
    /* Active bullet color */
    opacity: 1;
}


/* --- Tablet Adjustments --- */
@media (min-width: 768px) and (max-width: 1199px) {
    .service-process-content {
        gap: 30px;
    }

    .service-process-image {
        top: 80px;
        /* Adjust sticky top for tablet */
        height: 50vh;
    }

    .step-item {
        margin-bottom: 50px;
        /* Adjust margin for tablet */
    }

    .step-title {
        font-size: 22px;
    }

    .step-number {
        font-size: 17px;
    }

    .step-description {
        font-size: 15px;
    }

    .service-process-steps {
        padding-top: 25vh;
        /* Adjust padding for tablet */
        padding-bottom: 25vh;
    }
}

/* --- Mobile Adjustments --- */
@media (max-width: 767px) {
    .service-process-section {
        padding: 50px 0;
    }

    .service-process-title {
        font-size: 26px;
    }

    .service-process-intro {
        font-size: 15px;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    /* Hide PC/Pad layout */
    .service-process-content {
        display: none;
    }

    /* Show Mobile Swiper layout */
    .service-process-slider {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 0;
    }
}

/* --- End: Custom Service Process Section --- */

/* --- Start: How It's Made Section --- */
.how-its-made-section {
    padding: 80px 0;
    background-color: #f9fafb;
    /* Light gray background */
    overflow: hidden;
    /* Prevent arrow overflow issues */
}

.how-its-made-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    /* Center title, subtitle, cta */
}

.how-its-made-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #212529;
}

.how-its-made-subtitle {
    font-size: 16px;
    color: #495057;
    margin-bottom: 50px;
    /* Space before slider */
}

.how-its-made-slider {
    width: 100%;
    /* Full width within container */
    position: relative;
    /* Needed for absolute positioning of arrows */
    /* Optional: Add negative margins if you want slider to bleed slightly outside container padding */
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* width: calc(100% + 40px); */
}

.how-its-made-slider .swiper-slide {
    /* Swiper handles width based on slidesPerView */
    /* background-color: #eee; */
    /* Optional: background for slides */
    height: auto;
    /* Adjust height automatically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-its-made-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
    /* Fixed height for consistency, adjust as needed */
    object-fit: cover;
    border-radius: 8px;
    /* Optional rounded corners */
}

/* Custom Navigation Arrows */
.how-its-made-button-prev,
.how-its-made-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    /* 保持或调整大小 */
    height: 44px;
    /* 保持或调整大小 */
    background-color: transparent;
    /* 透明背景 */
    border: 1px solid #fff;
    /* 白色边框 */
    /* border-radius: 50%; */
    /* 移除圆角 */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
    color: #fff;
    /* 设置 SVG 默认颜色为白色 */
}

.how-its-made-button-prev:hover,
.how-its-made-button-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
    /* 悬停时轻微背景变化 */
    color: #fff;
    /* 悬停时 SVG 颜色保持白色，可按需修改 */
}

/* 调整 SVG 样式 */
.how-its-made-button-prev svg,
.how-its-made-button-next svg {
    width: 20px;
    /* 控制 SVG 图标大小 */
    height: 20px;
    /* 控制 SVG 图标大小 */
}

.how-its-made-button-prev {
    left: 15px;
    /* 保持或调整位置 */
}

.how-its-made-button-next {
    right: 15px;
    /* 保持或调整位置 */
}

/* 确保右箭头 SVG 方向正确 */
.how-its-made-button-next svg {
    transform: scaleX(-1);
    /* 水平翻转右箭头 */
}

/* Hide arrows if swiper is disabled or has no overflow */
.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

/* Optional: Hide completely when disabled */
/*
.swiper-button-disabled {
    display: none;
}
*/

.how-its-made-cta {
    margin-top: 50px;
    /* Space after slider */
    font-size: 18px;
    font-weight: 700;
    color: #333;
    /*添加字间距*/
    letter-spacing: 0.05em;
}

.how-its-made-cta:hover {
    color: #333;
}

.how-its-made-cta span {
    overflow: hidden;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:767px) {
    .how-its-made-cta span {
        height: 40px;
    }
}

/* --- How It's Made Tablet Adjustments --- */
@media (max-width: 991px) {
    .how-its-made-section {
        padding: 60px 0;
    }

    .how-its-made-title {
        font-size: 28px;
    }

    .how-its-made-subtitle {
        margin-bottom: 40px;
    }

    .how-its-made-slider .swiper-slide img {
        height: 350px;
        /* Adjust height */
    }

    .how-its-made-button-prev {
        left: 5px;
    }

    .how-its-made-button-next {
        right: 5px;
    }

    .how-its-made-cta {
        margin-top: 40px;
        font-size: 17px;
    }

    /* 移除平板图片样式 */
    /*
    .how-its-made-button-prev img,
    .how-its-made-button-next img {
        width: 18px;
        height: 18px;
    }
    */
    /* 调整平板 SVG 样式 */
    .how-its-made-button-prev svg,
    .how-its-made-button-next svg {
        width: 18px;
        height: 18px;
    }
}

/* --- How It's Made Mobile Adjustments --- */
@media (max-width: 767px) {
    .how-its-made-section {
        padding: 40px 0;
    }

    .how-its-made-title {
        font-size: 24px;
    }

    .how-its-made-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .how-its-made-slider .swiper-slide img {
        height: 280px;
        /* Adjust height */
    }

    /* Adjust arrow size and position for mobile */
    .how-its-made-button-prev,
    .how-its-made-button-next {
        width: 36px;
        /* 保持或调整大小 */
        height: 36px;
        /* 保持或调整大小 */
        border-width: 1px;
        /* 可以调整边框粗细 */
    }

    .how-its-made-button-prev {
        left: 10px;
        /* 保持或调整位置 */
    }

    .how-its-made-button-next {
        right: 10px;
        /* 保持或调整位置 */
    }

    /* 移除移动端图片样式 */
    /*
    .how-its-made-button-prev img,
    .how-its-made-button-next img {
        width: 16px;
        height: 16px;
    }
    */
    /* 调整移动端 SVG 样式 */
    .how-its-made-button-prev svg,
    .how-its-made-button-next svg {
        width: 16px;
        height: 16px;
    }

    .how-its-made-cta {
        margin-top: 30px;
        font-size: 16px;
        padding: 0 10px;
    }
}

/* --- End: How It's Made Section --- */
