:root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-light: #E3E8DE;
    --color-dark: #211915;
    --color-blue: #D5EBE3;
    --color-green: #52623D;
    --color-orange: #CF9759;
    --font-bacasime-antique: "Bacasime Antique", serif;
    --font-lato: 'Lato', sans-serif;
}

body {
    position: relative;
    background-color: var(--color-white);
    color: var(--color-dark);
    font-family: var(--font-lato);
    font-size: 13px;
    font-weight: 600;
}

* {
    margin: 0;
    box-sizing: border-box;
    touch-action: manipulation;
}


/* --------------------------------------General-------------------------------------- */

/* Sections */
section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

section.full {
    min-height: 100vh;
}

section.start {
    align-items: start;
}

section.end {
    align-items: end;
}

/* Header */
header {
    position: fixed;
    display: grid;
    grid-template-columns: 80px 1fr auto 1fr 80px;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0 4.6rem;
    width: 100%;
    height: 90px;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

header.shadow {
    box-shadow: 0 4px 4px #00000040;
}

header div {
    display: flex;
    gap: 2rem;
}

header div.end {
    justify-content: end;
}

header a img {
    display: block;
    margin: 0 6.2rem;
    height: 68px;
    object-fit: contain;
}

header a {
    text-transform: uppercase;
    font-size: 1.13em;
    font-weight: 400;
}

header a.current {
    font-weight: 700;
    cursor: default;
}

header a i {
    font-size: 1.4em;
}

header button {
    display: none;
    padding: 0;
    width: 45px;
    height: 45px;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 1.8em;
}

header .lang {
    display: flex;
    gap: 1rem;
}

header .lang input {
    margin: 0;
    padding: 0;
    background-color: transparent;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-size: 1.13em;
    cursor: pointer;
}

header .lang input.current {
    font-weight: 700;
}

nav {
    grid-column: 1 / 3;
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.35s;
}

.nav__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0 3rem 0.5rem;
    width: 100%;
}

.nav__links > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    width: 100%;
}

.nav__lang {
    display: flex;
    gap: 1rem;
    text-transform: uppercase;
}

nav a:has(.fa-bag-shopping) {
    display: block;
    width: 45px;
    text-align: center;
}

/* Footer */
footer {
    display: grid;
    grid-template-columns: 13fr 20fr;
    column-gap: 2rem;
    padding: 3.5rem 10rem 2.2rem 10rem;
    background-color: var(--color-dark);
    color: var(--color-white);
}

footer img {
    display: block;
    width: 160px;
    object-fit: contain;
}

footer a {
    color: #F4F6FA;
    text-align: end;
}

footer p {
    margin-top: 2.2rem;
    font-size: 0.9em;
    font-weight: 400;
    opacity: 0.5;
}

footer p:last-child {
    text-align: end;
}

footer .spacer {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    opacity: 0.5;
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 3.6rem;
}

/* Success */

/* Disclaimer */
.disclaimer {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 200;
    padding: 5rem 2rem 3rem 2rem;
    width: 100%;
    min-height: 100vh;
    background-color: var(--color-white);
}

.disclaimer img {
    display: block;
    width: 196px;
    object-fit: contain;
}

.disclaimer h2 {
    margin: 5.6rem 2rem 3.2rem 2rem;
    text-align: center;
    font-family: var(--font-bacasime-antique);
    font-size: 3.5rem;
    font-weight: 400;
}

.disclaimer p {
    width: 100%;
    max-width: 750px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 2em;
    opacity: 0.5;
}

.disclaimer input {
    display: block;
    margin-top: 5.6rem;
    width: 160px;
    height: 50px;
    background-color: var(--color-dark);
    outline: none;
    border: none;
    border-radius: 15px;
    color: var(--color-white);
    font-size: 1.07em;
    font-weight: 400;
    cursor: pointer;
}

/* Loader */
.loader__modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    padding: 0 0 2rem 0;
    width: 100%;
    height: 100vh;
    background-color: #0016240C;
}

.loader__cont {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background: transparent;
}

.loader__cont span {
    position: absolute;
    left: 54px;
    bottom: 2rem;
    color: #A8A9A8;
    text-align: center;
    font-size: 1.1em;
}

.loader {
    position: relative;
    width: 100%;
    height: 100%;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.loader div {
    box-sizing: content-box;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: loader-animation 1.1363636363636365s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader div:nth-child(1) {
    border-color: #A8A9A8;
    animation-delay: 0s;
}

.loader div:nth-child(2) {
    border-color: #0D0D13;
    animation-delay: -0.5681818181818182s;
}

#loader-text {
    animation: loader-text 1.1363636363636365s ease-in-out infinite alternate;
}



/* ----------------------------------------Home---------------------------------------- */

/* Hero */
.home__hero {
    position: relative;
    background-color: var(--color-black);
}

.home__hero video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    object-fit: cover;
}

.home__hero-mezcal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 0 1.5rem 6rem 1.5rem;
    width: 100%;
    min-height: 100vh;
    color: var(--color-white);
    text-align: center;
}

.home__hero-mezcal h1 {
    font-family: var(--font-bacasime-antique);
    font-size: 4.2em;
    font-weight: 400;
}

.home__hero-mezcal p {
    margin: 1rem 0 3.5rem 0;
    font-size: 1.2em;
    font-weight: 400;
}

.home__hero-mezcal a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background-color: var(--color-white);
    border-radius: 15px;
    color: var(--color-dark);
    font-size: 1.07em;
}

.home__hero-mezcal span {
    margin: 3.5rem 0 0.6rem 0;
    font-size: 0.8em;
    font-weight: 400;
}

.home__hero-mezcal i {
    font-size: 1.6em;
}

.home__hero-frames {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    padding: 2rem 2rem 6.6rem 2rem;
    color: var(--color-green);
}

.home__hero-frames a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.6rem;
    width: 240px;
    background-color: var(--color-light);
    border: #52623DA0 2px solid;
    border-radius: 25px;
    transition: background-color 0.3s, translate 0.3s;
}

.home__hero-frames a:hover {
    background-color: var(--color-white);
    translate: 0 -10px;
}

.home__hero-frames h4 {
    font-size: 1.3em;
    font-weight: 700;
}

.home__hero-frames i {
    margin: 1.2rem 0 1rem 0;
    font-size: 2.8em;
}

.home__hero-frames p {
    font-size: 0.85em;
    text-align: center;
    line-height: 1.77em;
}

/* History */
.home__history {
    gap: 4rem;
    padding: 6rem 9%;
}

.home__history h2 {
    text-align: center;
    font-family: "filmotype-lacrosse", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.5em;
}

.home__history-grid {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    column-gap: 4.5rem;
    margin: 1.5rem auto 0 auto;
    height: 100%;
}

.home__history-video {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* height: 535px; */
    width: 100%;
    max-width: 300px;
    background: #636579;
    border-radius: 15px;
    overflow: hidden;
}

.home__history-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home__video-cont i {
    color: #f4f6fa;
    font-size: 5em;
}

.home__history-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1rem;
    margin-top: 4rem;
    width: 100%;
    height: 100%;
    color: var(--color-green);
}

.home__history-item h4 {
    margin: 0 0 0.6rem 0;
    font-size: 1.2em;
}

.home__history-item span {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.25em;
    opacity: .6;
    color: #211915;
}

.home__history-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid var(--color-green);
    border-radius: 15px;
    color: var(--color-green);
}

.home__history-logo i {
    color: inherit;
    font-size: 1.5em;
}

/* Products */
.home__products-cont {
    background: center center no-repeat url('../assets/img/products_bg.jpg');
    background-size: cover;
}

.home__products {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem 0 40vh 0;
    width: 100%;
    background-color: #21191580;
}

.home__products h2 {
    color: var(--color-white);
    font-family: var(--font-bacasime-antique);
    font-size: 3.5em;
    font-weight: 400;
}

.home__products-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5rem;
    margin: 7.6rem 0 3.3rem 0;
}

.home__products-row div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5rem;
    width: 240px;
    background-color: var(--color-white);
    border-radius: 25px;
    overflow: hidden;
}

.home__products-row img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home__products-row h4 {
    margin-top: 1.2rem;
    width: 85%;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 1.3em;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}

.home__products-row span {
    margin: 0.6rem 0;
    color: var(--color-dark);
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    opacity: 0.8;
}

.home__products-row a {
    color: var(--color-orange);
    text-align: center;
    text-decoration: underline;
}

.home__products-btn {
    display: flex;
    align-items: center;
    padding: 0 3.3rem;
    height: 50px;
    background-color: var(--color-white);
    border-radius: 15px;
    font-size: 1.07em;
    font-weight: 700;
}

/* Comments */
.home__comments-cont {
    padding: 5.5rem 4rem;
    background-color: var(--color-dark);
    color: var(--color-white);
}

.home__comments-cont h2 {
    text-align: center;
    font-family: var(--font-bacasime-antique);
    font-size: 3.5rem;
    font-weight: 400;
}

.home__comments-row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-evenly;
    column-gap: 2.8rem;
    row-gap: 5.6rem;
    margin-top: 4rem;
}

.home__comment {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 260px;
    color: inherit;
}

.home__comment h4 {
    text-align: center;
    font-size: 1.4em;
}

.home__comment p {
    text-align: center;
    font-size: 1em;
    line-height: 1.6em;
}

.home__comment-img {
    display: block;
    width: 150px;
    height: 150px;
    background: #FFFFFF1A;
    border-radius: 75px;
    overflow: hidden;
}

.home__comment-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contact */
.home__contact {
    padding: 6rem 4rem 4.4rem 4rem;
}

.home__contact h2 {
    font-family: var(--font-bacasime-antique);
    font-size: 3.5rem;
    font-weight: 400;
}

.home__contact span {
    margin: 0.6rem 0 3.8rem 0;
    color: var(--color-orange);
    text-align: center;
    font-size: 1.2em;
}

.home__contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem auto 0 auto;
    width: 100%;
    max-width: 750px;
}

.home__contact-form input,
.home__contact-form textarea {
    display: block;
    padding: 0 1rem;
    width: 100%;
    height: 50px;
    background: #CF97590C;
    border: 1px solid #CF975933;
    outline: none;
    border-radius: 15px;
    font-size: 1em;
}

.home__contact-form input::placeholder,
.home__contact-form textarea::placeholder {
    color: #21191580;
}

.home__contact-form textarea {
    padding: 1rem;
    height: auto;
    height: 130px;
    resize: none;
}

.home__contact-form button {
    display: block;
    margin: 4rem auto;
    width: 160px;
    height: 50px;
    background-color: var(--color-orange);
    outline: none;
    border: none;
    border-radius: 15px;
    color: var(--color-white);
    font-size: 1.2em;
}

.home__contact-info {
    display: flex;
    margin: 0 auto;
    gap: 3.2rem;
}

.home__contact-info a {
    color: var(--color-dark);
    text-decoration: none;
    font-size: 24px;
}



/* ---------------------------------------Events--------------------------------------- */

/* List */
.events__banner {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 4rem;
    width: 100%;
    height: 62.5vh;
    background: center center no-repeat url('../assets/img/demo-banner.png');
    background-size: cover;
}

.events__banner h1 {
    font-family: var(--font-bacasime-antique);
    font-size: 3.5em;
    font-weight: 400;
}

.events__grid {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 285px);
    column-gap: 4rem;
    row-gap: 4.7rem;
    padding: 6.6rem 6rem 11rem 6rem;
}

.events__grid-item {
    display: flex;
    flex-direction: column;

}

.events__grid-item img {
    display: block;
    width: 100%;
    aspect-ratio: 19 / 16;
    border-radius: 25px;
    object-fit: cover;
}

.events__grid-item h4 {
    margin: 1.2rem 0 0.6rem 0;
    font-size: 1.3em;
    line-height: 1.4em;
}

.events__grid-item div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.events__grid-item a {
    color: var(--color-orange);
    text-decoration: underline;
}

.events__grid-item span {
    opacity: 0.5;
}

/* Details */
.event__detail-cont {
    padding: calc(8.4rem + 90px) 6rem 6.5rem 6rem;
    min-height: 100vh;
}

.event__detail {
    display: grid;
    grid-template-columns: 25fr 24fr;
    column-gap: 3rem;
    row-gap: 2.2rem;
    margin: 0 auto;
    max-width: 1080px;
}

.event__detail span {
    font-size: 1.13em;
    font-weight: 700;
    opacity: 0.5;
}

.event__detail h1 {
    font-family: var(--font-bacasime-antique);
    font-size: 3.4rem;
    font-weight: 400;
}

.event__detail h2 {
    margin: 1.6rem 0 4.2rem 0;
    font-size: 1.6em;
    font-weight: 700;
}

.event__detail p {
    font-size: 1.13em;
    font-weight: 400;
    line-height: 1.53em;
    opacity: 0.6;
}

.event__detail img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 25px;
    object-fit: cover;
}


/* --------------------------------------Products-------------------------------------- */

/* List */
.products__banner {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 4rem;
    width: 100%;
    height: 62.5vh;
    background: center center no-repeat url('../assets/img/demo-banner.png');
    background-size: cover;
}

.products__banner h1 {
    font-family: var(--font-bacasime-antique);
    font-size: 3.5em;
    font-weight: 400;
}

.products__grid {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 285px);
    column-gap: 4rem;
    row-gap: 4.7rem;
    padding: 6.6rem 6rem 11rem 6rem;
}

.products__grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products__grid-item img {
    display: block;
    width: 100%;
    aspect-ratio: 19 / 16;
    border-radius: 25px;
    object-fit: cover;
}

.products__grid-item h4 {
    margin-top: 1.2rem;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.4em;
}

.products__grid-item span {
    margin: 0.6rem;
    color: var(--color-dark);
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    opacity: 0.8;
}

.products__grid-item a {
    color: var(--color-orange);
    text-align: center;
    text-decoration: underline;
}

/* Details */
.product-detail {
    padding: calc(6rem + 90px) 6rem 10rem 6rem;
}

.pro__cont {
    display: grid;
    grid-template-columns: 40% 55%;
    column-gap: 5%;
    row-gap: 2rem;
    margin: 0 auto;
    max-width: 1080px;
}

.pro__cont span {
    font-size: 1.13em;
    font-weight: 700;
}

.pro__cont > span {
    grid-column: 1 / -1;
}

.pro__gallery {
    align-self: start;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    column-gap: 1rem;
    row-gap: 1rem;
}

.pro__gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #CF97591A;
    border-radius: 15px;
    object-fit: cover;
}

.pro__gallery img.selected {
    outline: 2px solid var(--color-orange);
}

.pro__img-display {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    border-radius: 25px;
}

.pro__img-thumb {
    cursor: pointer;
}

.pro__details {
    align-self: start;
    display: flex;
    flex-direction: column;
}

.pro__details h1 {
    font-family: var(--font-bacasime-antique);
    font-size: 3.3em;
    font-weight: 400;
}

.pro__details h2 {
    margin: 0.8rem 0 3rem 0;
    font-size: 1.6em;
    font-weight: 700;
}

.pro__details p {
    font-size: 1.13em;
    font-weight: 400;
    line-height: 1.5em;
    opacity: 0.6;
}

.pro__btns {
    display: flex;
    gap: 1rem;
    margin: 3.6rem 0 1.6rem 0;
}

.pro__btns > button {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem;
    height: 50px;
    background-color: var(--color-orange);
    outline: none;
    border: none;
    border-radius: 15px;
    color: #F4F6FA;
    font-size: 1.2em;
    font-weight: 700;
    cursor: pointer;
}

.pro__qty {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    align-items: center;
    width: 170px;
    height: 50px;
    border: 2px solid var(--color-green);
    border-radius: 15px;
    color: var(--color-green);

    display: none;
}

.pro__qty button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    color: inherit;
    font-size: 1.3em;
}

.pro__qty span {
    text-align: center;
    font-size: 1.3em;
    font-weight: 900;
}


/* ----------------------------------------Cart---------------------------------------- */

.cart {
    padding: calc(6rem + 90px) 4rem 7.6rem 4rem;
}

.cart h2 {
    font-family: var(--font-bacasime-antique);
    font-size: 3em;
    font-weight: 400;
}

.cart__grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    column-gap: 1.4rem;
    row-gap: 3.2rem;
    margin: 0 auto auto auto;
    width: 100%;
    max-width: 1200px;
}

/* Products */
.cart__products {
    display: flex;
    flex-direction: column;
    gap: 2.1rem;
    padding: 2rem 2rem 2.4rem 2rem;
}

.cart__products-list {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.cart__products-list > p {
    font-size: 1.4em;
    font-weight: 400;
}

.cart__products-list > p a {
    color: var(--color-orange);
    text-decoration: underline;
    font-weight: 600;
}

.cart__product-row {
    display: grid;
    grid-template-columns: 95px 1fr 160px 120px;
    align-items: center;
    column-gap: 2rem;
    
    grid-template-columns: 95px 1fr 120px;
}

.cart__product-row img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 15px;
    object-fit: cover;
}

.cart__product-row p {
    font-size: 1.6em;
    font-weight: 400;
}

.cart__product-row > span {
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
}

.cart__product-qty {
    display: grid;
    grid-template-columns: 45px 1fr 45px;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 2px solid var(--color-green);
    border-radius: 15px;
    color: var(--color-green);

    display: none;
}

.cart__product-qty button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    color: inherit;
    font-size: 1.3em;
}

.cart__product-qty span {
    text-align: center;
    font-size: 1.3em;
    font-weight: 900;
}

/* Resume */
.cart__resume {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.cart__resume-frame {
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 1.6rem 2rem;
    background-color: #CF97590C;
    border: 2px solid #CF975933;
    border-radius: 25px;
}

.cart__resume-frame h2 {
    margin-bottom: 2rem;
}

.cart__resume-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart__resume-row p {
    margin-bottom: 2rem;
    font-size: 1.3em;
    font-weight: 400;
}

.cart__resume-row span {
    font-size: 1.3rem;
    font-weight: 700;
}

.cart__resume-coupon {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.cart__resume-coupon .cart__resume-row {
    display: none;
}

.cart__resume-coupon.valid .cart__resume-row {
    display: flex;
}

.cart__resume-coupon.valid span,
.cart__resume-coupon.valid input {
    display: none;
}

.cart__resume-coupon p {
    margin: 0;
}

.cart__resume-coupon span {
    font-size: 1.07em;
    opacity: 0.5;
}

.cart__resume-coupon input {
    display: block;
    padding: 0 1.2rem;
    width: 100%;
    height: 50px;
    background-color: var(--color-white);
    outline: none;
    border: 1px solid #CF975933;
    border-radius: 15px;
}

.cart__resume-coupon button {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: max-content;
    height: max-content;
    background-color: transparent;
    outline: none;
    border: none;
    color: var(--color-orange);
    text-decoration: underline;
}

.cart__resume #online-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: var(--color-orange);
    outline: none;
    border: none;
    border-radius: 15px;
    color: #F4F6FA;
    font-size: 1.2em;
    font-weight: 700;
}

.cart__resume #whats-btn {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: max-content;
    height: max-content;
    background-color: transparent;
    outline: none;
    border: none;
    color: var(--color-orange);
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 700;
}

.cart__resume #whats-btn.disabled,
.cart__resume #online-btn.disabled {
    opacity: 0.75;
    cursor: default;
    pointer-events: none;
}


/* --------------------------------------Shipping-------------------------------------- */

.ship {
    padding: calc(6rem + 90px) 4rem 7.6rem 4rem;
}

.ship h2 {
    margin-bottom: 3rem;
    font-family: var(--font-bacasime-antique);
    font-size: 3em;
    font-weight: 400;
}

.ship__grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    column-gap: 10rem;
    margin: 0 auto auto auto;
    width: 100%;
    max-width: 1200px;
}

/* Form */
.ship__form {
    display: flex;
    flex-direction: column;
}

.ship__form h3 {
    margin: 3rem 0 2rem 0;
    font-size: 2em;
    font-weight: 700;
}

.ship__form-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.ship__form-input label {
    margin-bottom: 10px;
    font-weight: 400;
}

.ship__form-input input,
.ship__form-input select {
    display: block;
    padding: 0 1.2rem;
    width: 100%;
    height: 50px;
    background-color: #CF97590C;
    border: 2px solid #CF975933;
    outline: none;
    border-radius: 15px;
}

.ship__form-input span {
    margin-top: 2px;
    padding-left: 2.6rem;
    font-size: 0.8em;
    font-weight: 400;
    opacity: 0.5;
}

.ship__form > button {
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: 50px;
    background-color: var(--color-orange);
    outline: none;
    border: none;
    border-radius: 15px;
    color: #F4F6FA;
    font-size: 1.4em;
    font-weight: 700;
}

.ship__form h4 {
    display: none;
    margin: 2rem 0 1rem 0;
    font-size: 1.4em;
    font-weight: 700;
}

.ship__options {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    border: none;
}

.ship__options input {
    display: none;
}

.ship__option {
    display: grid;
    grid-template-columns: 26px 1fr auto;
    align-items: center;
    column-gap: 1rem;
    row-gap: 5px;
    font-size: 1.3em;
    user-select: none;
    cursor: pointer;
}

.ship__option .radio {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    background-color: var(--color-white);
    border: 2px solid #CF975933;
    border-radius: 13px;
}

.ship__option .radio div {
    display: block;
    width: 15px;
    aspect-ratio: 1;
    background-color: var(--color-white);
    border-radius: 7.5px;
    transition: 0.2s background-color;
}

.ship__option:has(:checked) .radio div {
    background-color: var(--color-orange);
}

.ship__option p {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.ship__option span {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 0.7em;
    font-weight: 700;
    color: #0D0D13A0;
}

.ship__option b {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    font-weight: 700;
}

/* No product */
.ship__no-product p {
    font-size: 1.4em;
    font-weight: 400;
}

.ship__no-product p a {
    color: var(--color-orange);
    text-decoration: underline;
    font-weight: 600;
}

/* Loader */
.ship__loader-cont {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 500;
    padding: 2rem;
    width: 100%;
    height: 100vh;
    background-color: #0D0D1330;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.ship__loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
    padding: 2rem;
    width: 100%;
    max-width: 280px;
    background-color: var(--color-white);
    border-radius: 15px;
    font-size: 1.17em;
}

.ship__loader-spin {
    width: 48px;
    height: 48px;
    border: 5px solid #CF97591A;
    border-bottom-color: var(--color-orange);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}


/* ---------------------------------------Success--------------------------------------- */

.success__cont {
    padding: calc(3rem + 90px) 2rem 2rem 2rem;
}

.success {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
    max-width: 600px;
    background-color: #FFFFFF;
    border-radius: 45px;
}

.success h1 {
    margin-bottom: 2rem;
    color: var(--color-black);
    text-align: center;
    font-size: 2.2em;
}

.success h2 {
    margin-bottom: 3rem;
    color: var(--color-black);
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
}

.success h3 {
    margin-bottom: 2.2rem;
    text-align: start;
    font-size: 1.3em;
    font-weight: 700;
}

.success h3.id {
    margin-bottom: 1.33rem;
    word-break: break-all;
    line-height: 1.4em;
}

.success h3 span {
    font-weight: 400;
}

.success p {
    font-size: 1.27em;
    font-weight: 400;
}

.success p.center {
    text-align: center;
}

.success img {
    display: block;
    margin: 3rem auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
}

.success > a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 3rem auto;
    width: 200px;
    height: 50px;
    background-color: #CF9759;
    border-radius: 25px;
    color: #FBFBF3;
    text-decoration: none;
    text-align: center;
    font-size: 1.17em;
    font-weight: 700;
}

.success__links {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.8rem;
    row-gap: 1.2rem;
    margin: 1.4rem 0 2.6rem 0;
    padding-left: 1.4rem;
    color: var(--color-orange);
}

.success__links i {
    font-size: 1.4em;
}

.success__links a {
    font-size: 1.27em;
}

.success__links a:hover {
    text-decoration: underline;
}



/* --------------------------------------Thank You------------------------------------- */

.thanks__cont {
    align-items: start;
    justify-content: end;
    padding: 14vh 14%;
    background-color: var(--color-black);
}

.thanks__cont video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    object-fit: cover;
}

.thanks {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: min-content;
    color: var(--color-white);
}

.thanks h1 {
    display: block;
    width: max-content;
    font-family: var(--font-bacasime-antique);
    font-size: 3.5em;
    font-weight: 400;
}

.thanks p {
    margin: 2rem 0 5rem 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 2em;
}

.thanks > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background-color: var(--color-white);
    outline: none;
    border: none;
    border-radius: 15px;
    color: var(--color-dark);
    font-size: 1.07em;
    font-weight: 400;
}

.thanks__sm {
    display: flex;
    gap: 1.7em;
    margin-top: 7rem;
}

.thanks__sm i {
    font-size: 1.6em;
}



/* --------------------------------------Specials-------------------------------------- */

.hidden {
    display: none;
}

.appear {
    opacity: 1;
    pointer-events: all;
}

.grecaptcha-badge {
    display: none !important;
}



/* -------------------------------------Responsive------------------------------------- */

@media screen and (max-width: 1330px) {
    .home__comments-row {
        max-width: calc(5.6rem + 520px);
    }
}

@media screen and (max-width: 1200px) {
    .cart__grid {
        grid-template-columns: 1fr 320px;
    }

    .cart {
        padding: calc(4rem + 90px) 3rem 7.6rem 3rem;
    }

    .cart__products {
        padding: 2rem 0 2.4rem 0;
    }

    .cart__product-row {
        grid-template-columns: 80px 1fr 130px 120px;
        column-gap: 1.6rem;
        
        grid-template-columns: 80px 1fr 120px;
    }
}

@media screen and (max-width: 1130px) {

    /* General */
    header {
        padding: 0 2.6rem;
    }

    header a img {
        margin: 0 4rem;
    }

    /* Home */
    .home__history-grid {
        grid-template-columns: 1fr 1fr;
        max-width: 700px;
    }

    .home__history-video {
        grid-column: 1 / 3;
        grid-row: unset;
    }

    /* Event Details */
    .event__detail-cont {
        padding: calc(8.4rem + 90px) 3rem 6.5rem 3rem;
    }

    /* Product Detail */
    .product-detail {
        padding: calc(5rem + 90px) 4rem 10rem 4rem;
    }

    .pro__details h1 {
        font-size: 3.1em;
    }

    /* Shipping */
    .ship__grid {
        grid-template-columns: 1fr 320px;
        column-gap: 6rem;
    }
}

@media screen and (max-width: 1020px) {
    .cart__grid {
        grid-template-columns: 1fr;
    }

    .cart__resume {
        margin: 0 auto;
        width: 100%;
        max-width: 450px;
    }
}

@media screen and (max-width: 900px) {

    /* General */
    header {
        grid-template-columns: 1fr auto;
        grid-template-rows: 90px min-content;
        height: max-content;
    }

    header > div,
    header > .lang {
        display: none;
    }

    header a img {
        margin: 0;
        height: 58px;
    }

    header button {
        display: block;
    }

    nav {
        display: block;
    }

    footer {
        padding: 3.5rem 6rem 2.2rem 6rem;
    }

    /* Home */
    .home__products {
        padding: 6rem 3rem 40vh 3rem;
    }

    .home__comments-cont {
        padding: 5.5rem 2rem;
    }

    /* Events & Store */
    .events__grid,
    .products__grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 2rem;
        padding: 6.6rem 2rem 11rem 2rem;
    }

    .events__grid-item h4,
    .products__grid-item h4 {
        font-size: 1.2em;
    }

    /* Event Detail */
    .event__detail {
        grid-template-columns: 1fr;
        margin: 0 auto;
        max-width: 450px;
    }

    .event__detail > br {
        display: none;
    }

    .event__detail img {
        grid-row: 1 / 2;
    }

    /* Product detail */
    .product-detail {
        padding: calc(5rem + 90px) 3rem 10rem 3rem;
    }

    .pro__details h1 {
        font-size: 2.8em;
    }

    .pro__details h2 {
        font-size: 1.45em;
    }

    .pro__gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .pro__btns > button {
        padding: 0 1rem;
    }

    /* Shipping */
    .ship {
        padding: calc(6rem + 90px) 6rem 7.6rem 6rem;
    }

    .ship__grid {
        grid-template-columns: 1fr;
        row-gap: 4rem;
    }
}

@media screen and (max-width: 720px) {

    /* General */
    footer {
        justify-content: center;
        grid-template-columns: 1fr;
        padding: 3.5rem 2.5rem 2.2rem 2.5rem;
    }

    footer img {
        margin: 0 auto;
    }

    footer .spacer {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .footer__links {
        margin: 2rem 0;
    }

    footer a {
        text-align: center;
    }

    footer p,
    footer p:last-child {
        text-align: center;
        line-height: 1.4em;
    }

    /* Home */
    .home__history-grid {
        grid-template-columns: 1fr;
        max-width: 350px;
    }

    .home__history-video {
        grid-column: 1 / 2;
    }

    /* Events & Store */
    .events__banner,
    .products__banner {
        height: 50vh;
    }

    .events__grid,
    .products__grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 2rem;
        padding: 6.6rem 1.5rem 11rem 1.5rem;
    }

    /* Product Details */
    .pro__cont {
        grid-template-columns: 1fr;
        margin: 0 auto;
        max-width: 450px;
    }

    /* Cart */
    .cart__product-row {
        grid-template-columns: 80px 1fr auto;
        grid-template-rows: auto 40px;
        row-gap: 0.6rem;

        grid-template-columns: 80px 1fr;
        grid-template-rows: auto min-content;
    }

    .cart__product-row img {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .cart__product-row p {
        grid-column: 2 / 4;
        grid-row: 1 / 2;
        font-size: 1.3em;
        
        grid-column: 2 / 3;
    }

    .cart__product-row > span {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
        font-size: 1.3em;
        
        grid-column: 2 / 3;
        text-align: start;
    }

    .cart__product-qty {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        width: 130px;
        height: 100%;
    }

    /* Shipping */
    .ship {
        padding: calc(6rem + 90px) 3rem 7.6rem 3rem;
    }

    /* Thank You */
    .thanks__cont {
        padding: 6rem 4rem;
    }

    .thanks {
        width: auto;
    }

    .thanks h1 {
        width: auto;
    }

    /* Disclaimer */
    .disclaimer {
        padding: 3rem 2rem;
    }

    .disclaimer img {
        width: 140px;
    }

    .disclaimer h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 480px) {

    /* Home */
    .home__hero-mezcal h1 {
        font-size: 3.8em;
    }

    .home__history h2 {
        font-size: 3em;
    }

    .home__contact h2,
    .home__products h2,
    .home__comments-cont h2 {
        font-size: 3.2em;
    }

    .home__history {
        padding: 6rem 2rem;
    }

    .home__contact {
        padding: 6rem 2rem 4.4rem 2rem;
    }

    /* Event Details */
    .event__detail-cont {
        padding: calc(6rem + 90px) 2rem 6.5rem 2rem;
    }

    /* Product Detail */
    .product-detail {
        padding: calc(5rem + 90px) 2rem 10rem 2rem;
    }

    .pro__btns {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .pro__btns .pro__qty {
        width: 220px;
    }

    .pro__btns > button {
        width: 220px;
    }

    /* Cart */
    .cart {
        padding: calc(4rem + 90px) 1.5rem 7.6rem 1.5rem;
    }

    .cart h2 {
        font-size: 2.6em;
    }

    /* .cart__product-row {
        grid-template-columns: 130px 1fr;
        grid-template-rows: auto 40px;
        column-gap: 2rem;
        row-gap: 1rem;
    }

    .cart__product-row img {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        align-self: start;
    }

    .cart__product-row p {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        font-size: 1.45em;
    }

    .cart__product-row > span {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        text-align: start;
    }

    .cart__product-qty {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    } */

    /* Shipping */
    .ship {
        padding: calc(4rem + 90px) 2rem 7.6rem 2rem;
    }

    .ship h2 {
        font-size: 2.6em;
    }

    .ship__form h3 {
        font-size: 1.8em;
    }

    /* Thank You */
    .thanks__cont {
        padding: 3rem 3rem 4rem 3rem;
    }

    .thanks h1 {
        font-size: 3.1em;
    }

    .thanks p {
        margin: 2rem 0 3rem 0;
    }

    .thanks__sm {
        margin-top: 4.5rem;
    }

    /* Disclaimer */
    .disclaimer {
        padding: 2rem;
        justify-content: space-between;
    }

    .disclaimer img {
        height: 105px;
    }

    .disclaimer h2 {
        margin: 0;
    }

    .disclaimer input {
        margin: 0;
    }
}



/* -------------------------------------Animations------------------------------------- */

/* Keyframes */

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

@keyframes fade-out {
    0% {
        opacity: 100%;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loader-animation {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 78px;
        left: 78px;
        width: 36px;
        height: 36px;
        opacity: 0;
    }
}

@keyframes loader-text {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}