.single-product div.product.product {
    width: min(100% - 36px, 1240px);
    max-width: 1240px;
    margin: 72px auto 0 !important;
}

.single-product .site-main .drah-container > div.product.product {
    width: 100%;
    margin-top: 0 !important;
}

.single-product .product_meta {
    display: none !important;
}

.single-product .drah-product-custom-fields {
    grid-column: 1 / -1;
    direction: rtl;
    margin: 4px 0 10px;
    padding: 22px;
    background: rgba(239, 230, 214, .04);
    border: 1px solid rgba(201, 168, 76, .26);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .15);
    text-align: right;
}

.single-product .drah-product-custom-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(91,17,32, .08);
}

.single-product .drah-product-custom-head strong {
    color: #efe6d6;
    font: 900 1.08rem 'El Messiri', sans-serif;
}

.single-product .drah-product-custom-head span {
    color: rgba(239, 230, 214, .55);
    font: 600 .84rem/1.6 'El Messiri', sans-serif;
}

.single-product .drah-product-custom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.single-product .drah-product-custom-field {
    display: grid;
    gap: 7px;
    margin: 0 0 12px;
    color: rgba(239, 230, 214, .8);
    font: 900 .88rem 'El Messiri', sans-serif;
}

.single-product .drah-product-custom-field small {
    color: rgba(239, 230, 214, .45);
    font: 600 .76rem/1.55 'El Messiri', sans-serif;
}

.single-product .drah-product-custom-field span b {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    margin-right: 6px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(201, 168, 76, .16);
    color: #c9a84c;
    font: 900 .68rem/1 'El Messiri', sans-serif;
}

.single-product .drah-product-custom-field input,
.single-product .drah-product-custom-field select,
.single-product .drah-product-custom-field textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(201, 168, 76, .2);
    border-radius: 8px;
    background: rgba(239, 230, 214, .06);
    color: #efe6d6;
    padding: 10px 14px;
    box-shadow: none;
    font: 700 .94rem 'El Messiri', sans-serif;
}

.single-product .drah-product-custom-field textarea {
    resize: vertical;
    line-height: 1.7;
}

.single-product .drah-product-inquiry {
    grid-column: 1 / -1;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(37, 211, 102, .34);
    border-radius: 8px;
    background: rgba(37, 211, 102, .08);
    color: #136f36;
    font: 900 .95rem 'El Messiri', sans-serif;
    text-align: center;
    transition: .2s ease;
}

.single-product .drah-product-inquiry:hover {
    border-color: #25d366;
    background: #25d366;
    color: #fff;
    transform: translateY(-2px);
}

.single-product .drah-product-custom-summary {
    margin-top: 4px;
    padding: 16px 18px;
    border: 1px solid rgba(201, 168, 76, .22);
    border-radius: 8px;
    background: rgba(201, 168, 76, .08);
}

.single-product .drah-product-custom-summary > strong {
    display: block;
    margin-bottom: 10px;
    color: #e2c97e;
    font: 900 .92rem 'El Messiri', sans-serif;
}

.single-product .drah-product-custom-summary p {
    margin: 0;
    color: rgba(239, 230, 214, .58);
    font: 600 .82rem/1.7 'El Messiri', sans-serif;
}

.single-product .drah-product-custom-summary ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-product .drah-product-custom-summary li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(201, 168, 76, .12);
    color: rgba(239, 230, 214, .68);
    font: 700 .82rem/1.5 'El Messiri', sans-serif;
}

.single-product .drah-product-custom-summary li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.single-product .drah-product-custom-summary li strong {
    color: #efe6d6;
    text-align: left;
}

.single-product .drah-product-custom-field input:focus,
.single-product .drah-product-custom-field select:focus,
.single-product .drah-product-custom-field textarea:focus {
    outline: 2px solid rgba(201, 168, 76, .42);
    border-color: #c9a84c;
}

@media (max-width: 980px) {
    .single-product div.product.product {
        width: min(100% - 24px, 1240px);
    }

    .single-product .site-main .drah-container > div.product.product {
        margin-top: 0 !important;
    }

    .single-product .drah-product-custom-fields {
        padding: 16px;
        margin: 0 0 6px;
    }

    .single-product .drah-product-custom-grid {
        grid-template-columns: 1fr;
    }

    .single-product .drah-product-custom-head {
        display: grid;
        gap: 4px;
    }

    .single-product .drah-product-custom-head strong {
        font-size: .92rem;
    }

    .single-product .drah-product-custom-head span {
        font-size: .78rem;
    }

    .single-product .drah-product-custom-field {
        margin-bottom: 10px;
    }

    .single-product .drah-product-custom-field input,
    .single-product .drah-product-custom-field select,
    .single-product .drah-product-custom-field textarea {
        min-height: 44px;
        padding: 8px 10px;
        font-size: .9rem;
    }

    .single-product .drah-product-inquiry {
        min-height: 46px;
        font-size: .88rem;
    }
}



@media (max-width: 640px) {
    .single-product .drah-product-custom-fields {
        padding: 16px 14px;
        margin: 0 0 6px;
        border-radius: 10px;
    }

    .single-product .drah-product-custom-head {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    .single-product .drah-product-custom-head strong {
        font-size: .92rem;
    }

    .single-product .drah-product-custom-head span {
        font-size: .76rem;
        line-height: 1.5;
    }

    .single-product .drah-product-custom-grid {
        grid-template-columns: 1fr !important;
        gap: 4px;
    }

    .single-product .drah-product-custom-field {
        margin-bottom: 10px;
        gap: 5px;
        font-size: .85rem;
    }

    .single-product .drah-product-custom-field small {
        font-size: .72rem;
        display: none;
    }

    .single-product .drah-product-custom-field input,
    .single-product .drah-product-custom-field select,
    .single-product .drah-product-custom-field textarea {
        min-height: 46px;
        padding: 10px 12px;
        font-size: .88rem;
        border-radius: 8px;
        -webkit-appearance: none;
        appearance: none;
    }

    .single-product .drah-product-custom-field select {
        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='%236b4a4e' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left 12px center;
        background-size: 12px;
        padding-left: 32px;
    }

    .single-product .drah-product-custom-field textarea {
        min-height: 72px;
    }

    .single-product .drah-product-inquiry {
        min-height: 44px;
        font-size: .84rem;
        border-radius: 8px;
    }

    .single-product .drah-product-custom-summary {
        padding: 12px 14px;
        border-radius: 8px;
    }

    .single-product .drah-product-custom-summary > strong {
        font-size: .84rem;
    }

    .single-product .drah-product-custom-summary li {
        font-size: .78rem;
    }
}

/* Cream product page refresh overrides */
.single-product .drah-product-custom-fields {
    background: #fffaf2;
    border-color: rgba(91,17,32, .12);
    box-shadow: 0 18px 46px rgba(36, 9, 13, .08);
}

.single-product .drah-product-custom-head {
    border-bottom-color: rgba(91,17,32, .1);
}

.single-product .drah-product-custom-head strong,
.single-product .drah-product-custom-field {
    color: #24090d;
}

.single-product .drah-product-custom-head span,
.single-product .drah-product-custom-field small {
    color: #7a5d58;
}

.single-product .drah-product-custom-field input,
.single-product .drah-product-custom-field select,
.single-product .drah-product-custom-field textarea {
    background: #f4eee3;
    border-color: rgba(91,17,32, .14);
    color: #24090d;
}

.single-product .drah-product-custom-field span b {
    background: rgba(91,17,32, .08);
    color: #8a651d;
}

.single-product .drah-product-custom-summary {
    background: #f4eee3;
    border-color: rgba(91,17,32, .12);
}

.single-product .drah-product-custom-summary > strong {
    color: #5b1120;
}

.single-product .drah-product-custom-summary p,
.single-product .drah-product-custom-summary li {
    color: #6b4a4e;
}

.single-product .drah-product-custom-summary li {
    border-bottom-color: rgba(91,17,32, .08);
}

.single-product .drah-product-custom-summary li strong {
    color: #1c0a0d;
}

.single-product .drah-product-custom-field input:focus,
.single-product .drah-product-custom-field select:focus,
.single-product .drah-product-custom-field textarea:focus {
    border-color: #c9a84c;
    outline: 2px solid rgba(201, 168, 76, .26);
}

.single-product .drah-product-inquiry {
    background: #f4eee3;
    border-color: rgba(91,17,32, .14);
    color: #5b1120;
}

.single-product .drah-product-inquiry:hover {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

/* Cleaner customization form controls. */
.single-product .drah-product-custom-fields {
    padding: 20px !important;
    border-radius: 10px !important;
    background: #fffaf2 !important;
    border-color: rgba(91,17,32, .09) !important;
    box-shadow: 0 16px 42px rgba(28, 10, 13, .06) !important;
}

.single-product .drah-product-custom-head {
    align-items: center;
    margin-bottom: 16px !important;
    padding-bottom: 14px !important;
}

.single-product .drah-product-custom-head strong {
    color: #5b1120 !important;
    font-size: 1rem !important;
}

.single-product .drah-product-custom-head span {
    max-width: 330px;
    color: #7a5d58 !important;
    font-size: .8rem !important;
    line-height: 1.7 !important;
}

.single-product .drah-product-custom-grid {
    gap: 12px 14px !important;
}

.single-product .drah-product-custom-field {
    gap: 6px !important;
    margin-bottom: 12px !important;
    color: #5b1120 !important;
    font-size: .86rem !important;
}

.single-product .drah-product-custom-field span b {
    min-height: 18px !important;
    padding: 0 7px !important;
    background: #f4eee3 !important;
    color: #9b782d !important;
    font-size: .62rem !important;
}

.single-product .drah-product-custom-field input,
.single-product .drah-product-custom-field select,
.single-product .drah-product-custom-field textarea {
    min-height: 44px !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    border-color: rgba(91,17,32, .13) !important;
    color: #24090d !important;
    padding: 8px 12px !important;
    box-shadow: inset 0 1px 0 rgba(28, 10, 13, .03) !important;
    font: 800 .88rem/1.5 'El Messiri', sans-serif !important;
}

.single-product .drah-product-custom-field select {
    min-height: 42px !important;
    padding-left: 34px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%235b1120' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M3 5l4 4 4-4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: left 12px center !important;
    background-size: 14px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.single-product .drah-product-custom-field textarea {
    min-height: 78px !important;
}

.single-product .drah-product-custom-field small {
    color: #8b6e68 !important;
    font-size: .7rem !important;
    line-height: 1.55 !important;
}

.single-product .drah-product-custom-summary {
    margin-top: 2px !important;
    padding: 14px 16px !important;
    border-radius: 8px !important;
    background: #fff !important;
    border-color: rgba(91,17,32, .1) !important;
}

.single-product .drah-product-custom-summary > strong {
    margin-bottom: 8px !important;
    color: #5b1120 !important;
    font-size: .9rem !important;
}

.single-product .drah-product-custom-summary li {
    padding-bottom: 7px !important;
    color: #7a5d58 !important;
    font-size: .8rem !important;
}

.single-product .drah-product-custom-summary li strong {
    color: #24090d !important;
}

@media (max-width: 640px) {
    .single-product .drah-product-custom-fields {
        padding: 14px !important;
    }

    .single-product .drah-product-custom-head {
        display: grid !important;
        gap: 8px !important;
        align-items: start !important;
    }

    .single-product .drah-product-custom-head span {
        max-width: none;
    }

    .single-product .drah-product-custom-field input,
    .single-product .drah-product-custom-field select,
    .single-product .drah-product-custom-field textarea {
        min-height: 42px !important;
        font-size: .84rem !important;
    }
}

/* Final customization form balance: grouped, scannable controls. */
.single-product .drah-product-custom-fields{
    margin:0 0 14px!important;
    padding:18px!important;
    border-radius:14px!important;
    background:linear-gradient(180deg,#fffaf2 0%,#fbf3e7 100%)!important;
    border:1px solid rgba(201,168,76,.2)!important;
    box-shadow:0 14px 34px rgba(36,9,13,.06)!important;
}

.single-product .drah-product-custom-head{
    display:grid!important;
    grid-template-columns:minmax(0,.9fr) minmax(220px,1.1fr);
    align-items:center!important;
    gap:14px!important;
    margin-bottom:16px!important;
    padding-bottom:14px!important;
    border-bottom:1px solid rgba(201,168,76,.18)!important;
}

.single-product .drah-product-custom-head strong{
    font-size:1.05rem!important;
    line-height:1.35!important;
}

.single-product .drah-product-custom-head span{
    max-width:none!important;
    font-size:.8rem!important;
    line-height:1.75!important;
}

.single-product .drah-product-custom-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
}

.single-product .drah-product-custom-field{
    margin:0 0 12px!important;
    gap:6px!important;
}

.single-product .drah-product-custom-field > span{
    min-height:22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
}

.single-product .drah-product-custom-field span b{
    flex:0 0 auto;
    margin-right:0!important;
}

.single-product .drah-product-custom-field input,
.single-product .drah-product-custom-field select,
.single-product .drah-product-custom-field textarea{
    min-height:43px!important;
    border-radius:8px!important;
    background:#fff!important;
    font-size:.87rem!important;
}

.single-product .drah-product-custom-field textarea{
    min-height:74px!important;
}

.single-product .drah-product-custom-summary{
    margin-top:4px!important;
    padding:12px 14px!important;
    border-radius:10px!important;
}

.single-product .drah-product-custom-summary ul{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 12px!important;
}

.single-product .drah-product-custom-summary li{
    min-height:34px;
    align-items:center;
    padding:0 0 8px!important;
}

.single-product div.product form.cart .button,
.single-product div.product form.cart .single_add_to_cart_button{
    border-radius:10px!important;
}

@media(min-width:981px){
    .single-product .drah-product-custom-fields{
        padding:18px 20px!important;
    }

    .single-product .drah-product-custom-field:nth-last-of-type(1){
        margin-bottom:10px!important;
    }
}

@media(max-width:760px){
    .single-product .drah-product-custom-fields{
        padding:15px!important;
        border-radius:12px!important;
    }

    .single-product .drah-product-custom-head{
        grid-template-columns:1fr;
        gap:6px!important;
        margin-bottom:14px!important;
    }

    .single-product .drah-product-custom-grid,
    .single-product .drah-product-custom-summary ul{
        grid-template-columns:1fr!important;
    }

    .single-product .drah-product-custom-field{
        margin-bottom:10px!important;
    }

    .single-product .drah-product-custom-field input,
    .single-product .drah-product-custom-field select,
    .single-product .drah-product-custom-field textarea{
        min-height:42px!important;
    }
}

/* Premium customization refit: compact desktop form and obvious selectable options. */
.single-product .drah-product-custom-fields{
    margin:0 0 18px!important;
    padding:16px 18px!important;
    border:1px solid rgba(201,168,76,.16)!important;
    border-radius:12px!important;
    background:rgba(255,250,242,.78)!important;
    box-shadow:0 12px 28px rgba(36,9,13,.045)!important;
}

.single-product .drah-product-custom-head{
    grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)!important;
    gap:12px!important;
    margin-bottom:14px!important;
    padding-bottom:12px!important;
    border-bottom:1px solid rgba(91,17,32,.08)!important;
}

.single-product .drah-product-custom-head strong{
    font-size:1rem!important;
}

.single-product .drah-product-custom-head span{
    color:#6f4d46!important;
    font-size:.76rem!important;
    line-height:1.65!important;
}

.single-product .drah-product-custom-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px 12px!important;
}

.single-product .drah-product-custom-field{
    gap:5px!important;
    margin:0 0 10px!important;
    font-size:.82rem!important;
}

.single-product .drah-product-custom-field > span{
    min-height:20px!important;
    color:#5b1120!important;
    font:900 .78rem/1.35 'El Messiri',sans-serif!important;
}

.single-product .drah-product-custom-field span b{
    min-height:17px!important;
    padding:0 7px!important;
    border-radius:999px!important;
    background:rgba(201,168,76,.14)!important;
    color:#8a651d!important;
    font-size:.58rem!important;
}

.single-product .drah-product-custom-field input[type="text"],
.single-product .drah-product-custom-field textarea{
    min-height:40px!important;
    border:1px solid rgba(91,17,32,.12)!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:inset 0 1px 0 rgba(36,9,13,.025)!important;
    color:#24090d!important;
    padding:8px 11px!important;
    font:800 .84rem/1.45 'El Messiri',sans-serif!important;
}

.single-product .drah-product-custom-field textarea{
    min-height:64px!important;
}

.single-product .drah-product-custom-field small{
    margin-top:0!important;
    color:#86665e!important;
    font-size:.66rem!important;
    line-height:1.5!important;
}

.single-product .drah-product-option-group{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    min-width:0;
}

.single-product .drah-product-option-pill{
    position:relative;
    display:inline-flex;
    min-width:0;
}

.single-product .drah-product-option-pill input{
    position:absolute;
    width:1px!important;
    height:1px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    opacity:0;
    pointer-events:none;
}

.single-product .drah-product-option-pill span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    max-width:100%;
    padding:7px 12px;
    border:1px solid rgba(91,17,32,.13);
    border-radius:999px;
    background:#fff;
    color:#5f3b40;
    box-shadow:0 6px 14px rgba(36,9,13,.035);
    cursor:pointer;
    text-align:center;
    white-space:normal;
    overflow-wrap:anywhere;
    font:900 .76rem/1.35 'El Messiri',sans-serif;
    transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.single-product .drah-product-option-pill input:checked + span{
    border-color:#5b1120;
    background:#5b1120;
    color:#efe6d6;
    box-shadow:0 8px 20px rgba(91,17,32,.16);
}

.single-product .drah-product-option-pill input:focus-visible + span{
    outline:2px solid rgba(201,168,76,.55);
    outline-offset:2px;
}

.single-product .drah-product-option-pill:hover span{
    border-color:rgba(201,168,76,.65);
    transform:translateY(-1px);
}

.single-product .drah-product-custom-choice{
    align-content:start;
    padding:0!important;
}

.single-product .drah-product-custom-summary{
    margin-top:0!important;
    padding:10px 12px!important;
    border:1px solid rgba(91,17,32,.08)!important;
    border-radius:9px!important;
    background:rgba(255,255,255,.58)!important;
    box-shadow:none!important;
}

.single-product .drah-product-custom-summary > strong{
    margin-bottom:7px!important;
    color:#5b1120!important;
    font-size:.82rem!important;
}

.single-product .drah-product-custom-summary p{
    color:#7a5d58!important;
    font-size:.72rem!important;
}

.single-product .drah-product-custom-summary ul{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px 10px!important;
}

.single-product .drah-product-custom-summary li{
    min-height:auto!important;
    padding:0 0 6px!important;
    border-bottom:1px solid rgba(91,17,32,.055)!important;
    color:#7a5d58!important;
    font-size:.72rem!important;
}

.single-product .drah-product-custom-summary li strong{
    color:#24090d!important;
    font-size:.74rem!important;
}

@media(min-width:981px){
    .single-product .drah-product-custom-fields > .drah-product-custom-field:not(.drah-product-custom-choice){
        max-width:none;
    }

    .single-product .drah-product-option-group{
        gap:6px;
    }

    .single-product .drah-product-option-pill span{
        min-height:32px;
        padding:6px 10px;
        font-size:.72rem;
    }
}

@media(max-width:760px){
    .single-product .drah-product-custom-fields{
        padding:14px!important;
        border-radius:12px!important;
    }

    .single-product .drah-product-custom-head{
        grid-template-columns:1fr!important;
        gap:5px!important;
        margin-bottom:14px!important;
    }

    .single-product .drah-product-custom-head strong{
        font-size:.95rem!important;
    }

    .single-product .drah-product-custom-head span{
        font-size:.74rem!important;
    }

    .single-product .drah-product-custom-grid,
    .single-product .drah-product-custom-summary ul{
        grid-template-columns:1fr!important;
    }

    .single-product .drah-product-custom-field{
        margin-bottom:12px!important;
        gap:7px!important;
    }

    .single-product .drah-product-custom-field > span{
        font-size:.8rem!important;
    }

    .single-product .drah-product-custom-field input[type="text"],
    .single-product .drah-product-custom-field textarea{
        min-height:44px!important;
        font-size:.86rem!important;
    }

    .single-product .drah-product-option-group{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:8px;
    }

    .single-product .drah-product-option-pill{
        width:100%;
    }

    .single-product .drah-product-option-pill span{
        width:100%;
        min-height:42px;
        padding:8px 10px;
        border-radius:10px;
        font-size:.78rem;
    }

    .single-product .drah-product-option-pill input:checked + span:before{
        content:"";
        width:7px;
        height:7px;
        margin-left:7px;
        border-radius:50%;
        background:#c9a84c;
        flex:0 0 7px;
    }

    .single-product .drah-product-custom-summary{
        padding:10px!important;
    }
}

@media(max-width:380px){
    .single-product .drah-product-option-group{
        grid-template-columns:1fr;
    }
}

/* Cleaner product form: compact, calm, and purchase-focused. */
.single-product .drah-product-custom-fields{
    margin:0 0 14px!important;
    padding:14px!important;
    border:1px solid rgba(91,17,32,.08)!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.58)!important;
    box-shadow:none!important;
}

.single-product .drah-product-custom-head{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:14px!important;
    margin:0 0 12px!important;
    padding:0 0 10px!important;
    border-bottom:1px solid rgba(91,17,32,.07)!important;
}

.single-product .drah-product-custom-head strong{
    flex:0 0 auto!important;
    color:#24090d!important;
    font:900 .98rem/1.35 'El Messiri',sans-serif!important;
}

.single-product .drah-product-custom-head span{
    max-width:390px!important;
    color:#86665e!important;
    text-align:left!important;
    font:600 .7rem/1.55 'El Messiri',sans-serif!important;
}

.single-product .drah-product-custom-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px 10px!important;
}

.single-product .drah-product-custom-field{
    gap:5px!important;
    margin:0 0 9px!important;
}

.single-product .drah-product-custom-field > span{
    min-height:auto!important;
    color:#5b1120!important;
    font:900 .74rem/1.35 'El Messiri',sans-serif!important;
}

.single-product .drah-product-custom-field span b{
    min-height:auto!important;
    padding:1px 6px!important;
    background:rgba(201,168,76,.13)!important;
    color:#8a651d!important;
    font-size:.56rem!important;
}

.single-product .drah-product-custom-field input[type="text"],
.single-product .drah-product-custom-field textarea{
    min-height:38px!important;
    border-color:rgba(91,17,32,.1)!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:none!important;
    padding:7px 10px!important;
    color:#24090d!important;
    font:800 .82rem/1.45 'El Messiri',sans-serif!important;
}

.single-product .drah-product-custom-field textarea{
    min-height:58px!important;
}

.single-product .drah-product-custom-field small{
    display:none!important;
}

.single-product .drah-product-option-group{
    gap:6px!important;
}

.single-product .drah-product-option-pill span{
    min-height:30px!important;
    padding:5px 10px!important;
    border-color:rgba(91,17,32,.1)!important;
    border-radius:999px!important;
    box-shadow:none!important;
    color:#5f3b40!important;
    font-size:.7rem!important;
}

.single-product .drah-product-option-pill input:checked + span{
    border-color:#5b1120!important;
    background:#5b1120!important;
    color:#fffaf2!important;
    box-shadow:none!important;
}

.single-product .drah-product-custom-summary{
    margin-top:2px!important;
    padding:9px 10px!important;
    border-color:rgba(91,17,32,.07)!important;
    border-radius:8px!important;
    background:rgba(255,250,242,.62)!important;
}

.single-product .drah-product-custom-summary > strong{
    margin-bottom:5px!important;
    color:#5b1120!important;
    font-size:.78rem!important;
}

.single-product .drah-product-custom-summary p,
.single-product .drah-product-custom-summary li{
    color:#86665e!important;
    font-size:.68rem!important;
}

.single-product .drah-product-custom-summary ul{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px 8px!important;
}

.single-product .drah-product-custom-summary li{
    padding-bottom:4px!important;
    border-bottom-color:rgba(91,17,32,.05)!important;
}

@media(max-width:760px){
    .single-product .drah-product-custom-fields{
        padding:12px!important;
        border-radius:10px!important;
    }

    .single-product .drah-product-custom-head{
        display:block!important;
    }

    .single-product .drah-product-custom-head span{
        display:block!important;
        max-width:none!important;
        margin-top:3px!important;
        text-align:right!important;
    }

    .single-product .drah-product-custom-grid,
    .single-product .drah-product-custom-summary ul{
        grid-template-columns:1fr!important;
    }

    .single-product .drah-product-option-group{
        display:flex!important;
        flex-wrap:wrap!important;
    }

    .single-product .drah-product-option-pill{
        width:auto!important;
    }

    .single-product .drah-product-option-pill span{
        width:auto!important;
        min-height:34px!important;
        border-radius:999px!important;
        font-size:.72rem!important;
    }

    .single-product .drah-product-option-pill input:checked + span:before{
        display:none!important;
    }
}

/* Even larger options and form text for readability (RTL Arabic). */
.single-product .drah-product-custom-head strong{
    font-size:1.15rem!important;
}

.single-product .drah-product-custom-head span{
    font-size:.9rem!important;
}

.single-product .drah-product-custom-field > span{
    font-size:1rem!important;
    line-height:1.4!important;
}

.single-product .drah-product-custom-field span b{
    font-size:.78rem!important;
}

.single-product .drah-product-custom-field input[type="text"],
.single-product .drah-product-custom-field textarea{
    font-size:1.05rem!important;
    line-height:1.5!important;
}

.single-product .drah-product-option-pill span{
    font-size:1rem!important;
    line-height:1.4!important;
    padding:9px 16px!important;
}

.single-product .drah-product-custom-summary > strong{
    font-size:1rem!important;
}

.single-product .drah-product-custom-summary p,
.single-product .drah-product-custom-summary li{
    font-size:.9rem!important;
    line-height:1.55!important;
}

@media(max-width:760px){
    .single-product .drah-product-custom-head span{
        font-size:.86rem!important;
    }

    .single-product .drah-product-custom-field > span{
        font-size:.95rem!important;
    }

    .single-product .drah-product-custom-field input[type="text"],
    .single-product .drah-product-custom-field textarea{
        font-size:1rem!important;
    }

    .single-product .drah-product-option-pill span{
        font-size:.95rem!important;
        padding:8px 14px!important;
    }

    .single-product .drah-product-custom-summary p,
    .single-product .drah-product-custom-summary li{
        font-size:.85rem!important;
    }
}
