.ahs-product-wrap {
    width: 100%;
    background: #ffffff;
    color: #111827;
}

.ahs-product-breadcrumb {
    margin-bottom: 20px;
}

.ahs-product-breadcrumb ul {
    padding-left: 0;
}

.ahs-product-breadcrumb a {
    color: #644ef9;
    font-weight: 700;
    text-decoration: none;
}

.ahs-product-breadcrumb a:hover {
    color: #4f3ee6;
}

.ahs-breadcrumb-separator {
    color: #cbd5e1;
}

.ahs-product-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
}

.ahs-card {
    background: #ffffff;
    border: 1px solid #ececf5;
    border-radius: 24px;
    box-shadow: 0 10px 35px rgba(17, 24, 39, 0.05);
    overflow: hidden;
}

.ahs-product-media img {
    width: 100%;
    height: auto;
    display: block;
}

.ahs-product-overview {
    margin-top: 32px;
}

.ahs-product-overview h2 {
    margin: 0 0 14px !important;
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.ahs-entry-content {
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

.ahs-product-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 24px;
    align-self: start;
}

.ahs-buy-card,
.ahs-info-card {
    padding: 28px;
}

.ahs-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(100, 78, 249, 0.08);
    color: #644ef9;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.ahs-price {
    margin: 20px 0 24px;
    font-size: 34px;
    font-weight: 700;
    color: #111827;
}

.ahs-action-grid {
    display: grid;
    gap: 12px;
}

.ahs-action-grid form.cart {
    display: grid;
    gap: 12px;
    margin: 0;
}

.single-product .quantity,
.single-product input.qty,
.ahs-action-grid .stock {
    display: none !important;
}

.ahs-btn,
.ahs-action-grid .single_add_to_cart_button {
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.25s ease;
}

.ahs-btn-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.ahs-btn-primary,
.ahs-action-grid .single_add_to_cart_button {
    background: #644ef9 !important;
    color: #ffffff !important;
    border-color: #644ef9 !important;
}

.ahs-btn-primary:hover,
.ahs-action-grid .single_add_to_cart_button:hover {
    background: #4f3ee6 !important;
    transform: translateY(-2px);
}

.ahs-btn-secondary {
    background: #f5f3ff;
    color: #644ef9;
    border-color: rgba(100, 78, 249, 0.18);
}

.ahs-info-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f1f4;
}

.ahs-info-row:last-child {
    border-bottom: 0;
}

.ahs-info-row span {
    color: #64748b;
}

.ahs-info-row strong {
    text-align: right;
    color: #111827;
}

@media (max-width: 1024px) {
    .ahs-product-container {
        grid-template-columns: 1fr;
    }

    .ahs-product-sidebar {
        order: -1;
        position: static;
    }
}

@media (max-width: 767px) {
   

    .ahs-info-row {
        flex-direction: column;
        gap: 5px;
    }

    .ahs-info-row strong {
        text-align: left;
    }
}

.single-product .col-12.col-lg-10.offset-lg-1 {
    margin: 0 !important;
    padding: 15px !important;
    width: 100% !important;
}
