/* ==========================================================================
   PakHerbal Product Detail
   File: public/css/frontend/product-detail.css
   ========================================================================== */

.pakherbal-product-detail,
.pakherbal-product-detail *,
.pakherbal-product-detail *::before,
.pakherbal-product-detail *::after {
    box-sizing: border-box;
}

.pakherbal-product-detail {
    min-width: 0;
    padding: 26px 0 64px;
    overflow-x: hidden;
    color: #102437;
    background: #f5f8f3;
}

.pakherbal-product-detail-shell {
    width: min(calc(100% - 32px), 1180px);
    margin-inline: auto;
}

.pakherbal-product-detail a {
    text-underline-offset: 3px;
}

.pakherbal-product-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin: 0 0 18px;
    color: #6c7b87;
    font-size: 13px;
    line-height: 1.5;
}

.pakherbal-product-breadcrumbs a {
    color: #315f27;
    font-weight: 750;
    text-decoration: none;
}

.pakherbal-product-breadcrumbs a:hover {
    text-decoration: underline;
}

.pakherbal-product-breadcrumbs [aria-current="page"] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ==========================================================================
   Alerts
   ========================================================================== */

.pakherbal-product-detail .pakherbal-reviews-alert {
    margin-bottom: 18px;
    padding: 13px 15px;
    border: 1px solid;
    font-weight: 750;
}

.pakherbal-product-detail .pakherbal-reviews-alert-success {
    color: #245b15;
    background: #eff9e9;
    border-color: #b8dca7;
}

.pakherbal-product-detail .pakherbal-reviews-alert-error {
    color: #8a1f11;
    background: #fff0ed;
    border-color: #efb7ae;
}

/* ==========================================================================
   Main Product Summary
   ========================================================================== */

.pakherbal-product-summary {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(26px, 4vw, 54px);
    align-items: start;
    padding: clamp(22px, 3vw, 34px);
    background: #ffffff;
    border: 1px solid #d6e0d1;
    box-shadow: 0 12px 34px rgba(7, 21, 34, 0.065);
}

.pakherbal-product-gallery,
.pakherbal-product-content {
    min-width: 0;
}

.pakherbal-product-gallery {
    display: grid;
    gap: 12px;
}

.pakherbal-product-main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f8faf6;
    border: 1px solid #d6e0d1;
}

.pakherbal-product-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pakherbal-product-main-image > span {
    padding: 24px;
    color: #70808b;
    font-weight: 750;
    text-align: center;
}

.pakherbal-product-thumbnails {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
}

.pakherbal-product-thumbnails button {
    display: block;
    min-width: 0;
    aspect-ratio: 1 / 1;
    padding: 4px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d6e0d1;
    cursor: pointer;
}

.pakherbal-product-thumbnails button:hover,
.pakherbal-product-thumbnails button:focus-visible,
.pakherbal-product-thumbnails button.is-active {
    border-color: #79c943;
    box-shadow: inset 0 0 0 1px #79c943;
}

.pakherbal-product-thumbnails button:focus-visible {
    outline: 3px solid rgba(121, 201, 67, 0.25);
    outline-offset: 2px;
}

.pakherbal-product-thumbnails img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pakherbal-product-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pakherbal-product-heading-meta,
.pakherbal-product-availability,
.pakherbal-product-account-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.pakherbal-product-heading-meta span,
.pakherbal-product-availability span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.pakherbal-product-heading-meta span {
    color: #315f27;
    background: #f1f8ed;
    border: 1px solid #c9dfbc;
}

.pakherbal-product-content h1 {
    margin: 0;
    color: #071522;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.pakherbal-product-rating-link {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    color: #536574;
    font-size: 13px;
    text-decoration: none;
}

.pakherbal-product-rating-link:hover {
    color: #315f27;
}

.pakherbal-product-rating-stars {
    color: #e0a000;
    font-size: 17px;
    letter-spacing: 0.05em;
}

.pakherbal-product-rating-link strong {
    color: #102437;
    font-size: 14px;
}

.pakherbal-product-availability .is-in-stock {
    color: #245b15;
    background: #eff9e9;
    border: 1px solid #b8dca7;
}

.pakherbal-product-availability .is-out-of-stock {
    color: #8a1f11;
    background: #fff0ed;
    border: 1px solid #efb7ae;
}

.pakherbal-product-availability .is-featured {
    color: #684d00;
    background: #fff7d6;
    border: 1px solid #ead48a;
}

.pakherbal-product-short-description {
    color: #405566;
    font-size: 15px;
    line-height: 1.75;
}

.pakherbal-product-short-description > :first-child {
    margin-top: 0;
}

.pakherbal-product-short-description > :last-child {
    margin-bottom: 0;
}

.pakherbal-product-price {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: baseline;
    padding: 13px 0;
    border-top: 1px solid #e4ebe0;
    border-bottom: 1px solid #e4ebe0;
}

.pakherbal-product-price strong {
    color: #315f27;
    font-size: clamp(25px, 3vw, 32px);
    line-height: 1.15;
}

.pakherbal-product-price > span {
    color: #7b8993;
    font-size: 15px;
    text-decoration: line-through;
}

.pakherbal-product-price small {
    display: inline-flex;
    padding: 4px 8px;
    color: #7e2418;
    background: #fff0ed;
    border: 1px solid #efb7ae;
    font-size: 11px;
    font-weight: 800;
}

.pakherbal-product-quick-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid #e4ebe0;
    border-left: 1px solid #e4ebe0;
}

.pakherbal-product-quick-facts > div {
    min-width: 0;
    padding: 10px 12px;
    border-right: 1px solid #e4ebe0;
    border-bottom: 1px solid #e4ebe0;
}

.pakherbal-product-quick-facts dt {
    margin-bottom: 3px;
    color: #74828d;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.pakherbal-product-quick-facts dd {
    margin: 0;
    color: #102437;
    font-size: 13px;
    font-weight: 750;
    overflow-wrap: anywhere;
}

/* ==========================================================================
   Cart And Purchase Benefits
   ========================================================================== */

.pakherbal-product-cart-form {
    display: grid;
    grid-template-columns: minmax(130px, 0.42fr) minmax(190px, 1fr);
    gap: 10px;
    align-items: end;
}

.pakherbal-product-variation-picker {
    display: grid;
    grid-column: 1 / -1;
    gap: 7px;
    padding: 13px 15px;
    background: #f4f9f1;
    border: 1px solid #cbd8c5;
}

.pakherbal-product-variation-picker p {
    margin: 0 0 2px;
    color: #315f27;
    font-size: 13px;
    font-weight: 850;
}

.pakherbal-product-variation-picker label {
    color: #31485b;
    font-size: 12px;
    font-weight: 800;
}

.pakherbal-product-variation-picker select {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    color: #102437;
    background: #ffffff;
    border: 1px solid #cbd8c5;
}

.pakherbal-product-variation-picker small {
    color: #536574;
    font-size: 12px;
}

.pakherbal-product-quantity {
    display: grid;
    gap: 6px;
}

.pakherbal-product-quantity > label {
    color: #31485b;
    font-size: 12px;
    font-weight: 800;
}

.pakherbal-product-quantity-control {
    display: grid;
    grid-template-columns: 38px minmax(48px, 1fr) 38px;
    min-width: 0;
}

.pakherbal-product-quantity-control button,
.pakherbal-product-quantity-control input,
.pakherbal-product-add-button {
    min-height: 44px;
    border-radius: 0;
    font: inherit;
}

.pakherbal-product-quantity-control button {
    padding: 0;
    color: #071522;
    background: #eef3eb;
    border: 1px solid #cbd8c5;
    font-size: 19px;
    font-weight: 850;
    cursor: pointer;
}

.pakherbal-product-quantity-control button:hover,
.pakherbal-product-quantity-control button:focus-visible {
    background: #dff0d5;
    border-color: #79c943;
}

.pakherbal-product-quantity-control input {
    width: 100%;
    min-width: 0;
    padding: 7px;
    color: #071522;
    background: #ffffff;
    border-top: 1px solid #cbd8c5;
    border-right: 0;
    border-bottom: 1px solid #cbd8c5;
    border-left: 0;
    font-weight: 800;
    text-align: center;
    appearance: textfield;
}

.pakherbal-product-quantity-control input::-webkit-inner-spin-button,
.pakherbal-product-quantity-control input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.pakherbal-product-add-button {
    width: 100%;
    padding: 9px 16px;
    color: #ffffff;
    background: #071522;
    border: 1px solid #071522;
    font-weight: 850;
    cursor: pointer;
}

.pakherbal-product-add-button:hover,
.pakherbal-product-add-button:focus-visible {
    color: #071522;
    background: #79c943;
    border-color: #79c943;
}

.pakherbal-product-add-button:disabled {
    color: #718078;
    background: #e5ece2;
    border-color: #cbd8c5;
    cursor: not-allowed;
}

.pakherbal-product-stock-out {
    display: grid;
    gap: 4px;
    padding: 13px 15px;
    color: #8a1f11;
    background: #fff0ed;
    border: 1px solid #efb7ae;
}

.pakherbal-product-stock-out span {
    font-size: 13px;
}

.pakherbal-product-service-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #e4ebe0;
    border-left: 1px solid #e4ebe0;
}

.pakherbal-product-service-points > div {
    min-width: 0;
    padding: 11px;
    border-right: 1px solid #e4ebe0;
    border-bottom: 1px solid #e4ebe0;
}

.pakherbal-product-service-points strong,
.pakherbal-product-service-points span {
    display: block;
}

.pakherbal-product-service-points strong {
    margin-bottom: 4px;
    color: #315f27;
    font-size: 12px;
}

.pakherbal-product-service-points span {
    color: #687984;
    font-size: 11px;
    line-height: 1.5;
}

.pakherbal-product-account-links {
    font-size: 13px;
}

.pakherbal-product-account-links a {
    color: #315f27;
    font-weight: 800;
}

/* ==========================================================================
   Product Information
   ========================================================================== */

.pakherbal-product-information,
.pakherbal-related-products,
.pakherbal-product-reviews {
    margin-top: 26px;
    padding: clamp(22px, 3vw, 34px);
    background: #ffffff;
    border: 1px solid #d6e0d1;
    box-shadow: 0 10px 28px rgba(7, 21, 34, 0.045);
}

.pakherbal-product-section-heading {
    max-width: 780px;
    margin-bottom: 24px;
}

.pakherbal-product-section-heading > span,
.pakherbal-product-detail .pakherbal-reviews-eyebrow {
    display: block;
    margin: 0 0 7px;
    color: #4f8a31;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pakherbal-product-section-heading h2,
.pakherbal-product-detail .pakherbal-reviews-heading h2 {
    margin: 0;
    color: #071522;
    font-size: clamp(27px, 3.7vw, 40px);
    line-height: 1.15;
}

.pakherbal-product-section-heading p,
.pakherbal-product-detail .pakherbal-reviews-intro {
    margin: 9px 0 0;
    color: #647682;
    line-height: 1.7;
}

.pakherbal-product-information-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
    gap: 24px;
    align-items: start;
}

.pakherbal-product-description-card {
    min-width: 0;
    padding: clamp(18px, 2.5vw, 28px);
    background: #fbfcfa;
    border: 1px solid #e0e8dc;
}

.pakherbal-product-description {
    color: #354d5f;
    font-size: 15px;
    line-height: 1.82;
    overflow-wrap: anywhere;
}

.pakherbal-product-description > :first-child {
    margin-top: 0;
}

.pakherbal-product-description > :last-child {
    margin-bottom: 0;
}

.pakherbal-product-description h2,
.pakherbal-product-description h3,
.pakherbal-product-description h4 {
    color: #071522;
    line-height: 1.25;
}

.pakherbal-product-description h2 {
    margin: 0 0 18px;
    font-size: 28px;
}

.pakherbal-product-description h3 {
    margin: 28px 0 10px;
    padding-left: 11px;
    border-left: 3px solid #79c943;
    font-size: 20px;
}

.pakherbal-product-description h4 {
    margin: 22px 0 8px;
    font-size: 17px;
}

.pakherbal-product-description p,
.pakherbal-product-description ul,
.pakherbal-product-description ol {
    margin: 0 0 15px;
}

.pakherbal-product-description ul,
.pakherbal-product-description ol {
    padding-left: 22px;
}

.pakherbal-product-description li + li {
    margin-top: 6px;
}

.pakherbal-product-description a {
    color: #315f27;
    font-weight: 750;
}

.pakherbal-product-description img {
    max-width: 100%;
    height: auto;
}

.pakherbal-product-order-summary {
    position: sticky;
    top: 18px;
    padding: 19px;
    background: #f4f9f1;
    border: 1px solid #cfe0c7;
}

.pakherbal-product-order-summary h3 {
    margin: 0 0 15px;
    color: #071522;
    font-size: 20px;
}

.pakherbal-product-order-summary dl {
    display: grid;
    margin: 0;
}

.pakherbal-product-order-summary dl > div {
    display: grid;
    gap: 4px;
    padding: 10px 0;
    border-bottom: 1px solid #dce8d6;
}

.pakherbal-product-order-summary dt {
    color: #74828d;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.pakherbal-product-order-summary dd {
    margin: 0;
    color: #102437;
    font-size: 13px;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.pakherbal-product-order-summary > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-top: 16px;
    padding: 8px 12px;
    color: #ffffff;
    background: #071522;
    border: 1px solid #071522;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.pakherbal-product-order-summary > a:hover {
    color: #071522;
    background: #79c943;
    border-color: #79c943;
}

/* ==========================================================================
   Related Products
   ========================================================================== */

.pakherbal-related-products-heading {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: flex-end;
    margin-bottom: 22px;
}

.pakherbal-related-products-heading > div {
    max-width: 760px;
}

.pakherbal-related-products-heading span {
    display: block;
    margin-bottom: 7px;
    color: #4f8a31;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pakherbal-related-products-heading h2 {
    margin: 0;
    color: #071522;
    font-size: clamp(27px, 3.7vw, 40px);
    line-height: 1.15;
}

.pakherbal-related-products-heading p {
    margin: 9px 0 0;
    color: #647682;
    line-height: 1.7;
}

.pakherbal-related-products-heading > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 15px;
    color: #ffffff;
    background: #071522;
    border: 1px solid #071522;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.pakherbal-related-products-heading > a:hover,
.pakherbal-related-products-heading > a:focus-visible {
    color: #071522;
    background: #79c943;
    border-color: #79c943;
}

.pakherbal-related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.pakherbal-related-product-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #d6e0d1;
}

.pakherbal-related-product-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    margin: 12px 12px 0;
    overflow: hidden;
    background: #f8faf6;
    border: 1px solid #d6e0d1;
    text-decoration: none;
}

.pakherbal-related-product-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pakherbal-related-product-media > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #315f27;
    background: #e5f0df;
    font-size: 21px;
    font-weight: 900;
}

.pakherbal-related-product-body {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 9px;
    padding: 13px;
}

.pakherbal-related-product-body > p {
    margin: 0;
    overflow: hidden;
    color: #4f7f35;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.045em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.pakherbal-related-product-body h3 {
    display: -webkit-box;
    min-height: calc(1.34em * 2);
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pakherbal-related-product-body h3 a {
    color: #071522;
    text-decoration: none;
}

.pakherbal-related-product-body h3 a:hover {
    color: #315f27;
}

.pakherbal-related-product-price {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
    margin-top: auto;
}

.pakherbal-related-product-price strong {
    color: #315f27;
    font-size: 17px;
}

.pakherbal-related-product-price span {
    color: #7b8993;
    font-size: 11px;
    text-decoration: line-through;
}

.pakherbal-related-product-footer {
    display: grid;
    gap: 7px;
}

.pakherbal-related-product-footer > span {
    width: fit-content;
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.pakherbal-related-product-footer .is-in-stock {
    color: #245b15;
}

.pakherbal-related-product-footer .is-out-of-stock {
    color: #8a1f11;
}

.pakherbal-related-product-footer > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 7px 9px;
    color: #ffffff;
    background: #071522;
    border: 1px solid #071522;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.pakherbal-related-product-footer > a:hover,
.pakherbal-related-product-footer > a:focus-visible {
    color: #071522;
    background: #79c943;
    border-color: #79c943;
}

/* ==========================================================================
   Customer Review Summary Card — Final Page Section
   ========================================================================== */

.pakherbal-review-overview-card {
    display: grid;
    grid-template-columns:
        minmax(230px, 0.78fr)
        minmax(220px, 0.66fr)
        minmax(0, 1.35fr);
    gap: 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(121, 201, 67, 0.10), transparent 46%),
        #ffffff;
    border: 1px solid #cfe0c7;
}

.pakherbal-review-overview-summary,
.pakherbal-review-overview-breakdown,
.pakherbal-review-preview {
    min-width: 0;
    padding: 22px;
}

.pakherbal-review-overview-breakdown,
.pakherbal-review-preview {
    border-left: 1px solid #dce7d7;
}

.pakherbal-review-overview-summary h2 {
    margin: 0;
    color: #071522;
    font-size: clamp(28px, 3.5vw, 38px);
    line-height: 1.13;
}

.pakherbal-review-overview-summary > p:not(.pakherbal-reviews-eyebrow):not(.pakherbal-review-overview-total) {
    margin: 13px 0 17px;
    color: #647682;
    font-size: 13px;
    line-height: 1.7;
}

.pakherbal-review-overview-score {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-top: 15px;
}

.pakherbal-review-overview-score strong {
    color: #071522;
    font-size: 38px;
    line-height: 1;
}

.pakherbal-review-overview-score > span {
    color: #e0a000;
    font-size: 20px;
    letter-spacing: 0.055em;
}

.pakherbal-review-overview-total {
    margin: 8px 0 0;
    color: #315f27;
    font-size: 13px;
    font-weight: 850;
}

.pakherbal-review-all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 9px 14px;
    color: #ffffff;
    background: #071522;
    border: 1px solid #071522;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.pakherbal-review-all-link:hover,
.pakherbal-review-all-link:focus-visible {
    color: #071522;
    background: #79c943;
    border-color: #79c943;
}

.pakherbal-review-overview-breakdown h3,
.pakherbal-review-preview-heading h3,
.pakherbal-product-detail .pakherbal-reviews-submission h3 {
    margin: 0;
    color: #071522;
    font-size: 19px;
}

.pakherbal-product-detail .pakherbal-reviews-breakdown-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 30px;
    gap: 8px;
    align-items: center;
    padding: 7px 0;
    color: #536574;
    font-size: 12px;
}

.pakherbal-product-detail .pakherbal-reviews-progress {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border: 0;
    background: #e4ebe0;
}

.pakherbal-product-detail .pakherbal-reviews-progress::-webkit-progress-bar {
    background: #e4ebe0;
}

.pakherbal-product-detail .pakherbal-reviews-progress::-webkit-progress-value {
    background: #79c943;
}

.pakherbal-product-detail .pakherbal-reviews-progress::-moz-progress-bar {
    background: #79c943;
}

.pakherbal-review-preview-heading {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 12px;
}

.pakherbal-review-preview-heading > span {
    color: #74828d;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.pakherbal-review-preview-list {
    display: grid;
    gap: 9px;
}

.pakherbal-review-preview-item {
    min-width: 0;
    padding: 12px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #dce5d8;
}

.pakherbal-review-preview-item > header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.pakherbal-review-preview-item > header > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.pakherbal-review-preview-item > header strong {
    color: #071522;
    font-size: 12px;
}

.pakherbal-review-preview-item > header span {
    padding: 2px 5px;
    color: #245b15;
    background: #eff9e9;
    border: 1px solid #b8dca7;
    font-size: 8px;
    font-weight: 850;
    text-transform: uppercase;
}

.pakherbal-review-preview-item time {
    color: #82909a;
    font-size: 9px;
    white-space: nowrap;
}

.pakherbal-review-preview-stars {
    margin: 6px 0 4px;
    color: #c9d0d4;
    font-size: 13px;
}

.pakherbal-review-preview-stars .is-filled {
    color: #e0a000;
}

.pakherbal-review-preview-item h4 {
    margin: 0 0 4px;
    color: #071522;
    font-size: 13px;
}

.pakherbal-review-preview-item > p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #5a6d79;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pakherbal-review-preview-item > a {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-top: 7px;
    overflow: hidden;
    color: #315f27;
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pakherbal-review-preview-reply {
    margin-top: 9px;
    padding: 10px;
    color: #405566;
    background: #f4f9f1;
    border-left: 3px solid #79c943;
}

.pakherbal-review-preview-reply strong {
    display: block;
    margin-bottom: 4px;
    color: #315f27;
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.pakherbal-review-preview-reply p {
    margin: 0;
    color: #526674;
    font-size: 10px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}


.pakherbal-review-preview-empty {
    display: grid;
    gap: 4px;
    padding: 20px;
    color: #647682;
    background: #fbfcfa;
    border: 1px dashed #cbd8c5;
    text-align: center;
}

.pakherbal-review-preview-empty strong {
    color: #071522;
}

.pakherbal-review-preview-empty span {
    font-size: 12px;
}

.pakherbal-product-detail .pakherbal-reviews-submission {
    margin-top: 16px;
    padding: 20px;
    background: #fbfcfa;
    border: 1px solid #e0e8dc;
}

.pakherbal-product-detail .pakherbal-reviews-submission > p:not(.pakherbal-reviews-eyebrow) {
    margin: 10px 0 15px;
    color: #647682;
    line-height: 1.65;
}

.pakherbal-product-detail .pakherbal-reviews-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pakherbal-product-detail .pakherbal-reviews-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    color: #ffffff;
    background: #071522;
    border: 1px solid #071522;
    border-radius: 0;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
}

.pakherbal-product-detail .pakherbal-reviews-button:hover,
.pakherbal-product-detail .pakherbal-reviews-button:focus-visible {
    color: #071522;
    background: #79c943;
    border-color: #79c943;
}

.pakherbal-product-detail .pakherbal-reviews-button-secondary {
    color: #071522;
    background: #ffffff;
    border-color: #aebfac;
}

.pakherbal-product-detail .pakherbal-reviews-form {
    display: grid;
    gap: 14px;
}

.pakherbal-product-detail .pakherbal-review-rating-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.pakherbal-product-detail .pakherbal-review-rating-fieldset legend,
.pakherbal-product-detail .pakherbal-reviews-field > label {
    display: block;
    margin-bottom: 6px;
    color: #31485b;
    font-size: 13px;
    font-weight: 800;
}

.pakherbal-product-detail .pakherbal-review-stars {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 3px;
}

.pakherbal-product-detail .pakherbal-review-stars input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.pakherbal-product-detail .pakherbal-review-stars label {
    color: #c9d0d4;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.pakherbal-product-detail .pakherbal-review-stars input:checked ~ label,
.pakherbal-product-detail .pakherbal-review-stars label:hover,
.pakherbal-product-detail .pakherbal-review-stars label:hover ~ label {
    color: #e0a000;
}

.pakherbal-product-detail .pakherbal-reviews-field {
    display: grid;
    gap: 5px;
}

.pakherbal-product-detail .pakherbal-reviews-field input,
.pakherbal-product-detail .pakherbal-reviews-field textarea {
    width: 100%;
    min-width: 0;
    padding: 10px 11px;
    color: #102437;
    background: #ffffff;
    border: 1px solid #cbd8c5;
    border-radius: 0;
    font: inherit;
}

.pakherbal-product-detail .pakherbal-reviews-field textarea {
    resize: vertical;
}

.pakherbal-product-detail .pakherbal-reviews-field input:focus,
.pakherbal-product-detail .pakherbal-reviews-field textarea:focus {
    outline: 3px solid rgba(121, 201, 67, 0.22);
    border-color: #79c943;
}

.pakherbal-product-detail .pakherbal-reviews-field small {
    color: #71808b;
    font-size: 11px;
    text-align: right;
}

.pakherbal-product-detail .pakherbal-reviews-error {
    margin: 0;
    color: #8a1f11;
    font-size: 12px;
    font-weight: 750;
}

.pakherbal-product-detail .pakherbal-review-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.pakherbal-product-detail .pakherbal-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1040px) {
    .pakherbal-related-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pakherbal-review-overview-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pakherbal-review-preview {
        grid-column: 1 / -1;
        border-top: 1px solid #dce7d7;
        border-left: 0;
    }

    .pakherbal-review-preview-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .pakherbal-product-summary {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        gap: 26px;
    }

    .pakherbal-product-service-points {
        grid-template-columns: 1fr;
    }

    .pakherbal-product-information-layout {
        grid-template-columns: 1fr;
    }

    .pakherbal-product-order-summary {
        position: static;
    }
}

@media (max-width: 760px) {
    .pakherbal-product-detail {
        padding-top: 16px;
    }

    .pakherbal-product-detail-shell {
        width: min(calc(100% - 20px), 1180px);
    }

    .pakherbal-product-summary {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 18px;
    }

    .pakherbal-product-gallery {
        max-width: 620px;
        margin-inline: auto;
    }

    .pakherbal-product-content h1 {
        font-size: clamp(28px, 9vw, 40px);
    }

    .pakherbal-product-cart-form {
        grid-template-columns: 1fr;
    }

    .pakherbal-product-information,
    .pakherbal-related-products,
    .pakherbal-product-reviews {
        margin-top: 18px;
        padding: 18px;
    }

    .pakherbal-related-products-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .pakherbal-related-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pakherbal-review-overview-card {
        grid-template-columns: 1fr;
    }

    .pakherbal-review-overview-breakdown,
    .pakherbal-review-preview {
        border-top: 1px solid #dce7d7;
        border-left: 0;
    }

    .pakherbal-review-preview {
        grid-column: auto;
    }

    .pakherbal-review-preview-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .pakherbal-product-detail-shell {
        width: min(calc(100% - 14px), 1180px);
    }

    .pakherbal-product-summary,
    .pakherbal-product-information,
    .pakherbal-related-products,
    .pakherbal-product-reviews {
        padding: 13px;
    }

    .pakherbal-product-thumbnails {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    .pakherbal-product-quick-facts {
        grid-template-columns: 1fr;
    }

    .pakherbal-product-service-points {
        grid-template-columns: 1fr;
    }

    .pakherbal-product-price strong {
        font-size: 24px;
    }

    .pakherbal-product-description-card,
    .pakherbal-product-order-summary,
    .pakherbal-product-detail .pakherbal-reviews-submission {
        padding: 14px;
    }

    .pakherbal-product-description h2 {
        font-size: 23px;
    }

    .pakherbal-product-description h3 {
        font-size: 18px;
    }

    .pakherbal-related-products-heading > a {
        width: 100%;
    }

    .pakherbal-related-product-media {
        margin: 8px 8px 0;
    }

    .pakherbal-related-product-body {
        gap: 7px;
        padding: 9px;
    }

    .pakherbal-related-product-body h3 {
        font-size: 13px;
    }

    .pakherbal-related-product-price strong {
        font-size: 13px;
    }

    .pakherbal-related-product-footer > a {
        min-height: 34px;
        font-size: 10px;
    }

    .pakherbal-review-overview-summary,
    .pakherbal-review-overview-breakdown,
    .pakherbal-review-preview {
        padding: 15px;
    }

    .pakherbal-review-preview-item > header {
        flex-direction: column;
        gap: 5px;
    }

    .pakherbal-product-detail .pakherbal-reviews-form-actions,
    .pakherbal-product-detail .pakherbal-reviews-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pakherbal-product-detail *,
    .pakherbal-product-detail *::before,
    .pakherbal-product-detail *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}
