/** Shopify CDN: Minification failed

Line 700:25 Unexpected "{"

**/
@media only screen and (max-width: 768px) {
  .card__step_1 .card__info h3 a {
    font-size: 14px;
  }

  .card__step_1 .card__price {
    font-size: 14px;
  }

  .card__step_1 select.single-option-selector.variant_selector {
    padding: 4px 5px;
    width: 95%;
    font-size: 13px;
  }
}

.card__info .card__product-category{
  font-size: 14px;
  font-weight: 400;
  line-height: 19.63px;
  letter-spacing: .13em;
  text-align: left;
  color: #373737;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.63px;
    letter-spacing: .13em;
    text-align: left;
    color: #373737;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.card__step_1 .card__info h3 a {
  font-size: 16px;
  font-family: inherit;
  color: #2f374b;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

.card__step_1 .card__price {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  display: block;
  font-family: inherit;
  color: #2f374b;
}

.card__step_1 .cst-select-wrapper {
  display: flex;
  margin-bottom: 15px;
  margin-top: 5px;
  width: 100%;
  max-width: 100%;
}

.card__step_1 select.single-option-selector.variant_selector {
  padding: 5px 10px;
  border: 1px solid #f8f3f3;
  text-overflow: "";
  color: #2f374b;
  cursor: pointer;
  background: #f8f3f3;
  border-radius: 4px;
  font-family: PT Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 95%;
  font-size: 14px;
  margin-right: auto;
}

.card__step_1 .card-product-new__btn {
  margin-bottom: 1.5rem;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  color: #373737;
  background: var(--gradient-base-accent-1);
  padding: 10px 0;
  text-align: center;
  border: 1px solid #7777;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.card__step_1 .card-product-new__btn:hover {
  background: #a79c7f;
  color: #fff;
}
.card.critical-clear.card--reveal.card__step_1 {
  padding: 0px 5px;
}

/* Makes the product tiles uniform in height*/
.card__step_1 .card__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 480px; /* Adjust based on your tallest card */
}

.card__step_1 .quick_view {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
}

.card__step_1 .quick_view img,
.card__step_1 .card__image,
.addtobox-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.card__info {
  flex-grow: 1; /* Takes up available space */
  display: flex;
  flex-direction: column;
}

.card-product-new__btn {
  margin-top: auto; /* Pushes button to bottom */
}

.show_grid_9 {
  display: grid !important;
}

div#product-grid-2 {
  display: block;
  width: 100%;
  padding: 0px 10px;
}

img.box-product-img {
  display: block;
  width: 100px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  position: relative;
}

span.btnn_remove {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 7px;
  width: 26px;
  background: #444141;
  color: #fff;
  line-height: 11px;
  border-radius: 100%;
  z-index: 1;
  cursor: pointer;
}

.box-product {
  position: relative;
}

.empty-boxes {
  gap: 18px;
}

.grid__sectionn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid__item_sectionn {
  width: 25%;
  max-width: 25%;
  display: block;
}

.grid_roww_secc {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

/* gift_form */

.gift_overview_deatil {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.note-section {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 400px;
  margin: 30px auto;
}
.note-image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

a.change-card {
  display: block;
  width: 100%;
  text-align: center;
  color: #121212;
  cursor: pointer;
}
.note-form {
  text-align: left;
  display: block;
  width: 100%;
  padding: 20px;
  max-width: 950px;
  background: #f6f3e9;
  border-radius: 6px;
  margin: 40px auto;
}

.note-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.note-form input,
.note-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.note-form input[type="checkbox"] {
  width: auto;
}

.form__group {
  display: flex;
  width: 100%;
  column-gap: 20px;
  margin-bottom: 20px;
}

.from_iteem {
  width: 50%;
}

.submitt {
  margin-bottom: 1rem;
  display: inline-block;
  background: #e6af92;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  border: none;
  color: #fff;
}

.add-all-bundle {
  margin-bottom: 1rem;
  display: inline-block;
  background: #a79c7f;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
  border: none;
  color: #fff;
}

.from_iteem label,
.from_iteem label {
  width: 100%;
}

/* .sticky {
  position: fixed;
  top: 170px;
  right: 53px;
  }

.boxes {
    display: flex;
    grid-template-columns: 3fr 1fr;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.box_productss_left{width: 70%;}
.empty-boxes11{width: 30% !important;} */

.empty-boxes-wrapper {
  /* Ensure the wrapper has full height to contain the sticky element */
  position: relative;
}

.sticky_element {
  top: 25px;
}

.empty-boxes11 {
  /* Initial state */
  position: relative;
}

.empty-boxes11.sticky {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 200px; /* Adjust this value as needed */
}

.empty-boxes {
  margin-top: 0px !important;
}

.product-checkbox1.checked + .card__wrapper .card_section {
  border: 1px solid #e6af92;
}

.add-all-bundle {
  cursor: pointer;
}

#progress-bar .bullet {
  display: block !important;
}

#step_2 {
  transition: none !important;
  animation: none !important;
}

.bar {
  display: block !important;
}

/** MOBILE DIMENSIONS **/
@media only screen and (max-width: 768px) {
  .empty_box_section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .boxes {
    display: flex !important;
    grid-template-columns: 4fr !important;
    gap: 0px;
    margin-top: -12px !important;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .product__selectionn.product__selectionn_box {
    width: 50% !important;
    max-width: 50% !important;
  }

  .grid___itemmm {
    gap: 0px !important;
    margin-top: 10px;
  }

  #progress-bar .label {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 5px 0 0 !important;
    font-size: 12px !important;
    text-align: center;
    min-width: 60px !important;
    font-weight: 700;
    text-transform: uppercase;
    transform: translate(-50%);
  }

  body {
    overflow-x: hidden !important;
  }

  .empty-boxes {
    display: flex;
    gap: 10px !important;
    margin-top: 20px;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: auto;
    /* margin-bottom: 0px !important; */
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px lightgray;
    padding: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow-x: auto;
  }

  img.box-product-img {
    display: block;
    width: 30px;
    height: auto;
    max-height: 70px;
    object-fit: cover;
    object-position: center;
    position: relative;
  }

  span.btnn_remove {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 6px;
    width: 20px;
    background: #444141;
    color: #fff;
    line-height: 6px;
    border-radius: 100%;
    z-index: 1;
  }

  #progress-bar {
    margin-bottom: 60px !important;
  }

  .empty-boxes11.sticky {
    bottom: 0px !important;
    top: auto !important;
    position: fixed !important;
    z-index: 9999;
    left: 0;
    padding: 0px !important;
    width: 100%;
  }

  #step_1 .custom-giftbox-tray {
    bottom: 48px !important;
    padding-bottom: 20px;
  }

  div#product-grid-2 {
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
    z-index: 9999;
    left: 0;
    padding: 0 !important;
  }

  .sticky_element {
    bottom: 0px !important;
    top: auto !important;
  }

  .empty_box_section.sticky_barr {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
  }

  .empty_box_section.sticky_barr .empty-boxes {
    padding: 10px;
  }

  .grid__item_sectionn {
    width: 50%;
    max-width: 49% !important;
    display: block;
  }

  .card__step_1 .card__info h3 a {
    font-size: 15px;
    /* min-height: 40px; */
    text-align: center;
  }

  .card__product-category{
    text-align: center !important;
  }
  .card__info .sub-title{
    text-align: center !important;
  }

  .card__step_1 .card__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 430px; /* Adjust based on your tallest card */
  }

  .show_grid_9 {
    display: flex !important;
  }

  .point label {
    left: 0% !important;
  }

  .point[target_element="step_0"] label {
    left: 100% !important;
  }

  .empty-boxes::-webkit-scrollbar {
    height: 3px;
    opacity: 1;
    visibility: visible;
    background: #000;
  }

  /*The Custom Box Selection Page*/
  .box-section_first1 {
    display: flex;
    flex-direction: column; /* Stack vertically */
    row-gap: 20px; /* Space between items */
    column-gap: 0; /* Remove horizontal gap */
    width: 100%;
  }
  
  .block__seccc {
    width: 100% !important; /* Full width for each box */
    max-width: 100% !important;
    display: flex;
    flex-direction: row; /* Image on left, info on right */
    gap: 15px;
    align-items: center;
  }
  
  .box-imgg {
    width: 60% !important; /* ADD !important to override */
    max-width: 60% !important; /* ADD this too */
    flex-shrink: 0;
  }
  
  .box-imgg img {
    width: 100%; /* Make image fill container */
    height: auto;
    display: block;
  }
  
  .box-infooo {
    width: 40%; /* Info takes 60% */
    text-align: center;
    flex-grow: 1;
  }
  
  /* Adjust button size if needed */
  .select-box .box {
    font-size: 13px;
    padding: 10px 15px;
  }

  /*EK Combined Grid*/
  .ek-combined-grid-wrapper {
    display: none;
    position: fixed;
    bottom: 100px; /* Keep it above Next button always */
    left: 50%; /* Center it */
    transform: translateX(-50%); /* Center alignment */
    width: 90%; /* Slightly narrower than full width */
    max-width: 400px; /* Max width constraint */
    margin: 0;
    padding: 15px;
    border-radius: 12px; /* Rounded corners */
    border: 1px solid #a79c7f;
    background-color: white;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.15); /* Nicer shadow */
    z-index: 100;
  }
  
  .ek-combined-grid {
    display: flex; /* Change from grid to flex */
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    overflow-x: auto; /* Allow horizontal scroll if needed */
    white-space: nowrap;
  }
  
  .ek-grid-item {
    flex-shrink: 0; /* Prevent items from shrinking */
    text-align: center;
  }
  
  .ek-item-label {
    font-size: 9px;
    margin-bottom: 2px;
    min-height: auto;
  }
  
  .ek-selected-name {
    font-size: 8px;
    min-height: 16px;
    margin-bottom: 3px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 60px; 
  }
  
  .empty_build_box_ek_combined .box-product {
    width: 60px !important; 
    height: 72px !important;
    position: relative;
    border: 1px solid #ddd;
  }

  .empty_build_box_ek_combined .box-product img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
  }
  
  .empty_build_box_ek_combined .btnn_remove {
    width: 16px;
    padding: 3px;
    line-height: 8px;
  }
}

/* DESKTOP DIMENSIONS */
@media only screen and (min-width: 769px) {
  .empty-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
  
  .box-product_ek_1,
  .box-product_ek_2,
  .box-product-img {
    width: 164px;
    height: 219px;
    position: relative;
  }

  .box-product_ek_1 img,
  .box-product_ek_2 img,
  .box-product_ek_3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .box-product_ek_3 {
    width: 100px;  /* Same as box of 6 */
    height: 120px; /* Same as box of 6 */
    object-fit: cover;
    object-position: center;
  }
  .box-product_ek_3 img {
    object-fit: cover;
    object-position: center;
  }
  
  /*there was a gap between the images and i couldn't figure out why, so i lost it*/
  .empty_build_box_ek_3, {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
  }
  
  #step_ek_3 .empty_build_box_ek_3 {
    display: inline-block !important;
    width: 100% !important;
    font-size: 0 !important; /* Remove whitespace between inline elements */
  }
  
  #step_ek_3 .box-product_ek_3 {
    display: inline-block !important;
    width: 100px !important;
    height: 120px !important;
    font-size: 14px !important; /* Reset font size */
    vertical-align: top !important;
  }

  /* EK Combined Grid */
  .ek-combined-grid-wrapper {
    display: none;
    position: sticky; /* Use sticky instead of absolute/fixed */
    right: 0;
    top: 100px; /* Distance from top when sticky */
    float: right;
    width: 300px;
    padding: 20px;
    background-color: white;
    border: 1px solid #a79c7f;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 40px;
    margin-left: -200px;
    z-index: 100;
  }

  .ek-combined-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .ek-grid-item {
    text-align: center;
  }

  .empty_build_box_ek_combined {
    display: flex;
    justify-content: center;
  }

  .empty_build_box_ek_combined .box-product {
    width: 100px;
    height: 120px;
    position: relative;
    border: 1px solid #ddd;
  }

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

  .empty_build_box_ek_combined .btnn_remove {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 5px;
    width: 20px;
    background: #444141;
    color: #fff;
    line-height: 10px;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
  }
}

/*Greys out the ADD TO CART buttons*/
.card-product-new__btn.disabled,
.add_product_box.disabled,
.addtobox-image.disabled {
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed !important;
  opacity: 0.6;
  pointer-events: none;
}

.product__selectionn_box.disabled {
  /* REMOVE opacity from here */
  pointer-events: none;
}

.product__selectionn_box.disabled .card__wrapper,
.product__selectionn_box.disabled .card-product-new__btn {
  opacity: 0.6;
}

.ek-combined-grid-wrapper {
  /* Make sure EK grid is never affected by disabled state */
  opacity: 1 !important;
  pointer-events: auto !important;
}

/*Custom box selection page, custom box image size*/
.box-imgg {
  width: 250px;
}

/*EK Set Selection Labels*/
.ek-selection-label {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 10px;
  color: #a79c7f;
  padding: 5px;
}

.ek-selected-name {
  color: #a79c7f;
  font-size: 12px;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  white-space: nowrap; /* Prevent wrapping */
  overflow: hidden;
  text-overflow: ellipsis; /* Add ... for long text */
}

.ek-selection-header {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  color: #2f374b;
}


.box-section_first {
  width: 100%;
  display: block;
  margin: 20px auto;
  max-width: 620px;
}

.box-section_first1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
.card__step_1 .cst-select-wrapper {
  display: none !important;
}

.select-box .box {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .box-section_first1 {
    row-gap: 0px;
    column-gap: 15px;
    /* flex-wrap: wrap; */
  }
  .product_dess {
    display: none;
  }
  .select-box .box {
    font-size: 13px;
  }
    .step-1-active .custom-annoucment-1 {
    display: none;
  }
  
  .empty_box_section.sticky_barr .empty-boxes,
  .empty-boxes {
      margin: 0 !important;
  }
}





