body {color:#f8fafc;background-color:#1D2128 !important;background-image:none;font-family:'Open Sans';font-weight:500;font-style:normal;font-size:17px;} .sp-el-row{max-width:1157px;}#primary.content-area{max-width:1057px;} h1, h2, h3, h4, h5, h6{color:#FFFFFF; font-family:'Squada One';font-weight:400;font-style:normal;}  h1{font-size:70px;} h2{font-size:50px;} h3{font-size:35px;} h4{font-size:25px;} h5{font-size:20px;} h6{font-size:18px;} a{color:#3C4FFF;font-family:'IBM Plex Sans';font-weight:600;font-style:normal;} a:hover{color:#1d4ed8;} label{color:#FFFFFF;font-family:'Helvetica Neue', Arial, sans-serif;font-weight:400;font-style:normal;font-size:16px;font-weight:bold;} ::placeholder{color:rgba(0, 0, 0, 0.5) !important;} .sp-button,  #edd-purchase-button.edd-submit.sp-button, input[type='submit'].edd-submit.sp-button, .edd-add-to-cart, button.edd-submit.sp-button, a.edd-submit.sp-button, .edd-submit, input[type='submit'].edd-submit, #edd-save-cart-button, #edd_next_button, input[type='submit'], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button.wp-element-button,  .widget-content-block input[type='submit']{color:#FFFFFF;background-color:#4B9AC7;font-family:'Open Sans';font-weight:400;font-style:normal;border-radius:100px;border-width:0px;border-style:solid;} .sp-button:hover{background-color:#1d4ed8;color:#FFFFFF;} input[type="text"],  input[type="password"],  input[type="email"], input[type="url"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="datetime"],  input[type="datetime-local"],  input[type="week"],  input[type="number"],  input[type="search"],  input[type="tel"],  input[type="color"],  select,  textarea, .woocommerce input, .woocommerce select, .woocommerce textarea, .widget-content-block input, .widget-content-block select, .widget-content-block textarea{color:#000000;background-color:#eff6ff;border:1px solid #eff6ff;border-radius:50px;padding:15px;font-family:'Space Grotesk';font-weight:600;font-style:normal;font-size:17px;line-height:0.1;font-weight:bold;} .btn{background-color:#4B9AC7}@media (max-width: 480px){body {} h1 {font-size:50px;} h2 {font-size:42px;} h3 {} h4 {} h5 {} h6 {} a{} a:hover {} label {} input[type="text"],  input[type="password"],  input[type="email"],  input[type="url"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="datetime"],  input[type="datetime-local"],  input[type="week"],  input[type="number"],  input[type="search"],  input[type="tel"],  input[type="color"],  select,  textarea{}}/*endmobile*/@media (min-width: 481px) and (max-width: 1024px){body {} h1 {} h2 {} h3 {} h4 {} h5 {} h6 {} a{} a:hover {} label {} input[type="text"],  input[type="password"],  input[type="email"],  input[type="url"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="datetime"],  input[type="datetime-local"],  input[type="week"],  input[type="number"],  input[type="search"],  input[type="tel"],  input[type="color"],  select,  textarea{}}/*endtablet*/
/* Custom CSS */
/* =====================================================
   FIX 1: DOUBLE HEADER
   Hide duplicate global SeedProd header on product pages
   ===================================================== */

/* Hide the global SeedProd text-only header */
body.single-product #sp-fko9jj {
  display: none !important;
}

/* =====================================================
   FIX 2: WIDEN PRODUCT CONTENT + FIX TOTALS ALIGNMENT
   ===================================================== */

/* Widen the main product content row */
body.single-product #sp-zpod8wfqge0s {
  padding: 0 24px !important;
}

body.single-product #sp-zpod8wfqge0s #sp-lafv347w9u6g {
  max-width: 1400px !important;
  width: 100% !important;
}

/* Give the right column (product info + configurator) more room */
body.single-product #sp-zpod8wfqge0s #sp-c6cke6a4ov5q {
  width: calc(40%) !important;
  flex-shrink: 0;
}

body.single-product #sp-zpod8wfqge0s #sp-q1ok45uevm59 {
  width: calc(60%) !important;
  flex: 1;
  min-width: 0;
}

/* PEWC wrapper: full width of its container */
.pewc-product-extra-groups-wrap {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* Form takes full width */
body.single-product form.cart {
  width: 100%;
  max-width: 100%;
}

/* ===== TOTALS ALIGNMENT ===== */
.pewc-total-field-wrapper {
  width: 100%;
  margin-top: 10px;
  padding: 8px 0 0 0;
  border-top: 1px solid var(--byopc-border, #333);
}

.pewc-total-field-wrapper p {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 4px 0;
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
  color: var(--byopc-text-secondary, #b0b0b0);
  line-height: 1.3;
}

.pewc-total-field-wrapper p:last-child {
  margin-bottom: 0 !important;
  padding-top: 6px;
  margin-top: 4px !important;
  border-top: 1px solid var(--byopc-border, #333);
  font-size: 14px;
  font-weight: 600;
  color: var(--byopc-text-primary, #f1f1f1);
}

/* Label spans (left side) */
.pewc-total-field-wrapper p span:first-child {
  flex-shrink: 0;
  font-weight: 500;
}

/* Value spans (right side) */
.pewc-total-field-wrapper p .pewc-total-field {
  text-align: right;
  font-weight: 600;
  color: var(--byopc-accent, #7f54b3);
  white-space: nowrap;
}

/* Grand total emphasis */
#pewc-grand-total-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--byopc-text-primary, #f1f1f1);
}

#pewc-grand-total {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--byopc-accent, #7f54b3) !important;
}

/* Ensure select dropdowns don't overflow their container */
.pewc-product-extra-groups select.pewc-form-field,
.pewc-product-extra-groups select.pewc-child-select-field {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

/* Also widen the tabs/data section below the product */
body.single-product #sp-fms9ir5z74sp {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto;
}

/* Add-to-cart section full width */
body.single-product .sp-add-to-cart-wrapper {
  width: 100% !important;
}

body.single-product .sp-add-to-cart-shortcode,
body.single-product .sp-add-to-cart-shortcode form.cart {
  width: 100% !important;
}

/* =====================================================
   BYOPC Product Builder - XoticPC-Inspired Design
   REFINED: Alignment, Spacing, Typography Consistency
   ===================================================== */

:root {
  --byopc-accent: #7f54b3;
  --byopc-accent-hover: #6b44a0;
  --byopc-accent-light: rgba(127, 84, 179, 0.12);
  --byopc-text-primary: #f1f1f1;
  --byopc-text-secondary: #b0b0b0;
  --byopc-text-tertiary: #808080;
  --byopc-bg-dark: #0e0e0e;
  --byopc-bg-lighter: #1a1a1a;
  --byopc-bg-light: #242424;
  --byopc-border: #333333;
  --byopc-border-hover: #4a4a4a;
  --byopc-radius: 4px;
  --byopc-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  --byopc-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --byopc-input-height: 44px;
  --byopc-line-height: 1.4;

  --font-headline: 'Graphik-Bold', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ===== RESET STYLES ===== */
body.single-product {
  background: rgb(29, 33, 40) !important;
  color: var(--byopc-text-primary);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--byopc-line-height);
}

.single-product .product {
  background: transparent;
}

/* ===== PEWC WRAPPER ===== */
.pewc-product-extra-groups-wrap {
  background: var(--byopc-bg-lighter);
  border: 1px solid var(--byopc-border);
  border-radius: var(--byopc-radius);
  padding: 16px 20px;
  margin: 16px 0;
  box-shadow: var(--byopc-shadow);
  max-width: 100%;
}

/* ===== REMOVE ACCORDION STYLING ===== */
.pewc-groups-accordion .pewc-group-wrap {
  border: none;
  margin-bottom: 20px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.pewc-groups-accordion .pewc-group-wrap .pewc-group-content-wrapper {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  max-height: none;
  height: auto;
  overflow: visible;
}

/* ===== SECTION HEADERS ===== */
.pewc-groups-accordion .pewc-group-wrap h3,
.pewc-group-heading-wrapper h3 {
  background: transparent !important;
  background-color: transparent !important;
  margin: 0 0 10px 0 !important;
  padding: 0 0 8px 0 !important;
  font-size: 15px !important;
  font-weight: 600;
  letter-spacing: 0.36px;
  color: var(--byopc-text-primary) !important;
  font-family: var(--font-headline);
  cursor: default;
  position: relative;
  border-bottom: 2px solid var(--byopc-border);
  display: block;
  transition: none;
  line-height: 1.3;
}

.pewc-groups-accordion .pewc-group-wrap h3:hover {
  background: transparent;
}

.pewc-groups-accordion .pewc-group-wrap.group-active h3,
.pewc-groups-accordion .pewc-group-heading-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--byopc-text-primary) !important;
  border-bottom: 2px solid var(--byopc-accent);
}

/* Override PEWC inline styles for group heading wrapper */
.pewc-group-heading-wrapper,
.pewc-preset-style .pewc-groups-accordion .pewc-group-heading-wrapper {
  background: transparent !important;
  background-color: transparent !important;
}

.pewc-group-description {
  color: var(--byopc-text-secondary, #b0b0b0) !important;
  font-size: 13px !important;
}

.pewc-groups-accordion .pewc-group-wrap h3::before {
  display: none;
}

/* ===== FIELD LISTS ===== */
ul.pewc-product-extra-groups {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.pewc-product-extra-groups li.pewc-item {
  margin: 0 0 14px 0;
  padding: 0;
  list-style: none;
  display: block;
}

/* ===== FIELD LABELS ===== */
li.pewc-group label.pewc-field-label,
li.pewc-group h4.pewc-field-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
  color: var(--byopc-text-secondary);
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: var(--font-body);
  line-height: 1.2;
}

li.pewc-group label.pewc-field-label .required {
  color: var(--byopc-accent);
  font-weight: 600;
}

/* ===== FORM FIELD WRAPPER ===== */
li.pewc-item-field-wrapper {
  display: block;
  padding: 0;
  margin: 0;
}

/* ===== SELECT DROPDOWNS ===== */
.pewc-product-extra-groups select.pewc-form-field,
.pewc-product-extra-groups select.pewc-child-select-field {
  width: 100%;
  height: var(--byopc-input-height);
  padding: 11px 40px 11px 14px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: var(--byopc-line-height);
  color: var(--byopc-text-primary);
  background-color: var(--byopc-bg-dark);
  border: 1px solid var(--byopc-border);
  border-radius: var(--byopc-radius);
  font-family: var(--font-body);
  cursor: pointer;
  transition: border-color var(--byopc-transition), background-color var(--byopc-transition);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23b0b0b0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  box-sizing: border-box;
}

.pewc-product-extra-groups select.pewc-form-field:hover,
.pewc-product-extra-groups select.pewc-child-select-field:hover {
  border-color: var(--byopc-border-hover);
}

.pewc-product-extra-groups select.pewc-form-field:focus,
.pewc-product-extra-groups select.pewc-child-select-field:focus {
  outline: none;
  border-color: var(--byopc-accent);
}

.pewc-product-extra-groups select.pewc-form-field option,
.pewc-product-extra-groups select.pewc-child-select-field option {
  background-color: var(--byopc-bg-lighter);
  color: var(--byopc-text-primary);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 400;
}

/* ===== CHILD PRODUCT WRAPPER ===== */
.child-product-wrapper {
  margin: 4px 0 0 0;
  padding: 0;
}

/* ===== PRICE LABELS ===== */
.pewc-child-product-price-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
  color: var(--byopc-accent);
  margin-left: 10px;
  vertical-align: middle;
}

h4.pewc-field-label span:not(.pewc-field-label-text) {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
  color: var(--byopc-accent);
  margin-left: 10px;
  display: inline-block;
}

.pewc-group small.woocommerce-price-suffix {
  color: var(--byopc-text-tertiary);
  font-size: 12px;
  letter-spacing: 0.24px;
  margin-left: 10px;
  display: inline;
}

/* ===== QUANTITY FIELDS ===== */
input[type=number].pewc-child-quantity-field {
  width: 70px;
  height: var(--byopc-input-height);
  padding: 11px 12px;
  text-align: center;
  border: 1px solid var(--byopc-border);
  border-radius: var(--byopc-radius);
  background-color: var(--byopc-bg-dark);
  color: var(--byopc-text-primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  line-height: var(--byopc-line-height);
  font-family: var(--font-body);
  margin-left: 16px;
  transition: border-color var(--byopc-transition);
  box-sizing: border-box;
  vertical-align: middle;
}

input[type=number].pewc-child-quantity-field:hover {
  border-color: var(--byopc-border-hover);
}

input[type=number].pewc-child-quantity-field:focus {
  outline: none;
  border-color: var(--byopc-accent);
}

/* Remove spinner arrows on quantity inputs */
input[type=number].pewc-child-quantity-field::-webkit-outer-spin-button,
input[type=number].pewc-child-quantity-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].pewc-child-quantity-field[type=number] {
  -moz-appearance: textfield;
}

/* ===== CHECKBOX STYLES ===== */
.pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper,
.pewc-checkboxes-list-wrapper .pewc-checkbox-wrapper,
.pewc-radio-images-wrapper .pewc-radio-image-wrapper,
.pewc-radio-list-wrapper .pewc-radio-wrapper {
  border: 1px solid var(--byopc-border);
  border-radius: var(--byopc-radius);
  padding: 16px;
  background: var(--byopc-bg-light);
  margin-bottom: 8px !important;
  transition: all var(--byopc-transition);
  display: flex;
  align-items: center;
  gap: 12px;
}

.pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper:hover,
.pewc-checkboxes-list-wrapper .pewc-checkbox-wrapper:hover,
.pewc-radio-images-wrapper .pewc-radio-image-wrapper:hover,
.pewc-radio-list-wrapper .pewc-radio-wrapper:hover {
  border-color: var(--byopc-border-hover);
}

.pewc-checkboxes-images-wrapper .pewc-checkbox-image-wrapper.checked,
.pewc-checkboxes-list-wrapper .pewc-checkbox-wrapper.checked,
.pewc-radio-images-wrapper .pewc-radio-image-wrapper.checked,
.pewc-radio-list-wrapper .pewc-radio-wrapper.checked {
  border-color: var(--byopc-accent);
  background: var(--byopc-accent-light);
}

.pewc-radio-image-desc,
.pewc-checkboxes-list-desc {
  color: var(--byopc-text-secondary);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: var(--byopc-line-height);
  margin: 0;
}

.pewc-checkbox-desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

/* ===== COLUMN LAYOUT ===== */
.pewc-column-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.pewc-column-wrapper .pewc-checkbox-image-wrapper {
  border: 1px solid var(--byopc-border);
  border-radius: var(--byopc-radius);
  padding: 20px;
  background: var(--byopc-bg-light);
  margin-bottom: 12px;
  transition: all var(--byopc-transition);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pewc-column-wrapper .pewc-checkbox-image-wrapper:hover {
  border-color: var(--byopc-border-hover);
}

.pewc-column-wrapper .pewc-checkbox-image-wrapper.checked {
  border-color: var(--byopc-accent);
  background: var(--byopc-accent-light);
}

.pewc-column-wrapper h4.pewc-radio-image-desc {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: var(--byopc-text-primary);
  margin: 0;
  font-family: var(--font-headline);
  line-height: 1.3;
}

.pewc-column-wrapper h4.pewc-radio-image-desc a {
  color: var(--byopc-text-primary);
  text-decoration: none;
  transition: color var(--byopc-transition);
}

.pewc-column-wrapper h4.pewc-radio-image-desc a:hover {
  color: var(--byopc-accent);
}

.pewc-column-wrapper p.pewc-column-price-wrapper {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: var(--byopc-accent);
  margin: 0;
  line-height: 1.3;
}

.pewc-column-wrapper .pewc-column-excerpt {
  font-size: 12px;
  color: var(--byopc-text-tertiary);
  letter-spacing: 0.24px;
  line-height: 1.5;
  margin: 0;
}

.pewc-column-wrapper .button.pewc-add-button {
  background: var(--byopc-accent);
  color: #fff;
  border: none;
  border-radius: var(--byopc-radius);
  padding: 11px 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background var(--byopc-transition);
  height: var(--byopc-input-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.pewc-column-wrapper .button.pewc-add-button:hover {
  background: var(--byopc-accent-hover);
}

/* ===== COMPONENT LAYOUT ===== */
.pewc-component-wrapper {
  border: 1px solid var(--byopc-border);
  border-radius: var(--byopc-radius);
  padding: 16px;
  background: var(--byopc-bg-light);
  margin-bottom: 12px;
  grid-gap: 20px;
  transition: all var(--byopc-transition);
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: start;
}

.pewc-component-wrapper:hover {
  border-color: var(--byopc-border-hover);
}

.pewc-component-wrapper.checked {
  border-color: var(--byopc-accent);
  background: var(--byopc-accent-light);
}

.pewc-component-col-1 {
  display: flex;
  justify-content: center;
}

.pewc-component-col-2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pewc-component-col-3 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pewc-component-product-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: var(--byopc-text-primary);
  margin: 0;
  line-height: 1.3;
}

/* ===== ADD TO CART BUTTON ===== */
.single-product form.cart .single_add_to_cart_button {
  background-color: var(--byopc-accent) !important;
  color: #fff !important;
  border: none;
  border-radius: var(--byopc-radius);
  padding: 14px 40px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background var(--byopc-transition);
  margin-top: 16px;
  height: auto;
  line-height: 1;
  display: inline-block;
}

.single-product form.cart .single_add_to_cart_button:hover {
  background-color: var(--byopc-accent-hover) !important;
}

/* ===== PRICE TOTAL DISPLAY ===== */
.pewc-total-field {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: var(--byopc-text-primary);
  padding: 0;
  margin: 0;
  border: none;
  display: inline;
  line-height: 1.3;
}

.pewc-total-field .woocommerce-Price-amount {
  color: var(--byopc-accent);
  font-size: 13px;
  font-weight: 600;
}

.pewc-summary-panel-price {
  font-weight: 600;
  color: var(--byopc-accent);
  letter-spacing: 0.28px;
}

/* ===== DISABLED / OUT OF STOCK ===== */
.pewc-checkbox-disabled,
.pewc-option-inactive {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 768px) {
  .pewc-product-extra-groups-wrap {
    padding: 12px 16px;
    margin: 12px 0;
  }

  .pewc-groups-accordion .pewc-group-wrap {
    margin-bottom: 16px;
  }

  .pewc-groups-accordion .pewc-group-wrap h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .pewc-product-extra-groups select.pewc-form-field,
  .pewc-product-extra-groups select.pewc-child-select-field {
    height: 40px;
    font-size: 12px;
    padding: 9px 36px 9px 12px;
  }

  input[type=number].pewc-child-quantity-field {
    width: 64px;
    height: 40px;
    font-size: 12px;
  }

  .single-product form.cart .single_add_to_cart_button {
    width: 100%;
  }

  .pewc-component-wrapper {
    grid-template-columns: 70px 1fr;
    grid-auto-flow: dense;
  }

  .pewc-component-col-3 {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--byopc-border);
  }
}

/* ===== UTILITY RESETS ===== */
.pewc-groups-accordion ul.pewc-product-extra-groups {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pewc-groups-accordion ul.pewc-product-extra-groups &gt; li {
  list-style: none;
  margin-left: 0;
}

li.pewc-item:after,
.pewc-group:after {
  content: '';
  display: table;
  clear: both;
}


/* Hide SeedProd short description only for PEWC/BYOPC products (we inject our own below) */
body.single-product.has-pewc #sp-vqx8uvv5no9a {
  display: none !important;
}

/* ===== PRODUCT LAYOUT - TOP JUSTIFIED + SCROLL ===== */

/* Top-align the row (override sp-items-center) */
body.single-product #sp-zpod8wfqge0s #sp-lafv347w9u6g {
  align-items: flex-start !important;
}

/* Top-align the right column (override sp-justify-center) */
body.single-product #sp-zpod8wfqge0s #sp-q1ok45uevm59 {
  justify-content: flex-start !important;
}

/* Gallery column: scroll to match right column height, no scrollbar */
body.single-product #sp-zpod8wfqge0s #sp-c6cke6a4ov5q {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE/Edge */
}

body.single-product #sp-zpod8wfqge0s #sp-c6cke6a4ov5q::-webkit-scrollbar {
  display: none !important; /* Chrome/Safari */
}

/* Short description styling below product selector */
.ds-product-description {
  margin-top: 24px;
  padding: 20px 24px;
  background: var(--byopc-bg-lighter);
  border: 1px solid var(--byopc-border);
  border-radius: 8px;
  color: var(--byopc-text-primary);
  font-size: 14px;
  line-height: 1.7;
}

.ds-product-description h3 {
  color: var(--byopc-text-primary);
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.ds-product-description p {
  margin: 0 0 8px 0;
  color: #ccc;
}

.ds-product-description p:last-child {
  margin-bottom: 0;
}

/* ===== PRODUCT GALLERY - VERTICAL STACK ===== */

/* Hide FlexSlider navigation and controls */
body.single-product #sp-amo2gpo69zn .flex-direction-nav,
body.single-product #sp-amo2gpo69zn .flex-control-nav,
body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery__trigger {
  display: none !important;
}

/* Force gallery visible */
body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery {
  opacity: 1 !important;
}

/* Override FlexSlider to show all images vertically */
body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery__wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  transform: none !important;
  transition: none !important;
  width: 100% !important;
}

/* Override FlexSlider viewport */
body.single-product #sp-amo2gpo69zn .flex-viewport {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

/* Each image block */
body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  border: 2px solid var(--byopc-border) !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease !important;
  opacity: 1 !important;
}

body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery__image:hover {
  border-color: var(--byopc-accent) !important;
}

body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Remove zoom overlay */
body.single-product #sp-amo2gpo69zn .zoomImg,
body.single-product #sp-amo2gpo69zn img.zoomImg {
  display: none !important;
}

/* No border/shadow on flexslider container */
body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery.flexslider {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Hide the duplicate gallery block at bottom */
body.single-product #sp-og3sei {
  display: none !important;
}

/* ===== CUSTOM LIGHTBOX OVERLAY ===== */
.ds-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.92);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ds-lightbox-overlay.active {
  opacity: 1;
}

.ds-lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}

.ds-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  cursor: pointer;
  z-index: 100001;
  opacity: 0.7;
  transition: opacity 0.2s;
  line-height: 1;
  font-family: sans-serif;
}

.ds-lightbox-close:hover {
  opacity: 1;
}

.ds-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  user-select: none;
  z-index: 100001;
  font-family: sans-serif;
  padding: 20px;
}

.ds-lightbox-nav:hover {
  opacity: 1;
}

.ds-lightbox-prev { left: 10px; }
.ds-lightbox-next { right: 10px; }

.ds-lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-family: sans-serif;
}


/* Hide empty SeedProd blog posts section on blog page */
#sp-qkck8x { display: none !important; }


/* Hide duplicate simple header - keep only the full logo/nav header */
#sp-fko9jj { display: none !important; }


/* ===== BUILD NOW NAV PILL BUTTON ===== */
.seedprod-menu-list li.menu-item a[href="/build-now/"],
.seedprod-menu-list li.menu-item a[href="/build-now"] {
  background: #4b9ac7 !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding: 7px 20px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: background 0.2s ease !important;
  display: inline-block !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
}
.seedprod-menu-list li.menu-item a[href="/build-now/"]:hover,
.seedprod-menu-list li.menu-item a[href="/build-now"]:hover {
  background: #3a8ab5 !important;
}

/* ===== CLEARANCE RED NAV ITEM ===== */
.seedprod-menu-list li.menu-item a[href="/product-category/clearance/"] {
  color: rgb(255, 0, 0) !important;
}

/* ===== CART PURPLE PILL ===== */
.sp-menu-cart-shortcode a {
  background: #7f54b3 !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding: 7px 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: background 0.2s ease !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}
.sp-menu-cart-shortcode a:hover {
  background: #6b44a0 !important;
}
.sp-menu-cart-shortcode .sp-menu-cart-button-text,
.sp-menu-cart-shortcode .sp-menu-cart-button-text span,
.sp-menu-cart-shortcode .woocommerce-Price-amount {
  color: #fff !important;
  font-weight: 600 !important;
}
.sp-menu-cart-shortcode .sp-menu-cart-icon-badge i {
  color: #fff !important;
}
.sp-menu-cart-shortcode .sp-menu-cart-item-count {
  background-color: #df2a4a !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

/* ===== PRODUCT CONTAINER ROUNDED CORNERS ===== */
/* Build Now page product container */
#sp-iw5h09 {
  border-radius: 16px !important;
  overflow: hidden !important;
}
/* Category/Single page product row (black background) */
#sp-izly8e {
  border-radius: 16px !important;
  overflow: hidden !important;
}
/* Shop page product column (black background) */
#sp-yfn11uqavvu5 {
  border-radius: 16px !important;
  overflow: hidden !important;
}



/* ===== PRODUCT CARD UNIFORM SIZING ===== */
/* Grid: equal height cards via flexbox */
.woocommerce ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
}
.woocommerce ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  padding: 8px !important;
  box-sizing: border-box !important;
}

/* The product link wraps image + title + price — it should grow to fill space */
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

/* Fixed-height image container */
.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
  width: 100% !important;
  height: 260px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
}

/* Title: fixed space, clamp to 2 lines */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  flex: 1 1 auto !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-height: 4.2em !important;
  margin: 10px 0 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

/* Price: pinned position before button */
.woocommerce ul.products li.product .price {
  flex-shrink: 0 !important;
  margin: 6px 0 12px !important;
  display: block !important;
  text-align: center !important;
}

/* Add to cart button: centered, compact, at the bottom */
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button {
  flex-shrink: 0 !important;
  margin-top: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: auto !important;
  max-width: 80% !important;
  box-sizing: border-box !important;
  padding: 8px 22px !important;
  font-size: 13px !important;
  display: block !important;
}


/* ===== COMPACT SORT/FILTER DROPDOWN ===== */
.woocommerce-ordering select.orderby {
  padding: 8px 32px 8px 14px !important;
  font-size: 13px !important;
  border-radius: 20px !important;
  border: 1px solid #4a4a4a !important;
  background-color: #1a1a1a !important;
  color: #f1f1f1 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b0b0b0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 12px !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
}

/* =====================================================
   SIMPLE PRODUCT PAGE - GALLERY &amp; ALIGNMENT FIX
   ===================================================== */

/* For simple products (no PEWC configurator), balance the column widths */
body.single-product.no-pewc #sp-zpod8wfqge0s #sp-c6cke6a4ov5q {
  width: calc(45%) !important;
}

body.single-product.no-pewc #sp-zpod8wfqge0s #sp-q1ok45uevm59 {
  width: calc(55%) !important;
}

/* Gallery column: ensure proper sizing and padding */
body.single-product #sp-c6cke6a4ov5q {
  padding: 20px !important;
  box-sizing: border-box !important;
}

/* Right product info column: consistent padding and alignment */
body.single-product #sp-q1ok45uevm59 {
  padding: 24px 30px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 0 !important;
}

/* Product title wrapper: no extra spacing */
body.single-product #sp-q1ok45uevm59 &gt; .sp-header-block-link {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Product title: full width, left aligned */
body.single-product #sp-a65hbiajcvfh {
  width: 100% !important;
  text-align: left !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
}

/* Price wrapper: full width, left aligned, fix padding */
body.single-product #sp-svcnw9fav1mp {
  width: 100% !important;
  text-align: left !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}

body.single-product #sp-svcnw9fav1mp .sp-product-price-shortcode {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-product #sp-svcnw9fav1mp .sp-product-price-shortcode .woocommerce-Price-amount {
  padding: 0 !important;
  margin: 0 !important;
}

/* Fix the ins element padding that pushes price right */
body.single-product #sp-svcnw9fav1mp .sp-product-price-shortcode ins {
  padding-left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
}

/* Fix del (original price) alignment */
body.single-product #sp-svcnw9fav1mp .sp-product-price-shortcode del {
  margin-right: 10px !important;
  opacity: 0.6;
}

/* Short description: full width, left aligned */
body.single-product .sp-short-description {
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  color: var(--byopc-text-secondary, #b0b0b0) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* Add to cart wrapper: full width */
body.single-product .sp-add-to-cart-wrapper {
  width: 100% !important;
  margin-top: auto !important;
}

/* Add to cart form alignment */
body.single-product .sp-add-to-cart-shortcode form.cart {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
}

/* Quantity and button equal height alignment */
body.single-product .sp-add-to-cart-shortcode form.cart .quantity {
  display: flex !important;
  align-items: stretch !important;
  margin: 0 !important;
}

body.single-product .sp-add-to-cart-shortcode form.cart .quantity .qty:not([type="hidden"]) {
  height: auto !important;
  min-height: 46px !important;
  width: 70px !important;
  text-align: center !important;
  border: 1px solid var(--byopc-border, #333) !important;
  border-radius: var(--byopc-radius, 4px) !important;
  background: var(--byopc-bg-dark, #0e0e0e) !important;
  color: var(--byopc-text-primary, #f1f1f1) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  font-family: var(--font-body) !important;
  padding: 0 8px !important;
  box-sizing: border-box !important;
}

body.single-product .sp-add-to-cart-shortcode form.cart .single_add_to_cart_button {
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}



/* WooCommerce notices wrapper: full width, above form */
body.single-product .sp-add-to-cart-shortcode .woocommerce-notices-wrapper {
  width: 100% !important;
  margin-bottom: 8px !important;
}

/* Gallery: ensure images are properly sized for all products */
body.single-product #sp-amo2gpo69zn {
  width: 100% !important;
  padding: 0 !important;
}

body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery {
  width: 100% !important;
}

body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  background: var(--byopc-bg-lighter, #1a1a1a) !important;
  border-radius: 8px !important;
}

/* For single-image products, give the image a reasonable max size */
body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery__image:only-child {
  max-width: 100% !important;
}

body.single-product #sp-amo2gpo69zn .woocommerce-product-gallery__image:only-child img {
  max-height: 500px !important;
  object-fit: contain !important;
}

/* ===== DESCRIPTION TAB TEXT COLOR FIX ===== */
body.single-product #sp-z3he0ved8e9r .woocommerce-tabs .panel,
body.single-product #sp-z3he0ved8e9r .woocommerce-tabs .panel p {
  color: var(--byopc-text-primary, #f1f1f1) !important;
}

body.single-product #sp-z3he0ved8e9r .woocommerce-tabs .panel h2 {
  color: var(--byopc-text-primary, #f1f1f1) !important;
}

body.single-product #sp-z3he0ved8e9r .woocommerce-tabs ul.wc-tabs li a {
  color: var(--byopc-text-secondary, #b0b0b0) !important;
}

body.single-product #sp-z3he0ved8e9r .woocommerce-tabs ul.wc-tabs li.active a {
  color: var(--byopc-text-primary, #f1f1f1) !important;
}

/* ===== REVIEW STARS: PURPLE FILLED ===== */
.star-rating span::before,
p.stars a.active::after,
p.stars a:hover::after {
  color: #7f54b3 !important;
}
