/** Shopify CDN: Minification failed

Line 1167:36 Expected ":"
Line 1357:12 Unexpected "}"

**/
/* Delivery City */
/* ========================= */
/* DELIVERY (CITY, DATE)     */
/* ========================= */
/* Delivery City */
.btn-delivery-method {
  width: calc(50% - 5px);
  font-size: 16px;
  border: 1px solid #757575;
  padding: 10px 0;
}
.btn-delivery-method.active {
  border-color: #212121;
  font-weight: 700 !important;
  color: #212121;
  background-color: #eeeeee;
}
.delivery-method h4 {
  margin-bottom: 15px;
}

/* Delivery Date */
#deliveryDateFull svg {
  margin: auto;
  display: block;
  width: 20px;
  height: auto;
}
@media (min-width: 991px) {
  #deliveryDate {
    width: 80%;
  }
  #deliveryDateFull {
    width: 20%;
  }
}

/* Purchase Flow */
/* ========================= */
/* PURCHASE FLOW & VARIANT   */
/* ========================= */
#purchaseProduct h4 {
  font-size: 16px;
}
.product-papan-bunga .header-swatch strong {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.product-papan-bunga .swatch input:checked + label {
  border-color: #212121;
  font-weight: 700 !important;
  color: #212121;
  background-color: #eeeeee;
}
.product-papan-bunga .swatch input + label {
  height: 43px;
  padding: 2px;
}

.button-share-wishlist {
  position: relative;
  /* ========================= */
  /* SHARE & WISHLIST BUTTONS  */
  /* ========================= */
}
.button-share-wishlist:after {
  content: "";
  height: 18px;
  width: 1px;
  background-color: #c4c4c4;
  display: block;
  position: absolute;
  top: 10px;
}

.button-share-wishlist p {
  cursor: pointer;
  margin: 0;
  padding: 5px 0;
}
.button-share-wishlist p span {
  font-size: 12px;
}

/* Purchase Personalization */
/*  */
.nonjadetabek #itemCards .nofree {
  display: none;
}
/*  */
/*  */
#step_occasion.noInhouse,
#itemCards.noInhouse .nofree {
  display: none;
}
.greetingCard.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.form-group.custom-card.loading textarea {
  opacity: 0.3;
}

.form-group.custom-card.loading:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #212121;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 35%;
  left: 45%;
  animation: rotation 1s linear infinite;
}

.form-group.custom-card.loading:after {
  content: "";
  width: 40px;
  height: 40px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #212121;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask-composite: subtract;
  position: absolute;
  top: 35%;
  left: 45%;
}

.form-group.custom-card.loading > * {
  opacity: 0.3;
  pointer-events: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Mobile horizontal scroll styles for card design */
@media (max-width: 768px) {
  #itemCards {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    scrollbar-width: none; /* Firefox */
  }
  #itemCards::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  #itemCards .row {
    flex-wrap: nowrap !important;
    width: max-content !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 15px;
  }

  #itemCards .item-card {
    flex: 0 0 auto;
    min-width: 120px;
    max-width: 120px;
    margin-bottom: 0;
  }

  #itemCards .item-card .card-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
  }

  #itemCards .item-card .card-meta {
    padding: 8px 5px 5px;
  }

  #itemCards .item-card .card-meta h5 {
    font-size: 10px !important;
    line-height: 1.2;
    margin-bottom: 3px;
    max-height: 24px;
    overflow: hidden;
  }

  #itemCards .item-card .card-meta p {
    font-size: 9px !important;
    margin: 0;
  }
}

/* Desktop version keeps original layout */
@media (min-width: 769px) {
  #itemCards .row {
    flex-wrap: wrap;
  }
}
/* Purchase Address */
#zip {
  min-height: 43px;
}
.formAddressPurchase {
  padding-top: 30px;
}
.addressPurchase h4 + p {
  font-size: 12px !important;
}
.input__label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  font-size: 14px;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2;
  background: transparent;
  line-height: 1.2;
}
.formAddressPurchase .error [required],
.formAddressPurchase .error .select2-selection {
  border-color: #b3261e;
}
.formAddressPurchase .form-group .error:after {
  content: "This field is required";
  display: block;
  font-size: 12px;
  position: absolute;
  color: #b3261e;
}
.input__label span {
  color: red;
}
.input__field {
  height: 43px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding-top: 22px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  box-sizing: border-box;
}
textarea.input__field + label {
  top: 32px;
}
textarea.input__field {
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 120px;
  font-size: 14px;
  box-sizing: border-box;
}
.input__field:focus ~ .input__label,
.input__field:not(:placeholder-shown) ~ .input__label,
.input__field.has-value ~ .input__label {
  top: 5px;
  left: 16px;
  font-size: 12px;
  color: #212121;
  background: #fff;
  padding: 0 5px;
  z-index: 2;
  transform: none;
}
@supports (-webkit-touch-callout: none) {
  .input__label {
    z-index: 2;
    background: #fff;
  }
  .input__field:focus ~ .input__label,
  .input__field:not(:placeholder-shown) ~ .input__label,
  .input__field.has-value ~ .input__label {
    top: 5px;
    left: 16px;
    font-size: 12px;
    color: #212121;
    background: #fff;
    z-index: 2;
  }
}

/* iOS specific fixes for input fields */
.formAddressPurchase.ios .input__field {
  -webkit-user-select: text !important;
  -webkit-touch-callout: default !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  /* Force hardware acceleration */
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  /* Ensure proper z-index */
  position: relative !important;
  z-index: 10 !important;
  /* Prevent iOS zoom on focus */
  font-size: 16px !important;
}

.formAddressPurchase.ios .input__label {
  pointer-events: none !important;
  z-index: 5 !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.formAddressPurchase.ios .form-group {
  position: relative !important;
  z-index: 1 !important;
  /* Fix for iOS viewport issues */
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.formAddressPurchase.ios .position-relative {
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  z-index: 1 !important;
}

/* iOS textarea specific fixes */
.formAddressPurchase.ios textarea.input__field {
  font-size: 16px !important;
  resize: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* iOS select specific fixes */
.formAddressPurchase.ios select.input__field {
  font-size: 16px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.reviewCardPurchase h4 + p {
  font-size: 12px !important;
  margin: 0;
}

/* Card Preview Styles */
.cardPreview {
  width: 100%;
  margin-top: 15px;
}

.card-preview-container {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 350px;
  height: 500px;
  overflow: hidden;
}

.card-preview-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Top Section - 50% height */
.card-top-section {
  height: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Layout when NO photo */
.no-photo-layout {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: none !important;
}

.qr-placeholder {
  width: 80px;
  height: 80px;
  background: #f0f0f0;
  border: 1px dashed #ccc;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999;
  border-radius: 4px;
}

.qr-code-container img,
.qr-code-container canvas {
  margin: 0 auto !important;
}

.qr-text {
  margin-bottom: 15px;
}

.qr-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
}

.qr-subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.qr-scan-text {
  margin-top: 15px;
}

.qr-scan-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Layout when photo exists */
.with-photo-layout {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-preview-photo {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  border-radius: 0;
  padding: 20px;
}

.photo-qr-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-code-small img {
  margin: 0 auto !important;
  display: block !important;
}

.qr-placeholder-small {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #333;
  border-radius: 2px;
}

.photo-qr-text p {
  font-size: 10px;
  color: white;
  margin: 0;
  white-space: nowrap;
}

/* Divider Line */
.card-divider {
  height: 1px;
  background: #ddd;
  margin: 0;
}

/* Bottom Section - 50% height */
.card-bottom-section {
  height: 35%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-recipient-name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-message-section {
  flex: 1;
  display: flex;
  margin-bottom: 15px;
}

.card-message-text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
}

.card-sender-name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: right;
}

.card-empty-state {
  padding: 20px;
}

.card-empty-state div {
  text-align: center;
  padding: 30px 20px;
  color: #999;
  border: 1px dashed #ddd;
  border-radius: 8px;
  background: #fafafa;
}

.card-empty-state p {
  margin: 0;
  font-size: 14px;
}

.card-empty-state p:last-child {
  margin-top: 5px;
  font-size: 12px;
  opacity: 0.8;
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
  .card-preview-container {
    height: 400px;
  }

  .card-top-section {
    padding: 15px;
  }

  .card-bottom-section {
    padding: 15px;
  }

  .no-photo-layout {
    padding: 15px;
  }

  .qr-code-container {
    margin: 12px auto;
  }

  .qr-placeholder {
    width: 60px;
    height: 60px;
  }

  .qr-code-container img,
  .qr-code-container canvas {
    max-width: 60px !important;
    max-height: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }

  .qr-title,
  .qr-subtitle {
    font-size: 14px;
  }

  .qr-scan-text {
    margin-top: 12px;
  }

  .qr-scan-text p {
    font-size: 12px;
  }

  .card-recipient-name {
    font-size: 14px;
  }

  .card-message-text {
    font-size: 12px;
  }

  .card-sender-name {
    font-size: 14px;
  }

  .photo-qr-overlay {
    bottom: 5px;
    right: 5px;
    padding: 5px;
  }

  .qr-placeholder-small {
    width: 30px;
    height: 30px;
    font-size: 6px;
  }

  .qr-code-small img,
  .qr-code-small canvas {
    max-width: 30px !important;
    max-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .photo-qr-text p {
    font-size: 8px;
  }
}

@media (max-width: 576px) {
  .reviewCardPurchase {
    display: none !important;
  }
}
.form-address-upload label {
  display: block;
  padding: 12px 0;
  width: 100%;
  text-align: center;
}
.form-address-upload label * {
  vertical-align: middle;
  margin: 0 5px;
}
.address-manualy {
  border: 1px solid #212121;
  width: 100%;
  font-weight: 700;
  background-color: #eeeeee;
}
.address-upload {
  border: 1px solid #757575;
  color: #757575;
}
.address-uploaded {
  display: none;
}
.form-address-upload.uploaded .address-manualy {
  background-color: #fff;
  border: 1px solid #757575;
  color: #757575;
  font-weight: 400;
}
.form-address-upload.uploaded .address-upload {
  border: 1px solid #212121;
  background-color: #eeeeee;
  font-weight: 700;
  color: #212121;
}
.addonsPurchase .addons p {
  font-size: 12px !important;
  color: #757575;
}
.add-addon {
  width: 100%;
  border: 1px solid #212121;
  padding: 12px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 25px;
}
.purchaseAddress .reviewCardPurchase h4 + p {
  display: none;
}
.purchaseAddress .greetingCard {
  pointer-events: none;
  opacity: 0.3;
}
.greetingCard[data-rowindex] {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 576px) {
  .formAddressPurchase > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .purchaseAddress .contentPurchase > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .formAddressPurchase {
    padding-top: 15px;
    margin-bottom: 20px;
    margin-right: -6px;
    margin-left: -6px;
  }
  .addonsPurchase {
    margin-bottom: 20px;
  }
  .formAddressPurchase .greetingCard {
    margin-top: 0;
  }
  .input__label {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
  }
  .input__field:focus ~ .input__label,
  .input__field:not(:placeholder-shown) ~ .input__label,
  .input__field.has-value ~ .input__label {
    top: 5px;
    font-size: 12px;
    color: #212121;
    transform: translateY(0);
  }
  .input__field {
    padding-top: 22px;
    padding-bottom: 8px;
  }
  textarea.input__field {
    padding-top: 28px;
  }
  .form-group .error {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  #qrcode img,
  #qrcode canvas {
    max-width: 50px !important;
    max-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    display: block;
    margin: 0 auto;
  }
}

/* Complete purchase */
#popupCart {
  display: none;
  position: fixed;
  background: rgb(117 117 117 / 24%);
  z-index: 999;
  font-size: 13px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  #popupCart {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #popupCart .container {
    height: 100%;
  }
  .wrapperPopupCart {
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 20px);
    min-height: 0;
    border-radius: 12px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
#popupCart .container {
  position: relative;
  height: 100%;
}
.wrapperPopupCart {
  width: 100%;
  max-width: 554px;
  height: 765px;
  max-height: calc(100vh - 40px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
.headerPopupCart {
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #c4c4c4;
}
.headerPopupCart svg,
.headerPopupCart span {
  align-self: center;
}
.headerPopupCart span {
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 12px;
}
#popupCart .close-purchase-popup {
  position: absolute;
  right: 30px;
  top: 22px;
}

.titleCartPopup {
  font-size: 16px;
  font-weight: 600;
}
.deleteCartPopup {
  color: #757575;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
  align-self: center;
}
.deleteCartPrice {
  font-size: 16px;
  font-weight: 400;
  align-self: center;
  cursor: pointer;
}

.itemContent {
  margin-bottom: 10px !important;
}
.itemProperties {
  margin-bottom: 15px;
}
.propDeliver {
  margin-bottom: 10px;
}
.propAddress {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.contentPopupCart h4 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.propDeliver h4 {
  margin-bottom: 5px;
}
.itemProperties p {
  display: flex;
  margin: 0;
  margin-bottom: 5px;
  font-size: 8px !important;
}
.itemProperties p span:first-child {
  text-transform: uppercase;
  display: inline-block;
  width: 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
}
.propsAddonCart p {
  margin: 0;
  display: flex;
  font-size: 8px !important;
  margin-bottom: 5px;
}
.imgAddonTitlePrice {
  font-size: 8px;
}
.imgAddonTitlePrice h5 {
  text-transform: uppercase;
  font-weight: 400;
}
.propsAddonCart p span {
  display: inline-block;
}
.propsAddonCart p span:first-child {
  text-transform: uppercase;
  font-weight: 600;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
}
.wrapperItemAddonCart {
  display: none;
  cursor: pointer;
}

.itemAddonCart {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
}

.itemAddonCart.open .wrapperItemAddonCart {
  display: block;
}
.itemAddonCart.open svg {
  transform: rotate(90deg);
}

.footerPopupCart {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #c4c4c4;
}
.btnViewCart {
  background-color: #fff;
  border: 1px solid #212121;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.btnViewCheckout {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.btnViewCheckout:hover span {
  color: #212121;
}
.btnViewCheckout:hover span:after {
  background-color: #212121;
}
.btnContinueShopping {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.itemMoney p {
  font-size: 10px !important;
}

#city-group .btn {
  margin-right: 12px;
}
#city-group .btn:last-child {
  margin-right: 0;
}

#city-group .btn.selected,
#cities .btn.selected {
  background-color: #212121 !important;
  color: #fff !important;
}

#cities {
  width: 100%;
  overflow: auto;
}

#cities .btn {
  margin-right: 12px;
}

#cities .btn small {
  text-transform: capitalize;
}

.selfpickup .steps .form-group.form-selfpickup {
  display: block;
}
.selfpickup #city-group,
.selfpickup #city-label {
  display: none !important;
}

.btn-date-time {
  width: calc(25% - 12px);
  margin-bottom: 12px;
  max-width: 188px;
  line-height: 1 !important;
}

#deliveryTime .btn {
  margin-right: 12px;
}
#deliveryTime .btn:last-child {
  margin-right: 0;
}

#noteDeliveryDate {
  display: none;
  background-color: #f5f5f5;
  padding: 12px;
  margin: 0;
  font-size: 12px !important;
  max-width: 100%;
}

.calendarbutton.stop {
  pointer-events: none;
  background-color: #b8b8b8 !important;
}

.loader {
  width: 80px;
}

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    content: "Loading";
  }
  33% {
    content: "Loading.";
  }
  67% {
    content: "Loading..";
  }
  100% {
    content: "Loading...";
  }
}

@media screen and (max-width: 768px) {
  #flower-step.block .stepwizard {
    background-color: #fff;
  }
  #flower-step {
    display: none;
  }
  .btn-date-time {
    max-width: 160px;
  }
}

.template-product hr {
  border-color: #b8b8b8;
}

.bg-card {
  margin-left: 0;
  margin-right: 0;
}
.product-single__photos {
  margin-bottom: 5px;
}
.product-single__photos,
.product-single__photos * {
  height: 100%;
}
#product-image {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#product-image .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#product-image .gallery-top img {
  width: 100%;
}
#product-image .ProductThumbs {
  margin-left: 0;
  margin-bottom: 0;
}
#product-image .gallery-top .swiper-slide {
  width: 100%;
}
#product-image .gallery-thumbs .swiper-slide {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
#product-image .gallery-thumbs .swiper-slide a,
#product-image .gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
}

.product-single__media model-viewer {
  width: 100%;
  height: 500px;
}

.swiper-slide.product-single__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.carousel-button-next,
.carousel-button-prev {
  background-image: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: transparent;
}
#product-meta h1 {
  text-transform: uppercase;
  font-weight: 400;
}
#product-meta .product-meta--review a.link-anchor {
  margin: 0 5px 0 0 !important;
}
#product-meta .product-meta--review .sep {
  margin-right: 5px;
}
#product-meta .spr-badge-caption {
  margin-right: 5px;
}

#featured-image-product .video {
  display: none;
}
#featured-image-product iframe {
  height: 275px;
}

#product-meta .spr-badge-starrating .spr-icon {
  font-size: 14px;
  color: #212121 !important;
}
#product-meta .spr-badge-starrating .spr-icon:before {
  font-size: 120% !important;
}
#product-meta .spr-badge-caption {
  font-size: 14px;
}
#product-meta .spr-badge[data-rating="0.0"] {
  display: none;
}
#product-meta .product-meta--review .spr-badge-caption a {
  color: #212121;
}

#product-meta .product-meta--review a.link-anchor {
  font-size: 13px;
  padding-top: 2px;
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
  color: #212121;
}
#product-meta .product-meta--review .sep {
  padding-top: 2px;
  color: #212121;
}

#product-meta .ProductPrice {
  color: #212121;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
}
#product-meta .ComparePrice {
  text-decoration: line-through;
  color: gray;
}
#product-meta .tag-discount {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #212121;
  padding: 0 5px;
  line-height: 22px;
  margin-left: 10px;
  height: 24px;
  margin-top: 5px;
  font-weight: 700;
}
#product-meta .discount-product-detail {
  align-self: center;
}
#product-meta .discount-product-detail * {
  display: inline-block;
  margin: 0 !important;
  background-color: transparent !important;
  font-size: 16px;
  vertical-align: middle;
}

#product-meta .product-single__stock {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  background: #757575;
  color: #f2f2f2;
  padding: 5px;
  border-radius: 5px;
}
#product-meta .short-desc li,
#product-meta .short-desc li strong,
#product-meta .short-desc li b {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
}
#product-meta .assured {
  color: #f2f2f2;
  background-color: #212121;
  position: relative;
  top: -10px;
  border-radius: 0 0 5px 5px;
  padding-bottom: 10px;
}
#product-meta .assured span {
  display: block;
  font-size: 16px;
  padding: 5px 10px;
}
#product-meta .assured span.h-assured {
  font-size: 19px;
  border-bottom: 2px solid #212121;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

#product-meta .freeship p em {
  font-size: 16px;
  color: #b8b8b8;
}
#product-meta .freeship p span {
  display: inline-block;
  vertical-align: middle;
}
#product-meta .freeship p span .icon {
  -webkit-transition: all 0.4s; /* Safari */
  transition: all 0.4s;
  cursor: pointer;
  color: #b8b8b8;
  width: 20px;
  margin-left: 5px;
}
#product-meta .freeship.expand .icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#product-meta .freeship .fs-content {
  display: none;
}

#product-meta .selector-wrapper {
  display: none;
}
#product-meta .single-option-selector {
  border-color: #212121;
}
#product-meta .selector-wrapper label {
  margin: 0.5rem 0 !important;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

#product-meta .js-qty,
.ajaxcart__qty {
  margin-bottom: 0px;
  padding: 0;
  -webkit-flex: 0 0 115px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border: 2px solid #212121;
  background-color: #f2f2f2;
}
#product-meta .js-qty input,
.ajaxcart__qty input {
  height: 40px;
  border-color: transparent;
}
#product-meta .js-qty__adjust,
#product-meta .ajaxcart__qty-adjust {
  border-color: #212121 !important;
  border: none;
}
#product-meta .js-qty button,
#product-meta .js-qty input {
  font-weight: 600;
  font-size: 24px !important;
  line-height: 2;
}
#product-meta .js-qty button svg {
  stroke: #212121;
}
#product-meta .js-qty .fallback-text {
  font-family: initial;
  line-height: 40px;
}
#product-meta .js-qty.mx-auto {
  margin-left: inherit !important;
  margin-top: 0 !important;
  margin-right: 10px !important;
}
#product-meta #button-action {
  clear: both;
}
#product-meta #button-action .btn {
  font-size: 1rem;
}
#product-meta .nice-select.product-single__variants {
  width: inherit;
}

@media (min-width: 992px) {
  #product-image .product-image {
    padding-right: 80px;
  }
}

@media (min-width: 767px) {
  .form-flower #button-action {
    display: none;
  }
}
@media (max-width: 768px) {
  #loc_delivery_mobile {
    display: none;
  }
  .form-flower #button-action .js-qty {
    display: none;
  }
}

/* Product - Size Chart */
#charts {
  width: 100%;
  margin: 10px 0;
}
.size_chart_ruler {
  background: url(//outerbloom.com/cdn/shop/t/138/assets/image-sprites.png?v=126204476377240176541752652419)
    no-repeat 0 -57px;
  float: left;
  width: 20px;
  height: 18px;
  margin-right: 0.5rem;
}
.SizeChartPanel a {
  font-size: 14px;
  color: #212121;
  font-weight: 600;
  text-decoration: underline;
}

/* USP ICON */
.list-tag {
  padding: 10px 0;
}
.list-tag li {
  background-repeat: no-repeat;
  background-size: 60px;
  height: 100px;
  margin-bottom: 0;
  background-position: center;
}
.icon-privasi {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
.icon-ori {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
.icon-fresh {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
.icon-sameday {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
.icon-card {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
.icon-lisensi {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
.icon-pickup {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
/*.icon-gift {background-image: url('//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif');}*/
.icon-herbal {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
.icon-custom {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
.icon-halal {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}
.icon-bestprice {
  background-image: url("//outerbloom.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_100x.gif");
}

.swatch-element.small.available {
  font-size: 100%;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /*** Remove all paddings around the image on small screen*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mfp-content {
    width: 100% !important;
  }
  #product-bottom-left {
    padding: 0;
  }
}

/** Product Step **/
.product-meta {
  overflow-y: auto;
  overflow-x: hidden;
}
.product-meta {
  padding-left: 20px;
  padding-right: 20px;
}
#product-image,
.product-meta {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
#product-image::-webkit-scrollbar,
.product-meta::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
#product-meta .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
#product-meta .stepwizard .nav .nav-item {
  width: 90px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#product-meta .nav-link {
  display: block;
}
#product-meta .nav-link:focus,
#product-meta .nav-link:hover {
  text-decoration: none;
}
#product-meta .nav-link.disabled {
  color: #868e96;
}

#product-meta .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
#product-meta .nav-tabs .nav-item {
  margin-bottom: -1px;
}
#product-meta .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#product-meta .nav-tabs .nav-link:focus,
#product-meta .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
#product-meta .nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
#product-meta .nav-tabs .nav-link.active,
#product-meta .nav-tabs .nav-item.btn-success {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
#product-meta .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#product-meta .nav-pills .nav-link.active,
#product-meta .nav-pills li.btn-success {
  color: #212121;
  border-bottom: 2px solid #212121;
}
.nav-item:has(+ .btn-success) a,
.nav-item:has(+ * + .btn-success) a,
.nav-item:has(+ * + * + .btn-success) a {
  font-weight: normal !important;
}

#product-meta .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

#product-meta .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

#product-meta .tab-content .tab-pane {
  display: none;
}
#product-meta .tab-content .tab-pane h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 600;
}

#product-meta .tab-content > .active {
  display: block;
}
#product-meta .nav-pills .nav-link {
  color: #212121;
  padding: 5px 0;
}

#product-meta .nav-pills .nav-link.active,
#product-meta .nav-pills .btn-success {
  color: #212121;
  font-weight: 700;
}
#flower-step .nav-link[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#product-meta .panel-heading .nav-item a {
  font-size: 20px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  #product-meta .tab-content .tab-pane {
    padding: 20px 15px;
  }
}

/*#product-meta .steps {padding: 1rem; }*/
#product-meta .steps .container {
  max-width: 100%;
}

#product-meta #step-1 .steps .container {
  width: 100%;
  max-width: 400px !important;
  margin-left: 0;
}

.steps .form-group {
  margin-bottom: 1rem;
  width: 100%;
}
.steps h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.steps .form-group-half {
  width: 50%;
}
.steps label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 400 !important;
}
.steps .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  color: #212121;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.steps .group-radio label {
  vertical-align: top;
}
.steps .group-radio label span {
  font-size: 14px;
}
.steps .info-nextday {
  display: none;
  font-size: 14px !important;
  color: #212121;
  margin: 5px 0;
  padding: 6px 10px;
  border: 1px solid #eeeeee;
}
.steps .info-nextday span:last-child {
  cursor: pointer;
  background-color: #212121;
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  margin-left: 5px;
  font-weight: normal;
}
.steps .info-ongkir-kota {
  display: none;
}

#product-meta .steps .btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  margin-right: 12px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#product-meta .steps .btn-primary {
  color: #ffffff !important;
  background-color: #212121 !important;
}
#product-meta .steps .btn-block {
  display: block;
  width: 100%;
  height: auto;
}
#product-meta .steps .btn {
  color: #212121;
  transition: all 0.4s ease-in-out;
  height: 44px;
  line-height: 15px !important;
}
#product-meta .steps .btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}
#product-meta .steps .btn-primary:hover {
  color: #ffffff;
  background-color: #757575 !important;
  border-color: #757575 !important;
}
#product-meta .steps .btn:hover {
  transform: translateY(-1px);
}
#product-meta .steps .btn .icon {
  background-color: transparent;
  vertical-align: middle;
  padding: 6px 0 10px;
}

#delivery-method {
  display: flex;
}
#delivery-method .btn {
  border: 1px solid !important;
  background-color: transparent;
}
#delivery-method button:last-child {
  margin-right: 0 !important;
}
#product-meta .steps .btn-delivery-method {
  width: 100%;
}

#deliveryDate {
  display: flex;
}
#deliveryDate button {
  background-color: transparent !important;
  max-width: 40px;
  height: auto !important;
  padding: 0 !important;
  font-size: 14px !important;
  margin-right: 10px !important;
  color: #212121;
  font-weight: 400;
  border: none;
  transition: none;
  transform: none;
}
#deliveryDate button:focus,
#deliveryDate button:focus-visible {
  outline: none;
  border: none;
}
#deliveryDate button span {
  font-size: 14px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  max-width: 40px;
  display: block;
  border: 1px solid #212121;
  margin-top: 8px;
  padding: 11px;
  color: #212121;
  font-weight: 400;
}
#deliveryDate button.selected {
  font-weight: 700 !important;
}
#deliveryDate button.selected span {
  background-color: #eeeeee;
  color: #212121;
  font-weight: 700;
}
#deliveryDate button[disabled],
.calendarbutton.stop {
  color: #c4c4c4 !important;
}
#deliveryDate button[disabled] span,
#product-meta .calendarbutton.stop span {
  background-color: #eeeeee;
  color: #c4c4c4;
  border: none;
}

#full-date {
  padding: 0 !important;
  background: transparent !important;
  height: 20px !important;
  width: 100%;
  max-width: 100px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #757575;
  cursor: pointer;
}
#full-date:hover {
  border: none;
}

#deliveryDateFull.filled {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#deliveryDateFull.filled > div {
  position: relative;
  width: 70%;
}
#deliveryDateFull.filled > div:after {
  content: "";
  background: url(/cdn/shop/t/129/assets/icon-calendar.png?v=1742933690);
  width: 16px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 40px;
}
#deliveryDateFull.filled input {
  border: 1px solid;
  width: 100%;
  max-width: 95% !important;
  height: 43px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #212121;
  background-color: #eeeeee !important;
}
#deliveryDateFull.filled > button {
  width: 30%;
  background-color: #212121;
  color: #fff;
  padding: 0px 12px;
  font-size: 12px;
}

@media (max-width: 992px) {
  #row-delivery-date {
    display: block;
  }
  #purchaseProduct .row .error {
    display: block;
  }
  #deliveryDateFull > div {
    display: flex;
  }
}

#deliveryTime .btn {
  width: 100%;
  line-height: 15px !important;
  font-size: 14px !important;
  padding: 0 !important;
  background: transparent;
  border: 1px solid #212121;
  height: 56px !important;
  color: #212121;
  font-weight: 400;
  transition: none;
  transform: none;
}

#deliveryTime .btn[disabled] {
  color: #c4c4c4 !important;
  background-color: #eeeeee !important;
  border: none;
}

#product-meta .btn.calendar-group {
  height: auto !important;
  width: calc(33.33% - 5px);
  margin-bottom: 10px;
  font-weight: 600;
}

#product-meta .form-selfpickup p a {
  color: blue;
  text-decoration: underline;
}

#product-meta .steps .calendar-parcel .btn {
  height: auto !important;
  text-transform: capitalize;
  width: calc(25% - 10px) !important;
  margin-bottom: 10px;
}
#product-meta .steps .calendar-parcel .btn span {
  display: block;
}
#product-meta .steps .calendar-parcel .btn.selected {
  background-color: #212121;
  color: #fff;
}

#product-meta .steps-btn.selected:not(.calendarbutton) {
  transform: translateY(1px) !important;
  background-color: #eeeeee !important;
  font-weight: 700;
  border: 1px solid #212121 !important;
  color: #212121;
}

#product-meta .steps-btn p {
  margin: 0;
  font-size: 0.8em;
}

#product-meta .steps-card {
  background-color: #f7ffd9;
  width: 100%;
  position: relative;
  padding: 0.75rem;
  border: none;
}

#product-meta .reviewCardPurchase {
  max-width: 395px;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
#greetingCard {
  width: 100%;
  display: flex;
  justify-content: end;
}
#product-meta #greetingCard .greetingCard {
  width: 100%;
  max-width: 395px;
  height: 550px;
  border: 1px solid #212121;
  margin-top: 20px;
  position: relative;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
#product-meta #greetingCard .greetingCard:after {
  content: "";
  border-bottom: 1px dotted #212121;
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
}
#product-meta #greetingCard .greetingCard > div {
  height: 50%;
}
#greetingCard .label-attach-foto {
  font-size: 12px;
  font-weight: 400 !important;
}
#product-meta .case-img-preview {
  position: relative;
  width: 100%;
  background-color: #fff;
  justify-content: center;
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  height: 100%;
}
#product-meta .case-img-preview .btn-upload .preview-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 80%;
  display: block;
  margin: auto;
  flex: 1;
  padding: 3px;
}

#product-meta #greetingCard .greetingCard .placeholder-image label img {
  width: 40px;
}
#product-meta .case-img-preview .btn-upload .icon-upload button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#product-meta .case-img-preview .btn-upload .icon-upload button svg {
  vertical-align: middle;
  align-self: center;
  margin-right: 10px;
}
#product-meta .case-img-preview .btn-upload .icon-upload button span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .placeholder-image
  img.empty-state-card {
  width: 76px;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .button-empty-state {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .button-empty-state
  .btn {
  display: flex !important;
  padding: 0 20px !important;
  width: 170px;
  height: 43px !important;
  background: transparent;
  border: 1px solid #212121;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .button-empty-state
  .btn
  img {
  width: 25px;
  align-self: center;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .button-empty-state
  .btn
  span {
  text-transform: capitalize;
  font-size: 16px !important;
  align-self: center;
  margin: 0 !important;
  color: #212121;
  font-weight: 400;
}
#product-meta .case-img-preview .remove-image {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 2px solid #212121;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#product-meta .case-img-preview .remove-image:hover {
  box-shadow: 0px 1px 4px #212121;
}
#product-meta .case-img-preview .remove-image svg {
  width: 27px;
  height: 26px;
}

#product-meta .steps-card-preview {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
#product-meta .case-video-preview {
  display: none;
  position: relative;
  width: 100%;
  padding: 10px 30px;
  background: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2212121/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgb(184 184 184)' stroke-width='6' stroke-dasharray='10%2c 10%2c 5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: rgb(250 250 250 / 70%);
  position: absolute;
  bottom: 0;
}
#product-meta .case-video-preview p {
  margin: 0;
  color: #212121;
  font-size: 16px !important;
  align-self: center;
  display: flex;
  text-align: left;
  font-style: italic;
}
#product-meta .case-video-preview p span.replace-video {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  color: green;
  display: block;
}
#product-meta .case-video-preview p span:last-child {
  font-size: 14px;
  padding-left: 5px;
  align-self: center;
  vertical-align: middle;
  line-height: 1;
}
#product-meta .case-video-preview p .replace-video {
  cursor: pointer;
}
#product-meta .case-video-preview button {
  position: relative;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  width: 225px;
}
#product-meta .case-video-preview label {
  width: 250px;
  padding: 5px;
  text-align: center;
  margin: 0;
  border: 1px solid;
  background-color: #fff;
  border-radius: 4px;
}
#product-meta .case-video-preview button img {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -15px;
}
#product-meta .case-video-preview .remove-media {
  width: 26px;
  height: 25px;
  border-radius: 100%;
  padding: 0px;
  border: 2px solid #212121;
  position: absolute;
  right: 7px;
  top: 6px;
}
#product-meta .case-video-preview .remove-media:hover {
  box-shadow: 0px 1px 4px #212121;
}
#product-meta .case-video-preview .remove-media svg {
  width: 20px;
  height: 21px;
}
#product-meta .case-video-preview #label-input-video > span {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#product-meta .case-video-preview #label-input-video > span * {
  align-self: center;
  margin: 0;
}

.greetingCard .steps-card-input {
  width: 100%;
  padding: 20px 30px;
}
.steps-card-input input {
  font-size: 16px !important;
  width: 140px !important;
}
.greetingCard .form-control#receipt-name-card {
  width: 106px;
}
.greetingCard .form-control#senderCard {
  width: 91px;
  position: absolute;
  right: 0;
}
.steps .form-control,
.greetingCard .form-control {
  border: none;
  border-bottom: 1px solid #212121;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.steps .form-control::placeholder {
  color: #21212140;
  text-transform: uppercase;
}

#msgCard {
  position: absolute;
  right: 0;
  bottom: 5px;
  border: 1px solid;
  font-size: 12px;
  padding: 4px 8px;
  background-color: #eeeeee;
}

.steps .form-delivery .form-control {
  max-width: 100%;
  height: 35px;
}

#flower-step.disabled {
  position: relative;
}
#flower-step.disabled .stepwizard .tab-content {
  position: relative;
  opacity: 0.3;
  pointer-events: none;
}
#flower-step.disabled:after {
  content: "Stok Tidak Tersedia";
  display: block;
  margin: auto;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #212121;
  font-size: x-large;
  font-weight: 600;
}

.button-next .btn {
  width: 100% !important;
  max-width: 100%;
  height: 43px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
.button-next .btn svg {
  vertical-align: middle;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 3px;
}
.button-next .btn svg path {
  fill: #fff;
}

.save-card {
  text-align: right;
  margin-top: 20px;
}
.save-card button {
  width: 297px;
  text-align: center;
  height: 43px;
  cursor: pointer;
  cursor: pointer;
  background-color: #212121;
  color: #ffffff;
}
.save-card button[disabled] {
  background-color: #eeeeee;
  color: #c4c4c4;
  cursor: not-allowed;
}

.btn-next-card {
  display: flex;
  justify-content: end;
  gap: 20px;
}

@media (max-width: 991px) {
  #product-meta #greetingCard .greetingCard {
    margin: 20px auto;
  }
  .btn-next-card {
    justify-content: center;
  }
}

.case-video-preview > div {
  flex-wrap: wrap;
}
#product-meta .case-video-preview button {
  padding: 10px 15px;
  font-size: 12px;
  width: calc(50% - 5px);
  display: block;
  margin-bottom: 0 !important;
}
#product-meta .case-video-preview label {
  background-color: #fff;
  max-width: 150px;
  text-align: center;
  margin: 0;
  font-size: 12px;
}
.steps .steps-card-input {
  padding: 30px 15px 40px;
  border-top: 1px solid #212121;
}
#product-meta .case-video-preview p {
  font-size: 14px !important;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  flex-wrap: wrap;
}
#product-meta .case-video-preview p span {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
#product-meta .case-video-preview {
  padding: 10px;
  max-width: calc(100% - 10px);
  margin: 6px auto;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .button-empty-state
  .btn
  img {
  display: none;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .button-empty-state
  .btn
  span {
  font-size: 14px !important;
  align-self: center;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .button-empty-state
  .btn {
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px !important;
  height: 30px !important;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .button-empty-state
  .btn {
  width: 110px;
}
#product-meta
  .case-img-preview
  .btn-upload
  .icon-upload
  button
  .button-empty-state
  .btn
  svg {
  display: none;
}

#product-meta .btn.btn-uploadx {
  width: auto;
}

#flower-step .error {
  display: none;
  color: #a82121;
  font-size: 12px !important;
  margin-top: 0.5rem !important;
}
#flower-step .has-error input,
#flower-step .has-error textarea,
#flower-step .has-error select,
#flower-step .has-error .select2-selection {
  box-shadow: 0 1px 0px rgba(168, 0, 7, 0.5);
  border: none !important;
}
#product-anchor {
  position: relative;
  top: -125px;
}
#flower-step .tab-pane .label-congrats {
  display: block;
}

#flower-step #notif-surprise {
  display: none;
  font-size: 14px !important;
  padding-left: 25px;
}
#flower-step #notif-surprise textarea {
  font-size: 13px !important;
  min-height: 70px;
}

.form-group.custom-card {
  position: relative;
  border-bottom: 1px solid;
  padding-top: 40px;
}
.form-group.custom-card textarea {
  margin-bottom: 0;
  border: none !important;
}
.form-group.custom-card #show_note {
  position: absolute;
  bottom: 10px;
  right: 0;
  border: 1px solid #212121;
  background: #eeeeee;
  color: #212121;
  height: 31px;
  font-size: 12px !important;
  padding: 7px;
  text-align: center;
}

#day0[disabled="disabled"] {
  background-color: #bbbbbb !important;
}
@media (max-width: 576px) {
  #flower-step #step-3 .form-group {
    padding: 0;
  }
}

/** ADD ONS **/
.collection-addons {
  overflow: hidden;
}
.swiper-slide.product-card {
  margin: 5px 0;
}
.products .bg-products {
  background-color: transparent;
}
.label-addons {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  margin: 10px 0 10px;
}
.cross-sell-popup-dektop-btn {
  list-style: none;
  margin: 5px 0 10px;
  padding: 0;
  float: left;
  width: 100%;
}
.cross-sell-popup-dektop-btn li {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  float: none;
  cursor: pointer;
  text-align: center;
  width: 49%;
  border: #bfbfbf solid 2px;
  color: #212121;
  font-weight: 700;
  padding: 4px;
}
.cross-sell-popup-dektop-btn li.select {
  background-color: #00b01d;
  color: #fff;
  border-color: #00b01d;
}
.trigger-select {
  display: block;
}
#product-meta #step-4 .steps .btn-no-addons {
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #212121;
  box-shadow: none !important;
  border: 2px solid #212121;
}
#product-meta #step-4 .steps .btn-cta {
  max-width: 100%;
  width: 100%;
  background-color: #212121;
  color: #fff;
}
.upsell-checked-img-cover {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-card-img-container {
  position: relative;
}
.upsell-checked-img-cover img {
  width: 40px !important;
}
.upsell-checked-img-cover img:first-child {
  display: none;
}
.trigger-select.active .upsell-checked-img-cover img:first-child {
  display: inline-block;
}
.trigger-select.active .upsell-checked-img-cover img:last-child {
  display: none;
}
.discount-product * {
  display: inline-block !important;
  color: #aaa;
}
@media (max-width: 576px) {
  .panel-addons #step-4 .steps {
    padding: 0 !important;
  }
}
/** End Product Step **/

/** Product Papan Bunga **/
.customize-papan {
  padding: 20px 10px;
  position: relative;
  background: #ffffff;
  border: 2px solid #212121;
  height: 485px;
}

.customize-papan .case-occasion {
  text-align: center;
}
.customize-papan .case-occasion select,
.customize-papan .case-occasion .nice-select {
  font-weight: 800;
  font-size: 20px;
  margin: 10px auto;
  font-family: "Pacifico", cursive;
  outline: none;
  min-height: 40px;
  line-height: 40px;
  border: 2px solid #212121;
  padding: 0 55px;
  border-radius: 3px;
}
.case-occasion .nice-select {
  text-align: center !important;
}
.customize-papan .field-papan {
  clear: both;
  float: left;
  width: 100%;
}
.customize-papan .field-papan.group-field-1 {
  margin-bottom: 15px;
}
.customize-papan .group-field-1 .input-field {
  float: left;
  width: 100%;
}
.customize-papan .field-papan.group-field-2 {
  display: flex;
  gap: 10px;
}
.customize-papan .field-papan.group-field-2 .input-field {
  float: none;
  width: 50%;
}
.customize-papan .input-field {
  position: relative;
}
.customize-papan label.no-papan {
  position: absolute;
  background: #afafaf;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  margin-bottom: 0;
  top: 10px;
  left: 5px;
}

.customize-papan .input-field.field-logo,
.customize-papan input[type="file"] {
  cursor: pointer;
}
.customize-papan .field-papan.group-field-2 .input-field:first-child {
  margin-right: 15px;
}
.customize-papan .field-papan.group-field-2 select {
  margin-bottom: 0;
}
.customize-papan .group-field-2 .input-field:last-child {
  width: 100%;
}
.customize-papan .rec-logo {
  color: #f56d6d;
  font-size: 11px !important;
  clear: both;
  padding-top: 5px;
  margin-bottom: 10px;
}
.customize-papan input.sel {
  background: #212121;
}
.btn-upload-papan.uploaded svg g {
  fill: #ffffff;
}

.group-field-1 .limit {
  bottom: 10px !important;
}
/*btn upload*/
.field-logo {
  border-radius: 3px;
  background: #e6e6e6;
}
.field-logo > input[type="file"] {
  opacity: 0;
  z-index: 999;
  touch-action: auto;
}
.input-field.field-logo:active {
  background-color: #c5c5c5;
}

.ket-custom-papan {
  padding: 55px 0px 0px 17px;
}
.ket-custom-papan .ket-field {
  margin-bottom: 10px;
}
.ket-custom-papan .ket-field span:first-child {
  background: #afafaf;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  display: inline-block;
  color: #212121;
  margin-right: 10px;
}
.ket-custom-papan .ket-field span:last-child {
  font-weight: 800;
  font-size: 16px;
}
/** End Product Papan Bunga **/

/** Related Product **/
#product-bottom .related-product {
  overflow: hidden;
  padding-left: 2px;
}
.product-card-carousel {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  height: auto;
}
.product-card-carousel:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.product-card-carousel .product-card-price-after {
  color: #212121;
  margin: 0;
}
.c-carousel {
  position: relative;
}
.collection-slider {
  overflow: hidden;
  padding: 10px 0;
}
.carousel-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.carousel-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

/** Description Product **/
#product-bottom .long-desc ul {
  display: none;
}
#product-bottom .long-desc table tr {
  height: 40px;
  text-align: center;
}
#product-bottom .long-desc table tr:nth-child(1),
#product-bottom .long-desc table tr:nth-child(3),
#product-bottom .long-desc table tr:nth-child(5),
#product-bottom .long-desc table tr:nth-child(7),
#product-bottom .long-desc table tr:nth-child(9),
#product-bottom .long-desc table tr:nth-child(11),
#product-bottom .long-desc table tr:nth-child(13),
#product-bottom .long-desc table tr:nth-child(15) {
  background: #ececec;
}
#product-bottom .long-desc table tr td {
  border-right: 2px solid #b8b8b8;
}
#product-bottom .long-desc table tr td:last-child {
  border-right: none;
}

#product-bottom .white-shadow {
  position: relative;
  text-align: center;
  text-decoration: none;
}

#product-bottom .white-shadow span {
  border: 1px solid #212121 !important;
  padding: 5px;
  display: block;
  width: 100px;
  margin: auto;
  color: #212121;
  position: relative;
  bottom: 30px;
  z-index: 99;
}
#product-bottom .white-shadow span:hover {
  background-color: #212121;
  color: #fff;
}

#product-bottom .white-shadow:after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 85%
  );
  bottom: 100%;
  content: "";
  display: inline-block;
  height: 150px;
  position: absolute;
  right: 0;
  width: 100%;
}
#product-bottom a.less-more {
  text-decoration: none;
  text-align: center;
  padding-bottom: 20px;
}
#product-bottom a.less-more span {
  border: 1px solid;
  padding: 5px;
  color: #212121;
}
#product-bottom a.less-more span:hover {
  background-color: #212121;
  color: #fff;
}

#more_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgb(255 255 255 / 50%);
  padding: 10px;
}
.readmore span {
  cursor: pointer;
  background-color: #212121;
  color: #fff;
  display: block;
  width: 130px;
  height: 40px;
  margin: auto;
  padding: 9px;
}

#less_content {
  text-align: center;
  margin-top: 20px;
}

.product-description h3.heading-toggle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
}

.short-content.open > .content-toggle {
  display: block;
  padding-top: 20px;
}

.short-content.open > .content-toggle > ul + p {
  margin-top: 0;
}

.short-content {
  padding: 10px 0;
}

@media (min-width: 991px) {
  .short-content {
    border-bottom: 1px solid #c4c4c4;
    padding: 25px 0;
  }
}

/** Produk Lainnya **/
#product-bottom .others-product ul {
  margin: 0;
}
#product-bottom .others-product ul li {
  list-style-type: none;
}
#product-bottom .others-product ul li a {
  color: #212121;
  font-weight: normal;
}
#product-bottom .others-product ul li a span {
  vertical-align: middle;
  display: inline-block;
}
#product-bottom .others-product ul li a span svg {
  fill: #212121;
}

/** Product Fixed **/
#product-bottom #product-fixed .product-single__title {
  font-size: 19px !important;
  font-weight: bold;
}
#product-bottom #product-fixed ul {
  margin: 0;
  margin-bottom: 15px;
}
#product-bottom #product-fixed ul li {
  list-style-type: none;
  margin: 0;
}
#product-bottom .product-price-fixed,
#product-bottom .tag-discount {
  display: inline-block;
  vertical-align: middle;
}
#product-bottom .product-single__price--compare {
  color: #b8b8b8;
  font-size: 16px;
  font-weight: bold;
}
#product-bottom #ProductPrice-Product {
  font-size: 23px;
  font-weight: bold;
  color: #212121;
}
#product-bottom #product-fixed .tag-discount {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  background: #212121;
  color: #f2f2f2;
  padding: 0 5px;
  line-height: 22px;
  margin-left: 10px;
  height: 24px;
  margin-top: 5px;
}
.product-form__item.product-form__item--submit .btn {
  background-color: #212121;
  color: #f2f2f2;
  width: 100%;
  height: auto;
}

/** PRoduct Fixed **/
.product-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
}
.product-fixed {
  box-shadow: 0px 4px 12px -4px #212121;
  padding: 10px 0;
}
.pfMeta {
  padding-left: 30px;
  align-self: center;
}
.pfMeta p {
  margin: 0;
  display: flex;
}
.pfMeta .pType {
  font-size: 12px !important;
  color: #757575;
}
.pfMeta .pTitle {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.pfMeta .pPrice .price {
  font-size: 16px;
  font-weight: 600;
}
.pfMeta .priceCompare {
  color: #757575;
  text-decoration: line-through;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .product-fixed {
    padding: 5px 0 10px;
  }
  .pfImage img {
    width: 60px;
  }
  .pfMeta .pTitle {
    font-size: 14px;
  }

  .pfMeta .pType {
    font-size: 8px !important;
  }

  .pfMeta .pPrice .price,
  .pfMeta .priceCompare {
    font-size: 14px;
  }

  .product-fixed .btn {
    height: 35px !important;
    padding: 0px !important;
    font-size: 12px !important;
  }

  .button-share-wishlist {
    display: none !important;
  }
}

/** Product Reviews **/
#product-reviews {
  border-top: 1px solid #d1d1d6;
}
#product-reviews .stamped-container[data-widget-style] {
  margin: 0 !important;
}
.stamped-header:before {
  content: "Review Pelanggan" !important;
  font-size: 24px;
  margin: 0 0 12px;
  font-weight: 600;
  font-family: Barlow, sans-serif;
}
#product-reviews .stamped-header:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 26px;
}
#product-reviews .stamped-header.open:after {
  content: "-";
}

#stamped-main-widget {
  margin: 1em 0px;
}
.stamped-container {
  position: relative;
  padding: 12px;
}
.stamped-summary-actions-newquestion,
.stamped-summary-actions-newreview {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  background-color: #fafafa;
  color: #121212 !important;
  border: none;
  padding: 5px 20px;
}
.stamped-summary-actions-newquestion:hover,
.stamped-summary-actions-newreview:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.stamped-header-title {
  display: none;
}
.stamped-form-label {
  font-size: 14px;
}
.no-review {
  display: none;
}
.stamped-container {
  border: none;
  background-color: #fff;
}
.fa-star,
.fa-star-checked,
.fa-star-half-o,
.fa-star-o,
.stamped-starrating a {
  color: #ff7676;
}
.summary-rating-bar-content {
  background-color: #ff7676;
}
.stamped-button-primary {
  background-color: #ff3c3c;
  color: #fafafa;
  border: none;
}

.stamped-verified-badge {
  color: #567a94;
}
#stamped-sort-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
#stamped-sort-select::-ms-expand {
  display: none !important;
}
@media (min-width: 991px) {
  .stamped-container {
    display: flex;
  }
  .stamped-header {
    width: 45%;
  }
  .stamped-content {
    width: 100%;
  }
  .stamped-container ul.stamped-tabs li {
    text-transform: uppercase !important;
    font-size: 24px !important;
  }
  ul.stamped-tabs li:after {
    font-size: 16px;
  }
  .stamped-summary-actions {
    position: absolute;
    top: 0;
    right: 0;
    height: 33px;
    font-weight: 400;
    font-size: 14px;
  }
  .stamped-summary-actions {
    float: left !important;
  }
  #stamped-sort-select,
  #stamped-sort-select2 {
    margin-bottom: 0;
    margin-top: 5px !important;
  }
  .stamped-summary-actions > span {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 992px) {
  #product-reviews .stamped-container:before {
    font-size: 1.266em;
  }
  #stamped-main-widget {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .summary-overview .stamped-summary-caption.stamped-summary-caption-2 {
    display: block !important;
  }
}

/*
            Swatches Styles
            */

.swatch {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
/* Label */
.swatch .header {
  width: 100%;
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input {
  display: none;
}
.swatch label {
  width: 100%;
  display: block;
  /* To give width and height */
  /* Color swatches contain no text so they need to have a width.
            min-width:50px !important;
            height:35px !important;
            */
  /* No extra spacing between them */
  margin: 0;
  /* Styling text */
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  text-transform: uppercase;
}
.swatch-element label {
  padding: 0 10px;
  border: 1px solid #212121;
}
.color.swatch-element label {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border-color: #212121;
  font-weight: 700;
  background-color: #eeeeee;
}
.swatch .swatch-element {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
  margin: 0px 10px 10px 0;
  position: relative;
  border: none;
}
.swatch .swatch-element input {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  cursor: pointer;
}
/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.swatch .swatch-element .crossed-out {
  display: none;
}
.swatch .swatch-element.soldout .crossed-out {
  display: block;
}
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6; /* khtml, old safari */
  -moz-opacity: 0.6; /* mozilla, netscape */
  opacity: 0.6; /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #ffffff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -23px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 12121210;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
}
.swatch.error p {
  margin: 0.7em 0;
}
.swatch.error p:first-child {
  margin-top: 0;
}
.swatch.error p:last-child {
  margin-bottom: 0;
}
.swatch.error code {
  font-family: monospace;
}

.content-toggle {
  display: none;
}
.heading-toggle:after {
  content: "";
  display: block;
  box-sizing: border-box;
  height: 9px;
  width: 9px;
  border-style: solid;
  border-color: #212121;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease -in-out;
  position: absolute;
  top: 28px;
  right: 2px;
}
.short-content.open .heading-toggle:after {
  transform: rotate(225deg);
}
.short-desc.content-toggle ul li * {
  font-weight: normal;
}

.desc-add {
  margin-bottom: 20px !important;
}
.desc-add p {
  margin: 0;
  padding: 10px 20px;
}

.short-spec .content-toggle > ul:first-child {
  display: none;
}
.desc-add {
  margin-bottom: 40px !important;
}
.desc-add img {
  width: 100%;
}

.short-content.short-desc-mobile {
  border-bottom: none;
}

/* .product-spec table {
                display: none;
            } */

@media (max-width: 991px) {
  .heading-toggle:after {
    top: 12px;
  }
}

.product-papan-bunga .swatch .swatch-element {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .c-carousel .swiper-button-next,
  .c-carousel .swiper-button-prev {
    display: none;
  }
  .product-card-carousel {
    min-height: 248px;
    padding: 10px;
  }
  .product-card-carousel .h5 {
    max-height: 36px;
    overflow: hidden;
  }
  .carousel-button-next,
  .carousel-button-prev {
    display: none;
  }
  .product-card-carousel .swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
  }
}

@media (min-width: 992px) {
  .product-card-carousel {
    min-height: 286px;
    padding: 10px;
  }
  #product-bottom .related-product .swiper-slide {
    width: 24% !important;
  }
  .product-card-carousel {
    min-height: 280px;
    padding: 10px;
  }
  .others-product ul li a {
    font-size: 18px;
  }
  #thumb-image-product.thumb-normal {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-vertical {
    width: 100%;
  }
  .nice-select {
    height: 40px;
  }
  .product-meta--review .stamped-badge-caption span {
    display: inline-block !important;
    font-size: 14px;
    margin-left: 2px;
    text-transform: lowercase;
  }
}

@media (min-width: 1200px) {
  .product-card-carousel {
    min-height: 308px;
    padding: 10px;
  }
}

@media only screen and (min-width: 769px) {
  #product-meta {
    padding-left: 15px;
    padding-right: 0px;
  }
  #product-meta h1 {
    font-size: 24px;
  }

  #product-meta .assured {
    width: 197px;
    float: right;
  }

  #product-meta #button-action .btn,
  #product-meta #button-action-step .btn {
    -webkit-flex: 0 0 300px;
    -moz-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    height: auto !important;
  }

  #button-action.hide-lg {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  /* Breadcrumb */
  .breadcrumb {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0;
  }

  .bg-card {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .product-image {
    padding-left: 0;
    padding-right: 0;
  }
  .product-single__photos {
    margin-bottom: 0;
  }

  #product-image .gallery-thumbs-2 .swiper-slide {
    width: 22%;
    float: left;
  }
  #product-image .gallery-thumbs-2 .swiper-slide img {
    background: #ffffff;
  }

  .carousel-button-next {
    right: 30px;
  }
  .carousel-button-prev {
    left: 8px;
  }
  #product-image .gallery-thumbs-2 .swiper-slide {
    border: 1px solid #f2f2f2;
  }

  .thumb-normal-2 {
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 0;
  }
  .thumb-normal-2 li {
    width: 25% !important;
    margin-bottom: 0;
  }

  #product-image .swiper-container {
    margin-top: -4px;
  }
  #featured-image-product2 .swiper-slide .video-wrapper {
    padding-bottom: 0;
    position: initial !important;
  }
  #featured-image-product2 .swiper-button-next,
  #featured-image-product2 .swiper-button-prev {
    background-image: none;
  }
  #featured-image-product2 .swiper-button-prev {
    left: 7px;
  }
  #featured-image-product2 .swiper-button-next {
    right: 14px;
  }
  #featured-image-product2 .gallery-mobile ul {
    margin-left: 0;
  }
  #featured-image-product2 .gallery-mobile ul li {
    margin-bottom: 0;
    list-style: none;
  }
  #featured-image-product2 .swiper-pagination.swiper-pagination-fraction {
    width: 60px;
    right: 0 !important;
    left: inherit !important;
    bottom: 0;
    background: -webkit-linear-gradient(
      bottom,
      rgba(255, 255, 255, 0.8) 30%,
      rgba(255, 255, 255, 0) 100%
    );
    padding: 5px;
    border-top-left-radius: 5px;
  }
  #featured-image-product2 .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #212121;
  }

  #product-meta {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }

  #product-meta h1 {
    font-size: 22px;
  }

  #product-meta .assured {
    top: 0;
  }

  #product-meta #AddToCartForm {
    margin-top: 10px;
  }

  #product-meta #button-action .row {
    margin-top: 0 !important;
  }
  #product-meta #button-action .cta-wa {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #212121;
    background-color: #f2f2f2;
  }
  #product-meta #button-action .cta-wa .icon {
    width: 24px !important;
    height: 24px;
    color: #212121;
  }
  #product-meta #button-action .cta-wa,
  #product-meta #button-action .js-qty {
    margin-right: 10px !important;
  }
  #product-meta #button-action .cta-wa {
    padding: 7px 8px 5px;
    text-align: center;
    -webkit-flex: 0 0 40px;
    -moz-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  /*#product-meta #button-action .cta-wa a {display: none;}*/
  #product-meta #button-action .js-qty {
    margin-top: 0 !important;
  }
  #product-meta .js-qty,
  .ajaxcart__qty {
    -webkit-flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
  #product-meta .js-qty .fallback-text {
    width: 30px;
  }
  #product-meta .js-qty button,
  #product-meta .js-qty input {
    font-size: 24px !important;
  }
  #product-meta #button-action .btn {
    margin-top: 0;
    -webkit-flex: 1 0 100px;
    -moz-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    height: auto !important;
  }

  /** Product Step Bunga **/
  #flower-step.block {
    display: block;
    position: fixed;
    top: 0;
    background: #f2f2f2;
    width: 100%;
    z-index: 9999;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: auto;
  }
  #product-meta .steps .row {
    margin: 0;
  }
  #flower-step.block .m-no-step {
    border-bottom: 1px solid #b8b8b8;
    padding: 5px 10px;
  }
  #flower-step.block .m-no-step a {
    color: #212121;
  }
  #flower-step.block .stepwizard-row {
    display: none !important;
  }
  #flower-step.block .no-step {
    font-size: 20px;
    font-weight: bold;
  }
  #flower-step.block .nav-item {
    width: 100%;
  }
  #flower-step.block .step-check {
    float: right;
  }
  #flower-step.block .nav-link[disabled] .step-check svg {
    fill: #b8b8b8;
  }
  #flower-step.block .nav-link .step-check svg {
    fill: #757575;
  }
  #flower-step.block .stepwizard {
    padding: 0;
  }
  #flower-step.block .tab-content {
    padding-right: 0 !important;
  }
  #flower-step.block .m-head {
    background: #212121;
    color: #f2f2f2;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
  }
  #flower-step.block .m-head .close-how-order {
    position: absolute;
    right: 0;
    top: -5px;
  }
  #flower-step.block .m-head .close-how-order svg {
    width: 25px;
    margin-right: 8px;
  }
  #flower-step.block .row.button-next .flex-wrap .resetBtn {
    width: 30%;
    border-radius: 0 !important;
    background: #df2030 !important;
    color: #f2f2f2 !important;
    font-weight: bold !important;
  }

  #flower-step.block .steps .button-next .flex-wrap {
    padding: 0;
  }
  #flower-step.block .steps .form-group h4 {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
  #flower-step.block .error {
    font-size: 14px;
  }
  #product-meta .steps .btn-cta {
    width: 100%;
  }
  #product-meta .steps .js-qty {
    display: none;
  }

  #product-meta .steps .or-cta {
    width: 100%;
    text-align: center;
  }
  #product-meta .steps .or-cta > span {
    text-align: center;
    display: block;
    font-weight: bold;
    text-transform: lowercase;
    padding: 10px;
    font-size: 17px;
  }
  #product-meta .steps .or-cta .btn-cta {
    width: 230px !important;
    background: red !important;
    color: #f2f2f2 !important;
  }

  .product-bottom-right {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  #product-meta .tab-content .tab-pane h3 {
    display: none;
  }

  #product-meta .steps .button-next .btn {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  #product-top.container {
    max-width: 100%;
    padding: 0;
  }
  #product-meta .js-qty input {
    line-height: normal !important;
  }
  #product-meta #button-action {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 7px 10px 8px;
    background-color: #f2f2f2;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
  }
  #flower-step .tab-pane .label-congrats,
  #button-action-step {
    padding: 0 15px;
  }

  .bbb-widget {
    display: none;
  }
}

/*
            @media only screen and (max-width: 767px){
                .qcw-cs-container, .qcw-trigger-btn.qcw-cs-trigger-button {padding: 0;margin: 0;background-color: transparent!important;right: inherit;left: 18px;width: max-content;}
                .qcw-trigger-btn.qcw-cs-trigger-button div {display: none;}
            }
            */

@media only screen and (max-width: 480px) {
  li.firstbox,
  .secondbox {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none !important;
  }
  #product-reviews .rattings .firstbox {
    border-bottom: 2px solid #b8b8b8;
  }
  #product-meta .js-qty,
  .ajaxcart__qty {
    -webkit-flex: 0 0 80px;
    -moz-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
  #product-meta .js-qty button,
  #product-meta .js-qty input {
    font-size: 18px !important;
    line-height: 3;
  }
  #product-meta #button-action .btn {
    width: 100px;
  }
  #product-meta .js-qty button svg {
    width: 20px;
  }
  #button-action .quantity-selector {
    max-width: 75px;
    margin-right: 12px;
    margin-bottom: 0;
  }

  #deliveryDate button {
    max-width: 34px;
    font-size: 12px !important;
  }
  #deliveryDate button span {
    font-size: 12px;
    width: 34px;
    height: 34px;
    max-width: 34px;
    padding: 10px;
    margin-right: 12px !important;
  }
}

#day0:disabled {
  background-color: #ececec;
}

/** Mobile Product Video **/
.video-modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  top: 0;
  left: 0;
}
.video-modal .video-wrapper {
  overflow: inherit;
}
.close-video {
  position: absolute;
  right: 9px;
  top: 8%;
  z-index: 2;
  padding: 5px;
}
.close-video .icon {
  width: 30px;
  height: 30px;
  color: #fff;
}
.video-container {
  position: relative;
  padding-bottom: 48.25%;
  padding-top: 35px;
  height: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.video-container iframe {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 100%;
}

.upsell-quantity {
  display: flex;
  width: 100px;
  margin: auto;
}
.upsell-quantity button {
  border: 1px solid;
}
.upsell-quantity input {
  width: 100%;
  margin: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  color: #212121;
}

li[aria-disabled="true"] {
  color: #bbb;
  cursor: default;
}
.color-innocent-pink {
  background-color: #dabdd2 !important;
}
.color-sky-blue {
  background-color: #a7b3d6 !important;
}
.color-angelic-white {
  background-color: #f8f2df !important;
}

.color-mint-oasis {
  background-color: #b1cbc6 !important;
}

.nextBtn[disabled] {
  opacity: 0.6;
}
.btn.calendar-group[disabled] {
  background-color: #b8b8b8 !important;
}

#cities + .select2 .select2-selection {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #212121;
  padding: 12px;
}

.sh-ws {
  padding: 10px 0;
  margin-bottom: 25px;
}
.sh-ws a {
  color: #212121;
  font-size: 12px;
}
.sh-ws svg {
  align-self: center;
  vertical-align: middle;
  width: 15px;
  padding-left: 5px;
  box-sizing: content-box;
}
.sku-product {
  font-size: 12px;
  font-weight: 600;
  padding: 20px;
  margin-bottom: 20px;
}
.sku-product tbody {
  width: 400px;
  margin: auto;
}
.sku-product tbody tr td {
  padding: 5px 0;
}
.sku-product tbody tr td:first-child {
  width: 200px;
  text-transform: uppercase;
}
.sku-product tbody tr td:last-child {
  font-weight: 400;
}
@media (max-width: 992px) {
  #flower-step.block .sh-ws,
  #flower-step.block .sku-product {
    display: none;
  }
}

body.open-funeral {
  overflow: hidden;
}
#recipient-address {
  min-height: 140px;
}
.address-rmhduka {
  cursor: pointer;
  bottom: 5px;
  left: 5px;
  border: 1px solid #ced4da;
  padding: 2px 10px;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  margin-top: 8px;
}
.address-rmhduka:hover {
  background-color: #212121;
  color: #fff;
}
#choose-funeral {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.3);
  z-index: 9;
}
#choose-funeral .wrapper-funeral {
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.wrapper-funeral ul {
  max-height: 400px;
  max-width: 400px;
  min-width: 300px;
  overflow: auto;
  margin: 0;
}
#choose-funeral ul li {
  list-style: none;
  margin: 0;
  padding: 6px 15px;
  cursor: pointer;
}
#choose-funeral ul li:hover {
  text-decoration: underline;
}
#choose-funeral .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.3);
  cursor: pointer;
}
.close-funeral {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #212121;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.select2-hidden-accessible {
  display: none !important;
}
.select2.select2-container.select2-container--default {
  display: block;
  width: 100% !important;
}
.select2-selection__rendered {
  width: 100%;
  display: block;
  color: #ffffff;
  font-style: italic;
}
.select2-selection {
  position: relative;
  display: block;
  background-clip: padding-box;
  padding: 12px;
  cursor: pointer;
  height: 100%;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #757575;
}
.select2-selection:after {
  content: "";
  display: block;
  box-sizing: border-box;
  height: 9px;
  width: 9px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150msease-in-out;
  position: absolute;
  top: 12px;
  right: 30px;
}
.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: inherit;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  height: 300px;
  overflow: auto;
}
.select2-search.select2-search--dropdown {
  margin: 10px;
  display: block;
}
.select2-search__field {
  width: 100%;
  display: block;
}
.select2-results__options {
  margin: 10px;
}
.select2-results__options li {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
}
/* .select2-results__options li:first-child {
display: none!important;
} */
.select2-results__option--highlighted {
  background-color: #f2f2f2;
  display: block !important;
}
span.selection.needsclick {
  position: relative;
}
#form-group-city .selection.needsclick:after {
  top: 13px;
  right: 5px;
}
#form-group-zip .selection.needsclick:after {
  top: 8px;
  right: 0;
  background-size: 20px;
}
#form-group-zip .select2-selection {
  font-size: 14px;
  border-radius: 0;
  padding: 0.5rem;
  max-height: 35px;
}
.select2-container--open span.selection.needsclick:after {
  transform: rotate(180deg);
}
#form-group-zip .select2-container--open span.selection.needsclick:after {
  top: -5px !important;
  right: 10px !important;
}
@media (min-width: 991px) {
  .select2-results__options li {
    font-size: 16px;
  }
}

.iti__a11y-text {
  display: none;
}

/* STEP OCCASION & ADD ON */

.nav-feature-step {
  width: 100%;
}
.nav-feature-step div {
  width: auto !important;
  border: 1px solid #212121;
  padding: 5px;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-feature-step div.selected,
.nav-feature-step div:hover {
  background-color: #212121;
  color: #ffffff;
  border: none;
  font-weight: 700;
}

.button-next .btn-addon {
  background-color: #ffffff;
  border: 1px solid #212121;
  color: #212121;
  margin: 0 !important;
}
.nextBtn.btn-addon svg path {
  fill: #212121;
}
.adding-cart {
  background: #eee;
  background: linear-gradient(110deg, #212121 8%, #f5f5f5 18%, #212121 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite;
  height: 30px;
}

.row-pickup {
  padding: 10px 0;
}
.row-pickup.selected {
  background-color: #f4f4f4;
}
.row-pickup label {
  margin: 0;
}
@keyframes shine {
  100% {
    background-position-x: -200%;
  }
}

@media (max-width: 992px) {
  .select2-selection:after {
    right: 10px;
  }
}

/* Dynamic Vase Availability Styles */
/* ================================= */
.swatch-element.unavailable {
  display: none !important;
}

.swatch-element.unavailable label {
  opacity: 0.5;
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.swatch-element.unavailable input[type="radio"] {
  pointer-events: none;
}

.swatch-element.unavailable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 5px,
    rgba(255, 0, 0, 0.1) 5px,
    rgba(255, 0, 0, 0.1) 10px
  );
  z-index: 1;
}

/* Smooth transition for showing/hiding vase options */
.swatch-element {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.swatch-element.unavailable {
  opacity: 0;
  transform: scale(0.8);
}

.swatch-element.available {
  opacity: 1;
  transform: scale(1);
}

/* Mobile Short Description - Duplicate of Desktop */
/* ================================================ */
@media (max-width: 991px) {
  .short-desc-mobile {
    margin-bottom: 2rem;
  }

  .short-desc-mobile .short-desc ul {
    margin: 0;
    padding-left: 20px;
  }

  .short-desc-mobile .short-desc ul li {
    list-style: disc;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
  }

  .short-desc-mobile .short-desc ul li:last-child {
    margin-bottom: 0;
  }

  .short-desc-mobile .short-desc ul li:nth-child(n + 4) {
    display: none;
  }

  .short-desc-mobile .short-desc ul li.showList:nth-child(n + 4) {
    display: list-item;
  }

  .short-desc-mobile .more-mobile {
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #007bff;
    margin-top: 10px;
  }

  .short-desc-mobile .more-mobile.showMe {
    display: block;
  }

  .short-desc-mobile .short-desc strong,
  .short-desc-mobile .short-desc b {
    font-weight: 600;
  }

  .short-desc-mobile .short-desc em {
    font-style: italic;
    color: #6c757d;
  }
}
