/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*==================================================
  AffiliateWP Login Form
  Pep Lab Supplies
==================================================*/

/* Form Container */

.affwp-form legend{
	display: none !important;
}

.affwp-login-form,
#affwp-login-form,
.affwp-form{

    max-width:560px;
    width:100%;
    margin:0 auto;

    background:#ffffff;

    padding:30px;

    border-radius:15px;

    box-shadow:
    0 25px 80px rgba(15,23,42,.18);
}


/* Hide Default Heading */

.affwp-login-form h2,
#affwp-login-form h2,
.affwp-form h2{

    display:none;
}


/* Labels */

.affwp-login-form label,
#affwp-login-form label,
.affwp-form label{

    display:block;

    margin-bottom:10px;

    color:#111827;

    font-family:'Sora',sans-serif;

    font-size:15px;

    font-weight:600;
}


/* Form Rows */

.affwp-login-form p,
#affwp-login-form p,
.affwp-form p{

    margin-bottom:24px;
}


/* Inputs */

.affwp-login-form input[type="text"],
.affwp-login-form input[type="email"],
.affwp-login-form input[type="password"],

#affwp-login-form input[type="text"],
#affwp-login-form input[type="email"],
#affwp-login-form input[type="password"],

.affwp-form input[type="text"],
.affwp-form input[type="email"],
.affwp-form input[type="password"]{

    width:100%;

    height:58px;

    padding:0 20px;

    background:#F8FAFD;

    border:1px solid #D8E3F0;

    border-radius:14px;

    color:#111827 !important;

    -webkit-text-fill-color:#111827;

    font-family:'Inter Tight',sans-serif;

    font-size:16px;

    transition:all .25s ease;
}


/* Placeholder */

.affwp-login-form input::placeholder,
.affwp-form input::placeholder{

    color:#9CA3AF;
}


/* Focus */

.affwp-login-form input:focus,
.affwp-form input:focus{

    outline:none;

    background:#fff;

    border-color:#25A9E0;

    box-shadow:
    0 0 0 4px rgba(37,169,224,.15);
}


/* Remember Me */

.affwp-login-form .login-remember,
.affwp-form .login-remember{

    display:flex;

    align-items:center;

    gap:12px;

    color:#111827;

    font-family:'Inter Tight',sans-serif;

    font-size:15px;

    margin-top:-8px;
}


.affwp-login-form input[type="checkbox"],
.affwp-form input[type="checkbox"]{

    width:18px;

    height:18px;

    accent-color:#25A9E0;

    cursor:pointer;
}


/* Login Button */

.affwp-login-form input[type="submit"],
.affwp-form input[type="submit"],
.affwp-login-form button,
.affwp-form button{

    width:100%;

    height:60px;

    border:none;

    border-radius:14px;

    background:linear-gradient(135deg,#2CA8E8,#0B83D6);

    color:#fff;

    font-family:'Sora',sans-serif;

    font-size:18px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

    box-shadow:
    0 15px 35px rgba(44,168,232,.35);
}


.affwp-login-form input[type="submit"]:hover,
.affwp-form input[type="submit"]:hover{

    transform:translateY(-2px);

    box-shadow:
    0 20px 45px rgba(44,168,232,.45);
}


/* Links */

.affwp-login-form a,
.affwp-form a{

    color:#25A9E0;

    text-decoration:none;

    font-family:'Inter Tight',sans-serif;

    transition:.25s;
}


.affwp-login-form a:hover,
.affwp-form a:hover{

    color:#0B83D6;
}


/* Autofill Fix */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{

    -webkit-text-fill-color:#111827 !important;

    -webkit-box-shadow:0 0 0px 1000px #F8FAFD inset;

    transition:background-color 9999s ease-in-out 0s;
}


/* Mobile */

@media (max-width:768px){

.affwp-login-form,
#affwp-login-form,
.affwp-form{

    padding:35px 25px;

    border-radius:20px;
}

}

/*==================================================
  Gravity Forms - Affiliate Signup (Form ID: 1)
==================================================*/

#gform_wrapper_1{

    background:#1B1D34;

    padding:55px;

    border-radius:24px;

    box-shadow:0 25px 80px rgba(0,0,0,.25);

    color:#fff;
}


/* Labels */

#gform_wrapper_1 .gfield_label{

    font-family:'Sora',sans-serif;

    font-size:15px;

    font-weight:600;

    color:#fff;

    margin-bottom:10px;
}


/* Required Asterisk */

#gform_wrapper_1 .gfield_required{

    color:#25A9E0;
}


/* Inputs */

#gform_wrapper_1 input[type=text],
#gform_wrapper_1 input[type=email],
#gform_wrapper_1 input[type=password],
#gform_wrapper_1 input[type=tel],
#gform_wrapper_1 input[type=url],
#gform_wrapper_1 textarea,
#gform_wrapper_1 select{

    height:58px;

    background:#252945;

    border:1px solid rgba(255,255,255,.08);

    border-radius:14px;

    color:#fff !important;

    -webkit-text-fill-color:#fff;

    padding:0 18px;

    font-family:'Inter Tight',sans-serif;

    font-size:16px;

    transition:.25s;
}


/* Textarea */

#gform_wrapper_1 textarea{

    height:160px;

    padding:16px 18px;

    resize:vertical;
}


/* Placeholder */

#gform_wrapper_1 input::placeholder,
#gform_wrapper_1 textarea::placeholder{

    color:#8E98B8;
}


/* Focus */

#gform_wrapper_1 input:focus,
#gform_wrapper_1 textarea:focus,
#gform_wrapper_1 select:focus{

    outline:none;

    border-color:#25A9E0;

    background:#2A2F50;

    box-shadow:0 0 0 4px rgba(37,169,224,.18);
}


/* Description */

#gform_wrapper_1 .gfield_description{

    color:#A9B4D3;

    font-size:14px;

    font-family:'Inter Tight',sans-serif;
}


/* Checkbox */

#gform_wrapper_1 input[type=checkbox]{

    width:18px;

    height:18px;

    accent-color:#25A9E0;

    margin-right:10px;
}

#gform_wrapper_1 .gchoice label{

    color:#fff;

    font-family:'Inter Tight',sans-serif;

    font-size:16px;
}


/* Section Titles */

#gform_wrapper_1 .gsection_title{

    color:#fff;

    font-family:'Sora',sans-serif;
}


/* Submit Button */

#gform_wrapper_1 .gform_button{

    background:linear-gradient(135deg,#2CA8E8,#0B83D6);

    color:#fff;

    border:none;

    border-radius:14px;

    padding:18px 42px;

    font-family:'Sora',sans-serif;

    font-size:17px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

    box-shadow:0 15px 35px rgba(37,169,224,.35);
}

#gform_wrapper_1 .gform_button:hover{

    transform:translateY(-2px);

    box-shadow:0 22px 45px rgba(37,169,224,.45);
}


/* Validation Errors */

#gform_wrapper_1 .validation_message{

    color:#FFB4B4;

    font-size:14px;
}

#gform_wrapper_1 .gform_validation_errors{

    background:#3A2030;

    border:1px solid rgba(255,80,80,.35);

    color:#fff;

    border-radius:12px;
}


/* Footer */

#gform_wrapper_1 .gform_footer{

    margin-top:40px;
}


/* Mobile */

@media(max-width:768px){

    #gform_wrapper_1{

        padding:30px 22px;

        border-radius:18px;
    }

}

/* ── Gravity Form #3 — fields & button only ── */

/* ── Fix select left border highlight ── */
#gform_3 select,
#gform_3 select:focus,
#gform_3 select:active {
  border-left: 1.5px solid #e2e8f0 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

#gform_3 select:focus {
  border-color: #0EA5E9 !important;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12) !important;
}

/* ── Remove any GF inner highlight / pseudo-border ── */
#gform_3 .ginput_container_select::before,
#gform_3 .ginput_container_select::after {
  display: none !important;
}

/* ── Form card background ── */
#gform_3 {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 32px !important;
  box-shadow: 0 4px 24px rgba(26, 26, 46, 0.06) !important;
}

/* Labels */
#gform_3 .gfield_label {
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: #334155 !important;
  margin-bottom: 7px !important;
}

/* Required asterisk */
#gform_3 .gfield_required {
  color: #0EA5E9 !important;
}

/* Inputs, select, textarea */
#gform_3 input[type="text"],
#gform_3 input[type="email"],
#gform_3 input[type="tel"],
#gform_3 input[type="number"],
#gform_3 input[type="url"],
#gform_3 select,
#gform_3 textarea {
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 14px !important;
  color: #0f172a !important;
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
/*   padding: 12px 15px !important; */
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  -webkit-appearance: none;
  appearance: none;
  width: 100% !important;
}

/* Focus */
#gform_3 input[type="text"]:focus,
#gform_3 input[type="email"]:focus,
#gform_3 input[type="tel"]:focus,
#gform_3 input[type="number"]:focus,
#gform_3 input[type="url"]:focus,
#gform_3 select:focus,
#gform_3 textarea:focus {
  border-color: #0EA5E9 !important;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12) !important;
}

/* Placeholder */
#gform_3 input::placeholder,
#gform_3 textarea::placeholder {
  color: #94a3b8 !important;
  font-weight: 400 !important;
}

/* Select arrow */
#gform_3 select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
  padding-right: 42px !important;
  cursor: pointer !important;
}

/* Textarea */
#gform_3 textarea {
  min-height: 130px !important;
  resize: vertical !important;
  line-height: 1.6 !important;
}

/* Error state */
#gform_3 .gfield_error input,
#gform_3 .gfield_error select,
#gform_3 .gfield_error textarea {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.10) !important;
}

/* Validation messages */
#gform_3 .validation_message,
#gform_3 .gfield_description.validation_message {
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 12px !important;
  color: #ef4444 !important;
  margin-top: 5px !important;
}

#gform_3 .gform_validation_errors,
#gform_3 .validation_error {
  background: #fef2f2 !important;
  border: 1px solid #fca5a5 !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  color: #b91c1c !important;
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 13px !important;
  margin-bottom: 20px !important;
}

/* Submit button */
#gform_3 input[type="submit"],
#gform_3 button[type="submit"] {
  font-family: 'Sora', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: #0EA5E9 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.30) !important;
  transition: background 0.25s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
  letter-spacing: 0.02em !important;
}

#gform_3 input[type="submit"]:hover,
#gform_3 button[type="submit"]:hover {
  background: #0b87bd !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.38) !important;
}

#gform_3 input[type="submit"]:active,
#gform_3 button[type="submit"]:active {
  transform: translateY(0) !important;
}

/* Success message */
#gform_confirmation_wrapper_3 {
  background: #f0fdf4 !important;
  border: 1px solid #86efac !important;
  border-radius: 12px !important;
  padding: 24px 28px !important;
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 14.5px !important;
  color: #15803d !important;
}

.specs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  margin: 24px 0;
  box-shadow: 0 2px 12px rgba(26,26,46,0.06);
}

/* Row borders */
.specs-table tr:not(:last-child) th,
.specs-table tr:not(:last-child) td {
  border-bottom: 1px solid #f1f5f9;
}

/* Hover */
.specs-table tr { transition: background 0.2s ease; }
.specs-table tr:hover { background: #f8fafc; }

/* TH — label column */
.specs-table th {
  width: 160px;
  padding: 14px 20px;
  background: #f8fafc;
  color: #64748b;
  font-family: 'Inter Tight', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border-right: 1px solid #f1f5f9;
}

/* TD — value column */
.specs-table td {
  padding: 14px 20px;
  font-family: 'IBM Plex Mono', 'Inter Tight', monospace;
  font-size: 13px;
  font-weight: 400;
  color: #1a1a2e;
  vertical-align: middle;
  line-height: 1.5;
}

/* First row accent — Form */
.specs-table tr:first-child th,
.specs-table tr:first-child td {
  background: linear-gradient(135deg, #f8fafc, #f0f8fe);
}
.specs-table tr:first-child th {
  border-right: 1px solid #e0f2fe;
}

/* Purity row — special treatment */
.specs-table td.purity {
  color: #0c7a6b;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.specs-table td.purity::before {
  content: '';
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #0c7a6b;
  box-shadow: 0 0 0 3px rgba(12,122,107,0.12);
  flex-shrink: 0;
}

/* Purity row bg */
.specs-table tr:has(.purity) {
  background: linear-gradient(135deg, #f0fdf9, #f8fffd);
}
.specs-table tr:has(.purity) th {
  color: #0c7a6b;
  background: linear-gradient(135deg, #f0fdf9, #ecfdf5);
  border-right-color: #d1fae5;
}

/* COA row */
.specs-table tr:last-child th,
.specs-table tr:last-child td {
  background: linear-gradient(135deg, #f0f8fe, #e8f4fb);
  border-top: 1px solid #e0f2fe;
}
.specs-table tr:last-child th {
  color: #0b87bd;
  border-right-color: #bae6fd;
}

/* COA link button */
.specs-table .coa-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  background: #1a1a2e;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  border: none;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(26,26,46,0.18);
}
.specs-table .coa-link::before {
  content: '↓';
  font-size: 13px;
}
.specs-table .coa-link:hover {
  background: #0EA5E9;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(14,165,233,0.30);
}

/* Mobile */
@media (max-width: 640px) {
  .specs-table,
  .specs-table tbody,
  .specs-table tr,
  .specs-table th,
  .specs-table td {
    display: block;
    width: 100%;
  }
  .specs-table tr {
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
  }
  .specs-table tr:last-child { border-bottom: none; }
  .specs-table th {
    padding: 0 0 4px;
    border: none;
    background: transparent;
    font-size: 10px;
  }
  .specs-table td {
    padding: 0;
    border: none;
    font-size: 13px;
  }
  .specs-table td.purity {
    display: flex;
  }
  .specs-table tr:first-child th,
  .specs-table tr:first-child td,
  .specs-table tr:has(.purity) th,
  .specs-table tr:has(.purity) td,
  .specs-table tr:last-child th,
  .specs-table tr:last-child td {
    background: transparent;
  }
}