.no-cart {
  text-align: center;
  padding-top: 50px;
}
.no-cart button {
  width: 100%;
  margin-top: 25px;
  background: #19522f;
  color: #d9e45a;
  border-radius: 30px;
  height: 50px;
  outline: none;
  border: none;
}
.no-cart h1 {
  font-size: 38px;
  color: #19522f;
}

#cartapp {
  width: 100%;
  min-height: 100dvh;
  height: 100%;
  padding-top: 165px;
  position: relative;
  padding-inline: 20px;
  padding-bottom: 80px;
}
#cartapp #productInCart {
  min-height: -moz-max-content;
  min-height: max-content;
  width: 100%;
}
#cartapp #productCard {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding-bottom: 55px;
}
#cartapp #productCard .left img {
  width: 145px;
  height: 150px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
#cartapp #productCard .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cartapp #productCard .right #productName {
  font-size: 17px;
  color: #19522f;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  font-weight: 600;
  gap: 20px;
  font-family: "Sedan", serif;
}
#cartapp #productCard .right #productName span {
  font-weight: 600;
  font-size: 15px;
  min-width: 64px;
  transform: translateY(3px);
  text-align: left;
}
#cartapp #productCard .right .quantity-selector {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 1px 12px;
  font-family: sans-serif;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: auto;
  align-self: baseline;
  width: 100%;
}
#cartapp #productCard .right .quantity-selector .quantity-btn {
  background: none;
  border: none;
  outline: none;
  padding: 3px 5px;
  cursor: pointer;
  font-size: 25px;
  color: #19522f;
  transition: background 0.2s;
}
#cartapp #productCard .right .quantity-selector .quantity-btn:hover {
  background: #f0f0f0;
  border-radius: 4px;
}
#cartapp #productCard .right .quantity-selector .quantity-display {
  margin: 0 8px;
  color: #19522f;
  font-size: 16px;
  text-align: center;
  border: none;
  outline: none;
  max-width: 95px;
  background: none;
}
#cartapp .totalCost {
  font-size: 14px;
  color: #19522f;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 32px;
}
#cartapp .totalCost span {
  font-weight: 600;
  font-size: 13px;
}
#cartapp .checkout {
  position: fixed;
  width: 100%;
  height: auto;
  margin-top: auto;
  position: relative;
  bottom: 40px;
}
#cartapp .checkout .top {
  display: flex;
  flex-direction: column;
}
#cartapp .checkout .top .total {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
#cartapp .checkout .top .total p {
  font-size: 16px;
  font-weight: 600;
}
#cartapp .checkout .top button {
  width: 100%;
  margin-top: 10px;
  background: #1F1F1F;
  color: white;
  border-radius: 6px;
  height: 50px;
  outline: none;
  border: none;
}
#cartapp #coupon {
  margin-block: 55px;
}
#cartapp #coupon .flexy {
  display: flex;
  gap: 0;
  align-items: center;
}
#cartapp #coupon .couponMsg {
  padding-top: 15px;
}
#cartapp #coupon input {
  height: 50px;
  width: 70%;
  border: 1px solid rgb(239, 239, 239);
  outline: none;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #1F1F1F;
  font-size: 16px;
  padding: 5px 12px;
  background: rgb(243, 243, 243);
  max-width: 420px;
}
#cartapp #coupon input:active, #cartapp #coupon input:focus {
  border: 2px solid rgb(211, 211, 211);
}
#cartapp #coupon button {
  height: 50px;
  width: 30%;
  background: #1F1F1F;
  color: white;
  outline: none;
  border: none;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#cartapp #coupon #couponAfterApply {
  background: rgb(243, 243, 243);
  text-align: left;
  width: 100%;
  padding: 40px 20px;
  margin-top: 35px;
}
#cartapp #coupon #couponAfterApply p {
  color: #1F1F1F;
  font-size: 16px;
}
#cartapp #coupon #couponAfterApply h2 {
  color: #1F1F1F;
  font-size: 18px;
  margin-top: 10px;
}
#cartapp #checkoutForm {
  text-align: left;
  border-top: 1px solid rgb(229, 229, 229);
  padding-top: 55px;
  height: 100%;
  position: relative;
}
#cartapp #checkoutForm #orderInfo {
  height: 100%;
  position: relative;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  /* Hover Effects */
  /* Checked State */
  /* Particle Animations */
  /* Animations */
  /* Particle Positions */
  /* Spark Rotations */
  /* Ring Delays */
}
#cartapp #checkoutForm #orderInfo .custom-checkbox p {
  color: #19522f;
  font-size: 16px;
  margin-bottom: 0;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox {
  margin-bottom: 0;
  --primary: green;
  --primary-dark: green;
  --primary-light: green;
  --size: 30px;
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input {
  display: none;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__frame {
  position: relative;
  width: 100%;
  height: 100%;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__box {
  position: absolute;
  inset: 0;
  background: white;
  border-radius: 4px;
  border: 1px solid #19522f;
  transition: all 0.4s ease;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__check-container {
  position: absolute;
  inset: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__check {
  width: 80%;
  height: 80%;
  fill: none;
  stroke: var(--primary);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  transform-origin: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__glow {
  position: absolute;
  inset: -2px;
  border-radius: 6px;
  background: var(--primary);
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.2);
  transition: all 0.4s ease;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  overflow: hidden;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span {
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.4s ease;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span:nth-child(1) {
  top: 0;
  left: -100%;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 1px;
  height: 40px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span:nth-child(3) {
  bottom: 0;
  right: -100%;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 1px;
  height: 40px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 6px var(--primary);
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings {
  position: absolute;
  inset: -20px;
  pointer-events: none;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid var(--primary);
  opacity: 0;
  transform: scale(0);
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span {
  position: absolute;
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, var(--primary), transparent);
  opacity: 0;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox:hover .neon-checkbox__box {
  border-color: var(--primary);
  transform: scale(1.05);
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__box {
  border-color: var(--primary);
  background: rgba(0, 255, 170, 0.1);
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__check {
  stroke-dashoffset: 0;
  transform: scale(1.1);
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__glow {
  opacity: 0.2;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__borders span {
  opacity: 1;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__particles span {
  animation: particleExplosion 0.6s ease-out forwards;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__rings .ring {
  animation: ringPulse 0.6s ease-out forwards;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__sparks span {
  animation: sparkFlash 0.6s ease-out forwards;
}
@keyframes borderFlow1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
@keyframes borderFlow2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200%);
  }
}
@keyframes borderFlow3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes borderFlow4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200%);
  }
}
@keyframes particleExplosion {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(calc(-50% + var(--x, 20px)), calc(-50% + var(--y, 20px))) scale(0);
    opacity: 0;
  }
}
@keyframes ringPulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sparkFlash {
  0% {
    transform: rotate(var(--r, 0deg)) translateX(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(var(--r, 0deg)) translateX(30px) scale(0);
    opacity: 0;
  }
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(1) {
  --x: 25px;
  --y: -25px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(2) {
  --x: -25px;
  --y: -25px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(3) {
  --x: 25px;
  --y: 25px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(4) {
  --x: -25px;
  --y: 25px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(5) {
  --x: 35px;
  --y: 0px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(6) {
  --x: -35px;
  --y: 0px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(7) {
  --x: 0px;
  --y: 35px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(8) {
  --x: 0px;
  --y: -35px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(9) {
  --x: 20px;
  --y: -30px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(10) {
  --x: -20px;
  --y: 30px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(11) {
  --x: 30px;
  --y: 20px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(12) {
  --x: -30px;
  --y: -20px;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span:nth-child(1) {
  --r: 0deg;
  top: 50%;
  left: 50%;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span:nth-child(2) {
  --r: 90deg;
  top: 50%;
  left: 50%;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span:nth-child(3) {
  --r: 180deg;
  top: 50%;
  left: 50%;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span:nth-child(4) {
  --r: 270deg;
  top: 50%;
  left: 50%;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings .ring:nth-child(1) {
  animation-delay: 0s;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings .ring:nth-child(2) {
  animation-delay: 0.1s;
}
#cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings .ring:nth-child(3) {
  animation-delay: 0.2s;
}
#cartapp #checkoutForm #orderInfo .chooseGuest {
  color: #1F1F1F;
  font-size: 16px;
  margin-bottom: 35px;
}
#cartapp #checkoutForm #orderInfo h2 {
  color: #1F1F1F;
  font-size: 26px;
  margin-bottom: 35px;
}
#cartapp #checkoutForm #orderInfo label {
  color: #19522f;
  font-size: 17px;
}
#cartapp #checkoutForm #orderInfo label.info-label {
  font-size: 15px;
  margin-top: 20px;
}
#cartapp #checkoutForm #orderInfo input, #cartapp #checkoutForm #orderInfo textarea {
  height: 53px;
  width: 100%;
  border: 1px solid rgb(239, 239, 239);
  outline: none;
  border-radius: 7px;
  color: #1F1F1F;
  font-size: 16px;
  padding: 5px 12px;
  border: 1px solid #19522f;
}
#cartapp #checkoutForm #orderInfo input:active, #cartapp #checkoutForm #orderInfo input:focus, #cartapp #checkoutForm #orderInfo textarea:active, #cartapp #checkoutForm #orderInfo textarea:focus {
  border: 2px solid rgb(211, 211, 211);
}
#cartapp #checkoutForm #orderInfo textarea {
  min-height: 100px;
  max-height: 150px;
}
#cartapp #checkoutForm button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9e45a;
  background: #19522f;
  width: 100%;
  height: 52px;
  margin-top: 45px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
  border: none;
  outline: none;
}

@media only screen and (min-device-width: 1140px) {
  .no-cart {
    text-align: center;
    padding-top: 50px;
  }
  .no-cart button {
    width: 400px;
    margin-top: 45px;
    background: #19522f;
    color: #d9e45a;
    border-radius: 30px;
    height: 55px;
    margin-inline: auto;
    outline: none;
    border: none;
  }
  .no-cart h1 {
    font-size: 72px;
    color: #19522f;
  }
  #cartapp {
    width: 100%;
    min-height: 100dvh;
    height: 100%;
    padding-top: 165px;
    position: relative;
    padding-inline: 50px;
    padding-bottom: 130px;
    max-width: 1300px;
    margin-inline: auto;
  }
  #cartapp #productInCart {
    min-height: -moz-max-content;
    min-height: max-content;
    width: 100%;
  }
  #cartapp #productCard {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding-bottom: 55px;
    max-width: 700px;
  }
  #cartapp #productCard .left img {
    width: 145px;
    height: 150px;
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cartapp #productCard .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #cartapp #productCard .right #productName {
    font-size: 20px;
    color: #19522f;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    font-weight: 600;
    gap: 20px;
    font-family: "Sedan", serif;
  }
  #cartapp #productCard .right #productName span {
    font-weight: 600;
    font-size: 18px;
    min-width: 64px;
    transform: translateY(3px);
    text-align: left;
  }
  #cartapp #productCard .right .quantity-selector {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 1px 12px;
    font-family: sans-serif;
    font-size: 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-top: auto;
    align-self: baseline;
    width: 100%;
    max-width: 420px;
  }
  #cartapp #productCard .right .quantity-selector .quantity-btn {
    background: none;
    border: none;
    outline: none;
    padding: 3px 5px;
    cursor: pointer;
    font-size: 25px;
    color: #19522f;
    transition: background 0.2s;
  }
  #cartapp #productCard .right .quantity-selector .quantity-btn:hover {
    background: #f0f0f0;
    border-radius: 4px;
  }
  #cartapp #productCard .right .quantity-selector .quantity-display {
    margin: 0 8px;
    color: #19522f;
    font-size: 16px;
    text-align: center;
    border: none;
    outline: none;
    max-width: 95px;
    background: none;
  }
  #cartapp .totalCost {
    font-size: 18px;
    color: #19522f;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 32px;
  }
  #cartapp .totalCost span {
    font-weight: 600;
    font-size: 13px;
  }
  #cartapp .checkout {
    position: fixed;
    width: 100%;
    height: auto;
    margin-top: auto;
    position: relative;
    bottom: 40px;
  }
  #cartapp .checkout .top {
    display: flex;
    flex-direction: column;
  }
  #cartapp .checkout .top .total {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  #cartapp .checkout .top .total p {
    font-size: 16px;
    font-weight: 600;
  }
  #cartapp .checkout .top button {
    width: 100%;
    margin-top: 10px;
    background: #1F1F1F;
    color: white;
    border-radius: 6px;
    height: 50px;
    outline: none;
    border: none;
  }
  #cartapp #coupon {
    margin-block: 55px;
  }
  #cartapp #coupon .flexy {
    display: flex;
    gap: 0;
    align-items: center;
  }
  #cartapp #coupon .couponMsg {
    padding-top: 15px;
  }
  #cartapp #coupon input {
    height: 50px;
    width: 70%;
    border: 1px solid rgb(239, 239, 239);
    outline: none;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #1F1F1F;
    font-size: 16px;
    padding: 5px 12px;
    background: rgb(243, 243, 243);
    max-width: 420px;
  }
  #cartapp #coupon input:active, #cartapp #coupon input:focus {
    border: 2px solid rgb(211, 211, 211);
  }
  #cartapp #coupon button {
    height: 50px;
    width: 30%;
    background: #1F1F1F;
    color: white;
    outline: none;
    border: none;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  #cartapp #coupon #couponAfterApply {
    background: rgb(243, 243, 243);
    text-align: left;
    width: 100%;
    padding: 40px 20px;
    margin-top: 35px;
  }
  #cartapp #coupon #couponAfterApply p {
    color: #1F1F1F;
    font-size: 16px;
  }
  #cartapp #coupon #couponAfterApply h2 {
    color: #1F1F1F;
    font-size: 18px;
    margin-top: 10px;
  }
  #cartapp #checkoutForm {
    text-align: left;
    border-top: 1px solid rgb(229, 229, 229);
    padding-top: 55px;
    height: 100%;
    position: relative;
    max-width: 700px;
  }
  #cartapp #checkoutForm #orderInfo {
    height: 100%;
    position: relative;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    /* Hover Effects */
    /* Checked State */
    /* Particle Animations */
    /* Animations */
    /* Particle Positions */
    /* Spark Rotations */
    /* Ring Delays */
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox p {
    color: #19522f;
    font-size: 16px;
    margin-bottom: 0;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox {
    margin-bottom: 0;
    --primary: green;
    --primary-dark: green;
    --primary-light: green;
    --size: 30px;
    position: relative;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input {
    display: none;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__frame {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__box {
    position: absolute;
    inset: 0;
    background: white;
    border-radius: 4px;
    border: 1px solid #19522f;
    transition: all 0.4s ease;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__check-container {
    position: absolute;
    inset: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__check {
    width: 80%;
    height: 80%;
    fill: none;
    stroke: var(--primary);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    transform-origin: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__glow {
    position: absolute;
    inset: -2px;
    border-radius: 6px;
    background: var(--primary);
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.2);
    transition: all 0.4s ease;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders {
    position: absolute;
    inset: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span {
    position: absolute;
    width: 40px;
    height: 1px;
    background: var(--primary);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span:nth-child(1) {
    top: 0;
    left: -100%;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 1px;
    height: 40px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span:nth-child(3) {
    bottom: 0;
    right: -100%;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__borders span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 1px;
    height: 40px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--primary);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 6px var(--primary);
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings {
    position: absolute;
    inset: -20px;
    pointer-events: none;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings .ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid var(--primary);
    opacity: 0;
    transform: scale(0);
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span {
    position: absolute;
    width: 20px;
    height: 1px;
    background: linear-gradient(90deg, var(--primary), transparent);
    opacity: 0;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox:hover .neon-checkbox__box {
    border-color: var(--primary);
    transform: scale(1.05);
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__box {
    border-color: var(--primary);
    background: rgba(0, 255, 170, 0.1);
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__check {
    stroke-dashoffset: 0;
    transform: scale(1.1);
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__glow {
    opacity: 0.2;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__borders span {
    opacity: 1;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__particles span {
    animation: particleExplosion 0.6s ease-out forwards;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__rings .ring {
    animation: ringPulse 0.6s ease-out forwards;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox input:checked ~ .neon-checkbox__frame .neon-checkbox__sparks span {
    animation: sparkFlash 0.6s ease-out forwards;
  }
  @keyframes borderFlow1 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(200%);
    }
  }
  @keyframes borderFlow2 {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(200%);
    }
  }
  @keyframes borderFlow3 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  @keyframes borderFlow4 {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-200%);
    }
  }
  @keyframes particleExplosion {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    100% {
      transform: translate(calc(-50% + var(--x, 20px)), calc(-50% + var(--y, 20px))) scale(0);
      opacity: 0;
    }
  }
  @keyframes ringPulse {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  @keyframes sparkFlash {
    0% {
      transform: rotate(var(--r, 0deg)) translateX(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: rotate(var(--r, 0deg)) translateX(30px) scale(0);
      opacity: 0;
    }
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(1) {
    --x: 25px;
    --y: -25px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(2) {
    --x: -25px;
    --y: -25px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(3) {
    --x: 25px;
    --y: 25px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(4) {
    --x: -25px;
    --y: 25px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(5) {
    --x: 35px;
    --y: 0px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(6) {
    --x: -35px;
    --y: 0px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(7) {
    --x: 0px;
    --y: 35px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(8) {
    --x: 0px;
    --y: -35px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(9) {
    --x: 20px;
    --y: -30px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(10) {
    --x: -20px;
    --y: 30px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(11) {
    --x: 30px;
    --y: 20px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__particles span:nth-child(12) {
    --x: -30px;
    --y: -20px;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span:nth-child(1) {
    --r: 0deg;
    top: 50%;
    left: 50%;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span:nth-child(2) {
    --r: 90deg;
    top: 50%;
    left: 50%;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span:nth-child(3) {
    --r: 180deg;
    top: 50%;
    left: 50%;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__sparks span:nth-child(4) {
    --r: 270deg;
    top: 50%;
    left: 50%;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings .ring:nth-child(1) {
    animation-delay: 0s;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings .ring:nth-child(2) {
    animation-delay: 0.1s;
  }
  #cartapp #checkoutForm #orderInfo .custom-checkbox .neon-checkbox__rings .ring:nth-child(3) {
    animation-delay: 0.2s;
  }
  #cartapp #checkoutForm #orderInfo .chooseGuest {
    color: #1F1F1F;
    font-size: 16px;
    margin-bottom: 35px;
  }
  #cartapp #checkoutForm #orderInfo h2 {
    color: #1F1F1F;
    font-size: 26px;
    margin-bottom: 35px;
  }
  #cartapp #checkoutForm #orderInfo label {
    color: #19522f;
    font-size: 17px;
  }
  #cartapp #checkoutForm #orderInfo label.info-label {
    font-size: 15px;
    margin-top: 20px;
  }
  #cartapp #checkoutForm #orderInfo input, #cartapp #checkoutForm #orderInfo textarea {
    height: 53px;
    width: 100%;
    border: 1px solid rgb(239, 239, 239);
    outline: none;
    border-radius: 7px;
    color: #1F1F1F;
    font-size: 16px;
    padding: 5px 12px;
    border: 1px solid #19522f;
  }
  #cartapp #checkoutForm #orderInfo input:active, #cartapp #checkoutForm #orderInfo input:focus, #cartapp #checkoutForm #orderInfo textarea:active, #cartapp #checkoutForm #orderInfo textarea:focus {
    border: 2px solid rgb(211, 211, 211);
  }
  #cartapp #checkoutForm #orderInfo textarea {
    min-height: 100px;
    max-height: 150px;
  }
  #cartapp #checkoutForm button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9e45a;
    background: #19522f;
    width: 100%;
    height: 52px;
    margin-top: 45px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
    border: none;
    outline: none;
  }
}/*# sourceMappingURL=cart.css.map */