.pageSection {
    background: #09090a;
    background: -moz-linear-gradient(left, #09090a 0%, #2a2a2a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #09090a), color-stop(100%, #2a2a2a));
    background: -webkit-linear-gradient(left, #09090a 0%, #2a2a2a 100%);
    background: -o-linear-gradient(left, #09090a 0%, #2a2a2a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#09090a), to(#2a2a2a));
    background: linear-gradient(to right, #09090a 0%, #2a2a2a 100%);
    display: flex;
}

.pageSection.come-in.imageLeft .imageBox img {
    display: block;
    transform: translateX(-300px);
    animation: animLTR ease-out 1s forwards;
}

@media only screen and (max-width: 769px) {
    .pageSection.come-in.imageLeft .imageBox img {
        transform: translateY(-300px);
        animation: animate-y-translate ease-in-out 1s forwards;
    }
}

.pageSection.come-in.imageLeft .content h2 {
    transform: translateX(100px);
    animation: animRTL ease-out 1s forwards;
}

.pageSection.come-in.imageLeft .content p {
    transform: translateX(300px);
    animation: animRTL ease-out 1s 0.5s forwards;
}

.pageSection.come-in .imageBox {
    display: block;
}

.pageSection.come-in .imageBox img {
    display: block;
    transform: translateX(300px);
    animation: animRTL linear 1s forwards;
}

@media only screen and (max-width: 769px) {
    .pageSection.come-in .imageBox img {
        transform: translateY(-300px);
        animation: animate-y-translate ease-in-out 1s forwards;
    }
}

.pageSection.come-in .content h2 {
    transform: translateX(-100px);
    animation: animLTR ease-out 1s forwards;
    /*white-space: nowrap;*/
}

.pageSection.come-in .content p {
    transform: translateX(-300px);
    animation: animLTR ease-out 1s 0.5s forwards;
}

.pageSection.come-in .content .bottom a {
    animation: showScale ease-in-out 1s 0.7s forwards;
}

@media only screen and (max-width: 769px) {
    .pageSection {
        flex-direction: column;
        background: #09090a;
        position: relative;
    }

    .pageSection::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0.21) 85%, rgba(255, 255, 255, 0) 98%);
        background: -webkit-gradient(left top, left bottom, color-stop(63%, rgba(255, 255, 255, 0)), color-stop(85%, rgba(255, 255, 255, 0.21)), color-stop(98%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0.21) 85%, rgba(255, 255, 255, 0) 98%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0.21) 85%, rgba(255, 255, 255, 0) 98%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0.21) 85%, rgba(255, 255, 255, 0) 98%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0.21) 85%, rgba(255, 255, 255, 0) 98%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
    }
}

.pageSection.imageLeft {
    justify-content: space-between;
    background: #2a2a2a;
    background: -moz-linear-gradient(left, #2a2a2a 0%, #09090a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2a2a2a), color-stop(100%, #09090a));
    background: -webkit-linear-gradient(left, #2a2a2a 0%, #09090a 100%);
    background: -o-linear-gradient(left, #2a2a2a 0%, #09090a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2a2a2a), to(#09090a));
    background: linear-gradient(to right, #2a2a2a 0%, #09090a 100%);
}

.pageSection.imageLeft .imageBox {
    position: relative;
}

.pageSection.imageLeft .imageBox::before {
    background: rgba(42, 42, 42, 0.08);
    background: -moz-linear-gradient(left, rgba(42, 42, 42, 0.08) 0%, rgba(42, 42, 42, 0.62) 57%, rgba(15, 15, 16, 0.89) 85%, rgba(9, 9, 10, 0.89) 91%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(42, 42, 42, 0.08)), color-stop(57%, rgba(42, 42, 42, 0.62)), color-stop(85%, rgba(15, 15, 16, 0.89)), color-stop(91%, rgba(9, 9, 10, 0.89)));
    background: -webkit-linear-gradient(left, rgba(42, 42, 42, 0.08) 0%, rgba(42, 42, 42, 0.62) 57%, rgba(15, 15, 16, 0.89) 85%, rgba(9, 9, 10, 0.89) 91%);
    background: -o-linear-gradient(left, rgba(42, 42, 42, 0.08) 0%, rgba(42, 42, 42, 0.62) 57%, rgba(15, 15, 16, 0.89) 85%, rgba(9, 9, 10, 0.89) 91%);
    background: -ms-linear-gradient(left, rgba(42, 42, 42, 0.08) 0%, rgba(42, 42, 42, 0.62) 57%, rgba(15, 15, 16, 0.89) 85%, rgba(9, 9, 10, 0.89) 91%);
    background: linear-gradient(to right, rgba(42, 42, 42, 0.08) 0%, rgba(42, 42, 42, 0.62) 57%, rgba(15, 15, 16, 0.89) 85%, rgba(9, 9, 10, 0.89) 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2a2a", endColorstr="#09090a", GradientType=1);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .pageSection.imageLeft .content {
        padding-right: 30px;
    }
}

.pageSection .imageBox {
    display: inline-block;
    vertical-align: middle;
    display: none;
}

@media only screen and (max-width: 769px) {
    .pageSection .imageBox {
        width: 100%;
        order: 1;
    }
}

.pageSection .imageBox img {
    opacity: 0;
    visibility: hidden;
    display: none;
}

@media only screen and (max-width: 1300px) {
    .pageSection .imageBox img {
        height: 400px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .pageSection .imageBox img {
        height: 300px;
    }
}

@media only screen and (max-width: 769px) {
    .pageSection .imageBox img {
        height: auto;
        width: 100%;
    }
}

.pageSection .content {
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 160px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1300px) {
    .pageSection .content {
        padding-right: 80px;
        padding-left: 50px;
        padding-top: 100px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .pageSection .content {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 769px) {
    .pageSection .content {
        width: 100%;
        order: 2;
        text-align: center;
        padding: 80px 20px;
    }
}

.pageSection .content h2 {
    opacity: 0;
    visibility: hidden;
    background: #c5984d;
    background: -moz-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: -webkit-gradient(left top, left bottom, color-stop(12px, #c5984d), color-stop(35px, #09090a));
    background: -webkit-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: -o-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: -ms-linear-gradient(top, #c5984d 12px, #09090a 35px);
    background: linear-gradient(to bottom, #c5984d 12px, #09090a 35px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 27px;
    line-height: 35px;
}

@media only screen and (max-width: 768px) {
    .pageSection .content h2, .customerList h2, .bestselling h2 {
        background: -webkit-repeating-linear-gradient(top, #c5984d 0, #09090a 38px) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        font-weight: bold;
        display: inline-block;
    }

    .bestselling h2 {
        padding: 0 20px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pageSection .content h2 {
        background: transparent;
        color: #c5984d;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .pageSection .content h2 {
        font-size: 20px;
    }
}

.pageSection .content p {
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    text-align: justify;
    max-width: 500px;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .pageSection .content p {
        font-size: 14px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 769px) {
    .pageSection .content p {
        font-size: 14px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 450px) {
    .pageSection .content p {
        max-width: 300px;
    }
}

.pageSection .content .bottom {
    margin-top: 25px;
    max-width: 500px;
}

.pageSection .content .bottom h3 {
    display: flex;
    justify-content: flex-end;
}

.pageSection .content .bottom:after {
    display: block;
    content: "";
    clear: both;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .pageSection .content .bottom {
        margin-top: 0;
    }
}

@media only screen and (max-width: 769px) {
    .pageSection .content .bottom {
        text-align: center;
        max-width: inherit;
    }
}

.pageSection .content .bottom a {
    opacity: 0;
    visibility: hidden;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

@media only screen and (max-width: 769px) {
    .pageSection .content .bottom a {
        float: inherit;
    }
}

.categoryLock {
    background: #1b1b1b;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.categoryLock.come-in .categoryItem div {
    animation: showScale 1s forwards;
}

.categoryLock.come-in .categoryItem h3 {
    transform: translateY(100px);
    animation: animY 1s 0.3s forwards;
}

.categoryLock .categoryItem {
    margin-bottom: 30px;
    width: 49%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /*padding: 125px 30px;*/
    height: 570px;
}

.categoryLock .categoryItem div {
    opacity: 0;
    visibility: hidden;
}

.categoryLock .categoryItem img {
    transition: all linear 0.3s;
}

.categoryLock .categoryItem img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 769px) {
    .categoryLock .categoryItem {
        width: 100%;
    }
}

.categoryLock .categoryItem:nth-child(even) {
    margin-left: 0;
}

/*.categoryLock .categoryItem#c1 {*/
/*    background: url("https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/cat-bg/f1.jpg") no-repeat center;*/
/*    background-size: cover;*/
/*}*/

/*.categoryLock .categoryItem#c2 {*/
/*    background: url("https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/cat-bg/f2.jpg") no-repeat center;*/
/*    background-size: cover;*/
/*}*/

/*.categoryLock .categoryItem#c3 {*/
/*    background: url("https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/cat-bg/f3.jpg") no-repeat center;*/
/*    background-size: cover;*/
/*}*/

/*.categoryLock .categoryItem#c4 {*/
/*    background: url("https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/cat-bg/f4.jpg") no-repeat center;*/
/*    background-size: cover;*/
/*}*/

/*@media only screen and (max-width: 420px) {*/
/*    .categoryLock .categoryItem {*/
/*        background: url("https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/cat-bg/categoryItem-bg-m-min.jpg") no-repeat center !important;*/
/*    }*/
/*}*/

.categoryLock .categoryItem#c4 img {
    margin-left: 70px;
    height: 230px;
}

.categoryLock .categoryItem h3 {
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    background: #d3ad6e;
    background: -moz-linear-gradient(top, #d3ad6e 16px, #09090a 56px);
    background: -webkit-gradient(left top, left bottom, color-stop(16px, #d3ad6e), color-stop(56px, #09090a));
    background: -webkit-linear-gradient(top, #d3ad6e 16px, #09090a 56px);
    background: -o-linear-gradient(top, #d3ad6e 16px, #09090a 56px);
    background: -ms-linear-gradient(top, #d3ad6e 16px, #09090a 56px);
    background: linear-gradient(to bottom, #d3ad6e 16px, #09090a 56px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.categoryLock .categoryItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .categoryLock .categoryItem h3 {
        background: transparent;
        color: #d3ad6e;
    }
}

.pageSection .content ul li {
    font-size: 16px;
    position: relative;
    padding-right: 20px;
}

.pageSection .content ul li:before {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    width: 8px;
    height: 6px;
    background: #000;
    background: -moz-linear-gradient(left, #000 0%, #d3ad6e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #000), color-stop(100%, #d3ad6e));
    background: -webkit-linear-gradient(left, #000 0%, #d3ad6e 100%);
    background: -o-linear-gradient(left, #000 0%, #d3ad6e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#000), to(#d3ad6e));
    background: linear-gradient(to right, #000 0%, #d3ad6e 100%);
}

.pageSection .content h3 {
    font-size: 20px;
}

.pageSection .content p,
.pageSection .content ul,
.pageSection .content h3 {
    opacity: 0;
    visibility: hidden;
}

.pageSection.come-in .content p,
.pageSection.come-in .content ul,
.pageSection.come-in .content h3 {
    transform: translateX(-300px);
    animation: animLTR ease-out 1s 0.5s forwards;
}

.pageSection.come-in.imageLeft .content p,
.pageSection.come-in.imageLeft .content ul,
.pageSection.come-in.imageLeft .content h3 {
    transform: translateX(300px);
    animation: animRTL ease-out 1s 0.5s forwards;
}

@media only screen and (min-width: 800px) {
    .content.remote-ctrl {
        padding: 35px 35px 10px 0;
    }

    .content.simplicity {
        padding: 65px 100px;
    }
}
