/** Shopify CDN: Minification failed

Line 391:1 Comments in CSS use "/* ... */" instead of "//"
Line 1428:1 Unexpected "/"

**/
/*
------------------------------------  WARNING  ------------------------------------
This file will be overwritten and should not be edited directly.
In order to edit custom CSS for Bold Product Options you should:
- Log into your Shopify Admin Panel
- Go to Apps --> Installed --> Product Options
- Go to Display Settings
------------------------------------  WARNING  ------------------------------------
bold-options.css version 6
*/


.bold_options {
            margin-bottom: 20px;
}

.bold_options:empty {
    display:none;
}

.bold_option_product_info {
    text-align: center;
    margin: 0 0 25px;
}

.bold_option_product_info_title {
    font-size: 18px;
    font-weight: bold;
}

.bold_option_product_info_description {
    text-align: left;
}

.bold_option_product_info_image img {
    max-height: 150px;
}

.bold_option_set {
    }

.bold_option:not(:empty) {
            padding-bottom: 5px;
        margin-bottom: 5px;
        }

.bold_option_product_title {
            font-size: 14px;
                padding: 10px;
                            font-weight: bold;
        margin-bottom: 20px;
}

.bold_option_title,
.bold_option_value_price {
                font-weight: normal;
        }

    .bold_option_dropdown .bold_option_element {
        margin-left: 5px;
    }
    .bold_option_value {
        margin-right: 15px;
    }

.bold_option_value_price,
.bold_out_of_stock_message {
    display: inline;
    font-size: 80%;
}

.bold_option_out_of_stock .bold_option_title,
.bold_option_out_of_stock .bold_option_value_title,
.bold_option_out_of_stock .bold_option_value_price,
.bold_option_dropdown_out_of_stock,
.bold_option_out_of_stock .bold_option_value_element {
    opacity: .5;
}

.bold_option_swatch .bold_option_element,
.bold_option_radio .bold_option_element,
.bold_option_checkboxmulti .bold_option_element,
.bold_option_dropdownmulti .bold_option_element,
.bold_option_textarea .bold_option_element {
    display: block;
}

.bold_option_textboxmulti .bold_option_value {
    display: block;
    margin-left: 0;
}

.bold_option_displaytext p:last-child {
    margin-bottom: 0;
}

.bold_option_displaytext p {
    white-space:pre-wrap;
}

.bold_option_element,
.bold_option_element input,
.bold_option_element select,
.bold_option_element textarea {
            height: auto;
}

.bold_option_element input[type=radio] {
    -webkit-appearance: radio;
    width: auto;
}

.bold_help_text {
    font-style: italic;
    color: #848484;
    display: block;
}

/* Bold Tooltips */
.bold_tooltip {
    position: relative;
    display: inline-block;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAACR0lEQVR4Ae2Vz0obURTGf4mTiLEbSZhQW/sGRREi8UGEZtGNJOQFWhLzANq6tUjAdqvYQDZF6FsUg6uqLYrdqGmhSvNnM90cDsjMZWbu0ILg7y7Pd893c+79MjxwL0izTIsuR/QZM6bPEV3WKJMmMc/Y5AeeYV3whjmscdlhjBeyRrQpYMFLfuJFXH0qxCLDhzsNfrNLlRJ5smQpUKLGHjd3NG0cIpLjM56ur6wyZdBVOUaVHJCLdnptzx9e4YSoGwxQCxxCea/yY54ThXlO0UGFXq1Kv+ASlSKHuu8FmHH5pad3iUNRf8U1eYzs6OwDh6OnDGKBoVS3janVWL2G2AbQ1Og9IZBNfZiOlUGGE6lvEEBa/3NWwcoAalI/J4WPZU3tFLZMcytdlvDRktIuSdiXLk18dKVUJQl16dLBx5GUSiShLF16+OhLKQ/WlwyuKK7wIRkgm8hgUrPw3w10RIV/NSK9ZFuDkEvWZ1qzNgh5pmtS2ktk8FEUDfOPuyFnbfCIW/Og01xoli0NdEBnpAjgrX7NMlYGWb5JfZ1A5jQLDSuDllSHzGKgLZIB87ENFvWTuYWRgsbtlCJxeMx32XnJDGao6CkPKcZo39N9K4TQVukpC0RhUU/v8Y5QHA5UPqBJBjOQpcVQ9Z+YIAI51AKPE2pMG2JVl4cp7ZkiIo4OStLNPnXKuEwyiUuZOh1JrQ6HCWJR4Rov4rpkBQvybDMKbT5kixmsecoG58bmZ6wzS2LSLNGkQ48rRoy4okeHBiVS3AMe+Asl4wJqmp6/FwAAAABJRU5ErkJggg==);
    background-repeat:no-repeat;
    width:16px; height:16px;
    background-size:16px 16px;
    top:3px;
}

.bold_option_swatch_title,.bold_tooltip > :first-child {
    position: absolute;
    width: 140px;
    color: #fff;
    background: #000;
    height: 1px;
    line-height: 1px;
    padding: 0;
    text-align: center;
    opacity: 0;
    border-radius: 4px;
    transition: all 0.4s;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    bottom: 30px;
    margin-bottom:-.5em;
    margin-top:0;
}

.bold_option_swatch_title span {
    height: 1px;
    line-height: 1px;
}
.bold_option_swatch_title:after,.bold_tooltip > :first-child:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    width: 0; height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #000;
    top: 100%;
}

.bold_option_value:hover .bold_option_swatch_title,.bold_tooltip:hover > :first-child {
    opacity: 0.8;
    margin-bottom:0;
    height: auto;
    line-height: 1em;
    padding: 1em
}

.bold_option_value:hover .bold_option_swatch_title span {
    height: 1em;
    line-height: 1em;
}
.bold_tooltip > *:not(a), .bold_option_swatch .bold_option_value .bold_option_swatch_title .bold_option_value_title {
    pointer-events: none;
}

.bold_option_title .bold_tooltip img {
    height: inherit;
}

.bold_option_swatch .bold_option_value:hover .bold_option_swatch_title .bold_option_value_title,
.bold_option_swatch .bold_option_value:hover .bold_option_swatch_title .bold_option_value_title img{
    height: initial;
}

.bold_option_swatch .bold_option_value .bold_option_swatch_title .bold_option_value_title img {
    height: 1px;
}

.bold_option label {
    display: inline;
}

.bold_option input[name="qty[]"] {
    width: 50px;
    padding: 5px;
    height: auto;
}

.bold_option input[type="color"] {
    box-sizing:initial;
    width:50px;
    padding: 5px;
    height: 25px;
}

/* default styles for the priced options total */
.bold_option_total > div {
    padding: 5px 12px;
    background: #fff;
    text-align: center;
}

.bold_option_total span {
    color: #AD0000;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
}

/* custom styles for the priced options total */
.bold_option_total > div {
            }

.bold_option_total span {
    }

/* Swatches styles */

.bold_option_swatch .bold_option_value {
    margin-bottom:5px;
}

.bold_option_swatch .bold_option_value_element {
    box-sizing:border-box;
    box-shadow:0 0 2px 1px rgba(0,0,0,.2);
    border:3px solid #fff;
}

.bold_swatch_selected.bold_option_value_element {
    box-shadow:0 0 0 1px #B3B3B3;
    border:3px solid #B3B3B3;
}

.bold_option_swatch .bold_option_value {
    vertical-align: top;
}


.bold_option_value_swatch {
    box-sizing:border-box;
    position:relative;
    border:1px solid #fff;
}

    .bold_option_swatch .bold_option_value {
        position:relative;
        display:inline-block;
        margin-right:5px;
    }
    .bold_option_swatch .bold_option_value_element {
        display:inline-block;
    }
    .bold_option_swatch_title {
        top:auto;
        bottom:100%;
        font-size:80%;
        line-height:1.5;
    }
    .bold_option_swatch_title:after {
        top:100%;
        bottom:auto;
        border-top: 4px solid #000;
        border-bottom: 4px solid transparent;
    }
    .bold_option_value:hover .bold_option_swatch_title {
        margin-bottom:.5em;
    }
    .bold_option_swatch_title > * {
        display:block;
    }
    .bold_option_swatch .bold_option_value_quantity {
        display: block;
        width: 38px;
        height: 0px;
        transition: all 0.32s;
    }

    .bold_option_swatch span.bold_option_value_quantity {
        height: inherit;
        margin-bottom: 3px;
        transition: all 0.3s;
    }

.bold_option_swatch input[type='checkbox'] {
    display: none;
}

.bold_option_value_swatch > span {
    display:block;
    width:100%; height:100%;
    left:0; top:0;
    position:absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bold_option_value_swatch > span:nth-child(2) { width:50%; left:50%; }
.bold_option_value_swatch > span:nth-child(3) { top:50%; height:50%; }
.bold_option_value_swatch > span:nth-child(4) { left:50%; top:50%; width:50%; height:50%; }

.bold_option_value_swatch {
    display:block;
}

    .bold_option_value_swatch { width:32px; height:32px; }

    .bold_option_value_element, .bold_option_value_swatch { border-radius:6px; overflow:hidden; }


/* errors */
.bold_option_error,
.bold_option_error .bold_option_title,
.bold_error_message {
    color: red;
}

.bold_option_error .bold_option_value_title.bold_option_not_error {
    color: initial;
}

.bold_error_message {
    display: block;
}

/* utility classes */
.bold_hidden {
    display:none !important;
}

/* ajax loading animation */
.bold_spinner {
    margin: 0 auto;
    width: 90px;
    text-align: center;
}
.bold_spinner > div {
    width: 15px;
    height: 15px;
    margin:0 5px;
    background-color: rgba(0,0,0,.25);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.bold_spinner :nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.bold_spinner :nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

/* custom css */
*//**//* Section titles */ /*
.bold_option_title {
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
  margin-bottom: 8px;
}

/* Option labels */
.bold_option_element label {
  font-weight: 400;
  color: #333;
}

/* Price modifiers - more subtle */
.bold_option_price_change {
  color: #888;
  font-size: 0.9em;
}

/* Selected state emphasis */
.bold_option_element input:checked + label {
  font-weight: 500;
}

/* Spacing between option groups */
.bold_options_group {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.bold_options_group:last-child {
  border-bottom: none;
}/* =============================================
   MILANO WIGS - SC OPTIONS LUXURY STYLING
   ============================================= */

/* === TYPOGRAPHY & LABELS === */

/* Section/Option titles - refined uppercase treatment */
.bold_option_title,
.bold-option-title {
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 11px;
  color: #555;
  margin-bottom: 10px;
}

/* Option labels - clean and readable */
.bold_option_element label,
.bold-option-value label {
  font-weight: 400;
  color: #222;
  line-height: 1.5;
}

/* Selected state - subtle emphasis */
.bold_option_element input:checked + label,
.bold-option-value input:checked + label {
  font-weight: 500;
  color: #000;
}

/* === PRICE DISPLAY === */

/* Price modifiers - subdued, not shouty */
.bold_option_price_change,
.bold-option-price,
[class*="price-change"] {
  color: #777;
  font-size: 0.9em;
  font-weight: 400;
}

/* Total extras container - refined */
.bold_options_total,
.bold-options-total {
  font-weight: 500;
  padding: 16px 0;
  margin-top: 16px;
  border-top: 1px solid #e5e5e5;
}

/* === DROPDOWNS === */

/* Dropdown selects - luxury feel */
.bold_option_element select,
.bold-option-dropdown select {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.bold_option_element select:hover,
.bold-option-dropdown select:hover {
  border-color: #999;
}

.bold_option_element select:focus,
.bold-option-dropdown select:focus {
  border-color: #333;
  outline: none;
  box-shadow: 0 0 0 1px #333;
}

/* === SWATCHES === */

/* Swatch base styling */
.bold-option-value-swatch,
.bold_option_swatch {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: all 0.2s ease;
}

.bold-option-value-swatch:hover,
.bold_option_swatch:hover {
  border-color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transform: translateY(-1px);
}

.bold-option-value-swatch.selected,
.bold_option_swatch.selected,
.bold-option-value-swatch.is-selected {
  border: 2px solid #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* === RADIO BUTTONS & CHECKBOXES === */

/* Custom radio/checkbox styling */
.bold_option_element input[type="radio"],
.bold_option_element input[type="checkbox"],
.bold-option-value input[type="radio"],
.bold-option-value input[type="checkbox"] {
  accent-color: #333;
}

/* Radio/checkbox container spacing */
.bold_option_element,
.bold-option-value {
  padding: 8px 0;
}

/* === BUTTON SELECTORS (Lace Front Options style) === */

/* Button option styling */
.bold-option-value-button,
.bold_option_button {
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #333;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  border-radius: 0;
}

.bold-option-value-button:hover,
.bold_option_button:hover {
  border-color: #333;
  background: #fafafa;
}

.bold-option-value-button.selected,
.bold-option-value-button.is-selected,
.bold_option_button.selected {
  background: #333;
  color: #fff;
  border-color: #333;
  font-weight: 500;
}

/* === SPACING & LAYOUT === */

/* Option group containers */
.bold_options_group,
.bold-options-group,
.bold_option_container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.bold_options_group:last-child,
.bold-options-group:last-child,
.bold_option_container:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Spacing between individual options */
.bold_option_element + .bold_option_element,
.bold-option-value + .bold-option-value {
  margin-top: 4px;
}

/* === HELP TEXT / TOOLTIPS === */

/* "What's This?" links */
.bold_option_help_link,
.bold-help-link,
a[class*="help"] {
  font-size: 12px;
  color: #888;
  text-decoration: none;
  border-bottom: 1px dotted #888;
  transition: color 0.2s ease;
}

.bold_option_help_link:hover,
.bold-help-link:hover,
a[class*="help"]:hover {
  color: #333;
  border-bottom-color: #333;
}

/* Tooltip styling if using tooltips */
.bold_option_tooltip,
.bold-tooltip {
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 2px;
  max-width: 280px;
}

/* === CONDITIONAL SECTIONS === */

/* Yes Please / No thanks radio section */
.bold_option_element[data-option*="personalize"] label,
.bold_option_element[data-option*="Personalize"] label {
  font-weight: 500;
}

/* Smooth reveal for conditional options */
.bold_option_container[style*="display: block"],
.bold-conditional-show {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === PRICE UPDATE ANIMATION === */

/* Add class via JS when price updates for subtle feedback */
.product__price {
  transition: opacity 0.3s ease;
}

/* === MOBILE REFINEMENTS === */

@media screen and (max-width: 749px) {
  /* Larger touch targets on mobile */
  .bold_option_element select,
  .bold-option-dropdown select {
    padding: 14px 16px;
    font-size: 16px; /* Prevents iOS zoom */
  }
  
  .bold-option-value-button,
  .bold_option_button {
    padding: 14px 16px;
    font-size: 14px;
  }
  
  /* More spacing on mobile */
  .bold_options_group,
  .bold-options-group {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  
  /* Full-width buttons on mobile */
  .bold-option-value-button,
  .bold_option_button {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
}

/* === ACCESSIBILITY === */

/* Focus states for keyboard navigation */
.bold_option_element select:focus-visible,
.bold-option-value-button:focus-visible,
.bold_option_element input:focus-visible + label {
  outline: 2px solid #333;
  outline-offset: 2px;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}/* =============================================
   MILANO WIGS - SC OPTIONS LUXURY STYLING
   ============================================= */

/* === TYPOGRAPHY & LABELS === */

/* Section/Option titles - refined uppercase treatment */
.bold_option_title,
.bold-option-title {
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 11px;
  color: #555;
  margin-bottom: 10px;
}

/* Option labels - clean and readable */
.bold_option_element label,
.bold-option-value label {
  font-weight: 400;
  color: #222;
  line-height: 1.5;
}

/* Selected state - subtle emphasis */
.bold_option_element input:checked + label,
.bold-option-value input:checked + label {
  font-weight: 500;
  color: #000;
}

/* === PRICE DISPLAY === */

/* Price modifiers - subdued, not shouty */
.bold_option_price_change,
.bold-option-price,
[class*="price-change"] {
  color: #777;
  font-size: 0.9em;
  font-weight: 400;
}

/* Total extras container - refined */
.bold_options_total,
.bold-options-total {
  font-weight: 500;
  padding: 16px 0;
  margin-top: 16px;
  border-top: 1px solid #e5e5e5;
}

/* === DROPDOWNS === */

/* Dropdown selects - luxury feel */
.bold_option_element select,
.bold-option-dropdown select {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.bold_option_element select:hover,
.bold-option-dropdown select:hover {
  border-color: #999;
}

.bold_option_element select:focus,
.bold-option-dropdown select:focus {
  border-color: #333;
  outline: none;
  box-shadow: 0 0 0 1px #333;
}

/* === SWATCHES === */

/* Swatch base styling */
.bold-option-value-swatch,
.bold_option_swatch {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: all 0.2s ease;
}

.bold-option-value-swatch:hover,
.bold_option_swatch:hover {
  border-color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transform: translateY(-1px);
}

.bold-option-value-swatch.selected,
.bold_option_swatch.selected,
.bold-option-value-swatch.is-selected {
  border: 2px solid #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* === RADIO BUTTONS & CHECKBOXES === */

/* Custom radio/checkbox styling */
.bold_option_element input[type="radio"],
.bold_option_element input[type="checkbox"],
.bold-option-value input[type="radio"],
.bold-option-value input[type="checkbox"] {
  accent-color: #333;
}

/* Radio/checkbox container spacing */
.bold_option_element,
.bold-option-value {
  padding: 8px 0;
}

/* === BUTTON SELECTORS (Lace Front Options style) === */

/* Button option styling */
.bold-option-value-button,
.bold_option_button {
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #333;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  border-radius: 0;
}

.bold-option-value-button:hover,
.bold_option_button:hover {
  border-color: #333;
  background: #fafafa;
}

.bold-option-value-button.selected,
.bold-option-value-button.is-selected,
.bold_option_button.selected {
  background: #333;
  color: #fff;
  border-color: #333;
  font-weight: 500;
}

/* === SPACING & LAYOUT === */

/* Option group containers */
.bold_options_group,
.bold-options-group,
.bold_option_container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.bold_options_group:last-child,
.bold-options-group:last-child,
.bold_option_container:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Spacing between individual options */
.bold_option_element + .bold_option_element,
.bold-option-value + .bold-option-value {
  margin-top: 4px;
}

/* === HELP TEXT / TOOLTIPS === */

/* "What's This?" links */
.bold_option_help_link,
.bold-help-link,
a[class*="help"] {
  font-size: 12px;
  color: #888;
  text-decoration: none;
  border-bottom: 1px dotted #888;
  transition: color 0.2s ease;
}

.bold_option_help_link:hover,
.bold-help-link:hover,
a[class*="help"]:hover {
  color: #333;
  border-bottom-color: #333;
}

/* Tooltip styling if using tooltips */
.bold_option_tooltip,
.bold-tooltip {
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 2px;
  max-width: 280px;
}

/* === CONDITIONAL SECTIONS === */

/* Yes Please / No thanks radio section */
.bold_option_element[data-option*="personalize"] label,
.bold_option_element[data-option*="Personalize"] label {
  font-weight: 500;
}

/* Smooth reveal for conditional options */
.bold_option_container[style*="display: block"],
.bold-conditional-show {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === PRICE UPDATE ANIMATION === */

/* Add class via JS when price updates for subtle feedback */
.product__price {
  transition: opacity 0.3s ease;
}

/* === MOBILE REFINEMENTS === */

@media screen and (max-width: 749px) {
  /* Larger touch targets on mobile */
  .bold_option_element select,
  .bold-option-dropdown select {
    padding: 14px 16px;
    font-size: 16px; /* Prevents iOS zoom */
  }
  
  .bold-option-value-button,
  .bold_option_button {
    padding: 14px 16px;
    font-size: 14px;
  }
  
  /* More spacing on mobile */
  .bold_options_group,
  .bold-options-group {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  
  /* Full-width buttons on mobile */
  .bold-option-value-button,
  .bold_option_button {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
}

/* === ACCESSIBILITY === */

/* Focus states for keyboard navigation */
.bold_option_element select:focus-visible,
.bold-option-value-button:focus-visible,
.bold_option_element input:focus-visible + label {
  outline: 2px solid #333;
  outline-offset: 2px;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}/* =============================================
   MILANO WIGS - SC OPTIONS HIGH-CONVERTING STYLING
   Psychology: Reduce cognitive load, guide decisions, 
   create visual hierarchy, leverage proximity principle
   ============================================= */

/* === TYPOGRAPHY & LABELS === */

/* Section/Option titles - closer to dropdowns (proximity principle) */
.bold_option_title,
.bold-option-title {
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  margin-bottom: 6px; /* Reduced from 10px - tighter proximity */
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Option labels - clean and readable */
.bold_option_element label,
.bold-option-value label {
  font-weight: 400;
  color: #222;
  line-height: 1.5;
}

/* Selected state - clear visual feedback (reduces uncertainty) */
.bold_option_element input:checked + label,
.bold-option-value input:checked + label {
  font-weight: 500;
  color: #000;
}

/* === "WHAT'S THIS?" LINKS - SMALLER & SUBTLE === */

/* Make What's This much smaller and less distracting */
.divine-secure,
.bold_option_help_link,
.bold-help-link,
a[class*="help"],
span[class*="help"],
.lace-options-link {
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #999 !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border-bottom: 1px dotted #bbb;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-left: 6px;
}

.divine-secure:hover,
.bold_option_help_link:hover,
.bold-help-link:hover,
a[class*="help"]:hover,
.lace-options-link:hover {
  color: #666 !important;
  border-bottom-color: #666;
}

/* What's This next to title - inline and subtle */
.bold_option_title .divine-secure,
.bold_option_title + .divine-secure {
  font-size: 9px !important;
  vertical-align: middle;
}

/* === PRICE DISPLAY === */

/* Price modifiers - visible but not shouty (transparency builds trust) */
.bold_option_price_change,
.bold-option-price,
[class*="price-change"] {
  color: #666;
  font-size: 0.85em;
  font-weight: 400;
}

/* Total extras container */
.bold_options_total,
.bold-options-total {
  font-weight: 500;
  padding: 16px 0;
  margin-top: 16px;
  border-top: 1px solid #e5e5e5;
}

/* === DROPDOWNS - NO ARROW, CLEANER === */

/* Dropdown selects - remove custom arrow, cleaner look */
.bold_option_element select,
.bold-option-dropdown select {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important; /* Remove arrow */
  padding-right: 16px; /* Equal padding now that arrow is gone */
  width: 100%;
  cursor: pointer;
}

/* Subtle indicator that it's clickable - underline style */
.bold_option_element select,
.bold-option-dropdown select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #333;
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
}

.bold_option_element select:hover,
.bold-option-dropdown select:hover {
  border-bottom-color: #000;
  background: rgba(0,0,0,0.02);
}

.bold_option_element select:focus,
.bold-option-dropdown select:focus {
  border-bottom-color: #000;
  outline: none;
  box-shadow: none;
  background: rgba(0,0,0,0.02);
}

/* === OPTION CONTAINERS - TIGHTER SPACING === */

/* Reduce gap between title and input (proximity = relationship) */
.bold_option,
.bold_option_dropdown,
.bold_option_radio,
.bold_option_checkbox {
  margin-bottom: 20px;
}

/* Tighter internal spacing */
.bold_option_title + .bold_option_element,
.bold_option_title + select,
.bold_option_title + .bold_option_dropdown {
  margin-top: 4px !important; /* Tight proximity to title */
}

.bold_option_element {
  margin-top: 4px;
}

/* === SWATCHES === */

.bold-option-value-swatch,
.bold_option_swatch {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: all 0.2s ease;
}

.bold-option-value-swatch:hover,
.bold_option_swatch:hover {
  border-color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transform: translateY(-1px);
}

.bold-option-value-swatch.selected,
.bold_option_swatch.selected,
.bold-option-value-swatch.is-selected {
  border: 2px solid #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* === RADIO BUTTONS & CHECKBOXES === */

/* Larger click targets (Fitts's Law - easier to click = more clicks) */
.bold_option_element input[type="radio"],
.bold_option_element input[type="checkbox"],
.bold-option-value input[type="radio"],
.bold-option-value input[type="checkbox"] {
  accent-color: #333;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Radio/checkbox container - comfortable spacing */
.bold_option_element,
.bold-option-value {
  padding: 6px 0;
}

/* Checkbox group - better scanability */
.bold_option_checkbox .bold_option_element {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  margin-bottom: 8px;
}

/* === BUTTON SELECTORS (Lace Front Options) === */

/* Clear visual states (reduces decision anxiety) */
.bold-option-value-button,
.bold_option_button,
.radio__label {
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #333;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: all 0.15s ease;
  border-radius: 0;
  cursor: pointer;
}

.bold-option-value-button:hover,
.bold_option_button:hover,
.radio__label:hover {
  border-color: #333;
  background: #fafafa;
}

/* Selected state - high contrast (clear feedback reduces anxiety) */
.bold-option-value-button.selected,
.bold-option-value-button.is-selected,
.bold_option_button.selected,
.radio__input:checked + .radio__label {
  background: #333;
  color: #fff;
  border-color: #333;
  font-weight: 500;
}

/* === SPACING & LAYOUT === */

/* Option group containers - clear sections (chunking for cognitive ease) */
.bold_options_group,
.bold-options-group,
.bold_option_container {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.bold_options_group:last-child,
.bold-options-group:last-child,
.bold_option_container:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* === PERSONALIZE QUESTION - DECISION ANCHOR === */

/* Make the Yes/No decision prominent (anchoring effect) */
.personalize-block {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.personalize-block .bold_option_title,
.personalize-block .personalize-it-text {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 12px !important;
}

.personalize-block .radio-option {
  padding: 8px 0;
}

.personalize-block .radio-option label {
  font-size: 14px;
  cursor: pointer;
}

/* Subtle highlight for "Yes Please" (default effect / social proof) */
.personalize-block .radio-option:first-child label {
  font-weight: 500;
}

/* === CONDITIONAL SECTIONS - SMOOTH REVEAL === */

/* Smooth reveal reduces jarring experience */
.bold_option_container[style*="display: block"],
.bold-conditional-show {
  animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === VISUAL HIERARCHY - GUIDE THE EYE === */

/* First option (usually most important) slightly more prominent */
.bold_options_loaded > .bold_option:first-child .bold_option_title {
  font-size: 12px;
}

/* === MOBILE REFINEMENTS === */

@media screen and (max-width: 749px) {
  /* Larger touch targets (mobile UX best practice) */
  .bold_option_element select,
  .bold-option-dropdown select {
    padding: 14px 0;
    font-size: 16px; /* Prevents iOS zoom */
    min-height: 48px; /* Touch target minimum */
  }
  
  .bold-option-value-button,
  .bold_option_button {
    padding: 14px 16px;
    font-size: 14px;
    min-height: 48px;
  }
  
  /* More spacing on mobile */
  .bold_options_group,
  .bold-options-group {
    margin-bottom: 28px;
    padding-bottom: 24px;
  }
  
  /* Full-width buttons on mobile */
  .bold-option-value-button,
  .bold_option_button {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  
  /* Smaller What's This on mobile */
  .divine-secure,
  .lace-options-link {
    font-size: 9px !important;
  }
}

/* === ACCESSIBILITY === */

/* Focus states for keyboard navigation */
.bold_option_element select:focus-visible,
.bold-option-value-button:focus-visible,
.bold_option_element input:focus-visible + label {
  outline: 2px solid #333;
  outline-offset: 2px;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* === HIGH-CONVERTING MICRO-INTERACTIONS === */

/* Price update flash - draws attention to value change */
.product__price--regular.price-updating {
  animation: priceFlash 0.4s ease;
}

@keyframes priceFlash {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* Selection confirmation - subtle pulse on select */
.bold_option_element select:active {
  transform: scale(0.99);
}

/* === TRUST & CLARITY ENHANCEMENTS === */

/* Required field indicator - clear expectations */
.bold_option_title::after {
  content: "";
}

/* Optional: Add asterisk for required fields via JS class */
.bold_option.required .bold_option_title::after {
  content: "*";
  color: #c00;
  margin-left: 2px;
}   
*/                                                                                                                                             
