:root{
    --color: #fe7c02;
    --darkColor: #FF1C01;
    --textColor: #fff;
}

#customer-info, #order-resume, #payment-method{
    border-radius: 10px;
    background: white;
    padding: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid transparent;
    border-image: radial-gradient(transparent, rgba(255,255,255,0.3), transparent);
    border-image-slice: 1;
}
#order-resume{
    padding-bottom: 12px;
}
#checkout-form{
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 64px 0;
    width: 100%;
}

section:first-of-type{
    background-image: url('/assets/content/images/Imagen.webp');
    background-size: cover;
}

#checkout, #checkout *{
    overflow: visible;
}

section{
    display: flex;
    justify-content: center;
}

#row-2{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 40%;
}

#customer-info{
    width: 60%;
}

#customer-info input, label{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-top: 6px;
    margin-bottom: 14px;
}

#firstNameForm, #lastNameForm{
    width: 49%;
    display: inline-block;
}

#lastNameForm{
    margin-left: 1%;
}

#payment-method{
    display: flex;
    flex-direction: column;
    gap:12px;
}

select{
    display: block;
    background: rgba(0, 0, 0, 0.1);
    padding: 12px;
    border-radius: 10px;
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0);
    margin-bottom: 10px;
    max-width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    color: rgb(0, 0, 0);
    width: 100%;
    margin-top: 6px;
}
#countryForm{
    margin-top: 16px;
}
#phoneForm div{
    overflow: visible;
}
.iti.iti--allow-dropdown{
    width: 100%;
}
.iti{
    font-family: 'Montserrat', sans-serif;
}
.iti__country{
    background-color: #fff;
}
.iti__country.iti__highlight{
    background: var(--darkColor) !important;
    color: var(--textColor) !important;
}
optgroup{
    background: #ffffff;
    padding: 6px;
}

input[type="radio"] {
  display: none;
}
#ribbon{
    min-height: 48px;
    background-color: var(--darkColor);
    width: 100%;
    display: flex;
    gap: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ribbon__item{
    color: var(--textColor);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    width: fit-content;
    white-space: nowrap;   
}
/* Estilo base del botón */
input[type="radio"] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
}

/* Círculo externo */
input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--darkColor);
  border-radius: 50%;
  background: #fff;
}

/* Punto interno cuando está checked */
input[type="radio"]:checked + label::before {
  background: radial-gradient(circle at center,var(--color) 50%, transparent 50%);
}

.box-title, #price{
    font-size: 2rem;
    background: var(--darkColor);
    width: fit-content;
    margin: 0;
    color: var(--textColor);
    padding: 6px 12px;
    border-radius: 10px;
    margin-bottom: 18px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    padding-bottom: 0;
}

.color-button{
    padding: 12px;
    color: var(--textColor);
    background: linear-gradient(90deg, var(--darkColor) 0%, var(--color) 100%);
    transition: .2s ease-in-out;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    width: 100%;
    border: 0;
    margin: 0;
    margin-top: 12px;
    font-family: "Glancyr", sans-serif;
    letter-spacing: 1.5px;
    border-bottom: 2px black solid;
}

.color-button:hover{
    color: var(--darkColor);
    background: linear-gradient(180deg, black, rgb(26, 14, 10));
    border-bottom: 4px var(--darkColor) solid;
    transform: translateY(-2px);
    transition: .05s;
}

.color-button:focus{
    border-bottom: 0px solid white;
    transform: translateY(2px);
    transition: .05s;
}

header{
    background-image: url('');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    min-height: 500px;
}

#logo-img{
    max-width: 15%;
}
#product-promess{
    font-size: 2rem;
    max-width: 50%;
    margin: 0;
    filter: drop-shadow(0 0 10px white)
}

#product-sub-promess{
    margin: 0;
}

#price{
    font-size: 3rem;
}

header .limit-box{
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: left;
    height: 500px;
}

.product{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

button path{
    stroke: var(--textColor);
}

button:hover path{
    stroke: var(--darkColor)
}

#loading{
    padding: 0;
    margin: 0;
    animation: loading infinite 2s linear;
}

.iti__country-list{
    overflow: auto !important;
    border-radius: 10px 10px 10px 0px;
}

.iti__selected-flag[aria-expanded="true"]{
    border-radius: 0 0 0px 10px;
    background: #D9D9D9;
    opacity: 1;
}

li{
    position: relative;
}
.qty{
    border: 1px solid #D9D9D9;
    padding: 4px;
    padding-left: 12px;
    border-radius: 50px;
    display: flex;
    gap: 10px;
    font-weight: 400;
    align-items: center;
    font-family: Montserrat;
    margin-top: 6px;
}

.btn-qty{
    border-radius: 50px !important;
    border: none;
    background: var(--darkColor);
    color: var(--textColor);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 2px solid black;
    transition: .1s;
}
.btn-qty:hover{
    border-bottom: 3px solid var(--darkColor);
    background: black;
    color: var(--darkColor);
    transform: translateY(-2px);
}
.btn-qty:active{
    border: 0px solid;
    transform: translateY(1px);
    transition: .05s;
}
@keyframes loading{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
#safe{
    min-height: 100px;
    background-color: var(--darkColor);
}

#safe .limit-box{
    flex-direction: row;
    justify-content: space-around;
    width: 1140px;
}

#seguro, #garantia{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: var(--textColor);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    width: 20%;
}

#garantia svg{
    width: 100px;
    stroke: var(--textColor);
    fill: var(--textColor);
}
#seguro svg{
    width: 90px;
}
.strokeSafe{
    stroke: var(--textColor);
}

.order-bump-card{
    padding: 12px;
    border-radius: 20px;
    border: 2px var(--darkColor) dashed;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}

.ob-title{
    font-family: 'Glancyr', Montserrat, sans-serif;
    font-size: 1.2rem;
    margin: 0;
}

.ob-price{
    margin: 0;
    background: var(--darkColor);
    color: var(--textColor);
    width: fit-content;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 1.4rem;
}
.ob-desc{
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    margin: 0;
}
@media(max-width:1080px){
    #product-promess{
        max-width: 100%;
        width: 98%;
        font-size: 1.4rem;
        padding-right: 12px;
    }
    #logo-img{
        width: 33%;
        max-width: 50%;
    }
    #price{
        font-size: 2rem;
    }
    #checkout-form{
        flex-direction: column;
        width: 100%;
    }
    #customer-info,#row-2,#firstNameForm,#lastNameForm{
        width: 100%;
    }
    header .limit-box{
        justify-content: end;
        padding-bottom: 18px;
        padding-top: 200px;
    }
    #seguro, #garantia{
        width: 40%;
        font-size: 1rem;
        color: var(--textColor);
    }
}