.page-id-11 .hc-commerce-page-heading {
    display: none;
}

.is-stuck {
    box-shadow: 0px 0px 0px 0px #00000040 !important;
}

#blog_sec .lqd-lp-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    border-radius: 0;
}

#blog_sec .lqd-lp-column {
    min-width: 432px;
}

#blog_sec .lqd-lp-style-16 .lqd-lp-img figure {
    height: 300px;
    overflow: hidden;
}

#blog_sec .lqd-lp-style-16 .lqd-lp-img figure img {
    object-fit: cover;
    height: 100%;
}

.container {
    width: 100%;
    padding: 0px;
}

/* ==========================================================================
   HILSON CREEK MY ACCOUNT PAGE STYLES (MATCHING HOME PAGE AESTHETICS)
   ========================================================================== */

/* Account Hero Section */
.hc-account-hero {
    background: var(--herbero-bg, #fbf8f2);
    border-bottom: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.14));
    padding: 56px 24px 48px;
    text-align: center;
}

.hc-account-hero-shell {
    max-width: 760px;
    margin: 0 auto;
}

.hc-account-kicker {
    display: block;
    font-size: 11px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--herbero-muted, #988673);
    margin-bottom: 12px;
    font-weight: 500;
}

.hc-account-title {
    font-family: var(--herbero-serif, "Cormorant Garamond", serif);
    font-size: 42px;
    font-weight: 400;
    color: var(--herbero-text-strong, #43342a);
    margin: 0 0 12px;
    line-height: 1.15;
}

.hc-account-subtitle {
    font-family: var(--herbero-sans, "DM Sans", sans-serif);
    font-size: 15px;
    color: var(--herbero-text, #766758);
    margin: 0;
    line-height: 1.6;
}

/* Container */
.hc-account-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 0px;
}

/* Logged Out: Login & Register Forms */
.hc-account-page .u-columns.col2-set {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .hc-account-page .u-columns.col2-set {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* Single column if registration is disabled */
.hc-account-page .u-column1:only-child,
.hc-account-page #customer_login:not(.col2-set) {
    max-width: 480px;
    margin: 0 auto;
}

.hc-account-page .u-column1,
.hc-account-page .u-column2 {
    background: var(--herbero-surface, #f8f4ee);
    border: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.16));
    border-radius: 6px;
    padding: 36px 32px;
    box-shadow: 0 4px 20px rgba(47, 36, 29, 0.04);
}

.hc-account-page .u-column1 h2,
.hc-account-page .u-column2 h2 {
    font-family: var(--herbero-serif, "Cormorant Garamond", serif);
    font-size: 28px;
    font-weight: 500;
    color: var(--herbero-text-strong, #43342a);
    margin: 0 0 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.14));
}

/* Form controls */
.hc-account-page form.woocommerce-form {
    margin: 0;
}

.hc-account-page .form-row {
    margin-bottom: 20px;
    padding: 0;
}

.hc-account-page .form-row label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--herbero-text-strong, #43342a);
    margin-bottom: 8px;
    font-weight: 500;
}

.hc-account-page .form-row label .required {
    color: #a84232;
    text-decoration: none;
}

.hc-account-page .input-text,
.hc-account-page input[type="text"],
.hc-account-page input[type="email"],
.hc-account-page input[type="password"],
.hc-account-page input[type="tel"],
.hc-account-page select,
.hc-account-page textarea {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.22));
    border-radius: 4px;
    color: var(--herbero-text-strong, #43342a);
    font-family: var(--herbero-sans, "DM Sans", sans-serif);
    font-size: 14px;
    outline: none;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.hc-account-page textarea {
    height: auto;
    padding: 12px 16px;
}

.hc-account-page .input-text:focus,
.hc-account-page input[type="text"]:focus,
.hc-account-page input[type="email"]:focus,
.hc-account-page input[type="password"]:focus,
.hc-account-page select:focus,
.hc-account-page textarea:focus {
    border-color: var(--herbero-text-strong, #43342a);
    box-shadow: 0 0 0 3px rgba(67, 52, 42, 0.08);
}

.hc-account-page .woocommerce-form__label-for-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    text-transform: none;
    letter-spacing: normal;
    color: var(--herbero-text, #766758);
    cursor: pointer;
}

.hc-account-page .woocommerce-form__input-checkbox {
    width: 16px;
    height: 16px;
    accent-color: var(--herbero-text-strong, #43342a);
}

/* Submit Buttons */
.hc-account-page button.button,
.hc-account-page input.button,
.hc-account-page a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 28px;
    background: var(--herbero-text-strong, #43342a);
    color: #ffffff !important;
    font-family: var(--herbero-sans, "DM Sans", sans-serif);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all 250ms ease;
}

.hc-account-page button.button:hover,
.hc-account-page input.button:hover,
.hc-account-page a.button:hover {
    background: var(--herbero-accent-soft, #83633f);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(47, 36, 29, 0.2);
}

.hc-account-page .lost_password {
    margin-top: 14px;
    font-size: 13px;
}

.hc-account-page .lost_password a {
    color: var(--herbero-text, #766758);
    text-decoration: underline;
    transition: color 200ms ease;
}

.hc-account-page .lost_password a:hover {
    color: var(--herbero-text-strong, #43342a);
}

/* Logged-In State: My Account Grid */
.hc-account-page .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-bottom: 32px;
}

.hc-account-page .woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 860px) {
    .hc-account-page .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.hc-account-page .woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    background: var(--herbero-surface, #f8f4ee);
    border: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.16));
    border-radius: 6px;
    overflow: hidden;
}

.hc-account-page .woocommerce-MyAccount-navigation li {
    margin: 0;
    border-bottom: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.1));
}

.hc-account-page .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.hc-account-page .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 14px 20px;
    font-family: var(--herbero-sans, "DM Sans", sans-serif);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--herbero-text, #766758);
    text-decoration: none;
    font-weight: 500;
    transition: all 200ms ease;
}

.hc-account-page .woocommerce-MyAccount-navigation li:hover a {
    background: #efe9df;
    color: var(--herbero-text-strong, #43342a);
    padding-left: 24px;
}

.hc-account-page .woocommerce-MyAccount-navigation li.is-active a {
    background: var(--herbero-text-strong, #43342a);
    color: #ffffff;
    border-left: 4px solid var(--herbero-accent, #c39a67);
}

/* My Account Main Content */
.hc-account-page .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    background: var(--herbero-surface, #f8f4ee);
    border: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.16));
    border-radius: 6px;
    padding: 36px 36px 40px;
    box-shadow: 0 4px 20px rgba(47, 36, 29, 0.04);
}

.hc-account-page .woocommerce-MyAccount-content p {
    font-size: 15px;
    color: var(--herbero-text, #766758);
    line-height: 1.7;
    margin-bottom: 20px;
}

.hc-account-page .woocommerce-MyAccount-content a {
    color: var(--herbero-text-strong, #43342a);
    text-decoration: underline;
    font-weight: 500;
}

/* Account Dashboard Notice Banners */
.hc-account-page .woocommerce-message,
.hc-account-page .woocommerce-info,
.hc-account-page .woocommerce-error {
    background: #fdfaf6;
    border: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.2));
    border-left: 4px solid var(--herbero-text-strong, #43342a);
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 28px;
    font-size: 14px;
    color: var(--herbero-text-strong, #43342a);
}

.hc-account-page .woocommerce-error {
    border-left-color: #a84232;
}

/* Orders & Account Tables */
.hc-account-page table.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.14));
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
}

.hc-account-page table.shop_table th {
    background: #eee8de;
    color: var(--herbero-text-strong, #43342a);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 14px 16px;
    border-bottom: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.16));
    text-align: left;
}

.hc-account-page table.shop_table td {
    padding: 16px;
    font-size: 14px;
    color: var(--herbero-text, #766758);
    border-bottom: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.1));
}

.hc-account-page table.shop_table tr:last-child td {
    border-bottom: none;
}

.hc-account-page table.shop_table .button {
    padding: 6px 14px;
    height: auto;
    font-size: 11px;
}

/* Addresses Section */
.hc-account-page .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 16px;
}

@media (max-width: 640px) {
    .hc-account-page .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

.hc-account-page .woocommerce-Address {
    background: #ffffff;
    border: 1px solid var(--herbero-border, rgba(84, 65, 43, 0.16));
    border-radius: 6px;
    padding: 24px;
}

.hc-account-page .woocommerce-Address header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hc-account-page .woocommerce-Address h3 {
    font-family: var(--herbero-serif, "Cormorant Garamond", serif);
    font-size: 22px;
    margin: 0;
    color: var(--herbero-text-strong, #43342a);
}

.hc-account-page .woocommerce-Address address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    color: var(--herbero-text, #766758);
}

/* ==========================================================================
   HERBERO PRODUCT CATEGORY / COLLECTIONS PAGES - MYRIAD PRO FONT
   ========================================================================== */
body.tax-product_cat.parent-cat-herbero,
body.tax-product_cat.term-herbero,
.herbero-collection-page {
    --herbero-sans: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
    --herbero-serif: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Myriad Pro", sans-serif !important;
}

body.tax-product_cat.parent-cat-herbero h1,
body.tax-product_cat.parent-cat-herbero h2,
body.tax-product_cat.parent-cat-herbero h3,
body.tax-product_cat.parent-cat-herbero h4,
body.tax-product_cat.parent-cat-herbero h5,
body.tax-product_cat.parent-cat-herbero h6,
body.tax-product_cat.parent-cat-herbero p,
body.tax-product_cat.parent-cat-herbero span:not([class*="icon"]):not([class*="fa-"]):not([class*="lqd-icn"]),
body.tax-product_cat.parent-cat-herbero li,
body.tax-product_cat.parent-cat-herbero button,
body.tax-product_cat.parent-cat-herbero input,
body.tax-product_cat.parent-cat-herbero label,
body.tax-product_cat.term-herbero h1,
body.tax-product_cat.term-herbero h2,
body.tax-product_cat.term-herbero h3,
body.tax-product_cat.term-herbero h4,
body.tax-product_cat.term-herbero h5,
body.tax-product_cat.term-herbero h6,
body.tax-product_cat.term-herbero p,
body.tax-product_cat.term-herbero a,
body.tax-product_cat.term-herbero span:not([class*="icon"]):not([class*="fa-"]):not([class*="lqd-icn"]),
body.tax-product_cat.term-herbero li,
body.tax-product_cat.term-herbero button,
body.tax-product_cat.term-herbero input,
body.tax-product_cat.term-herbero label,
.herbero-collection-page h1,
.herbero-collection-page h2,
.herbero-collection-page h3,
.herbero-collection-page h4,
.herbero-collection-page h5,
.herbero-collection-page h6,
.herbero-collection-page p,
.herbero-collection-page a,
.herbero-collection-page span:not([class*="icon"]):not([class*="fa-"]):not([class*="lqd-icn"]),
.herbero-collection-page li,
.herbero-collection-page button,
.herbero-collection-page input,
.herbero-collection-page label,
.herbero-collection-hero h1,
.herbero-collection-card h3,
.herbero-collection-price,
.herbero-collection-kicker,
.herbero-collection-breadcrumbs,
.herbero-collection-tab,
.herbero-collection-meta {
    font-family: "Myriad Pro", sans-serif !important;
}

/* Remove right side drawer shadow when closed */
.maqure-search-drawer:not(.is-open) {
    box-shadow: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}