.elementor-93 .elementor-element.elementor-element-8da0a73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:02em;--padding-bottom:02em;--padding-left:0em;--padding-right:0em;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-93 .elementor-element.elementor-element-28dfc2c.elementor-element{--align-self:center;}.elementor-93 .elementor-element.elementor-element-28dfc2c{text-align:center;}.elementor-93 .elementor-element.elementor-element-28dfc2c .elementor-heading-title{font-family:"Baloo", Sans-serif;font-size:3rem;font-weight:400;}.elementor-93 .elementor-element.elementor-element-8e43e7e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-93 .elementor-element.elementor-element-d2e94fb{width:var( --container-widget-width, 50% );max-width:50%;padding:0em 0em 05em 0em;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-93 .elementor-element.elementor-element-8a0d06b{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-93 .elementor-element.elementor-element-8a0d06b.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-93 .elementor-element.elementor-element-28dfc2c{text-align:center;}.elementor-93 .elementor-element.elementor-element-28dfc2c .elementor-heading-title{font-size:1.5rem;}.elementor-93 .elementor-element.elementor-element-d2e94fb{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-93 .elementor-element.elementor-element-8a0d06b{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS */.size-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
}

.size-row:nth-child(odd) {
  background: #f8f9fa;
}

.size-row:nth-child(even) {
  background: #ffffff;
}

.qty-control {
  display: flex;
  align-items: center;
}

.qty-control input {
  width: 60px;
  text-align: center;
  margin: 0 6px;
}

.qty-control button {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.qty-control button:hover {
  background: #e9ecef;
}

.bulk-checkout {
  width: 100%;
  padding: 14px;
  margin-top: 16px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}
.bulk-tabs {
  max-width: 420px;
  margin: 0 auto;
}

.tab-buttons {
  display: flex;
  margin-bottom: 12px;
}

.tab-btn {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  background: #f8f9fa;
  cursor: pointer;
}

.tab-btn.active {
  background: #000;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* reuse previous size-row, qty-control, checkout styles */

#go-to-participants {
  display: block;
  margin:30px auto;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6b4eff, #8a6bff);
  color: #fff;
  font-size: 16px;
  font-weight: 600;

  padding: 14px 28px;
  border-radius: 10px;
  border: none;

  cursor: pointer;
  transition: all 0.25s ease;

  box-shadow: 0 8px 24px rgba(107, 78, 255, 0.25);
}

#go-to-participants:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(107, 78, 255, 0.35);
  background: linear-gradient(135deg, #5a3cff, #7a5cff);
}

#go-to-participants:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(107, 78, 255, 0.25);
}

#step-participants {
  text-align: center;
}

#back-to-quantity,
#checkout-btn {
  display: inline-block;
  margin: 20px 10px;

  font-size: 16px;
  font-weight: 600;
  padding: 14px 28px;

  border-radius: 10px;
  border: none;
  cursor: pointer;

  transition: all 0.25s ease;
}

#back-to-quantity {
  background: #f1f1f1;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

#back-to-quantity:hover {
  background: #e6e6e6;
  transform: translateY(-1px);
}

#back-to-quantity:active {
  transform: translateY(0);
}

#checkout-btn {
  background: linear-gradient(135deg, #6b4eff, #8a6bff);
  color: #fff;

  box-shadow: 0 8px 24px rgba(107, 78, 255, 0.25);
}

#checkout-btn:hover {
  background: linear-gradient(135deg, #5a3cff, #7a5cff);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(107, 78, 255, 0.35);
}

#checkout-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(107, 78, 255, 0.25);
}

#checkout-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media (max-width: 600px) {
  #back-to-quantity,
  #checkout-btn {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 12px auto;
  }
}

/* Participant Card */
.participant {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  background: #fff;
}

/* Title */
.participant legend {
  font-weight: 600;
  font-size: 16px;
  padding: 0 8px;
  color: #111827;
}

/* Form rows */
.participant .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

/* Labels */
.participant label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #374151;
}

/* Inputs */
.participant input,
.participant select {
  padding: 10px 12px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* Focus state */
.participant input:focus,
.participant select:focus {
  border-color: #6b4eff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(107, 78, 255, 0.15);
}

/* Spacing between participants */
#participant-forms {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .participant {
    padding: 16px;
  }

  .participant legend {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Baloo';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://nutritionrun.com/wp-content/uploads/2025/12/Baloo-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */