.wd-side-cart .woocommerce-mini-cart__buttons .btn-cart,
.wd-side-cart .woocommerce-mini-cart__buttons .wd-cart-btn,
.wd-side-cart .wd-action-buttons .wd-cart-btn,
.woocommerce-mini-cart__buttons .btn-cart,
.woocommerce-mini-cart__buttons .wd-cart-btn,
.wd-action-buttons .btn-cart,
.wd-action-buttons .wd-cart-btn,
.wd-cart-action-buttons .btn-cart,
.wd-cart-action-buttons .wd-cart-btn {
    display: none !important;
}

.single-product .sk-smm-target-row {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    gap: 14px;
    margin: 0 0 16px;
    width: 100%;
}

.single-product .sk-smm-target-row--with-help {
    flex-wrap: wrap;
    gap: 6px 14px;
}

.single-product .sk-smm-target-help.sk-smm-target-help--compact {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #858b94;
    display: block;
    font-size: 12px;
    gap: 0;
    line-height: 1.4;
    margin: 0;
    padding: 0 2px;
}

.single-product .sk-smm-target-help--compact .sk-smm-target-hint,
.single-product .sk-smm-target-help--compact .sk-smm-target-error {
    display: block;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    overflow-wrap: anywhere;
}

.single-product .sk-smm-target-help--compact .sk-smm-target-error {
    color: #b54c4c;
    font-weight: 600;
    margin-top: 3px;
}

.single-product .sk-smm-target-help--compact .sk-smm-target-error[hidden] {
    display: none !important;
}

.single-product .sk-smm-target-help {
    align-items: flex-start;
    background: #faf8ff;
    border-left: 3px solid #6945e8;
    border-radius: 0 10px 10px 0;
    color: #5f5968;
    display: flex;
    flex: 0 0 100%;
    font-size: 13px;
    gap: 9px;
    line-height: 1.42;
    margin: 4px 0 0;
    padding: 10px 12px;
    width: 100%;
}

.single-product .sk-smm-target-help-icon {
    align-items: center;
    background: #6945e8;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 19px;
    font-size: 12px;
    font-weight: 800;
    height: 19px;
    justify-content: center;
    line-height: 1;
    margin-top: 1px;
    width: 19px;
}

.single-product .sk-smm-target-help p {
    margin: 0;
}

.single-product .sk-smm-target-help strong,
.single-product .sk-smm-target-help span,
.single-product .sk-smm-target-help code {
    display: block;
}

.single-product .sk-smm-target-help strong {
    color: #292331;
    font-size: 13px;
    margin-bottom: 2px;
}

.single-product .sk-smm-target-help code {
    background: transparent;
    color: #6945e8;
    font-family: inherit;
    font-size: 12px;
    margin-top: 4px;
    overflow-wrap: anywhere;
    padding: 0;
}

.single-product .sk-smm-target-label {
    flex: 0 0 auto;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.woocommerce.single-product div.product form.cart .sk-smm-target-input {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid #c7ccd1 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    flex: 1 1 auto;
    min-height: 44px;
    min-width: 0;
    outline: none !important;
    padding: 8px 2px;
    width: auto;
}

.woocommerce.single-product div.product form.cart .sk-smm-target-input:focus {
    border-bottom-color: #969da5 !important;
    box-shadow: 0 1px 0 #969da5 !important;
}

.woocommerce.single-product div.product form.cart .sk-smm-target-input.sk-smm-input--invalid {
    border-bottom-color: #c96f6f !important;
    box-shadow: 0 1px 0 #c96f6f !important;
}

.single-product .sk-smm-comments-box {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 14px;
    flex: 0 0 100%;
    margin: 0 0 16px;
    padding: 16px;
    width: 100%;
}

.single-product .sk-smm-comments-toggle-row {
    align-items: center;
    color: #17191d;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    line-height: 1.35;
    margin: 0;
}

.single-product .sk-smm-comments-toggle {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.single-product .sk-smm-comments-check {
    align-items: center;
    background: #fff;
    border: 2px solid #aabcb3;
    border-radius: 6px;
    display: inline-flex;
    flex: 0 0 22px;
    height: 22px;
    justify-content: center;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
    width: 22px;
}

.single-product .sk-smm-comments-toggle:checked + .sk-smm-comments-check {
    background: #0bbf72;
    border-color: #0bbf72;
}

.single-product .sk-smm-comments-toggle:checked + .sk-smm-comments-check::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    height: 10px;
    transform: translateY(-1px) rotate(45deg);
    width: 5px;
}

.single-product .sk-smm-comments-toggle:focus-visible + .sk-smm-comments-check {
    box-shadow: 0 0 0 3px rgba(11, 191, 114, .16);
}

.single-product .sk-smm-comments-toggle.sk-smm-input--invalid + .sk-smm-comments-check {
    border-color: #c96f6f;
    box-shadow: 0 0 0 3px rgba(201, 111, 111, .12);
}

.single-product .sk-smm-comments-content {
    margin-top: 14px;
}

.single-product .skpu-offer .sk-smm-upsell-comments-box {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #e1e7e4;
    margin: 14px 0 0;
    padding: 14px 0 0;
}

.single-product .skpu-offer .sk-smm-upsell-comments-box:not(.is-expanded) {
    padding-bottom: 2px;
}

.single-product .skpu-offer .sk-smm-upsell-comments-box .sk-smm-comments-help {
    background: #fff;
}

.single-product .sk-smm-comments-heading-row {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 0 0 4px;
}

.single-product .sk-smm-comments-title {
    color: #17191d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.single-product .sk-smm-comments-counter {
    color: #737b86;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.single-product .sk-smm-comments-counter.is-complete {
    color: #0a9f5b;
}

.single-product .sk-smm-comments-counter.is-over {
    color: #b54c4c;
}

.single-product .sk-smm-comments-help {
    align-items: flex-start;
    background: #f7f8fa;
    border-radius: 9px;
    color: #69717d;
    display: flex;
    font-size: 13px;
    gap: 9px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 9px 10px;
}

.single-product .sk-smm-comments-help p {
    margin: 0;
}

.single-product .sk-smm-comments-help-icon {
    align-items: center;
    background: #ece8ff;
    border-radius: 50%;
    color: #7047df;
    display: inline-flex;
    flex: 0 0 18px;
    font-size: 11px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 1;
    margin-top: 1px;
    width: 18px;
}

.woocommerce.single-product div.product form.cart .sk-smm-comments-input {
    background: #fff !important;
    border: 1px solid #d9dee5 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    display: block;
    font: inherit;
    line-height: 1.5;
    min-height: 132px;
    padding: 12px 14px;
    resize: vertical;
    width: 100% !important;
}

.woocommerce.single-product div.product form.cart .sk-smm-comments-input:focus {
    border-color: #8a63f6 !important;
    box-shadow: 0 0 0 3px rgba(138, 99, 246, .12) !important;
    outline: none !important;
}

.woocommerce.single-product div.product form.cart .sk-smm-comments-input.sk-smm-input--invalid {
    border-color: #c96f6f !important;
    box-shadow: 0 0 0 3px rgba(201, 111, 111, .12) !important;
}

.woocommerce.single-product div.product form.cart .quantity {
    display: none !important;
}

.woocommerce.single-product div.product form.cart .single_add_to_cart_button {
    flex: 1 1 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

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

@media (max-width: 480px) {
    .single-product .sk-smm-target-row {
        gap: 10px;
    }

    .single-product .sk-smm-comments-box {
        border-radius: 12px;
        padding: 14px;
    }

    .single-product .sk-smm-comments-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }
}
