/** Shopify CDN: Minification failed

Line 24:1 Expected identifier but found "."
Line 174:5 Unexpected ".5"
Line 199:5 Unexpected "{"

**/
.p-5 {
  padding: 1.25rem;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-bap {
  display: flex;
  flex-wrap: wrap; /* Allows items to move to a new row */
  justify-content: center; /* Centers items horizontally */
  gap: 10px; /* Adds spacing between items */
}
..grid-001 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-1 {
  gap: 0.25rem;
}
.gap-12 {
  gap: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.text-center {
  text-align: center;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.font-bold {
  font-weight: 700;
}
.text-gray-800 {
  color: #1f2937;
}
.flex {
  display: flex;
}
.mt-4 {
  margin-top: 1rem;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.p-1 {
  padding: 0.25rem;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bg-white {
  background-color: #ffffff;
}
.rounded-3xl {
  border-radius: 1rem;
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.overflow-hidden {
  overflow-y: hidden;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.object-cover {
  object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.flex-grow {
  flex-grow: 1;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-10 {
  padding-bottom: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.text-white {
  color: #ffffff;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.align-bottom {
  vertical-align: bottom;
}
.w-5 {
  width: 1.25rem;
}
.h-5 {
  height: 1.25rem;
}
.mb-0 {
  margin-bottom: 0;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.py-0.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .grid-buttons {
    margin-top: 1.25rem;
  }
  .lg:block {
    display: block;
  }
  .lg:p-10 {
    padding: 2.5rem;
  }
  .lg:p-10 {
    padding: 2.5rem;
  }
  .lg:rounded-3xl {
     {
      border-radius: 1rem;
    }
  }
  .grid {
    grid-column: span 2 / span 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg:p-16 {
    padding: 4rem;
  }
  .lg:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .lg:gap-6 {
    gap: 1.5rem;
  }
  .lg:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg:pt-5 {
    padding-top: 1.25rem;
  }
  .lg:p-5 {
    padding: 1.25rem;
  }
  .lg:mt-0 {
    margin-top: 0;
  }
  .lg:bg-transparent {
    background-color: transparent;
  }
  .lg:hidden {
    display: none;
  }
  .lg:-mb-4 {
    margin-bottom: -1rem;
  }
  .lg:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .md:bg-transparent {
    background-color: transparent;
  }
  .md:-mb-4 {
    margin-bottom: -1rem;
  }
  .md:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md:font-normal {
    font-weight: 400;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem; /* Default padding for smaller screens */
  padding-right: 1rem;
}
.flex-col {
  flex-direction: column;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.montserrat {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font-heading {
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.1;
}

.push-btn-surface {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 14px !important;
  text-align: center;
  font-size: 2rem;
  /* background: rgb(4,30,66); */
  background-color: rgb(254 240 138);
  color: black;
  /* color: rgb(var(--color-button-text)); */
  box-shadow: inset 0 0 0 1px rgb(4, 30, 66);
  box-sizing: border-box;
  transition: transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 900;
}

.wrapper {
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

/* Opacity for placeholder images */
.placeholder-image {
  opacity: 0.2;
}

/* Opacity for added product images */
.product-image {
  opacity: 1;
}

.box-selection {
  background: white;
}

.top-stick {
  margin-top: -15px;
}

.button-danger .push-btn-surface {
  background: red;
  padding: 13px;
  color: white;
}

.box-slot {
  text-align: center;

  box-sizing: border-box;
}

.box-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-item:hover .remove-icon {
  display: block;
}

.empty-box-message {
  text-align: center;
  color: #888;
}

.bap-remove-selected-doughnut {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #e80a35;
  color: #fff;
  z-index: 1000;
}

.card {
  position: relative;
  border-radius: 1rem;
  border-width: 0;
  --tw-bg-opacity: 1;
  font-size: 2rem;
  line-height: 1.2;
  --media-drop-shadow-size: 0;
  --media-drop-shadow-top-size: 0;
  --media-drop-shadow-left-size: 0;
  border-color: rgb(40, 30, 66);
  z-index: 1;
}

.bap-preview-wrapper {
  position: sticky;
  height: 100vh;
  top: 15px;
  overflow-y: scroll;
}

.pack-price {
  text-align: center;
  margin: auto;
}

.selected {
  background-color: white;
}

.bap-greeting-cards .greeting-card {
  border-radius: 18px;
}

.bap-greeting-cards .greeting-card img {
  border-radius: 18px;
}

.break-words {
  overflow-wrap: break-word;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.gift-message-text-box {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 18px;
  margin-top: 15px;
  padding: 20px;
  height: 100%;
}

textarea {
  resize: vertical;
}

.pb-button-shadow {
  padding-bottom: 4px;
}

.theme-icon path {
  vector-effect: non-scaling-stroke;
  stroke: currentColor;
  stroke-width: 2;
}

.text-scheme-text {
  --tw-text-opacity: 1;
  color: rgba(40, 30, 66, 255);
}

.doughnut-quantity {
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.1;
}

.input--no-border {
  box-shadow: none;
}

@media screen and (max-width: 786px) {
  .bap-preview-wrapper {
    position: relative;
    height: auto;
    top: auto;
    z-index: 1000;
  }
}

@media screen and (max-width: 786px) {
  .bap-preview-wrapper {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 32%;
    width: 100%;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 786px) {
  .bap-preview-wrapper.more-than-8 {
    height: 43%;
  }
}

@media screen and (max-width: 786px) {
  .bap-pack-sizes .grid {
    background-color: #f2f2f2;
    border-top-left-radius: var(--card-border-radius);
    border-top-right-radius: var(--card-border-radius);
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
}

.card-container {
  position: relative;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 786px) {
  .bap-actions .push-btn-surface {
    font-size: 12px !important;
    padding: 10px;
  }
}

@media screen and (max-width: 786px) {
  .bap-preview-wrapper.pack-preview-closed {
    height: 17%;
  }
}

@media screen and (max-width: 786px) {
  .bap-preview-wrapper.open {
    height: 100%;
    background-color: #fff;
  }
}

@media screen and (max-width: 786px) {
  .bap-preview-continue-editing {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 786px) {
  .bap-preview-wrapper.open .bap-add-to-cart-wrapper {
    height: 10%;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 786px) {
  .bap-preview-wrapper.open .bap-preview {
    height: 90%;
    overflow: h;
  }
}
.box-product {
  border: 1.5px solid black !important;
}
.box-product img {
  padding: 8px 8px 0px;
  border-radius: 6px 6px 0px 0px;
}
.pushable {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
}
.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  transform: translateY(2px);
}
.edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #c2aa24;
}
.front {
  display: block;
  position: relative;
  padding: 6px 0;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  background: #ffdf2b;
  transform: translateY(-4px);
}

.pushable:hover .front {
  transform: translateY(-6px);
}
.pushable:hover .shadow {
  transform: translateY(4px);
}
.pushable:active .front {
  transform: translateY(-2px);
}
.pushable:active .shadow {
  transform: translateY(1px);
}

.pushable:focus:not(:focus-visible) {
  outline: none;
}
@media (min-width: 768px) {
  .box-slot {
    flex: 1 1 calc(100% / 4 - 10px);
    max-width: calc(100% / 4 - 10px);
  }
  .selection-button {
    background-color: #f5f5f5;
  }
  .limit-selection {
    width: 92%;
    margin: 0 auto;
  }
  .limit-selection .active {
    background-color: #007bff; /* Change to your highlight color */
    color: white;
    border: 2px solid #0056b3;
  }
}
/* For WebKit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background color of the scrollbar track */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color when hovered */
}

@media (max-width: 768px) {
  .box-slot {
    flex: 1 1 calc(100% / 6 - 10px);
    max-width: calc(100% / 6 - 10px);
  }
}
.footer-3 {
  display: none;
}
