.gtpw-widget,
.gtpw-widget * {
    box-sizing: border-box;
}

.gtpw-widget {
    width: 100%;
    max-width: 860px;
    font-family: inherit;
}
.gtpw-widget .added_to_cart.wc-forward{display:none}

.gtpw-section-label {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: rgba(255,255,255,.92);
}

.gtpw-variation-options,
.gtpw-booking-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
}

.gtpw-variation-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gtpw-booking-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.gtpw-variation-option,
.gtpw-booking-option {
    position: relative;
    width: 100%;
    min-height: 120px;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 18px;

    padding: 14px 18px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease, opacity .22s ease;
      background: linear-gradient(135deg, #ffffff 0%, #f7f5fa 58%, #fff6f6 100%);
    color: #111827;
}

.gtpw-booking-option:before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 25% 0%, rgba(255,255,255,.55), transparent 40%);
    opacity: .75;
}

.gtpw-variation-option:hover,
.gtpw-booking-option:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, .18);
        background: linear-gradient(135deg, #ff6076 0%, #f73756 100%);
    color: #fff;
}

.gtpw-booking-option.active {
    transform: translateY(-2px);
    box-shadow: 0 24px 60px rgba(239, 60, 74, .24);
    border-color: rgba(255,255,255,.72);
      background: linear-gradient(135deg, #ff6076 0%, #f73756 100%);
    color: #fff;
}

.gtpw-booking-option[data-booking="single"] {
  
}

.gtpw-booking-option[data-booking="single"]:not(.active) {
   /* opacity: .88;*/
}
/*
.gtpw-booking-option[data-booking="group"] {
    background: linear-gradient(135deg, #ffffff 0%, #f7f5fa 58%, #fff6f6 100%);
    color: #111827;
}*/

.gtpw-booking-option[data-booking="group"].active {
    border-color: rgba(255, 188, 0, .96);
    box-shadow: 0 24px 60px rgba(255, 184, 0, .18), 0 14px 35px rgba(15,23,42,.16);
}
/*
.gtpw-booking-option:not(.active) {
    opacity: .72;
}
*/
.gtpw-booking-option:not(.active):hover {
    opacity: .96;
}

.gtpw-variation-option.active {
    background: #ef3c4a;
    border-color: #ef3c4a;
    color: #fff;
    box-shadow: 0 14px 30px rgba(239, 60, 74, .18);
}

.gtpw-variation-option.sold-out {
    opacity: .55;
    cursor: not-allowed;
}

.gtpw-variation-name,
.gtpw-booking-kicker {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

.gtpw-booking-price {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: baseline;
    gap: 10px;
    margin: 0 0 8px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: .95;
    font-weight: 600;
    letter-spacing: -.05em;
}

.gtpw-booking-price em {
    font-style: normal;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .72;
}

.gtpw-booking-meta,
.gtpw-booking-sub,
.gtpw-booking-note,
.gtpw-variation-price {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.gtpw-booking-sub,
.gtpw-booking-note {
    font-size: 13px;
    font-weight: 700;
    opacity: .76;
}

.gtpw-booking-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom:8px;
}

.gtpw-booking-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 999px;
    background: rgba(255, 184, 0, .13);
    border: 1px solid rgba(255, 184, 0, .34);
    color: #b77900;
    padding: 8px 13px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.gtpw-booking-option.active .gtpw-booking-badge,.gtpw-booking-option:hover .gtpw-booking-badge  {
    background: rgba(255,255,255,.16);
    border-color: rgba(255,255,255,.34);
    color: #fff;
}

.gtpw-pack-saving {
    color: inherit;
    font-weight: 900;
}

.gtpw-soldout-label {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #111;
    color: #fff;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 999px;
    font-weight: 800;
}

.gtpw-footer-row {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    align-items: end;
}

.gtpw-quantity-wrap .quantity {
    margin: 0;
}

.gtpw-qty-label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(255,255,255,.92);
}

.gtpw-quantity-wrap input.qty {
    width: 100%!important;
    min-height: 58px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 18px;
    text-align: center;
    font-size: 21px;
    font-weight: 900;
    background: linear-gradient(180deg, #fff, #f7f7f9);
    color: #5b6472;
    box-shadow: 0 14px 30px rgba(15,23,42,.12);
}

.gtpw-quantity-wrap input.qty.gtpw-qty-locked,
.gtpw-quantity-wrap input.qty[readonly] {
    background: linear-gradient(180deg, #fff, #f7f7f9);
    color: #5b6472;
}

.gtpw-buy,
.gtpw-buy.button,
.gtpw-buy.button.alt {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff5068 0%, #f53656 100%);
    color: #fff;
    padding: 15px 22px;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(239,60,74,.28);
    transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.gtpw-buy:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 48px rgba(239,60,74,.34);
}

.gtpw-buy.gtpw-go-checkout {
    background: linear-gradient(135deg, #111827 0%, #263142 100%);
    box-shadow: 0 18px 40px rgba(17,24,39,.24);
}

.gtpw-buy.loading,
.gtpw-buy:disabled {
    opacity: .72;
    cursor: wait;
}

.gtpw-msg {
    min-height: 18px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
}

.gtpw-msg p {
    margin: 0;
}

.gtpw-success {
    color: #128a2e;
}

.gtpw-error {
    color: #d02020;
}

@media (max-width: 767px) {
    .gtpw-widget {
        max-width: 100%;
    }

  /*  .gtpw-variation-options,
    .gtpw-booking-options {
        grid-template-columns: 1fr;
        gap: 12px;
    }*/

    .gtpw-variation-option,
    .gtpw-booking-option {
        min-height: 134px;
        padding: 12px 12px;
        border-radius: 22px;
    }

  
    .gtpw-footer-row {
        /*grid-template-columns: 98px minmax(0, 1fr);*/
        gap: 12px;
    }
     .gtpw-booking-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-bottom:10px;
    }
}

@media (max-width: 420px) {
   

    

    .gtpw-buy,
    .gtpw-buy.button,
    .gtpw-buy.button.alt,
    .gtpw-quantity-wrap input.qty {
        min-height: 54px;
    }
}
