/** Shopify CDN: Minification failed

Line 1676:0 Unexpected "}"

**/
    * {
        box-sizing: border-box;
    }

    body {
        font-family: "Poppins", sans-serif;
    }

    body ul, li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    a {
        text-decoration: none;
    }


    .page-width,section.video-grid-section .container {
        max-width: 1800px;
        margin: 0 auto;
        padding: 0 15px;
    }


    /*****Homepage Page CSS*****/
    div.banner.banner--content-align-center::after {
        opacity: 1 !important;
        background: transparent;
    }

    div.banner.banner--content-align-center {
        position: relative;
    }

    .banner-shape {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
    }

    .banner-shape img, .shp-img img, .our-blog__image img {
        width: 100%;
    }

    .common-button {
        background: #F27C00;
        color: #fff;
        height: 66px;
        line-height: 66px;
        width: auto;
        float: none;
        display: inline-block;
        padding: 0 48px;
        font-size: 29px;
        font-weight: 600;
        transition: all ease 0.3s;
    }

    .common-button:hover {
        background: #000;
    }

    .gear-item .gear-title {
        font-size: 31px;
        line-height: 41px;
        text-transform: uppercase;
        margin: 40px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: bold;
        color:#000;
    }

    section.shop-the-gear {
        text-align: center;
        padding: 54px 0 108px;
    }

  .gear-grid {
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
}

    .gear-item {
        text-align: center;
        padding: 0 15px;
        width: 33%;
    }

    .common-heading, h2.jdgm-carousel-title, div#insta-feed h2 {
        color: #000;
        font-size: 70px;
        line-height: 80px;
        font-weight: bold;
        margin: 0 0 60px 0;
        letter-spacing: -4.32px;
        text-transform: uppercase;
    }

    .about-story, section.our-blog {
        background-image: url(/cdn/shop/files/Skill_Blox.png?v=1762844581) !important;
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 140px 0;
    }

    .about-up {
        position: absolute;
        top: -1px;
        left: 0;
    }

    .about-down {
        position: absolute;
        bottom: -11px;
        left: 0;
    }

    .row-flex {
        display: flex;
        align-items: center;
    }

    .about-story-second-col {
        padding: 0 0 0 40px;
    }

    .about-story .common-heading, section.our-blog .common-heading, footer.footer .common-heading {
        color: #fff;
    }

    .sub-heading {
        margin: 0;
        color: #F27C00;
        font-size: 23px;
        line-height: 33px;
        text-transform: uppercase;
        font-weight: bold;
    }

   .about-story-second-col p {
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
}

    .about-story-second-col .common-button, .border-btn {
        height: 64px;
        line-height: 60px;
        border: 2px solid #f27c00;
    }

    .about-story-second-col .common-button:hover, .border-btn:hover {
        background: transparent;
        color: #f27c00;
    }

    .common-heading.text-center {
        text-align: center;
    }

    .text-center {
        text-align: center;
    }

    /* section.our-blog {
        margin: 100px 0 0 0;
    } */

    .our-blog__item {
        width: 25%;
        padding: 0 36px;
    }

    section.our-blog .page-width {
        max-width: 1800px;
        padding-inline: 15px;
    }

    section.our-blog .row-flex {
        margin: 0 -20px;
 padding-inline:15px;
    }

    .our-blog__item p {
        color: #fff;
        font-size: 23px;
        line-height: 33px;
        margin: 15px 0;
        font-weight:500;
    }

    .join-academy__marquee-inner span {
        color: #000;
        font-size: 17px !important;
    }

    .video-container {
        position: relative;
        margin: 0 5px;
    }

    .video-container video.video-player {
        width: 100%;
    }

    .video-footer {
        position: absolute;
        bottom: 10px;
        width: 100%;
        display: flex;
        background: linear-gradient(90deg, rgba(46, 14, 76, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
        left: 0;
        justify-content: space-between;
        align-items: center;
        font-size: 19px;
        padding: 0 15px 0 0;
    }

    .video-footer a {
        width: 66px;
        height: 66px;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    p.view-count {
        margin: 0;
        color: #fff;
        font-size: 19px;
    }

    .about-story .common-heading {
        margin: 0 0 20px 0;
    }

    section.viral-sensation {
        text-align: center;
        padding: 100px 0;
    }

    footer.footer {
        background: #000;
        position: relative;
        padding: 180px 0 0 0;
    }

    footer.footer .about-up {
        top: -5px;
    }

    .footer__content-bottom-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    small.copyright__content {
        color: #fff;
        font-size: 17px;
        line-height: 27px;
    }

    .footer__content-bottom {
        background: #F27C00;
        padding: 0;
    }

    .footer__content-bottom-wrapper .footer__copyright.caption {
        text-align: center;
    }

    div.footer__content-bottom {
        padding: 0;
        margin: 98px 0 0 0;
    }

    .footer-block__newsletter form#ContactFooter {
        max-width: 100%;
    }

    div.newsletter-form__field-wrapper {
        width: 100%;
        max-width: 100%;
        /* margin: 0 0 126px 0; */
    }

    .newsletter-form__field-wrapper .field {
        z-index: 0;
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
    }

    .footer-block__newsletter .newsletter-form__field-wrapper input {
        background: #ff000000;
        border-bottom: 1px solid #ffffff75;
        width: 100%;
        padding: 16px 0;
        height: auto;
        background-image: url(/cdn/shop/files/msg.png?v=1762855325);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 20px;
        padding-left: 50px;
        font-size: 20px;
        color: #fff;
        padding-right:50px;
    }

    .newsletter-form__field-wrapper .field label.field__label {
        text-align: center;
        color: #fff;
        font-size: 19px;
        line-height: 29px;
        left: 50px;
        top: 14px;
    }

    .newsletter-form__field-wrapper .field__button>.svg-wrapper {
        height: 30px;
        width: 30px;
    }

    .newsletter-form__field-wrapper .newsletter-form__button .icon {
        width: 50px;
    }

    .newsletter-form__field-wrapper .field button svg path {
        fill: #F27C00;
    }

    .custom-threewrapper .footer__blocks-wrapper {
        flex-wrap: inherit;
    }

    .custom-threewrapper .footer__blocks-wrapper>div {
        width: 20%;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .custom-threewrapper .footer__blocks-wrapper .first-wrap img {
        width: 100%;
        max-width: 374px;
    }

    p.newsletter-content {
        color: #fff;
        font-size: 23px;
        line-height: 33px;
        margin: 20px 0 73px 0;
        text-transform:capitalize;
    }

    .footer__content-top h2.common-heading {
        max-width: 920px;
        margin: 0 auto;
        margin-top: 30px;
    }

   .custom-threewrapper .footer__blocks-wrapper>div p {
    color: #A9A9A9;
    margin-top: 5px;
    font-size: 18px;
   
}
.custom-threewrapper .footer__blocks-wrapper>div p a {
    color: #fff;
    font-size: 20px !important;
    font-weight: 400;
    line-height:58px;

}
footer .email-us{
    font-size:20px !important;
    font-weight:500; line-height:58px;
}

    .custom-threewrapper .footer__blocks-wrapper>div h3 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        font-family: 'Poppins';
        font-weight: bold;
        margin: 0 0 15px 0;
        text-transform:capitalize;
    }

    .custom-threewrapper .footer__blocks-wrapper>div ul li a {
        color: #A9A9A9;
        font-size: 18px;
    }

    .custom-threewrapper .footer__blocks-wrapper>div ul li a::after {
        width: 12px;
        height: 12px;
        background-image: url(/cdn/shop/files/footer-arrow.png?v=1762852869);
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
    }

    .custom-threewrapper .footer__blocks-wrapper>div ul li a {
        color: #a9a9a9;
        font-size: 18px;
        position: relative;
        padding: 0 0 0 30px;
        margin: 0 0 16px 0;
        transition: all ease 0.3s;
        text-decoration: none !important;
    }

    .custom-threewrapper .footer__blocks-wrapper>div ul li a:hover {
        color: #f27c00;
    }

    .custom-threewrapper .footer__blocks-wrapper>div ul li:last-child a {
        margin-bottom: 0;
    }

    .social-media {
        display: flex;
        gap: 13px;
    }

    .social-media a {
        width: 39px;
        height: 39px;
        border: 1px solid #7D7D7D;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: all ease 0.3s;
    }

    .social-media a:hover svg path {
        fill: #f27c00;
    }

    ul.list.list-payment {
        justify-content: flex-start;
        margin:0;
    }

    .footer__content-bottom.scroll-trigger.animate--slide-in.scroll-trigger--offscreen {
        transform: none;
        opacity: 1;
    }

    .footer__copyright.caption {
        margin: 0;
        padding: 15px 0;
    }

    .footer__content-top .grid .first-wrap {
        width: 39%;
    }

    .footer__content-top .grid .footer__column--info {
        width: 30%;
    }

    .footer__content-top.page-width {
        max-width: 100%;
        padding: 0 15px;
        max-width: 1800px;
    }

    .first-wrap {
        margin-right: 150px;
    }

    .footer__column.footer__column--info .list-payment__item {
        display: flex;
        padding: 0;
    }

    .join-academy {
        background: #fff;
        overflow: hidden;
        text-align: center;
        font-family: Arial, sans-serif;
    }

    .join-academy__marquee {
        border-top: 2px solid #f36d21;
        border-bottom: 2px solid #f36d21;
        overflow: hidden;
        white-space: nowrap;
        min-height: 59px;
        display: flex;
        align-items: center;
    }

    .join-academy__marquee-inner {
        display: inline-block;
        animation: marquee 15s linear infinite;
    }

    .join-academy__marquee-inner span {
        margin: 0 20px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .join-academy__video {
        position: relative;
        padding: 0 10px;
        height: 440px;
    }

    .join-academy__video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border: none;
        font-size: 24px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .join-academy__btn {
        display: inline-block;
        background: #f36d21;
        color: #fff;
        text-decoration: none;
        padding: 12px 24px;
        font-weight: bold;
        border-radius: 4px;
    }

    div.footer-block--newsletter, .footer__content-bottom-wrapper .footer__copyright.caption ul li::before {
        display: none;
    }

    .join-academy__text span {
        color: transparent;
        -webkit-text-stroke: 1px #000;
        font-weight: bold;
    }

    .join-academy__slider-wrapper {
        flex: 0 0 70%;
        max-width: 70%;
        position: relative;
        padding-right: 30px;
    }

    .join-academy__slider {
        width: 100%;
    }

    .join-academy__text {
        flex: 0 0 30%;
        max-width: 30%;
        padding: 0 0 0 60px;
    }

    .join-academy__content {
        padding: 70px 0;
    }

    .join-academy__text p {
        margin: 25px 0;
        font-size: 18px;
        line-height: 28px;
        color: #000;
    }

    .join-academy__text .common-heading {
        margin: 0;
        line-height:1;
    }

    .join-academy__slider-wrapper .slick-prev {
        left: -30px;
    }

    .join-academy__slider-wrapper .slick-prev::before {
        opacity: 1;
        color: #000;
        font-size: 0;
        background-image: url(/cdn/shop/files/left.png?v=1762854794);
        content: '';
        width: 19px;
        height: 33px;
        display: inline-block;
    }

    .join-academy__slider-wrapper .slick-next {
        right: -20px;
    }

    .join-academy__slider-wrapper .slick-next::before {
        opacity: 1;
        color: #000;
        font-size: 0;
        background-image: url(/cdn/shop/files/right.png?v=1762854794);
        content: '';
        width: 19px;
        height: 33px;
        display: inline-block;
    }

    header.header {
        display: flex;
        padding: 20px 0;
        background: #000;
        position: relative;
    }

    header.header .page-width {
        width: 100%;
        max-width: 1800px;
        padding: 0 15px;
    }

    .header-shp {
        position: absolute;
        top: -20px;
        width: 100%;
    }

    .header-shp img {
        width: 100%;
    }

    nav.header__inline-menu li a, .header__menu-item span {
        color: #ffffff;
        font-size: 22px;
        padding: 0;
        text-decoration: none;
        transition: all ease 0.3s;
        font-weight:500;
    }

    nav.header__inline-menu li {
        margin: 0 0 0 53px;
    }

    nav.header__inline-menu li:first-child {
        margin-left: 0;
    }

    header.header .page-width .row-flex {
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

    nav.header__inline-menu li a:hover, nav.header__inline-menu li a:hover span {
        color: #F27C00;
        text-decoration: none;
    }

    h1.header__heading {
        width: 20%;
    }

    header.header .header__icons details-modal.header__search {
        display: none;
    }

    .header__icons {
        width: 31%;
        column-gap: 43px;
        justify-content: end;
    }

    div.header__icon {
        color: rgb(255 255 255);
    }

    .header__icons a.header__icon {
        width: auto;
        height: auto;
        gap: 13px;
        text-decoration: none;
    }

    .header__icons a.header__icon account-icon, .header__icon--cart .icon {
        width: 55px;
        height: 55px;
        background: #F27C00;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
    }

    .header__icons .header__icon.header__icon--cart span.svg-wrapper.icon {
        width: 55px;
        height: 55px;
        transform: unset;
    }

    .header__icons .header__icon.header__icon--cart span.svg-wrapper.icon svg {
        width: 24px;
        height: 30px;
    }

    .header__icons a.header__icon span {
        color: #fff;
        text-decoration: none;
        height: auto;
        font-size: 18px;
        width: auto;
    }

    .header-iconwrapper {
        display: flex;
        align-items: center;
        width: 80%;
        justify-content: flex-end;
        gap: 160px;
    }

    .email-common {
        display: flex;
        gap: 10px;
        margin: 0 0 30px 0;
    }

    .custom-threewrapper .email-common p.email-us {
        color: #F27C00;
    }

    .email-common p {
        margin: 0;
        font-size: 20px;
    }

    .custom-threewrapper .footer__blocks-wrapper>div p a {
        color: #fff;
    }

    div.jdgm-carousel-wrapper {
        width: 100%;
    }

    .animate--slide-in .jdgm-carousel-wrapper {
        padding: 103px 0 0;
    }

    .jdgm-carousel-title-and-link {
        margin-bottom: 0;
    }

    .jdgm-widget.jdgm-widget {

        margin: 0;
    }

    div.jdgm-carousel-wrapper .jdgm-carousel-item {
        background: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin: 0 10px;
        padding: 30px;
    }

    div.jdgm-carousel__item-container {
        padding: 20px 0;
    }

    div.jdgm-carousel-wrapper .jdgm-carousel-item .jdgm-carousel-item__review-body {
        overflow: visible;
        text-overflow: unset;
    }

    div.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    h2.jdgm-carousel-title {
        margin: 0 0 20px 0;
    }

    div.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper span.jdgm-star.jdgm--on, span.jdgm-star {
        color: #F9AB00;
    }

    div.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper span.jdgm-carousel-number-of-reviews {
        color: #000;
        font-size: 20px;
        line-height: 30px;
        text-transform: capitalize;
    }

    .jdgm-carousel-item__review-content .jdgm-carousel-item__review-title.jdgm-line-clamp {
        color: #000;
        margin: 10px 0;
    }

    div.jdgm-carousel-wrapper .jdgm-carousel-item__review {
        height: auto;
    }

    div.jdgm-carousel-item__review-body>p {
        color: #000;
    }

    a.jdgm-carousel-item__product.jdgm--shop-review-has-image, div.jdgm-carousel__item-wrapper {
        height: auto;
    }

    div.jdgm-carousel__item-container {
        display: flex;
    }

    div.jdgm-carousel-item__reviewer-name {
        color: #F27C00;
        opacity: 1;
        text-transform: capitalize;
        font-size: 20px;
        line-height: 30px;
    }

    .newsletter-form__field-wrapper .field.active label, div.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper span.jdgm-carousel-number-of-reviews svg {
        display: none;
    }

    a.jdgm-carousel-item__product.jdgm--shop-review-has-image {
        border-top: 1px solid #D7D4D4;
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
    }

    .join-academy__video video {
        height: 440px;
        object-fit: cover;
    }

    div.banner--large:not(.banner--adapt) {
        min-height: 1077px;
    }



    /* 12 nov 25 */
    .animate--slide-in:has(.jdgm-carousel-wrapper) {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .animate--slide-in:has(.jdgm-carousel-wrapper)>div>div {
        width: 100%;
        max-width: 100% !important;
    }

    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel__arrows {
        display: none;
    }

    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel-item {
        box-shadow: 0 0 54px 0 hsl(0deg 0% 0% / 10%);
        margin: 0 22px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel__item-container {
        padding: 62px 0 165px;
    }

    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel__item-wrapper {
        margin: 0 -44px;
    }

    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel__item-wrapper {
        margin: 0 -44px;
    }

    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel-item:hover {
        background-color: #F27C00;
    }

    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel-item .jdgm-line-clamp, .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel-item p {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel-item:hover .jdgm-line-clamp, .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel-item:hover p {
        color: #fff;
    }

    sticky-header.header-wrapper {
        border-bottom: unset;
    }

    header.header .header__icon .icon {
        height: 2.5rem;
        width: 2.5rem;
    }

    .home-thirdsection.about-story {
        margin-top: 48px;
    }

    .home-thirdsection.about-story .about-story-first-col, .home-thirdsection.about-story .about-story-second-col {
        width: 50%;
    }

    .home-thirdsection.about-story .about-story-first-col img {
        max-width: 737px;
        width: 100%;
        display: block;
    }

    .home-thirdsection.about-story .about-story-second-col p {
        max-width: 698px;
        width: 100%;
    }

    section.our-blog>.page-width {
        padding: 50px 0 98px;
    }




    body #insta-feed {
        margin-bottom: 14px !important;
    }

    .sw-instagram.sw-instagram-box .sw-instagram-col .sw-instagram-item {
        position: relative !important;
    }

    .sw-instagram.sw-instagram-box .sw-instagram-col .sw-instagram-item:after, .instafeed-new-layout-wrapper .instafeed-new-layout-item:after {
        content: "" !important;
        width: 66px;
        height: 60px;
        background-image: url(/cdn/shop/files/image_2_1.png?v=1762843092);
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 3;
        background-repeat: no-repeat;
        background-size: 41px;
        background-color: #000 !important;
        background-position: center;
    }

    .instafeed-new-layout-wrapper .instafeed-new-layout-item:after {
        background-image: url(/cdn/shop/files/insta.png?v=1762951499) !important;
    }

    .sw-instagram.sw-instagram-box .sw-instagram-col .sw-instagram-item:before, .instafeed-new-layout-wrapper .instafeed-new-layout-item:before {
        content: "" !important;
        width: 100%;
        height: 60px;
        background-image: linear-gradient(45deg, hsl(271deg 69% 18% / 70%), hsl(0deg 0% 0% / 90%));
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    .sw-instagram.sw-instagram-box .sw-instagram-body .sw-instagram-row .sw-instagram-item-img img {
        height: 100%;
        display: block;
    }

    .page-width:has(.sw-instagram.sw-instagram-box), .page-width:has(div#insta-feed) {
        max-width: 1800px;
        padding-inline: 15px;
    }

    .sw-instagram.sw-instagram-box .sw-instagram-body {
        padding: 0;
    }

    .sw-instagram.sw-instagram-box .sw-instagram-col {
        padding: 0;
        /* width: calc(100% / 6 - 12px); */
        flex:1;
    }

    .sw-instagram-container .sw-instagram-row {
        display: flex !important;
        position: relative;
        gap: 14px;
        flex-wrap: wrap;
    }

    div#insta-feed .instafeed-new-layout-container {
        width: 100% !important;
    }


    .gear-item a.gear-image {
        display: block;
    }

    .gear-item a.gear-image>img {
        width: 100%;
        max-width: 425px;
        margin-inline: auto;
        display: block;
        object-fit: contain;
    }


    section.shop-the-gear .page-width {
        max-width: 1800px;
        padding-inline: 15px;
    }


    .instafeed-new-layout-wrapper .instafeed-new-layout-item {
        display: flex;
        justify-content: flex-start !important;
    }

    .instafeed-new-layout-wrapper .instafeed-new-layout-item {
        max-width: 282px !important;
        width: 100% !important;
    }

    .instafeed-new-layout-wrapper {
        gap: 14px !important;
    }

    .sw-instagram.sw-instagram-box .sw-instagram-body {
        margin-top: 14px;
    }

    .sw-instagram.sw-instagram-box {
        padding-bottom: 134px;
        padding-top: 90px;
    }

    .footer__payment ul.list.list-payment {
        gap: 16px;
    }

    .footer__payment ul.list.list-payment svg.icon {
        width: 46px;
        height: 29px;
    }

    .footer__payment ul.list.list-payment li.list-payment__item {
        width: calc(100% / 6 - 14px);
    }

    h1.header__heading a.header__heading-link {
        padding-inline: 0;
    }

    .sw-instagram-container .sw-instagram-item.sw-instagram-item.sw-tiktok-item:after {
        padding: 0 !important;
    }


    .sw-instagram-container .sw-instagram-box .sw-instagram-header-title {
        margin-bottom: 0;
        color: #F27C00;
        font-size: 23px;
        line-height: 58px;
        font-weight: 600;
        /* letter-spacing: -0.92px; */
    }

    .sw-instagram-container .sw-instagram-header .sw-instagram-header-description {
        margin-bottom: 0;
    }

    .sw-instagram-container .sw-instagram-header .sw-instagram-header-description p span {
        color: #000;
        font-size: 70px !important;
        line-height: 80px;
        font-weight: 700;
        margin: 0 0 60px;
        letter-spacing: -6px;
        text-transform: uppercase;
        display: block;
    }

    .sw-instagram.sw-instagram-box .sw-instagram-body .sw-instagram-row .sw-instagram-item-img {
        position: static;
    }

    .sw-instagram-container .sw-instagram-item.sw-instagram-item.sw-tiktok-item:after {
        padding: 0 !important;
    }

    div#insta-feed {
        padding-top: 86px;
    }

    .sw-instagram.sw-instagram-box .sw-instagram-body .sw-instagram-row .sw-instagram-col a.sw-instagram-item.sw-tiktok-item::after {
        padding: 0 !important;
    }
body.account {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    display: block !important;
}

body.account sticky-header.header-wrapper {
    width: 100%;
}

.section-header.shopify-section-group-header-group {
    display: block !important;
    margin: 0 !important;
}

.customer.account h1.customer__title {
    text-align: center;
}
.customer.account a {
    margin: auto;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.customer.account a span.svg-wrapper svg path {
    fill: #000;
}
.header__icons a.header__icon span {
    margin: 0;
}
.custom-product.page-hero__inner:after {
    bottom: 28px;
}

.contact .wrapper-div .contact-wrapper form#ContactForm .field .field__input {
    box-sizing: border-box;
    width: 100%;
    display: block;
}
    @media (max-width:1850px) {
        .page-width, header.header .page-width, section.shop-the-gear .page-width, section.our-blog .page-width, .page-width:has(.sw-instagram.sw-instagram-box), .page-width:has(div#insta-feed), .footer__content-top.page-width ,section.video-grid-section .container{
            max-width: 1600px;
        }

        .header-iconwrapper {

            gap: 20px;
        }

        .our-blog__item {
            padding: 0 16px;
        }
    }


    @media (max-width:1650px) {
        section.video-grid-section .container ,.page-width, header.header .page-width, section.shop-the-gear .page-width, section.our-blog .page-width, .page-width:has(.sw-instagram.sw-instagram-box), .page-width:has(div#insta-feed), .footer__content-top.page-width {
            max-width: 1480px;
        }

        .header-iconwrapper {
            gap: 15px;
        }

        nav.header__inline-menu li {
            margin: 0 0 0 40px;
        }

        .header__icons {
            column-gap: 20px;
        }

        .gear-item a.gear-image>img {
            max-width: 320px;
        }

        .gear-item .gear-title {
            font-size: 25px;
            line-height: 31px;
        }

        .sw-instagram.sw-instagram-box {
            padding-bottom: 80px;
        }

        .first-wrap {
            margin-right: 50px;
        }

        .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel__item-container {
            padding: 50px 0 100px;
        }

        .our-blog__item p {
            font-size: 20px;
            line-height: 30px;
        }

        .common-button {
            padding: 0 40px;
            font-size: 24px;
        }

        div.banner--large:not(.banner--adapt) {
            min-height: 900px;
        }

        .join-academy__text p {
            font-size: 16px;
            line-height: 26px;
        }

        .custom-threewrapper .footer__blocks-wrapper .first-wrap img {
            max-width: 250px;
        }

        .home-thirdsection.about-story .about-story-first-col img {
            max-width: 580px;
        }
    }

    @media (max-width:1520px) {
        .page-width, header.header .page-width, section.shop-the-gear .page-width, section.our-blog .page-width, .page-width:has(.sw-instagram.sw-instagram-box), .page-width:has(div#insta-feed), .footer__content-top.page-width ,section.video-grid-section .container{
            max-width: 1320px;
        }

        .custom-threewrapper .footer__blocks-wrapper>div h3 {
            font-size: 18px;
        }

        nav.header__inline-menu li {
            margin: 0 0 0 20px;
        }

        .header__icons {
            column-gap: 10px;
        }

        .header__icons .header__icon.header__icon--cart span.svg-wrapper.icon {
            width: 45px;
            height: 45px;
        }

        .header__icons a.header__icon account-icon, .header__icon--cart .icon {
            width: 45px;
            height: 45px;
        }

        .header__icons .header__icon.header__icon--cart span.svg-wrapper.icon svg {
            width: 18px;
        }

        .header__icons account-icon svg {
            width: 20px;
        }

        .footer__payment ul.list.list-payment {
            gap: 10px;
        }

        .home-thirdsection.about-story .about-story-first-col img {
            max-width: 480px;
        }

        .join-academy__text {
            padding: 0 0 0 20px;
        }

        .sw-instagram-container .sw-instagram-header .sw-instagram-header-description p span {

            font-size: 60px !important;
            line-height: 70px;
            margin: 0 0 60px;
            letter-spacing: -4px;
        }
    }


    @media (max-width:1365px) {
       nav.header__inline-menu li {
    margin: 0 0 0 16px;
}
        .page-width, header.header .page-width, section.shop-the-gear .page-width, section.our-blog .page-width, .page-width:has(.sw-instagram.sw-instagram-box), .page-width:has(div#insta-feed), .footer__content-top.page-width,section.video-grid-section .container {
            max-width: 1170px;
        }

        nav.header__inline-menu li a, .header__menu-item span {
            font-size: 18px;
        }

        .header__icons {
            width: 36%;
        }

        div.banner--large:not(.banner--adapt) {
            min-height: 670px;
        }

        .common-heading, h2.jdgm-carousel-title, div#insta-feed h2 {
            font-size: 60px;
            line-height: 70px;
            margin: 0 0 50px;
        }
    }

    div#insta-feed h2 {
        position: relative;
    }

    div#insta-feed h2::before {
        content: "Instagram Feeds";
        position: absolute;
        font-size: 18px;
        top: -60px;
        width: 100%;
        text-align: center;
        left: 0;
        text-align: center;
        left: 0;
        letter-spacing: 2px;
        /* 👈 Add this */
        display: block;
        /* 👈 Ensure the pseudo-element can render text properly */
        height: auto;
        color: #f27c00;
    }



    /* collection page css */
    .collection h2.common-heading {
        text-align: center;
        margin-bottom: 45px;
    }

    .product-grid-container {
        padding: 69px 0;
    }

    .collection .main-grid-sec {
        display: flex;
        flex-wrap: wrap;
        gap: 28px;
    }

    .collection .main-grid-sec li.grid__item {
        border: 1px solid hsl(31deg 100% 47% / 40%);
        border-radius: 10px;
        padding: 28px 20px 35px;
        width: calc(100% / 3);
        max-width: calc(100% / 3 - 19px);
    }

    .collection .main-grid-sec li.grid__item .card__information {
        padding: 0;
    }

    .collection .main-grid-sec li.grid__item .card__content {
        display: flex;
    }

    .collection .main-grid-sec li.grid__item .card__content .card__information {
        display: flex;
        flex-direction: column;
    }

    .collection .main-grid-sec li.grid__item .card-wrapper {
        display: flex;
    }

    .collection .main-grid-sec li.grid__item .card__content .card__information>h3.card__heading {
        display: none;
    }

    .collection .main-grid-sec li.grid__item h3 {
        margin: 57px 0 42px;
    }

    .collection .main-grid-sec li.grid__item h3 a {
        font-size: 31px;
        line-height: 1.5;
        font-weight: 700;
        color: #000;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .collection .main-grid-sec li.grid__item .card__media img {
        height: 100%;
        object-fit: contain;
        width: auto;
        margin-inline: auto;
        display: block;
        left: 50%;
        transform: translate(-50%, 0px) !important;
        position: absolute;
        -webkit-transform: translate(-50%, 0px) !important;
        -moz-transform: translate(-50%, 0px) !important;
        -ms-transform: translate(-50%, 0px) !important;
        -o-transform: translate(-50%, 0px) !important;
    }

    .collection .main-grid-sec li.grid__item .media {
        padding-bottom: 79%;
        position: relative;
        background-color: transparent;
    }

    .collection .main-grid-sec li.grid__item .card {
        display: block !important;
        border: unset !important;
    }

    .collection .main-grid-sec li.grid__item .card .card__inner {
        display: block;
        background-color: transparent;
    }

    .collection .main-grid-sec li.grid__item .card .card__inner::before {
        display: none;
    }

    .collection .main-grid-sec li.grid__item .card .card__inner .card__media {
        position: static;
        background-color: transparent;
    }

    .collection .main-grid-sec li.grid__item .card .card__inner .card__content {
        display: none;
    }

    .collection .main-grid-sec li.grid__item .card__content .card__information a.common-button {
        max-width: max-content;
        margin-inline: auto;
    }

    .collection .main-grid-sec a {
        text-decoration: none !important;
    }

    .collection-hero .collection-hero__inner {
        max-width: 100%;
        padding: 0;
    }

    .collection-hero .collection-hero__inner .collection-hero__text-wrapper {
        position: relative;
    }

    .collection-hero .collection-hero__inner .collection-hero__text-wrapper .heading-breadcrumbswrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .collection-hero .image img {
        width: 100%;
        display: block;
    }

    .collection-hero h1.collection-hero__title {
        margin: 0;
        font-size: 72px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -6px;
        text-align: center;
    }

    .collection-hero .breadcrumbs__list {
        text-align: center;
        justify-content: center;
        gap: 0;
    }

    .collection-hero .breadcrumbs__list a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
    }

    .collection-hero .breadcrumbs__list>li:last-child a {
        font-weight: 400;
    }

    /* .breadcrumbs__item:not(:last-child):after {
        width: 12px;
        height: 24px;
        background-image: url(/cdn/shop/files/arrow.png?v=1763017306);
        transform: rotate(0deg);
        background-repeat: no-repeat;
        background-size: 9px;
        background-position: center;
        border: unset;
        margin: 0 10px 0 7px;
    } */
     .breadcrumbs__item:not(:last-child):after {
    width: 12px !important;
    height: 24px !important;
    background-image: url(/cdn/shop/files/arrow.png?v=1763017306);
    transform: rotate(0) !important;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center;
    border: unset;
    margin: 0 7px 0 6px !important;
    border: unset !important;
}

.footer-block__newsletter .newsletter-form__field-wrapper .field:after {
    border: unset;
    content: unset;
}


.newsletter-form__message {
    justify-content: center !important;
    width: 100%;
    color: white;
}

.footer-block__newsletter {
   margin: 0 0 126px 0;
}


    .collection-hero {
        position: relative;
    }

    .collection-hero:after {
        content: "";
        width: 100%;
        height: 165px;
        background-image: url(/cdn/shop/files/shap_bottom.png?v=1763017744);
        position: absolute;
        top: auto;
        bottom: -1px;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .header__icons a.header__icon .cart-count-bubble {
        width: 20px;
        height: 20px;
        background-color: #fff;
        color: #F27C00;
        top: -4px;
        left: 38px;
        line-height:0 !important;
    }

    .header__icons a.header__icon .cart-count-bubble span {
        color: #F27C00 !important;
        font-size: 15px !important;
        font-weight: 600;
    }

    /* 14/11/25 */
    nav.breadcrumbs ol {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    gap: 7px;
    margin-top: 29px;
    padding-left:0px !important;
}

nav.breadcrumbs ol li a {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
}

.product .custom-gallery-wrapper {
    display: flex;
    gap: 25px;
}

.product .custom-gallery-wrapper .custom-thumbnail-slider {
    width: 18%;
}

.product .custom-gallery-wrapper .custom-main-slider {
    width: 82%;
    overflow: hidden;
    z-index: 2;
}

.product .product>div:first-child {
    width: 55% !important;
    max-width: 55% !important;
}

.product .custom-gallery-wrapper .custom-main-slider img {
    object-fit: contain;
    max-width: 100%;
    width: 100%;
}

.product .custom-gallery-wrapper .custom-main-slider .slick-slide.slick-current.slick-active .media-image {
     max-width: 100%;
    border: 1px solid #F27C0066;
    padding: 89px 50px;
    border-radius: 10px;
}

.product .custom-gallery-wrapper .custom-main-slider .slick-slide.slick-current.slick-active img {
object-fit: cover;
    height: 100%;
    border-radius: 10px;
    position: static;
    width: 100%;
}
}

.product .product {
    display: flex;
    gap: 68px;
    justify-content: space-between;
}

.product .product .product__info-wrapper {
    width: 45% !important;
    max-width: 45% !important;
    padding-left:68px !important;
}



.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-current {width: 170px !important;padding: 17px 12px;border: 1px solid #F27C0066;border-radius: 10px;}

.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li img {
    max-width: 100%;
}

.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide {
    width: 170px !important;
    border-radius: 10px;
    margin-bottom: 24px;
}

.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide img {
    border-radius: 10px;
}

.product .custom-gallery-wrapper .custom-thumbnail-slider ul, .custom-gallery-wrapper .custom-thumbnail-slider ul .slick-list {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}


.product .rating-wrapper .rating-star:before {
    content: "\2605\2605\2605\2605\2605";
    background: linear-gradient(90deg, #F27C00 var(--percent), rgba(var(--color-foreground), .15) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    letter-spacing: 2px;
}



.product .rating-wrapper .rating-count.caption span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.product .product__info-container .product__description {
    margin-top: 0px !important;
}

.product .product__info-container>*+* {
    margin-bottom: 0px !important;
}
.product span.short-desc {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
}
.product .product__info-wrapper .product__title h1 {
    font-size: 46px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1.2;
    color:#000;
}


.product .product .product__info-wrapper section.product__info-container {
    width: 100%;
    max-width: 100%;
}

.product .product .product__info-wrapper span.price-item.price-item--regular,
.product .product .product__info-wrapper .price span.price-item.price-item--sale.price-item--last,
.product .product .product__info-wrapper .price--on-sale .price__sale s.price-item.price-item--regular {
    font-size: 28px;
    color: #000;
    font-family: 'Poppins';
}

.product .product .product__info-wrapper .price--on-sale .price__sale span.currency-d {
    font-weight: 500;
    font-size: 28px;
    color: #000;
    font-family: 'Poppins';
}

span.badge.price__badge-sale {
    margin-top: 8px;
}


.product .product__info-wrapper .product__info-container .product__description span.a-list-item {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: math-auto;
    line-height: 1.2;
    font-family: 'Poppins';
}

.product .product__info-wrapper .product__info-container .product__description  ul {
    padding: 0;
}


.product .product__info-wrapper .product__info-container .product__description span.a-list-item button {
    border: 0;
    background: none;
    color: #F27C00;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}
.product .product-form {
    display: contents;
    width: 100%;
    max-width: 100%;
}

.product .product-form__input.product-form__quantity {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: unset;
    gap: 17px;
}

.product .shopify-payment-button {
    width: 100%;
    max-width: 100%;
}

.product .product-form__buttons {
    max-width: 100% !important;
    width: 100%;
}



.product .product-form__buttons>button {
    width: 100%;
    max-width: 491px;
    background: #f27c00;
    border: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 28px;
    font-family: Poppins;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 169%;
    padding: 6px;
    outline: 0;
    width: calc(100% - 146px);
    margin-left: auto;
    margin-top: -10px;
}

.product .product-form__input.product-form__quantity label {
    display: none;
}

.product .product-form__input.product-form__quantity .price-per-item__container {
    width: 100%;
    max-width: 230px;
}

.product .product-form__input.product-form__quantity .price-per-item__container quantity-input.quantity {
    max-width: 100%;
    width: 100%;
    padding: 14.5px;
    border: 1px solid #D9D9D9;
}
.product .product-form__input.product-form__quantity .price-per-item__container quantity-input.quantity:after {
    display: none;
}
.button-wrapper {
    width: 100%;
    margin-left: auto;
    margin-top: -71px;
}


.product .product-form__buttons>button:after,.product-form__buttons>button:before {
    display: none;
}

.product .product-form__buttons>button.button:focus-visible {
    box-shadow: unset;
    border: 0;
    outline: 0;
}



.product a#more-payment-options-link {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins';
    text-transform: uppercase;
}



.product .accordion .summary__title h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins';
    color:#000;
}

.product .accordion .summary__title+.icon-caret {
    width: 12px;
    height: 22px;
    color: #000;
    font-weight: 600;
}
.product .accordion .summary__title{
    width:100%;
}
.product .accordion .summary__title .svg-wrapper{
    display:none;
}

.product .custom-product h2 {
    padding: 100px 0 60px;
    margin: 0;
    text-align: center;
    font-size: 72px;
}

.product .custom-product .custom-image img {
    width: 100%;
}
.jdgm-paginate__page.jdgm-curt, .jdgm-paginate__page {
    color: #000 !important;
    font-weight: 600;
    font-size: 20px;
}
.product .custom-product .custom-image:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/cdn/shop/files/white_bottom_wave_02_3.png?v=1763105298');
    bottom: -5px;
    width: 100%;
    height: 165px;
    background-size: contain;
    background-repeat: no-repeat;
    top: auto;
    z-index: 2;
}
.product .custom-product .custom-image {
    position: relative;
    z-index: -1;
}
.product .fbt-section .common-heading {
    font-size: 41px;
    letter-spacing: normal;
}
.product .product-iconmage img {
    height: 30px;
    text-align: center;
}

.product .product-iconmage {
    text-align: center;
}

.product .product-list-sect form {
    display: flex;
    width: 100%;
    margin-top:50px;
    padding-inline:15px;
}

.product .product-list-sect .fbt-products {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    /* gap: 68px; */
    margin-right: auto;
    justify-content: flex-start;
    align-items:start;
}

.product .product-list-sect .fbt-product {
    max-width: 476px;
    border: 1px solid #F27C0066;
    padding: 50px 32px;
    border-radius: 10px;
}

.product .product-list-sect .fbt-product img {
    max-width: 355px;
}

.product .product-list-sect .fbt-summary {
    max-width: 476px;
    width: 100%;
    background: #F4EAE0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 455px;
    margin: 0;
}
.product .product-infowrap {
    max-width: 476px;
    text-align: left;
}

.product .product-list-sect .fbt-product {
    position: relative;
}

.product .product-list-sect .fbt-product label.fbt-checkbox {
    position: absolute;
    top: 14px;
    right: 13px;
}
.product-list-sect {
    max-width: 100%;
    width: 100%;
}
.product .product-infowrap .fbt-info p.fbt-name strong {
    font-size: 18px;
    font-weight: 400 !important;
    color: #000;
    font-family: 'Poppins';
    text-align: left;
}

.product .product-infowrap .fbt-info .fbt-price span {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins';
    font-weight:700;
}

.product .fbt-container.page-width {
    max-width: 1585px;
    padding-inline: 0px 15px;
}

.product .product-list-sect .fbt-product p.fbt-name strong {
    font-size: 18px;
    font-weight: 400 !important;
    color: #000;
    line-height: normal;
    text-transform: capitalize;
}

.product .product-list-sect .fbt-summary .fbt-total {
    font-size: 28px;
    color: #000;
    font-family: 'Poppins';
}

.product .product-list-sect .fbt-summary .fbt-total strong {
    font-weight: 600;
}

.product .product-list-sect .fbt-summary form {
    width: 100%;
}

.product .product-list-sect .fbt-summary form button {
    width: 100%;
    font-size: 28px;
    background: #F27C00;
    font-weight: 600;
    border-radius: 0;
    padding: 3px;
}

.product .fbt-section {
    padding: 90px 0 110px;
}
.product .join-academy__contentproduct-slider {
    padding: 39px 0 100px;
    text-align: center;
}

.product .join-academy__contentproduct-slider .join-academy__slider-wrapper {
    max-width: 100%;
}

.product .join-academy__contentproduct-slider .join-academy__video {
    max-width: 340px;
}




section.product-features-section {
    position: relative;
        padding: 160px 20px;
}

section.product-features-section:before,section.product-features-section:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 165px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/white_bottom_wave_02_2_1.png?v=1763114949);
    top: 0;
    left: 0;
    bottom:auto;
}

section.product-features-section:after {
    bottom: -5px;
    background-image: url(/cdn/shop/files/white_bottom_wave_02_3.png?v=1763105298);
    top: auto;
}


   
    .features-grid {
      align-items: flex-start;
      gap: 100px;
      display: flex;
      justify-content: space-between;
    }
  
 
.product main#MainContent {
    position:relative;
    padding-top: 125px;
}


.product main#MainContent:after{
    content: '';
    width: 100%;
    height: 165px;
    background: url(/cdn/shop/files/er.png?v=1763125715);
    left: 0;
    position: absolute;
    top: -20px;
    bottom: auto;
    z-index: -2;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: contain;
}

section.product-features-section .common-heading {
    color: #fff;
   
}

.features-grid .features-image {
    width: 100%;
    max-width: 532px;
}

.features-grid .features-image img {
    max-width: 100%;
}

.features-grid .feature-item img {
    background: #fff;
    width: 90px;
    height: 91px;
    border-radius: 50%;
    object-fit: none;
}

.features-grid .features-left .feature-item {
    align-items: end;
}
.features-grid .features-right .feature-item{
  align-items:start;
}
.features-grid .features-left .feature-item h4, .features-grid .features-right .feature-item h4 , .features-grid .features-image .feature-item h4 {
    color: #fff;
    text-align: right;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1.2;
}
.features-grid .features-right .feature-item h4,.features-grid .features-right .feature-item p{
  text-align:left !important;
}

.features-grid .features-left .feature-item p ,.features-grid .features-right .feature-item p, .features-grid .features-image .feature-item p {
    font-size: 23px;
    text-align: right;
    color: #fff;
}
.features-grid .features-right .feature-item p {
  text-align:left;
}

.features-grid .features-left, .features-grid .features-right {
    width: 100%;
    max-width: 435px;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}

.features-grid .features-right {
    margin-left: 0;
    margin-right: auto;
}

.product div#judgeme_product_reviews {
    max-width: 1800px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.product .jdgm-rev-widg__header h2 {
    color: #000;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    margin: 0 0 60px;
    letter-spacing: -4.32px;
    text-transform: uppercase;
}

.product .jdgm-rev-widg__header .jdgm-row-stars {
    padding: 40px 0 80px  !important;
}

.product .jdgm-rev-widg .jdgm-star:not([disabled]):hover, .product .jdgm-rev-widg .jdgm-star:focus, .product .jdgm-revs-tab .jdgm-star:not([disabled]):hover, .product .jdgm-revs-tab .jdgm-star:focus,
.product .jdgm-all-reviews .jdgm-star:not([disabled]):hover, .product .jdgm-all-reviews .jdgm-star:focus, .product .jdgm-gallery-popup .jdgm-star:not([disabled]):hover, .product .jdgm-gallery-popup .jdgm-star:focus {
    color: #FFB107;
    color: #FFB107;
}
.product .jdgm-rev-widg .jdgm-star, .product .jdgm-revs-tab .jdgm-star, .product .jdgm-all-reviews .jdgm-star, .product .jdgm-gallery-popup .jdgm-star {
    color: #FFB107;
    color: #FFB107;
}
.product .jdgm-histogram__bar-content {
    background-color: #FF8D28;
    border-radius:10px;
}
.product .jdgm-histogram__bar {
    border-radius: 10px;
    height:13px;
}


.product .jdgm-write-rev-link.jdgm-write-rev-link,.jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover {
    background: #FF8D28 !important;
    border: 1px solid #FF8D28;
}

.product .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .product .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
    color: #F27C00;
}

.product .jdgm-row-profile div {
    color: #000;
}

.product .jdgm-rev__icon:before, .product .jdgm-rev__author {
    color:#F27C00 !important;
}


.product .jdgm-rev__body p, .jdgm-row-rating span {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
}
.product .product .product__info-wrapper section.product__info-container .product__text, .product .product .product__info-wrapper section.product__info-container .product__tax.caption.rte, .product div#shopify-installments{
    display: none !important;
}
.features-grid .features-image .feature-item {display: flex;align-items: center;flex-direction: row !important;gap: 20px;}

.features-grid .features-image .feature-item h4, .features-grid .features-image .feature-item p {
    text-align: left !important;
}

.fbt-checkbox {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
  border: 2px solid #7a7a7a;   
  cursor: pointer;
  box-sizing: border-box;
}

.fbt-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  accent-color: transparent;
  appearance: none;
}

.fbt-checkbox input[type="checkbox"]:checked::before {
  content: "";
  background-image: url('/cdn/shop/files/Vector_1.png?v=1763121047');
  background-size: contain; 
  background-repeat: no-repeat; 
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 16px;
  height: 16px; 
  z-index: 9;
  display: block;
  opacity:1;
}
.product .product-list-sect .fbt-products .fbt-plus {
    position: relative;
    top: 30%;
}
.product .product-form__input.product-form__quantity quantity-input.quantity input:before,.product .product-form__input.product-form__quantity quantity-input.quantity input:after {
    display: none;
}

.product .product-form__input.product-form__quantity quantity-input.quantity:focus-visible {
    outline: none;
    box-shadow: unset;
    border: 0;
}
shopify-payment-terms {
    display: none !important;
}
button.fbt-button {
    width: 100%;
    font-size: 28px;
    padding: 3px;
    border-radius: 0;
}
.product .product .product__info-wrapper span.price-item.price-item--regular span:first-child {
    font-weight: 500;
}

.product .product .product__info-wrapper span.price-item.price-item--regular span:last-child,
.product .product .product__info-wrapper .price span.price-item.price-item--sale.price-item--last {
    color: #F27C00;
    font-weight: 600;
}


/*17/11/25  */
.custom-product-video {
    width: 100%;
}

.custom-product-video video.custom-video {
    height: 100%;
    width: 100% !important;
    max-width: 100%;
    position: absolute;
    object-fit: cover;
    top: -20px;
}
.video-grid .video-item h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-top: 26px;
    margin-bottom: 60px;
    color:#000;
}

.page-hero__inner .page-hero__text-wrapper .heading-breadcrumbswrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-hero__inner .page-hero__text-wrapper .heading-breadcrumbswrapper h1 {
    margin: 0;
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -6px;
    text-align: center;
}

.page-hero__inner {
    position: relative;
}

.page-hero__inner .page-image img {
    width: 100%;
}

.page-hero__inner .page-hero__text-wrapper .heading-breadcrumbswrapper nav.breadcrumbs ol {
    text-align: center;
    margin-inline: auto;
    justify-content: center;
}

.page-hero__inner .page-hero__text-wrapper .heading-breadcrumbswrapper nav.breadcrumbs ol li a {
    color: #fff;
    text-decoration: none;
}
.page-hero__inner:after {
    content: "";
    width: 100%;
    height: 145px;
    background-image: url(/cdn/shop/files/shap_bottom.png?v=1763017744);
    position: absolute;
    top: auto;
    bottom: -8px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.video-grid-section {
    margin-top: 100px;
}
section.video-grid-section .video-grid {
    justify-content: start;
}
.video-item.active img {
    border: 11px solid #F27C00;
    border-radius: 10px;
}

.video-thumb-wrapper img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.video-item.active.active h3{
    color: #F27C00;
}

/* popup */

.video-popup-box .field {
    flex-direction: column;
    gap:10px;
}

.video-popup-box .field:after, .video-popup-box .field:before {
    display: none;
}
.video-popup-box .field__input:focus-visible {
    outline: unset;
    box-shadow: unset;
    border: 1px solid #000;
}
.video-popup-box .field a {
    width: 100%;
    background: #F27C00 !important;
    border: 1px solid #F27C00;
    border-radius: 0;
    font-size: 31px;
    font-weight: 700;
    font-family: 'Poppins';
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}

.video-popup-box {
    width: 100% !important;
    max-width: 568px;
    padding: 30px;
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.video-popup-box form.newsletter-form {
    max-width: 512px;
    width: 100%;
}

.video-popup-box .field input {
    height: 61px;
}
.video-popup-box .field__input {
    width: 100%;
    padding: 12px 14px 12px 50px;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 21px;
    background-image: url("https://cdn-icons-png.flaticon.com/512/561/561127.png");
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 12px center;
}
section.video-grid-section .video-grid>div {
    padding: 13px;
}
body.gradient.page.your-class-name {

    overflow: hidden;

}
 
.video-popup-box .field input::placeholder {
    opacity: 1;
    color:#676767;
    font-size:21px;
    font-family:'poppins'
}

.video-popup-box h3 {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Poppins';
}

.video-popup-box  p {
    font-size: 23px;
    font-weight: 600;
     color: #303030;
}

.video-popup-box span.close-popup {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins';
    position: absolute;
    right: -20px;
    top: -20px;
}

/* 19/11/25 */
.video-thumb-wrapper video {
    height: 100%;
    border-radius: 10px;
}
.contact  .field {
  display: block !important;
  position: relative;
}
.contact .wrapper-div .contact-wrapper form#ContactForm .field  textarea#ContactForm-body {
    height: 155px;
}

.contact .field label {
  position: absolute;
  top: 20px;
  left: 12px;
  background: #fff;
  font-size: 20px;
  color: #8F8F8F;
}
.contact {
    text-align: center;
}

.contact .wrapper-div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 100px;
}

.contact .wrapper-div .contact-image {
    width: 100%;
    max-width: 972px;
}

.contact .wrapper-div .contact-image img {
    max-width: 100%;
}
.contact .field:focus-visible{
    box-shadow:unset;
}
.contact .wrapper-div .contact-wrapper {
    width: 100%;
    max-width: 734px;
    text-align: left;
}

.contact .wrapper-div .contact-wrapper form#ContactForm .field:after,.contact .wrapper-div .contact-wrapper form#ContactForm .field:before {
    display: none;
}


.contact .wrapper-div .contact-wrapper form#ContactForm .field input {
    height: 73px;
}



.contact .wrapper-div .contact-wrapper form#ContactForm .field {
    border: 1px solid #CFCFCF;
    /* display: flex;
    flex-direction: row-reverse; */
    margin-bottom: 17px;
}

.contact .wrapper-div .contact-wrapper form#ContactForm .field input::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: red;
}

.contact .wrapper-div .contact-wrapper form#ContactForm .contact__fields {
    flex-direction: column;
    display: flex;
}

.contact .wrapper-div .contact-wrapper form#ContactForm .contact__fields .field:first-child label {
    /* padding: 15px 0 0 15px; */
}

.contact .contact__button button {
    background: #F27C00;
    width: 100%;
    max-width: 246px;
    border: 0;
    height: 66px;
    font-size: 29px;
    font-weight: 600;
    font-family: 'Poppins';
}

.contact .contact__button button:after,.contact .contact__button button:before {
    display: none;
}


.contact .wrapper-div .contact-wrapper form#ContactForm .field {
    position: relative;
    border: 1px solid #CFCFCF;
    z-index:0;
}


.contact .wrapper-div .contact-wrapper form#ContactForm .field .field__input {
    width: 100%;
    height: 73px;
    border: none !important;
    box-shadow: none !important;
    padding: 20px 18px 0 18px; 
    background: transparent;
}
.contact .wrapper-div .contact-wrapper h2 {
    color: #000;
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform:capitalize;
}

.common-heading {
    margin: 0;
    line-height: 169%;
    color: #000;
    font-weight: 700;
    letter-spacing: -4.3px;
  
}

.contact p {
    font-size: 23px;
    text-transform: capitalize;
    width: 100%;
    max-width: 748px;
    margin-inline: auto;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 39px;
    margin-bottom: 68px;
    color:#000;
}

.email-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  font-family: 'Poppins';
  margin-inline: auto;
  padding-top: 63px;
  margin-bottom: 62px;
  max-width: 1018px;
  width: 100%;
}

.email-common {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  position: relative;
}

.email-common svg {
  width: 37px;
  height: 37px;
  margin-right: 14px;
}

.email-us {
  font-weight: 600;
  color: #ff7a00 !important; /* orange */
  margin: 0;
  font-size: 26px !important;
}

.email a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  margin: 0;
}

.email {
  margin: 0;
}


.email-content::after {
  /* content: ""; */
  width: 1px;
  height: 18px;
  background: #cfcfcf;
  margin: 0 10px;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-media a {
  width: 54px;
  height: 54px;
  border: 1px solid #7D7D7D;
  border-radius: 8px;
  display: grid;
  place-items: center;
  text-decoration: none;
  flex: 0 0 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media a svg {
  width: 28px;
  height: 28px;
}


.email-common p.email a {
    font-size: 26px;
    font-weight: 400;
}

.email-content .email-common:after {
    content: '';
    background: rgb(0 0 0 / 20%);
    width: 1px;
    height: 100%;
    position: absolute;
    right: -40px;
}

.email-content .social-media p {
    margin: 0 16px 0 0;
    color: #000;
    font-size: 26px;
    font-weight:400;
    
}
.contact .email-content .social-media p{
    text-transform:math-auto;
}

.email-content .email-common p {
    margin: 0;
    max-width: fit-content;
}
.brand-story-section {
  padding: 100px 0;
}

.brand-story-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 76px;
}


.brand-story-images {
  position: relative;
  display: flex;
  gap: 0;
  width: 50%;
}

.brand-story-image {

  border-radius: 0;
  overflow: hidden;
  
}

.brand-story-image img {
  width: 100%;
  height: auto;
  display: block;
}

.image-1 {
  transform: rotate(
359deg);
}

.image-2 {
  transform: rotate(
4deg);
  margin-left: 0; 
  margin-top: 40px;
}

.brand-story-content {
    width: 50%;
}
.brand-heading {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  line-height: 169%;
  color:#000;
}

.brand-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 742px;
  font-family: 'Poppins';
  color: #000;
  font-weight: 400;
  width: 100%;
}

.brand-text strong {
  display: block;
  margin-top: 25px;
  font-size: 25px;
  font-weight: 600 !important;
  color: #000;
  font-family: 'Poppins';
}


.brand-story-image.image-2 {
    position: relative;
    z-index: 2;
    left: -40px;
    margin-top: 40px;
}

.brand-story-image.image-2 img {
    padding: 0;
    position: relative;
}
.brand-story-images>.brand-story-image {
    width: 50%;
}
.brand-story-images .brand-story-image.image-1 {
    z-index: 1;
    position: relative;
    left: 30px;
}

.why-mission-section {
  padding: 80px 0;
  background: #000; 
  color: #fff;
}


.why-mission-section .wm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
  padding-top:114px;
}
.why-mission-section .wm-row-2 {
    padding-bottom: 43px;
}

.why-mission-section .wm-text {
  flex: 1;
  max-width: 757px;
}

.why-mission-section .wm-text h3 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 100%;
}

.why-mission-section .wm-paragraph p {
  font-size: 18px;
  line-height: 178%;
  margin-bottom: 20px;
  font-family: 'Poppins';
  font-weight: 400;
}


.why-mission-section .wm-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.why-mission-section .wm-image img {
  width: 100%;
  max-width: 883px;
  border-radius: 0;
  object-fit: cover;
}
section.brand-last-section {
    padding: 110px 0px;
    text-align: center;
}

section.brand-last-section .brand-text p {
    margin-inline: auto;
    max-width: 850px;
    width: 100%;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}

section.brand-last-section .brand-last-content {
    text-align: center;
}

/* @media (max-width: 900px) {

  .wm-row {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    margin-bottom: 80px;
  }

  .wm-row-2 {
    flex-direction: column; 
  }

  .wm-text {
    max-width: 100%;
  }

  .wm-text h3 {
    font-size: 32px;
  }

  .wm-image img {
    max-width: 100%;
  }
} */


/* responsive 15/11/25 */
.contact .wrapper-div .contact-wrapper form#ContactForm .field .field__input:focus-within + label {
    top: 0;
}
@media(max-width:1850px){
    .brand-heading {
    font-size: 62px;
}

    .contact .wrapper-div .contact-wrapper form#ContactForm .field input {
    height: 53px;
}

    .contact .field label {
    font-size: 18px;
 
}
.contact .contact__button button {
    height: 56px;
    font-size: 23px;
 
}
    .product .custom-product .custom-image:after,section.product-features-section:after{
        bottom:-25px;
    }
    .product .product-form__buttons>button {
    max-width: 391px;
}
    .product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide {
    width: 127px !important;

}
}
@media(max-width:1650px){
    .brand-heading {
    font-size: 55px;
   
}
.brand-story-container {

    gap: 6px;
}
.brand-text p {
    font-size: 17px;
}

     .product .custom-product .custom-image:after,section.product-features-section:after{
        bottom:-25px;
    }
    .product .fbt-container.page-width{
              max-width: 1480px;
    }
    .product .product-infowrap,.product .product-list-sect .fbt-summary {
    max-width: 436px;
  
}
   .product .product-form__buttons>button {
    max-width: 341px;
}
.features-grid .features-left .feature-item p, .features-grid .features-right .feature-item p, .features-grid .features-image .feature-item p {
    font-size: 19px;
    text-align: right;
    color: #fff;
    letter-spacing:0;
}
}
@media(max-width:1520px){
  
    .contact .wrapper-div .contact-image {
    position: sticky;
    top: 0;
}

.contact .wrapper-div .contact-wrapper {
    overflow: auto;
}
     .product .custom-product .custom-image:after,section.product-features-section:after{
        bottom:-41px;
    }
    .product .product-form__input.product-form__quantity .price-per-item__container {
    max-width: 160px;
}
    .product .fbt-container.page-width {
    max-width: 1320px;
}
.product .product-infowrap, .product .product-list-sect .fbt-summary {
    max-width: 386px;
}
.product .product-list-sect .fbt-summary {
 height: 425px;
   
}
.product .product-infowrap .fbt-info p.fbt-name strong {
    font-size: 15px;
}
}
@media(max-width:1365px){
    .why-mission-section .wm-row {
    
    align-items: start;
   
}
    .why-mission-section .wm-text h3 {
    font-size: 52px;
   
}
.why-mission-section .wm-row{
    gap:40px;
}
    .brand-text strong {
    font-size: 23px;
    
}
.brand-heading {
    font-size: 50px;
}
    .video-grid .video-item h3 {
 font-size: 15px;
  
}

.video-item .video-thumb-wrapper  {
    height: 500px;
}
    .product .product__info-wrapper .product__info-container .product__description span.a-list-item {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-transform: math-auto;
    line-height: 1.2;
    font-family: 'Poppins';
}
    section.product-features-section {
    padding: 110px 20px;
}
    .product .custom-product h2{
        font-size:60px;
    }
     .product .custom-product .custom-image:after,section.product-features-section:after{
        bottom:-63px;
    }
        .product .product-form__input.product-form__quantity .price-per-item__container {
    max-width: 140px;
}
    .features-grid .features-left .feature-item p, .features-grid .features-right .feature-item p, .features-grid .features-image .feature-item p {
    font-size: 17px;
    text-align: right;
    color: #fff;
}
    .product .fbt-container.page-width {
    max-width: 1170px;
}
.product .product-infowrap, .product .product-list-sect .fbt-summary {
    max-width: 336px;
}
.product .product-list-sect .fbt-summary {
    height: 375px;
}
.product .product__info-wrapper .product__title h1 {
    font-size: 35px;
}
.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide {
    width: 112px !important;

}
.product .product .product__info-wrapper {
    padding-left: 28px !important;
}
}

a.read-more-btn {
    color: #f27c00 !important;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Poppins';
    margin-left:10px;
}

/* 18-11-25 */


.cart-notification-wrapper .cart-notification .cart-notification-product {
    align-items: center;
}
.cart-notification-wrapper .cart-notification .cart-notification-product>div h3.cart-notification-product__name {
    color: #000 !important;
    font-weight:500;
}

.cart-notification-wrapper .cart-notification .cart-notification__links form#cart-notification-form>button.button {
    background: #F27C00;
    color: #fff;
}
.cart-notification-wrapper .cart-notification .cart-notification__links form#cart-notification-form>button.button:hover{
     background: #000;
}

.cart-notification-wrapper .cart-notification .cart-notification__links form#cart-notification-form>button.button:before,.cart-notification-wrapper .cart-notification .cart-notification__links form#cart-notification-form>button.button:after {
    display:none;
}

.cart-notification-wrapper .cart-notification .cart-notification__links button.link {
    max-width: 100%;
    width: 199%;
    height: 47px;
    background: #F27C00;
    color: #fff;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.cart-notification-wrapper .cart-notification .cart-notification__links button.link:hover{
     background: #000;
}

.cart-notification-wrapper .cart-notification .cart-notification__links a#cart-notification-button:before, .cart-notification-wrapper .cart-notification .cart-notification__links a#cart-notification-button:after{
    display:none;
}

.cart-notification-wrapper .cart-notification .cart-notification__links a#cart-notification-button {
    background: #F27C00;
    color: #fff; 
}
.cart-notification-wrapper .cart-notification .cart-notification__links a#cart-notification-button:hover{
    background: #000;
}
.cart-notification-wrapper .cart-notification__header h2.cart-notification__heading {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 600;
    font-family: 'Poppins';
}

.cart-notification-wrapper .cart-notification__header button.cart-notification__close {
    color: #000 !important;
}

body.cart cart-items .title-wrapper-with-link h1.title {
    color: #000;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Poppins';
}

body.cart cart-items .title-wrapper-with-link a.underlined-link {
    color: #000;
    font-weight: 500;
    font-size:20px;
    font-family:'poppins';
}

body.cart cart-items form#cart div#main-cart-items table.cart-items tr th {
    color: #000 !important;
    font-weight: 600;
    font-size: 20px;
    opacity:1;
}

body.cart cart-items form#cart div#main-cart-items table.cart-items tbody td {
    color: #000 !important;
}

body.cart cart-items form#cart div#main-cart-items table.cart-items tbody td a,body.cart cart-items form#cart div#main-cart-items table.cart-items tbody td .product-option {
    color: #000 !important;
    text-decoration: none;
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 500;
}

body.cart cart-items form#cart div#main-cart-items table.cart-items tbody td span.price.price--end {
    color: #000;
}

body.cart .cart__footer .cart__blocks .js-contents .totals h2.totals__total {
    color: #000 !important;
}

body.cart .cart__footer .cart__blocks small.tax-note {
    color: #000;
}

body.cart .cart__footer .cart__blocks .cart__ctas button#checkout {
    background: #F27C00;
    color: #fff;
    font-family: 'Poppins';
    font-size: 20px;
}
body.cart .cart__footer .cart__blocks .cart__ctas button#checkout:hover{
    background: #000;
}

body.cart .cart__footer .cart__blocks .cart__ctas button#checkout:before , body.cart .cart__footer .cart__blocks .cart__ctas button#checkout:after {
    display:none;
}

.video-popup-box .field input#RegisterPassword {
    background-image: unset;
}
.inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 15px;
}

.inner-wrapper h2 {
    font-size: 35px;
    font-weight: 600;
}

.inner-wrapper p {
    color: #000;
}

.inner-wrapper p:empty {
    display: none;
}

.inner-wrapper p br {
    display: none;
}
@media(max-width:767px){
 
    .banner-wrap span.sub-heading {
    font-size: 14px;
}
.banner-wrap h1.banner-black-text {
    margin: 15px 0 5px 0;
}
    .video-popup-box h3 {
    font-size: 30px;

}
.video-popup-box .field a {
    font-size: 20px;
     height: 48px;
   
}
    .product span.short-desc {
    font-size: 16px;

}
    .inner-wrapper h2 {
    font-size: 28px;
    font-weight: 600;
}
.inner-wrapper {
    padding: 40px 15px;
}
.product .product .product__info-wrapper span.price-item.price-item--regular, .product .product .product__info-wrapper .price span.price-item.price-item--sale.price-item--last, .product .product .product__info-wrapper .price--on-sale .price__sale s.price-item.price-item--regular {
    font-size: 24px;
}
.product .product .product__info-wrapper .price--on-sale .price__sale span.currency-d {
    font-size: 24px;
}
}


/* 20/11/25 */
.footer-block__newsletter h2.common-heading {
    line-height: 01;
}

section.product-features-section:before{
    top:-1px;
}
/* cart page */


.cart .cart__warnings {
    padding: 80px 0px;
}

.cart .cart__warnings h1 {
    font-size: 70px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #000;
}

.cart .cart__warnings h2 {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
}

.cart .cart__warnings p.cart__login-paragraph a, .cart .cart__warnings p.cart__login-paragraph {
    font-size: 20px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
}
.cart .cart__warnings a.button {
    background: #F27C00;
    font-size: 20px;
    padding: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}

.cart .cart__warnings a.button:before,.cart .cart__warnings a.button:after {
    display: none;
}

/* for 404 page */

.template-404.page-width.page-margin.center {
    padding: 80px 0px;
}

.template-404.page-width.page-margin.center p {
    font-size: 70px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1.2;
}

.template-404.page-width.page-margin.center h1.title {
    margin: 10px;
    font-weight: 600;
    font-family: 'Poppins';
}

.template-404.page-width.page-margin.center a.button {
        background: #F27C00;
    font-size: 20px;
    padding: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}
 .template-404.page-width.page-margin.center a.button:after ,  .template-404.page-width.page-margin.center a.button:before{
     display:none;
 }

.cart__footer-wrapper .totals h2.totals__total,.cart__footer-wrapper .totals p {
    font-size: 20px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
}
body.cart .cart__footer .cart__blocks small.tax-note{
        font-size: 18px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
}
section.blog-grid .blog__item {
    max-width: 562px;
    width: 100%;
    cursor: pointer;
}

section.blog-grid {
    padding: 70px 0px 90px;
}

section.blog-grid .blog__item img {
    max-width: 100%;
    width: 100%;
        max-height: 358px;
    object-fit: cover;
    object-position:top;
}

.row-flex {
    gap: 41px;
    justify-content: space-between;
}

 .row-flex .blog__image {
    margin-bottom: 27px;
}

 .row-flex p.blog__text, .inner-wrapper p {
    font-size: 23px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 33px;
}

.inner-wrapper p{
    margin-bottom:5px;
    font-weight:400;
}
.inner-wrapper h4 {
    font-size: 37px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #000;
    padding-top:30px;
}
section.blog-grid h2.common-heading {
    text-align: center;
    margin-bottom: 40px;
}
.inner-wrapper b {
    font-size: 20px;
    color: #000;
    font-family: 'Poppins';
}
.menu-drawer-container span svg {
    color: #fff;
    font-family: 'Poppins';
}
.slick-initialized .slick-slide{
    margin-inline: 1px !important;
}
section.product-features-section .common-heading {
    margin-bottom: 33px;
}

/* 21/11/25 */
.banner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align:center;
    width:100%;
    padding-inline:15px;
}

.banner-wrap span.banner-black-text {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
}

.banner-wrap h1.banner-black-text {
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0px 6px 0px #000;
  margin: 25px 0 15px 0;
}


.banner-wrap span.sub-heading {text-shadow: 0px 6px 0px #000;font-size: 33px;}

a.common-btn.banner-btn {
    width: 100%;
    max-width: 243px;
    display: block;
    background: #F27C00;
    text-align: center;
    margin-inline: auto;
    padding: 10px;
    color: #fff;
    font-size: 23px;
    margin-top: 35px;
    font-weight: 600;
    font-family: 'Poppins';
}
.video-popup-box {
    width: 100% !important;
    max-width: 568px;
    padding: 30px;
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff !important;
    z-index: 2;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 12%);
    border-radius: 8px !important;
    text-align:center;
}

.video-popup-overlay {
      position: fixed;
    width: 100%;
    height: 100%;
    background-color: #181818cc;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
}
.video-item .video-thumb-wrapper {
    height: 560px;
}
.newsletter-form__button{padding-inline:10px !important;}
.video-product-section .custom-product-video video.custom-video {
    position: static;
}
.index .custom-product-video {
    width: 100%;
    padding-bottom: 55%;
}
.collection .main-grid-sec li.grid__item .card .card__inner .card__media>a.media {
    padding-bottom: 0;
}
.customer.login  h1#login {font-size: 50px;font-weight: 600;font-family: 'Poppins';color: #000;margin-bottom: 10px !important;}


.customer .field input {
  width: 100%;
  font-size: 18px;
  padding: 18px 16px;
  border: 1.5px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  outline: none;
  font-family: inherit;
  color: #000;
}


.customer .field:before,.customer .field:after {display: none;}


.customer .field input::placeholder {
  color: #8f8f8f;
  font-size: 18px;
}

.customer .field {
  margin-bottom: 20px;
}


.customer button {
  background: #f47c20;
  color: #fff;
  padding: 14px 45px;
  font-size: 22px;
  font-weight: 600;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 10px;
  display: block;
  text-align: center;
  margin-inline: auto;
  border: 0;
}

.customer a {
  margin-top: 12px;
  display: inline-block;
  font-size: 18px;
  color: #000;
}


.customer.login {
    border: 1px solid #eee;
    padding: 20px 50px !important;
    margin: 80px auto !important;
    box-shadow: 0 0 14px rgba(0,0,0,10%);
    width: 100%;
}

.customer .field:focus-visible {
    box-shadow: unset;
    outline: 0;
}

.customer button:after,.customer button:before {
    display: none;
}

h1#login:focus-visible,.customer .field input:focus-visible{
    outline: 0;
    outline-offset: unset;
    box-shadow: unset;
}

.customer.register h1 {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Poppins';
  color: #000;
  margin-bottom: 20px !important;
}


.customer.register {
  border: 1px solid #eee;
  padding: 20px 50px !important;
  margin: 80px auto !important;
  box-shadow: 0 0 14px rgba(0,0,0,10%);
  width: 100%;
  max-width: 51rem !important;
}


.customer.register .field input {
  width: 100%;
  font-size: 18px;
  padding: 18px 16px;
  border: 1.5px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  outline: none;
  font-family: inherit;
  color: #000;
}


.customer.register .field:before,.customer.register .field:after {display: none;}


.customer.register .field input::placeholder {
  color: #8f8f8f;
  font-size: 18px;
}


.customer.register .field {
  margin-bottom: 20px;
}

.customer.register button {
  background: #f47c20;
  color: #fff;
  padding: 14px 45px;
  font-size: 22px;
  font-weight: 600;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 10px;
  display: block;
  text-align: center;
  margin-inline: auto;
  opacity: 1;
}

.customer.register button:after,
.customer.register button:before {
  display: none;
}


.customer.register .field input:focus-visible,
.customer.register h1:focus-visible {
  outline: 0;
  box-shadow: none;
}

.customer.register .custom-checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  flex: 0 0 20px;
}

.customer.register .custom-checkbox input[type="checkbox"]:checked {
  background-color: #f57c00;
  border-color: #f57c00;
}

.customer.register .custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.customer.register .custom-checkbox a {
  color: #f57c00;
  text-decoration: none;
  font-weight: 500;
}
.custom-checkbox{
    align-items:center !important;
}
.customer.register .custom-checkbox a:hover {
  text-decoration: underline;
}
.custom-checkbox label {
    cursor: pointer;
    text-align: left;
    line-height: 1.2 !important;
}

section.our-blog {
    overflow: hidden;
}
.contact .wrapper-div .contact-wrapper h2.form-status.form-status-list.form__message {
    font-size: 12px;
    color: green;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.features-grid .features-right .feature-item h4 {
    text-align: right;
}
.product .product__accordion .accordion__content, .product .product__accordion .accordion__content ul {
    padding-left: 0px;
}
.video-item.locked-video img {
    /* height: unset; */
}
.jdgm-sort-dropdown-wrapper select.jdgm-sort-dropdown {
    padding-left: 10px;
}

.first-videos h2.video-grid-heading, .second-videos h2.video-grid-heading {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 600;
}

.second-videos h2.video-grid-heading {
    color: #000;
}
.contact .field {
  position: relative;
  margin-bottom: 30px;
 
}

.contact .field .field__input {
  padding: 16px 12px 6px;
  font-size: 18px;
}

.contact .field label {
  position: absolute;
  left: 12px;
  top: 20px;
  font-size: 18px;
  color: #8F8F8F;
  background: #fff;
  transition: 0.3s ease;
  pointer-events: none;
}

.contact .field .field__input:focus + label,
.contact .field textarea:focus + label {
  top: -10px;
  font-size: 14px;
  color: #000;
 
}


.contact .field .field__input:not(:placeholder-shown) + label,
.contact .field textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 14px;
  color: #000;
  z-index: 999;
  padding-inline: 5px;
}

.blog-articles .card-wrapper .card:not(.ratio) {
    border: 0;
}

.blog .main-blog h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    font-family: 'Poppins';
}

.blog .main-blog .card__information h3 a {
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Poppins';
    text-decoration: none !important;
}
section.video-grid-section.first-videos {
    background: #000;
    padding-top:50px;
}

section.video-grid-section.first-videos .video-grid .video-item h3 {
    color: #fff;
}
.blog .main-blog .card__information time {
    font-size: 20px;
    font-weight: 500;
}

.blog .main-blog .card__information  .article-card__info {
    text-align: left;
}

.blog .main-blog .blog-articles {
    gap: 20px;
}
.article-template__hero-adapt.media img {
    width: 100%;
    max-width: 100%;
    object-fit: none;
    background: #fff;
    height: 600px !important;
    object-position: top;
}

.article-template__hero-adapt.media {
    height: 496px;
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
    background: #fff !important;
    padding-bottom: 0 !important;
}

.article article.article-template {
    padding: 80px 15px;
}

header.page-width.page-width--narrow.scroll-trigger.animate--fade-in {}

header.page-width.page-width--narrow.scroll-trigger.animate--fade-in {}

header.page-width.page-width--narrow.scroll-trigger.animate--fade-in {}

.article article.article-template header.page-width.page-width--narrow {
    width: 100%;
    max-width: 900px;
    padding: 0;
}

.article article.article-template header.page-width.page-width--narrow h1 {
    font-size: 53px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #000;
}

.article article.article-template header.page-width.page-width--narrow time {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
}

.article article.article-template header.page-width.page-width--narrow button.share-button__button {
    position: relative;
    bottom: 30px;
    top: 0;
}

.article .share-button {
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
}

.article .share-button button.share-button__button span {
    color: #000;
    font-size: 20px;
}

.article .article-template__social-sharing {
    margin-top: 10px;
}
.contact .email-common p.email a {
    text-transform: lowercase;
}
.Inner-custom.page-hero__inner:after {
    display: none;
}
section.blog-grid .pagination {
    padding-top: 115px;
    text-align: center;
    justify-content: center;
    gap:30px;
}
section.blog-grid .pagination span.active {
    color: #F27C00;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Poppins';
}
section.our-blog .row-flex .our-blog__item {
    width: 100%;
}
section.blog-grid .pagination a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}
@media(max-width:1365px){
    .banner-wrap h1.banner-black-text {
    font-size: 45px;
}
.banner-wrap span.sub-heading {
    text-shadow: 0px 3px 0px #000;
    font-size: 25px;
}
    .features-grid .features-image .feature-item {
    margin-top: 50px;
}
     .product .jdgm-rev-widg__header h2{
            font-size:60px;
        }
    .gear-grid {
    padding-top: 35px;
}
    .join-academy__content .row-flex {
    gap: 15px;
}
    .collection-hero:after {
    height: 100px;
}
.cart .cart__warnings h1 {
    font-size: 60px;
   
}
}
@media(max-width:1199px){
    .banner-wrap h1.banner-black-text {
    font-size: 40px;
}
    .product .product-list-sect .fbt-summary{
        max-width:100%;

    }
    .features-grid .features-image .feature-item {
    margin-top: 0px;
}
   
    .product .product-list-sect .fbt-products .fbt-plus{
        display:none;
    }
    .features-grid .feature-item img {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
}
    .features-grid  .feature-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center !important;
}
    section.blog-grid .pagination {
    padding-top: 75px;
}
    .header__icons a.header__icon span{
        font-size:15px;
    }
    section.our-blog .row-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
}
    section.our-blog {
    padding-inline: 15px;
}
    .cart .cart__warnings,.template-404.page-width.page-margin.center {
    padding: 60px 0px;
}

.cart .cart__warnings h2 {
    font-size: 25px;
}

.cart .cart__warnings p.cart__login-paragraph a, .cart .cart__warnings p.cart__login-paragraph {
    font-size: 18px;
}
.cart .cart__warnings a.button {
    background: #F27C00;
    font-size: 18px;

}

    .common-heading, h2.jdgm-carousel-title, div#insta-feed h2{
        font-size:50px;
    }
/* product image start */
.product .product-list-sect form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}

.product .product-list-sect form .product-infowrap {
    max-width: 100%;
    width: 100%;
}

.product .product-list-sect .fbt-product {
    max-width: 100%;
}


.product .product-list-sect .fbt-products {
    gap: 20px;
    padding-right: 0;
}
.product .product-list-sect .fbt-products .fbt-plus {
    position: relative;
    left: 50%;
    top: 0;
}
.product .product-list-sect .fbt-summary{
    max-width: 100%;
}

.features-grid {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.features-grid .features-left .feature-item h4, .features-grid .features-right .feature-item h4, .features-grid .features-image .feature-item h4 {
    text-align: left;
}

.features-grid .features-left {
    text-align: left;
    margin-inline: auto;
}

.features-grid .features-left .feature-item {
    align-items: flex-start;
}

.features-grid .features-image {
    margin-inline: auto;
    /* height: 100%; */
    margin-bottom:10px;
}

.features-grid .features-right,.features-grid .features-left {
    margin-inline: auto;
    max-width: 532px;
}

.features-grid .features-left .feature-item p, .features-grid .features-right .feature-item p, .features-grid .features-image .feature-item p {
    text-align: left;
}

.features-grid .features-image .feature-item {
    margin-top: 20px;
}


/* end */

    .product .product-infowrap {
    max-width: 316px;
}
/* .product .product-list-sect .fbt-summary {
    height: 352px;
} */
    .product .product-list-sect .fbt-products{
        padding-right:20px;
    }
  .footer .email-us, .footer .email-common p.email a{
    font-size:17px !important;
  }
    .brand-text strong { font-size: 21px;}
    .common-button { font-size: 22px;}
    .collection .main-grid-sec li.grid__item h3 a { font-size: 22px;}
   .row-flex { gap: 31px;}
.row-flex p.blog__text { font-size: 20px;}
    .contact .field label {top: 15px;}
    .contact .wrapper-div .contact-wrapper form#ContactForm .field .field__input { height: 53px;}
    .email-common p.email a,.email-us,.email-content .social-media p { font-size: 21px !important;}
.social-media a {  width: 35px; height: 35px; flex: 0 0 35px;}
.email-content{gap:50px;}
.email-common svg { width: 27px; height: 27px;}
.email-content .email-common:after{right:-30px;}
.social-media a svg { width: 18px; height: 18px;}
.header__icons {
    width: 38%;
}
.page-hero__inner:after,.collection-hero:after {
    height: 80px;

}
nav.header__inline-menu li a, .header__menu-item span {
    font-size: 15px;
}
section.video-grid-section {
    margin-top: 70px;
}
   section.product-features-section:before{
        top:-2px;
    }
    nav.breadcrumbs>div {
    overflow: auto;
}
nav.breadcrumbs ol li a{
    white-space:nowrap;
}
.join-academy__slider-wrapper {
    padding-inline: 20px;
    margin-top:15px;
}
}
@media(max-width:1040px){
    .article article.article-template header.page-width.page-width--narrow,.article .share-button {
    max-width: 720px;
    margin-inline: auto;
}
    .header__icons a.header__icon .cart-count-bubble {
    left: 24px;
  
}
.article article.article-template header.page-width.page-width--narrow h1 {
    font-size: 43px;

}
   .product .product-infowrap{
    max-width: 286px;
}
.product .product-list-sect .fbt-summary {
    height: 332px;
}
    .brand-heading {
    font-size: 40px;
}
.brand-text strong {
    font-size: 19px;
}
    .header__icons account-icon svg,.header__icons .header__icon.header__icon--cart span.svg-wrapper.icon svg {
    width: 13px;
}
.header__icons a.header__icon span {
font-size:14px;

}
.header__icons a.header__icon account-icon, .header__icon--cart .icon,.header__icons .header__icon.header__icon--cart span.svg-wrapper.icon {
    width: 35px;
    height: 35px;
}
.product .custom-product .custom-image:after, section.product-features-section:after {
    bottom: -99px;
}
}
@media(max-width:1024px){
    .product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide {
    padding-right: 20px;
}
    section.video-grid-section .video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

section.video-grid-section .video-grid .col-md-3 {
    width: 100%;
}
}
@media(max-width:992px){
    .banner-wrap span.sub-heading {
    font-size: 22px;
}
.banner-wrap h1.banner-black-text {
    font-size: 35px;
}
    .home-thirdsection.about-story .about-story-second-col {
        padding-left:0;
    }
    .product .custom-product h2 {
    font-size: 41px;
}
    .product .jdgm-rev-widg__header .jdgm-row-stars {
    padding: 10px 0 10px  !important;
}
    .product .jdgm-rev-widg__header h2 {
    font-size: 40px;
 letter-spacing: 0;
 margin-bottom:15px;
    
}
    .product .join-academy__contentproduct-slider h2.common-heading {
    margin-bottom: 15px;
}
    .blog .main-blog .card__information h3 a {
font-size:26px;
}
    .row-flex .our-blog__item {
    width: 100%;
    max-width: 100%;
}
section.blog-grid .pagination {
    padding-top: 55px;

}

.home-thirdsection.about-story .row-flex {
    flex-direction: column;
}

.home-thirdsection.about-story .about-story-first-col, .home-thirdsection.about-story .about-story-second-col {
    width: 100%;
}

.home-thirdsection.about-story .about-story-first-col img {
    margin-inline: auto;
    text-align: center;
}

    .cart .cart__warnings p.cart__login-paragraph a, .cart .cart__warnings p.cart__login-paragraph {
    font-size: 16px;
}
    .cart .cart__warnings h2 {
    font-size: 22px;
    margin-top: 30px;
}
    .cart .cart__warnings h1 {
    font-size: 50px;
    margin: 0 0 20px;
}
    .gear-item .gear-title {
    font-size: 20px;
}
.common-button {
    font-size: 20px;
}
    button.fbt-button {
   font-size: 19px;
 
}
.product .product-list-sect form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}

.product .product-list-sect form .product-infowrap {
    max-width: 100%;
    width: 100%;
}

.product .product-list-sect .fbt-product {
    max-width: 100%;
}


.product .product-list-sect .fbt-products {
    /* gap: 0; */
    padding-right: 0;
}
.product .product-list-sect .fbt-products .fbt-plus {
    position: relative;
    left: 50%;
    top: 0;
}
.product .product-list-sect .fbt-summary{
    max-width: 100%;
}
.product .custom-product h2 {
    padding: 40px 0 10px;
}
.product .fbt-section {
    padding: 40px 0 60px;
}
.product .product-list-sect .fbt-products .fbt-plus {
    position: relative;
    top: 0%;
}
    .product .product-form__buttons>button {
  font-size: 18px;
    margin-top: 24px;
}
.product .product-iconmage img {
    height: 20px;
}
.product .accordion .summary__title h2 {
    font-size: 18px;
}
.product .product-form__input.product-form__quantity .price-per-item__container quantity-input.quantity {
    padding: 7.5px;
 
}
     .product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide {
    padding-right: 30px;
}
  .footer .email-common {
 margin: 0 0 20px 0;
    
}
    .footer-block__newsletter {
    margin: 0 0 46px 0;
}
    .footer__blocks-wrapper {display: grid;grid-template-columns: 1fr 1fr;}

.custom-threewrapper .footer__blocks-wrapper>div,.footer__content-top .grid .footer__column--info {
    width: 100% !important;
    max-width: 100% !important;
}
footer.footer {
    padding: 90px 0 0 0;
}
    .header-shp {
    top: 0px;
 }
 .brand-story-container .brand-story-images, .brand-story-container .brand-story-content {
    width: 100%;
}
.brand-story-container{
    flex-direction:column;
}
.video-grid .video-item h3 {
    margin-bottom: 20px;
}
  section.video-grid-section .video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
    .common-heading, h2.jdgm-carousel-title, div#insta-feed h2,.collection-hero h1.collection-hero__title {
    font-size: 40px;
   letter-spacing:0;
   line-height:1.4;
}
    .page-image img {
    min-height: 200px;
    object-fit: cover;
}
nav.breadcrumbs ol{
    margin:0;
}
.page-hero__inner:after,.collection-hero:after {
    height: 75px;
}
section.blog-grid {
    padding: 30px 0px 50px;
}
section.video-grid-section {
    margin-top: 50px;
}
   .product .join-academy__contentproduct-slider {
    padding: 39px 0 50px;
   
}
}
@media(max-width:991px){
    .why-mission-section .wm-row {
    flex-direction: column-reverse;
}

.why-mission-section .wm-row.wm-row-2 {
    flex-direction: column;
}
.why-mission-section .wm-row{
    padding-top:14px;
            padding-bottom: 30px;
   
}
}
@media(max-width:989px){
    .product .product.grid {
    overflow: hidden;
}
      /* header.header .page-width .row-flex {
    display: grid;
    grid-template-columns: 1fr  2fr 1fr;
    gap: 0;
    grid-template-rows: unset;
}

header.header .page-width .row-flex header-drawer {
    margin: 0;
    width: 100%;
    order: 1;
    grid-column: 1;
}

header.header .page-width .row-flex h1.header__heading {
    width: 70%;
    order: 2;
    grid-column: 2;
    grid-area: auto !important;
} */
 header.header header-drawer,h1.header__heading {
    width: 70%
}
.header__icon--menu[aria-expanded=true]:before{
    background:#fff;
}
div#menu-drawer {
    position: absolute;
    top: 44px;
    left: -20px;
    width: 100%;
    max-width: 100%;
    background: #fff !important;
    filter: unset !important;
    right: 0px;
}
.menu-drawer-container span svg {
    color: #000;
    font-family: 'Poppins';
    stroke: #000;
    fill: #000;
    filter: invert(1);
}
header.header .header__heading-logo-wrapper {
    width: 100%;
}
    .header__icons {
    width: 100%;
}
   .product .custom-gallery-wrapper {
    flex-direction: column-reverse;
    width: 100%;
    max-width: 100%;
}

.product .custom-gallery-wrapper .custom-thumbnail-slider {
    width: 100%;
}
.product .custom-gallery-wrapper .custom-main-slider {
    width: 100%;
    max-width: 100%;
}
.product .product>div:first-child {
    width: 100% !important;
    max-width: 100% !important;
}
/* .product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track {
    display: flex;
} */
.product .product-form__buttons>button {
    max-width: 100%;
}
.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide {
    margin-inline: auto !important;
    text-align: center;
    flex: 0 0 70px;
    padding: 0px;
    margin-bottom: 0;
}

.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide img {
    max-width: 57px;
    margin-inline: auto;
    text-align: center;
}

.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide:not(.slick-current) {
    width: 81px !important;
}

.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-slide:not(.slick-current) img {
    width: 72px;
    max-width: 72px;
}
.product .custom-gallery-wrapper .custom-thumbnail-slider .slick-track li.slick-current {
    padding: 7px 7px !important;
}
.scroll-trigger.animate--slide-in {
    opacity: 1!important;
}
.product .product .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
}
@media(max-width:800px){
 .gear-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
}

.gear-grid .gear-item {
    width: 100%;
}
    .product .product.grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product .product__info-wrapper .product__title h1 {
    font-size: 28px;
}
.product .product .product__info-wrapper {

    width: 100% !important;
    max-width: 100% !important;
    padding-left:0px !important;
}
.product .product-form__buttons>button {
    max-width: 100%;
}
    .collection .main-grid-sec li.grid__item {
    width: 100%;
    max-width: 100%;
}
section.blog-grid .row-flex,.collection .main-grid-sec,section.our-blog .row-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
}
.contact .wrapper-div .contact-image {
    width: 100%;
    position: static;
}

.contact .wrapper-div {
    flex-direction: column;
    padding-bottom: 50px;
}
.social-media a {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
}
.email-content {
    flex-direction: column;
    gap: 30px;
}
.email-content .email-common:after{
    background:none;
}
.email-content {
    padding-top: 33px;
    margin-bottom: 22px;
}
}
@media(max-width:776px){
    .banner-shape {
   
    bottom: -2px;
  
}
.footer__payment ul.list.list-payment li.list-payment__item {
    width: calc(100% / 6 - 34px);
}
    .sw-instagram.sw-instagram-box {
   
    padding-top: 40px;
}
    div#insta-feed h2::before {
    top: -30px;
}
    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel__item-container{
        padding-bottom:40px;
    }
    .animate--slide-in .jdgm-carousel-wrapper{
        padding:53px 0px;
    }
    h2.jdgm-carousel-title{
        margin-bottom:20px;
    }
     section.our-blog{
padding:40px 0;
    }
    .about-story{
padding:100px 0;
    }
    section.blog-grid .pagination {
    padding-top: 45px;
}
    .cart .cart__warnings h2 {
    font-size: 18px !important;
    
}
    .cart .cart__warnings h1 {
    font-size: 40px;

}
        .join-academy__content .row-flex {
    flex-direction: column;
    gap: 30px;
}

.join-academy__content .row-flex .join-academy__text {
    width: 100%;
    max-width: 100%;
}

.join-academy__content .row-flex .join-academy__slider-wrapper {
    width: 100%;
    max-width: 100%;
}
}
section.our-blog .common-heading{
    margin-bottom:50px;
}
@media(max-width:767px){
    a.common-btn.banner-btn {
   font-size: 16px;
   
}
       .index .custom-product-video {
    
    padding-bottom: 120%;
}
.banner-wrap span.sub-heading {
    font-size: 15px;
}
    .banner-wrap h1.banner-black-text {

    font-size: 28px;
 
}
  .banner-wrap span.banner-black-text {
    font-size: 11px;
}
    /* .custom-product-video video.custom-video {
    height: 373px;
  
}
.custom-product-video {
    width: 100%;
    padding-bottom: 45%;
} */
    .customer.register h1,.customer.login h1{
        font-size:30px;
    }
    .customer.login{
        padding-inline:20px;
    }
    .play-btn img {
    width: 33px;
}
    .common-button {
   
    height: 56px;
    line-height: 55px;
}
    .join-academy__content {
    padding: 40px 0;
}
    .gear-item .gear-title{
        margin-bottom:10px;
    }
    .index .banner .banner__media>img {
    object-position: 60% 100%;
}
    .about-story-second-col .common-button, .border-btn {
    height: 54px;
    line-height: 50px;
    border: 2px solid #f27c00;
}
    .sw-instagram-container .sw-instagram-header .sw-instagram-header-description p span{
        margin-bottom:30px;
    }
    .sw-instagram.sw-instagram-box .sw-instagram-col {
    padding: 0;
    /* width: calc(100% / 3 - 12px); */
    flex:1 ;
}
    .sw-instagram.sw-instagram-box {
    padding-bottom: 40px;
}
    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel__item-wrapper {
    margin: 0 -22px;
}
    .product .product .product__info-wrapper span.price-item.price-item--regular {
    font-size: 23px;
}
    .product .jdgm-rev-widg__header .jdgm-row-stars {
    padding: 10px 0 10px  !important;
}
    .blog .main-blog .card__information h3 a {
   
    font-size: 20px;
   
}
.blog .main-blog .card__information time {
    font-size: 16px
}
    .article article.article-template header.page-width.page-width--narrow, .article .share-button {
    max-width: 640px;
}
.article article.article-template header.page-width.page-width--narrow h1 {
    font-size: 36px;
}
.article article.article-template {
    padding: 10px 15px;
}
    section.shop-the-gear,.join-academy__content,section.our-blog>.page-width{
        padding-bottom:48px;
    }
    .animate--slide-in:has(.jdgm-carousel-wrapper) .jdgm-carousel__item-container{
        padding-top:30px;
    }
    .about-down {
 bottom: -1px;
  
}


    .sw-instagram-container .sw-instagram-header .sw-instagram-header-description p span{
        line-height:1.2;
    }
    h2.jdgm-carousel-title{
        margin-bottom:20px;
    }
    section.our-blog{
        padding-bottom:20px;
    }
    .about-story{
        padding-bottom:90px;
    }
    .about-story, section.our-blog{padding-top:30px;}
      .cart .cart__warnings,.template-404.page-width.page-margin.center {
    padding: 40px 0px;
}
    .template-404.page-width.page-margin.center p {
    font-size: 40px !important;
}
.template-404.page-width.page-margin.center h1.title {
    font-size: 26px;
}
    .cart .cart__warnings a.button,.template-404.page-width.page-margin.center a.button {
    font-size: 16px;
    padding:12px;
}

.cart .cart__warnings h1 {
    font-size: 28px;
}
    .product main#MainContent {

    padding-top: 45px;
}
    .product .accordion .summary__title h2{
        font-size:16px !important;
    }
    .product .join-academy__contentproduct-slider {
    padding: 39px 0 20px;
   
}
    .product .jdgm-rev-widg__header h2 {
 margin: 0 0 -30px;
    letter-spacing: 0;
    
}
    .join-academy__slider-wrapper .slick-prev::before{
        margin-left:10px;
    }
    .join-academy__slider-wrapper {
    padding-inline: 22px;
}
    section.product-features-section {
    padding: 60px 20px;
}
.features-grid  .feature-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center !important;
}
.features-grid .feature-item img {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: none;
    flex: 0 0 80px;
    padding: 4px;
}


    footer.footer {
    padding: 30px 0 0 0;
}
    p.newsletter-content{
        margin-bottom:20px;
    }
    body.cart cart-items .title-wrapper-with-link h1.title {
    font-size: 27px;
}
 body.cart cart-items .title-wrapper-with-link a.underlined-link , body.cart .cart__footer .cart__blocks small.tax-note,  body.cart cart-items form#cart div#main-cart-items table.cart-items tbody td a, body.cart cart-items form#cart div#main-cart-items table.cart-items tbody td .product-option {
   
    font-size: 16px;
   
}
    .why-mission-section .wm-text h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
    nav.breadcrumbs ol{
        gap:0;
    }
    .inner-wrapper b {
    font-size: 18px;
    }
    .inner-wrapper h4 {
    font-size: 28px;
}
   .row-flex p.blog__text, .inner-wrapper p {
    font-size: 20px;
    line-height: 1.7;
}
    .header__icons .header__icon.header__icon--cart span.svg-wrapper.icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
}
.header__icons .header__icon.header__icon--cart span.svg-wrapper.icon svg {
    width: 13px;
}
.header__icons a.header__icon span {
    font-size: 15px;
}
.header__icons a.header__icon .cart-count-bubble {
    top: 1px;
    left: 24px;
}
    common-heading{
        font-size:40px;
    }
    .page-hero__inner .page-image img {
    width: 100%;
}
.page-hero__inner:after,.collection-hero:after {
   height: 45px;
 
}
.page-image img {
    min-height: 180px;
    object-fit: cover;
}
.page-hero__inner .page-hero__text-wrapper .heading-breadcrumbswrapper h1,.collection-hero h1.collection-hero__title {
    font-size: 28px;
    letter-spacing: 0px;

}
nav.breadcrumbs ol{
    margin:0;
}
.common-heading, h2.jdgm-carousel-title, div#insta-feed h2 {
    font-size: 28px;
    letter-spacing: 0 !important;
}
.contact p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 28px;

}
.contact .wrapper-div .contact-wrapper h2 {
    font-size: 30px;
}
header.header {
    padding: 10px 0;
}
.contact .wrapper-div {
    gap: 30px;
}
.product-grid-container {
    padding: 10px 0;
}
section.video-grid-section {
    margin-top: 30px;
}
p{
    font-size:16px !important;
    
}
h2,.sw-instagram-container .sw-instagram-header .sw-instagram-header-description p span{
    font-size:28px!important;
    letter-spacing:0 !important;
}
.product .custom-product .custom-image:after, section.product-features-section:after {
    bottom: -135px;
}
.cart-count-bubble span {
    position: relative;
    left: 1px;
    top: 1px;
}
.article article.article-template header.page-width.page-width--narrow time{
    margin-top:15px;
}
.article .article-template__back:last-child{
    margin-top:10px;
}
 .video-popup-box {
    width: 95% !important;
}
 .video-popup-box .field a {
    font-size: 20px;
   height: 48px;

}
.video-popup-box span.close-popup {
    width: 30px;
    height: 30px;
    right: 7px;
    top: 7px;
}
.video-popup-box span.close-popup img {
    width: 12px;
}
}
@media(max-width:586px){
   
      /* .custom-product-video video.custom-video {
    height: 253px;
  
}
.custom-product-video {
    width: 100%;
    padding-bottom: 25%;
} */

     header .header__heading-link {
        text-align: center;
        margin-left: 29px;
     }
    .header__icons .header__icon.header__icon--cart span.svg-wrapper.icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
}
.header__icons .header__icon.header__icon--cart span.svg-wrapper.icon svg {
    width: 11px;
}
.header__icons a.header__icon .cart-count-bubble {
    top: -14px;
    left: 13px;
}
.header__icons a.header__icon span {
    font-size: 12px;
}
    .row-flex {
    gap: 19px;
}
header.header header-drawer, h1.header__heading {
    width: auto;
}
    .article article.article-template header.page-width.page-width--narrow h1 {
    font-size: 26px;
}
.article article.article-template header.page-width.page-width--narrow time{
    font-size:16px;
}
    .footer__payment ul.list.list-payment li.list-payment__item {
    width: calc(100% / 6 - 14px);
}
     .gear-grid {
   grid-template-columns: 1fr;
  
}
    .cart-count-bubble span {
    position: relative;
    left: 0px;
}
.header-shp {
    top: -5px;
}
      section.video-grid-section .video-grid {
    display: grid;
    grid-template-columns: 1fr;
}
     section.blog-grid .row-flex,.collection .main-grid-sec,section.our-blog .row-flex {
    grid-template-columns: 1fr;
}
.video-item .video-thumb-wrapper {

    height: 549px;
}
}
@media(max-width:480px){
 .email-common p.email a,.email-us,.email-content .social-media p { font-size: 17px !important;}
 .social-media a {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
}
.social-media a svg { width: 20px; height: 20px;}

.video-item .video-thumb-wrapper  {
    height: 449px;
}
}
.banner-wrap h1.banner-black-text {
    background: #00000021;
    max-width: max-content;
    margin: 25px auto 25px  auto;
    padding: 0 20px;
}
.banner-wrap span.sub-heading {
    background: #00000021;
    padding: 2px 10px;
}
.product__info-wrapper .rating-wrapper {
    cursor: pointer;
}
span.badge.price__badge-sold-out {
    margin-top: 8px;
}



/* Basic positioning for the dropdown */
          body.article .breadcrumbs__item.dropdown {
            position: relative;
          }

         body.article .breadcrumbs__item .dropdown-menu {
            display: none;
            position: absolute;
            background-color: white;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            top: 100%;
            left: 0;
            padding: 0;
            margin: 0;
            list-style-type: none;
            z-index: 1000;
            white-space: nowrap;
            display: flex;
          }

          body.article .breadcrumbs__item .dropdown-menu li {
            padding: 8px 12px;
            border-right: 1px solid #ddd;
          }

          body.article .breadcrumbs__item .dropdown-menu li:last-child {
            border-right: none;
          }

          body.article .breadcrumbs__item .dropdown-menu li a {
            color: black;
            text-decoration: none;
          }

          body.article .breadcrumbs__item .dropdown-menu li a:hover {
            background-color: #f0f0f0;
          }

          body.article .breadcrumbs__item.dropdown.active .dropdown-menu {
            display: block;
          }

          body.article .breadcrumbs__item .dropdown-toggle {
            cursor: pointer;
            position: relative;
            text-decoration: underline;
          }

          body.article .breadcrumbs__list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0;
            padding: 0;
          }

          body.article .breadcrumbs__item {
            display: inline-block;
          }

          body.article .breadcrumbs__link {
            text-decoration: underline;
          }

          body.article .breadcrumbs__item:not(:last-child):after {
            border-style: solid;
            border-width: .10em .10em 0 0;
            content: '';
            display: inline-block;
            height: .20em;
            margin: 0 .20em;
            position: relative;
            transform: rotate(45deg);
            vertical-align: middle;
            width: .20em;
          }


          /* 28-11-25 */

body.article .article-template__hero-container {
    display: none;
}

body.article .article-template__social-sharing {
    display: none;
}

body.article article.article-template {
    padding: 0;
    border: unset !important;
}

body.article .article-template__content {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

 body.article article.article-template header.page-width.page-width--narrow {
    display: none;
}

body.article .collection-hero .image img {
    border: unset;
}

body.article .collection-hero .collection-hero__inner .collection-hero__text-wrapper .heading-breadcrumbswrapper {
    z-index: 10;
}

body.article .content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 15px;
}

body.article .content-wrap h1 {
    line-height: 169%;
    color: #000;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

body.article p {
    font-size: 23px;
    color: #000;
    font-family: 'Poppins';
}

body.article h1.collection-hero__title {font-size: 70px;}

body.article h1.collection-hero__title {
    font-size: 50px;
    letter-spacing: normal;
}
body.article .content-wrap h1 {
    font-size: 40px;
    letter-spacing: normal;
}
body.article .collection-hero .breadcrumbs__list a {
    text-decoration: unset;
}
body.article .collection-hero .image img {
    min-height: 600px;
    object-fit: cover;
}
@media(max-width:1565px){
body.article h1.collection-hero__title {
    font-size: 40px;
}

}
@media(max-width:1365px){
body.article .collection-hero .collection-hero__inner .collection-hero__text-wrapper .heading-breadcrumbswrapper {
    max-width: 900px !important;
    width: 100% !important;
}
body.article h1.collection-hero__title {
    width: 100% !important;
}
body.article .collection-hero .image img {
    min-height: 400px;
}
}
@media(max-width:991px){
    body.article .content-wrap h1 {font-size: 30px;}



body.article h1.collection-hero__title {
    font-size: 30px;
}

body.article .content-wrap {
    padding-top: 40px;
    padding-bottom: 0;
}
}
@media(max-width:767px){
body.article .collection-hero .collection-hero__inner .collection-hero__text-wrapper .heading-breadcrumbswrapper a.breadcrumbs__link {
    padding: 0 10px;
}
body.article .content-wrap h1 {
    font-size: 26px;
}
}
@media(max-width:567px){
    body.article h1.collection-hero__title {
    font-size: 26px;
    padding: 0 15px;
}
body.article .collection-hero .collection-hero__inner .collection-hero__text-wrapper .heading-breadcrumbswrapper a.breadcrumbs__link {
    font-size: 13px;
}
nav.breadcrumbs ol li a {
    white-space: unset;
}
body.article .content-wrap h1 {
    font-size: 23px;
    padding-bottom: 15px;
}
}
/* @media(max-width:480px){
body.article .collection-hero .collection-hero__inner .collection-hero__text-wrapper .heading-breadcrumbswrapper a.breadcrumbs__link {
    font-size: 11px;
}
} */