#backToTopBtn {
    display:none;
    position: fixed;
    bottom: 77px;
    left: 30px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: #2f384ebf;
    color: white;
    cursor: pointer;
    padding: 12px;
    border-radius: 4px;
}

#backToTopBtn:hover {
    background-color: #2f384e;
}

#main-footer .footer-list-menu, #main-footer .footer-contact {
    max-width: 1564px;
    margin: 0 auto;
    padding: 0 15px;
}
#main-footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.flex{
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
}
.brand-banner{
    margin-top:-1px;
}
/* .brand-banner img{
    max-width:100%;
    width: 100%;
} */
.video-banner video{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    border:0;
    outline:0;
    display: flex;
    max-height: 640px;
}
.info-with-image{
    padding:200px 0;
}
.info-with-image .inner-wrapper{
    display:flex;
    justify-content:space-between;
    column-gap:30px;
    align-items:center;
    position:relative;
}
.info-with-image .background-logo {
    position: absolute;
    top: -26%;
    left: -10%;
    opacity: 4%;
    max-width: 790px;
}
.info-with-image .section-head{
    max-width:500px;
}
.info-with-image .image-block{
    max-width:640px;
}
.info-with-image .section-head .title{
    padding-bottom:10px;
}

.product-listings {
    padding:150px 0;
}
.product-listings .section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:20px;
}
.product-listings .section-head .link {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3f3f46;
}
.product-listings .section-head .link span {
    border-bottom: 1px solid #3f3f46;
    padding: 4px;
}
.product-listings .section-head .link:hover {
    color: #c02127;
}
.product-listings .section-head .link:hover span {
    border-color: #c02127;
}
.product-listings .inner-wrapper {
    min-height:640px;
}
/* .product-listings .product-wrapper {
    display: flex;
    grid-column-gap:32px;
    grid-row-gap: 32px;
} */
.product-listings .listrak-product{
    position:relative;
    overflow:hidden;
    padding:12px 27px;
    margin:0 -27px;
    min-height:580px;
}
.product-listings .product-wrapper .product-box {
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height:460px;
    transition: all 0.3s ease;
    flex: 1;
}
.product-listings .product-wrapper .product-box .overlay-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    text-indent: -999999px;
}
.product-listings .product-wrapper .product-box img {
    height:300px;
    width: auto;
    object-fit: contain;
    margin-bottom:15px;
}
.product-listings .product-wrapper .product-box .add-to-wishlist-btn {
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 1;
}
.product-listings .product-wrapper .product-box .add-to-wishlist-btn.fa-heart-o, .product-listings .product-wrapper .product-box .add-to-wishlist-btn.fa-heart {
    font-size: 0;
}
.product-listings .product-wrapper .product-box .add-to-wishlist-btn.fa-spinner {
    font-size: 16px;
}
.product-listings .product-wrapper .product-box .add-to-wishlist-btn.fa-spinner svg {
    display: none;
}
.product-listings .product-wrapper .product-box .add-to-wishlist-btn:hover svg, .product-listings .product-wrapper .product-box .add-to-wishlist-btn.fa-heart svg {
    fill: #c02127;
}
.product-listings .product-wrapper .product-box .add-to-wishlist-btn:hover svg path, .product-listings .product-wrapper .product-box .add-to-wishlist-btn.fa-heart svg path {
    stroke: inherit;
}
.product-listings .product-wrapper .product-box .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.product-listings .product-wrapper .product-box .widget-data {
    margin-bottom: 0;
}
.product-listings .product-wrapper .product-box .widget-data .brand {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 5px;
}
.product-listings .product-wrapper .product-box .widget-data .title {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #71717a;
}
.product-listings .product-wrapper .product-box .price {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-top: 20px;
}
.product-listings .product-wrapper .product-box .price del {
    font-weight: 400;
    color: #71717a;
    font-size: 85%;
}
.product-listings .product-wrapper .product-box .primary-button {
    display: none;
    margin-top: 20px;
    width: 100%;
}
.product-listings .product-wrapper .product-box:hover {
    min-height:524px;
}
.product-listings .product-wrapper .product-box:hover .primary-button {
    display: block;
}
.product-listings .swiper-button-prev,
.product-listings .swiper-button-next{
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #a1a1aa;
    border-radius: 50%;
    color: #a1a1aa;
    transition: all 0.6s ease;
    margin-top: 0;
    top: 230px;
}
.product-listings .swiper-button-prev:after,
.product-listings .swiper-button-next:after {
    font-size: 20px;
}
.product-listings .swiper-button-prev:hover,
.product-listings .swiper-button-next:hover {
    color: #fff;
    background: #c91f27;
    border-color: #c91f27;
}
.content .product-listings .section-head .title{
    font-size:20px;
    text-transform:uppercase;
}
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0 !important;
}
.swiper-pagination-bullet{
    border: 1px solid #D4D4D8;
    background: transparent;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background:#C02127;
    border-color:#C02127;
}
.product-wrapper.swiper-wrapper.skeleton{
    column-gap:32px;
    position: absolute;
    left: 0;
    z-index:9999;
    top: 10px;
    background: #fbfbfb;
}
.product-wrapper.swiper-wrapper.skeleton .skeleton-wrapper.product-box{
    justify-content: space-between;
}
.product-wrapper.swiper-wrapper.skeleton .skeleton-wrapper.product-box:hover {
    min-height:auto;
}
.skeleton-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.skeleton-image,
.skeleton-text {
    position: relative;
    overflow: hidden;
    background-color: #e0e0e0;
    border-radius: 8px;
}
.skeleton-image {
    width: 100%;
    height: 300px;
}
.skeleton-text {
    width: 100%;
    height: 20px;
    border-radius: 4px;
}
.skeleton-text.short {
    width: 60%;
}
.skeleton-image::before,
.skeleton-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    animation: shimmer 1.2s infinite;
    will-change: transform;
}
@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
.skeleton-image,
.skeleton-text {
background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f5f5f5 50%,
    #e0e0e0 75%
);
background-size: 200% 100%;
}

.product-listings .filter{
    padding:10px 0 60px;
    margin-right: -15px;
}

.filter {
    list-style: none;
    padding: 0;
    display: flex;
    margin:0;
}
.filter li:not(:first-child){
    margin-left:25px;
}
.filter li{
    display: flex;
    align-items: center;
    padding: 5px 16px 5px 5px;
    background: #FFFFFF;
    border: 1px solid #E4E4E7;
    border-radius: 100px;
    font-size: 20px;
    line-height: 28px;
    color: #313030;
    cursor:pointer;
    justify-content:center;
}

.filter li.active,
.filter li:hover{
    border-color:#C02127;
    color:#C02127;
}
.filter li img{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#eee;
    margin-right:10px;
    object-fit:cover;
}
.tab-content {
    display: none;
    position:relative;
}

.tab-content.active {
    display: block;
}
/* .product-wrapper.swiper-wrapper.skeleton + div + script + .section-bottom{
    display:none;
} */
.info-with-image .background-logo {
    max-width:922px;
}
.info-with-image .section-head {
    max-width: 640px;
    position:relative;
    z-index:1;
}
.product-listings .swiper-pagination{
    position: relative;
    margin-top: 25px;
}

.section-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    animation: fadeIn 0.3s ease-in-out;
}
.section-loader .fa{
    font-size:3rem;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1920px) {
    .video-banner video{
        max-height:100%;
    }
    .info-with-image .image-block {
        max-width: 738px;
    }
    .info-with-image .background-logo {
        max-width:992px;
    }
    .product-listings .section-head .title{
        font-size:22px;
        line-height:1;
    }
}
@media only screen and (min-width: 1290px) {
    .product-listings .listrak-product:not(.swiper-initialized) .swiper-slide{
        visibility:hidden;
    }
}
@media only screen and (max-width: 1600px) {
    .inner-wrapper {
        max-width: 1300px;
    }
    #main-footer .footer-list-menu, #main-footer .footer-contact {
        max-width: 1320px;
    }
    .product-listings .listrak-product{
        padding:10px 16px;
        margin: 0 -16px;
        min-height:470px;
    }
    .product-listings .swiper-button-prev, .product-listings .swiper-button-next {
        top: 170px;
    }
    .product-listings .swiper-button-prev{
        left:0;
    }
    .product-listings .swiper-button-next{
        right:0;
    }
    .product-listings .product-wrapper .product-box img{
        height:200px;
    }
    .product-listings .inner-wrapper {
        min-height: 510px;
    }
    .product-listings .product-wrapper .product-box {
        height: 355px;
    }
    .product-listings .product-wrapper .product-box:hover{
        min-height:419px;
    }
    .product-listings .product-wrapper .product-box .widget-data .brand {
        font-size: 18px;
        line-height: 26px;
    }
    .product-listings .product-wrapper .product-box .widget-data .title {
        font-size: 14px;
        line-height: 22px;
    }
    .product-listings .product-wrapper .product-box .price {
        font-size: 18px;
        line-height: 26px;
    }
    .product-listings .section-bottom .primary-button{
        min-width: 280px;
    }
    .product-wrapper.swiper-wrapper.skeleton{
        column-gap:20px;
    }
    .skeleton-image {
        height: 200px;
    }
    .filter li img {
        width: 45px;
        height: 45px;
    }
    .filter li:not(:first-child) {
        margin-left: 20px;
    }
    .product-listings .filter {
        padding: 0 0 50px;
    }
    .info-with-image .background-logo {
        max-width: 680px;
    }
    .info-with-image .section-head {
        max-width:500px;
    }
}
@media only screen and (max-width: 1440px) {
    .inner-wrapper {
        max-width: 1250px;
    }
    #main-footer .footer-list-menu, #main-footer .footer-contact {
        max-width: 1280px;
    }
    .info-with-image .background-logo {
        max-width: 630px;
        left: -5%;
    }
}

@media only screen and (max-width: 1280px) {
    .info-with-image .background-logo {
        max-width: 590px;
    }
}

@media only screen and (max-width:1024px) {
    .product-listings .product-wrapper .product-box .primary-button{
        display:block;
    }
    .product-listings .listrak-product {
        margin: 0 -15px;
        padding: 0 15px;
    }
    .product-listings .product-wrapper .product-box img {
        height: 140px;
    }
    .product-listings .swiper-button-prev, .product-listings .swiper-button-next{
        display:none;
    }
    /* .product-listings .tab-content .swiper-button-prev, .product-listings .tab-content .swiper-button-next{
        display: flex !important;
        align-items: center;
        justify-content: center;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 10;

    } */
    .product-wrapper.swiper-wrapper.skeleton .skeleton-wrapper.product-box {
        flex: inherit;
        flex-shrink: 0;
        width: calc(33.33% - 32px);
    }
    .product-wrapper.swiper-wrapper.skeleton{
        overflow:hidden;
        margin:0 -15px;
        padding:0 15px;
    }
    .info-with-image {
        padding: 150px 0;
    }
    .product-listings {
        padding: 100px 0;
    }
    .product-listings .product-wrapper .product-box:hover {
        min-height: auto;
    }
    .product-listings .listrak-product.product-slider{
        min-height: auto;
    }
    .product-listings .tab-content .section-bottom{
        margin-top:50px;
    }
}
@media only screen and (max-width:991px) {
    .product-listings .product-wrapper .product-box:hover {
        min-height: auto;
    }
    .brand-banner img {
        max-height: 350px;
        object-fit: cover;
    }
    .info-with-image .inner-wrapper {
        flex-direction: column;
    }
    .info-with-image {
        padding:120px 0 50px;
    }
    .info-with-image .image-block {
        margin-top:35px;
        max-width:100%;
        margin-right: -15px;
        margin-left: -15px;
        width: 100%;
    }
    .info-with-image .image-block img{
        width:100%;
    }
    .info-with-image .section-head {
        max-width: 100%;
    }
    .info-with-image .background-logo {
        max-width: 300px;
        top: -97px;
        left: 0;
    }
}

@media only screen and (max-width:844px) {
    .info-with-image .image-block {
        margin-top:35px;
        max-width:767px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .info-with-image .section-head {
        max-width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .product-listings .listrak-product {
        padding-bottom:45px;
    }
    .product-wrapper.swiper-wrapper.skeleton .skeleton-wrapper.product-box {
        width: calc(50% - 40px);
    }
    .product-wrapper.swiper-wrapper.skeleton{
        padding-bottom:45px;
        height:355px;
    }
    .product-listings .tab-content .section-bottom {
        margin-top: 10px;
    }
    .product-listings .tab-content .section-bottom {
        margin-top: 30px;
    }
    .filter li img {
        width: 44px;
        height: 44px;
    }
    .filter li {
        font-size: 18px;
        line-height: 26px;
    }
    .filter {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .filter::-webkit-scrollbar {
        display: none;
    }

    .filter li {
        flex: 0 0 auto;
    }
}

@media only screen and (max-width:640px) {
    .product-listings {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .product-listings .section-head {
        padding-bottom: 25px;
    }
    .product-listings script + .section-head{
        padding:0;
    }
    .product-listings .product-wrapper .product-box img {
        height: 242px;
    }
    .product-listings .listrak-product {
        padding-bottom: 30px;
    }
    .product-wrapper.swiper-wrapper.skeleton{
        padding-bottom:30px;
        height: 455px;
    }
    .skeleton-image {
        height: 242px;
    }
    .filter li {
        font-size: 16px;
        line-height: 24px;
    }
    .filter li:not(:first-child) {
        margin-left: 15px;
    }
    .product-listings .section-bottom .primary-button {
        min-width: 148px;
    }
    .info-with-image {
        padding: 150px 0 0;
    }
    .info-with-image .background-logo {
        max-width: 297px;
        top: -115px;
        left: 0;
    }
    .info-with-image .inner-wrapper {
        padding-left:0;
        padding-right:0;
    }
    .info-with-image .section-head{
        padding-left:15px;
        padding-right:15px;
    }

}

@media only screen and (max-width:570px) {
    .product-wrapper.swiper-wrapper.skeleton .skeleton-wrapper.product-box {
        width: calc(100% - 36px);
    }
    .product-listings .product-wrapper .product-box {
        height: 455px;
    }
    .video-banner video{
        height:294px;
    }
}

@media only screen and (max-width:480px) {
    .product-listings .listrak-product {
        margin-right: -15px;
    }
    /* .product-listings .swiper-pagination{
        display:none;
    } */
    .video-banner video{
        height:270px;
    }
    .content .product-listings .section-head .title {
        font-size: 18px;
    }
    .product-listings .listrak-product.product-slider {
        min-height: 518px;
    }
    .product-wrapper.swiper-wrapper.skeleton {
        height: 552px;
    }
}
