﻿body {
    background-color: #FDFBF3;
}

.bannerHeading {
    color: #434343;
    font-family: "Grandstander-Bold", cursive;
    font-size: 3.7vw;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .bannerHeading {
        font-size: 38px;
    }
}

.sectionTitle {
    font-family: "Grandstander-Bold", cursive;
    font-size: 2vw;
}

@media screen and (max-width: 768px) {
    .sectionTitle {
        font-size: 28px;
    }
}

.subheadingSemiBold {
    font-family: "Grandstander-SemiBold", cursive;
    font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
    .subheadingSemiBold {
        font-size: 20px;
    }
}

.subheading {
    font-family: "Grandstander-Bold", cursive;
    font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
    .subheading {
        font-size: 20px;
    }
}

.subheadingPoppins {
    font-family: "Poppins-Medium", cursive;
    font-size: 1.3vw;
    color: #434343;
}

@media screen and (max-width: 768px) {
    .subheadingPoppins {
        font-size: 20px;
    }
}

.bodyText {
    font-family: "Poppins-Regular", cursive;
    font-size: 1.05vw;
}

@media screen and (max-width: 768px) {
    .bodyText {
        font-size: 14px;
    }
}

.bodyTextSmall {
    font-family: "Poppins-Regular", cursive;
    font-size: 0.95vw;
}

@media screen and (max-width: 768px) {
    .bodyTextSmall {
        font-size: 14px;
    }
}

.articleSubtitle {
    font-family: "Poppins-Regular", cursive;
    font-size: 0.85vw;
}

@media screen and (max-width: 768px) {
    .articleSubtitle {
        font-size: 14px;
    }
}

.bodyTextSemibold {
    font-family: "Poppins-SemiBold", cursive;
    font-size: 1vw;
}

@media screen and (max-width: 768px) {
    .bodyTextSemibold {
        font-size: 16px;
    }
}

.bodyTextGrandstander {
    font-family: "Grandstander-Bold", cursive;
    font-size: 1vw;
}

@media screen and (max-width: 768px) {
    .bodyTextGrandstander {
        font-size: 16px;
    }
}

.title {
    font-family: "Grandstander-Medium", cursive;
    font-size: 1.4vw;
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 18px;
    }
}

.reviewDate {
    font-family: "Grandstander-Medium", cursive;
    font-size: 0.95vw;
}

@media screen and (max-width: 768px) {
    .reviewDate {
        font-size: 14px;
    }
}

.reviewName {
    font-family: "Poppins-Bold", cursive;
    font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
    .reviewName {
        font-size: 18px;
    }
}

.verticalLine {
    width: 0.1vw;
    height: 1vw;
    border: none;
    border-left: 0.1vw solid #FFFCF5;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .verticalLine {
        width: 5vw;
        height: 0.1vw;
        border-top: 0.1vw solid #FFFCF5;
        position: absolute;
        top: -62%;
    }
}

@media screen and (max-width: 768px) {
    .aboutLineLower {
        top: -49% !important;
    }
}

.productPrice {
    color: #434343;
    font-family: "Grandstander-Bold", cursive;
    font-size: 2vw;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .productPrice {
        font-size: 20px;
        display: none;
    }
}

.productPriceCurrency {
    color: #434343;
    font-family: "Poppins-Regular", cursive;
    font-size: 1.1vw;
}

@media screen and (max-width: 768px) {
    .productPriceCurrency {
        font-size: 16px;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobileMargin {
        margin-top: -10% !important;
    }
}

[data-inviewport=productCucumberRoate1].is-inViewport {
    animation: banner2FoodRotate1 0.8s;
}

[data-inviewport=productCucumberRoate2].is-inViewport {
    animation: banner2FoodRotate2 0.8s;
}

[data-inviewport=productCucumberScale] {
    opacity: 0;
    transform: scale(0);
    transform-origin: right;
}

    [data-inviewport=productCucumberScale].is-inViewport {
        transform-origin: bottom;
        transform: scale(1);
        opacity: 1;
        transition: 0.8s;
    }

[data-inviewport=broccoli1].is-inViewport {
    transform: rotate(355deg) !important;
    transition: 0.8s;
}

[data-inviewport=broccoli2].is-inViewport {
    transform: rotate(259deg) !important;
    transition: 0.8s;
}

[data-inviewport=banner2FoodWrapper] {
    opacity: 0;
    transform: translateY(-50%);
    transform-origin: right;
}

    [data-inviewport=banner2FoodWrapper].is-inViewport {
        transform-origin: bottom;
        transform: translateY(-120%);
        opacity: 1;
        transition: 0.6s;
        transition-delay: 0.2s;
    }

[data-inviewport=banner2FoodRotate1].is-inViewport {
    animation: banner2FoodRotate1 2s;
    animation-delay: 0.2s;
}

[data-inviewport=banner2FoodRotate2].is-inViewport {
    animation: banner2FoodRotate2 2s;
    animation-delay: 0.2s;
}

[data-inviewport=banner2FoodRotate3].is-inViewport {
    animation: banner2FoodRotate3 2s;
    animation-delay: 0.2s;
}

[data-inviewport=bannerFoodRotate].is-inViewport {
    transform: rotate(0deg) !important;
    transition: 0.6s;
}

[data-inviewport=ballRow].is-inViewport {
    transform: translateX(0%) !important;
    transition: 1s;
}

[data-inviewport=ballRotate].is-inViewport {
    animation: banner2FoodRotate1 1s;
}

[data-inviewport=faqBannerPaw].is-inViewport {
    animation: faqBannerPaw 0.65s;
}

@keyframes faqBannerPaw {
    0% {
        transform: translateY(60%);
    }

    70% {
        transform: translateY(-5%);
    }

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

@keyframes banner2FoodRotate1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes banner2FoodRotate2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes banner2FoodRotate3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

@keyframes productSectDog {
    0% {
        transform: translateY(10%);
    }

    20% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(0%);
    }

    70% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(10%);
    }
}

.reviewcarouseldots {
    position: absolute;
    width: 100%;
    bottom: 12%;
    left: -2.5%;
    height: auto;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .reviewcarouseldots {
        display: flex;
        justify-content: center;
        bottom: 15%;
        left: 0%;
    }
}

.reviewcarouseldots .reviewcarouseldot {
    border: 0;
    width: 1%;
    height: 0.3%;
    margin: 0.2vw;
    border-radius: 1vw;
    background-color: #3E4490;
    opacity: 0.5;
    padding: 0.25vw;
    box-shadow: 0vw 0.1vw 0.5vw 0.1vw rgba(0, 0, 0, 0.001);
}

@media screen and (max-width: 768px) {
    .reviewcarouseldots .reviewcarouseldot {
        width: 1.8%;
        height: 1.8vw;
        margin: 0.8vw;
    }
}

.reviewcarouseldots .reviewcarouseldot.active {
    width: 3.8%;
    border-radius: 2vw;
}

@media screen and (max-width: 768px) {
    .reviewcarouseldots .reviewcarouseldot.active {
        width: 6%;
        height: 1.8vw;
        margin: 0.8vw;
    }
}

.reviewcarouseldots .reviewcarouseldot.active, .reviewcarouseldots .reviewcarouseldot:hover {
    background-color: #3E4490;
    opacity: 1;
    transition: 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .reviewcarouseldots .reviewcarouseldot.active, .reviewcarouseldots .reviewcarouseldot:hover {
        background-color: #3E4490;
        opacity: 1;
    }
}

.loading {
    display: none;
}

#portion-selection {
    position: absolute;
    bottom: 24%;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    #portion-selection {
        bottom: 18%;
    }
}

#proper-thawing {
    position: absolute;
    bottom: 34%;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    #proper-thawing {
        bottom: 22%;
    }
}

#instant-pet-delight {
    position: absolute;
    bottom: 37%;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    #instant-pet-delight {
        bottom: 19%;
    }
}

.bannerSect {
    width: 100vw;
    height: 57vw;
    position: relative;
}

@media screen and (max-width: 768px) {
    .bannerSect {
        height: auto;
        padding-bottom: 20%;
    }
}

.bannerSect .howToUseBannerBg {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    display: block;
}

@media screen and (max-width: 768px) {
    .bannerSect .howToUseBannerBg {
        display: none;
    }
}

.bannerSect .htuBannerBgMobile {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    display: none;
}

@media screen and (max-width: 768px) {
    .bannerSect .htuBannerBgMobile {
        display: block;
    }
}

.bannerSect .howToUseBannerBotWave {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .bannerSect .howToUseBannerBotWave {
        width: 260%;
        position: absolute;
        bottom: -6%;
        left: -8%;
    }
}

.bannerSect .qnMarkSect {
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 18%;
    right: 8%;
}

@media screen and (max-width: 768px) {
    .bannerSect .qnMarkSect {
        width: 12vw;
        height: 12vw;
        top: 14%;
        right: 12%;
    }
}

.bannerSect .qnMarkSect .qnMarkWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

    .bannerSect .qnMarkSect .qnMarkWrapper .htuQnMark1 {
        width: 39%;
        position: absolute;
        top: 5%;
        left: 0%;
        transform-origin: bottom;
        animation: rotateAntiClockwise 2s;
        animation-iteration-count: infinite;
    }

    .bannerSect .qnMarkSect .qnMarkWrapper .htuQnMark2 {
        width: 45%;
        position: absolute;
        top: 12%;
        left: 30%;
        animation: bannerFoodShake 2s;
        animation-iteration-count: infinite;
    }

    .bannerSect .qnMarkSect .qnMarkWrapper .htuQnMark3 {
        width: 64%;
        position: absolute;
        bottom: 0%;
        right: 0%;
        transform-origin: left;
        animation: rotateClockwise 2s;
        animation-iteration-count: infinite;
    }

.bannerSect .headingSect {
    width: 47%;
    margin-left: 6%;
    padding-top: 20%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .bannerSect .headingSect {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 110%;
    }
}

.bannerSect .headingSect .bannerHeading {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .bannerSect .headingSect .bannerHeading {
        text-align: center;
    }
}

.bannerSect .htuBannerStepGuideSect {
    width: 47%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3%;
    margin-left: 6%;
}

@media screen and (max-width: 768px) {
    .bannerSect .htuBannerStepGuideSect {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
}

.bannerSect .htuBannerStepGuideSect .htuBannerStepContainer {
    width: 100%;
    position: relative;
    transition: 0.5s;
}

    .bannerSect .htuBannerStepGuideSect .htuBannerStepContainer:hover {
        transform: scale(1.1);
    }

    .bannerSect .htuBannerStepGuideSect .htuBannerStepContainer .htuBannerStepHeading {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

        .bannerSect .htuBannerStepGuideSect .htuBannerStepContainer .htuBannerStepHeading .htuBannerStep1Icon {
            width: 20%;
            position: relative;
            margin-right: 10%;
        }

        .bannerSect .htuBannerStepGuideSect .htuBannerStepContainer .htuBannerStepHeading .htuBannerStepHeadingTitleVector {
            width: 53%;
            position: relative;
        }

    .bannerSect .htuBannerStepGuideSect .htuBannerStepContainer .htuBannerStep1Card {
        width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: -4%;
    }

.htuStep1InstructionSect {
    width: 100vw;
    height: 35vw;
    position: relative;
    background-color: #BC7030;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect {
        height: auto;
    }
}

.htuStep1InstructionSect .instructionSect {
    width: 32%;
    position: relative;
    margin-left: 24%;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .instructionSect {
        width: 92%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
}

.htuStep1InstructionSect .instructionSect .htuStep1Instructions {
    width: 54%;
    position: absolute;
    margin-right: auto;
    top: -40%;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .instructionSect .htuStep1Instructions {
        top: -18%;
    }
}

.htuStep1InstructionSect .instructionSect .instructionTextSect {
    width: 69%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

    .htuStep1InstructionSect .instructionSect .instructionTextSect .subheading {
        color: #FFD884;
        margin-top: 0;
        padding-top: 8%;
    }

    .htuStep1InstructionSect .instructionSect .instructionTextSect .bodyText {
        color: #FFF8E3;
    }

.htuStep1InstructionSect .instructionStep1Line {
    width: 48%;
    position: absolute;
    top: 29%;
    left: 16%;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .instructionStep1Line {
        width: 115%;
        position: absolute;
        top: 45%;
        left: -49%;
        transform: rotate(-90deg);
    }
}

.htuStep1InstructionSect .instructionStep1CardSect {
    width: 18vw;
    height: 12vw;
    position: absolute;
    top: -11%;
    right: 14%;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .instructionStep1CardSect {
        width: 56vw;
        height: 36vw;
        position: absolute;
        top: 28%;
        right: 5%;
    }
}

.htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper {
    width: 100%;
    height: 50%;
    position: relative;
}

    .htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .instructionStep1Card {
        width: 100%;
        position: relative;
        top: 0%;
        left: 0%;
    }

    .htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn {
        width: 25%;
        text-decoration: none;
        color: white;
        padding: 2% 8%;
        border-radius: 2vw;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0vw 1vw 1.5vw -0.5vw rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0vw 1vw 1.5vw -0.5vw rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0vw 1vw 1.5vw -0.5vw rgba(0, 0, 0, 0.05);
        position: relative;
        display: block;
        margin-top: -17%;
    }

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn {
        display: block;
        text-align: center;
        margin-top: -18%;
        width: 28%;
        margin-left: auto;
        margin-right: auto;
        padding: 4% 8%;
        border-radius: 6vw;
        box-shadow: 0vw 4vw 4.5vw -2vw rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0vw 4vw 4.5vw -2vw rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0vw 4vw 4.5vw -2vw rgba(0, 0, 0, 0.1);
        margin-bottom: 18%;
    }
}

.htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .hiddenSubmitBtn {
    text-decoration: none;
    padding: 9%;
    background-color: transparent;
    border-radius: 2vw;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    top: 0%;
    display: block;
    width: 84%;
    left: 0;
    text-align: center;
}

    .htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .hiddenSubmitBtn span {
        position: relative;
        color: #3e4490;
        margin-left: -24%;
    }

    .htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .hiddenSubmitBtn .contactFormSubmitBtnStroke {
        width: 100%;
        position: absolute;
        top: 0%;
        left: 0%;
    }

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .hiddenSubmitBtn {
        display: none;
    }
}

.htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .initialSubmitBtn {
    width: 84%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 9%;
    color: #434343;
    text-align: center;
    background: transparent;
    -webkit-mask: url("../images/natureSmaller.png");
    mask: url("../images/natureSmaller.png");
    -webkit-mask-size: 7100% 100%;
    mask-size: 7100% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(70) forwards;
    animation: ani2 0.7s steps(70) forwards;
}

@media screen and (max-width: 1200px) {
    .htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .initialSubmitBtn {
        -webkit-animation: none;
        animation: none;
    }
}

.htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .initialSubmitBtn span {
    position: relative;
    margin-left: -24%;
}

.htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .initialSubmitBtn .contactFormSubmitBtn {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .initialSubmitBtn .sendEnquiryText {
    color: #434343;
}

.htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .initialSubmitBtn:hover {
    -webkit-animation: ani 0.7s steps(70) forwards;
    animation: ani 0.7s steps(70) forwards;
}

@media screen and (max-width: 1200px) {
    .htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .submitBtn .initialSubmitBtn:hover {
        -webkit-animation: none;
        animation: none;
    }
}

.htuStep1InstructionSect .instructionStep1CardSect .instructionStep1CardWrapper .instructionStep1FoodPic {
    width: 22%;
    position: absolute;
    top: 72%;
    right: -5%;
}

.htuStep1InstructionSect .feedingGuideIconsWrapper {
    width: 65%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0%;
    margin-left: 6%;
    margin-right: auto;
    margin-top: -7%;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .feedingGuideIconsWrapper {
        width: 66%;
        grid-template-columns: 100%;
        padding-bottom: 10%;
    }
}

.htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect {
    width: 100%;
    position: relative;
}

    .htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(2) {
        margin-top: 55%;
    }

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(2) {
        margin-top: -30%;
        margin-left: 14%;
    }
}

.htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(3) {
    margin-top: 55%;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(3) {
        margin-top: -30%;
        margin-left: 14%;
    }
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect:nth-child(4) {
        margin-top: -30%;
        margin-left: -5%;
    }
}

.htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect .feedingGuideIcon1 {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect .feedingGuideIcon1 {
        width: 64%;
        margin-left: -8%;
    }
}

.htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect .sectionTitle {
    color: #434343;
    margin: 0;
    text-align: center;
    margin-top: -24%;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect .sectionTitle {
        position: absolute;
        top: 74%;
        left: 42%;
    }
}

.htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect .bodyText {
    color: #434343;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .feedingGuideIconsWrapper .feedingGuideIconsect .bodyText {
        position: absolute;
        top: 46%;
        left: 42%;
    }
}

.htuStep1InstructionSect .htuYellowOpened {
    width: 22%;
    position: absolute;
    bottom: -13%;
    right: 14%;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .htuYellowOpened {
        width: 48%;
        bottom: -1%;
        right: 16%;
    }
}

.htuStep1InstructionSect .htuYellowUnopened {
    width: 16%;
    position: absolute;
    bottom: 24%;
    right: 6%;
    animation: bannerFoodShake 2s;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .htuYellowUnopened {
        width: 34%;
        bottom: 14%;
        right: 1%;
    }
}

.htuStep1InstructionSect .instructionStep1BotWave {
    width: 106%;
    position: absolute;
    bottom: -10%;
    left: -3%;
    display: block;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .instructionStep1BotWave {
        display: none;
    }
}

.htuStep1InstructionSect .instructionStep1BotWaveMobile {
    width: 106%;
    position: absolute;
    bottom: -1%;
    left: -3%;
    display: none;
}

@media screen and (max-width: 768px) {
    .htuStep1InstructionSect .instructionStep1BotWaveMobile {
        display: block;
    }
}

.htuStep2InstructionSect {
    width: 100vw;
    height: 30vw;
    position: relative;
    background-color: #FEFBF3;
    padding-bottom: 8%;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect {
        height: auto;
    }
}

.htuStep2InstructionSect .instructionStep2BotWave {
    width: 106%;
    position: absolute;
    left: -3%;
    bottom: -7%;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2BotWave {
        width: 260%;
        position: absolute;
        left: -65%;
        bottom: -5%;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper {
    width: 85%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper {
        display: block;
        width: 100%;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper .instructionStep2 {
    width: 35%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper .instructionStep2 {
        width: 100%;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper .instructionStep2 .htuStep2Instructions {
    width: 50%;
    position: absolute;
}

.htuStep2InstructionSect .instructionStep2Wrapper .instructionStep2 .instructionTextSect {
    width: 71%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

    .htuStep2InstructionSect .instructionStep2Wrapper .instructionStep2 .instructionTextSect .subheading {
        color: #BC7030;
        margin-top: 0;
        padding-top: 17%;
    }

    .htuStep2InstructionSect .instructionStep2Wrapper .instructionStep2 .instructionTextSect .bodyText {
        color: #434343;
    }

.htuStep2InstructionSect .instructionStep2Wrapper .instructionStep2Line {
    width: 8%;
    position: absolute;
    right: 24%;
    top: 30%;
    display: block;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper .instructionStep2Line {
        display: none;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop {
    width: 62%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop {
        width: 100%;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .owl-stage-outer {
    overflow: visible !important;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .owl-stage {
        padding-bottom: 20%;
        margin-top: 22%;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item {
    width: 100%;
    height: 21vw;
    position: relative;
    /*margin-right: 5%;*/
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item {
        height: 65vw;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuFridgeWithCat {
    width: 38%;
    position: absolute;
    left: 2%;
    bottom: 0%;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuFridgeWithCat {
        left: 54%;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuFridgeWithCatImg2 {
    width: 15%;
    position: absolute;
    left: 34%;
    bottom: 42%;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuFridgeWithCatImg2 {
        transform: scaleX(-1);
        bottom: 31%;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuFridgeWithCatImg3 {
    width: 46%;
    position: absolute;
    right: 2%;
    top: 40%;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuFridgeWithCatImg3 {
        width: 40%;
        right: 52%;
        top: 19%;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuAltThawImg1 {
    width: 40%;
    position: absolute;
    left: 22%;
    top: 28%;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuAltThawImg1 {
        width: 45%;
        position: absolute;
        left: 10%;
        top: 0%;
    }
}

.htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuAltThawImg2 {
    width: 28%;
    position: absolute;
    left: 60%;
    bottom: 0%;
}

@media screen and (max-width: 768px) {
    .htuStep2InstructionSect .instructionStep2Wrapper #htu-owl-carousel-desktop .item .htuAltThawImg2 {
        width: 34%;
        position: absolute;
        left: 55%;
        bottom: 0%;
    }
}

.htuStep3InstructionSect {
    width: 100vw;
    height: 28vw;
    position: relative;
    background-color: #E3A038;
}

@media screen and (max-width: 768px) {
    .htuStep3InstructionSect {
        height: auto;
    }
}

.htuStep3InstructionSect .instructionStep3BotWave {
    width: 100%;
    position: absolute;
    bottom: -1%;
    left: 0;
}

@media screen and (max-width: 768px) {
    .htuStep3InstructionSect .instructionStep3BotWave {
        width: 172%;
        position: absolute;
        bottom: -0.5%;
        left: -58%;
    }
}

.htuStep3InstructionSect .instructionStep3Bg {
    width: 100%;
    position: absolute;
    top: -19%;
    left: 0;
    display: block;
}

@media screen and (max-width: 768px) {
    .htuStep3InstructionSect .instructionStep3Bg {
        display: none;
    }
}

.htuStep3InstructionSect .instructionStep3BgMobile {
    width: 100%;
    position: absolute;
    top: 2%;
    left: 0;
    display: none;
}

@media screen and (max-width: 768px) {
    .htuStep3InstructionSect .instructionStep3BgMobile {
        display: block;
    }
}

.htuStep3InstructionSect .htuStep3Instruction {
    width: 86%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-top: 6%;
}

@media screen and (max-width: 768px) {
    .htuStep3InstructionSect .htuStep3Instruction {
        flex-direction: column-reverse;
    }
}

.htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect {
    width: 40%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect {
        width: 100%;
        margin: 15% 0;
    }
}

.htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .htuInstruction3Product {
    width: 98%;
    position: relative;
}

.htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .htuInstruction3SectSpoon {
    width: 10%;
    position: absolute;
    top: 22%;
    right: 14%;
    animation: bannerFoodShake 2s;
    animation-iteration-count: infinite;
}

.htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .htuInstruction3FoodTub {
    width: 18%;
    position: absolute;
    bottom: 16%;
    left: -2%;
}

.htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect {
    width: 22%;
    height: 35%;
    position: absolute;
    top: -23%;
    right: 26%;
    transform: translateY(120%);
}

    .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .banner2FoodAniGroup {
            width: 100%;
            position: absolute;
        }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .vegAni1 {
            width: 14%;
            position: absolute;
            left: 19%;
            top: 18%;
        }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .vegAni2 {
            width: 23%;
            position: absolute;
            right: 33%;
            top: 16%;
        }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .vegAni3 {
            width: 5%;
            position: absolute;
            right: 21%;
            top: 32%;
        }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .vegAni4 {
            width: 25%;
            position: absolute;
            left: 1%;
            bottom: 20%;
        }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .vegAni5 {
            width: 20%;
            position: absolute;
            left: 20%;
            top: 35%;
        }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .vegAni6 {
            width: 32%;
            position: absolute;
            left: 43%;
            bottom: 24%;
        }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .vegAni7 {
            width: 25%;
            position: absolute;
            left: 23%;
            bottom: 5%;
        }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .vegAni8 {
            width: 17%;
            position: absolute;
            right: 31%;
            bottom: 2%;
        }

        .htuStep3InstructionSect .htuStep3Instruction .htuInstruction3ProductSect .foodAniSect .foodAniSectWrapper .vegAni9 {
            width: 18%;
            position: absolute;
            right: 8%;
            bottom: 15%;
        }

.htuStep3InstructionSect .htuStep3Instruction .instructionSect {
    width: 35%;
    position: relative;
    margin-left: 4%;
    margin-right: auto;
    margin-top: -4%;
}

@media screen and (max-width: 768px) {
    .htuStep3InstructionSect .htuStep3Instruction .instructionSect {
        width: 100%;
        margin-top: 18%;
    }
}

.htuStep3InstructionSect .htuStep3Instruction .instructionSect .htuStep3Instructions {
    width: 54%;
    position: absolute;
    margin-right: auto;
    top: -13%;
}

.htuStep3InstructionSect .htuStep3Instruction .instructionSect .instruction3Dog {
    width: 86%;
    position: absolute;
    bottom: 11%;
    right: -58%;
}

@media screen and (max-width: 768px) {
    .htuStep3InstructionSect .htuStep3Instruction .instructionSect .instruction3Dog {
        width: 55%;
        right: -2%;
        bottom: 95%;
    }
}

.htuStep3InstructionSect .htuStep3Instruction .instructionSect .instructionTextSect {
    width: 69%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

    .htuStep3InstructionSect .htuStep3Instruction .instructionSect .instructionTextSect .subheading {
        color: #FDFBF3;
        margin-top: 0;
        padding-top: 8%;
    }

    .htuStep3InstructionSect .htuStep3Instruction .instructionSect .instructionTextSect .bodyText {
        color: #FDFBF3;
    }

/*********************************/

/*.product-card {
    display: flex;
    max-width: 396px;
    padding-top: 41px;
    padding-bottom: 133px;
    flex-direction: column;
    align-items: center;
}*/

/*.product-image-container {
    z-index: 10;
    width: 130px;
    max-width: 100%;
    padding-bottom: 4px;
}*/

/*.product-image {
    aspect-ratio: 0.76;
    object-fit: contain;
    object-position: center;
    width: 100%;
}*/

.background-container {
    align-self: stretch;
    display: flex;
    margin-top: -216px;
    align-items: start;
    overflow: hidden;
    justify-content: start;
}

.background-circle {
    display: flex;
    height: 382px;
    width: 396px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

/*.background-image {
    aspect-ratio: 1.04;
    object-fit: contain;
    object-position: center;
    width: 100%;
}*/

/*.product-title {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
    z-index: 10;
    margin-top: -161px;
    width: 100%;
    max-width: 360px;
    padding: 1px 0;
    font-size: 19px;
    color: #434343;
    text-align: center;
}*/








/*********************************/

/* Base mobile-first styles */
.flex-container {
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center */
    padding: 1rem; /* Spacing for small screens */
    text-decoration: none;
}

.centered-link {
    padding: 0.75rem 1.5rem; /* Relative units */
    text-decoration: none;
    text-align: center;
}

/* Tablet (768px and up) */
@media (min-width: 768px) {
    .flex-container {
        /*min-height: 150px;*/
    }

    .centered-link {
        padding: 1rem 2rem;
    }
}

/* Desktop (1024px and up) */
@media (min-width: 1024px) {
    .flex-container {
        justify-content: left;
        /*min-height: 200px;*/
    }

    .centered-link {
        padding-left: 350px;
    }
}

.seafood {
    color: #EAE8DE;
    font-family: "Grandstander-Bold", cursive;
    font-size: 71px;
    font-weight: 700;
    max-width: 280px;
    margin: 0;
    line-height: 1.2;
    /* Ensure text remains crisp */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Tablet (768px and up) */
@media (min-width: 768px) {
    .seafood {
        justify-content: center;
    }
}

/* Desktop (1024px and up) */
@media (min-width: 1024px) {
    .seafood {
        justify-content: center;
    }
}

/*-----------------------------*/
.broths {
    color: #434343;
    font-family: "Grandstander-Bold", cursive;
    font-size: 71px;
    font-weight: 700;
    max-width: 280px;
    margin: 0;
    line-height: 1.2;
    /* Ensure text remains crisp */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Tablet (768px and up) */
@media (min-width: 768px) {
    .broths {
        justify-content: center;
    }
}

/* Desktop (1024px and up) */
@media (min-width: 1024px) {
    .broths {
        justify-content: center;
    }
}

/*------------------------------*/

.broth-description {
    font-family: "Poppins-Regular", cursive;
    font-size: 1.12vw;
    width: 95%;
    max-width: 853px;
    color: #414141;
    text-align: center;
    margin: -8px auto 0;
}

@media (max-width: 991px) {
    .broth-description {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .broth-description {
        font-size: 14px;
        margin: 14px;
    }
}


/*------------------------------*/

/*-----------------------------*/
.veggies {
    color: #434343;
    font-family: "Grandstander-Bold", cursive;
    font-size: 71px;
    font-weight: 700;
    max-width: 280px;
    margin: 0;
    line-height: 1.2;
    /* Ensure text remains crisp */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Tablet (768px and up) */
@media (min-width: 768px) {
    .veggies {
        justify-content: center;
    }
}

/* Desktop (1024px and up) */
@media (min-width: 1024px) {
    .veggies {
        justify-content: center;
    }
}


.veggies-description {
    font-family: "Poppins-Regular", cursive;
    font-size: 1.12vw;
    width: 95%;
    max-width: 853px;
    color: #434343;
    text-align: center;
    margin: -8px auto 0;
}

@media (max-width: 991px) {
    .veggies-description {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .veggies-description {
        font-size: 14px;
        margin: 14px;
    }
}

/*------------------------------*/


.product-description {
    font-family: "Poppins-Regular", cursive;
    font-size: 1.12vw;
    width: 95%;
    max-width: 849px;
    color: #f3f0e6;
    text-align: center;
    padding-top: -8px;
}
@media screen and (max-width: 768px) {
    .product-description {
        font-size: 14px;
        margin:14px;
    }
}
/***************************************************************/

.product-card {
    display: flex;
    max-width: 378px;
    padding-left: 18px;
    padding-right: 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.product-container {
    padding-top: 50px;
    align-items: center;
    display: flex;
    min-height: 1px;
    flex-direction: column;
    justify-content: center;
}

.product-content {
    display: flex;
    width: 100%;
    padding-bottom: 133px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-image-container {
    align-self: center;
    z-index: 10;
    display: flex;
    margin-top: -180px;
    width: 130px;
    max-width: 100%;
    padding-bottom: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.product-image {
    aspect-ratio: 0.76;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.product-background {
    display: flex;
    margin-top: -216px;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.background-wrapper {
    display: flex;
    min-width: 240px;
    height: 382px;
    width: 396px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

.background-content {
    justify-content: center;
    align-items: stretch;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}

.background-image {
    aspect-ratio: 1.04;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-title {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
    z-index: 10;
    margin-top: -161px;
    margin-bottom: -27px;
    padding: 1px 0;
    font-size: 19px;
    color: #434343;
    text-align: center;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
}

/*************************************************************************************************/
.wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /*padding: 20px;*/
}

.box {
    flex: 1;
    text-align: center;
    width: 100%;
}



/* Desktop view - row layout with opposite content alignment */
@media (min-width: 768px) {
    .wrapper {
        flex-direction: row;
    }

    /*.box {
        width: 33.33%;
    }

        .box:first-child {
            justify-content: flex-end;*/ /* Align right */
    /*}

        .box:nth-child(2) {
            justify-content: center;*/ /* Center */
    /*}

        .box:last-child {
            justify-content: flex-start;*/ /* Align left */
    /*}*/

    .box:first-child {
        display: flex;
        justify-content: flex-end;
    }

    .box:nth-child(2) {
        display: flex;
        justify-content: center;
    }

    .box:last-child {
        display: flex;
        justify-content: flex-start;
    }
}


/*.otherProductSect {
    width: 100vw;
    height: 29vw;
    position: relative;
    background-color: white;
}

@media screen and (max-width: 768px) {
    .otherProductSect {
        height: auto;
    }
}

.otherProductSect .sectionTitle {
    color: #434343;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .otherProductSect .sectionTitle {
        padding-top: 6%;
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop {
        width: 95%;
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-stage-outer {
    overflow: visible !important;
}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .owl-stage {
        padding-bottom: 8%;
        margin-top: 6%;
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav {
    position: absolute;
    width: 7%;
    bottom: 28%;
    right: 16%;
    display: none;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav {
        width: 99%;
        justify-content: space-between;
        left: 1%;
        top: 28%;
        height: 0%;
        display: flex;
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .disabled {
    opacity: 0;
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev {
    width: 2.4vw;
    float: left;
    position: relative;
    height: 3vw;*/
/*transform: translateX(-125%);*/
/*}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev {
        width: 8vw;
        transform: translateX(0%);
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev.disabled:hover img {
    transform: scale(1);
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev:hover {
    background-color: transparent;
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev img {
    width: 160%;
    position: absolute;
    top: -34%;
    left: -27%;
    transition: 0.5s;
}

    .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev img:hover {
        transform: scale(1.1);
    }

@media screen and (max-width: 1200px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-prev img:hover {
        transform: scale(1);
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next {
    width: 2.4vw;
    float: right;
    height: 3vw;
    position: relative;*/
/*transform: translateX(125%);*/
/*}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next {
        width: 8vw;
        transform: translateX(0%);
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next.disabled:hover img {
    transform: scale(1);
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next:hover {
    background-color: transparent;
}

.otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next img {
    width: 160%;
    position: absolute;
    top: -34%;
    right: -27%;
    transition: 0.5s;
}

    .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next img:hover {
        transform: scale(1.1);
    }

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .owl-nav .owl-next img:hover {
        transform: scale(1);
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .item {
    width: 100%;
    position: relative;
    text-decoration: none;*/
/*margin-right: 5%;*/
/*}

    .otherProductSect #otherProduct-owl-carousel-desktop .item:hover .otherProdCarouselYellow {
        transform: scale(1.1);
    }

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .item:hover .otherProdCarouselYellow {
        transform: scale(1);
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .item:hover .otherProdCarouselYellow .otherProdCarouselImg {
    transform: rotate(-25deg);
}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .item:hover .otherProdCarouselYellow .otherProdCarouselImg {
        transform: rotate(0deg);
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselYellow {
    width: 36%;
    position: absolute;
    margin-top: -96%;
    margin-left: 32%;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselYellow {
        width: 40%;
        margin-left: 25%;
        margin-top: -90%;
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselYellow .otherProdCarouselImg {
    width: 100%;
    position: relative;
    transition: 0.5s;
}

.otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselBgYellow {
    width: 110%;
    margin-left: -5%;
}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .item .otherProdCarouselBgYellow {
        width: 125%;
        margin-left: -12%;
        margin-bottom: -11%;
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .item .bodyTextSemibold {
    text-align: center;
    text-decoration: none;
    color: #434343;
}

.otherProductSect #otherProduct-owl-carousel-desktop .item .bodyTextSmall {
    text-align: center;
    text-decoration: none;
    color: #434343;
}

.otherProductSect #otherProduct-owl-carousel-desktop .item .productCarouselName {
    margin-top: -46%;
}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .item .productCarouselName {
        margin-top: -40%;
    }
}

.otherProductSect #otherProduct-owl-carousel-desktop .item .productCarouselPrice {
    margin-top: -5%;
}

@media screen and (max-width: 768px) {
    .otherProductSect #otherProduct-owl-carousel-desktop .item .productCarouselPrice {
        margin-top: -10%;
    }
}*/
