.price {
   position: relative;
   display: flex;
   align-items: center;
}

.price::before {
    margin-right: 6px;
}

.price-1day p::before {
    content: "Single-Day Ticket";
}

.price-full p::before,
.price-package p:before,
.price-3day p::before {
    content: "3-Day Ticket";
}

.price-varies::before {
    display: none;
}

.price-varies p::before {
    content: "Price";
}

.price-varies p::before,
.price-full p::before,
.price-package p:before,
.price-1day p::before,
.price-3day p::before {
    position: absolute;
    top: -18px;
    right: 0;
    font-family: "Montserrat";
    letter-spacing: 0px;
    font-weight: 600;
    color: #5B5B5B;
}

/** HOME PAGE Styles **/

.ticket-types-container .product-row .price-psuedo {
    position: relative;
    display: flex;
    flex-direction: row!important;  
    top: 6px;
}

.ticket-types-container .product-row .price-psuedo::before {
    margin-right: 6px;
}

.ticket-types-container .product-row .price-psuedo p::before {
    top: -2px;
    right: 1rem;
}

.ticket-types-container .product-row .price-psuedo::before,
.ticket-types-container .product-row .price-psuedo p::before {
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .ticket-types-container .product-row .price-psuedo {
        position: absolute;
        bottom: 0;
        right: 0;
        min-width: 0!important;
    }
    
    .ticket-types-container .product-row .price-psuedo p {
        position: relative;
    }
    
    .ticket-types-container .product-row .price-psuedo p::before {
        top: -18px;
        right: 0;
        text-wrap: nowrap;
    }
    
    .ticket-types-container .product-row .price-psuedo::before,
    .ticket-types-container .product-row .price-psuedo p::before {
        font-size: 13px;
    }
}


/** PLP Styles **/
.product-card .price-1day {
    display: flex;
}

.product-card .price-1day,
.product-card .price-psuedo {
    flex-direction: row!important;
    position: relative;
    font-size: 13px;
    margin-top: 12px;
    justify-content: flex-end;
}

.price-full {
    display: -webkit-inline-box;
}

.product-card .price-psuedo p::before,
.product-card .price-psuedo::before {
    font-size: 12px;
    text-wrap: nowrap;
}

.product-card .price-1day p::before,
.product-card .price-psuedo p::before {
    position: absolute;
    top: -16px;
}

.product-card .price-psuedo::before {
    margin-right: 6px;
}

/* 

ATTENTION: duplicate selectors below 
some are spelled 'pseudo' and some are spelled 'psuedo'

*/

.price p::before,
.price-psuedo::before,
.price-pseudo::before,
.price-psuedo::after,
.price-pseudo::after {
    font-family: "Montserrat";
    font-size: 14px;
    /*font-size: 0.75em;*/
    /*text-transform: uppercase;*/
    /*color: #727272;*/
    letter-spacing: 0px;
    font-weight: 600;
    margin-top: 1px;
    margin-bottom: 1px;
    text-wrap: nowrap;
    color: #5B5B5B;
}

.price-psuedo::before,
.price-pseudo::before {
    content: "Starting at";
}

/* === Just "From" price styling ===*/

.from-price::before {
    font-family: "Formula 1 - Bold";
    font-size: 0.75em;
    text-transform: lowercase;
    color: #727272;
    letter-spacing: 0px;
    font-weight: 500;
    /*margin-top: 1px;*/
    margin-bottom: 1px;

}

.from-price::before {
    content: "from";
}

.from-price {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 641px) {
    .from-price{
        flex-direction: row;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {


.from-price {
flex-direction: column !important;
align-items: flex-end !important;
margin-right: 0px !important;
}

.from-price > p {
padding: 0px !important;
}

.from-price::before {
padding: 0px !important;
align-items: flex-end !important;
align-self: auto !important;
}

}

.from-price::before, .from-price::after {
    /*text-transform: uppercase;*/
    align-self: baseline;
    font-family: "Montserrat";
    font-weight: 400;
}


.from-price > p{
padding-left: 9px;
padding-right: 9px;
}

.from-price {
align-items: baseline;
}

/*=== END "From" price styling ===*/

/*.price-psuedo::after,
.price-pseudo::after {
    content: "per day";
    display: block;
}*/

/*.price-package:after {
    content: "3-day ticket";
    display: block;
}

.price-suite::after {
    display: none;
}*/


.price-suite::before {
    content: "price";
} 

.ticket-option-col .price-psuedo {
    position: absolute;
    bottom: -20px;
    width: 150%;
    left: 0;
}

.ticket-option-col .price-pseudo {
    position: absolute;
    bottom: -20px;
    width: 150%;
    left: 0;
}

.ticket-option-col .price-psuedo::before,
.ticket-option-col .price-pseudo::before {
    margin-right: 10px;
}

.ticket-option-col .price-psuedo::after,
.ticket-option-col .price-pseudo::after {
    margin-left: 10px;
}

.suite-cards .price-psuedo::before,
.capacity-card .price-psuedo::before {
    display: none;
}

.suite-cards .price-psuedo::after,
.capacity-card .price-psuedo::after {
    content: "Guests";
}

.suite-cards .price-pseudo::before,
.capacity-card .price-pseudo::before {
    display: none;
}

.suite-cards .price-pseudo::after,
.capacity-card .price-pseudo::after {
    content: "Guests";
}

.hide-price {
    display: none;
}

/*.price-full::after {
    content: "3-day ticket";
    text-align: right;
    width: max-content;
}*/

@media only screen and (max-width: 500px) {

    .ticket-option-col .price-psuedo,
    .product-row .price-psuedo {
        font-size: 1em;
    }

    .ticket-option-col .price-psuedo::before,
    .ticket-option-col .price-psuedo::after {
        /* margin-top: -1px; */
        margin-top: 1px;
    }

    /* Pseudo spelling issue - additions Below */

    .ticket-option-col .price-pseudo::before,
    .ticket-option-col .price-pseudo::after {
        /* margin-top: -1px; */
        margin-top: 1px;
    }


}

.ticket-option-col .price-psuedo, .ticket-option-col .price-pseudo {
    align-items: baseline;
}

@media only screen and (max-width: 400px) {
    .ticket-option-col .price-psuedo {
        flex-direction: row;
        gap: 5px;
        align-items: baseline;
        width: 125% !important;
    }

    .ticket-option-col .price-psuedo::before,
    .ticket-option-col .price-psuedo::after {
        margin-left: 0;
        margin-right: 0;
    }

    /*  Pseudo Fixes */
    .ticket-option-col .price-pseudo {
        flex-direction: column;
        align-items: flex-start;
        width: 125% !important;
    }

    .ticket-option-col .price-pseudo::before,
    .ticket-option-col .price-pseudo::after {
        margin-left: 0;
        margin-right: 0;
    }

}