/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* ========================================
   TIENDA - HERO
   ======================================== */

#hero-tienda {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    font-size: .8em;
}

@media all and (min-width: 95em) {
    #hero-tienda {
        font-size: 1em;
    }
}

#hero-tienda .shape-top {
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 105;
}

#hero-tienda .shape-bottom {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 105;
}

#hero-tienda .dark {
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
}

#hero-tienda .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    max-width: 72em;
    margin: 0 auto;
    padding: 9em 0 10em;
    position: relative;
    z-index: 110;
}

#hero-tienda .hero-content .info {
    width: 100%;
    text-align: center;
}

#hero-tienda .hero-content .info h1 {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    font-size: 2em;
    margin: 0 0 0em;
    line-height: 1.1;
}

@media all and (min-width: 38em) {
    #hero-tienda .hero-content .info h1 {
        font-size: 3em;
    }
}

@media all and (min-width: 48em) {
    #hero-tienda .hero-content .info h1 {
        font-size: 4.5em;
    }
}

/* Date badges */
#hero-tienda .hero-content .info .hero-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    margin-bottom: 2em;
}

#hero-tienda .hero-content .info .hero-dates .date img {
    width: 5em;
    height: 5em;
}

@media all and (min-width: 38em) {
    #hero-tienda .hero-content .info .hero-dates .date img {
        width: 6.5em;
        height: 6.5em;
    }
}

@media all and (min-width: 48em) {
    #hero-tienda .hero-content .info .hero-dates .date img {
        width: 6em;
        height: 6em;
    }
}

/* Hero buttons */
#hero-tienda .hero-content .info .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#hero-tienda .hero-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6em;
}

#hero-tienda .hero-btn-group .btn-pase {
    font-family: "Alata", serif;
    font-weight: 400;
    font-size: 1em;
    font-style: normal;
    background-color: #CC794D;
    color: #FFF;
    padding: 1.3em 2em;
    border-top-left-radius: 2.2em;
    border-top-right-radius: 2.2em;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-align: center;
    min-width: 16em;
}

@media all and (min-width: 38em) {
    #hero-tienda .hero-btn-group .btn-pase {
        font-size: 1.1em;
        padding: 1.3em 2.5em;
    }
}

@media all and (min-width: 48em) {
    #hero-tienda .hero-btn-group .btn-pase {
        font-size: 1.2em;
        min-width: 17em;
    }
}

#hero-tienda .hero-btn-group .btn-pase:hover {
    background-color: #007F85;
}

#hero-tienda .hero-btn-group .btn-sub {
    font-family: "Akatab", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media all and (min-width: 38em) {
    #hero-tienda .hero-btn-group .btn-sub {
        font-size: 0.95em;
    }
}

/* Stagger animations initial state */
#hero-tienda .hero-content .info .stagger {
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
}

/* ========================================
   TIENDA - PASES INDIVIDUALES
   ======================================== */

#pases-individuales {
    background-color: #007F85;
    position: relative;
    padding: 4em 0 5em;
}

#pases-individuales .inwrap {
    width: 90%;
    max-width: 72em;
    margin: 0 auto;
}

#pases-individuales h2 {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    font-size: 2.2em;
    text-align: center;
    margin: 0 0 0.3em;
    line-height: 1.1;
}

@media all and (min-width: 38em) {
    #pases-individuales h2 {
        font-size: 3em;
    }
}

@media all and (min-width: 48em) {
    #pases-individuales h2 {
        font-size: 4em;
    }
}

#pases-individuales .subtitle {
    font-family: "Akatab", serif;
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    font-size: 1em;
    text-align: center;
    margin: 0 0 2.5em;
}

@media all and (min-width: 38em) {
    #pases-individuales .subtitle {
        font-size: 1.1em;
    }
}

/* Search filter bar */
#pases-individuales .search-filter {
    width: 100%;
    max-width: 30em;
    margin: 0 auto 3em;
}

@media all and (min-width: 48em) {
    #pases-individuales .search-filter {
        /* width: 60%; */
    }
}

#pases-individuales .filter-container {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(92%, rgba(255, 255, 255, 1)), to(rgba(204, 121, 77, 1)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 92%, rgba(204, 121, 77, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 92%, rgba(204, 121, 77, 1) 100%);
    border-radius: 2em;
    padding: 0 0 0 1.5em;
    -webkit-box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#pases-individuales .filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5em;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#pases-individuales .filter-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Akatab", serif;
    font-weight: 400;
    color: #5F5C5C;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
}

#pases-individuales .filter-options select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    font-family: "Akatab", serif;
    color: #5F5C5C;
    padding: 0.5em 1em;
    cursor: pointer;
    width: 23%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../img/down-arrow.png');
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-size: 0.6em;
    outline: none;
}

#pases-individuales .filter-options .line {
    display: block;
    border: 1px solid #f6f6f6;
}

#pases-individuales .filter-options .search-btn {
    background-color: #CC794D;
    color: #FFF;
    font-family: "Akatab", serif;
    font-weight: 400;
    border: none;
    padding: 1.5em 3em;
    cursor: pointer;
    border-top-right-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

#pases-individuales .filter-options .search-btn:hover {
    background-color: #005a5e;
}

/* Day groups */
#pases-individuales .day-group {
    margin-bottom: 3em;
}

#pases-individuales .title-day {
    margin: 0 0 2em 1em;
}

#pases-individuales .title-day img {
    width: 5.5em;
    height: 5.5em;
}

@media all and (min-width: 38em) {
    #pases-individuales .title-day img {
        width: 6.5em;
        height: 6.5em;
    }
}

/* Tanda cards grid */
#pases-individuales .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2em;
    margin-bottom: 1em;
}

/* Tanda card */
#pases-individuales .tanda-card {
    background-color: #d8ecea;
    border-radius: 1.6em;
    overflow: visible;
    position: relative;
    -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media all and (min-width: 48em) {
    #pases-individuales .tanda-card {
        width: calc(50% - 1em);
    }
}

/* When only one card in a day, give it full width on mobile, half on desktop */
#pases-individuales .boxes .tanda-card:only-child {
    width: 100%;
}

@media all and (min-width: 48em) {
    #pases-individuales .boxes .tanda-card:only-child {
        width: calc(50% - 1em);
    }
}

/* No tandas placeholder */
#pases-individuales .no-tandas {
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #FFF;
    font-size: 0.95em;
    font-style: italic;
    width: 100%;
    padding: 1em 0;
}

/* Card header */
#pases-individuales .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    padding: 1.6em 1.8em 1.2em;
    border-bottom: 1px solid rgba(95, 92, 92, 0.15);
}

#pases-individuales .card-header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.6em 1.2em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

#pases-individuales .card-header h3 {
    font-family: "Akshar", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 1.6em;
    color: #93b9d3;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

@media all and (min-width: 38em) {
    #pases-individuales .card-header h3 {
        font-size: 1.9em;
    }
}

#pases-individuales .card-header .tanda-range {
    font-family: "Akatab", serif;
    font-weight: 400;
    color: #5F5C5C;
    font-size: 0.95em;
    line-height: 1.2;
    white-space: nowrap;
}

#pases-individuales .card-header .date-badge img {
    width: 4.5em;
    height: 4.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* Card body */
#pases-individuales .card-body {
    padding: 1.4em 1.8em 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#pases-individuales .conv-label {
    font-family: "Akatab", serif;
    font-weight: 500;
    color: #4a4a4a;
    font-size: 0.9em;
    margin: 0 0 0.6em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Conversatorios list */
#pases-individuales .conv-list {
    padding-left: 1.2em;
    margin: 0 0 1.6em;
    list-style: none;
}

#pases-individuales .conv-item {
    position: relative;
    padding: 1em 0 1.1em;
    border-bottom: 1px solid rgba(95, 92, 92, 0.15);
}

#pases-individuales .conv-item::before {
    content: "\2022";
    position: absolute;
    left: -1em;
    top: 1em;
    color: #4a4a4a;
    font-size: 1em;
    line-height: 1;
}

#pases-individuales .conv-item:last-child {
    border-bottom: none;
}

#pases-individuales .conv-head {
    font-family: "Akatab", serif;
    font-weight: 500;
    font-size: 0.95em;
    line-height: 1.35;
    color: #4a4a4a;
    margin: 0 0 0.45em;
}

#pases-individuales .conv-time {
    color: #4a4a4a;
    margin-right: 0.4em;
}

#pases-individuales .conv-title {
    color: #CC794D;
    font-weight: 500;
}

#pases-individuales .conv-participantes {
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #5F5C5C;
    font-size: 0.9em;
    line-height: 1.45;
    margin: 0 0 0.5em;
}

#pases-individuales .conv-lugar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.1em;
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #5F5C5C;
    font-size: 0.85em;
    line-height: 1.2;
    margin: 0;
}

#pases-individuales .conv-lugar .pin-icon {
    width: 1.15em;
    height: 1.15em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0.8;
}

/* Ver detalle toggle + popup */
#pases-individuales .conv-detail-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 0 0.25em;
    font-family: "Akatab", serif;
    font-weight: 400;
    font-size: 0.9em;
    font-style: italic;
    text-decoration: underline;
    color: #8a8a8a;
    cursor: pointer;
    display: inline;
    line-height: inherit;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

#pases-individuales .conv-detail-toggle:hover {
    color: #007F85;
}

#pases-individuales .conv-detail-toggle.is-open {
    color: #007F85;
}

#pases-individuales .conv-detail-popup {
    position: absolute;
    margin: 1em 0 0.2em;
    background: #FFF;
    border: 1px solid rgba(204, 121, 77, 0.35);
    padding: 1em 2.4em 1em 1.2em;
    max-height: 24em;
    overflow-y: auto;
    -webkit-box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, 0.08);
    top: 0;
    left: -1em;
    z-index: 100;
}

#pases-individuales .conv-detail-popup[hidden] {
    display: none;
}

#pases-individuales .conv-detail-popup::before {
    content: "";
    position: absolute;
    top: -0.55em;
    left: 2em;
    width: 1em;
    height: 1em;
    background: #FFF;
    border-left: 1px solid rgba(204, 121, 77, 0.35);
    border-top: 1px solid rgba(204, 121, 77, 0.35);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pases-individuales .conv-detail-close {
    position: absolute;
    top: 0.4em;
    right: 0.5em;
    background: none;
    border: none;
    width: 1.8em;
    height: 1.8em;
    font-size: 1.2em;
    line-height: 1;
    color: #5F5C5C;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#pases-individuales .conv-detail-close:hover {
    background-color: rgba(204, 121, 77, 0.1);
    color: #CC794D;
}

#pases-individuales .conv-detail-content {
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #5F5C5C;
    font-size: 0.9em;
    line-height: 1.55;
}

#pases-individuales .conv-detail-content p {
    margin: 0 0 0.8em;
}

#pases-individuales .conv-detail-content p:last-child {
    margin-bottom: 0;
}

/* Card actions: price + qty + add to cart */
#pases-individuales .card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: auto;
    gap: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#pases-individuales .price {
    font-family: "Akatab", serif;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1em;
    margin-left: 1em;
}

#pases-individuales .price-currency {
    font-size: 0.95em;
    margin-right: 0.15em;
    padding-top: 0.55em;
}

#pases-individuales .price-main {
    font-size: 2.6em;
    font-weight: 300;
}

#pases-individuales .price-cents {
    font-size: 0.85em;
    padding-top: 0.4em;
    margin-left: 0.1em;
}

/* Quantity selector */
#pases-individuales .qty-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #CC794D;
    border: 2px solid #CC794D;
    border-radius: 2em;
    overflow: hidden;
    margin-bottom: 1em;
}

#pases-individuales .qty-btn {
    background-color: #CC794D;
    color: #FFF;
    border: none;
    width: 2.2em;
    height: 2.2em;
    font-size: 1.1em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

#pases-individuales .qty-btn:hover {
    background-color: #007F85;
}

#pases-individuales .qty-input {
    width: 3em;
    text-align: center;
    border: none;
    font-family: "Alata", serif;
    font-size: 1em;
    color: #FFF;
    outline: none;
    background-color: #CC794D;
    -moz-appearance: textfield;
}

#pases-individuales .qty-input::-webkit-outer-spin-button,
#pases-individuales .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Add to cart button */
#pases-individuales .add-to-cart {
    font-family: "Alata", serif;
    font-weight: 400;
    font-size: 0.95em;
    font-style: normal;
    background-color: #CC794D;
    color: #FFF;
    padding: 1.5em 2em;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-align: center;
}

#pases-individuales .add-to-cart:hover {
    background-color: #007F85;
}

/* Responsive: stack cards on mobile */
@media all and (max-width: 47.99em) {
    #pases-individuales .tanda-card {
        width: 100%;
    }

    #pases-individuales .card-header {
        padding: 1.4em 1.4em 1em;
    }

    #pases-individuales .card-body {
        padding: 1.2em 1.4em 1.2em;
    }

    #pases-individuales .card-header h3 {
        font-size: 1.5em;
    }

    #pases-individuales .card-header .date-badge img {
        width: 3.8em;
        height: 3.8em;
    }

    #pases-individuales .card-actions {
        gap: 0.8em;
    }

    #pases-individuales .price {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right: 0;
    }

    #pases-individuales .price-main {
        font-size: 2.2em;
    }

    #pases-individuales .add-to-cart {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

/* ========================================
   TIENDA - FULL PASS
   ======================================== */

#full-pass {
    background-color: #007F85;
    position: relative;
    padding: 4em 0 5em;
}

#full-pass .inwrap {
    width: 90%;
    max-width: 72em;
    margin: 0 auto;
}

#full-pass h2 {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    font-size: 2.2em;
    text-align: center;
    margin: 0 0 0.3em;
    line-height: 1.1;
}

@media all and (min-width: 38em) {
    #full-pass h2 {
        font-size: 3em;
    }
}

@media all and (min-width: 48em) {
    #full-pass h2 {
        font-size: 4em;
    }
}

#full-pass .subtitle {
    font-family: "Akatab", serif;
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    font-size: 1em;
    text-align: center;
    margin: 0 0 2.5em;
}

@media all and (min-width: 38em) {
    #full-pass .subtitle {
        font-size: 1.1em;
    }
}

/* Full pass card */
#full-pass .fullpass-card {
    background-color: rgba(240, 245, 248, 0.95);
    border-radius: 2em;
    overflow: hidden;
    -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1);
}

/* Card header */
#full-pass .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 3em;
    border-bottom: 1px solid #dce6ed;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5em;
}

#full-pass .card-header h3 {
    font-family: "Akshar", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 1.8em;
    color: #93b9d3;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

@media all and (min-width: 48em) {
    #full-pass .card-header h3 {
        font-size: 2em;
    }
}

#full-pass .fullpass-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8em;
}

#full-pass .fullpass-dates img {
    width: 4.5em;
    height: 4.5em;
}

@media all and (min-width: 48em) {
    #full-pass .fullpass-dates img {
        width: 5.5em;
        height: 5.5em;
    }
}

/* Card bottom */
#full-pass .card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em 3em 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5em;
}

#full-pass .card-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#full-pass .info-line {
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #5F5C5C;
    font-size: 1.2em;
    line-height: 1.4;
}

#full-pass .info-line strong {
    font-weight: 700;
}

#full-pass .card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1.5em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#full-pass .price {
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #5F5C5C;
    font-size: 2em;
    line-height: 1.4;
    margin-right: auto;
}

#full-pass .price span {
    font-family: "Akatab", serif;
    font-size: 0.7em;
    vertical-align: top;
    position: relative;
    top: 0.2em;
    margin-left: 0.05em;
}

/* Qty selector - reuse same styles */
#full-pass .qty-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #CC794D;
    border-radius: 2em;
    overflow: hidden;
    background-color: #cc794c;
}

#full-pass .qty-btn {
    background-color: #CC794D;
    color: #FFF;
    border: none;
    width: 2.2em;
    height: 2.2em;
    font-size: 1.1em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

#full-pass .qty-btn:hover {
    background-color: #007F85;
}

#full-pass .qty-input {
    width: 3em;
    text-align: center;
    border: none;
    font-family: "Alata", serif;
    font-size: 1em;
    color: #FFF;
    outline: none;
    background-color: #cc794c;
    -moz-appearance: textfield;
}

#full-pass .qty-input::-webkit-outer-spin-button,
#full-pass .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Add to cart */
#full-pass .add-to-cart {
    font-family: "Alata", serif;
    font-weight: 400;
    font-size: 0.95em;
    font-style: normal;
    background-color: #CC794D;
    color: #FFF;
    padding: 1.5em 2.5em;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-align: center;
}

#full-pass .add-to-cart:hover {
    background-color: #005a5e;
}

/* Responsive */
@media all and (max-width: 47.99em) {
    #full-pass .card-header {
        padding: 1.5em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #full-pass .card-bottom {
        padding: 1.5em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    #full-pass .card-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    #full-pass .add-to-cart {
        width: 100%;
    }

    #full-pass .qty-selector {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

/* ========================================
   TIENDA - ESTADÍA + FULL PASS
   ======================================== */

#estadia-full-pass {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

#estadia-full-pass .shape-top {
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 10;
}

#estadia-full-pass .shape-bottom {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10;
}

#estadia-full-pass .dark {
    background-color: rgba(0, 80, 85, 0.35);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#estadia-full-pass .inwrap {
    width: 90%;
    max-width: 72em;
    margin: 0 auto;
    padding: 6em 0 8em;
    position: relative;
    z-index: 5;
}

#estadia-full-pass h2 {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    font-size: 2.2em;
    text-align: center;
    margin: 0 0 0.3em;
    line-height: 1.1;
}

@media all and (min-width: 38em) {
    #estadia-full-pass h2 {
        font-size: 3em;
    }
}

@media all and (min-width: 48em) {
    #estadia-full-pass h2 {
        font-size: 4em;
    }
}

#estadia-full-pass .subtitle {
    font-family: "Akatab", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    font-size: 1em;
    text-align: center;
    margin: 0 0 3em;
}

@media all and (min-width: 38em) {
    #estadia-full-pass .subtitle {
        font-size: 1.1em;
    }
}

/* Cards grid */
#estadia-full-pass .estadia-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2em;
}

/* Card */
#estadia-full-pass .estadia-card {
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 2em;
    overflow: hidden;
    -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media all and (min-width: 48em) {
    #estadia-full-pass .estadia-card {
        width: calc(50% - 1em);
    }
}

/* Card header */
#estadia-full-pass .card-header {
    padding: 2em 2em 1.5em;
}

#estadia-full-pass .card-header h3 {
    font-family: "Akshar", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 1.5em;
    color: #93b9d3;
    line-height: 1.2;
    margin: 0 0 1em;
    text-transform: uppercase;
}

@media all and (min-width: 48em) {
    #estadia-full-pass .card-header h3 {
        font-size: 1.7em;
    }
}

#estadia-full-pass .card-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6em;
}

#estadia-full-pass .card-dates img {
    width: 3.5em;
    height: 3.5em;
}

@media all and (min-width: 48em) {
    #estadia-full-pass .card-dates img {
        width: 4em;
        height: 4em;
    }
}

/* Card body */
#estadia-full-pass .card-body {
    padding: 0 2em 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* Card info */
#estadia-full-pass .card-info {
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #dce6ed;
}

#estadia-full-pass .info-line {
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #5F5C5C;
    font-size: 0.95em;
    line-height: 1.6;
}

#estadia-full-pass .info-line strong {
    font-weight: 700;
}

/* Beneficios */
#estadia-full-pass .card-beneficios {
    margin-bottom: 2em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#estadia-full-pass .beneficios-label {
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #5F5C5C;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

#estadia-full-pass .card-beneficios ul {
    padding-left: 1.2em;
    margin: 0;
}

#estadia-full-pass .card-beneficios ul li {
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #5F5C5C;
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 0.3em;
    list-style: disc;
}

/* Card actions */
#estadia-full-pass .card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    gap: 1em;
}

#estadia-full-pass .card-actions.call {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* Qty selector */
#estadia-full-pass .qty-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #CC794D;
    border-radius: 2em;
    overflow: hidden;
    margin-bottom: 1em;
    background-color: #cc794c;
}

#estadia-full-pass .qty-btn {
    background-color: #CC794D;
    color: #FFF;
    border: none;
    width: 2.2em;
    height: 2.2em;
    font-size: 1.1em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

#estadia-full-pass .qty-btn:hover {
    background-color: #007F85;
}

#estadia-full-pass .qty-input {
    width: 3em;
    text-align: center;
    border: none;
    font-family: "Alata", serif;
    font-size: 1em;
    color: #FFF;
    outline: none;
    background-color: #cc794c;
    -moz-appearance: textfield;
}

#estadia-full-pass .qty-input::-webkit-outer-spin-button,
#estadia-full-pass .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Add to cart */
#estadia-full-pass .add-to-cart {
    font-family: "Alata", serif;
    font-weight: 400;
    font-size: 0.95em;
    font-style: normal;
    background-color: #CC794D;
    color: #FFF;
    padding: 1.5em 2em;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-align: center;
}

#estadia-full-pass .add-to-cart:hover {
    background-color: #005a5e;
}

#estadia-full-pass .call-num {
    font-family: "Akatab", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.1em;
    color: #CC794D;
    margin-right: auto;
}

#estadia-full-pass .call-us {
    font-family: "Alata", serif;
    font-weight: 400;
    font-size: 0.95em;
    font-style: normal;
    background-color: #CC794D;
    color: #FFF;
    padding: 1.5em 2em;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-align: center;
}

#estadia-full-pass .call-us:hover {
    background-color: #005a5e;
}

/* Responsive */
@media all and (max-width: 47.99em) {
    #estadia-full-pass .estadia-card {
        width: 100%;
    }

    #estadia-full-pass .card-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    #estadia-full-pass .add-to-cart {
        width: 100%;
    }

    #estadia-full-pass .qty-selector {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

/* ========================================
   TIENDA - CARRITO FLOTANTE & SIDEBAR
   ======================================== */

/* Floating cart button */
.cart-float {
    position: fixed;
    top: 9em;
    right: 0;
    z-index: 10000;
    background-color: #cc794d;
    color: #FFF;
    padding: 0.8em 1.2em;
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.cart-float:hover {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.cart-float img {
    width: 1.5em;
    height: 1.5em;
}

.cart-float .cart-label {
    font-family: "Alata", serif;
    font-weight: 400;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

.cart-float .cart-count {
    position: absolute;
    top: -0.5em;
    left: 0.7em;
    background-color: #e6aa8b;
    color: #FFF;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Alata", serif;
    font-size: 0.75em;
    font-weight: 400;
}

.cart-float .cart-count.hidden {
    display: none;
}

/* Overlay */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Sidebar */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -28em;
    width: 26em;
    max-width: 90vw;
    height: 100%;
    background-color: #007F85;
    z-index: 1000200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
    border-top-left-radius: 1em;
}

.cart-sidebar.active {
    right: 0;
}

/* Sidebar header */
.cart-sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em;
    gap: 1em;
}

.cart-close {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    font-size: 1em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart-close:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.cart-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-title-icon {
    width: 1.5em;
    height: 1.5em;
}

.cart-title span {
    font-family: "Alata", serif;
    font-weight: 400;
    font-size: 1em;
    color: #FFF;
    letter-spacing: 0.1em;
}

/* Sidebar body */
.cart-sidebar-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    background-color: #FFF;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    padding: 2em 1.5em;
}

/* Empty message */
.cart-empty-msg {
    text-align: center;
    padding: 3em 0;
}

.cart-empty-msg p {
    font-family: "Akatab", serif;
    font-weight: 300;
    color: #999;
    font-size: 1em;
}

.cart-empty-msg.hidden {
    display: none;
}

/* Cart items */
.cart-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-item {
    padding: 1.2em 0;
    border-bottom: 1px solid #e8e8e8;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5em;
    margin-bottom: 0.5em;
}

.cart-item-name {
    font-family: "Akshar", serif;
    font-weight: 500;
    font-size: 1.4em;
    color: #007F85;
    text-transform: uppercase;
}

.cart-item-remove {
    background: none;
    border: none;
    font-size: 1.4em;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.cart-item-remove:hover {
    color: #CC794D;
}

.cart-item-price {
    font-family: "Alata", serif;
    font-size: 1.1em;
    color: #5F5C5C;
}

.cart-item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-item-badge img {
    width: 5.5em;
    height: 5.5em;
}

.cart-item .qty-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #CC794D;
    border: 2px solid #CC794D;
    border-radius: 2em;
    overflow: hidden;
}

.cart-item .qty-btn {
    background-color: #CC794D;
    color: #FFF;
    border: none;
    width: 2em;
    height: 2em;
    font-size: 1em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.cart-item .qty-btn:hover {
    background-color: #007F85;
}

.cart-item .qty-input {
    width: 5.5em;
    text-align: center;
    border: none;
    font-family: "Alata", serif;
    font-size: 1em;
    color: #FFF;
    outline: none;
    background-color: #CC794D;
    -moz-appearance: textfield;
}

.cart-item .qty-input::-webkit-outer-spin-button,
.cart-item .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Sidebar footer */
.cart-sidebar-footer {
    padding: 1.5em 2em 0;
    background-color: #FFF;
    border-bottom-left-radius: 1em;
}

.cart-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 1em;
    font-family: "Akatab", serif;
    font-weight: 400;
    color: #5F5C5C;
    font-size: 0.95em;
}

.cart-subtotal-amount {
    font-weight: 700;
    color: #333;
}

.cart-checkout {
    width: 100%;
    font-family: "Alata", serif;
    font-weight: 400;
    font-size: 1em;
    font-style: normal;
    background-color: #CC794D;
    color: #FFF;
    padding: 1.3em 2em;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border: none;
    cursor: pointer;
    display: block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-align: center;
}

.cart-checkout:hover {
    background-color: #007F85;
}

.product-highlight {
    animation: mdpProductFlash 2s ease;
}

@keyframes mdpProductFlash {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        transform: scale(1);
    }

    20% {
        box-shadow: 0 0 0 0.4em rgba(0, 127, 133, 0.25);
        transform: scale(1.01);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        transform: scale(1);
    }
}