

/* Reset CSS. */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.href-in{
    display: inline !important;
    text-decoration: none;
    color: #fff;
}

strong .href-in{
    margin: 0 -6px 0 0 !important;
}

.href-in span:not(.char){
    color: #121212;
}

.href-in .char{
    display: inline !important;
    text-decoration-skip-ink: none;
    text-decoration: underline;
    text-decoration-color: #FFF; 
}

.href-in .char.space{
    display: inline !important;
    text-decoration: underline;
    text-decoration-color: #FFF; 
    color: #252427;
}

strong{
    font-weight: 900 !important;
    color: #FFFFFF !important;
}


main {
    position: fixed;
    z-index: 1;
    top: 0 !important;
    width: 100% !important;
    /* max-width: 1920px !important; */
    margin: 0 auto !important;
}

.product #letters{
    display: none
}





/* #################################### */
/* General. */
/* #################################### */

/* Body. */
body{
    background: #121115;
    overflow-x: hidden;
}

[data-scroll] {
  position: relative;
}

.img{
    opacity: 0;
}

#letters{
    display: none;
}


/* #################################### */
/* Intro scene. */
/* #################################### */
.intro-scene{
    position: absolute !important;
    width: 100% !important;
    height: 100vh !important;
    top: 0;
    left: 0;
    z-index: 0 !important;
  
}

.intro-scene .background{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 1 !important;
}

.main-header{
    position: absolute;
    width: calc(100% - 40px);
    display: flex;
    position: relative;
    z-index: 2 !important;
    max-width: 1580px;
    margin: 0 auto 0;
}

.main-header .col:nth-child(1){
    flex: 0 0 60%;
    max-width: 60%;
}

.main-header .col:nth-child(2){
    flex: 0 0 40%;
    max-width: 40%;
}

.main-header .holder{
    width: 100%;
    margin: 0 auto;
     padding: 194px 0 0;
}

.main-header h2{
    font: 900 64px "Orbitron";
    color: #FFF !important;
    text-transform: uppercase;
    z-index: 2 !important;
    line-height: 126%;
    max-width: calc(100% -  20px);
    opacity: 0;
    text-align: left;
    margin: 0 0 0 -4px;
}

.main-header h2 .img-holder{
    position: relative;
    display: inline-block;
    line-height: 0;
    margin: 0 30px 0 0;
}

.main-header .holder .tablet{
    display: none !important;
}

.main-header h2 img{
    height: 75px;
}

.main-header h3{
    font: 700 20px "Orbitron";
    color: #FFF !important;
    z-index: 2 !important;
    line-height: 126%;
    text-align: left;
    max-width: 816px;
    opacity: 0;
    margin: 29px 0 0 0px;
}

.main-header h3 span{
    position: relative;
    display: inline-block;
    top: 0;
    margin: 0 30px 0 0;
}

.main-header h3 .sales-count{
    font-weight: 700;
    margin: 0 8px 0 0;
}

.main-header h3 .sales-label{
    font-weight: 400;
    margin: 0 8px 0 0;
}


.sales-dot{
    transform: translateY(-4px);
    margin: 0 12px 0 0 !important;
    color: #696262;
}

.main-header .details{
    display: block;
    width: calc(100% - 40px);
    max-width: 783px;
    margin: 50px 0 0;
}

.main-header .details h2{
    font: 300 16px "Quantico";
    text-transform: none !important;
    color: #AAAAAA !important;
    text-transform: uppercase;
    line-height: 140%;
    margin:0;
}

.main-header .details h2 strong{
    color: #FFF !important;
}




/* #################################### */
/* Difference */
/* #################################### */
.difference{
    position: relative;
    width: calc(100% - 40px);
    z-index: 2;
    max-width: 1580px;
    margin: -70px auto -70px;
}

.difference .cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.difference .col {
    flex: 0 0 auto; 
    text-align: center;
    margin: 63px 0;
}

.difference .col:first-child { text-align: left; }
.difference .col:last-child  { text-align: right; }

.difference .line.line1,
.difference .line.line2{
    opacity: 0;
}

.difference .line,
.difference .line .lines-wrapper{
    overflow: visible !important;
}

.difference .line .in{
    position: relative;   
    width: 100%;
    height: 1px;
    background: #2F2F2F;
}


.difference h2{
    display: inline-block;
    font: 900 64px "Orbitron";
    color: #121115 !important;
    -webkit-text-stroke: 1px #2F2F2F;
    text-transform: uppercase;
    opacity: 0;
    line-height: 126%;
    max-width: 1580px;
    margin: 0 auto 0;
}


/* ##################################### */
/* Preview image */
/* ##################################### */
#preview_image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1580px;
    opacity: 0;
    height: auto;
    visibility: hidden;
    display: inline-block;
    margin: 170px auto 240px;
    clear: both;
}


/* #################################### */
/* Cart. */
/* #################################### */
.cart-product{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    box-sizing: content-box;
    background: transparent !important;
    margin: 164px 0 0;
}

.cart-product .background{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.08);
}


.cart-product .holder{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 30px 30px 25px;
}

.cart-product input[type="checkbox"] {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.cart-product .checkbox{
    position: relative;
    top: 3px;
    opacity: 0;
    display: inline-block;
}

.cart-product .checkbox .line{
    padding: 0 0 1px 0 !important;
    top: 1px !important;
    position: relative !important;
}

.option input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #888;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.option input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.option input[type="checkbox"]:checked::before {
    transform: translate(-50%,-50%) scale(1);
}

.option input[type="checkbox"]:not(:checked):focus:not(:hover){
    border-color: #888;
}

.option input[type="checkbox"]:checked,
.option input[type="checkbox"]:not(:checked):hover,
.option input[type="checkbox"]:checked:hover{
    border-color: #fff;
}

.option:last-child #install_and_setup{
    border-radius: 0;
}

.option:last-child #install_and_setup::before {
    content: "✓";
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    border-radius: 0;
    transform: translate(-50%, -50%) scale(0);
    background: transparent; /* black background for contrast */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}


.option:last-child #install_and_setup:checked::before {
    transform: translate(-50%, -50%) scale(1.2, 1);
}

.cart-product h2{
    position: relative;
    font: 900 20px "Orbitron";
    display: inline-block;
    line-height: 140%;
    text-transform: none !important;
    text-align: left;
    margin: 0 0 20px 16px;
    color: #FFF !important;
}

.cart-product .price{
    float: right;
}

.cart-product img{
    display: inline-block;
    position: relative;
    opacity: 0;
    top: 1px;
    margin: 0 0 0 8px;
}

.cart-product .spacer-holder{
    display: block;
    opacity: 0;
    width: 100%;
}

.cart-product .spacer{
    position: relative;
    width: 100%;
    height: 1px;
    opacity: 0;
    background: #5A5A5D;
    margin: 0 0 26px;
}

.cart-product p{
    font: 400 14px "Quantico";
    line-height: 140%;
    opacity: 0;
    text-align: left;
    color: #AAAAAA;
    margin: 2px 0 0 0;
}

.cart-product .buttons{
    display: flex;
    gap: 20px; 
    margin: 25px 0 -10px 0;
}

.cart-product .buttons2 {
    margin: 25px 0 6px 0;
}

.cart-product .cart-icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 0;
    top: 1px;
    left: 4px;
}

.cart-product .cart-icon .line{
    height: 16px;
}

.cart-product .cart-icon svg{
    opacity: 1;
    cursor: pointer;
}

.cart-product .cart-icon svg path{
    transition: fill .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cart-product .cart-icon svg:hover path{
   fill: #FFF !important;
}

/* each wrapper just becomes a flex cell */
.cart-product #add_to_cart,
.cart-product #add_to_cart2,
.cart-product #live_preview,
.cart-product #cancel,
#open_mobile_cart #add_to_cart_menu ,
#open_mobile_cart #live_preview_menu {
    box-sizing: border-box;
    flex: 1;
    cursor: pointer !important;
    opacity: 0;
}

.cart-product #cancel .button{
    background: transparent !important;
    color: #FFF !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 0 !important;
}

.cart-product #live_preview a{
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 17px 0 17px 0;
    color: #FFF;
}

.cart-product #live_preview .char.space{
    color: #252427;
}

.cart-product > .options{
    position: absolute;
    font: 900 33px "Orbitron";
    white-space: nowrap !important;
    opacity: 1;
    line-height: 126%;
    text-align: center;
    color: #FFF !important;
    display: none;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 -10px 0;
}

.cart-product .buttons .button,
.cart-product .buttons2 .button,
#open_mobile_cart .button {
    display: flex;          
    flex: 1;                
    justify-content: center;  
    align-items: center;
    width: 100%;             
    font: 900 16px "Quantico";
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    color: #111;
    padding: 18px 0 19px;
    box-sizing: border-box;
}

.cart-product .buttons2{
   display: none; 
}

.cart-product .button img,
#open_mobile_cart .button img {
    position: relative;
    z-index: 1;
    top: 3px;
    opacity: 1;
    mix-blend-mode: difference;
}

.cart-product .char.space{
    opacity: 0 !important;
}

.main-tooltip {
    position: relative;
    width: 100%;
    max-width: 350px;
    z-index: 9999999999999999;
    display: none;
}

.main-tooltip .background {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: rgba(37, 36, 39, 0.7);
}

.tooltip {
    font: 400 14px "Quantico";
    line-height: 140%;
    color: #AAAAAA;
    padding: 20px 25px;
}

.tooltip strong {
    color: #FFF !important;
}


#open_mobile_cart{
    overflow: visible;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999999999999999;
    padding: 10px !important;
    display: none;
    transform: translateY(100px);
}

#live_preview_menu .button{
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 0;
    color: #fff;
}

#live_preview_menu .button img {
    position: relative;
    top: 0px;
    opacity: 1;
    margin: 0 0 0 10px;
}

#open_mobile_cart .background{
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: 0;
    left: -5px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    z-index: -1;
    opacity: 1 !important;
}

#open_mobile_cart .buttons{
    display: flex;
    width: 100%;
    gap: 10px;
}

#open_mobile_cart  .char.space{
    opacity: 0 !important;
}


/* #################################### */
/* Features. */
/* #################################### */
.features{
    position: relative;
    width: calc(100% - 40px);
    max-width: 1580px;
    z-index: 2;
    margin: 0 auto;
}

.features h2{
    position: relative;
    font: 900 104px "Orbitron";
    color: #FFF !important;
    text-transform: uppercase;
    line-height: 126%;
    max-width: 1580px;
    text-align: left;
    margin: 210px 0 0;
}

.features p{
    font: 400 16px "Quantico";
    line-height: 140%;
    text-align: left;
    max-width: 1050px;
    opacity: 0;
    color: #AAA;
    margin: 29px 0 0 0px;
}

.features p strong{
    color: #FFF !important;
}

.features p + p{
    margin: 19px 0 0 0px;
}

.images{
    position: relative;
    margin: 100px 0 0;
}

.images.no-images{
    margin: -60px 0 0;
}

.images .img{

    position: relative;
    width: 100%;
    display: inline-block;
    width:  auto;
    float: left;
    pointer-events: none;
    /* opacity: 1; */
}

.images .img.right{
    float : right;
}

.clear{
    float: none !important;
    clear: both !important;
}


/* #################################### */
/* Excerpt. */
/* #################################### */
.excerpt{
    position: relative;
    width: calc(100% - 40px);
    max-width: 1580px;
    z-index: 2;
    margin: 280px auto 0;
}

.excerpt h2{
    position: relative;
    font: 900 94px "Orbitron";
    color: #fff;
    text-transform: uppercase;
    line-height: 126%;
    text-align: left;
    margin: 0 auto 0;
}

.excerpt .second{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #FFF;
}


/* #################################### */
/* More features. */
/* #################################### */
.more-features{
    position: relative;
    width: calc(100% - 40px);
    max-width: 1580px;
    z-index: 2;
    padding: 0 0 139px 0;
    margin: 250px auto 0;
}



.more-features .cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.more-features .col {
    position: relative;
    text-align: left;
    padding: 10px 30px 38px 0;
}


.more-features .col .background{
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #252427;
}

.more-features .col > span{
    display: inline-block;
    font: 400 20px "Quantico";
    line-height: 140%;
    text-align: left;
    position: relative;
    left: 33px;
    top: 28px;
    color: #999999;
}

.more-features .col h2{
    font: 400 20px "Quantico";
    position: relative;
    z-index: 2;
    text-align: left;
    line-height: 130%;
    color: #fff;
    margin: 0 0 10px 76px;
}

.more-features .col p{
    position: relative;
    z-index: 2;
    font: 400 14px "Quantico";
    text-align: left;
    line-height: 150%;
    margin: 0 0 0 76px;
    /* opacity: 0; */
    color: #AAAAAA;
}

.more-features .col p .lines-wrapper{
    margin-bottom: -6px !important;
}


/* #################################### */
/* Mega bundle. */
/* #################################### */
.mega-bundle{
    position: relative;
    width: 100%;
    z-index: 999;
    text-align: center;
    padding: 20px 0 165px;
    margin: 0px 0 0;
}

.mega-bundle .dummy {
    position: absolute;
    width: 100%;
    height: calc(100% + 500px);
    bottom: 0;
    left:0;
    pointer-events: none;
}


.mega-bundle .holder{
    width: calc(100% - 40px);
    margin: 0 auto;
}

.mega-bundle .holder h2 {
    position: relative; 
    font: 900 64px "Orbitron";
    color: #FFF !important;
    text-transform: capitalize;
    opacity: 0;
    line-height: 126%;
    max-width: 1027px;
    text-align: center;
    margin: 0 auto 0;
}

.mega-bundle .holder h3 {
    font: 400 16px "Quantico";
    color: #FFF !important;
    line-height: 140%;
    text-align: center;
    opacity: 0;
    max-width: 699px;
    margin: 23px auto 0;
}

.mega-bundle .holder h3 strong {
    font-weight: 900;
    font-size: 18px !important;
    text-transform: uppercase;
}

.mega-bundle .a-holder{
    opacity: 0;
}

.mega-bundle .a-holder a {
    position: relative;
    display: inline-block;
    font: 900 16px 'Quantico', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transform: translateZ(0);
    color: #FFF;
    margin: 60px 0;
    white-space: nowrap;
    background: #121115;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 17px 22px 17px 25px;
    overflow: hidden;
    margin: 60px auto 0;
}

.mega-bundle a img {
    position: relative;
    mix-blend-mode: difference;
    top: 3px;
    margin: 0 0 0 10px;
}


.mega-bundle .holder h2 {
    font-size: 44px;
    max-width: 700px;
}

.mega-bundle .holder h3 {
    font-size: 14px;
    max-width: 500px;
}



/* #################################### */
/* Footer. */
/* #################################### */
.footer-mask-white{
    position: relative;
    height: 300px;
    width: 100%;
    background: #00ff00;
    z-index: -1;
    margin: -300px 0 0;
}

#footerTrail{
    position: absolute;
}


.footer{
    position: absolute;
    overflow: visible;
    overflow: visible;
    width: 100%;
    z-index: -1;
    height: auto;
    background: #FFF;
}

.footer.in{
    position: relative;
    background: transparent !important;
    bottom: unset !important;
}


.footer.out{
    position: absolute;
    height: auto !important;
    bottom: 0;
    left: -5000px;
    cursor: auto !important;
    visibility: visible !important;
}


.footer strong{
    color: #000 !important;
}


.footer-in{
    position: relative;
    width: 100%;
    height: auto;
    will-change: transform; /* Optimize for transform changes */
    transform: translateZ(0); /* Forces hardware acceleration */
    background: #FFF;
}

.footer-in .cols {
    position: relative;
    display: flex;
    width: calc(100% - 120px); /* Subtracts 60px padding on each side */
    justify-content: space-between; /* Ensures even spacing without overflow */
    box-sizing: border-box; /* Prevents padding from increasing width */
    margin: 0 auto 0;
    padding: 58px 0 150px;
}

.footer-in .col:nth-child(1) {
    flex: 0 0 35%; /* 50% width */
    max-width: 35%;
}

.footer-in .col:nth-child(2) h3{
    margin: 0 0 2px 0;
}

.footer-in .col:nth-child(2) a{
    font: 700 16px "Quantico";
    color: #111;
    margin: 13px 0 0 0;
    display: inline-block !important;
}

.footer-in p {
    font: 400 14px "Quantico";
    color: #111;
}

.footer-in .href-in .char {
    display: inline !important;
    text-decoration-skip-ink: none;
    text-decoration: underline;
    text-decoration-color: transparent;
}
.footer-in .href-in .char.space{
    color: transparent !important;
}

.footer-in h3 {
    font: 700 16px "Quantico";
    text-transform: uppercase;
    color: #A7A7A7;
}
 
.footer-in .col:nth-child(3) .header{
    display: inline-block;
    font-weight: 700;
    width: 64px !important;
    margin: 16px 0 0;
    color: #111;
}

.footer-in .col:nth-child(3) .desc{
    display: block;
    font-weight: 400;
    margin: -20px 0 0 76px;
    color: #111;
}

.footer-in .col:nth-child(3) .desc .email{
    color: #111;
    white-space: nowrap;
}

.footer-in .col:nth-child(2){
    flex: 0 0 13%; /* 30% width */
    max-width: 13%;
}


.footer-in .col:nth-child(1) p {
    max-width: 800px;
    margin: 20px 20px 0 0;
}

.footer-in .col:nth-child(1) img {
    position: relative;
    top: -3px;
    mix-blend-mode: difference;
    margin: -16px 0 -1px;
}

.footer-in .col:nth-child(4) h2 {
    font: 900 64px "Orbitron";
    color: #111;
    margin: 8px 0 0;
}

.footer-in .col:nth-child(4) span {
    font-weight:  900;
    margin: 8px 0 0;
}

/* Columns 2 and 3 */
.footer-in .col:nth-child(3){
    flex: 0 0 13%; /* 30% width */
    max-width: 13%;
}

.footer-in .col:nth-child(4) {
    flex: 0 0 17%; /* 30% width */
    max-width: 17%;
}

.footer-in .col:nth-child(4) {
    text-align: right; /* Aligns content to the right */
}

.footer .cols .col:nth-child(4) a{
    position: relative;
    display: inline-block;
    font: 900 16px Quantico;
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    margin: 29px 0 0;
     border: 1px solid #111;
    padding: 17px 22px 17px 25px;
}

.footer .cols a img{
    position: relative;
    mix-blend-mode: difference;
    top: 3px;
    margin: 0 0 0 10px;
}

.footer-in h4{
    font: 400 14px "Quantico";
    position: absolute;
    color: #111;
    left: 58px;
    bottom: 28px;
}


.footer-in .social{
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 25px;
    right: 50px;
    bottom: 27px;
}

.footer-in .social a{
    position: relative;
    display: inline-block;
}

.footer-in .social a:nth-child(2){ 
    position: relative;
    left: 10px;
}

.footer-in a:nth-child(4){
    margin: 0 0 0 10px;
}

@media screen and (max-width: 1750px) {


    /* Footer */
    .footer-in .col:nth-child(3) {
        flex: 0 0 16%;
        max-width: 16%;
    }

}


@media screen and (max-width: 1700px) {
    
     .footer-in .cols{
        width: calc(100% - 60px);
    }

    .footer-in h4 {
        left: 34px;
    }

    .footer-in .social {
        right: 20px;
    }
}


@media (max-width: 1500px) {

    /* Header */
   .main-header > .holder h2 {
        font-size: 54px;
        max-width: 700px;
    }

    .main-header .details h2 {
        max-width: 600px;
    }


    /* Footer */
    .footer-in .col:nth-child(1) img {
        width: 50%;
    }
}

@media (max-width: 1350px) {
    
    /* Header */
    .main-header > .holder h2 {
        font-size: 44px;
    }

}


/* Tablet */
@media (max-width: 1200px) {

    canvas{
        visibility: hidden !important;
    }


    /* Tooltip */
    .main-tooltip .tooltip{
        padding: 18px;
    }


    /* Header */
    .main-header .col:nth-child(1){
        margin: -47px auto 0;
    }

    .main-header > .holder h2 {
        font-size: 33px;
        margin: 0 0 -20px;
    }
    
    .main-header h2 {
        font-size: 33px;
    }

    .main-header h3 {
        font-size: 12px;
        margin: 9px 0 0 0px;
    }

    .sales-dot{
        transform: translateY(-2px);
        margin: 0 5px 0 -4px !important;
        color: #696262;
    }

    .main-header .holder .default{
        display: none !important;
    }

    .main-header .holder .tablet{
        display: inline-block !important;
    }

    .main-header h3 span {
        margin: 0 10px 0 0;
    }

    .main-header .details {
        font-size: 14px;
        margin: 23px 0 0;
    }

    .main-header .details h2 {
        font-size: 14px;
        max-width: 100%;
    }
    
    .cart-product {
        top: 0;
        margin: 156px 0 0;
    }

    .cart-product .holder{
        padding: 20px 20px 15px;
    }

    .cart-product h2{
        font-size: 16px;
        margin: 0 0 10px 10px;
    }

    .cart-product .info{
        position: relative;
        top: -2px;
    }

    .cart-product .cart-icon{
        top: 0px;
    }

    .cart-product .spacer-holder{
        margin: 6px 0 -12px;
    }

    .cart-product .buttons,
    .cart-product .buttons2 {
        gap: 20px; 
    }

    /* .cart-product .buttons .button,
    .cart-product .buttons .button2,
    .cart-product .buttons2 .button,
    #open_mobile_cart .buttons .button{
        font-size: 14px;
    } */

    /* Preview image */
    #preview_image {
        margin: 70px auto 70px;
    }


    /* Difference */
    .difference {
        margin: 0px auto 0px;
    }

    .difference h2 {
        font-size: 24px;
        margin: 0 auto 0;
    }

    .difference .col {
        margin: 23px 0;
    }


    /* Features */
    .features h2 {
        font-size: 33px;
        opacity: 0;
        margin: 58px auto 10px;
    }

    .features p {
        font-size: 14px;
        margin: 7px 0 0 0px;
    }

    .features p + p {
        margin: 10px 0 0 0px;
    }

    .features .images {
        margin: 50px 0 0;
    }

    .features .images.no-images {
        margin: 0px 0 0;
    }


    /* Excerpt */
    .excerpt{
        margin: 86px auto 0;
    }

    .excerpt h2{
         font-size: 33px;
    }


    /* More features */
    .more-features{
        margin: 83px auto 50px;
    }

    .more-features .cols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .more-features .col {
        transform: none !important;
        padding: 10px 20px 26px 0;
    }

    .more-features .col > span {
        left: 23px;
        top: 10px;
    }

    .more-features .col h2 {
        margin: -18px 0 10px 60px;
    }

    .more-features .col p {
        position: relative;
        z-index: 2;
        font: 400 14px "Quantico";
        text-align: left;
        margin: -3px 0 0 60px;
        color: #AAAAAA;
    }

    .more-features .col p .lines-wrapper {
        margin-bottom: -6px !important;
    }


    /* Mega bundle */
    .mega-bundle {
        margin: -69px 0 -30px;
    }


  /* Footer */
    .footer-in .cols{
        flex-wrap: wrap;
        width: calc(100% - 40px);
        padding: 50px 0 90px;
        margin: 0 auto 0;
    }

    .footer-in .col:nth-child(1) img {
        width: 20%;
    }

    .footer-in .cols .col:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-in .cols .col:nth-child(2) {
        flex: 0 0 26%;
        max-width: 26%;
        padding: 30px 0 0;
    }

    .footer-in .cols .col:nth-child(3){
        flex: 0 0 33%;
          max-width: 33%;
        padding: 30px 0 0;
    }

    .footer-in .cols .col:nth-child(4){
        flex: 0 0 33%;
          max-width: 33%;
        padding: 30px 0 0;
    }

    .footer-in .col:nth-child(1) p {
        max-width: 100%;
        margin: 0;
    }

    .footer-mask{
        background: transparent;
        height: 0;
    }

    .footer-in .col:nth-child(2) .header {
        margin: 6px 0 0;
    }

    .footer-in .col:nth-child(3) h2 {
        margin: -7px 0 0;
    }

    .footer .cols .col:nth-child(3) a {
        margin: 19px 0 0;
    }

    .footer .cols .col:nth-child(3) p {
        margin: -2px 0 0;
    }

    .footer-in h4 {
        bottom: 24px;
        left: 20px;
    }

    .footer-in .social {
        bottom: 22px;
        right: 10px;
    }
}


/* Tablet */
@media (max-width: 1000px) {
    
    /* Header */
    .main-header{
        flex-wrap: wrap;
    }

   .main-header .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .cart-product {
        top: 0;
        margin: 74px 0 44px;
        padding-bottom: 20px;
    }

    .cart-product .background{
       height: calc(100% - 20px);
    }

    #preview_image {
        margin: 19px auto 70px;
    }

    /* Featrures */
    .features .images{
        margin: 50px 0 0;
    }

    .features .img {
        display: inline-block;  
        max-width: 100%; 
        transform: translateX(-50%) !important;
        float: none !important;
        width: auto !important;
        top: 0 !important;
        left: 50% !important;
        margin: 0 0 20px !important;
    }

}


/* Tablet */
@media (max-width: 700px) {

    .main-header .holder {
        padding: 136px 0 0;
    }

    /* Cart selector */
    #select_product{
        display: none;
    }

    /* Menu cart */
    #open_mobile_cart{
        display: block;
    }

    .cart-product .background{
        opacity: 0;
        backdrop-filter: blur(4px);
        background: rgba(255, 255, 255, 0.08);
    }

    #open_mobile_cart #add_to_cart_menu,
    #open_mobile_cart #live_preview_menu{
        opacity: 1;
        z-index: 9999999999999999;
    }

    #open_mobile_cart .button,
    .cart-product .button{
        padding: 12px 0 !important;
        font-size: 14px;
    }

    #add_to_cart_menu .button{
        padding: 13px 0 !important;
    }

    .cart-product #live_preview a{
        padding: 10px 0 !important;
    }

    .cart-product #cancel .button{
        padding: 11px 0 !important;
        font-size: 14px;
    }

    .cart-product .buttons2 .button{
        padding: 12px 0 !important;
        font-size: 14px;
    }

   
    /* Preview image */
    #preview_image {
        margin: 65px auto 70px;
    }


    .features h2 {
        margin: 67px auto 10px;
    }


    /* Features */
    .features {
        margin: -19px auto 0;
    }

    .more-features .cols {
        grid-template-columns: repeat(1, 1fr);
    }

    .features .images.no-images {
        margin: 40px 0 0;
    }


    /* Mega bundle */
    .mega-bundle .a-holder a {
        font-size: 14px;
        padding: 9px 18px 11px 18px;
    }

    .mega-bundle .a-holder a img {
        height: 17px !important;
    }
    


    /* Footer */
    .footer-in .cols {
        width: calc(100% - 40px);
        padding: 40px 0 140px;
    }

    .footer-in .col:nth-child(1) img {
        width: 30%;
    }

    .footer-in .cols .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }

    .footer-in h4 {
        bottom: 85px;
        left: 20px;
    }

   

    .footer .cols .col:nth-child(3) a {
        font-size: 14px;
        padding: 9px 18px 11px 18px;
    }

    .footer .cols .col:nth-child(3) a img {
        height: 17px !important;
    }
    

   
    .footer-in .social {
        bottom: 78px;
        right: 10px;
    }

    .footer-in .social a:nth-child(1) {
        position: relative;
        left: 10px;
    }

    .footer-in .social a:nth-child(2) {
        position: relative;
        left: 20px;
    }

    .footer .cols .col:nth-child(4) a{
        margin: 19px 0 0;
    }


}


/* Phone */
@media (max-width: 600px) {


    /* Tooltip */
    .main-tooltip .tooltip{
        padding: 10px;
    }

   
    /* Header */
    .main-header{
        width: calc(100% - 20px);
    }


    /* Cart */
    .cart-product .holder {
        padding: 7px 10px 4px;
    }

    .cart-product h2 {
        margin: 2px 0 10px 6px;
    }

    .cart-product .buttons,
    .cart-product .buttons2 {
        gap: 10px; 
    }

    
    /* Preview image */
    #preview_image {
        width: calc(100% - 20px);
        margin: 46px auto 52px;
    }


    /* Difference */
    .difference {
        width: calc(100% - 20px);
    }

    .difference h2 {
        font-size: 16px; 
    }

    /* Features */
    .features {
        width: calc(100% - 20px);
    }

    .features .img {
        margin: 0 0 10px !important;
    }


    /* Excerpt */
    .excerpt {
        margin: 27px auto -42px;
    }


    /* Features */
    .more-features {
        width: calc(100% - 20px);
        padding: 0 0 0 0;
    }

    .more-features .col > span {
        left: 14px;
        top: -2px;
    }

    .more-features .cols {
        gap: 10px;
    }

    .more-features .col h2 {
        margin: -29px 0 10px 52px;
    }

    .more-features .col p {
        line-height: 140%;
        width: calc(100% - 46px);
        margin: -3px 0 -14px 53px;
    }


    /* Mega bundle */
    .mega-bundle{
        width: 100%;
        margin: 0 auto;
        padding: 54px 0 114px;
    }

    .mega-bundle .holder {
        width: calc(100% - 20px);
    }

    .mega-bundle .holder h2 {
        font-size: 33px;
        line-height: 126%;
    }

    .mega-bundle .holder h3 {
        margin: 13px auto 0;
    }

    .mega-bundle .a-holder a {
        margin: 30px auto 0;
    }

    .mega-bundle a img {
        position: relative;
        mix-blend-mode: difference;
        top: 2px;
        margin: 0 0 0 10px;
    }

    .mega-bundle .dumy {
        height: 100px;
    }

    .mega-bundle .holder h2,
    .mega-bundle .holder h3 {
        text-align: center;
    }

    
    /* Footer */
    .footer-in .cols {
        width: calc(100% - 20px);
        padding: 40px 0 140px;
    }

    
    .footer-in .social {
        bottom: 79px;
        right: 5px;
    }

    .footer-in h4 {
        bottom: 85px;
        left: 20px;
    }

}