/* Menu CSS */

.checkout_css_page {
    width: 100%;
    height: 100%;
}
.checkout_css_block {
    position: relative;
    display: flex;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto 5rem;
    flex-wrap: wrap;
    justify-content: center;
}
.checkout {
    position: relative;
    border-radius: var(--br);
    z-index: 1;
}
.checkout_default {
    position: relative;
    margin: 6rem 0;
    width: 100%;
    z-index: 1;
}
.checkout_default_text {
    display: flex;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: column;
    color: var(--w);
    text-align: center;
}
.checkout_default i {margin: 10px auto 0;animation: arrow 1s infinite ease}
@keyframes arrow {
0% {
          transform: translate(0px, 0px);
}    
50% {
          transform: translate(0px, 10px);
} 
100% {
          transform: translate(0px, 0px);
 } 
}

/* Seletor de design Yampi */
.design_css {
    display: flex;
    margin: 4rem 0 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.design_css h2 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
}
.design_css h3 {
    margin: 25px 0 0;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.design_css span {
    margin: 0 8px;
    border: 1px solid white;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0;
    transform: skewX(-13deg);
}
.design_css p {
    padding: 10px;
    transform: skewX(13deg);
}
.design_css .yon, .cp_on {
    background: #ffffff3b;
    border: 1px solid white;
}
/* Fim do seletor de design Yampi */

.checkout_yampi_desk {
    width: 100%;
    height: 100%;
    max-height: 80%;
    cursor: pointer;
}
.checkout_yampi_mb {
    position: absolute;
    right: 1rem;
    top: 5rem;
    width: 100%;
    height: 63%;
    max-width: 20%;
    cursor: pointer;
    transform: translate(-20px, 0px) skew(-10deg, -4deg);
    filter: drop-shadow(8px 7px 0px #535353) drop-shadow(15px 15px 0px #3d3d3d);
    animation: mobile 4s ease infinite;
}
.checkout_yampiv3_desk {
    width: 100%;
    height: auto;
    max-height: 100% !important;
}
.checkout_yampiv3_mb {
    position: absolute;
    right: 4rem;
    bottom: -3rem;
    max-height: 85%;
    margin: 0 1rem 0 0;
    border: 1px solid;
    filter: drop-shadow(0px 26px 10px #00000057);
}
.checkout_cartpanda_desk {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 95%;
    cursor: pointer;
}
.checkout_cartpanda_desk img {
    width: 100%;
}
.checkout_cartpanda_mb {
    position: absolute;
    display: flex;
    top: 0px;
    right: 80px;
    width: 100%;
    height: 100%;
    max-width: 20%;
    cursor: pointer;
    transform: translate(-20px, 0px) skew(-10deg, -4deg);
    filter: drop-shadow(8px 7px 0px #535353) drop-shadow(15px 15px 0px #3d3d3d);
    animation: mobile 4s ease infinite;
    align-items: center;
}
.checkout_cartpanda_mb img {
    width: 100%;
}
@keyframes mobile {
0% {
      transform: translate(-20px, 0px) skew(-10deg, -4deg);
      filter: drop-shadow(8px 7px 0px #535353) drop-shadow(8px 10px 0px #3d3d3d)
}  
50% {
    transform: translate(-20px, 0px) skew(10deg, 4deg);
    filter: drop-shadow(-4px 7px 0px #535353) drop-shadow(-8px 10px 0px #3d3d3d)
}  
100% {
      transform: translate(-20px, 0px) skew(-10deg, -4deg);
      filter: drop-shadow(8px 7px 0px #535353) drop-shadow(8px 10px 0px #3d3d3d)
 } 
}
.checkout_cartpandav2_desk {
    width: 100%;
    cursor: pointer;
}
.checkout_cartpandav2_desk img {
    width: 100%;
    border-radius: var(--br);
}
.checkout_cartpandav2_mb {
    position: absolute;
    right: 1em;
    bottom: -2rem;
    width: 100%;
    max-width: 280px;
    height: 100%;
    filter: none;
    box-shadow: 0 0 25px -16px black;
    overflow: hidden;
}
.checkout_cartpandav2_mb img {
    position: relative;
    width: 100%;
    animation: cp_anim 15s infinite ease;
}
@keyframes cp_anim {
0% {top: 0} 
50% {top: -110%}
100% {top: 0}
}

@media (max-width:768px) { 
#jumpv3 {
    display: flex;
    height: auto;
    margin: 0 auto 3rem;
    justify-content: center;
    align-items: center;
}  
#jump_cpv1 {
    margin: 0 auto 5rem;
}
.checkout_default {margin: 8rem 0 4rem}
.checkout_yampiv3_mb {bottom: 0rem}
.checkout_yampi_mb {
    margin: 0 0 9rem !important;
}
.checkout_cpv2_mb {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 0 auto 2rem;
}
}
@media (max-width: 964px) { 
    #jump_cpv2 {
        display: flex;
        height: 100%;
        max-height: 800px;
        margin: 0 auto 5rem;
        align-items: flex-end;
    }   
    .checkout_cartpandav2_mb {
        position: absolute !important;
        top: 0;
        left: auto;
        right: auto !important;
        height: 600px;
        margin: 0 0 4rem !important;
    }   
    .checkout_cartpandav2_desk img {
        max-width: 400px;
    }     
}

/* Informações */

#info_code {
    background: #ffffff1a;
    padding: 50px 0;
    border-top: 1px solid #ffffff4a;
    border-bottom: 1px solid #ffffff4a;
}
#info_code .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#info_code h1 {
    width: 100%;
    max-width: 400px;
    margin: 5rem 0;
    padding: 20px 20px 0 0;
    color: var(--w);
    text-align: left;
    border-top: 4px solid transparent;
    border-image: linear-gradient(to right, white 30%, transparent 0) 1;
}
.block_code {
    width: 50%;
    min-width: 500px;
    padding: 0 20px;
    border: 1px solid #ffffff59;
    transform: skewX(356deg);
    overflow: hidden;
    box-shadow: 14px 12px 0px 0 #00000014;
}

#info_code pre {
    padding: 12px;
    font-size: 13px;
    color: #fff900;
    overflow: auto;
}

#info_code pre strong {
  color: var(--w);
  font-weight: normal;
}

#video_checkout {
    position: sticky;
    top: -1px;
    padding: 50px 0;
    border-top: 1px solid #ffffff4a;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 0 5rem -2rem black;
}
#video_checkout .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#video_checkout h1 {
    max-width: 950px;
    margin: 30px 0;
    padding: 0 0 20px 0;
    color: var(--w);
    text-align: center;
}
#video_container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin: 36px auto;
    border: 1px solid #ffffff;
    border-radius: var(--br);
    overflow: hidden;
    box-shadow: 0px 15px 36px -7px #00000080;
}
.video_checkout_wrapper {
    position: relative;
    padding-top: 56.26%;
}
#video_checkout iframe {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0;
    border-radius: var(--br) var(--br) 0 0;
}

/* Barra de compra */

.btn_block {
    display: inline-flex;
    max-width: 351px;
    padding: 15px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-image: linear-gradient(to top, transparent, #ffffff45 50%, transparent) 1;
    z-index: 1;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.buy_btn {
    background: none;
    display: flex;
    height: 50px;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
    color: var(--w);
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: var(--br_button);
    align-items: center;
    text-transform: uppercase;
}
.buy_btn:hover {
    background: #ffffff38;
}
#compraCSS, #compraCSS2, #compraCSS3, #compraCSS4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.buy_alert {
    margin: 23px 0 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #ffffff4f;  
}
#priceCSS {
    background: radial-gradient(#403e57, transparent);
    display: flex;
    padding: 90px 15px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, #ffffff5c 50%, transparent) 1;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(25px);
    justify-content: center;
    align-items: center;
}
#priceCSS h1 {
    width: 100%;
    max-width: 285px;
    margin: 0 0 0 60px;
    padding: 0 0 20px 0;
    color: var(--w);
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(to right, white 40%, transparent 0) 1;
}
.css_svg {width: 85%}
.css_button {
    display: flex;
    margin: 15px 0 0;
    align-items: center;
    flex-direction: column;
}
.price_bar {
    display: flex;
    margin: 5px 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--w);
    flex-direction: column;
    text-align: center;
}
.price_bar .css_price {
    position: relative;
    font-size: 56px;
    font-weight: 800;
}
.price_bar .css_price span {
    position: relative;
    font-size: 15px;
    top: -22px;
    left: 2px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    transform: skewX(-15deg);
}
.css_pix {
    position: absolute;
    margin: 0 0 0 3px;
    padding: 0 5px;
    font-size: 15px;
    border: 1px solid;
    transform: skewX(-8deg);
}

.payments_css {display: none;}
.payments_css img {width: 80%}

.menu_btn_mobile {display: none}

@media (max-width:964px) { 
    .css_page {flex-wrap: wrap}
    .checkout {position: relative;margin: 0 0 30px 0;}
    .checkout_desk {
        margin: 0 auto;
        right: 0;
        order: 2;
    }
    .checkout_mb {
        max-width: 85%;
        right: 0;
        transform: none;
        animation: none;
        filter: none;
    }
    #priceCSS {padding: 90px 0;flex-direction: column;}
    #priceCSS h1 {
        order: -1;
        margin: 0 0 51px 0;
        padding: 0 20px;
        border: 0;
        font-size: 26px;
        text-align: end;
    }
    #priceCSS, #info_code, #video_checkout {position: relative}
    .block_code {
        min-width: 100%;
        width: 100%;
        transform: none;
        padding: 0;
        box-shadow: 0 0 0; 
        text-shadow: 0 0;
    }
    #info_code h1 {margin: 1rem 0 5rem}
    #info_code pre {
        padding: 0 12px;
        font-size: 15px;
    }
    .btn_block:hover, .btn_block:hover svg {animation: none}
    .checkout_yampiv3_desk {width: 100%}
    .checkout_cartpandav2_desk {
        width: auto;
        margin: 40rem 0 0;
        order: 3;
    }
    
}