/** Shopify CDN: Minification failed

Line 129:0 Unexpected "}"

**/

/* Product Addon Option */
  .gift-wrap-content {
    display: flex;
}
  .switch-price-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.drawer__gift-wrap {
      display: flex;
    align-items: center;
    padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
    border-radius: 10px;
    margin: 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gift-wrap-content {
    align-items: center;
}
.gift-wrap-image img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.gift-wrap-content {
  flex-grow: 1;
}

.gift-wrap-label {
  display: block;
  color: #fff;
}

.gift-wrap-title {
    font-size: 15px;
      letter-spacing: normal;

}



.gift-wrap-price {
  font-size: 16px;
  font-weight: bold;
}

.gift-wrap-description {
     font-size: 12px;
    letter-spacing: normal;
}

  .gift-wrap-label {
   
    display: flex;
    flex-direction: column;
}

.drawer__gift-wrap .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
  margin-left: auto;
}

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

.drawer__gift-wrap .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.drawer__gift-wrap .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.drawer__gift-wrap input:checked + .slider {
  background-color: #4caf50;
}

.drawer__gift-wrap input:checked + .slider:before {
  transform: translateX(14px);
}




  .gift-wrap-image img {
    margin-bottom: 10px;
  }

  .gift-wrap-label {
    margin-bottom: 10px;
  }

  .drawer__gift-wrap .switch {
    align-self: flex-end;
  }
}
  /* Product Addon Option */



