/* Harvestime premium commerce system: products, cart, checkout and accounts. */

.harvestime-commerce-page {
    --ht-commerce-forest: #0c4437;
    --ht-commerce-deep: #07372d;
    --ht-commerce-green: #35b979;
    --ht-commerce-lime: #b7dc64;
    --ht-commerce-ink: #15372e;
    --ht-commerce-muted: #61756f;
    --ht-commerce-line: #dce7e1;
    --ht-commerce-wash: #f3f7f3;
    --ht-commerce-cream: #fbfcf8;
}

.harvestime-commerce-page #content.site-content {
    color: var(--ht-commerce-ink);
    background:
        radial-gradient(circle at 4% 6%, rgba(183, 220, 100, 0.11), transparent 25rem),
        var(--ht-commerce-cream) !important;
}

.harvestime-commerce-page:not(.archive) #primary.content-area {
    padding-top: 48px !important;
    padding-bottom: 92px !important;
}

.harvestime-commerce-page .woocommerce-message,
.harvestime-commerce-page .woocommerce-info,
.harvestime-commerce-page .woocommerce-error {
    margin: 0 0 24px !important;
    padding: 16px 20px 16px 52px !important;
    overflow: hidden;
    border: 1px solid var(--ht-commerce-line) !important;
    border-top: 0 !important;
    border-radius: 14px !important;
    color: var(--ht-commerce-ink) !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(20, 65, 53, 0.06);
    font-size: 13px !important;
}

.harvestime-commerce-page .woocommerce-message::before,
.harvestime-commerce-page .woocommerce-info::before {
    top: 16px !important;
    left: 19px !important;
    color: var(--ht-commerce-green) !important;
}

.harvestime-commerce-page button.button,
.harvestime-commerce-page a.button,
.harvestime-commerce-page input.button,
.harvestime-commerce-page .woocommerce-button,
.harvestime-commerce-page .wc-forward {
    height: auto !important;
    min-height: 46px !important;
    padding: 0 19px !important;
    border: 1px solid var(--ht-commerce-forest) !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: var(--ht-commerce-forest) !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    transition: background-color 180ms ease, transform 180ms ease;
}

.harvestime-commerce-page button.button:hover,
.harvestime-commerce-page a.button:hover,
.harvestime-commerce-page input.button:hover,
.harvestime-commerce-page .woocommerce-button:hover,
.harvestime-commerce-page .wc-forward:hover {
    border-color: var(--ht-commerce-deep) !important;
    color: #fff !important;
    background: var(--ht-commerce-deep) !important;
    transform: translateY(-1px);
}

.harvestime-commerce-page input[type="text"],
.harvestime-commerce-page input[type="email"],
.harvestime-commerce-page input[type="tel"],
.harvestime-commerce-page input[type="password"],
.harvestime-commerce-page input[type="number"],
.harvestime-commerce-page select,
.harvestime-commerce-page textarea,
.harvestime-commerce-page .select2-selection--single {
    min-height: 50px !important;
    padding: 0 15px !important;
    border: 1px solid var(--ht-commerce-line) !important;
    border-radius: 11px !important;
    color: var(--ht-commerce-ink) !important;
    background: #f9fbf9 !important;
    box-shadow: none !important;
    font-size: 13px !important;
}

.harvestime-commerce-page textarea {
    min-height: 128px !important;
    padding-top: 13px !important;
    resize: vertical;
}

.harvestime-commerce-page input:focus,
.harvestime-commerce-page select:focus,
.harvestime-commerce-page textarea:focus,
.harvestime-commerce-page .select2-selection--single:focus {
    border-color: #69a889 !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(53, 185, 121, 0.1) !important;
    outline: 0 !important;
}

.harvestime-commerce-page .select2-selection__rendered {
    padding: 0 30px 0 0 !important;
    color: var(--ht-commerce-ink) !important;
    line-height: 48px !important;
}

.harvestime-commerce-page .select2-selection__arrow {
    right: 9px !important;
    height: 48px !important;
}

.harvestime-commerce-page .form-row label {
    margin-bottom: 7px;
    color: var(--ht-commerce-ink) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* Product details. */
.single-product.harvestime-commerce-page .default_single_product {
    margin: 0 !important;
}

.single-product.harvestime-commerce-page .default_single_product > .product > .row {
    margin: 0 !important;
    padding: clamp(24px, 3vw, 44px) !important;
    overflow: hidden;
    border: 1px solid var(--ht-commerce-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(20, 65, 53, 0.08);
    align-items: center;
}

.single-product.harvestime-commerce-page .woocommerce-product-gallery {
    margin: 0 !important;
    padding: clamp(18px, 2.5vw, 32px) !important;
    overflow: hidden;
    border: 1px solid #e2ebe5;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.76), transparent),
        var(--ht-commerce-wash);
}

.single-product.harvestime-commerce-page .woocommerce-product-gallery__wrapper,
.single-product.harvestime-commerce-page .woocommerce-product-gallery__image {
    border-radius: 16px;
    background: #fff;
}

.single-product.harvestime-commerce-page .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.single-product.harvestime-commerce-page .woocommerce-product-gallery__trigger {
    top: 18px !important;
    right: 18px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: var(--ht-commerce-forest) !important;
    display: grid !important;
    place-items: center;
}

.single-product.harvestime-commerce-page .summary.entry-summary {
    margin: 0 !important;
    padding: clamp(12px, 3vw, 44px) !important;
}

.single-product.harvestime-commerce-page .summary.entry-summary::before {
    content: "Wholesale product";
    display: block;
    margin-bottom: 14px;
    color: #347864;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.single-product.harvestime-commerce-page .summary .product_title {
    max-width: 760px;
    margin: 0 0 26px !important;
    color: var(--ht-commerce-ink) !important;
    font-size: clamp(34px, 4vw, 58px) !important;
    font-weight: 600 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.08 !important;
}

.single-product.harvestime-commerce-page .summary .product_main_content:empty,
.single-product.harvestime-commerce-page .summary .product_main_content .price:empty,
.single-product.harvestime-commerce-page .product-info:has(.tab-style3:empty) {
    display: none !important;
}

.single-product.harvestime-commerce-page .summary .attr-detail {
    margin: 0 !important;
}

.single-product.harvestime-commerce-page .summary .product_meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--ht-commerce-line);
    border-radius: 15px;
    background: var(--ht-commerce-line);
}

.single-product.harvestime-commerce-page .summary .product_meta > span {
    min-width: 0;
    padding: 13px 15px;
    color: var(--ht-commerce-muted);
    background: #f9fbf9;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
}

.single-product.harvestime-commerce-page .summary .product_meta a,
.single-product.harvestime-commerce-page .summary .product_meta .sku {
    color: var(--ht-commerce-forest) !important;
    font-weight: 600;
}

.single-product.harvestime-commerce-page .harvestime-product-prompt {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid #cee2d6;
    border-radius: 18px;
    background: #edf6f0;
}

.single-product.harvestime-commerce-page .harvestime-product-prompt__eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #347864;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.single-product.harvestime-commerce-page .harvestime-product-prompt h2 {
    margin: 0 0 7px !important;
    color: var(--ht-commerce-ink) !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    letter-spacing: -0.035em !important;
    line-height: 1.3 !important;
}

.single-product.harvestime-commerce-page .harvestime-product-prompt p {
    margin: 0 !important;
    color: var(--ht-commerce-muted) !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
}

.single-product.harvestime-commerce-page .harvestime-product-prompt__actions {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.single-product.harvestime-commerce-page .harvestime-product-prompt__actions a {
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid var(--ht-commerce-forest);
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}

.single-product.harvestime-commerce-page .harvestime-product-prompt__primary {
    color: #fff !important;
    background: var(--ht-commerce-forest);
}

.single-product.harvestime-commerce-page .harvestime-product-prompt__secondary {
    color: var(--ht-commerce-forest) !important;
    background: #fff;
}

.single-product.harvestime-commerce-page .sticky_sigle_add_to_cart {
    border-top: 1px solid var(--ht-commerce-line) !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 -14px 38px rgba(20, 65, 53, 0.1) !important;
    backdrop-filter: blur(12px);
}

.single-product.harvestime-commerce-page .sticky_sigle_add_to_cart .product-title {
    color: var(--ht-commerce-ink) !important;
    font-weight: 600 !important;
}

.single-product.harvestime-commerce-page section.related.products {
    margin-top: 64px !important;
}

.single-product.harvestime-commerce-page section.related.products > h2 {
    margin: 0 0 26px !important;
    color: var(--ht-commerce-ink) !important;
    font-size: clamp(28px, 3.2vw, 44px) !important;
    font-weight: 600 !important;
    letter-spacing: -0.03em !important;
}

/* Cart and checkout surfaces. */
.woocommerce-cart.harvestime-commerce-page .site-main article,
.woocommerce-checkout.harvestime-commerce-page .site-main article {
    padding: clamp(22px, 3vw, 42px);
    border: 1px solid var(--ht-commerce-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(20, 65, 53, 0.075);
}

.woocommerce-cart.harvestime-commerce-page .cart-empty {
    min-height: 250px;
    margin: 0 !important;
    padding: 106px 24px 26px !important;
    border: 0 !important;
    color: var(--ht-commerce-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.woocommerce-cart.harvestime-commerce-page .cart-empty::before {
    content: "";
    top: 22px !important;
    left: 50% !important;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, var(--ht-commerce-lime) 0 5px, transparent 6px),
        #e9f4ed;
}

.woocommerce-cart.harvestime-commerce-page .return-to-shop {
    margin: 0 0 26px !important;
    text-align: center;
}

.woocommerce-cart.harvestime-commerce-page .woocommerce-cart-form {
    margin-bottom: 28px;
}

.woocommerce-cart.harvestime-commerce-page table.shop_table,
.woocommerce-checkout.harvestime-commerce-page table.shop_table,
.woocommerce-account.harvestime-commerce-page table.shop_table {
    width: 100%;
    margin: 0 0 28px !important;
    overflow: hidden;
    border: 1px solid var(--ht-commerce-line) !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 16px !important;
    background: #fff;
    box-shadow: none !important;
}

.harvestime-commerce-page table.shop_table th {
    padding: 14px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--ht-commerce-line) !important;
    color: #527067 !important;
    background: var(--ht-commerce-wash);
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.harvestime-commerce-page table.shop_table td {
    padding: 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #edf2ef !important;
    color: var(--ht-commerce-ink) !important;
    font-size: 12px !important;
}

.harvestime-commerce-page table.shop_table tr:last-child td {
    border-bottom: 0 !important;
}

.woocommerce-cart.harvestime-commerce-page .product-thumbnail img {
    width: 74px !important;
    height: 74px !important;
    padding: 5px;
    border-radius: 12px;
    background: var(--ht-commerce-wash);
    object-fit: contain;
}

.woocommerce-cart.harvestime-commerce-page .product-name a {
    color: var(--ht-commerce-ink) !important;
    font-weight: 600;
}

.woocommerce-cart.harvestime-commerce-page .quantity .qty {
    width: 76px !important;
    min-height: 44px !important;
    padding: 0 10px !important;
    text-align: center;
}

.woocommerce-cart.harvestime-commerce-page .coupon {
    display: flex;
    gap: 8px;
}

.woocommerce-cart.harvestime-commerce-page .coupon #coupon_code {
    width: 190px !important;
    min-height: 46px !important;
    margin: 0 !important;
}

.woocommerce-cart.harvestime-commerce-page .cart-collaterals {
    display: flex;
    justify-content: flex-end;
}

.woocommerce-cart.harvestime-commerce-page .cart_totals {
    width: min(100%, 520px) !important;
    padding: 26px;
    border: 1px solid var(--ht-commerce-line);
    border-radius: 18px;
    background: var(--ht-commerce-wash);
}

.woocommerce-cart.harvestime-commerce-page .cart_totals h2,
.woocommerce-checkout.harvestime-commerce-page h3 {
    margin: 0 0 20px !important;
    color: var(--ht-commerce-ink) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: -0.026em !important;
}

.woocommerce-cart.harvestime-commerce-page .wc-proceed-to-checkout {
    padding: 16px 0 0 !important;
}

.woocommerce-cart.harvestime-commerce-page .wc-proceed-to-checkout a {
    width: 100%;
}

.woocommerce-checkout.harvestime-commerce-page form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 28px;
}

.woocommerce-checkout.harvestime-commerce-page #customer_details,
.woocommerce-checkout.harvestime-commerce-page #order_review_heading,
.woocommerce-checkout.harvestime-commerce-page #order_review {
    width: 100%;
}

.woocommerce-checkout.harvestime-commerce-page #customer_details {
    grid-column: 1;
}

.woocommerce-checkout.harvestime-commerce-page #order_review_heading,
.woocommerce-checkout.harvestime-commerce-page #order_review {
    grid-column: 2;
}

.woocommerce-checkout.harvestime-commerce-page #order_review_heading {
    align-self: end;
    margin-bottom: -10px !important;
}

.woocommerce-checkout.harvestime-commerce-page #order_review {
    padding: 24px;
    border: 1px solid var(--ht-commerce-line);
    border-radius: 18px;
    background: var(--ht-commerce-wash);
}

.woocommerce-checkout.harvestime-commerce-page #payment {
    border-radius: 14px !important;
    background: #fff !important;
}

.woocommerce-checkout.harvestime-commerce-page #place_order {
    width: 100%;
    min-height: 52px;
}

/* Account access and logged-in dashboard. */
.woocommerce-account.harvestime-commerce-page .site-main article {
    overflow: visible;
}

.woocommerce-account.harvestime-commerce-page .harvestime-account-intro {
    margin-bottom: 24px;
    padding: 38px 42px;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 91% 12%, rgba(183, 220, 100, 0.28), transparent 9rem),
        linear-gradient(125deg, var(--ht-commerce-deep), var(--ht-commerce-forest));
    box-shadow: 0 22px 52px rgba(20, 65, 53, 0.13);
}

.woocommerce-account.harvestime-commerce-page .harvestime-account-intro span {
    color: #d7eea4;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.17em;
    line-height: 1.2;
    text-transform: uppercase;
}

.woocommerce-account.harvestime-commerce-page .harvestime-account-intro h1 {
    margin: 11px 0 10px !important;
    color: #fff !important;
    font-size: clamp(34px, 4vw, 54px) !important;
    font-weight: 600 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.05 !important;
}

.woocommerce-account.harvestime-commerce-page .harvestime-account-intro p {
    max-width: 700px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.73) !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}

.woocommerce-account.harvestime-commerce-page #customer_login {
    margin: 0 !important;
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 24px;
}

.woocommerce-account.harvestime-commerce-page #customer_login::before,
.woocommerce-account.harvestime-commerce-page #customer_login::after {
    display: none !important;
}

.woocommerce-account.harvestime-commerce-page #customer_login > .u-column1,
.woocommerce-account.harvestime-commerce-page #customer_login > .u-column2 {
    width: auto !important;
    margin: 0 !important;
    padding: clamp(24px, 3vw, 38px) !important;
    border: 1px solid var(--ht-commerce-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(20, 65, 53, 0.065);
}

.woocommerce-account.harvestime-commerce-page #customer_login > .u-column1 {
    align-self: start;
    border-top: 4px solid var(--ht-commerce-forest);
}

.woocommerce-account.harvestime-commerce-page #customer_login > .u-column2 {
    border-top: 4px solid var(--ht-commerce-green);
}

.woocommerce-account.harvestime-commerce-page #customer_login h2 {
    margin: 0 0 22px !important;
    color: var(--ht-commerce-ink) !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    letter-spacing: -0.028em !important;
}

.woocommerce-account.harvestime-commerce-page #customer_login form {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.woocommerce-account.harvestime-commerce-page #customer_login .form-row {
    margin: 0 0 16px !important;
    padding: 0 !important;
}

.woocommerce-account.harvestime-commerce-page #customer_login button[type="submit"] {
    min-width: 130px;
}

.woocommerce-account.harvestime-commerce-page #customer_login .woocommerce-privacy-policy-text,
.woocommerce-account.harvestime-commerce-page #customer_login p {
    color: var(--ht-commerce-muted);
    font-size: 12px;
    line-height: 1.7;
}

.woocommerce-account.harvestime-commerce-page #customer_login .woocommerce-LostPassword a,
.woocommerce-account.harvestime-commerce-page #customer_login .woocommerce-privacy-policy-link {
    color: #167858 !important;
    font-weight: 600;
}

.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation {
    width: 260px !important;
    padding: 10px !important;
    border: 1px solid var(--ht-commerce-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(20, 65, 53, 0.065);
    position: sticky;
    top: 112px;
}

.woocommerce-account.harvestime-commerce-page.admin-bar .woocommerce-MyAccount-navigation {
    top: 144px;
}

.woocommerce-account.harvestime-commerce-page .ht-account-sidebar-heading {
    margin: 2px 2px 10px;
    padding: 14px 13px 16px;
    border-bottom: 1px solid var(--ht-commerce-line);
}

.woocommerce-account.harvestime-commerce-page .ht-account-sidebar-heading span,
.woocommerce-account.harvestime-commerce-page .ht-account-sidebar-heading strong {
    display: block;
}

.woocommerce-account.harvestime-commerce-page .ht-account-sidebar-heading span {
    margin-bottom: 4px;
    color: #47816f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.woocommerce-account.harvestime-commerce-page .ht-account-sidebar-heading strong {
    color: var(--ht-commerce-ink);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.35;
}

.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation li {
    margin: 3px 0 !important;
}

.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation a {
    min-height: 44px;
    padding: 10px 13px !important;
    border-radius: 10px;
    color: var(--ht-commerce-ink) !important;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    gap: 10px;
    text-decoration: none !important;
}

.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation a .dashicons {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #4f7167;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation li.is-active a .dashicons,
.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation a:hover .dashicons {
    color: #fff;
}

.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 10px !important;
    padding-top: 10px;
    border-top: 1px solid var(--ht-commerce-line);
}

.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation a:hover {
    color: #fff !important;
    background: var(--ht-commerce-forest) !important;
}

.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-content {
    width: calc(100% - 292px) !important;
    padding: clamp(24px, 3vw, 38px) !important;
    border: 1px solid var(--ht-commerce-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(20, 65, 53, 0.065);
}

body.woocommerce-account.harvestime-commerce-page .account-dashboard-container {
    margin-top: 0 !important;
    color: var(--ht-commerce-ink) !important;
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif !important;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-welcome-box,
body.woocommerce-account.harvestime-commerce-page .dashboard-section {
    margin-bottom: 20px !important;
    padding: clamp(22px, 3vw, 34px) !important;
    border: 1px solid var(--ht-commerce-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 16px 42px rgba(20, 65, 53, 0.06) !important;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-welcome-box {
    color: #fff !important;
    background: linear-gradient(125deg, var(--ht-commerce-deep), var(--ht-commerce-forest)) !important;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #bfe59b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-welcome-box h1 {
    margin: 0 0 9px !important;
    color: #fff !important;
    font-size: clamp(25px, 3vw, 38px) !important;
    font-weight: 600 !important;
    letter-spacing: -0.028em !important;
    line-height: 1.15 !important;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-welcome-box p {
    max-width: 670px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 12px !important;
    line-height: 1.75 !important;
}

body.woocommerce-account.harvestime-commerce-page .order-history-link,
body.woocommerce-account.harvestime-commerce-page .button.action-button {
    min-height: 42px;
    padding: 0 14px !important;
    border: 1px solid var(--ht-commerce-forest) !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: var(--ht-commerce-forest) !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

body.woocommerce-account.harvestime-commerce-page .order-section-header {
    margin-bottom: 19px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

body.woocommerce-account.harvestime-commerce-page .order-section-header .dashboard-eyebrow {
    margin-bottom: 5px;
    color: #47816f;
}

body.woocommerce-account.harvestime-commerce-page .order-section-header h2 {
    margin: 0 !important;
    color: var(--ht-commerce-ink) !important;
    font-size: clamp(20px, 2.4vw, 28px) !important;
    font-weight: 600 !important;
    letter-spacing: -0.026em !important;
    line-height: 1.2 !important;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-table-wrap {
    max-width: 100%;
    overflow-x: auto;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-table {
    overflow: hidden;
    border: 1px solid var(--ht-commerce-line) !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 14px;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-table th {
    color: var(--ht-commerce-muted) !important;
    background: var(--ht-commerce-wash) !important;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-table td {
    padding: 13px 12px !important;
    border-bottom: 1px solid var(--ht-commerce-line) !important;
    color: var(--ht-commerce-ink);
    font-size: 11px;
    vertical-align: middle;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-table td > a:not(.button) {
    color: var(--ht-commerce-forest) !important;
    font-weight: 700;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-order-status {
    display: inline-flex;
    min-height: 27px;
    padding: 4px 9px;
    border-radius: 999px;
    align-items: center;
    color: #275f4d;
    background: #eaf4ed;
    font-size: 10px;
    font-weight: 700;
}

body.woocommerce-account.harvestime-commerce-page .action-cell {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.woocommerce-account.harvestime-commerce-page .action-cell .button.action-button {
    min-height: 34px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    font-size: 10px !important;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-empty-orders {
    min-height: 118px;
    padding: 22px;
    border: 1px dashed #cbded3;
    border-radius: 14px;
    background: var(--ht-commerce-wash);
    display: flex;
    align-items: center;
    gap: 15px;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-empty-orders > .dashicons {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    background: var(--ht-commerce-forest);
    display: grid;
    place-items: center;
    font-size: 19px;
    line-height: 42px;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-empty-orders strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ht-commerce-ink);
    font-size: 13px;
    font-weight: 600;
}

body.woocommerce-account.harvestime-commerce-page .dashboard-empty-orders p {
    margin: 0 !important;
    color: var(--ht-commerce-muted) !important;
    font-size: 11px !important;
}

@media (max-width: 991px) {
    .woocommerce-checkout.harvestime-commerce-page form.checkout {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout.harvestime-commerce-page #customer_details,
    .woocommerce-checkout.harvestime-commerce-page #order_review_heading,
    .woocommerce-checkout.harvestime-commerce-page #order_review {
        grid-column: 1;
    }

    .woocommerce-account.harvestime-commerce-page #customer_login {
        grid-template-columns: 1fr;
    }

    .woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation,
    .woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-content {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation {
        margin-bottom: 18px;
        overflow-x: auto;
        position: static;
    }

    .woocommerce-account.harvestime-commerce-page .ht-account-sidebar-heading {
        display: none;
    }

    .woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation ul {
        min-width: max-content;
        display: flex;
        gap: 4px;
    }

    .woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
        margin-top: 3px !important;
        padding-top: 0;
        border-top: 0;
    }
}

@media (max-width: 767px) {
    .harvestime-commerce-page:not(.archive) #primary.content-area {
        padding-top: 24px !important;
        padding-bottom: 64px !important;
    }

    .single-product.harvestime-commerce-page .default_single_product > .product > .row {
        padding: 14px !important;
        border-radius: 20px;
    }

    .single-product.harvestime-commerce-page .woocommerce-product-gallery {
        padding: 12px !important;
        border-radius: 16px;
    }

    .single-product.harvestime-commerce-page .summary.entry-summary {
        padding: 26px 8px 12px !important;
    }

    .single-product.harvestime-commerce-page .summary .product_title {
        margin-bottom: 20px !important;
        font-size: clamp(31px, 10vw, 42px) !important;
    }

    .single-product.harvestime-commerce-page .summary .product_meta {
        grid-template-columns: 1fr;
    }

    .single-product.harvestime-commerce-page .harvestime-product-prompt {
        padding: 18px;
    }

    .single-product.harvestime-commerce-page .harvestime-product-prompt__actions a {
        flex: 1 1 100%;
    }

    .single-product.harvestime-commerce-page section.related.products {
        margin-top: 42px !important;
    }

    .woocommerce-cart.harvestime-commerce-page .site-main article,
    .woocommerce-checkout.harvestime-commerce-page .site-main article {
        padding: 18px;
        border-radius: 18px;
    }

    .woocommerce-cart.harvestime-commerce-page table.shop_table_responsive tr,
    .woocommerce-account.harvestime-commerce-page table.shop_table_responsive tr {
        margin-bottom: 14px;
        padding: 10px;
        border: 1px solid var(--ht-commerce-line);
        border-radius: 13px;
        background: #fff;
    }

    .woocommerce-cart.harvestime-commerce-page table.shop_table_responsive td,
    .woocommerce-account.harvestime-commerce-page table.shop_table_responsive td {
        padding: 10px 8px !important;
    }

    .woocommerce-cart.harvestime-commerce-page .coupon {
        width: 100%;
        flex-direction: column;
    }

    .woocommerce-cart.harvestime-commerce-page .coupon #coupon_code,
    .woocommerce-cart.harvestime-commerce-page .coupon .button,
    .woocommerce-cart.harvestime-commerce-page .actions > .button {
        width: 100% !important;
    }

    .woocommerce-account.harvestime-commerce-page .harvestime-account-intro {
        padding: 30px 25px;
        border-radius: 20px;
    }

    .woocommerce-account.harvestime-commerce-page #customer_login > .u-column1,
    .woocommerce-account.harvestime-commerce-page #customer_login > .u-column2,
    .woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-content {
        padding: 22px !important;
        border-radius: 16px;
    }

    body.woocommerce-account.harvestime-commerce-page .order-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    body.woocommerce-account.harvestime-commerce-page .order-history-link {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .harvestime-commerce-page button.button,
    .harvestime-commerce-page a.button,
    .harvestime-commerce-page input.button,
    .harvestime-commerce-page .woocommerce-button,
    .harvestime-commerce-page .wc-forward {
        transition: none !important;
    }
}

/* v2.0.1 — the Nest parent theme paints icon-font glyphs onto every account
   menu link via a::before (theme-extra.css), doubling the icons rendered by
   the navigation template. One icon per row. */
.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation li a::before,
.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation li a::after,
.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation li::before,
.woocommerce-account.harvestime-commerce-page .woocommerce-MyAccount-navigation li::after {
    content: none !important;
    display: none !important;
}
