﻿

:root{
    --adyen-sdk-color-label-primary: #1e1e1e;
    --adyen-sdk-color-background-always-dark: #01AC90!important;
    --successColour: #01AC90;
    --roundsm: 6px;
    --roundmd: 10px;
    --roundlg: 16px;
    --border: 1px solid #AAAAAA;
    --fs1: 0.75em;   /* 12px */
    --fs2: 0.875em;  /* 14px */
    --fs3: 1em;      /* 16px */
    --fs4: 1.25em;   /* 20px */
    --fs5: 1.5em;    /* 24px */
    --fs6: 2.125em;  /* 34px */
    --c1: #1E1E1E;
    --c2: #666666;
    --c3: #878787;
    --fw1: 600;
    --fw2: 600;
    --fw3: 500;
    --fw4: 400;
}
@media screen and (max-width: 768px) {
    :root {
        --fs1: 0.625em;  /* 10px */
        --fs2: 0.75em;   /* 12px */
        --fs3: 0.875em;  /* 14px */
        --fs4: 1em;      /* 16px */
        --fs5: 1.125em;  /* 18px */
        --fs6: 1.625em;  /* 26px */
    }
}

@media screen and (max-width: 390px) {
    :root {
        --fs1: 0.625em;  /* 10px */
        --fs2: 0.6875em; /* 11px */
        --fs3: 0.75em;   /* 12px */
        --fs4: 0.875em;  /* 14px */
        --fs5: 1em;      /* 16px */
        --fs6: 1.375em;  /* 22px */
    }
}
.text-xs{font-size: var(--fs-1)}
.text-sm{font-size: var(--fs-2)} 
.text-md{font-size: var(--fs-3)}
.text-lg{font-size: var(--fs-4)}
.text-xl{font-size: var(--fs-5)}
.text-xxl{font-size: var(--fs-6)}
/*Structural Elements*/
body{
    background: var(--bs-light)
}
@media screen and (max-width: 768px){
    body{
        background: white;
    }
}
.apple-pay-button, apple-pay-button {
    border-radius: 40px !important; /* Adjust the radius as needed */
    overflow: hidden; /* Ensures corners are properly rounded */
}
.checkout-container header img{
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.checkout-container header{
    width: 100%;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1;
    top: 0;
    left: 0
}
.checkout-container{
    position: relative;
    max-width: 600px;
    height: 100vh;
    height: 100dvh;
    background: white;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}


/*Text Buttons*/
.text-button{
    font-weight: 500;
    font-size: 14px;
    margin-top: 1em;
    text-decoration: underline;
    line-height: 2;
    cursor: pointer;
}
/*Carousel*/
.checkout-carousel{
    z-index: 0;
    flex: 1;
    width: 100%;
    min-height: 200px;
}
.checkout-carousel .swiper-slide{
    height: 100%;
    padding: 0 1em;
    background: blue;
}
.checkout-carousel .swiper-slide h2{
    color: white;
    font-size: var(--fs6);
    max-inline-size: 20ch;
    line-height: 1.2;
    text-shadow: 2px 4px 6px rgba(0,0,0,0.1);
    text-wrap: balance;
}


.swiper-next i{
    display: inline-block;
}
.swiper-next{
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius:50%;
    position: absolute;
    z-index: 10;
    right: 1em;
    top: 50%;
}
.swiper-slide span{
    margin-top: 1.6em;
    display: block;
}
#theme-parks{background: #5F27CD;background: linear-gradient(90deg, #5F27CD 0%, #FFAB31 150%);}
#theme-parks .underline {
    text-decoration: underline;
    font-weight: 600;
    text-decoration-color: #FFAB31;
}
#theme-parks span {
    color: #FFAB31;
}
#cinema{background: #282222;background: linear-gradient(90deg, #282222 0%, #D83333 150%);}
#cinema .underline{
    text-decoration: underline;
    font-weight: 600;
    text-decoration-color: #D83333;
}
#cinema span {
    color: #D83333;
}
#holidays{background: #3D5BD4;background: linear-gradient(90deg, #3D5BD4 0%, #879BEA 150%);}
#holidays .underline{
    
    text-decoration: underline;
    font-weight: 600;
    text-decoration-color: #FAC105;
}
#holidays span {
    color: #FAC105;
}
#aquariums{background: #0C3D66;background: linear-gradient(90deg, #0C3D66 0%, #0FA7D1 150%);}
#aquariums .underline{
    
    text-decoration: underline;
    font-weight: 600;
    text-decoration-color: #0FA7D1;
}
#aquariums span {
    color: #0FA7D1;
}
#zoos-and-safari-parks{background: #216462;background: linear-gradient(90deg, #216462 0%, #8DBA23 150%);}
#zoos-and-safari-parks .underline{
    
    text-decoration: underline;
    font-weight: 600;
    text-decoration-color: #8DBA23;
}
#zoos-and-safari-parks span {
    color: #8DBA23;
}
#dining{background: #A94D1F;background: linear-gradient(90deg, #A94D1F 0%, #FFAF3A 150%);}
#dining .underline{
    
    text-decoration: underline;
    font-weight: 600;
    text-decoration-color: #FFAF3A;
}
#dining span {
    color: #FFAF3A;
}
#indoor-activities{background: #2E1045;background: linear-gradient(90deg, #2E1045 0%, #F2527D 150%);}
#indoor-activities .underline{
    
    text-decoration: underline;
    font-weight: 600;
    text-decoration-color: #F2527D;
}
#indoor-activities span {
    color: #F2527D;
}
#outdoor-activities{background: #176A46;background: linear-gradient(90deg, #176A46 0%, #0ACD79 150%);}
#outdoor-activities .underline{
    
    text-decoration: underline;
    font-weight: 600;
    text-decoration-color: #0ACD79;
}
#outdoor-activities span {
    color: #0ACD79;

}
#hotels{background: #014584;background: linear-gradient(90deg, #014584 0%, #F08853 150%);}
#hotels .underline{
    
    text-decoration: underline;
    font-weight: 600;
    text-decoration-color: #F08853;
}
#hotels span {
    color: #F08853;

}
#default{background: #FF2D55;background: linear-gradient(90deg, #FF2D55 0%, #FF9900 150%);}
#default .underline{

}
#default span {color: #FF9900;}
.slide-container > img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}
.express-checkout-container{
    width: 100%;
    flex: 0;
    padding: 20px;
    position: relative;
    background: white;
    border-radius: 34px 34px 0 0;
    margin: -34px auto 0 auto;
}
.logo-container{

    display: flex;
    gap: 0.6em
}
@media screen and (max-height: 720px){
    .logo-container{
        display: none;
    }
}
@media screen and (max-height: 660px){
    .slide-text > span{
        display: none;
    }
    .slide-text{
        padding: 50px 0 20px 0;
    }
}
.logo-container img{
    width: 60px!important;
    mask-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='47.3237' height='47.3237' rx='8' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    height: 60px!important;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    opacity: 0;
    transform: translateY(20px);
}
.logo-container img:nth-of-type(1){transition: all 0.3s ease 0.1s;}
.logo-container img:nth-of-type(2){transition: all 0.3s ease 0.2s;}
.logo-container img:nth-of-type(3){transition: all 0.3s ease 0.3s;}
.swiper-slide-active .logo-container img{
    opacity: 1;
    transform: translateY(0);
}
.slide-container{
    display: flex;
    height: 100%;
    align-items: center;
}

/* Payment Buttons Disabled */
#paymentButtons > div{
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}
#paymentButtons.payment-ready > div{
    pointer-events: initial;
    filter: grayscale(0);
    opacity: 1;
}
#googlepay-container{
    margin-bottom: 0.575em;
}
#applepay-container{
    margin-bottom: 0.275em;
}
#googlepay-container:empty, #applepay-container:empty{
    margin-bottom: 0px;
}
#paymentButtons[disabled] {
    opacity: 0.5;
}
.required-label.highlight {
    color: #c72727;
    transition: color 0.3s ease;
}

/*Branding*/
.logo-square{
    background: var(--bs-primary);
    background: linear-gradient(0deg, #f90 0, #ff2d55 100%);
    border-radius: var(--roundmd)
}
.logo-square svg{
    width: 50px;
    height: 50px;
}
.logo-square.bigger svg{
    width: 70px;
    height: 70px;
}
h1{
    font-size: var(--fs5);
    margin: 0 0 2px 0;
    color: var(--c1)
}
h1 + p{
    font-size: var(--fs3);
    color: var(--c3);
    line-height: 1.1;
    margin: 0;
}
h4{
    font-size: var(--fs4);
    margin: 0 0 6px 0;
    color: var(--c2)
}
h5{
    font-size: var(--fs3);
    margin: 0 0 6px 0;
    color: var(--c2)
}
/*Stars*/
.stars i{
    line-height: 1.1;
    color: var(--successColour);
    font-size: 12px;
}
/*Summary*/
.checkout-summary {
    border: var(--border);
    border-radius: var(--roundmd);
    overflow: hidden;
}
.checkout-summary > div{
    padding: 0.8em 1.2em;
}
@media screen and (max-width: 768px){
    .checkout-summary > div{
    padding: 0.6em 1em;
}
}
.checkout-summary .summary-heading{
    color: var(--c2);
    line-height: 1;
    margin: 0 0 4px 0;
    font-weight: var(--fw2);
    font-size: var(--text-sm);
}
.checkout-summary .summary-text{
    color: var(--c3);
    font-size: var(--fs2);
    line-height: 1!important;
    margin: 0;
}
.checkout-summary .summary-price span{
    opacity: 0.7;
    font-size: 0.7em
}
.checkout-summary .summary-price{
    font-weight: 600;
    font-size: var(--fs3);
    line-height: 1!important;
    text-align: right;
    margin: 0;
    color: var(--c2);
}
.checkout-summary .summary-details{
    font-weight: 600;
    font-size: var(--fs2);
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55ch;
    line-height: 1.4!important;
    text-align: right;
    margin: 0;
    color: var(--c2);
}
@media screen and (max-width: 600px){
    .checkout-summary .summary-details{
        max-width: 45ch;
    }
}
@media screen and (max-width: 550px){
    .checkout-summary .summary-details{
        max-width: 40ch;
    }
}
@media screen and (max-width: 500px){
    .checkout-summary .summary-details{
        max-width: 35ch;
    }
}
@media screen and (max-width: 450px){
    .checkout-summary .summary-details{
        max-width: 30ch;
    }
}
@media screen and (max-width: 400px){
    .checkout-summary .summary-details{
        max-width: 25ch;
    }
}
@media screen and (max-width: 350px){
    .checkout-summary .summary-details{
        max-width: 20ch;
    }
}
/*Check Boxes*/
.check-boxes label{
    color: var(--c2);
    line-height: 1.3;
    font-size: var(--fs-5)!important;
}

/*Phone Num*/
.iti{
    width: 100%;
}


/*Adyen */


.gpay-card-info-container, .adyen-checkout__button--pay{
    border: 0px!important;
    outline: 0px;
}

.payment-options.disabled{
    opacity: 0.6;
    pointer-events: none;
    user-select: none;
}
#payByCardModal .modal-body::-webkit-scrollbar-button {
  display: none!important;
}
/* Pay By Card Modal */
#card-pay-button{
    width: 100%;
    border-radius: 100px;
    margin: 16px 0 0 0;
    background-color: var(--successColour);
    border-color: var(--successColour);
}
.modal-content{
    border-radius: 34px!important;
}
.error-icon{
    color: var(--bs-secondary);
    font-size: 100px;
    line-height: 1;
}
.pbc-close i, .modal-close i{
    color: white!important;
    line-height: 32px;
    display: inline-block;
}
.pbc-close, .modal-close{
    position: absolute;
    top: 1.4em;
    right: 1.4em;
    background: black;
    opacity: 1;
    width: 32px;
    height: 32px;
    border: 0!important;
    display: block;
    border-radius: 100px;
    z-index: 1000;
    color: red!important;
}
@media screen and (max-width: 768px){
    .pbc-close, .modal-close{
        top:0.8em;
        right: 0.8em;
    }
}
/* Other Modals*/
.modal-text{
    color: var(--c2);
    line-height: 1.4;
}

/* Pay By Card button*/
.pbc-button{
    width: 100%;
    margin-top: 1px;
    height: 48px;
    border: none!important;
    background-color: #DAEAFF;
    border-radius: 40px;
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
}
.pbc-button span{
    font-size: var(--fs3);
    font-weight: 600;
    color: var(--c1)
}
.pbc-button .divider{
    height: 24px;
    width: 1px;
    background: rgba(0,0,0,0.1);
}



.signup-button{
    border-radius: 100px!important;
    height: 44px!important;
}
/* Inputs Etc*/
input:-webkit-autofill {
  transition: background-color 20000s ease-in-out 0s;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF); /* Your desired background */
}
.input-wrapper{
    position: relative;
}

input.valid, input.valid:hover{
    border-color: #01AC90;
}
input:hover{
    border: 1px solid #666666!important;
}
input:focus{
    border: 2px solid #333333!important;
}

/* Checkout Errors */
.error-icon{
    background: #ebaeae;
    padding: 20px;
}
/* Validation Error Text */

input.input-validation-error{
    border-color: #c72727;
}
input.input-validation-error:focus + .field-validation-error{
    opacity: 0;
}
input::placeholder{
    font-size: 0.875em;
}

/*Popover*/

.popover-body{
    color: white!important;
}
.popover{
    --bs-popover-arrow-border: #01AC90;
    --bs-popover-bg: #01AC90;
    border: 0!important;
    line-height: 1.2;
    pointer-events: none;
}
.popover-arrow{
    left: -7px!important;
}
/* Apple Pay Button */
#applepay-container:empty{
    height: 0;
}

/* Google Pay Button */

/* Postcode Lookup*/
#idpc_button{
    background: #01AC90;
    border: 0!important;
    outline: 0!important;
    color: white;
    width: 140px!important;
    min-width: 140px!important;
    position: relative;
    z-index: 1;
    height: 52px;
    margin: 0;
    border-radius: 0px;
    font-size: var(--fs2);
    font-weight: 500;
    overflow: hidden;
}
#idpc_button:disabled::after{
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #01AC90;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/images/express-checkout/postcode-searching.gif');
    background-size: 180px auto;
}
#idpc_dropdown{
    width: 100%;
    margin-top: 16px;
    height: 52px;
    border: 1px solid #AAAAAA;
    border-radius: 8px;
    padding: 0 8px;
}
.postcode-lookup{
    padding: 0;
    border-radius: 8px!important;
    overflow: hidden;
    display: flex!important;
    background: white;
    border: 1px solid #AAAAAA;
}
.postcode-lookup:hover{
    border: 1px solid #666666;
}
.postcode-lookup:focus-within{
    outline: 1px solid #888888;
    border: 1px solid #888888;
}
.postcode-lookup input{
    flex-grow: 1;
    border-radius: 0!important;
    height: 52px!important;
    margin: 0!important;
    border: 0px solid transparent!important;
    outline: 0px solid transparent!important
}


#idpc_error_message{
    font-size: 12px;
    line-height: 1.2!important;
    color: #c72727;
    margin-top: 8px;
}
#lookupPostcode, #lookupPostcode:hover{
    border: 0px solid transparent!important;
    outline: 0px solid transparent!important
}
.helper:before{
    font-family: var(--fa-style-family-classic);
    content: '\f05a';
    margin-right: 6px;
}
.helper{
    display: block;
    line-height: 1.3;
    margin: 10px 0;
    font-size: var(--fs1);
}
.col-12:empty{
    margin: 0!important;
}
/* Switch styling */

/* Checkboxes */
.popover-body{
    padding: 7px 12px;
}
.required-label{
    font-weight: 500;
}
.check-boxes .form-check-input{
    width: 26px;
    height: 26px;
    margin-top: 0!important;
    box-shadow: none!important;
    border: 1px solid #666666;
}
.check-boxes .form-check-input:checked{
    background-color: var(--successColour)!important;
    border-color: var(--successColour)!important;
}
.check-boxes label{
    margin: 3px 0 0 0!important;
    font-size: var(--fs2)!important;
    line-height: 1.1;
}


@media screen and (max-width: 768px){
    .postcode-lookup{
        display: flex;
        flex-direction: column;
        border: none;
        overflow: visible;
    }
    #idpc_button{
        height: 40px;
        border-radius: 4px;
        display: block;
        width: 100%!important;
        position: relative;
    }
    #lookupPostcode{
        border-radius: 8px!important;
        height: 40px!important;
        border: 1px solid #dbdee2!important;
        margin-bottom: 10px!important;
    }
        .postcode-lookup:focus-within, .postcode-lookup:hover{
        outline: 0px solid #333333!important;
        border: 0px solid #333333!important;
    }
}
/* Thanks Banner*/
.thanks-banner{
    z-index: 0;
    flex: 1;
    background: #FF2D55;background: linear-gradient(90deg, #FF2D55 0%, #FF9900 150%);
    width: 100%;
    min-height: 500px;
    position: relative;
}
.thanks-banner .thanks-banner-text{
    height: 100%;
    padding: 70px 0;
    display: flex;
    align-items: center;
}
.thanks-banner .thanks-banner-text > div{
    padding: 0 1em;
}
.thanks-banner span{
    color: white;
    background: black;
    padding: 4px 8px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 6px;
    font-size: var(--fs3);
}
.thanks-banner h2{
    color: white;
    font-size: 38px;
    line-height: 1.2;
    text-shadow: 2px 4px 6px rgba(0,0,0,0.1);
}
.thanks-banner img{
    width: auto;
    position: absolute;
    max-height: 60%;
    max-width: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.thanks-banner h2 + p{
    color: white;
    line-height: 1.3;
    font-size: 1.2em;
    font-weight: 500;
}
.explainer{
    font-size: var(--fs3)!important;
    color: var(--c2);
    line-height: 1.3;
    margin: 0 0 10px 0;
    border-radius: 10px;
}
.helpdesk{
    font-size: var(--fs3)!important;
    color: var(--c2);
    line-height: 1.3;
    margin: 10px 0 16px 0;
    border-radius: 10px;
}
.secondary-explainer{
    color: var(--c2);
    font-size: var(--fs2);
    line-height: 1.2;

}
.thanks-banner .additional-text{
    width: 50%;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
    font-size: var(--fs3)
}
.additional-text:before{
    font-family: var(--fa-style-family-classic);
    content: '\f05a';
    margin-right: 6px;
    color: white;
}
.headingtwo{
    font-size: var(--fs4);
    margin: 0 0 10px 0;
    color: var(--c1)
}
.adyen-checkout__iframe, .adyen-checkout__threeds2__challenge, .adyen-checkout__threeds2__challenge--02, .adyen-checkout__iframe body{
    width: 100%!important;
}
.note:before{
    font-family: var(--fa-style-family-classic);
    content: '\f05a';
    margin-right: 6px;
}
.note{
    line-height: 1.3;
    color: var(--c3)!important;
    margin: 0!important;
    font-size: var(--fs1);
}

.field-validation-valid:empty, .field-validation-error:empty{
    display: none;
}
.field-validation-valid{
    position: relative;
}

.field-validation-error{
    color: tomato;
}
.position-relative .field-validation-error, .position-relative .field-validation-valid{
    top: 2px;
    font-size: 12px;
    position: absolute;
}
select, input{
    border: var(--bs-border-width) solid var(--bs-border-color)!important;
}