.section-hero-all-product-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background-color: #D81B18;
    padding-left: 380px;
}
.section-hero-all-product-page-wrapper {
    display: flex;
}
.section-hero-all-product-page-header-box {
    display: flex;
}
.section-hero-all-product-page-header {
    font-family: "sukhumvit-set-bold";
    font-size: 64px;
    color: #fff;
}
.section-hero-all-product-page-image-1 {
    display: flex;
    position: absolute;
    top: 88px;
    left: 56px;
    width: 16px;
    height: 16px;
}
.section-hero-all-product-page-image-2 {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 110px;
    width: 706px;
    height: 346px;
}
.section-hero-all-product-page-image-3 {
    display: flex;
    position: absolute;
    top: 98px;
    right: 60px;
    width: 15px;
    height: 17px;
}
.section-hero-all-product-page-image-4 {
    display: flex;
    position: absolute;
    bottom: 76px;
    right: 0;
    width: 110px;
    height: 102px;
}
.header-pagination {
    display: flex;
    padding: 26px 112px 0;
    height: 100px;
}
.header-pagination-wrapper {
    display: flex;
    gap: 6px;
}
.header-pagination-box {
    display: flex;
}
.header-pagination-paragraph {
    font-family: "sukhumvit-set-text";
    font-size: 16px;
    color: #666;
}
.header-pagination-slash {
    display: flex;
    font-family: "sukhumvit-set-text";
    font-size: 16px;
    color: #666;
}
.header-pagination-box:last-child .header-pagination-paragraph {
    font-family: "sukhumvit-set-Bold";
}
.pagination-background-image {
    position: absolute;
    top: 24px;
    right: 70px;
    width: 15px;
    height: 17px;
}
.pagination-background-image img {
    width: auto;
}
.section-all-product-select {
    display: flex;
    justify-content: center;
    height: 288px;
}
.section-all-product-select:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1216px;
    height: 1px;
    background-color: #B5B7B9;
}
.section-all-product-select-wrapper {
    display: flex;
    gap: 18px;
}
.section-all-product-select-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 158px;
    gap: 26px;
}
.section-all-product-select-image-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 158px;
    height: 158px;
    border-radius: 14px;
    background-color: #EDEDED;
}
.section-all-product-select-box:nth-of-type(3) .section-all-product-select-image-box {
    justify-content: flex-start;
}
.section-all-product-select-box.active .section-all-product-select-image-box {
    background-color: #D81B18;
}
.section-all-product-select-image {
    display: flex;
    height: 125px;
}
.section-all-product-select-image img {
    width: auto;
}
.section-all-product-select-paragraph-box {
    display: flex;
}
.section-all-product-select-paragraph {
    font-family: "sukhumvit-set-semiBold";
    text-align: center;
    font-size: 20px;
    color: #464C4F;
    line-height: 1.5;
}
.section-all-product-select-box.active .section-all-product-select-paragraph {
    font-family: "sukhumvit-set-bold";
    color: #D81B18;
}
.section-featured-products {
    display: flex;
    justify-content: center;
    height: 542px;
    padding: 68px 0 0;
}
.section-featured-products-wrapper {
    display: flex;
    flex-direction: column;
}
.section-featured-products-header-2-box {
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
}
.section-featured-products-header-2 {
    font-family: "sukhumvit-set-Bold";
    font-size: 46px;
    color: #FF2623;
    line-height: 1;
}
.section-featured-products-content-container {
    display: flex;
}
.section-featured-products-content-wrapper {
    display: flex;
    gap: 24px;
}
.section-featured-products-content-hero-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 288px;
    height: 298px;
    border-radius: 14px;
    background-color: #849F59;
    gap: 12px;
}
.section-featured-products-content-hero-header-box {
    display: flex;
    justify-content: center;
}
.section-featured-products-content-hero-header {
    font-family: "sukhumvit-set-semiBold";
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}
.section-featured-products-content-hero-image {
    display: flex;
    width: 248px;
    height: 184px;
}
.section-featured-products-content-detail-wrapper {
    display: flex;
    gap: 24px;
}
.section-featured-products-content-detail-box {
    display: flex;
    flex-direction: column;
    width: 208px;
    height: 298px;
    background-color: #fff;
    border-radius: 14px;
    padding: 26px 14px 0;
    box-shadow: 0px 0px 9px 3px rgba(238,238,238,0.8);
}
.section-featured-products-content-detail-image-box {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}
.section-featured-products-content-detail-image {
    display: flex;
    width: 152px;
    height: 120px;
}
.section-featured-products-content-detail-image img {
    width: auto;
}
.section-featured-products-content-detail-paragraph-box {
    display: flex;
    border-bottom: 1px solid #DADBDC;
    padding-bottom: 12px;
    margin-bottom: 16px;
}
.section-featured-products-content-detail-paragraph {
    font-family: "sukhumvit-set-medium";
    font-size: 14px;
    color: #D81B18;
    line-height: 1;
}
.section-featured-products-content-detail-name-box {
    display: flex;
    margin-bottom: 12px;
}
.section-featured-products-content-detail-name {
    font-family: "sukhumvit-set-semiBold";
    font-size: 20px;
    color: #464C4F;
    line-height: 1.5;
}
.section-featured-products-content-detail-weight-box {
    display: flex;
}
.section-featured-products-content-detail-weight {
    font-family: "sukhumvit-set-medium";
    font-size: 16px;
    color: #464C4F;
    line-height: 1;
}
.section-product-item {
    display: flex;
    justify-content: center;
    height: 718px;
    background-color: #FEF7ED;
    padding-top: 106px;
    overflow: visible;
}
.section-product-item.background-white {
    background-color: #FFF;
}
.section-product-item-wrapper {
    display: flex;
    flex-direction: column;
}
.section-product-item-header-box {
    display: flex;
    margin-bottom: 44px;
}
.section-product-item-header {
    font-family: "sukhumvit-set-Bold";
    font-size: 46px;
    color: #464C4F;
    line-height: 1;
}
.section-product-item-content-container {
    display: flex;
}
.section-product-item-content-wrapper {
    display: flex;
    gap: 16px;
}
.section-product-item-content-box {
    display: flex;
    flex-direction: column;
    width: 220px;
    height: 320px;
    border-radius: 14px;
    background-color: #fff;
    padding: 28px 18px 0;
    box-shadow: 0px 0px 9px 3px rgba(238, 238, 238, 0.8);
}
.section-product-item-content-image-box {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.section-product-item-content-image {
    width: 162px;
    height: 128px;
}
.section-product-item-content-image img {
    width: auto;
}
.section-product-item-content-paragraph-box {
    display: flex;
    border-bottom: 1px solid #DADBDC;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.section-product-item-content-paragraph {
    font-family: "sukhumvit-set-medium";
    font-size: 14px;
    color: #D81B18;
    line-height: 1;
}
.section-product-item-content-name-box {
    display: flex;
    margin-bottom: 18px;
}
.section-product-item-content-name {
    font-family: "sukhumvit-set-semiBold";
    font-size: 20px;
    color: #464C4F;
    line-height: 1.5;
}
.section-product-item-content-weight-box {
    display: flex;
}
.section-product-item-content-weight {
    font-family: "sukhumvit-set-medium";
    font-size: 16px;
    color: #464C4F;
    line-height: 1;
}
.section-product-item-background-image {
    position: absolute;
    top: -40px;
    right: 70px;
    width: 190px;
    height: 154px;
}
.section-product-item-content-previous {
    position: absolute;
    top: 332px;
    left: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #D81B18;
    border-radius: 4px;
    padding-left: 4px;
    border: 0;
    cursor: pointer;
}
.section-product-item-content-previous-arrow {
    border: solid #fff;
    border-width: 0px 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
}
.section-product-item-content-next {
    position: absolute;
    top: 332px;
    right: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #D81B18;
    border-radius: 4px;
    padding-right: 4px;
    border: 0;
    cursor: pointer;
}
.section-product-item-content-next-arrow {
    border: solid #fff;
    border-width: 0px 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
}
.section-get-to-know-each-part-of-the-pig {
    display: flex;
    justify-content: center;
    overflow: visible;
    height: 520px;
}
.section-get-to-know-each-part-of-the-pig-wrapper {
    display: flex;
}
.section-get-to-know-each-part-of-the-pig-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1216px;
    height: 360px;
    border-radius: 14px;
    background-color: #7A0803;
    padding: 0 98px 0 92px;
}
.section-get-to-know-each-part-of-the-pig-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 518px;
    transform: translateY(-50%);
    width: 1px;
    height: 240px;
    background-color: #BC8381;
}
.section-get-to-know-each-part-of-the-pig-paragraph-box {
    display: flex;
}
.section-get-to-know-each-part-of-the-pig-paragraph {
    font-family: "sukhumvit-set-semiBold";
    font-size: 46px;
    color: #fff;
    line-height: 1.5;
}
.section-get-to-know-each-part-of-the-pig-image-box {
    display: flex;
    width: 490px;
    height: 260px;
}
.section-get-to-know-each-part-of-the-pig-image-box img {
    width: auto;
}
.section-get-to-know-each-part-of-the-pig-background-1 {
    position: absolute;
    bottom: 108px;
    left: 40px;
    width: 156px;
    height: 150px;
}
.section-get-to-know-each-part-of-the-pig-background-1 img {
    width: auto;
}
.section-get-to-know-each-part-of-the-pig-background-2 {
    position: absolute;
    top: -120px;
    right: 78px;
    width: 210px;
    height: 174px;
}
.section-get-to-know-each-part-of-the-pig-background-2 img {
    width: auto;
}

@media screen and (min-width: 1441px) {
    .section-hero-all-product-page {
        height: 27.778vw;
        padding-left: 26.389vw;
    }
    .section-hero-all-product-page-header {
        font-size: 4.444vw;
    }
    .section-hero-all-product-page-image-1 {
        top: 6.111vw;
        left: 3.889vw;
        width: 1.111vw;
        height: 1.111vw;
    }
    .section-hero-all-product-page-image-2 {
        left: 7.639vw;
        width: 49.028vw;
        height: 24.028vw;
    }
    .section-hero-all-product-page-image-3 {
        top: 6.806vw;
        right: 4.167vw;
        width: 1.042vw;
        height: 1.181vw;
    }
    .section-hero-all-product-page-image-4 {
        bottom: 5.278vw;
        right: 0;
        width: 7.639vw;
        height: 7.083vw;
    }
    .header-pagination {
        padding: 1.806vw 7.778vw 0;
        height: 6.944vw;
    }
    .header-pagination-wrapper {
        gap: 0.417vw;
    }
    .header-pagination-paragraph {
        font-size: 1.111vw;
    }
    .header-pagination-slash {
        font-size: 1.111vw;
    }
    .pagination-background-image {
        top: 1.667vw;
        right: 4.861vw;
        width: 1.042vw;
        height: 1.181vw;
    }
    .section-all-product-select {
        height: 20vw;
    }
    .section-all-product-select:before {
        width: 84.444vw;
        height: 0.069vw;
    }
    .section-all-product-select-wrapper {
        gap: 1.25vw;
    }
    .section-all-product-select-box {
        width: 10.972vw;
        gap: 1.806vw;
    }
    .section-all-product-select-image-box {
        width: 10.972vw;
        height: 10.972vw;
        border-radius: 0.972vw;
    }
    .section-all-product-select-image {
        height: 8.681vw;
    }
    .section-all-product-select-paragraph {
        font-size: 1.389vw;
    }
    .section-featured-products {
        height: 37.639vw;
        padding: 4.722vw 0 0;
    }
    .section-featured-products-header-2-box {
        margin-bottom: 3.889vw;
    }
    .section-featured-products-header-2 {
        font-size: 3.194vw;
    }
    .section-featured-products-content-wrapper {
        gap: 1.667vw;
    }
    .section-featured-products-content-hero-box {
        width: 20vw;
        height: 20.694vw;
        border-radius: 0.972vw;
        gap: 0.833vw;
    }
    .section-featured-products-content-hero-header {
        font-size: 1.667vw;
    }
    .section-featured-products-content-hero-image {
        width: 17.222vw;
        height: 12.778vw;
    }
    .section-featured-products-content-detail-wrapper {
        gap: 1.667vw;
    }
    .section-featured-products-content-detail-box {
        width: 14.444vw;
        height: 20.694vw;
        border-radius: 0.972vw;
        padding: 1.806vw 0.972vw 0;
        box-shadow: 0px 0px 0.625vw 0.208vw rgba(238,238,238,0.8);
    }
    .section-featured-products-content-detail-image-box {
        margin-bottom: 1.806vw;
    }
    .section-featured-products-content-detail-image {
        width: 10.556vw;
        height: 8.333vw;
    }
    .section-featured-products-content-detail-paragraph-box {
        border-bottom: 0.069vw solid #DADBDC;
        padding-bottom: 0.833vw;
        margin-bottom: 1.111vw;
    }
    .section-featured-products-content-detail-paragraph {
        font-size: 0.972vw;
    }
    .section-featured-products-content-detail-name-box {
        margin-bottom: 0.833vw;
    }
    .section-featured-products-content-detail-name {
        font-size: 1.389vw;
    }
    .section-featured-products-content-detail-weight {
        font-size: 1.111vw;
    }
    .section-product-item {
        height: 49.861vw;
        padding-top: 7.361vw;
    }
    .section-product-item-header-box {
        margin-bottom: 3.056vw;
    }
    .section-product-item-header {
        font-size: 3.194vw;
    }
    .section-product-item-content-wrapper {
        gap: 1.111vw;
    }
    .section-product-item-content-box {
        width: 15.278vw;
        height: 22.222vw;
        border-radius: 0.972vw;
        padding: 1.944vw 1.25vw 0;
        box-shadow: 0px 0px 0.625vw 0.208vw rgba(238, 238, 238, 0.8);
    }
    .section-product-item-content-image-box {
        margin-bottom: 1.944vw;
    }
    .section-product-item-content-image {
        width: 11.25vw;
        height: 8.889vw;
    }
    .section-product-item-content-paragraph-box {
        border-bottom: 0.069vw solid #DADBDC;
        padding-bottom: 0.833vw;
        margin-bottom: 0.833vw;
    }
    .section-product-item-content-paragraph {
        font-size: 0.972vw;
    }
    .section-product-item-content-name-box {
        margin-bottom: 1.25vw;
    }
    .section-product-item-content-name {
        font-size: 1.389vw;
    }
    .section-product-item-content-weight {
        font-size: 1.111vw;
    }
    .section-product-item-background-image {
        top: -2.778vw;
        right: 4.861vw;
        width: 13.194vw;
        height: 10.694vw;
    }
    .section-product-item-content-previous {
        top: 23.056vw;
        left: 4.306vw;
        width: 3.333vw;
        height: 3.333vw;
        border-radius: 0.278vw;
        padding-left: 0.278vw;
    }
    .section-product-item-content-previous-arrow {
        border-width: 0px 0.208vw 0.208vw 0;
        padding: 0.347vw;
    }
    .section-product-item-content-next {
        top: 23.056vw;
        right: 4.306vw;
        width: 3.333vw;
        height: 3.333vw;
        border-radius: 0.278vw;
        padding-right: 0.278vw;
    }
    .section-product-item-content-next-arrow {
        border-width: 0px 0.208vw 0.208vw 0;
        padding: 0.347vw;
    }
    .section-get-to-know-each-part-of-the-pig {
        height: 36.111vw;
    }
    .section-get-to-know-each-part-of-the-pig-box {
        width: 84.444vw;
        height: 25vw;
        border-radius: 0.972vw;
        padding: 0 6.806vw 0 6.389vw;
    }
    .section-get-to-know-each-part-of-the-pig-box:before {
        left: 35.972vw;
        width: 0.069vw;
        height: 16.667vw;
    }
    .section-get-to-know-each-part-of-the-pig-paragraph {
        font-size: 3.194vw;
    }
    .section-get-to-know-each-part-of-the-pig-image-box {
        width: 34.028vw;
        height: 18.056vw;
    }
    .section-get-to-know-each-part-of-the-pig-background-1 {
        bottom: 7.5vw;
        left: 2.778vw;
        width: 10.833vw;
        height: 10.417vw;
    }
    .section-get-to-know-each-part-of-the-pig-background-2 {
        top: -8.333vw;
        right: 5.417vw;
        width: 14.583vw;
        height: 12.083vw;
    }

}

@media screen and (max-width: 1439px) {
    .section-hero-all-product-page {
        height: 27.778vw;
        padding-left: 26.389vw;
    }
    .section-hero-all-product-page-header {
        font-size: 4.444vw;
    }
    .section-hero-all-product-page-image-1 {
        top: 6.111vw;
        left: 3.889vw;
        width: 1.111vw;
        height: 1.111vw;
    }
    .section-hero-all-product-page-image-2 {
        left: 7.639vw;
        width: 49.028vw;
        height: 24.028vw;
    }
    .section-hero-all-product-page-image-3 {
        top: 6.806vw;
        right: 4.167vw;
        width: 1.042vw;
        height: 1.181vw;
    }
    .section-hero-all-product-page-image-4 {
        bottom: 5.278vw;
        right: 0;
        width: 7.639vw;
        height: 7.083vw;
    }
    .header-pagination {
        padding: 1.806vw 7.778vw 0;
        height: 6.944vw;
    }
    .header-pagination-wrapper {
        gap: 0.417vw;
    }
    .header-pagination-paragraph {
        font-size: 1.111vw;
    }
    .header-pagination-slash {
        font-size: 1.111vw;
    }
    .pagination-background-image {
        top: 1.667vw;
        right: 4.861vw;
        width: 1.042vw;
        height: 1.181vw;
    }
    .section-all-product-select {
        height: 20vw;
    }
    .section-all-product-select:before {
        width: 84.444vw;
        height: 0.069vw;
    }
    .section-all-product-select-wrapper {
        gap: 1.25vw;
    }
    .section-all-product-select-box {
        width: 10.972vw;
        gap: 1.806vw;
    }
    .section-all-product-select-image-box {
        width: 10.972vw;
        height: 10.972vw;
        border-radius: 0.972vw;
    }
    .section-all-product-select-image {
        height: 8.681vw;
    }
    .section-all-product-select-paragraph {
        font-size: 1.389vw;
    }
    .section-featured-products {
       /* height: 37.639vw; */
		height:80vw;
        padding: 4.722vw 0 0;
    }
    .section-featured-products-header-2-box {
        margin-bottom: 3.889vw;
    }
    .section-featured-products-header-2 {
        font-size: 3.194vw;
    }
    .section-featured-products-content-wrapper {
        gap: 1.667vw;
    }
    .section-featured-products-content-hero-box {
        width: 20vw;
        height: 20.694vw;
        border-radius: 0.972vw;
        gap: 0.833vw;
    }
    .section-featured-products-content-hero-header {
        font-size: 1.667vw;
    }
    .section-featured-products-content-hero-image {
        width: 17.222vw;
        height: 12.778vw;
    }
    .section-featured-products-content-detail-wrapper {
        gap: 1.667vw;
    }
    .section-featured-products-content-detail-box {
        width: 14.444vw;
        height: 20.694vw;
        border-radius: 0.972vw;
        padding: 1.806vw 0.972vw 0;
        box-shadow: 0px 0px 0.625vw 0.208vw rgba(238,238,238,0.8);
    }
    .section-featured-products-content-detail-image-box {
        margin-bottom: 1.806vw;
    }
    .section-featured-products-content-detail-image {
        width: 10.556vw;
        height: 8.333vw;
    }
    .section-featured-products-content-detail-paragraph-box {
        border-bottom: 0.069vw solid #DADBDC;
        padding-bottom: 0.833vw;
        margin-bottom: 1.111vw;
    }
    .section-featured-products-content-detail-paragraph {
        font-size: 0.972vw;
    }
    .section-featured-products-content-detail-name-box {
        margin-bottom: 0.833vw;
    }
    .section-featured-products-content-detail-name {
        font-size: 1.389vw;
    }
    .section-featured-products-content-detail-weight {
        font-size: 1.111vw;
    }
    .section-product-item {
        height: 49.861vw;
        padding-top: 7.361vw;
    }
    .section-product-item-header-box {
        margin-bottom: 3.056vw;
    }
    .section-product-item-header {
        font-size: 3.194vw;
    }
    .section-product-item-content-wrapper {
        gap: 1.111vw;
    }
    .section-product-item-content-box {
        width: 15.278vw;
        height: 22.222vw;
        border-radius: 0.972vw;
        padding: 1.944vw 1.25vw 0;
        box-shadow: 0px 0px 0.625vw 0.208vw rgba(238, 238, 238, 0.8);
    }
    .section-product-item-content-image-box {
        margin-bottom: 1.944vw;
    }
    .section-product-item-content-image {
        width: 11.25vw;
        height: 8.889vw;
    }
    .section-product-item-content-paragraph-box {
        border-bottom: 0.069vw solid #DADBDC;
        padding-bottom: 0.833vw;
        margin-bottom: 0.833vw;
    }
    .section-product-item-content-paragraph {
        font-size: 0.972vw;
    }
    .section-product-item-content-name-box {
        margin-bottom: 1.25vw;
    }
    .section-product-item-content-name {
        font-size: 1.389vw;
    }
    .section-product-item-content-weight {
        font-size: 1.111vw;
    }
    .section-product-item-background-image {
        top: -2.778vw;
        right: 4.861vw;
        width: 13.194vw;
        height: 10.694vw;
    }
    .section-product-item-content-previous {
        top: 23.056vw;
        left: 4.306vw;
        width: 3.333vw;
        height: 3.333vw;
        border-radius: 0.278vw;
        padding-left: 0.278vw;
    }
    .section-product-item-content-previous-arrow {
        border-width: 0px 0.208vw 0.208vw 0;
        padding: 0.347vw;
    }
    .section-product-item-content-next {
        top: 23.056vw;
        right: 4.306vw;
        width: 3.333vw;
        height: 3.333vw;
        border-radius: 0.278vw;
        padding-right: 0.278vw;
    }
    .section-product-item-content-next-arrow {
        border-width: 0px 0.208vw 0.208vw 0;
        padding: 0.347vw;
    }
    .section-get-to-know-each-part-of-the-pig {
        height: 36.111vw;
    }
    .section-get-to-know-each-part-of-the-pig-box {
        width: 84.444vw;
        height: 25vw;
        border-radius: 0.972vw;
        padding: 0 6.806vw 0 6.389vw;
    }
    .section-get-to-know-each-part-of-the-pig-box:before {
        left: 35.972vw;
        width: 0.069vw;
        height: 16.667vw;
    }
    .section-get-to-know-each-part-of-the-pig-paragraph {
        font-size: 3.194vw;
    }
    .section-get-to-know-each-part-of-the-pig-image-box {
        width: 34.028vw;
        height: 18.056vw;
    }
    .section-get-to-know-each-part-of-the-pig-background-1 {
        bottom: 7.5vw;
        left: 2.778vw;
        width: 10.833vw;
        height: 10.417vw;
    }
    .section-get-to-know-each-part-of-the-pig-background-2 {
        top: -8.333vw;
        right: 5.417vw;
        width: 14.583vw;
        height: 12.083vw;
    }

}
@media screen and (max-width: 1024px) { 
    .section-featured-products {
        height: 80vw;
        padding: 13.488vw 0 0;
    }
}
@media screen and (max-width: 430px) { 

    .section-hero-all-product-page {
        height: 93.023vw;
        padding-left: 0;
        padding-top: 23.256vw;
        align-items: flex-start;
    }
    .section-hero-all-product-page-header {
        font-size: 9.302vw;
        font-family: "sukhumvit-set-semibold";
    }
    .section-hero-all-product-page-image-1 {
        display: none;
        top: 6.111vw;
        left: 3.889vw;
        width: 1.111vw;
        height: 1.111vw;
    }
    .section-hero-all-product-page-image-2 {
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
        width: 85.581vw;
        height: 41.86vw;
    }
    .section-hero-all-product-page-image-3 {
        display: none;
        top: 6.806vw;
        right: 4.167vw;
        width: 1.042vw;
        height: 1.181vw;
    }
    .section-hero-all-product-page-image-4 {
        display: none;
        bottom: 5.278vw;
        right: 0;
        width: 7.639vw;
        height: 7.083vw;
    }
    .header-pagination {
        padding: 5.581vw 10.442vw 8vw;
        height: auto;
    }
    .header-pagination-wrapper {
        flex-wrap: wrap;
        gap: 0.417vw;
    }
    .header-pagination-paragraph {
        font-size: 3.256vw;
    }
    .header-pagination-slash {
        font-size: 3.256vw;
    }
    .pagination-background-image {
        display: none;
        top: 1.667vw;
        right: 4.861vw;
        width: 1.042vw;
        height: 1.181vw;
    }
    .section-all-product-select {
        height: 79.07vw;
        /*padding: 0 5.581vw 4.651vw;*/
    }
    .section-all-product-select:before {
        width: 85.116vw;
        height: 0.233vw;
    }
    .section-all-product-select-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.163vw;
    }
    .section-all-product-select-box {
        width: 100%;
        gap: 2.326vw;
    }
    .section-all-product-select-image-box {
        width: 20.465vw;
        height: 20.465vw;
        border-radius: 1.86vw;
    }
    .section-all-product-select-image {
        height: 15.8vw;
    }
    .section-all-product-select-paragraph {
        font-size: 3.256vw;
    }
    .section-featured-products {
        height: 116.279vw;
        padding: 13.488vw 0 0;
    }
    .section-featured-products-header-2-box {
        margin-bottom: 6vw;
    }
    .section-featured-products-header-2 {
        font-size: 7.442vw;
    }
    .section-featured-products-content-container {
        overflow-x: scroll;
        width: 100vw;
        height: 76vw;
    }
    .section-featured-products-content-wrapper {
        gap: 3.256vw;
        width: max-content;
        align-items: center;
        padding: 0 7.442vw;
    }
    .section-featured-products-content-hero-box {
        width: 66.977vw;
        height: 69.302vw;
        border-radius: 3.256vw;
        gap: 0.833vw;
    }
    .section-featured-products-content-hero-header {
        font-size: 5.581vw;
    }
    .section-featured-products-content-hero-image {
        width: 57.674vw;
        height: 42.791vw;
    }
    .section-featured-products-content-detail-wrapper {
        gap: 3.256vw;
    }
    .section-featured-products-content-detail-box {
        width: 48.372vw;
        height: 69.302vw;
        border-radius: 3.256vw;
        padding: 6.512vw 3.256vw 0;
        box-shadow: 0px 0px 1.725vw 1.308vw rgba(238, 238, 238, 0.8);
    }
    .section-featured-products-content-detail-image-box {
        margin-bottom: 5.116vw;
    }
    .section-featured-products-content-detail-image {
        width: 35.349vw;
        height: 27.907vw;
    }
    .section-featured-products-content-detail-paragraph-box {
        border-bottom: 0.233vw solid #DADBDC;
        padding-bottom: 2.791vw;
        margin-bottom: 2.791vw;
    }
    .section-featured-products-content-detail-paragraph {
        font-size: 3.256vw;
    }
    .section-featured-products-content-detail-name-box {
        margin-bottom: 1.86vw;
    }
    .section-featured-products-content-detail-name {
        font-size: 4.651vw;
    }
    .section-featured-products-content-detail-weight {
        font-size: 3.721vw;
    }
    .section-product-item {
        height: 147.442vw;
        padding-top: 18.14vw;
    }
    .section-product-item-header-box {
        margin-bottom: 6.047vw;
        padding-left: 7.442vw;
    }
    .section-product-item-header {
        font-size: 7.442vw;
    }
    .section-product-item-content-container {
        overflow-x: scroll;
        width: 100vw;
        height: 83.721vw;
        align-items: center;
    }
    .section-product-item-content-wrapper {
        width: max-content;
        gap: 3.256vw;
        padding: 0 7.442vw;
    }
    .section-product-item-content-box {
        width: 51.163vw;
        height: 74.419vw;
        border-radius: 3.256vw;
        padding: 6.512vw 4.186vw 0;
        box-shadow: 0px 0px 1.725vw 1.308vw rgba(238, 238, 238, 0.8);
    }
    .section-product-item-content-image-box {
        margin-bottom: 6.512vw;
    }
    .section-product-item-content-image {
        width: 37.674vw;
        height: 29.767vw;
    }
    .section-product-item-content-paragraph-box {
        border-bottom: 0.233vw solid #DADBDC;
        padding-bottom: 3.256vw;
        margin-bottom: 2.791vw;
    }
    .section-product-item-content-paragraph {
        font-size: 3.256vw;
    }
    .section-product-item-content-name-box {
        margin-bottom: 2.791vw;
    }
    .section-product-item-content-name {
        font-size: 4.651vw;
    }
    .section-product-item-content-weight {
        font-size: 3.721vw;
    }
    .section-product-item-background-image {
        display: none;
        top: -2.778vw;
        right: 4.861vw;
        width: 13.194vw;
        height: 10.694vw;
    }
    .section-product-item-content-previous {
        display: none;
        top: 23.056vw;
        left: 4.306vw;
        width: 3.333vw;
        height: 3.333vw;
        border-radius: 0.278vw;
        padding-left: 0.278vw;
    }
    .section-product-item-content-previous-arrow {
        border-width: 0px 0.208vw 0.208vw 0;
        padding: 0.347vw;
    }
    .section-product-item-content-next {
        display: none;
        top: 23.056vw;
        right: 4.306vw;
        width: 3.333vw;
        height: 3.333vw;
        border-radius: 0.278vw;
        padding-right: 0.278vw;
    }
    .section-product-item-content-next-arrow {
        border-width: 0px 0.208vw 0.208vw 0;
        padding: 0.347vw;
    }
    .section-get-to-know-each-part-of-the-pig {
        height: 102.326vw;
        margin-top: 6vw;
    }
    .section-get-to-know-each-part-of-the-pig-box {
        flex-direction: column;
        justify-content: flex-start;
        width: 85.116vw;
        height: 93.023vw;
        border-radius: 3.256vw;
        padding: 12.558vw 0 0;
        gap: 7.907vw;
    }
    .section-get-to-know-each-part-of-the-pig-box:before {
        display: none;
        left: 35.972vw;
        width: 0.069vw;
        height: 16.667vw;
    }
    .section-get-to-know-each-part-of-the-pig-paragraph {
        font-size: 7.442vw;
        text-align: center;
    }
    .section-get-to-know-each-part-of-the-pig-image-box {
        width: 74.419vw;
        height: 39.535vw;
    }
    .section-get-to-know-each-part-of-the-pig-background-1 {
        display: none;
        bottom: 7.5vw;
        left: 2.778vw;
        width: 10.833vw;
        height: 10.417vw;
    }
    .section-get-to-know-each-part-of-the-pig-background-2 {
        display: none;
        top: -8.333vw;
        right: 5.417vw;
        width: 14.583vw;
        height: 12.083vw;
    }

}