/* ACE PDP CONFIGURABLE OPTIONS V5.93 START */

/*
  Exibe opções configuráveis nativas do Magento dentro do card customizado da PDP.
  Não altera preço, carrinho, checkout ou produtos simples.
*/

html body.catalog-product-view .ace-pdp-configurable-host-v593 {
    margin: 18px 0 16px;
    padding: 16px;
    border-radius: 18px;
    background: #f6f7f3;
    border: 1px solid rgba(9,15,11,.08);
}

html body.catalog-product-view .ace-pdp-configurable-host-v593:empty {
    display: none !important;
}

html body.catalog-product-view .ace-pdp-options-wrapper-v593,
html body.catalog-product-view .ace-pdp-configurable-host-v593 #product-options-wrapper {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

html body.catalog-product-view .ace-pdp-configurable-host-v593 .fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

html body.catalog-product-view .ace-pdp-configurable-host-v593 .field.configurable {
    display: block !important;
    margin: 0 !important;
}

html body.catalog-product-view .ace-pdp-configurable-host-v593 .field.configurable > label,
html body.catalog-product-view .ace-pdp-configurable-host-v593 .field.configurable > .label {
    display: block !important;
    margin: 0 0 9px !important;
    color: #07110b !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .035em !important;
}

html body.catalog-product-view .ace-pdp-configurable-host-v593 .field.configurable > label span,
html body.catalog-product-view .ace-pdp-configurable-host-v593 .field.configurable > .label span {
    color: inherit !important;
}

html body.catalog-product-view .ace-pdp-configurable-host-v593 select,
html body.catalog-product-view .ace-pdp-configurable-select-v593 {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(9,15,11,.16) !important;
    background: #ffffff !important;
    color: #07110b !important;
    font-weight: 800 !important;
    padding: 0 16px !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.03) !important;
}

html body.catalog-product-view .ace-pdp-configurable-host-v593 select:focus,
html body.catalog-product-view .ace-pdp-configurable-select-v593:focus {
    border-color: #c8ff00 !important;
    box-shadow: 0 0 0 3px rgba(200,255,0,.22) !important;
    outline: none !important;
}

html body.catalog-product-view .ace-pdp-configurable-error-v593 {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff5f5;
    border-left: 4px solid #b00020;
    color: #b00020;
    font-size: 13px;
    font-weight: 800;
}

/* Esconde resíduos vazios do bloco nativo, caso sobrem fora do card */
html body.catalog-product-view .product-options-bottom:empty {
    display: none !important;
}

/* ACE PDP CONFIGURABLE OPTIONS V5.93 END */
