.s-product-options-grid-mode {
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.s-product-options-grid-mode label {
    flex: 1 1 130px !important;
    position: relative !important;
}

.s-product-options-grid-mode-span {
    width: 100% !important;
    min-width: 0 !important;
    padding: 13px 14px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    border-radius: 12px !important;
    border: 1.5px solid #121212 !important;
    background-color: #F3E7D2 !important;
    color: #121212 !important;
    text-align: center !important;
    white-space: normal !important;
    position: relative !important;
}

.s-product-options-grid-mode label:nth-child(2) .s-product-options-grid-mode-span::before {
    content: "الأكثر طلباً";
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 8px;
    border: 1px solid #D6B14A;
    background: #FBF0D9;
    color: #121212;
}

.s-product-options-grid-mode input:checked + div::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1.5px solid #D6B14A;
    background-color: #F3E7D2;
    background-image: radial-gradient(circle, #D6B14A 4px, transparent 4px);
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
    .s-product-options-grid-mode label {
          flex: 1 1 100% !important;
    }
}


.s-product-options-wrapper {
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
}

.product-single-top-description {
    background-color: #FBF6EA !important;
    border: 1.5px solid #121212 !important;
    border-radius: 12px !important;
    padding: 16px 16px 0 16px !important;
    overflow: hidden !important;
}

.product-single-top-description #more-content {
    padding-bottom: 8px !important;
}

.product-single-top-description #btn-show-more {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    margin: 0 -16px !important;
    padding: 12px 16px !important;
    border-top: 1.5px solid #121212 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #121212 !important;
    text-decoration: none !important;
}


.product-single-top-description #btn-show-more::after {
    content: "+";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #D6B14A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
}


.about__subtitle {
    opacity: 1 !important;
    color: #121212 !important;
}

.about__subtitle::before {
    content: "\2605\2605\2605\2605\2605  ";
    color: #D6B14A !important;
}

.s-block--about {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.s-block--enhanced-features {
    margin-top: 8px !important;
}

div.s-product-options-grid-mode {
    position: relative !important;
}

div.s-product-options-grid-mode > label {
    position: static !important;
}

div.s-product-options-grid-mode input[type="radio"] {
    inset: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    pointer-events: none !important;
}

.s-product-options-option-content {
    overflow: visible !important;
}