/* REMOVE CF7 DEFAULT P TAG ISSUE */
.wpcf7 form p {
  margin: 0;
}

/* FORM WIDTH */
.bulk-form {
  max-width: 900px;
  margin: 0 auto;
}

/* ROW FLEX */
.bulk-form .row {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

/* COLUMNS */
.bulk-form .col {
  width: 50%;
}

.bulk-form .col-full {
  width: 100%;
}

/* LABEL */
.bulk-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

/* INPUTS */
.bulk-form input,
.bulk-form select,
.bulk-form textarea {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

/* TEXTAREA */
.bulk-form textarea {
  min-height: 160px;
}

/* SUBMIT ROW – CENTER BUTTON */
.bulk-form .submit-row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* SUBMIT BUTTON – BLACK DEFAULT */
.bulk-form input[type="submit"] {
  background-color: #000000; /* black */
  color: #ffffff;
  border: none;
  padding: 12px 40px;
  border-radius: 999px; /* full pill */
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* HOVER – GREEN */
.bulk-form input[type="submit"]:hover {
  background-color: #0a5c2f;
}

/* MOBILE */
@media (max-width: 768px) {
  .bulk-form .row {
    flex-direction: column;
  }
  .bulk-form .col {
    width: 100%;
  }
}
.whats-in-candles .candle-left-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: center;
}

.whats-in-candles .feature-box h4 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 16px 0 8px;
  color: #000;
}

.whats-in-candles .feature-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
}

.whats-in-candles .icon-circle {
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.whats-in-candles .icon-circle span {
  font-size: 18px;
}

/* ================================
   EXACT REFERENCE FORM – FINAL FIX
================================ */

/* FORM WRAPPER */
.cf7-exact {
  max-width: 520px !important;
  margin: 0 auto !important;
  font-family: inherit;
}

/* RESET THEME EFFECTS */
.cf7-exact * {
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* LABELS */
.cf7-exact label {
  font-size: 12px;
  color: #444;
  margin-bottom: 6px;
  display: block;
}

/* INPUTS / SELECT / TEXTAREA */
.cf7-exact input,
.cf7-exact select,
.cf7-exact textarea {
  width: 100%;
  border: 1px solid #dcdcdc !important;
  padding: 6px 10px !important;
  font-size: 13px;
  background: #fff;
  margin-bottom: 16px;
  outline: none !important;
}

/* INPUT HEIGHT */
.cf7-exact input,
.cf7-exact select {
  height: 36px;
}

/* REMOVE FOCUS COLOR */
.cf7-exact input:focus,
.cf7-exact textarea:focus,
.cf7-exact select:focus {
  border-color: #dcdcdc !important;
  outline: none !important;
}

/* TWO COLUMN ROW */
.cf7-exact .cf7-row {
  display: flex;
  gap: 14px;
}

.cf7-exact .cf7-col {
  width: 50%;
}

/* ================================
   FILE UPLOAD – SAME AS REFERENCE
================================ */

.cf7-exact .upload-box {
  border: 1px solid #bdbdbd;
  padding: 22px 16px;      /* correct inner spacing */
  text-align: center;
  margin-bottom: 18px;
}

.cf7-exact .upload-icon {
  display: block;
  margin-bottom: 6px;
}

.cf7-exact .upload-title {
  display: block;
  font-size: 12px;
  color: #333;
  margin-bottom: 8px;
}

.cf7-exact .upload-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 3px 7px;       /* exact button size */
  font-size: 9.5px;
  line-height: 1.1;
  cursor: pointer;
  text-transform: uppercase;
}

.cf7-exact .hidden-file {
  display: none;
}

/* TEXTAREA HEIGHT */
.cf7-exact textarea {
  min-height: 90px;
}

/* SUBMIT BUTTON – FIXED */
.cf7-exact input[type="submit"] {
  background: #2b2b2b;
  color: #fff;
  border: none;

  height: 40px;              /* button height */
  width: 100%;               /* full width like image */

  display: flex;             /* 👈 KEY FIX */
  align-items: center;       /* vertical center */
  justify-content: center;   /* horizontal center */

  font-size: 15px;           /* text size */
  font-weight: 500;

  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .cf7-exact {
    padding: 0 12px;
  }

  .cf7-exact .cf7-row {
    flex-direction: column;
  }

  .cf7-exact .cf7-col {
    width: 100%;
  }
}
/* CLOUD ICON – EXACT REFERENCE LOOK */
.cf7-exact .cloud-svg {
  width: 26px;          /* exact size like image */
  height: auto;
  color: #444;          /* same grey tone */
  margin: 0 auto 6px;
  display: block;
}

/* RESET CF7 SUBMIT WRAPPER */
.cf7-exact p:has(input[type="submit"]) {
  margin: 0 !important;
  padding: 4 !important;
  display: flex;
  justify-content: center;
}

.mouse-cursor.text-css-e {
    display: none !important;
}
[class*="item-grid-product"] .item-product .product-info .term-list a {
    display: none !important;
}

/* Premium Design & Fragrance Tags */

.woocommerce-product-details__short-description p {
    display: inline-block;
    background: #f5efe8;
    color: #2e2e2e;
    padding: 6px 16px;
    margin-right: 10px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 500;
}

.woocommerce-product-details__short-description {
    margin-top: 8px;
}



.yikes-custom-woo-tab-title .yikes-custom-woo-tab-title-abc-124 h2 {
	display:none !important;
}