/*
Theme Name: HongJiu Cellar
Template: woodmart
Version: 1.2.1
Text Domain: hongjiu-cellar
*/

:root {
  --pc-gold: #958348;
  --pc-gold-hover: #2e2e2e;
  --pc-ink: #2e2e2e;
  --pc-muted: #787d85;
  --pc-line: #dedede;
  --pc-soft: #f7f5ef;
  --wd-primary-color: var(--pc-gold);
  --wd-link-color: var(--pc-gold);
  --wd-title-color: #000;
  --wd-text-color: var(--pc-ink);
  --wd-brd-radius: 0;
}

body {
  color: var(--pc-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

::selection {
  background: var(--pc-gold);
  color: #fff;
}

a,
button,
input[type="button"],
input[type="submit"] {
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, opacity .22s ease;
}

:focus-visible {
  outline: 2px solid var(--pc-gold);
  outline-offset: 3px;
}

.wd-preloader {
  background-color: var(--pc-soft) !important;
}

.wd-preloader-img::before {
  border-color: rgba(149, 131, 72, .24) !important;
  border-top-color: var(--pc-gold) !important;
}

h1, h2, h3, h4, h5, h6,
.wd-entities-title,
.product_title,
.entry-title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

/* Header */
.whb-top-bar {
  min-height: 34px;
  border-bottom: 1px solid #efefef;
  background: #fff !important;
  color: #666;
  font-size: 12px;
}

.whb-top-bar a { color: #666 !important; }

.whb-general-header {
  min-height: 75px;
  border-bottom: 1px solid var(--pc-line);
  background: #fff !important;
}

.whb-sticked .whb-general-header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.site-logo img {
  display: block !important;
  width: auto;
  max-height: 60px;
  object-fit: contain;
}

.site-logo .wd-logo {
  display: inline-flex;
  min-width: 0;
  min-height: 60px;
  align-items: center;
}

.site-logo .wd-logo::before,
.site-logo .wd-logo::after { display: none !important; }

.wd-nav-main > li > a {
  min-height: 75px;
  color: #222 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.wd-nav-main > li:hover > a,
.wd-nav-main > li.current-menu-item > a {
  color: var(--pc-gold) !important;
}

.wd-nav-main > li > a .nav-link-text::after {
  height: 2px;
  background: var(--pc-gold);
}

.wd-dropdown-menu,
.wd-dropdown,
.sub-menu-dropdown {
  border: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.wd-sub-menu li > a {
  color: #444;
  font-size: 13px;
  transition: color .2s ease;
}

.wd-sub-menu li > a:hover {
  color: var(--pc-gold) !important;
}

/* Prime Cellar homepage blocks */
.pc-home {
  padding-top: 40px;
  padding-bottom: 67px;
}

.pc-home-banner img {
  display: block;
  width: 100% !important;
  height: auto;
}

.pc-home-banner a {
  display: block;
  width: 100%;
}

.pc-section-title {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 48px 0 0 !important;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.pc-section-title::before,
.pc-section-title::after {
  display: block;
  width: auto;
  height: 1px;
  margin: 0;
  flex: 1;
  background: var(--pc-line);
  content: "";
}

.pc-section-title .elementor-heading-title {
  margin: 0 !important;
  flex: 0 0 auto;
  color: #111 !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

.elementor-element-pc-featured-heading {
  margin-top: 26px !important;
}

.elementor-element-pc-new-heading {
  margin-top: 31px !important;
}

.elementor-element-pc-articles-heading {
  margin-top: 30px !important;
}

.pc-home .products {
  margin-bottom: 0;
  --wd-gap-lg: 60px !important;
}

.pc-home .product-element-bottom {
  padding: 15px 0 0;
}

.pc-home .product-element-bottom .wd-entities-title {
  font-weight: 600 !important;
  text-transform: uppercase;
}

.pc-home .product-element-bottom .price,
.pc-home .product-element-bottom .price .amount,
.pc-home .product-element-bottom .price ins .amount {
  color: var(--pc-gold) !important;
  line-height: 28px;
}

.pc-home .wd-product-cats,
.pc-home .hover-content,
.pc-home .wrap-quickview-button {
  display: none !important;
}

.pc-home .product-wrapper {
  padding-bottom: 0 !important;
}

.pc-home .fade-in-block {
  position: static !important;
  inset: auto !important;
  display: block !important;
  visibility: visible !important;
  height: 62px;
  opacity: 1 !important;
  transform: none !important;
}

.pc-home .wd-bottom-actions {
  display: flex !important;
  height: 62px;
  padding: 0;
  justify-content: center;
  align-items: flex-end;
  border: 0;
  background: transparent;
  box-shadow: none;
  visibility: visible !important;
  opacity: 1 !important;
}

.pc-home .wd-add-btn {
  width: auto;
  visibility: visible;
  opacity: 1;
}

.pc-home .wd-add-btn a {
  width: auto;
  min-width: 137px;
  min-height: 37px;
  padding: 0 22px;
  border: 1px solid #dedede;
  background: #fff !important;
  color: #111 !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}

.pc-home .wd-add-btn a:hover {
  background: #111 !important;
  color: #fff !important;
}

.pc-home .wd-posts {
  align-items: start;
  --wd-gap-lg: 30px !important;
}

.pc-home .wd-post {
  box-shadow: none !important;
}

.pc-home .wd-post-inner {
  background: transparent !important;
  box-shadow: none !important;
}

.pc-home .wd-post-content {
  min-height: 163px;
  padding: 10px !important;
  text-align: left;
}

.pc-home .wd-post-thumb {
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.pc-home .wd-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-home .wd-post .entry-title,
.pc-home .wd-post .wd-post-title {
  margin: 0;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  text-transform: capitalize;
}

.pc-home .wd-post-date,
.pc-home .wd-post-cat,
.pc-home .entry-meta,
.pc-home .article-body-container > p,
.pc-home .read-more-section {
  display: none !important;
}

.products .product-grid-item {
  background: #fff;
}

.product-element-top {
  overflow: hidden;
  background: #fff;
}

.product-element-top img {
  transition: transform .35s ease, opacity .35s ease;
}

.product-grid-item:hover .product-element-top img {
  transform: scale(1.025);
}

.wd-entities-title {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.price {
  color: #000 !important;
  font-weight: 600;
}

.wd-add-btn a,
.single_add_to_cart_button,
.checkout-button,
.button.alt {
  border-radius: 0 !important;
  background: var(--pc-gold) !important;
  color: #fff !important;
  transition: background .2s ease, color .2s ease !important;
}

.wd-add-btn a:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.button.alt:hover {
  background: var(--pc-gold-hover) !important;
  color: #fff !important;
}

.pc-newsletter {
  margin-top: 60px;
  padding: 44px 30px;
  background: var(--pc-soft);
  text-align: center;
}

.pc-newsletter h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.pc-newsletter p {
  margin: 0 auto 20px;
  max-width: 580px;
  color: var(--pc-muted);
}

.pc-newsletter-form {
  display: flex;
  max-width: 560px;
  margin: 0 auto;
}

.pc-newsletter-form input[type="email"] {
  min-height: 48px;
  flex: 1;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.pc-newsletter-form button {
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  background: var(--pc-gold);
  color: #fff;
  font-weight: 600;
}

.pc-newsletter-form button:hover {
  background: var(--pc-gold-hover);
}

.pc-form-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.pc-newsletter-notice {
  margin: 0 0 10px;
  color: #222;
  font-size: 13px;
  text-align: center;
}

.pc-newsletter-success {
  color: #315d2b;
}

.pc-newsletter-error {
  color: #9b2929;
}

/* Shop and editorial */
.shop-loop-head {
  border-bottom: 1px solid var(--pc-line);
}

.area-sidebar-shop .widget {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--pc-line);
}

.single-product .product-image-summary {
  padding-top: 34px;
}

.woocommerce-tabs {
  margin-top: 60px;
}

.blog-design-masonry .article-inner,
.wd-post {
  background: var(--pc-soft);
}

.wd-post .article-body-container {
  padding: 22px;
}

.pc-blog-page .wd-post .article-body-container {
  padding: 18px 4px 8px;
  background: #fff;
}

.pc-blog-page .wd-post .entry-title {
  font-size: 18px;
  line-height: 1.45;
}

.pc-blog-page .wd-post .post-img-wrapp img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pc-blog-page .wd-loop-footer {
  margin-top: 38px;
  text-align: center;
}

/* Editable Contact and Export Wines pages */
.pc-static-page {
  padding: 54px 20px 76px;
}

.pc-contact-page > .elementor-element:first-child {
  margin-bottom: 30px;
  font-size: 18px;
}

.pc-contact-layout,
.pc-export-intro {
  display: grid !important;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pc-contact-form p {
  margin: 0 0 18px;
}

.pc-contact-form label,
.pc-contact-form legend {
  display: block;
  margin-bottom: 7px;
  color: #222;
  font-weight: 600;
}

.pc-contact-form input[type="text"],
.pc-contact-form input[type="email"],
.pc-contact-form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.pc-contact-form fieldset {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.pc-contact-form fieldset label {
  display: inline-flex;
  gap: 7px;
  margin: 0 20px 8px 0;
  align-items: center;
  font-weight: 400;
}

.pc-contact-form button,
.pc-export-page .elementor-button {
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid #222;
  border-radius: 0;
  background: #222;
  color: #fff;
  font-weight: 600;
  transition: background .2s ease, color .2s ease;
}

.pc-contact-form button:hover,
.pc-export-page .elementor-button:hover {
  background: #fff;
  color: #222;
}

.pc-contact-notice {
  padding: 12px 15px;
  border-left: 3px solid var(--pc-gold);
  background: #f5f3ec;
}

.pc-contact-error {
  border-left-color: #b53434;
  background: #fff1f1;
}

.pc-contact-page .elementor-accordion-item {
  border-width: 0 0 1px !important;
  border-color: #ddd !important;
}

.pc-contact-page .elementor-tab-title {
  padding: 18px 4px !important;
  color: #222 !important;
  font-size: 17px;
  font-weight: 600 !important;
  text-transform: capitalize;
}

.pc-contact-page .elementor-tab-content {
  padding: 5px 4px 22px !important;
  border: 0 !important;
}

.pc-export-page > .elementor-element:first-child {
  margin-bottom: 22px;
}

.pc-export-intro {
  margin-bottom: 50px;
  align-items: center;
  grid-template-columns: minmax(240px, 36%) minmax(0, 1fr);
}

.pc-export-logo img {
  width: min(100%, 330px) !important;
}

.pc-export-copy {
  font-size: 17px;
  line-height: 1.75;
}

.pc-export-grid {
  display: grid !important;
  gap: 34px 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pc-export-card {
  border: 1px solid #ececec;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.pc-export-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
  transform: translateY(-4px);
}

.pc-export-card .elementor-widget-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.pc-export-card .elementor-widget-heading {
  padding: 17px 12px 21px;
}

.pc-export-card h3 {
  margin: 0;
  font-size: 17px !important;
}

.pc-imported-content {
  font-size: 16px;
  line-height: 1.75;
}

.pc-imported-content .pc-import-row {
  display: flex;
  gap: 42px;
  margin: 0 0 38px;
  align-items: center;
  flex-wrap: wrap;
}

.pc-imported-content .pc-import-column {
  min-width: 0;
  flex: 1 1 100%;
}

.pc-imported-content .pc-col-1-2 {
  flex-basis: calc(50% - 21px);
}

.pc-imported-content .pc-col-1-3 {
  flex-basis: calc(33.333% - 28px);
}

.pc-imported-content .pc-col-2-3 {
  flex-basis: calc(66.666% - 14px);
}

.pc-imported-content .pc-col-1-4 {
  flex-basis: calc(25% - 32px);
}

.pc-imported-content .pc-col-3-4 {
  flex-basis: calc(75% - 10px);
}

.pc-imported-content .pc-import-image {
  margin: 0;
  text-align: center;
}

.pc-imported-content .pc-import-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.pc-imported-content hr {
  width: 100%;
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #e3e3e3;
}

.pc-imported-content h2,
.pc-imported-content h3 {
  margin-top: 0;
}

.pc-imported-content .pc-import-button {
  display: inline-flex;
  min-height: 42px;
  padding: 0 24px;
  align-items: center;
  border: 1px solid #222;
  background: #222;
  color: #fff;
}

.footer-container {
  border-top: 0;
  background: #e4e1d0 !important;
  color: #666;
}

.footer-container .main-footer,
.footer-container .footer-sidebar,
.footer-container .footer-column,
.footer-container .widget {
  margin: 0 !important;
  padding: 0 !important;
}

.footer-container h5,
.footer-container .widget-title {
  color: #222 !important;
}

.footer-container a { color: #555; }
.footer-container a:hover { color: var(--pc-gold); }

.pc-footer-subscribe {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 36px;
  min-height: 96px;
  padding: 0 5vw;
  border-bottom: 0;
  background: #c7c4b0;
  box-shadow: 0 0 0 100vmax #c7c4b0;
  clip-path: inset(0 -100vmax);
  align-items: center;
}

.pc-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.pc-footer-social strong {
  margin-right: 4px;
  color: #111;
  font-size: 13px;
  text-transform: uppercase;
}

.pc-footer-social .wd-social-icons {
  --wd-align: flex-start;
  --wd-social-color: #111;
  --wd-social-color-hover: var(--pc-gold);
  --wd-social-gap: 6px;
}

.pc-footer-social .wd-social-icon {
  width: 24px;
  height: 24px;
  font-size: 18px;
}

.pc-footer-subscribe .pc-newsletter-form {
  max-width: none;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
}

.pc-footer-subscribe .pc-newsletter-form label {
  margin-right: 14px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.pc-footer-subscribe .pc-newsletter-form input[type="email"] {
  max-width: 202px;
}

.pc-footer-subscribe .pc-newsletter-form button {
  min-width: 130px;
  background: #fff;
  color: #111;
  text-transform: uppercase;
}

.pc-footer-subscribe .pc-newsletter-form button:hover {
  background: #111;
  color: #fff;
}

.pc-footer-bottom {
  display: flex;
  min-height: 231px;
  padding: 28px 0 24px;
  flex-direction: column;
  gap: 14px;
  justify-content: flex-start;
  align-items: center;
  background: #e4e1d0;
  box-shadow: 0 0 0 100vmax #e4e1d0;
  clip-path: inset(0 -100vmax);
  text-align: center;
}

.pc-footer-mark {
  display: block;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.pc-footer-info {
  width: 100%;
  text-align: center;
}

.pc-footer-info nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  margin-bottom: 10px;
}

.pc-footer-info p {
  margin: 0;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
}

/* Match the reference cards: no standalone WoodMart compare action. */
.wd-compare-btn {
  display: none !important;
}

.copyrights-wrapper {
  display: none !important;
}

.footer-sidebar {
  display: block !important;
}

.footer-sidebar > .footer-column:first-child {
  width: 100% !important;
}

.footer-sidebar > .footer-column:not(:first-child) {
  display: none !important;
}

.whb-header {
  position: absolute !important;
  inset: 0 0 auto;
  z-index: 100;
  height: 90px;
  background: rgba(0, 0, 0, .65);
}

.whb-main-header {
  height: 90px;
}

.whb-top-bar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 34px !important;
  border-bottom: 0 !important;
  background: transparent !important;
  color: #fff !important;
}

.whb-top-bar .whb-flex-row,
.whb-top-bar .whb-column {
  height: 34px !important;
  min-height: 34px !important;
}

.whb-general-header {
  height: 90px !important;
  border-bottom: 0 !important;
  background: transparent !important;
  color: #fff !important;
}

.whb-general-header > .container,
.whb-top-bar > .container {
  width: 100% !important;
  max-width: none !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.whb-general-header .site-logo,
.whb-general-header .wd-logo {
  display: flex;
  height: 90px !important;
  align-items: center;
}

.whb-general-header .site-logo img {
  width: 260px !important;
  height: 60px !important;
  filter: none !important;
  object-fit: contain;
}

.whb-general-header .wd-header-search-form {
  width: 416px !important;
  margin-right: 40px;
  flex: 0 0 416px !important;
}

.whb-general-header .searchform {
  --wd-form-height: 32px;
  --wd-form-bg: #fff;
  --wd-form-color: #333;
}

.whb-row .wd-nav > li > a,
.whb-row .wd-tools-element > a,
.whb-row .wd-header-text,
.whb-row .wd-header-text a {
  color: #fff !important;
}

.whb-top-bar .wd-header-text::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  content: "";
  transform: rotate(-45deg) scale(.72);
}

@media (min-width: 1025px) {
  .whb-general-header .whb-col-left {
    flex: 0 0 260px;
  }

  .whb-general-header .whb-col-center {
    padding-left: 58px;
    flex: 1 1 auto;
    justify-content: space-between;
  }

  .whb-general-header .whb-col-right.whb-empty-column {
    display: none;
  }
}

body:not(.home) .wd-page-title {
  box-sizing: border-box;
  min-height: 390px;
  padding: 208px 20px 77px;
  background-color: #010b14 !important;
  background-image:
    linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)),
    url("/wp-content/uploads/2026/07/GettyImages-179395942-1.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
}

body:not(.home) .wd-page-title h1 {
  color: #fff !important;
  font-size: 48px;
  line-height: 54px;
}

body:not(.home) .wd-page-title .breadcrumbs,
body:not(.home) .wd-page-title .breadcrumbs a {
  color: #fff !important;
}

.single-product .main-page-wrapper::before {
  display: block;
  width: 100%;
  height: 390px;
  background-color: #010b14;
  background-image:
    linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)),
    url("/wp-content/uploads/2026/07/GettyImages-179395942-1.jpg");
  background-position: center;
  background-size: cover;
  content: "";
}

.single-product .main-page-wrapper > .container {
  padding-top: 48px;
}

.home .wd-page-title {
  padding: 208px 0 96px;
}

.home .wd-page-title-bg::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .38);
  content: "";
}

.home .wd-page-title > .container {
  position: relative;
  z-index: 1;
}

.home .wd-page-title > .container::after {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  content: "Home";
}

.home .wd-page-title h1 {
  font-size: 48px;
  line-height: 54px;
}

@media (max-width: 1024px) {
  .wd-nav-main > li > a { min-height: 60px; }

  .whb-header,
  .whb-main-header,
  .whb-general-header,
  .whb-general-header .site-logo,
  .whb-general-header .wd-logo {
    height: 60px !important;
  }

  .whb-general-header > .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .whb-general-header .site-logo img {
    width: auto !important;
    height: 46px !important;
  }

  .whb-general-header .whb-mobile-left {
    flex: 0 0 52px;
    justify-content: flex-start;
  }

  .whb-general-header .whb-mobile-center {
    position: relative;
    height: 60px;
    flex: 1 1 auto;
  }

  .whb-general-header .whb-mobile-right {
    flex: 0 0 42px;
    justify-content: flex-end;
  }

  .whb-primecellar_mobile_search {
    position: absolute !important;
    right: 0;
    bottom: 4px;
    width: 196px !important;
    margin: 0 !important;
    flex: 0 0 196px !important;
  }

  .whb-primecellar_mobile_account {
    position: absolute;
    top: -1px;
    right: 0;
    height: 22px;
    font-size: 12px;
  }

  .whb-primecellar_mobile_cart {
    position: absolute;
    top: -1px;
    right: 116px;
    height: 22px;
  }

  .whb-primecellar_mobile_cart .wd-tools-text {
    display: none !important;
  }

  .whb-primecellar_mobile_menu .wd-tools-text {
    display: none !important;
  }

  .whb-primecellar_mobile_menu .wd-tools-icon {
    width: 40px;
    height: 40px;
    background: #111;
    color: #fff;
  }

  body:not(.home) .wd-page-title {
    min-height: 335px;
    padding: 128px 18px 68px;
  }

  body:not(.home) .wd-page-title h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .single-product .main-page-wrapper::before {
    height: 335px;
  }

  .single-product .main-page-wrapper > .container {
    padding-top: 32px;
  }

  .pc-export-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pc-home {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-top: 20px;
    padding-right: 16px !important;
    padding-bottom: 40px;
    padding-left: 16px !important;
    overflow: hidden;
  }

  .pc-section-title {
    margin: 38px 0 22px;
    font-size: 18px;
  }

  .pc-home .products,
  .pc-home .wd-products {
    width: 100%;
    max-width: 100%;
    --wd-col: 1 !important;
    --wd-col-lg: 1 !important;
    --wd-col-md: 1 !important;
    --wd-col-sm: 1 !important;
    --wd-col-xs: 1 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pc-home .product-grid-item,
  .pc-home .product-wrapper,
  .pc-home-banner,
  .pc-home-banner img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home .wd-page-title {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 150px 18px 92px;
    overflow: hidden;
  }

  .home .wd-page-title > .container {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .home .wd-page-title h1 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    line-height: 39px;
    overflow-wrap: anywhere;
  }

  .home .wd-toolbar {
    display: none !important;
  }

  .pc-newsletter {
    margin-top: 40px;
    padding: 34px 18px;
  }

  .pc-newsletter-form {
    display: grid;
    gap: 10px;
  }

  .pc-footer-subscribe {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 150px;
    padding: 24px 18px;
    text-align: center;
  }

  .pc-footer-bottom {
    min-height: 260px;
    padding: 30px 0;
    align-items: center;
  }

  .pc-footer-subscribe .pc-newsletter-form {
    width: 100%;
    justify-content: center;
  }

  .pc-footer-subscribe .pc-newsletter-form label {
    margin-right: 0;
  }

  .pc-footer-subscribe .pc-newsletter-form input[type="email"] {
    width: 100%;
    max-width: none;
  }

  .pc-footer-info {
    text-align: center;
  }

  .pc-footer-info nav {
    justify-content: center;
  }

  .site-logo img {
    max-height: 46px;
  }

  .pc-static-page {
    padding: 38px 16px 54px;
  }

  .pc-contact-layout,
  .pc-export-intro,
  .pc-export-grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .pc-export-logo {
    text-align: center;
  }

  .pc-imported-content .pc-import-row {
    display: block;
    margin-bottom: 30px;
  }

  .pc-imported-content .pc-import-column {
    margin-bottom: 24px;
  }
}

@media (max-width: 420px) {
  .home .wd-page-title h1 {
    font-size: 30px;
    line-height: 37px;
  }
}
