/* HEROCOS Studio: native WooCommerce pages. Loaded after the parent and site styles. */
body.hc-studio:not(.home) .site-main {
  --cwt-ink: #211c2b;
  --cwt-navy: #211c2b;
  --cwt-navy-2: #342841;
  --cwt-gold: #6e46a4;
  --cwt-gold-2: #5b368d;
  --cwt-muted: #6f6879;
  --cwt-copy: #554e60;
  --cwt-line: #e7e2ec;
  --cwt-soft: #f3eff7;
  --cwt-canvas: #fbfaf7;
  --cwt-shadow-soft: none;
  color: #211c2b;
  background: #fbfaf7;
}
body.hc-studio:not(.home) .site-main :is(button, input, select, textarea) { font-family: inherit; }
body.hc-studio:not(.home) .site-main :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #6e46a4;
  outline-offset: 3px;
}
body.hc-studio:not(.home) .site-main :is(input[type="checkbox"], input[type="radio"]) { accent-color: #6e46a4; }
body.hc-studio:not(.home) .site-main :is(.button, .wp-block-button__link, .wc-block-components-button:not(.is-link)) {
  min-height: 46px;
  border: 1px solid #6e46a4;
  border-radius: 4px;
  background: #6e46a4;
  color: #fff;
  font-weight: 650;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
}
body.hc-studio:not(.home) .site-main :is(.button, .wp-block-button__link, .wc-block-components-button:not(.is-link)):hover {
  background: #5b368d;
  border-color: #5b368d;
  color: #fff;
  transform: none;
}
body.hc-studio:not(.home) .site-main :is(button:disabled, .button.disabled) { opacity: .5; cursor: not-allowed; }

/* Collection discovery: calm headings, useful filters, and unboxed photographs. */
body.hc-studio:not(.home) .shop-layout-one { padding: 32px 0 80px; }
body.hc-studio:not(.home) .shop-hero {
  min-height: 0;
  margin: 0 0 28px;
  padding: 16px 0 28px;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid #e7e2ec;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #211c2b;
}
body.hc-studio:not(.home) .shop-hero > span {
  min-height: 0;
  padding: 0;
  border: 0;
  color: #6e46a4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
body.hc-studio:not(.home) :is(.shop-hero h1, .woocommerce-products-header__title.page-title) {
  margin: 12px 0;
  color: #211c2b;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.hc-studio:not(.home) .shop-hero p { display: block; max-width: 700px; color: #6f6879; font-size: 16px; line-height: 1.65; }
body.hc-studio:not(.home) .woocommerce-breadcrumb,
body.hc-studio:not(.home) .shop-hero-breadcrumb .woocommerce-breadcrumb { margin: 0 0 24px; color: #6f6879; font-size: 12px; line-height: 1.7; }
body.hc-studio:not(.home) .woocommerce-breadcrumb a,
body.hc-studio:not(.home) .shop-hero-breadcrumb .woocommerce-breadcrumb a { color: #554e60; text-underline-offset: 3px; }
body.hc-studio:not(.home) .woocommerce-breadcrumb a:hover { color: #6e46a4; text-decoration: underline; }
body.hc-studio:not(.home) .shop-category-strip { gap: 8px; margin: 0 0 20px; padding: 0 0 8px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body.hc-studio:not(.home) .shop-category-strip a { min-height: 42px; padding: 8px 15px; border: 1px solid #e7e2ec; border-radius: 3px; background: #fff; color: #554e60; font-size: 13px; font-weight: 600; }
body.hc-studio:not(.home) .shop-category-strip a:is(:hover, .is-active) { transform: none; border-color: #211c2b; background: #211c2b; color: #fff; }
body.hc-studio:not(.home) .shop-category-strip small { background: #eee9f3; color: #554e60; font-size: 11px; font-weight: 500; }
body.hc-studio:not(.home) .shop-style-strip { padding: 14px 0; border-width: 1px 0; border-radius: 0; background: transparent; }
body.hc-studio:not(.home) .shop-style-strip a { padding: 8px 12px; border-radius: 3px; font-size: 13px; font-weight: 500; }
body.hc-studio:not(.home) .shop-style-strip a:is(:hover, .is-active) { background: #eee7f6; color: #5b368d; }
body.hc-studio:not(.home) .catalog-filter-shell { margin: 0 0 24px; border-color: #e7e2ec; border-radius: 4px; background: #fff; box-shadow: none; }
body.hc-studio:not(.home) .catalog-filter-toolbar { padding: 14px 16px; border-color: #e7e2ec; background: #fff; }
body.hc-studio:not(.home) .catalog-filter-toggle { min-height: 44px; padding: 10px 15px; border: 1px solid #e7e2ec; border-radius: 3px; background: #fff; color: #211c2b; font-size: 14px; font-weight: 600; box-shadow: none; }
body.hc-studio:not(.home) .catalog-filter-toggle small { background: #6e46a4; color: #fff; }
body.hc-studio:not(.home) .catalog-filter-toolbar p { color: #6f6879; font-size: 13px; font-weight: 400; }
body.hc-studio:not(.home) .catalog-filter-toolbar p strong { color: #554e60; font-weight: 600; }
body.hc-studio:not(.home) .catalog-filter-panel { gap: 24px; padding: 24px 18px; border-color: #e7e2ec; background: #fff; box-shadow: none; }
body.hc-studio:not(.home) :is(.catalog-filter-search > label, .catalog-filter-group legend) { margin-bottom: 12px; color: #211c2b; font-size: 13px; font-weight: 650; text-transform: none; letter-spacing: 0; }
body.hc-studio:not(.home) .catalog-filter-search > div { min-height: 46px; border-color: #e7e2ec; border-radius: 3px; background: #fbfaf7; }
body.hc-studio:not(.home) .catalog-filter-search input { min-width: 0; min-height: 44px; color: #211c2b; font-size: 16px; }
body.hc-studio:not(.home) .catalog-filter-group label { min-height: 34px; color: #554e60; font-size: 14px; font-weight: 400; }
body.hc-studio:not(.home) .catalog-filter-group label > small { background: #f3eff7; color: #6f6879; font-size: 11px; }
body.hc-studio:not(.home) .catalog-filter-price input { min-height: 44px; padding: 8px 10px; border: 1px solid #e7e2ec; border-radius: 3px; color: #211c2b; font-size: 16px; }
body.hc-studio:not(.home) .catalog-filter-actions { border-color: #e7e2ec; }
body.hc-studio:not(.home) .catalog-active-filters a { padding: 8px 12px; border: 1px solid #ded1ed; border-radius: 3px; background: #f3edf9; color: #5b368d; font-size: 13px; }
body.hc-studio:not(.home) .shop-sidebar { padding: 22px; border-color: #e7e2ec; border-radius: 4px; box-shadow: none; }
body.hc-studio:not(.home) .shop-sidebar :is(h2, h3, .widget-title) { font-size: 15px; font-weight: 650; }
body.hc-studio:not(.home) .shop-layout-one .woocommerce-result-count { padding: 0; border: 0; background: transparent; color: #6f6879; font-size: 13px; font-weight: 400; box-shadow: none; }
body.hc-studio:not(.home) .shop-layout-one .woocommerce-ordering select { min-height: 44px; border-color: #e7e2ec; border-radius: 3px; color: #554e60; font-size: 16px; font-weight: 400; box-shadow: none; }

body.hc-studio:not(.home) .site-main ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 22px; }
body.hc-studio:not(.home) .site-main ul.products::before,
body.hc-studio:not(.home) .site-main ul.products::after { content: none; display: none; }
body.hc-studio:not(.home) .site-main ul.products li.product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.hc-studio:not(.home) .site-main ul.products li.product:hover { transform: none; background: transparent; box-shadow: none; }
body.hc-studio:not(.home) .site-main ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex-direction: column; flex: 1 1 auto; }
body.hc-studio:not(.home) .site-main ul.products li.product a img { width: 100%; height: auto; aspect-ratio: 4 / 5; margin: 0 0 4px; padding: 10px; border: 1px solid #eeeaf1; border-radius: 3px; object-fit: contain; background: #fff; }
body.hc-studio:not(.home) .site-main ul.products li.product:hover a img { transform: none; filter: none; border-color: #cbbadb; }
body.hc-studio:not(.home) .site-main ul.products li.product .product-card-eyebrow { padding: 14px 0 0; color: #6e46a4; font-size: 10px; font-weight: 650; letter-spacing: .08em; }
body.hc-studio:not(.home) .site-main ul.products li.product .woocommerce-loop-product__title { min-height: 66px; margin: 0; padding: 7px 0 0; color: #211c2b; font-size: 15px; font-weight: 500; line-height: 1.45; letter-spacing: -.01em; }
body.hc-studio:not(.home) .site-main ul.products li.product .price { min-height: 38px; margin: 0; padding: 10px 0 7px; color: #211c2b; font-size: 17px; font-weight: 650; }
body.hc-studio:not(.home) .site-main ul.products li.product .price del { color: #6f6879; font-size: 14px; font-weight: 400; }
body.hc-studio:not(.home) .site-main ul.products li.product .price ins { color: #5b368d; text-decoration: none; }
body.hc-studio:not(.home) .site-main ul.products li.product .product-card-status { padding: 0 0 12px; color: #6f6879; font-size: 11px; font-weight: 400; }
/* Width/padding override explicit !important declarations in the inherited theme. */
body.hc-studio:not(.home) .site-main ul.products li.product .button { width: 100% !important; height: auto; min-height: 44px; margin: auto 0 0; padding: 10px 12px !important; border: 1px solid #d6c6e5; border-radius: 3px; background: transparent; color: #5b368d; font-size: 13px; font-weight: 600; box-shadow: none; }
body.hc-studio:not(.home) .site-main ul.products li.product .button:hover { background: #6e46a4; border-color: #6e46a4; color: #fff; }
body.hc-studio:not(.home) .site-main ul.products li.product .button::before { content: none; }
body.hc-studio:not(.home) .site-main ul.products li.product .added_to_cart { position: static; width: auto; margin: 9px 0 0; padding: 5px 0; border: 0; background: transparent; color: #5b368d; text-align: center; text-decoration: underline; text-underline-offset: 3px; }
body.hc-studio:not(.home) .site-main span.onsale { min-width: 0; min-height: 0; margin: 12px; padding: 7px 11px; border-radius: 2px; background: #eee7f6; color: #5b368d; font-size: 11px; font-weight: 650; line-height: 1.4; }
body.hc-studio:not(.home) .woocommerce-pagination ul { gap: 6px; padding: 16px 0 0; background: transparent; box-shadow: none; }
body.hc-studio:not(.home) .woocommerce-pagination ul li :is(a, span) { min-width: 44px; min-height: 44px; border: 1px solid #e7e2ec; border-radius: 3px; background: #fff; color: #554e60; font-weight: 500; }
body.hc-studio:not(.home) .woocommerce-pagination ul li a:hover,
body.hc-studio:not(.home) .woocommerce-pagination ul li span.current { border-color: #211c2b; background: #211c2b; color: #fff; }

/* Native gallery and purchase controls stay intact; only presentation changes. */
body.hc-studio.single-product .site-main > .cwt-container { padding-top: 28px; }
body.hc-studio.single-product .site-main > .cwt-container > div.product { grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 44px; padding: 4px 0 76px; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.images { top: calc(var(--cwt-header-offset, 120px) + 20px); padding: 14px; border: 1px solid #e7e2ec; border-radius: 3px; background: #fff; box-shadow: none; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.images .woocommerce-product-gallery__image img { height: auto; max-height: 650px; min-height: 0; aspect-ratio: 1; background: #fff; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.images .flex-control-thumbs { gap: 8px; margin-top: 14px; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.images .flex-control-thumbs img { height: auto; aspect-ratio: 1; border-radius: 2px; object-fit: contain; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.images .flex-control-thumbs img.flex-active { border-color: #6e46a4; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary { position: static; padding: 8px 0 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary .product_title { margin: 0 0 22px; padding: 0; background: transparent; color: #211c2b; font-size: clamp(25px, 2.5vw, 36px); font-weight: 500; line-height: 1.2; letter-spacing: -.03em; box-shadow: none; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary .price { color: #211c2b; font-size: 27px; font-weight: 550; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary .price ins { color: #5b368d; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary .woocommerce-product-details__short-description { margin: 22px 0; color: #6f6879; font-size: 16px; line-height: 1.75; }
body.hc-studio.single-product .site-main .summary p.stock { color: #497458; font-size: 13px; }
body.hc-studio.single-product .site-main .summary p.out-of-stock { color: #9c3d4d; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary form.cart { gap: 12px; margin: 26px 0; padding: 24px 0; border-block: 1px solid #e7e2ec; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary form.cart .quantity input.qty { min-height: 50px; border-color: #d7d0df; border-radius: 3px; font-size: 16px; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary form.cart .button { min-height: 50px; border: 1px solid #6e46a4; border-radius: 3px; background: #6e46a4; color: #fff; font-size: 15px; font-weight: 650; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary form.cart .button:hover { background: #5b368d; border-color: #5b368d; color: #fff; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary form.cart table.variations label { color: #554e60; font-size: 14px; font-weight: 600; text-transform: none; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary form.cart table.variations select { min-height: 48px; border-color: #d7d0df; border-radius: 3px; color: #211c2b; font-size: 16px; font-weight: 400; }
body.hc-studio.single-product .site-main .product-purchase-notes { gap: 12px; margin-top: 20px; }
body.hc-studio.single-product .site-main .product-purchase-notes > span { padding: 14px; border: 1px solid #e7e2ec; border-radius: 3px; background: transparent; }
body.hc-studio.single-product .site-main .product-purchase-notes strong { color: #554e60; font-size: 13px; font-weight: 600; }
body.hc-studio.single-product .site-main .product-purchase-notes small { color: #6f6879; font-size: 12px; }
body.hc-studio.single-product .site-main .product-note-icon { color: #6e46a4; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs { margin-top: 12px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs ul.tabs { padding: 0 !important; border-bottom: 1px solid #e7e2ec; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs ul.tabs li { margin: 0 24px 0 0; border-radius: 0 !important; background: transparent !important; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs ul.tabs li a { padding: 16px 0 !important; color: #6f6879; font-size: 15px; font-weight: 500; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs ul.tabs li.active { background: transparent !important; box-shadow: inset 0 -2px #6e46a4; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs ul.tabs li.active a { color: #5b368d !important; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs .panel { padding: 28px 0; border: 0; border-radius: 0; background: transparent; color: #554e60; font-size: 16px; line-height: 1.75; box-shadow: none; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .related { margin-top: 24px; padding-top: 32px; border-top: 1px solid #e7e2ec; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .related > h2 { margin: 0 0 24px; color: #211c2b; font-size: 30px; font-weight: 500; letter-spacing: -.025em; }
body.hc-studio.single-product .site-main > .cwt-container > div.product > .related ul.products li.product .woocommerce-loop-product__title { min-height: 66px; }
body.hc-studio:not(.home) .mobile-sticky-cart { border-color: #e7e2ec; border-radius: 4px; background: #fff; color: #211c2b; box-shadow: 0 -4px 20px #211c2b0d; }
body.hc-studio:not(.home) .mobile-sticky-cart .button { border-radius: 3px; background: #6e46a4; color: #fff; }
body.hc-studio:not(.home) .mobile-sticky-cart-product small { color: #5b368d; }

/* Cart, checkout, and account: retain WooCommerce state and validation semantics. */
body.hc-studio:not(.home) .cwt-container.entry-content { padding-top: 36px; padding-bottom: 80px; }
body.hc-studio:not(.home) .cwt-container.entry-content .entry-title { margin: 0 0 28px; padding: 0; border: 0; border-radius: 0; background: transparent; color: #211c2b; font-size: clamp(34px, 4vw, 46px); font-weight: 500; letter-spacing: -.035em; box-shadow: none; }
body.hc-studio:not(.home) .checkout-progress { margin-bottom: 30px; border-color: #e7e2ec; border-radius: 3px; background: #fff; box-shadow: none; }
body.hc-studio:not(.home) .checkout-progress > * { min-height: 62px; color: #6f6879; font-size: 13px; font-weight: 500; }
body.hc-studio:not(.home) .checkout-progress > * + * { border-color: #e7e2ec; }
body.hc-studio:not(.home) .checkout-progress > * > span { background: #f3eff7; color: #6f6879; }
body.hc-studio:not(.home) .checkout-progress .is-current { background: #f3edf9; color: #5b368d; }
body.hc-studio:not(.home) .checkout-progress .is-complete { color: #5b368d; }
body.hc-studio:not(.home) .checkout-progress :is(.is-current, .is-complete) > span { background: #6e46a4; color: #fff; }
body.hc-studio:not(.home) :is(.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout) { width: 100%; padding: 0; }
body.hc-studio:not(.home) .site-main :is(.wc-block-cart__main, .wc-block-components-main, .wc-block-cart__sidebar, .wc-block-components-sidebar, .cart_totals, #order_review, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content) { border-color: #e7e2ec; border-radius: 4px; background: #fff; box-shadow: none; }
body.hc-studio:not(.home) .site-main :is(.wc-block-components-checkout-step__title, .wc-block-components-title, .wc-block-cart__totals-title, .cart_totals h2) { color: #211c2b; font-family: inherit; font-size: 21px; font-weight: 600; text-transform: none; }
body.hc-studio:not(.home) .site-main :is(.wc-block-components-product-name, .wc-block-cart-item__product .wc-block-components-product-name) { color: #211c2b; font-size: 15px; font-weight: 500; line-height: 1.5; }
body.hc-studio:not(.home) .site-main :is(.wc-block-components-product-price, .wc-block-components-totals-item__value, .wc-block-formatted-money-amount) { color: #211c2b; font-weight: 600; }
body.hc-studio:not(.home) .site-main :is(.wc-block-components-totals-item__label, .wc-block-components-product-metadata) { color: #6f6879; font-weight: 400; }
body.hc-studio:not(.home) .site-main :is(.wc-block-components-text-input input, .wc-block-components-combobox .components-combobox-control__input, .wc-block-components-form .wc-block-components-text-input input) { border-color: #d7d0df; border-radius: 3px; color: #211c2b; font-size: 16px; box-shadow: none; }
body.hc-studio:not(.home) .site-main :is(.wc-block-components-text-input input, .wc-block-components-combobox .components-combobox-control__input):focus { border-color: #6e46a4; box-shadow: 0 0 0 1px #6e46a4; }
body.hc-studio:not(.home) .site-main .woocommerce form .form-row :is(input.input-text, select, textarea) { min-height: 48px; border-color: #d7d0df; border-radius: 3px; background: #fff; color: #211c2b; font-size: 16px; box-shadow: none; }
body.hc-studio:not(.home) .site-main .woocommerce form .form-row :is(input.input-text, select, textarea):focus { border-color: #6e46a4; box-shadow: 0 0 0 1px #6e46a4; }
body.hc-studio:not(.home) .site-main .woocommerce form .form-row label { color: #554e60; font-size: 14px; font-weight: 500; text-transform: none; }
body.hc-studio:not(.home) .site-main .woocommerce table.shop_table { border-color: #e7e2ec; border-radius: 3px; font-size: 15px; }
body.hc-studio:not(.home) .site-main .woocommerce table.shop_table th { background: #f6f3f8; color: #554e60; font-weight: 600; }
body.hc-studio:not(.home) .site-main .woocommerce table.shop_table td { border-color: #e7e2ec; }
body.hc-studio:not(.home) .site-main :is(.woocommerce-info, .woocommerce-message) { border-top-color: #6e46a4; border-radius: 3px; background: #f3edf9; color: #554e60; font-size: 14px; box-shadow: none; }
body.hc-studio:not(.home) .site-main .woocommerce-error { border-top-color: #ae3f53; border-radius: 3px; background: #fff3f5; color: #7b2b39; box-shadow: none; }
body.hc-studio:not(.home) .site-main :is(.woocommerce-info, .woocommerce-message)::before { color: #6e46a4; }
body.hc-studio:not(.home) .site-main .wc-block-grid__product { border-color: transparent; border-radius: 0; background: transparent; box-shadow: none; }
body.hc-studio:not(.home) .site-main .wc-block-grid__product-image img { border: 1px solid #e7e2ec; border-radius: 3px; background: #fff; }
body.hc-studio:not(.home) .site-main .wc-block-grid__product-title { color: #211c2b; font-size: 15px; font-weight: 500; }
body.hc-studio:not(.home) .site-main .wc-block-grid__product-price { color: #211c2b; font-size: 17px; }
body.hc-studio.woocommerce-account .account-auth-shell { gap: 36px; }
body.hc-studio.woocommerce-account .account-auth-intro { padding: 42px; border: 1px solid #e7e2ec; border-radius: 4px; background: #eee7f6; color: #554e60; box-shadow: none; }
body.hc-studio.woocommerce-account .account-auth-intro h2 { color: #211c2b; font-size: 34px; font-weight: 500; letter-spacing: -.025em; }
body.hc-studio.woocommerce-account .account-auth-intro p { color: #6f6879; }
body.hc-studio.woocommerce-account .account-auth-intro .dashicons { color: #6e46a4; }
body.hc-studio.woocommerce-account:not(.logged-in) .account-auth-content .woocommerce,
body.hc-studio.woocommerce-account:not(.logged-in) .site-main .woocommerce { padding: 32px; border-color: #e7e2ec; border-radius: 4px; box-shadow: none; }
body.hc-studio.woocommerce-account .site-main .woocommerce h2 { color: #211c2b; font-size: 27px; font-weight: 500; }
body.hc-studio.woocommerce-account .woocommerce-MyAccount-navigation li a { border-color: #e7e2ec; border-radius: 3px; color: #554e60; font-size: 14px; font-weight: 500; }
body.hc-studio.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: #eee7f6; color: #5b368d; }
body.hc-studio.woocommerce-account .woocommerce-MyAccount-navigation li a:hover { background: #f3eff7; color: #5b368d; }
body.hc-studio.woocommerce-account .woocommerce-Address-title .edit { border-radius: 3px; background: #eee7f6; color: #5b368d; font-weight: 500; }

@media (max-width: 980px) {
  body.hc-studio:not(.home) .site-main ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 18px; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product { grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr); gap: 26px; }
  body.hc-studio.single-product .site-main .product-purchase-notes { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body.hc-studio:not(.home) .shop-layout-one { padding: 22px 0 52px; }
  body.hc-studio:not(.home) .shop-hero { padding: 8px 0 24px; margin-bottom: 20px; }
  body.hc-studio:not(.home) .shop-hero h1 { font-size: 36px; }
  body.hc-studio:not(.home) .shop-hero p { font-size: 15px; }
  body.hc-studio:not(.home) .shop-category-strip { flex-wrap: nowrap; overflow-x: auto; padding: 0 0 10px; scrollbar-width: thin; }
  body.hc-studio:not(.home) .catalog-filter-toolbar { padding: 12px; gap: 12px; }
  body.hc-studio:not(.home) .catalog-filter-panel { padding: 20px 14px; }
  body.hc-studio:not(.home) .shop-layout-one .woocommerce-result-count { width: auto; float: left; min-height: 44px; }
  body.hc-studio:not(.home) .shop-layout-one .woocommerce-ordering { width: auto; max-width: 65%; float: right; }
  body.hc-studio:not(.home) .shop-layout-one .woocommerce-ordering select { max-width: 100%; padding-left: 10px; padding-right: 24px; }
  body.hc-studio:not(.home) .site-main ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-bottom: 50px; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > div.images,
  body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary { position: static; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary { padding: 0; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary .product_title { font-size: 28px; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs ul.tabs { display: flex; flex-wrap: wrap; }
  body.hc-studio:not(.home) .cwt-container.entry-content { padding-top: 28px; padding-bottom: 52px; }
  body.hc-studio:not(.home) .checkout-progress > * { min-height: 54px; font-size: 12px; }
  body.hc-studio.woocommerce-account .account-auth-intro { padding: 28px; }
}
@media (max-width: 520px) {
  body.hc-studio:not(.home) .site-main ul.products { gap: 22px 12px; }
  body.hc-studio:not(.home) .site-main ul.products li.product a img { aspect-ratio: 4 / 5; padding: 6px; }
  body.hc-studio:not(.home) .site-main ul.products li.product .woocommerce-loop-product__title { min-height: 63px; padding-top: 6px; font-size: 14px; line-height: 1.45; }
  body.hc-studio:not(.home) .site-main ul.products li.product .product-card-eyebrow { padding-top: 12px; font-size: 9px; letter-spacing: .04em; }
  body.hc-studio:not(.home) .site-main ul.products li.product .price { padding: 8px 0; font-size: 16px; }
  body.hc-studio:not(.home) .site-main ul.products li.product .product-card-status { font-size: 10px; }
  body.hc-studio:not(.home) .site-main ul.products li.product .button { min-height: 44px; font-size: 12px; }
  body.hc-studio:not(.home) .shop-hero h1 { font-size: 32px; }
  body.hc-studio:not(.home) .shop-layout-one .woocommerce-result-count,
  body.hc-studio:not(.home) .shop-layout-one .woocommerce-ordering { width: 100%; max-width: 100%; float: none; }
  body.hc-studio:not(.home) .shop-layout-one .woocommerce-result-count { min-height: 26px; margin-bottom: 8px; }
  body.hc-studio:not(.home) .shop-layout-one .woocommerce-ordering { margin-bottom: 20px; }
  body.hc-studio:not(.home) .shop-layout-one .woocommerce-ordering select { width: 100%; }
  /* Replace the parent's 380px cap and 24px !important title for modern phones. */
  body.hc-studio.single-product .site-main > .cwt-container { width: calc(100% - 32px) !important; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary > * { max-width: 100% !important; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary .product_title { font-size: 27px !important; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > div.summary .woocommerce-product-details__short-description { font-size: 16px; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > .related ul.products { gap: 22px 12px; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs ul.tabs li { margin-right: 18px; }
  body.hc-studio.single-product .site-main > .cwt-container > div.product > .woocommerce-tabs ul.tabs li a { font-size: 14px; }
  body.hc-studio:not(.home) .checkout-progress > * { gap: 5px; padding-inline: 6px; font-size: 11px; }
  body.hc-studio.woocommerce-account:not(.logged-in) .account-auth-content .woocommerce,
  body.hc-studio.woocommerce-account:not(.logged-in) .site-main .woocommerce { padding: 22px; }
}

/* studio commerce polish */
body.hc-studio.woocommerce-checkout{margin:0;padding:0;border:0;border-radius:0}
body.hc-studio.woocommerce-cart .wc-block-cart__submit-button,body.hc-studio.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text{color:#fff}

body.hc-studio .mobile-sticky-cart-product small .amount,body.hc-studio .mobile-sticky-cart-product small .woocommerce-Price-currencySymbol{display:inline;white-space:nowrap}
