.bg-texture {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../../img/ruang-duka/background/bg-feather-texture.jpg');
}

.bg-light {
    background-color: var(--white)!important;
}

.bg-grey {
    background-color: var(--background)!important;
}

.bg-primary {
    background-color: var(--dark-green)!important;
}

.bg-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0.1;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../../img/ruang-duka/pattern-1.jpg');
}

.flower-border {
    top: 10px;
    left: 0;
    right: 0;
    position: absolute;
}

.flower-border img {
    width: 100%;
    height: auto;
    max-width: 170px;
}

.opacity-75 {
    opacity: .75;
}

.pt-6 {
    padding-top: 5.5rem!important;
}

.mt-n6 {
    margin-top: -5.5rem!important;
}

.w-35 {
    width: 35%!important;
}

.w-40 {
    width: 40%!important;
}

.w-60 {
    width: 60%!important;
}

.w-75 {
    width: 75%!important;
}

.font-weight-semibold {
    font-weight: 600!important;
}

.font-80 {
    font-size: .8rem;
}

.font-90 {
    font-size: .9rem;
}

.text-darkgreen {
    color: var(--dark-green);
}

/* ruang duka */

.floating-button {
    bottom: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    box-shadow: 0px -8px 32px rgb(18 26 34 / 5%);
}

.img-vendor {
    width: 100%;
    height: auto;
    max-width: 150px;
}

/* after payment */

.after-payment .content {
    z-index: 2;
}

.after-payment .bg-after-payment {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url('../../img/ruang-duka/after-payment.svg');
}

/* greeting-wrapper */

.greeting-wrapper {
    height: 600px;
    overflow-y: auto;
}

.greeting-wrapper .swiper-slide {
    height: auto;
}

.bungaPapanData {
    height: 300px;
    width: auto !important;
    margin-right: 5px !important;
}

.galeriDukaFotoProData {
    height: 300px;
    width: auto !important;
    margin-right: 5px !important;
}

/* responsive */

@media (min-width:320px) {
    .desktop {
        display: none!important;
    }
    .navbar-nav .button {
        margin-top: 1rem;
    }
    .after-payment .bg-after-payment {
        background-size: 350px;
    }
    .table-mobile {
        overflow-x: hidden!important;
    }
    .table-mobile tr {
        display: grid;
    }
    .detail-acara .table-mobile tr td {
        width: 100%;
    }
    .table-mobile tr td:first-child {
        padding-bottom: 0!important;
    }
    .table-mobile tr td:last-child {
        padding-top: 0!important;
        border-top: none!important;
        text-align: left!important;
        white-space: unset!important;
    }
    .table-mobile tr td div.d-flex.py-3:first-child {
        display: grid!important;
    }
    .table-mobile tr td:last-child div {
        padding-top: .25rem!important;
    }
}

@media (min-width:768px) {
    .after-payment .bg-after-payment {
        background-size: 400px;
    }
}

@media (min-width:992px) {
    .mobile {
        display: none!important;
    }
    .desktop {
        display: unset!important;
    }
    .navbar-nav .button {
        margin-top: 0;
    }
    .table-mobile {
        overflow-x: auto!important;
    }
    .table-mobile tr {
        display: table-row;
    }
    .table-mobile table tr:first-child td {
        border-top: 0!important;
    }
    .table-mobile tr td:first-child {
        padding-bottom: .75rem!important;
    }
    .table-mobile tr td:last-child {
        padding-top: .75rem!important;
        border-top: 1px solid #dee2e6!important;
        white-space: nowrap!important;
    }
    .detail-acara .table-mobile tr td:last-child {
        text-align: right!important;
    }
    .table-mobile tr td:last-child div {
        padding-top: .5rem!important;
    }
    .table-mobile tr td div.d-flex.py-3:first-child {
        display: flex!important;
    }
}

@media (min-width:1024px) {
    .after-payment .bg-after-payment {
        display: unset;
        background-size: unset;
    }
}

@media (min-width: 992px) {
    .card-fixed {
        margin-top: -61.5rem;
    }
}

@media (min-width: 1024px) {
    .card-fixed {
        width: 18rem;
        margin-top: -61.5rem;
    }
}

@media (min-width: 1200px) {
    .card-fixed {
        width: 22.8rem;
        margin-top: -68rem;
    }
}

/* Swiper container */
.swiper-container.bunga-papan {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}

/* Slide item */
.swiper-slide.bungadata {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

/* Gambar proporsional, tinggi fix */
.bunga-img {
  height: 150px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}