/**
 * Product page specific styles
 * Auto-generated for Angelofyou/lingerie theme
 */

/* Size Guide Link */
.product-info-main .size-guide-link {
    margin: 8px 0 12px;
}

.product-info-main .size-guide-link .action.text-link {
    color: #666;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.product-info-main .size-guide-link .action.text-link:hover {
    color: #e8b4b8;
    text-decoration: underline;
}

/* ====================================================
   GLOBAL: All dropdowns/selects — doubled size
   ==================================================== */

/* Native <select> elements everywhere */
select,
select.super-attribute-select,
select[role="combobox"] {
    font-size: 16px !important;
    padding: 8px 12px !important;
    height: 48px !important;
    max-height: 48px !important;
    line-height: 1.4 !important;
}

select option {
    font-size: 16px !important;
    padding: 4px 8px !important;
}

/* Labels next to dropdowns */
.product-options-wrapper label,
label > span,
.field > .label,
.fieldset > .field > .label {
    font-size: 22px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
}

/* ====================================================
   Product page configurable options
   ==================================================== */
.product-options-wrapper select,
.product-options-wrapper .super-attribute-select {
    border: 2px solid #333 !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    width: 220px !important;
}

.product-options-wrapper label {
    margin-bottom: 15px;
}

/* ====================================================
   Cart page controls
   ==================================================== */
.cart-summary select,
.form-cart select,
#shipping-zip-form select,
#co-shipping-method-form select {
    font-size: 16px !important;
    padding: 8px 12px !important;
    height: 48px !important;
}

/* ====================================================
   Checkout page
   ==================================================== */
.checkout-container select,
.opc-wrapper select,
.shipping-address-item select,
.field select {
    font-size: 16px !important;
    padding: 8px 12px !important;
    height: 48px !important;
}

/* ====================================================
   My Account / Dashboard
   ==================================================== */
.account select,
.form-edit-account select,
.block-dashboard-orders select {
    font-size: 16px !important;
    padding: 8px 12px !important;
    height: 48px !important;
}

/* ====================================================
   HOTFIX: Ensure height 48px applies (override min.css)
   ==================================================== */
.product-options-wrapper select,
.product-options-wrapper .super-attribute-select {
    height: 48px !important;
    max-height: 48px !important;
}

select,
select.super-attribute-select {
    height: 48px !important;
    max-height: 48px !important;
}
