/* ============================================================================
   SHARED COMPONENT: production-form system (B8 companion) — SKIN tier — from site-allpaintingsstore-V2.0.css
   Migrated 2026-07-05. Cluster: buy_production_form / production_form /
   frame_box / summery_checkout / total_price_box / select_size /
   upload_image_box / elvatee_content_box / signature_* — shared by the artwork
   buy pages AND the photo funnel (25 templates) → BASE-LINKED ×8.
   select_size/upload_image_box/elvatee are JS-relevant (main-V2.1.js) —
   class names untouched. PHASE-A FIDELITY: verbatim relocation.
   ============================================================================ */
.production_form,
.summery_checkout {
  --aps-cr-surface:   var(--aps-bg-2);      /* #ECE9E1 panel fill            */
  --aps-cr-surface-2: var(--aps-paper);     /* #FBFAF6 input / inner fill    */
  --aps-cr-ink:       var(--aps-ink);       /* #161310 primary text          */
  --aps-cr-ink-2:     var(--aps-ink-2);     /* #4A4641 secondary text        */
  --aps-cr-ink-3:     var(--aps-ink-3);     /* #8A857D muted text            */
  --aps-cr-rule:      var(--aps-rule);      /* #DCD7CB hairline              */
  --aps-cr-rule-2:    var(--aps-rule-2);    /* #C8C2B3 stronger border       */
  --aps-cr-accent:    var(--aps-burgundy);  /* #5B1622 identity / selected   */
  --aps-cr-accent-2:  var(--aps-burgundy-2);/* #7A1F30 hover                 */
  --aps-cr-on-accent: var(--aps-cream-2);   /* #F2E6D8 text on burgundy      */
  --aps-cr-surcharge: var(--aps-surcharge); /* #A8321F + price / surcharge   */
}

.production_form .steps_count span {
  background: var(--aps-cr-accent);
  color: var(--aps-cr-on-accent);
}

.production_form .form_heading {
  color: var(--aps-cr-ink);
}

.production_form .form_content {
  color: var(--aps-cr-ink-2);
}

.production_form .repro-required,
.summery_checkout .repro-required {
  color: var(--aps-cr-surcharge);
}

.production_form .upload_img_form .img_extention {
  color: var(--aps-cr-ink-3);
}

.production_form .image-upload-box,
.production_form .image-upload-box#add-image {
  background: var(--aps-cr-surface);
  border: 1px dashed var(--aps-cr-rule-2);
  color: var(--aps-cr-ink-2);
}

.production_form .image-upload-box#add-image:hover {
  border-color: var(--aps-cr-accent);
}

.production_form .repro-remove-image-btn {
  background: var(--aps-cr-accent);
  color: var(--aps-cr-on-accent);
}

.production_form .repro-faces__option {
  background: var(--aps-cr-surface);
  border: 1px solid var(--aps-cr-rule);
}

.production_form .repro-faces__option.checked_box {
  border: 1px solid var(--aps-cr-accent) !important;
  background: var(--aps-cr-surface-2);
}

.production_form .repro-faces__count p {
  color: var(--aps-cr-ink);
}

.production_form .repro-faces__free-badge {
  color: var(--aps-cr-ink-3);
}

.production_form .face_color_red {
  color: var(--aps-cr-surcharge);
}

.production_form .repro-size__manual-label p {
  color: var(--aps-cr-ink);
}

.production_form .switches-container {
  background: var(--aps-cr-rule);
}

.production_form .switches-container label {
  color: var(--aps-cr-ink-2);
}

.production_form .switches-container .switch {
  background: var(--aps-cr-accent);
}

.production_form .switches-container .switch .switchbox {
  color: var(--aps-cr-on-accent);
}

.production_form .form-floating .form-control {
  background: var(--aps-cr-surface-2);
  border: 1px solid var(--aps-cr-rule-2);
  color: var(--aps-cr-ink);
}

.production_form .form-floating .form-control:focus {
  border-color: var(--aps-cr-accent);
  box-shadow: 0 0 0 1px var(--aps-cr-accent);
}

.production_form .form-floating > label {
  color: var(--aps-cr-ink-3) !important;
}

.production_form .reproduction_ratio_warning {
  background: var(--aps-warn-bg);
  border: 1px solid var(--aps-warn-bd);
}

.production_form .reproduction_ratio_warning p {
  color: var(--aps-warn-ink);
}

.production_form .form-check-input-custom {
  background-color: var(--aps-cr-surface-2) !important;
  border: 1px solid var(--aps-cr-rule-2) !important;
}

.production_form .form-check-input-custom:checked {
  background-color: var(--aps-cr-accent) !important;
  border-color: var(--aps-cr-accent) !important;
}

.production_form .repro-styles__option {
  background: var(--aps-cr-surface);
  border: 1px solid var(--aps-cr-rule);
}

.production_form .repro-styles__option:hover {
  border-color: var(--aps-cr-accent);
}

.production_form .repro-styles__option .overlay_img {
  background: rgba(46, 11, 18, 0.80); /* --aps-burgundy-ink @ 80% */
}

.production_form .repro-styles__radio label {
  color: var(--aps-cr-ink);
}

.production_form .repro_radio label {
  color: var(--aps-cr-ink);
}

.production_form .green_include {
  color: var(--aps-cr-ink-3);
}

.production_form .frame_box {
  border: 1px solid var(--aps-cr-rule);
  background-color: var(--aps-cr-surface);
}

.production_form .frame_box.checked_box {
  border: 1px solid var(--aps-cr-accent) !important;
}

.production_form .frame_text,
.production_form .frame_text.headingSelect {
  color: var(--aps-cr-ink);
}

.production_form .frame-price-span,
.production_form .frame_text .face_color_red {
  color: var(--aps-cr-surcharge);
}

.production_form .frame_details h5 {
  color: var(--aps-cr-ink);
}

.production_form .frame_details p {
  color: var(--aps-cr-ink-2);
}

.production_form .---confirmation_notice {
  background: var(--aps-warn-bg);
  border: 1px solid var(--aps-warn-bd);
}

.production_form .---confirmation_notice p {
  color: var(--aps-warn-ink);
}

.production_form input[type="radio"] {
  background: var(--aps-cr-surface-2);
}

.production_form input[type="radio"]:after {
  background-color: var(--aps-cr-surface-2);
  border: 1px solid var(--aps-cr-rule-2);
}

.production_form input[type="radio"]:checked:after {
  background-color: var(--aps-cr-accent);
  outline: 1.5px solid var(--aps-cr-accent);
}

.production_form .repro-customization__section {
  background: var(--aps-cr-surface);
}

.production_form .repro-customization__box .custome_check label {
  color: var(--aps-cr-ink);
}

.production_form .repro-price-tag {
  color: var(--aps-cr-surcharge);
}

.production_form .custom_detail {
  background: var(--aps-cr-surface-2);
  border: 1px solid var(--aps-cr-rule);
}

.production_form .custom_detail p {
  color: var(--aps-cr-ink-2);
}

.production_form .optional_box .option_text label {
  color: var(--aps-cr-ink);
}

.production_form .optional_box .option_text > div,
.production_form .optional_box .option_text > span {
  color: var(--aps-cr-ink-2);
}

.production_form .optional_text {
  color: var(--aps-cr-ink-3);
}

.summery_checkout {
  background: var(--aps-cr-surface);
  border: 1px solid var(--aps-cr-rule);
}

.summery_checkout .sum_chek_text {
  color: var(--aps-cr-ink);
  border-bottom: 1px solid var(--aps-cr-rule);
}

.summery_checkout .accordion-button {
  background: transparent !important;
  color: var(--aps-cr-ink) !important;
  box-shadow: none !important;
}

.summery_checkout .accordion-body,
.summery_checkout .accordion-body p {
  color: var(--aps-cr-ink-2);
}

.summery_checkout .repro-summary__row {
  border-bottom: 1px solid var(--aps-cr-rule) !important;
}

.summery_checkout .repro-summary__row .dtl_con h4 {
  color: var(--aps-cr-ink);
}

.summery_checkout .repro-summary__row .dtl_con p {
  color: var(--aps-cr-ink-3);
}

.summery_checkout .repro-summary__row .detail_cont_right h4 {
  color: var(--aps-cr-accent);
}

.summery_checkout .total_price_box .total_price,
.summery_checkout h4.total_price {
  color: var(--aps-cr-ink);
}

.summery_checkout .add_tocart_btn button,
.summery_checkout #addToCartButton {
  background: var(--aps-cr-accent);
  color: var(--aps-cr-on-accent);
}

.summery_checkout #emailConfigButton {
  background: var(--aps-cr-surface-2);
  color: var(--aps-cr-ink);
  border: 1px solid var(--aps-cr-rule-2);
}

.summery_checkout .add_tocart_btn button:hover,
.summery_checkout #addToCartButton:hover {
  background: var(--aps-cr-accent-2);
  color: var(--aps-cr-on-accent);
}

.summery_checkout #emailConfigButton:hover {
  border-color: var(--aps-cr-accent);
  color: var(--aps-cr-accent);
}

.summery_checkout .confirmation_notice p {
  color: var(--aps-cr-ink-2);
}

.production_form .yellow_cont a,
.summery_checkout .yellow_cont a {
  color: var(--aps-cr-accent) !important;
}

.production_form .yellow_cont a:hover,
.summery_checkout .yellow_cont a:hover {
  color: var(--aps-cr-accent-2) !important;
}

/* ============================================================================
   REPRODUCTION / BUY-PAGE FAMILY SWEEP (2026-07-06): 99 classes exclusive to
   the buy + photo-funnel templates (reproduc_tabs, repro_radio, repro-summary,
   commn_strache_frame, frame_*, collection_*, premium_service, ...) folded
   into this base-linked component from base-allpaintingsstore-V2.1.css, original order.
   ========================================================================= */

.premium_service {
  margin-bottom: 44px;
}

.premium_service .why_choose_right,.premium_service .why_choose_right.black_back {
  height: auto !important;
  min-height: 0;
  padding: 32px 44px 48px !important;
  background: var(--aps-accent-dark, #2E0B12);
  overflow: visible;
}

.premium_service .why_choose_right h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: var(--font-title-accent);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--aps-cream, #E8DFC9);
}

.premium_service .why_choose_right .heading_text {
  margin: 0 0 12px;
  font-family: var(--font-title-accent);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: var(--aps-cream-2, #F2E6D8);
}

.premium_service .why_choose_right .heading_paragrap {
  margin: 0 auto;
  max-width: 52rem;
  text-align: center;
  color: var(--aps-ink-3, #a3a09b);
}

.premium_service .why_choose_box {
  margin-top: 28px;
  padding-bottom: 4px;
}

.premium_service .why_choose_box .row {
  row-gap: 28px;
  margin-bottom: 8px;
}

.premium_service .why_choose_box .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.premium_service .why_choose_box_inner {
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 0;
  height: auto;
  min-height: 0;
  flex: 1 1 auto;
}

.premium_service .why_choose_icon {
  margin-top: 2px;
  flex-shrink: 0;
}

.premium_service .why_choose_info {
  min-width: 0;
  flex: 1;
}

.premium_service .why_choose_info h5 {
  margin: 0 0 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--aps-cream-2, #F2E6D8);
}

.premium_service .why_choose_info p {
  width: 100%;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--aps-ink-3, #a3a09b);
  overflow: visible;
}

.premium_service .why_choose_icon img {
  background: transparent !important;
  outline: none !important;
  outline-offset: 0;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.premium_service .why_choose_box_inner:hover .why_choose_icon img {
  opacity: 1;
}

.adc-buy-page-section.artwork_section {
  background: transparent !important;
  padding-top: 24px;
  padding-bottom: 8px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.premium_service .why_choose_right.black_back {
  background: var(--aps-burgundy-ink, #2E0B12) !important;
}

.premium_service .why_choose_right h3,.premium_service .why_choose_right .heading_text {
  font-family: var(--aps-f-display, var(--font-title));
  color: var(--aps-cream-3, #F4ECDD);
}

.premium_service .why_choose_right .heading_paragrap {
  color: var(--aps-gold, #E8C9A8);
}

.premium_service .why_choose_info h5 {
  font-family: var(--aps-f-text, var(--font-body));
  color: var(--aps-cream-3, #F4ECDD);
}

.premium_service .why_choose_info p {
  color: var(--aps-gold, #E8C9A8);
}

.premium_service .why_choose_icon img {
  background: transparent !important;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

