.single-product div.product .summary > .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: #e74c3c;
    font-family: Impact, Charcoal, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    font-style: italic;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0.5rem 0 1.25rem;
    line-height: 1.1;
}

.single-product div.product .summary > .price ins {
    order: 1;
    background: transparent;
    text-decoration: none;
}

.single-product div.product .summary > .price ins .woocommerce-Price-amount {
    font-weight: 500;
}

.single-product div.product .summary > .price del,
.single-product div.product .summary > .price del * {
    font-family: var(--global-body-font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
    font-weight: 400;
    font-style: normal;
}

.single-product div.product .summary > .price del {
    order: 3;
    font-size: 1.1rem;
    color: #6b7280;
    text-shadow: none;
    opacity: 1;
    margin: 0;
}

.sc-brand-logo {
    margin: 0 0 0.15rem;
}

.sc-brand-logo img {
    display: block;
    max-height: 28px;
    width: auto;
    height: auto;
}

.sc-info-badges {
    list-style: none;
    margin: 0.25rem 0 1.5rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sc-info-badges li {
    border: 1px dashed #e74c3c;
    color: #e74c3c;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    background: transparent;
    border-radius: 4px;
    line-height: 1.2;
    text-align: center;
}

.sc-compat {
    color: #339966;
    font-weight: 700;
}

.single-product .woocommerce-product-rating .star-rating::before {
    color: #e5e7eb;
}

.single-product .woocommerce-product-rating .star-rating span::before {
    color: #facc15;
}

.sc-office-apps {
    padding: 1rem 0 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.sc-office-apps-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    color: #111827;
    flex-shrink: 0;
}

.sc-office-apps-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem 0.75rem;
}

.sc-office-apps-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    min-width: 44px;
}

.sc-office-apps-list img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.sc-office-apps-list span {
    font-size: 0.7rem;
    color: #1f2937;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .single-product .woocommerce-tabs {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }
}

.sc-product-options {
    margin: 1rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sc-product-option {
    position: relative;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color 0.15s ease;
}

.sc-product-option[open] {
    border-color: #6b7280;
}

.sc-product-option summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    user-select: none;
    -webkit-user-select: none;
    position: relative;
}

.sc-product-option summary::-webkit-details-marker {
    display: none;
}

.sc-product-option summary::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.2s ease;
}

.sc-product-option[open] summary::after {
    transform: translateY(-30%) rotate(-135deg);
}

.sc-option-label {
    color: #1f2937;
    font-size: 0.95rem;
}

.sc-option-label::after {
    content: ":";
}

.sc-option-value {
    flex: 1;
    margin-left: 0.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
}

.sc-option-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
}

.sc-option-menu li {
    margin: 0;
}

.sc-option-menu label {
    display: block;
    padding: 0.55rem 1rem;
    cursor: pointer;
    font-size: 0.95rem;
    user-select: none;
    -webkit-user-select: none;
}

.sc-option-menu label:hover {
    background: #f3f4f6;
}

.sc-option-menu input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.sc-option-menu li:has(input:checked) {
    background: #f3f4f6;
    font-weight: 700;
}

.single-product div.product .single_add_to_cart_button.button {
    background: linear-gradient(180deg, #e74c3c 0%, #d8412f 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.9rem 2rem;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.25), inset 0 1px 0 rgba(255,255,255,0.15);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    word-break: keep-all;
    overflow-wrap: normal;
}

.single-product div.product .single_add_to_cart_button.button::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.single-product div.product .single_add_to_cart_button.button:hover,
.single-product div.product .single_add_to_cart_button.button:focus {
    background: linear-gradient(180deg, #d8412f 0%, #b8331f 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(231, 76, 60, 0.4), inset 0 1px 0 rgba(255,255,255,0.15);
    color: #fff;
}

.single-product div.product .single_add_to_cart_button.button:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(231, 76, 60, 0.3), inset 0 1px 2px rgba(0,0,0,0.1);
}

@media (max-width: 480px) {
    .single-product div.product .single_add_to_cart_button.button {
        padding: 0.85rem 1.25rem;
        font-size: 0.8rem;
        gap: 0.4rem;
    }
    .single-product div.product .single_add_to_cart_button.button::before {
        width: 18px;
        height: 18px;
    }
}

.sc-payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin: 1rem 0;
}

.sc-payment-icons img {
    height: 36px;
    width: auto;
    max-width: 70px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    padding: 4px 6px;
    background: #fff;
    object-fit: contain;
}

@media (max-width: 480px) {
    .sc-payment-icons {
        gap: 0.35rem;
    }
    .sc-payment-icons img {
        height: 30px;
        max-width: 58px;
        padding: 3px 5px;
    }
}

.single-product .product_title.entry-title {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0.25rem 0 0.75rem;
}

@media (max-width: 767.98px) {
    .single-product .product_title.entry-title {
        font-size: 1.85rem;
    }
}

.sc-options-modifier-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0.85rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-top: 0.75rem;
    font-size: 0.9rem;
}

.sc-options-modifier-display[hidden] {
    display: none;
}

.sc-options-modifier-display .sc-modifier-label {
    color: #6b7280;
    font-weight: 500;
}

.sc-options-modifier-display [data-sc-modifier-amount] {
    color: #1f2937;
    font-weight: 700;
}
