.postid-907 .modal-box a.dch, 
.postid-907 .modal-box a.parknshop{
    display: none !important;
}


.product-section .section-title{
    width: 100%;
}

/*.breadcrumb-wrapper{
    padding-top: 5vw;
}*/

.product-section{
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-top: 7vw;
}

.breadcrumb-ctn{
    width: 80vw;
    margin: 0 auto;
    border-bottom: 1px solid #000;
}

.product-wrapper{
    width: 80vw;
    margin: 5vw auto;
    position: relative;
    text-align: center;
    z-index: 1;
}

.product-wrapper > .product-image{
    max-width: 374px;
    width: 20vw;
}

/*.left-wrapper .soupFrame{
    position: absolute;
    left: 20%;
    top: 5%;
    transform: translate(-50%, -50%);
    max-width: 350px;
    width: 19vw;
}*/

.left-wrapper .series-text{
    position: absolute;
    left: 20%;
    top: 5%;
    transform: translate(-50%, -50%);
    max-width: 350px;
    display: flex;
    align-items: center;
    width: 20vw;
}

.series-text .series-img{
    width: 9vw;
    max-width: 128px;
    position: absolute;
    left: 10%;
    top: 30%;
    transform: translate(-50%, -50%);
}
.series-text .series-title{
    border: 1px solid #D4C687;
    border-radius: 25px;
    padding: 0.2vw 3vw 0.2vw 5vw;
    margin-bottom: 0;
    width: 20vw;
    margin-left: 2vw;
    text-align: left;
    
    background: -webkit-linear-gradient(#D4C687, #9D8057);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5vw;
    font-weight: 600;
}


.left-wrapper .size-holder{
    display: flex;
    align-items: baseline;
    position: absolute;
    left:25%;
    top: 40%;
    gap: 1vw;
    transform: translate(-50%, -50%)
}

.size-holder .size1{
    max-width: 66px;
    width: 4vw;
}

.size-holder .size2{
    max-width: 79px;
    width: 5vw;
}

.left-wrapper .vector1{
    position: absolute;
    left: 26%;
    top: 54%;
    transform: translate(-50%, -50%);
    max-width: 379px;
    width: 20vw;
}

.single-products-powder .left-wrapper .p-text{
    display: none
}
.left-wrapper .p-text{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 33%;
    top: 62%;
    font-size: 0.5vw;
}

.left-wrapper .button-wrapper{
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1vw;
    left: 25%;
    top: 72%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.button-wrapper a{
    max-width: 152px;
    width: 9vw;
    padding: 0.5vw 0.8vw;
    background: #ac2a2f;
    color: #fff;
    text-decoration: none;
    border-radius: 2vw;
    border: 0.1vw solid #D4C687;
    font-size: 1vw;
}



.right-wrapper .product-desc-ctn{
    position: absolute;
    right: 0%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.right-wrapper .product-desc-ctn .vector4{
    max-width: 324px;
    width: 17vw;
} 

.right-wrapper .product-desc-ctn .vector2{
    position: absolute;
    transform: translate(-50%, -50%);
    top: -30%;
    right: -35%;
    max-width: 140px;
    width: 8vw;
}

.right-wrapper .product-desc-ctn .vector3{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    right: -70%;
    max-width: 194px;
    width: 11vw;
}

.right-wrapper .product-desc-ctn > p{
    position: absolute;
    font-size: 1vw;
    text-align: left;
/*    padding: 2vw 4vw;*/
    max-height: 150px;
    overflow-y: auto;
    
    max-width: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.right-wrapper .product-desc-ctn > p::-webkit-scrollbar {
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

.product-desc-ctn .product-name-ctn{
    writing-mode: vertical-lr;
    background: #ac2a2f;
    color: #fff;
    padding: 1vw 0.5vw;
    letter-spacing: 0.5vw;
    display: inline-block;
    position: absolute;
    left: 0;
/*    top: 35%;*/
    top: 28%;
    transform: translate(-50%, -50%);
    width: auto;
/*    height: 11vw;
    min-height: 11vw;*/
    height: 18vw;
    min-height: 13vw;
    text-align: left;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-products-powder .product-desc-ctn .product-name-ctn{
    height: 22vw;
    top: 45%;
}

.product-name-ctn h1{
    font-size: 1.5vw;
    margin-bottom: 0;
}

@media(min-width: 1400px){
    .series-text .series-title{
        font-size: 28px;
        padding: 5px 5px 5px 70px;
    }
}

@media(max-width: 580px){
    .product-section .section-title{
        display: none;
    }
    .product-section .mobile-section-title{
        display: block !important;
        width: 100%;
    }
    
    .product-section{
        margin-top: 10vw;
    }
}

@media(max-width: 480px){    
    .product-section{
        margin-top: 15vw;
    }
    
    .product-wrapper.desktop-product{
        display: none;
    }
    .product-wrapper.mobile-product{
        display: block !important;
        margin-bottom: 30vw;
    }
    
    .single-products-powder .product-desc-ctn .product-name-ctn{
        height: 66vw;
    }
/*    .series-img{
        text-align: left;
        margin-bottom: 10vw;
    }
    .series-img img{
        max-width: 233px;
        width: 50vw;
    }*/
    .mobile-product .post-wrapper .product-image{
        max-width: 210px;
        width: 55vw;
    }
    .mobile-product .post-wrapper{
        text-decoration: none;
        color: #000;
    }
    .mobile-product .series-text{
        position: relative;
        margin-bottom: 18vw;
    }
    .mobile-product .series-text .series-title{
        width: auto;
        font-size: 6vw;
        padding: 2vw 4vw 2vw 15vw;
        text-align: left;
        margin-left: 5vw;
    }
    .mobile-product .series-text .series-img{
        max-width: 90px;
        width: 25vw;
    }
    .post-wrapper .size-holder-wrapper{
        position: relative;
    }
    .size-holder-wrapper .vector1{
        width: 100%;
        margin-top: -8vw;
    }
    .size-holder-wrapper .p-text{
        display: block;
        text-align: right;
        font-size: 3vw
    }
    .post-wrapper .size-holder{
        margin-top: 10vw;
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 5vw;
    }
    .size-holder .size1{
        width: 15vw;
    }
    .size-holder .size2{
        width: 16vw;
    }
    .button-wrapper{
        margin-top: 10vw;
    }
    .button-wrapper a{
        padding: 2vw 8vw;
        border-radius: 7vw;
        font-size: 5vw;
    }
    
    .right-wrapper .product-desc-ctn{
        margin-top: 40vw;
        position: relative;
        right: unset;
        top: unset;
        transform: none;
    }
    .right-wrapper .product-desc-ctn > p{
        font-size: 4vw;
        max-width: 190px;
        width: 36vw;
        left: 45%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .right-wrapper .product-desc-ctn .vector4{
        width: 60vw;
        max-wdith: 260px;
    }
    .product-desc-ctn .product-name-ctn{
        height: 54vw;
        left: 12%;
        width: 10vw;
        display: flex;
        align-items: center;
    }
    .product-name-ctn h1{
        font-size: 5vw;
        letter-spacing: 1vw
    }
    .right-wrapper .product-desc-ctn .vector2{
        width: 25vw;
        max-width: 110px;
        top: -30%;
        right: -4%;
    }
    .right-wrapper .product-desc-ctn .vector3{
        position: absolute;
        max-width: 150px;
        width: 34vw;
        right: -28%;
        top: 55%;
    }
}

/*product detail end*/



/*related recipe section*/
.spacer{
    width: 1px;
    height: 3vw;
    display: block;
    background: #ac2a2f;
}

.spacer.s1{
/*    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%);*/
}
.spacer.s2{
/*    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);*/
}

.recipe-wrapper{
    background:url('/wp-content/themes/swanson/src/image/product_soup_recipe_bg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 40vw;
    margin-top: -8vw;
    text-align: center;
    padding-bottom: 8vw;
    position: relative;
}

.recipe-wrapper .section-title{
    width: 14vw;
    max-width: 264px;
    margin: 8vw auto 3vw;
}

.box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw
}

.box-container .recipe-link{
    text-decoration: none;
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
}

.recipe-link:hover {
    background: #fff7ed;
    transform: scale(1.02);
}

.recipe-link .slogan-ctn{
    position: absolute;
    width: 8vw;
    max-width: 115px;
    height: 6vw;
    max-height: 85px;
    font-size: 0.8vw;
    background: url('/wp-content/themes/swanson/src/image/search_recipe_slogan.svg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 10%;
    right: -10%;
    color: #ac2a2f;
    opacity: 0;
    transition: all 0.3s ease;
}
.recipe-link .slogan-ctn .slogan{
    width: 5vw;
    font-family: 'HanziPen TC';
    font-weight: 600;
}

.recipe-link:hover .slogan-ctn{
    opacity: 1;
}


.box-container .box-outline{
/*    border: 1px solid #CACACA;*/
    width: 18vw;
    height: auto;
    text-align: center;
}

.box-outline .recipe-name{
    font-size: 1.3vw;
    margin: 1vw 0;
    color: #ac2a2f;
    font-weight: 600;
    
}

.box-outline .recipe-cover{
    width: 16vw;
    height: 10vw;
    max-height: 180px;
    margin: 0 auto;
    max-width: 435px;
}

.box-outline .recipe-info-ctn{
    width: 16vw;
    margin: 2vw auto 1vw;
    height: 4vw;
    border: 1px solid #ac2f2a;
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.recipe-info-ctn .product-img-ctn{
    position: relative;
    transition: all 0.3s ease;
}

.recipe-info-ctn .product-img-ctn::before{
    position: absolute;
    content: "";
    background: url('/wp-content/themes/swanson/src/image/search_recipe_hover.png') no-repeat;
    background-size: 100%;
    background-position: center;
    max-width: 75px;
    max-height: 75px;
    width: 4vw;
    height: 4vw;
    top: -10%;
    left: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.recipe-link:hover .product-img-ctn::before{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.recipe-link:hover .product-img-ctn .productImg{
    transform: scale(1.1);
}

.recipe-info-ctn .product-img-ctn .productImg{
    width: 4vw;
    max-width: 58px;
    margin-bottom: 1vw;
}

.recipe-info-ctn .easiness-info-ctn{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2vw
}

.recipe-info-ctn .easiness-info-ctn .easiness{
    display: flex;
    align-items: center;
}

.recipe-info-ctn .easiness-info-ctn > span,
.recipe-info-ctn .cooktime-info-ctn > span{
    font-size: 0.8vw;
    color: #ac2a2f;
    font-weight: 600;
}

.recipe-info-ctn .easiness-info-ctn .easiness img{
    width: 1vw;
    max-width: 16px;
}

.recipe-info-ctn .cooktime-info-ctn{
/*    position: absolute;
    top: 50%;
    left: 85%;
    transform:translate(-50%, -50%);*/
    font-size: 0.8vw;
    color: #ac2f2a
}

.recipe-wrapper .recipe-button-ctn{
    background: #fff;
    border: 2px solid #ac2a2f;
    width: 7vw;    
    max-width: 152px;
    height: 2vw;
    margin: 5vw auto 0;
    border-radius: 1vw;

    display: flex;
    align-items: center;
    justify-content: center;
}

.recipe-button-ctn a{
    text-decoration: none;
    color: #ac2a2f;
    font-size: 1vw;
    font-weight: 600
}


.frame-wrapper .frameImg{
    position: absolute;
}
.frame-wrapper .frame1{
    left: 7%;
    bottom: -20%;
    max-width: 296px;
    width: 16vw;
    opacity: 0;
    transition: all 0.3s ease;
}
.frame-wrapper .frame1.show{
    opacity: 1;
    transform: translate(-50%, -50%);
    animation-name: frame1;
    animation-duration: 2s;
}
@keyframes frame1{
    from{
        transform: translate(-142%, 50%);
    }
    to{
        transform: translate(-50%, -50%)
    }
}

.frame-wrapper .frame2{
    right: -14%;
    top: 40%;
    max-width: 474px;
    width: 25vw;
    opacity: 0;
    transition: all 0.3s ease;
}
.frame-wrapper .frame2.show{
    opacity: 1;
    transform: translate(-50%, -50%);
    animation-name: frame2;
    animation-duration: 2s
}
@keyframes frame2{
    from{
        transform: translate(42%, 50%);
    }
    to{
        transform: translate(-50%, -50%)
    }
}

@media(max-width: 480px){
    .spacer{
        height: 10vw;
    }
    .recipe-wrapper{
        padding-bottom: 25vw;
        position: initial;
    }
    .recipe-wrapper .section-title{
        width: 64vw;
    }
    .box-container.desktop-recipe{
        display: none;
    }
    .box-container.mobile-recipe{
        display: block !important;
    }
    .mobileRelatedRecipeSwiper .swiper-slide{
        background: transparent;
        padding: 10vw 0 8vw;
    }
    .box-container .box-outline{
        max-width: 313px;
        width: 74vw;
        max-height: 386px;
        height: 90vw;
    }
    .box-outline .recipe-name{
        font-size: 5vw;
        margin: 3vw 0;
    }
    .box-outline .recipe-cover{
        height: auto;
        max-width: 287px;
        max-height: 196px;
        width: 66vw;
        height: 50vw;
    }
    .box-outline .recipe-info-ctn{
        max-width: 287px;
        max-height: 76px;
        height: 18vw;
        width: 66vw;
        margin: 5vw auto 3vw;
        
    }
/*    .recipe-info-ctn .product-img-ctn{

    }*/
    .recipe-info-ctn .product-img-ctn::before{
        width:15vw;
        height: 15vw;
    }
    .recipe-info-ctn .product-img-ctn .productImg{
        width: 14vw;
    }
    .recipe-info-ctn .easiness-info-ctn{
        margin-bottom: 2vw;
    }
    .recipe-info-ctn .easiness-info-ctn > span, 
    .recipe-info-ctn .cooktime-info-ctn > span{
        font-size: 4vw;
    }
    .recipe-info-ctn .easiness-info-ctn .easiness{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1vw;
    }
    .recipe-info-ctn .easiness-info-ctn .easiness img{
        width: 4vw;
    }
    .recipe-info-ctn .cooktime-info-ctn .cooking-time span{
        font-size: 3.5vw;
    }
    
    .recipe-wrapper .recipe-button-ctn{
        width: 45vw;
        height: 12vw;
        border-radius: 10vw;
    }
    .recipe-button-ctn a{
        font-size: 6vw;
    }
    .frame-wrapper{
        display: none;
    }
    
    .recipe-link .slogan-ctn{
        width: 30vw;
        max-width: 130px;
        height: 26vw;
        max-height: 95px;
        font-size: 3vw;
        top: 12%;
        right: -12%;
    }
    
    .recipe-link .slogan-ctn .slogan{
        width: 25vw;
    }
    
}
