body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #000000;
    overflow-x: hidden;
    outline-color: transparent !important;
    transition: none !important;
    word-break: normal !important;
    margin: 0 !important;
}

[style*="Calibri"] {
    font-family: 'Open Sans', sans-serif !important;
    font-size: var(--bs-body-font-size) !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

section {
    background-size: cover;
    background-position: center;
}

:focus-visible {
    outline: none !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .navbar, nav, .btn, #countdown, .preloader-inner, footer .nav, li:not(.select2-results__option) {
    font-family: 'Open Sans', sans-serif !important;
}

.description-container {
    column-count: 2;
    column-gap: 2rem;
}

span.outline{
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%) !important;
    opacity: 1 !important;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.fa-li > i.rounded-pill {
    line-height: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    font-size: 1.2em;
    margin-top: 3px;
    margin-left: 9px;
}

/* NAVBAR */
.navbar .dropdown-menu {
    background-color: #212529;
    border-top: 0;
    left: auto !important;
}

/* SVG */
.svg-object {
    max-width: 100%;
}

.text-mobile-center {
    text-align: center !important;
}

.btn-black {
    background-color: black !important;
    color: white !important;
}

.remove-btn:hover {
    color: #dc2626;
}

.img-rounded {
    border-radius: 15px !important;
}

p a {
    color: #000000 !important;
}

.bg-white {
    background: #ffffff;
}

.bg-black {
    background: #000000;
}

.slider-wrapper {
  position: relative;
  width: 100vw; /* Slider moet tot de rand van het scherm kunnen */
  margin-left: calc(-1 * (100vw - 100%) / 2); /* Verplaats de wrapper naar links zodat hij met container begint */
  padding-left: var(--bs-gutter-x, 1.5rem); /* Zorg dat de inhoud links aligned is met container */
  padding-right: 0; /* Geen padding rechts */
  box-sizing: border-box;
  overflow: hidden; /* voorkomt overspill van slides */
}

section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    pointer-events: none; /* zorgt ervoor dat je nog op knoppen etc. kunt klikken */
    z-index: 1;
}

section > .container,
section > .container-fluid {
    position: relative;
    z-index: 2;
}

.h-60 {
    height: 60% !important;
}

.social-footer {
    width: 50px !important;
    height: 50px !important;
    border-radius: 25px;
}

.splide__slide {
  transition: all 0.2s ease-in-out;
}

/* Toggle slider */

.toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Arial Black', sans-serif;
}

/* Slider switch styling */
.toggle-container{
    font-family: 'Open Sans';
}

.label {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.label.red {
  color: red;
}

.label.gray {
  color: #888888;
}

/* Custom switch styling */
.custom-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid red;
  border-radius: 34px;
  cursor: pointer;
  transition: 0.4s;
  box-sizing: border-box;
}

.slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: red;
  transition: 0.4s;
  border-radius: 50%;
}

.custom-switch input:checked + .slider:before {
  transform: translateX(24px);
}

.content-text {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.after-line:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #fff;
    width: 8%;
    left: 46%;
    top: 40%;
}

.testimonial:before {
    position: absolute;
    content: "";
    background-image: url(/frontend/themes/barebones/assets/img/quote-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 2px;
    width: 40%;
    height: 30%;
    right: 0%;
    bottom: 5%;
}

.testimonial:after {
    position: absolute;
    content: "";
    background-image: url(/frontend/themes/barebones/assets/img/quote-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 2px;
    width: 40%;
    height: 30%;
    left: 0%;
    top: 5%;
}

.vh-50 {
    height: 50vh !important;
}

.vh-30 {
    height: 30vh !important;
}

.vh-20 {
    height: 20vh !important;
}

form input,
form select,
form textarea {
    font-family: 'Open sans', sans-serif;
}

.negative-margin {
    margin-top: -200px;
}

.negative-margin-2 {
    margin-top: -100px;
}

.badge {
    right: auto;
    top: 15%;
}

.nav-tabs {
    border: none !important;
}

.tab {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    color: white;
    border: none !important;
}

.tab.active {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 100%);
    color: white;
}

.nav-pills .nav-link:not(.active) {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.nav-pills .nav-link.active {
    background-color: #000000 !important;
    border-color: #000000 !important;
    text-decoration: none !important;
}

.map {
    min-height: 450px;
}

.min-vh-50 {
    min-height: 50vh !important;
}
.h-small-100 {
    height: 115% !important;
}

.table-dark, .table th, .table-dark tr, .table-dark td {
    background: transparent !important;
}

.lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Doorzichtig wit */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.lock-overlay.dark {
    background-color: rgba(0, 0, 0, 0.7);
}

.lock-icon {
    font-size: 3rem;
    color: black;
    padding: 1rem;
    border-radius: 50%;
}

.svg-object{
    max-height: 600px;
}

.pac-container {
  z-index: 9999 !important;
}

#loginModal .nav-link{
    font-family: 'Open Sans';
    background-color: transparent;
    color: white !important;
}

#loginModal .nav-link.active{
    font-family: 'Open Sans';
    background-color: #fff;
    color: black !important;
}

#webshopLoginModal .nav-link{
    font-family: 'Open Sans';
    background-color: transparent;
    color: white !important;
}

#webshopLoginModal .nav-link.active{
    font-family: 'Open Sans';
    background-color: #fff;
    color: black !important;
}

label {
    font-family: 'Open Sans';
}

#overlay-menu {
    z-index: 5;
    transition: all 0.2s ease-in-out;
}

#overlay-menu .nav-link {
    font-size: 2rem;
}

#overlay-menu .nav-link:hover {
    color: #000000 !important;
}

.navbar .dropdown-menu .dropdown-item:active {
    background-color: #000000;
}

#subnavigation .navbar {
    min-height: fit-content;
}

#subnavigation .navbar a {
    color: #0ac2aa !important;
}

#subnavigation .navbar a:hover {
    color: #ffffff !important;
}

.nav-link.active {
    text-decoration: underline !important;
}

.live-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    animation: fade 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.masonry-row {
    width: 100%;
    overflow: hidden;
    min-width: 100%;
}

.masonry-row img {
    height: 100%;
    width: auto;
}

.masonry-item {
    height: 250px;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.masonry-item:hover .masonry-overlay {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.masonry-overlay .download-icon {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    padding: 15px;
    background-color: rgba(0,0,0,0.66);
    line-height: 1;
    border: 2px solid white;
    opacity: 0.66;
}

.masonry-overlay {
    opacity: 0;
    top: 0;
    left: 0;
    width: fit-content;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.33);
}

.faded-top {
  position: relative;
  z-index: 0;
  background: none; /* the image will live in ::before */
}

.faded-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;

  /* Fade effect only on the background */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 10%);
  mask-image: linear-gradient(to bottom, transparent 0%, white 10%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.faded-bottom {
  position: relative;
  z-index: 0;
  background: none; /* the image will live in ::before */
}

.faded-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;

  /* Fade effect only on the background */
  -webkit-mask-image: linear-gradient(to top, transparent 0%, white 10%);
  mask-image: linear-gradient(to top, transparent 0%, white 10%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.play-button {
    background-color: rgba(255,255,255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #000;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: scale(2);
    transition: all 0.2s ease-in-out;
}

.play-button:hover {
    transform: scale(2.5);
}

.play-button i {
    padding-left: 4px;
}

.shop-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.shop-img:hover {
    transform: scale(1.1);
    z-index: 999 !important;
}

.driver-img {
    aspect-ratio: 312 / 497;
}

.shop-img {
    aspect-ratio: 2 / 3;
}


.page-link, .page-link:hover, .page-link:active {
    color: #000000;
}

.before-rule-line {
    position: relative;
}

.before-rule-line::before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #fff;
    width: 8%;
    left: 46%;
    top: 0%;
}

.back-to-top {
    background-color: #000000 !important;
    color: white !important;
    position: fixed;
    bottom: 85px;
    right: 20px;
    display: none;
    z-index: 999;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    padding: 12px !important;
}

.blog-body img {
    width: 100%;
}

.splide__pagination {
    display: none !important;
}

.pagination .page-item .page-link,
.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
    background-color: #000000;
    color: white;
    outline: none;
}

.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
    outline: none !important;
    box-shadow: none !important;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.5;
}

.pagination .active>.page-link,
.pagination .page-link.active {
    border-color: #000000;
    background-color: #000000;
}

.w-30 {
    width: 30%;
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    color: black !important;
    background-color: white;
}

.twg-disabled-input {
    background-color: lightgray;
}

.shop-lock-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(2px);
    z-index: 50;
}

.shop-lock-overlay .lock-box {
    background: #fff;
    border-radius: .75rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.09);
    text-align:center;
}

.checkout-locked {
    position: relative;
}

.checkout-locked *:where(input, select, textarea, button, a.btn) {
    pointer-events: none !important;
}

.checkout-locked .checkout-btn {
    opacity: .6;
}

body.no-scroll {
    overflow: hidden !important;
    height: 100vh;
}


/**************
 * Responsive *
 **************/ 

@media only screen and (min-width: 1199px) {
    .min-vh-lg-100 {
        min-height: 100vh !important;
    }

    .min-vh-lg-30 {
        min-height: 30vh !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    #webshopLoginModal .modal-dialog {
        max-width: 40% !important;
    }
}

@media only screen and (min-width: 991px) {
    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .fs-small {
        font-size: 1.5em !important;
    }

    .masonry-row {
        flex-wrap: wrap;
    }

    .masonry-item {
        max-width: 25%;
    }

    #webshopLoginModal .modal-dialog {
        max-width: 80% !important;
    }

    .dropdown-menu:not(.logo-dropdown) {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .fs-small {
        font-size: 0.7em !important;
    }

    .masonry-item {
        max-width: 33.33%;
    }

    .svg-object {
        max-height: 400px;
    }

    .negative-margin,
    .negative-margin-2 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .masonry-item {
        max-width: 50%;
    }

    .svg-object {
        max-height: 200px;
    }

    .before-rule-line::before {
        top: 15%;
    }
}

@media only screen and (max-width: 576px) {
    #webshopLoginModal .modal-dialog {
        max-width: 100% !important;
    }
}

/**************
 * Animations *
 **************/ 

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Event ticket selector */
.bb-event-ticket-selector {
    background: #ffffff;
    color: #111111;
}

.bb-event-ticket-selector .ticket-selector-shell {
    max-width: 920px;
}

.bb-event-ticket-selector .ticket-group + .ticket-group {
    margin-top: 1.75rem;
}

.bb-event-ticket-selector .ticket-group-title {
    margin-bottom: 0.65rem;
    font-size: 1rem;
    font-weight: 500;
}

.bb-event-ticket-selector .ticket-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bb-event-ticket-selector .ticket-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 1rem;
    min-height: 58px;
    padding: 0.7rem 0.9rem;
    border: 1px solid #4a4a4a;
    background: #ffffff;
}

.bb-event-ticket-selector .ticket-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}

.bb-event-ticket-selector .ticket-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #444444;
    font-size: 0.75rem;
    white-space: nowrap;
}

.bb-event-ticket-selector .ticket-action {
    min-width: 112px;
    padding: 0.45rem 0.75rem;
    border: 1px solid #00799f;
    background: #00799f;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.bb-event-ticket-selector .ticket-action:hover,
.bb-event-ticket-selector .ticket-action:focus {
    border-color: #005f7c;
    background: #005f7c;
    color: #ffffff;
}

.bb-event-ticket-selector .ticket-action:disabled {
    border-color: #b8d9e4;
    background: #b8d9e4;
    cursor: not-allowed;
}

.bb-event-ticket-selector .waitlist-form {
    padding: 1rem;
    border: 1px solid #b7b7b7;
    border-top: 0;
    background: #f8f8f8;
}

.bb-event-ticket-selector .cart-link {
    color: #00799f;
    font-size: 0.85rem;
    font-weight: 600;
}

.ticket-flow-modal .modal-dialog {
    width: calc(100% - 2rem);
    max-width: 920px;
}

.ticket-flow-modal .modal-content {
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: #111111;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}

.ticket-flow-modal .modal-body {
    position: relative;
    padding: 0 clamp(1.5rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4rem);
}

.ticket-flow-modal .modal-header {
    padding: 1rem 1rem 0;
}

.ticket-flow-modal .modal-body > form > .ticket-flow-panel > h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    line-height: 1.2;
}

.ticket-flow-modal .btn-close {
    filter: none !important;
    opacity: 0.65 !important;
}

.ticket-flow-modal .btn-close:hover,
.ticket-flow-modal .btn-close:focus {
    opacity: 1 !important;
}

.ticket-flow-modal h2,
.ticket-flow-modal h3,
.ticket-flow-modal label,
.ticket-flow-modal .form-check-label {
    color: #111111;
}

.ticket-flow-modal .form-field-label,
.ticket-flow-modal .form-label {
    display: block;
    margin-bottom: 0.35rem !important;
    color: #111111;
    font-size: 0.85rem;
    font-weight: 600;
}

.ticket-flow-modal .form-control,
.ticket-flow-modal .form-select,
.ticket-flow-modal textarea {
    min-height: 2.75rem;
    border: 1px solid #777777;
    border-radius: 0;
    background: #ffffff;
    color: #111111;
}

.ticket-flow-modal .form-control:focus,
.ticket-flow-modal .form-select:focus,
.ticket-flow-modal textarea:focus {
    border-color: #00799f;
    box-shadow: 0 0 0 0.2rem rgba(0, 121, 159, 0.15);
}

.ticket-flow-progress {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.ticket-flow-progress-item {
    position: relative;
    min-width: 110px;
    color: #666666;
    font-size: 0.8rem;
    text-align: center;
}

.ticket-flow-progress-item.is-active,
.ticket-flow-progress-item.is-complete {
    color: #111111;
    font-weight: 600;
}

.ticket-flow-progress-item:not(:last-child)::after {
    position: absolute;
    top: 13px;
    left: calc(50% + 18px);
    width: calc(100% - 36px);
    height: 1px;
    background: #b7b7b7;
    content: '';
}

.ticket-flow-progress-dot {
    position: relative;
    z-index: 1;
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 0.35rem;
    border: 1px solid #111111;
    border-radius: 50%;
    background: #ffffff;
}

.ticket-flow-progress-item.is-active .ticket-flow-progress-dot,
.ticket-flow-progress-item.is-complete .ticket-flow-progress-dot {
    background: #111111;
}

.ticket-flow-panel[hidden] {
    display: none;
}

.ticket-flow-extra {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #b7b7b7;
    background: #f8f8f8;
}

.ticket-flow-extra + .ticket-flow-extra {
    margin-top: 0.75rem;
}

.ticket-flow-extra-choice {
    display: inline-flex;
}

.ticket-flow-choice {
    min-width: 54px;
    font-weight: 600;
}

.ticket-flow-choice.is-active {
    background: #111111;
    color: #ffffff;
}

.ticket-flow-footer {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.ticket-flow-secondary {
    padding: 0.55rem 1rem;
    border: 1px solid #00799f;
    background: #ffffff;
    color: #00799f;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .bb-event-ticket-selector .ticket-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.65rem;
    }

    .bb-event-ticket-selector .ticket-meta {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
    }

    .bb-event-ticket-selector .ticket-action {
        min-width: 104px;
    }

    .ticket-flow-modal .modal-dialog {
        width: calc(100% - 1rem);
        margin: 0.5rem auto;
    }

    .ticket-flow-modal .modal-body {
        padding: 0 1rem 1.25rem;
    }

    .ticket-flow-progress-item {
        min-width: 0;
        flex: 1;
        font-size: 0.7rem;
    }

    .ticket-flow-extra {
        grid-template-columns: 1fr;
    }

    .ticket-flow-extra-choice {
        width: 100%;
    }

    .ticket-flow-choice {
        flex: 1;
    }
}

/* Barebones shopping cart */
.bb-cart-2 {
    background: #f5f6f7;
    color: #111111;
}

.bb-cart-2 .cart-2-shell {
    max-width: 920px;
    min-height: 560px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem);
    border: 1px solid #111111;
    background: #ffffff;
}

.bb-cart-2 .cart-2-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 600;
    line-height: 1.1;
}

.bb-cart-2 .cart-2-timer {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
}

.bb-cart-2 .cart-2-timer small {
    display: block;
    font-size: 0.7rem;
}

.bb-cart-2 .cart-2-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px 110px 32px;
    gap: 0.75rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid #d4d4d4;
    background: #eeeeee;
}

.bb-cart-2 .cart-2-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1rem;
    gap: 0.75rem;
    align-items: center;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.bb-cart-2 .cart-2-toggle[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
}

.bb-cart-2 .cart-2-toggle .bi-chevron-down {
    transition: transform 0.2s ease;
}

.bb-cart-2 .cart-2-product {
    min-width: 0;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.25;
}

.bb-cart-2 .cart-2-product small {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
}

.bb-cart-2 .cart-2-expanded {
    grid-column: 1 / -1;
    gap: 0.75rem;
}

.bb-cart-2 .cart-2-expanded.show {
    display: grid;
}

.bb-cart-2 .cart-2-ticket-details {
    padding: 0.9rem;
    border: 1px solid #d4d4d4;
    background: #ffffff;
}

.bb-cart-2 .cart-2-ticket-details.is-missing {
    border-color: #ffc107;
    background: #fff9e6;
}

.bb-cart-2 .cart-2-ticket-details-head {
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.bb-cart-2 .cart-2-ticket-status {
    display: inline-flex;
    gap: 0.65rem;
    align-items: center;
}

.bb-cart-2 .cart-2-ticket-details-head .bi-chevron-down {
    transition: transform 0.2s ease;
}

.bb-cart-2 .cart-2-ticket-details-head[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
}

.bb-cart-2 .cart-2-ticket-content {
    padding-top: 0.75rem;
}

.bb-cart-2 .cart-2-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
}

.bb-cart-2 .cart-2-fields div {
    min-width: 0;
}

.bb-cart-2 .cart-2-fields dt {
    color: #555555;
    font-size: 0.7rem;
    font-weight: 700;
}

.bb-cart-2 .cart-2-fields dd {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: 0.8rem;
}

.bb-cart-2 .cart-2-qty {
    width: 100%;
    min-height: 2.5rem;
    padding-inline: 0.4rem;
    text-align: center;
}

.bb-cart-2 .cart-2-status {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.45rem;
    border: 1px solid #111111;
    background: #ffffff;
    color: #111111;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.bb-cart-2 .cart-2-status.is-filled {
    background: #111111;
    color: #ffffff;
}

.bb-cart-2 .cart-2-remove {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #e6007e;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.bb-cart-2 .cart-2-remove .spinner-border {
    width: 1em;
    height: 1em;
    margin-right: 0 !important;
    border-width: 0.12em;
}

.bb-cart-2 .cart-2-summary {
    width: min(100%, 240px);
    margin-left: auto;
    font-size: 0.85rem;
    font-weight: 700;
}

.bb-cart-2 .cart-2-summary-line {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.bb-cart-2 .cart-2-summary-line span:last-child {
    text-align: right;
}

.bb-cart-2 .cart-2-next {
    width: 100%;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .bb-cart-2 .cart-2-shell {
        min-height: 0;
        padding: 2rem 1rem;
        border-right: 0;
        border-left: 0;
    }

    .bb-cart-2 .cart-2-head {
        align-items: flex-start !important;
        gap: 1rem;
    }

    .bb-cart-2 .cart-2-row {
        grid-template-columns: minmax(0, 1fr) 64px 28px;
    }

    .bb-cart-2 .cart-2-status {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: start;
    }

    .bb-cart-2 .cart-2-fields {
        grid-template-columns: 1fr;
    }
}
