:root {
  --dh-orange: #ec7323;
  --dh-green: #00513d;
  --dh-green-soft: #216855;
  --dh-red: #b32f30;
  --dh-yellow: #fcd404;
  --dh-text: #27342f;
  --dh-muted: #6b766f;
  --dh-border: rgba(0, 81, 61, 0.14);
  --dh-shadow: 0 16px 44px rgba(0, 55, 39, 0.12);
}

html {
  scroll-behavior: smooth;
  background: #fff8ee;
}

body {
  background: #fff8ee;
  overflow-x: hidden;
  overflow-y: auto !important;
  color: var(--dh-text);
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

#top-bar,
#wide-nav {
  display: none !important;
}

#header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9999;
  width: 100%;
  background: transparent !important;
}

body.admin-bar #header {
  top: 32px;
}

body.admin-bar #header .header-wrapper.stuck {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar #header,
  body.admin-bar #header .header-wrapper.stuck {
    top: 46px !important;
  }
}

#header .header-wrapper,
#header .header-main {
  background: transparent !important;
  box-shadow: none !important;
}

#header .header-wrapper.stuck {
  width: 100% !important;
  height: 4.12rem !important;
  min-height: 4.12rem;
  background: transparent !important;
  box-shadow: none !important;
}

#header .header-wrapper.stuck .header-main.hide-for-sticky {
  display: block !important;
}

#header .header-wrapper.stuck .header-main {
  height: 4.12rem !important;
  min-height: 4.12rem;
}

#header .header-main {
  position: relative;
  min-height: 4.12rem;
}

#header .header-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 104%;
  height: 6.65rem;
  pointer-events: none;
  background: url("../img/bg_header.png") center top / cover no-repeat;
  transform: translateX(-50%);
}

#header .header-inner {
  position: relative;
  max-width: none;
  height: 4.12rem;
  padding: 0 4vw;
}

#header #logo {
  position: absolute;
  top: 1rem;
  left: 50%;
  z-index: 10;
  width: auto;
  margin: 0;
  transform: translateX(-50%);
}

#header #logo img {
  width: 4.25rem;
  max-height: none;
  height: auto;
}

#header .hide-for-medium.flex-left {
  flex: 0 0 50%;
  justify-content: flex-end;
  padding-right: 7.5rem;
}

#header .hide-for-medium.flex-right {
  flex: 0 0 50%;
  justify-content: flex-start;
  padding-left: 7.5rem;
}

#header .header-nav-main {
  align-items: center;
  gap: 0;
}

#header .header-nav-main > li {
  margin: 0;
}

#header .header-nav-main > li + li {
  margin-left: 3rem;
}

#header .header-nav-main > li > a {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 4.12rem;
  text-align: center;
  text-transform: uppercase;
}

#header .header-nav-main > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

#header .header-nav-main > li:hover > a::before,
#header .header-nav-main > li.current-menu-item > a::before,
#header .header-nav-main > li.current-menu-ancestor > a::before {
  width: 100%;
}

#header .nav-dropdown {
  min-width: 14rem;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #f5f2eb;
  box-shadow: 0 16px 38px rgba(0, 62, 45, 0.14);
}

#header .nav-dropdown > li > a {
  margin: 0 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}

#header .nav-dropdown > li:last-child > a {
  border-bottom: 0;
}

#header .html_top_right_text {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

#header .html_top_right_text .button_language,
#header .html_top_right_text .shop_button {
  flex: 0 0 auto;
}

#header .button_language span:not(.icon) {
  line-height: 1;
}

#header .button_language .sub_language .icon {
  display: inline-flex;
}

#header .button_language .sub_language img {
  display: block;
}

#header .header-nav-main .html_top_right_text a::before,
#header .header-nav-main .html_top_right_text .button_language a::before {
  display: none;
}

#header .html_top_right_text a.dh-header-shop {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
  min-width: max-content;
  height: 2.45rem;
  margin-left: clamp(0.85rem, 1.45vw, 1.8rem);
  padding: 0 0.9rem;
  overflow: hidden;
  border: 1px solid #fcd7a3;
  border-radius: 999px;
  color: #fcd7a3 !important;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

#header .html_top_right_text a.dh-header-shop .icon,
#header .html_top_right_text a.dh-header-shop > span:not(.icon) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

#header .html_top_right_text a.dh-header-shop .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
}

#header .html_top_right_text a.dh-header-shop svg {
  display: block !important;
  width: 1.2rem !important;
  height: 1.2rem !important;
  margin: 0 !important;
}

#main {
  padding-top: 0;
}

.title_animation,
.wrap_date .content {
  font-family: Georgia, "Times New Roman", serif;
}

.dh-home .section-content,
.dh-about .section-content,
.dh-product-page .section-content,
.dh-store-page .section-content,
.dh-business-tabs-section .section-content,
.dh-footer .section-content {
  z-index: 2;
}

.dh-button,
.button_style {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 999px;
  border: 0;
  background: var(--dh-orange);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.2;
  padding: 13px 24px;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.dh-button:hover,
.button_style:hover {
  background: var(--dh-green);
  box-shadow: 0 12px 30px rgba(0, 81, 61, 0.22);
  color: #fff !important;
  transform: translateY(-1px);
}

.dh-arrow {
  flex: 0 0 auto;
  width: 22px;
  height: 19px;
}

.banner_slider {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: clamp(420px, 48.8vw, 860px) !important;
  min-height: clamp(420px, 48.8vw, 860px) !important;
  background: var(--dh-green);
}

.banner_slider > .slider,
.banner_slider .flickity-viewport,
.banner_slider .flickity-slider,
.banner_slider .banner,
.banner_slider .banner-inner {
  height: 100% !important;
  min-height: 0 !important;
}

.banner_slider .banner {
  padding-top: 0 !important;
}

.banner_slider .fill,
.banner_slider .banner-inner.fill {
  height: 100%;
}

.banner_slider img {
  height: auto !important;
  object-fit: contain;
  image-rendering: auto;
}

.banner_slider .banner-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.banner_slider .banner-bg img.bg {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  image-rendering: auto;
}

.banner_slider .banner-layers,
.banner_slider .text-box {
  max-width: min(1120px, calc(100vw - 48px));
}

.banner_slider .flickity-button,
.banner_slider .arrow_slider {
  z-index: 4;
}

.dh-product-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(500px, 47vw, 680px);
  padding: clamp(132px, 13vw, 176px) 0 clamp(64px, 8vw, 108px) !important;
  background: #003e2d;
}

.dh-product-hero .section-bg,
.dh-product-hero .section-bg img.bg {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.dh-product-hero .section-bg {
  overflow: hidden;
}

.dh-product-hero .section-bg img.bg {
  object-fit: cover;
  object-position: center center;
}

.dh-product-hero .section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 62, 45, 0.9) 0%, rgba(0, 81, 61, 0.7) 45%, rgba(0, 62, 45, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 62, 45, 0.45) 100%);
}

.dh-product-hero .section-content {
  position: relative;
  z-index: 2;
}

.dh-product-hero .row {
  max-width: min(1180px, calc(100vw - 48px)) !important;
}

.dh-product-hero .heading_title,
.dh-product-hero .heading_title span,
.dh-product-hero p {
  color: #fff;
}

.dh-product-hero .heading_title {
  margin: 0 auto 14px;
  font-size: clamp(34px, 4.2vw, 68px);
  line-height: 1.02;
  text-shadow: 0 8px 28px rgba(0, 45, 30, 0.32);
}

.dh-product-hero .heading_title span {
  margin-top: 6px;
  font-size: clamp(20px, 2.2vw, 36px);
  line-height: 1.16;
}

.dh-product-hero p {
  max-width: 660px;
  margin: 0 auto;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.65;
}

.dh-product-hero .office_page_number.dh-stats {
  margin: clamp(30px, 4vw, 48px) auto 0;
}

.dh-product-hero .office_page_number.dh-stats .item {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(0, 45, 30, 0.2);
}

.dh-video-fallback {
  max-width: 980px;
  margin: 0 auto 22px;
}

.dh-video-fallback .img-inner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--dh-shadow);
}

.dh-video-fallback .img-inner.image-cover {
  padding-top: 56.25% !important;
}

.dh-video-fallback img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  image-rendering: auto;
}

.dh-cert-logo {
  margin: 20px 0 26px;
}

.home-sec-3-image img {
  width: 100%;
}

.office_page_number.dh-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 40px auto;
}

.office_page_number.dh-stats .item {
  min-height: 136px;
  border: 1px solid var(--dh-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 34px rgba(0, 55, 39, 0.08);
  padding: 24px 18px;
  text-align: center;
}

.office_page_number.dh-stats b {
  display: block;
  color: var(--dh-orange);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
}

.office_page_number.dh-stats .content {
  margin-top: 12px;
  color: var(--dh-text);
  font-size: 15px;
  line-height: 1.45;
}

.dh-product-home-slider {
  width: 100%;
}

.dh-product-home-slide {
  display: none;
}

.dh-product-home-slide.active {
  display: block;
}

.dh-product-home-slide .product_home {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  padding: clamp(28px, 5vw, 72px);
}

.dh-product-home-slide .row.items-center {
  align-items: center;
}

.dh-product-home-slide h3 {
  margin-bottom: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  text-wrap: balance;
}

.dh-product-home-slide .content {
  max-width: 440px;
  margin-bottom: 22px;
  color: var(--dh-muted);
}

.dh-product-home-slide .box_img {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.dh-product-home-slide .box_img > img {
  max-height: 520px;
  object-fit: contain;
}

.dh-product-home-slide .box_img .ht {
  position: absolute;
  pointer-events: none;
}

.dh-product-home-slide .box_img .ht.top {
  top: 0;
  right: 8%;
}

.dh-product-home-slide .box_img .ht.bottom {
  bottom: 0;
  left: 4%;
}

.dh-product-home-slide .img_large {
  position: absolute;
  right: -4%;
  bottom: -10%;
  width: min(34vw, 380px);
  opacity: 0.12;
  pointer-events: none;
}

.nav_slider_product {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.nav_slider_product button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid color-mix(in srgb, var(--dh-line-color, var(--dh-orange)) 45%, #fff);
  border-radius: 999px;
  background: #fff;
  color: var(--dh-line-color, var(--dh-orange));
  cursor: pointer;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 18px;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.nav_slider_product button.active,
.nav_slider_product button:hover {
  background: var(--dh-line-color, var(--dh-orange));
  color: #fff;
  transform: translateY(-1px);
}

.product_tax.dh-product-tax {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 18px auto 34px;
  list-style: none;
}

.product_tax.dh-product-tax a {
  display: block;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--dh-line-color, var(--dh-orange)) 45%, #fff);
  color: var(--dh-line-color, var(--dh-orange));
  font-weight: 700;
  padding: 11px 18px;
}

.dh-product-page {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 100px) 0 clamp(70px, 8vw, 116px) !important;
  background: #fff8ee;
}

.dh-product-page .section-bg {
  background:
    linear-gradient(180deg, #fff8ee 0%, #f7f1e6 100%);
}

.dh-product-page .section-content > .row {
  max-width: min(1120px, calc(100vw - 48px)) !important;
}

.dh-product-page .note {
  color: var(--dh-green);
  font-weight: 700;
}

body.dh-product-line-active .dh-product-page .group_content {
  display: none;
}

.dh-product-current-line {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

.dh-product-current-line h2 {
  margin: 0 0 12px;
  color: var(--dh-line-color, var(--dh-green));
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.08;
}

.dh-product-current-line p {
  margin: 0;
  color: var(--dh-muted);
  font-size: 16px;
  line-height: 1.7;
}

.product_tax.dh-product-tax a:hover {
  background: var(--dh-line-color, var(--dh-orange));
  color: #fff;
}

.product_tax.dh-product-tax a.active,
.product_tax.dh-product-tax a[aria-current="page"] {
  background: var(--dh-line-color, var(--dh-orange));
  color: #fff;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--dh-line-color, var(--dh-orange)) 22%, transparent);
}

.wrap_product.dh-product-grid,
.wrap_media.dh-post-grid,
.wrap_cooking_page.dh-recipe-grid {
  display: grid;
  gap: 24px;
  width: 100%;
}

.wrap_product.dh-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wrap_media.dh-post-grid,
.wrap_cooking_page.dh-recipe-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product_item,
.post_item,
.item_cooking {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--dh-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 55, 39, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product_item:hover,
.post_item:hover,
.item_cooking:hover {
  box-shadow: var(--dh-shadow);
  transform: translateY(-2px);
}

.product_item .box_img,
.post_item .box_img,
.item_cooking .box_img {
  overflow: hidden;
  background: #f8faf7;
}

.product_item .box_img img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 18px;
}

.post_item .box_img img,
.item_cooking .box_img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product_item .box_content,
.post_item .box_content,
.item_cooking .box_content {
  padding: 18px;
}

.product_item h3,
.post_item h3,
.item_cooking h3 {
  margin: 0;
  color: var(--dh-text);
  font-size: 18px;
  line-height: 1.35;
}

.product_item .tl {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product_item .tl li {
  border-radius: 999px;
  background: var(--dh-line-color, var(--dh-orange));
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 9px;
}

.product_item .box_content span {
  display: inline-block;
  margin-top: 10px;
  color: var(--dh-line-color, var(--dh-orange));
  font-weight: 700;
}

.link_box,
.style_center.max {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.box_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  color: var(--dh-muted);
  font-size: 13px;
}

.dh-featured-posts {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
}

.dh-featured-posts .item_lagre_post {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border-radius: 8px;
  background: #12372d;
}

.dh-featured-posts .item_lagre_post .box_img,
.dh-featured-posts .item_lagre_post .box_img img {
  width: 100%;
  height: 100%;
}

.dh-featured-posts .item_lagre_post .box_img img {
  object-fit: cover;
}

.dh-featured-posts .item_lagre_post .box_content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 28px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 45, 30, 0.88));
}

.dh-featured-posts .post_list {
  display: grid;
  gap: 16px;
}

.dh-featured-posts .post_list .post_item {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 132px;
}

.dh-featured-posts .post_list .box_img img {
  height: 100%;
}

.section.home_sec_6 .section-content > .row {
  max-width: min(1260px, calc(100vw - 72px)) !important;
}

.dh-home-media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: start;
  min-height: 600px;
}

.dh-home-media::before {
  content: "";
  position: absolute;
  top: 110px;
  bottom: 56px;
  left: 50%;
  width: 1px;
  background: rgba(0, 81, 61, 0.16);
  transform: translateX(-50%);
}

.dh-home-media .heading_title {
  margin-bottom: 32px;
  font-size: clamp(34px, 3.2vw, 56px);
}

.dh-home-media-col {
  position: relative;
  z-index: 1;
}

.dh-home-media-list {
  display: grid;
  gap: 22px;
}

.dh-home-media-item {
  position: relative;
  display: grid;
  gap: 20px;
  align-items: center;
}

.dh-home-media-item.has-image {
  grid-template-columns: minmax(190px, 255px) minmax(0, 1fr);
}

.dh-home-media-item.text-only {
  max-width: 390px;
  border-bottom: 1px solid rgba(0, 81, 61, 0.18);
  padding-bottom: 28px;
}

.dh-home-media-item .box_img {
  overflow: hidden;
  border-radius: 8px;
}

.dh-home-media-item .box_img img {
  display: block;
  width: 100%;
  aspect-ratio: 255 / 142;
  object-fit: cover;
}

.dh-home-media-item h3 {
  margin: 0 0 12px;
  color: var(--dh-green);
  font-size: 17px;
  line-height: 1.38;
}

.dh-home-media-item .box_meta {
  color: var(--dh-green);
}

.dh-home-media-bottom {
  margin-top: 48px;
  text-align: right;
}

.dh-home-media-ceo {
  min-height: 560px;
  overflow: hidden;
  padding-right: min(29vw, 330px);
}

.dh-home-media-ceo .title_animation {
  margin-top: 34px;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.05;
}

.dh-home-media-ceo .dh-home-ceo-img {
  position: absolute;
  right: -72px;
  bottom: 0;
  z-index: -1;
  width: min(42vw, 460px);
  max-width: none;
}

.dh-home-media-bottom .button_style {
  background: var(--dh-green) !important;
}

.item_cooking ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.item_cooking li {
  border-radius: 999px;
  background: #fff2e9;
  color: var(--dh-orange);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 10px;
}

/* Reset legacy frontend.css rules that collide with Flatsome-adapted blocks. */
.office_page_number.dh-stats {
  width: 100%;
}

.office_page_number.dh-stats .item {
  width: 100%;
  margin: 0;
}

.office_page_number.dh-stats .item + .item::before {
  display: none;
}

.wrap_media.dh-post-grid,
.wrap_cooking_page.dh-recipe-grid,
.wrap_product.dh-product-grid {
  margin: 0;
}

.wrap_product.dh-product-grid.is-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: min(300px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.wrap_media.dh-post-grid .post_item,
.wrap_cooking_page.dh-recipe-grid .item_cooking,
.wrap_product.dh-product-grid .product_item {
  display: block;
  width: 100%;
  margin: 0;
}

.wrap_media.dh-post-grid .post_item .box_img,
.wrap_cooking_page.dh-recipe-grid .item_cooking .box_img,
.wrap_product.dh-product-grid .product_item .box_img {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 0;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.wrap_media.dh-post-grid .post_item .box_img img,
.wrap_cooking_page.dh-recipe-grid .item_cooking .box_img img,
.wrap_product.dh-product-grid .product_item .box_img img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  transform: none;
}

.wrap_cooking_page.dh-recipe-grid .item_cooking .box_img::before {
  display: none;
}

.wrap_media.dh-post-grid .post_item .box_content,
.wrap_media.dh-post-grid .post_item.vertical .box_content,
.wrap_cooking_page.dh-recipe-grid .item_cooking .box_content,
.wrap_product.dh-product-grid .product_item .box_content {
  position: static;
  padding: 18px;
}

.wrap_cooking_page.dh-recipe-grid .item_cooking h3 {
  color: var(--dh-text);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product form.cart,
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .price {
  display: none !important;
}

.single-product #main {
  background: #faf7f0;
}

.single-product .product-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(112px, 10vw, 142px);
  padding-bottom: clamp(48px, 6vw, 78px);
  background: #faf7f0;
}

.single-product .product-main::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: min(46%, 340px);
  min-height: 250px;
  background: #ffd200;
}

.single-product .product-main > .row.content-row {
  width: min(1240px, calc(100vw - 40px)) !important;
  max-width: 1240px !important;
  margin-right: auto;
  margin-left: auto;
  align-items: stretch;
}

.single-product #product-sidebar {
  display: none !important;
}

.single-product .product-info,
.single-product .product-gallery {
  border-radius: 8px;
  border: 1px solid rgba(0, 81, 61, 0.1);
  box-shadow: 0 18px 54px rgba(0, 55, 39, 0.12);
}

.single-product .product-gallery {
  display: grid;
  align-items: center;
  min-height: clamp(390px, 44vw, 650px);
  padding: clamp(18px, 3vw, 36px) !important;
  background: #fff;
}

.single-product .product-gallery .product-images,
.single-product .product-gallery .woocommerce-product-gallery__wrapper,
.single-product .product-gallery .product-gallery-slider,
.single-product .product-gallery .flickity-viewport,
.single-product .product-gallery .flickity-slider {
  width: 100%;
}

.single-product .product-gallery .product-gallery-slider,
.single-product .product-gallery .flickity-viewport,
.single-product .product-gallery .flickity-slider {
  display: block;
}

.single-product .product-gallery .woocommerce-product-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(300px, 39vw, 540px);
}

.single-product .product-gallery .woocommerce-product-gallery__image img,
.single-product .product-gallery img.wp-post-image {
  display: block;
  width: auto !important;
  max-width: min(100%, 560px);
  max-height: clamp(300px, 52vh, 560px);
  margin: 0 auto;
  object-fit: contain;
}

.single-product .product-gallery .product-thumbnails {
  width: 100%;
  margin: 18px 0 0 !important;
  padding: 0;
}

.single-product .product-gallery .product-thumbnails .col {
  padding: 0 6px !important;
}

.single-product .product-gallery .product-thumbnails a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 81, 61, 0.12);
  border-radius: 8px;
  background: #fff;
  padding: 6px;
}

.single-product .product-gallery .product-thumbnails img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  opacity: 0.72;
  transform: none;
}

.single-product .product-gallery .product-thumbnails .is-nav-selected img,
.single-product .product-gallery .product-thumbnails a:hover img {
  opacity: 1;
  transform: none;
}

.single-product .product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 40px);
  background: #fff;
}

.single-product .product-info .woocommerce-breadcrumb {
  margin-bottom: 14px;
  color: var(--dh-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.single-product .product-info .is-divider {
  width: 76px;
  height: 4px;
  margin: 18px 0 22px;
  border-radius: 8px;
  background: #d32f2f;
  opacity: 1;
}

.single-product .product_title {
  color: var(--dh-green);
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

.single-product .woocommerce-product-details__short-description,
.single-product .product-short-description {
  color: var(--dh-muted);
  font-size: 16px;
  line-height: 1.75;
}

.single-product .product_meta {
  display: none;
}

.single-product .next-prev-thumbs {
  display: none !important;
}

.single-product .wishlist-icon,
.single-product .yith-add-to-wishlist-button-block,
.single-product .yith-wcwl-add-to-wishlist-button,
.single-product .yith-wcwl-add-to-wishlist-button__label,
.single-product .quick-view {
  display: none !important;
}

.dh-product-quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 0;
  border-top: 1px solid rgba(0, 81, 61, 0.12);
  border-bottom: 1px solid rgba(0, 81, 61, 0.12);
}

.dh-product-quick-fact {
  min-width: 0;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 81, 61, 0.1);
}

.dh-product-quick-fact:nth-child(odd) {
  border-right: 1px solid rgba(0, 81, 61, 0.1);
}

.dh-product-quick-fact:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.dh-product-quick-fact span,
.dh-product-support-list span {
  display: block;
  margin-bottom: 5px;
  color: var(--dh-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dh-product-quick-fact strong,
.dh-product-support-list strong {
  display: block;
  color: var(--dh-text);
  font-size: 15px;
  line-height: 1.35;
  word-break: break-word;
}

.dh-product-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

.dh-product-catalog-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  line-height: 1.15;
  padding: 13px 22px;
  text-transform: uppercase;
}

.dh-product-catalog-actions .dh-product-contact-button {
  margin: 0;
  background: var(--dh-orange) !important;
  color: #fff !important;
}

.dh-product-catalog-actions .dh-product-qr-button {
  margin: 0;
  background: var(--dh-green) !important;
  color: #fff !important;
  cursor: pointer;
}

.dh-product-catalog-actions .dh-product-qr-button:hover,
.dh-product-catalog-actions .dh-product-contact-button:hover {
  box-shadow: 0 12px 30px rgba(0, 81, 61, 0.22);
  color: #fff !important;
  transform: translateY(-1px);
}

.single-product .product-footer {
  padding: 0 0 72px;
  background: #faf7f0;
}

.single-product .product-footer > .container {
  max-width: none !important;
  padding-right: 0;
  padding-left: 0;
}

.dh-product-detail-sections {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.65fr);
  gap: 24px;
  align-items: start;
  width: min(1240px, calc(100vw - 40px));
  max-width: 1240px;
  margin: 0 auto;
}

.dh-product-long-description,
.dh-product-support-panel {
  min-width: 0;
  border: 1px solid rgba(0, 81, 61, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(0, 55, 39, 0.09);
}

.dh-product-long-description {
  padding: 34px clamp(24px, 4vw, 46px) 40px;
}

.dh-product-support-panel {
  padding: 30px;
  align-self: start;
}

.dh-product-section-kicker {
  margin: 0 0 10px;
  color: #d32f2f;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dh-product-long-description h2,
.dh-product-support-panel h2 {
  margin: 0 0 18px;
  color: var(--dh-green);
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}

.dh-product-entry-content {
  color: var(--dh-text);
  font-size: 17px;
  line-height: 1.82;
}

.dh-product-entry-content > *:last-child {
  margin-bottom: 0;
}

.dh-product-entry-content p,
.dh-product-entry-content ul,
.dh-product-entry-content ol {
  margin-bottom: 16px;
}

.dh-product-entry-content ul,
.dh-product-entry-content ol {
  padding-left: 20px;
}

.dh-product-support-list {
  border-top: 1px solid rgba(0, 81, 61, 0.12);
}

.dh-product-support-list > div {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 81, 61, 0.12);
}

.dh-product-support-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.dh-product-support-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.dh-product-support-actions .dh-product-contact-button {
  background: #d32f2f !important;
  color: #fff !important;
}

.dh-product-support-actions .dh-product-qr-button {
  background: var(--dh-green) !important;
  color: #fff !important;
  cursor: pointer;
}

.single-product .related.products,
.single-product .upsells.products {
  width: min(1240px, calc(100vw - 40px));
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 850px) {
  .single-product .product-main > .row.content-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    gap: 26px;
  }

  .single-product .product-main > .row.content-row > .product-gallery,
  .single-product .product-main > .row.content-row > .product-info {
    width: auto !important;
    min-width: 0;
    max-width: none !important;
    padding-right: 0;
    padding-left: 0;
  }

  .single-product .product-main > .row.content-row > .product-gallery {
    padding: clamp(28px, 3.2vw, 44px) !important;
  }

  .single-product .product-main > .row.content-row > .product-info {
    padding: clamp(32px, 3.8vw, 52px);
  }
}

@media (max-width: 849px) {
  .single-product .product-main {
    padding-top: 104px;
  }

  .single-product .product-main > .row.content-row,
  .dh-product-detail-sections {
    width: min(100% - 28px, 720px);
  }

  .single-product .product-gallery {
    min-height: 320px;
    margin-bottom: 18px;
  }

  .single-product .product-gallery .woocommerce-product-gallery__image img,
  .single-product .product-gallery img.wp-post-image {
    max-height: 340px;
  }

  .single-product .product_title {
    font-size: 36px;
  }

  .dh-product-detail-sections {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 549px) {
  .single-product .product_title {
    font-size: 32px;
  }

  .single-product .product-info {
    padding: 22px;
  }

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

  .dh-product-quick-fact,
  .dh-product-quick-fact:nth-child(odd) {
    border-right: 0;
  }

  .dh-product-quick-fact:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 81, 61, 0.1);
  }

  .dh-product-quick-fact:last-child {
    border-bottom: 0;
  }

  .dh-product-catalog-actions {
    display: grid;
  }

  .dh-product-long-description,
  .dh-product-support-panel {
    padding: 24px 20px;
  }

  .dh-product-long-description h2,
  .dh-product-support-panel h2 {
    font-size: 26px;
  }

  .dh-product-entry-content {
    font-size: 16px;
  }
}

/* Kisafood brand polish: stronger navigation and magazine-style articles. */
#header .header-nav-main {
  gap: clamp(18px, 2.2vw, 38px);
}

#header .header-nav-main > li + li {
  margin-left: 0;
}

#header .header-nav-main > li > a {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 62, 45, 0.22);
  transition: color 0.22s ease, transform 0.22s ease;
}

#header .header-nav-main > li > a::before {
  bottom: 10px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #fcd404, #f6a21a);
}

#header .header-nav-main > li:hover > a,
#header .header-nav-main > li.current-menu-item > a,
#header .header-nav-main > li.current-menu-ancestor > a {
  color: #fcd404;
  transform: translateY(-1px);
}

#header .header-nav-main > li:hover > a::before,
#header .header-nav-main > li.current-menu-item > a::before,
#header .header-nav-main > li.current-menu-ancestor > a::before {
  width: 100%;
}

#header .nav-dropdown {
  border-radius: 8px;
  border: 1px solid rgba(0, 62, 45, 0.08);
  background: #fffaf0;
  box-shadow: 0 18px 42px rgba(0, 62, 45, 0.18);
}

#header .nav-dropdown > li > a {
  color: #073f31;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
}

#header .nav-dropdown > li > a:hover {
  padding-left: 12px;
  color: #005b41;
  background: rgba(252, 212, 4, 0.16);
}

.off-canvas .nav-sidebar.nav-vertical > li > a,
.mobile-sidebar .nav-sidebar.nav-vertical > li > a {
  color: #073f31;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.off-canvas .nav-sidebar.nav-vertical > li.active > a,
.off-canvas .nav-sidebar.nav-vertical > li > a:hover,
.mobile-sidebar .nav-sidebar.nav-vertical > li.active > a,
.mobile-sidebar .nav-sidebar.nav-vertical > li > a:hover {
  color: #005b41;
  background: rgba(252, 212, 4, 0.18);
}

.kisa-article-page {
  min-height: 100vh;
  padding: 124px 0 72px;
  background: #fbf8ef;
}

.kisa-article {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.kisa-article-hero {
  max-width: 920px;
  margin: 0 auto 28px;
  text-align: center;
}

.kisa-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #6f746e;
  font-size: 13px;
  font-weight: 650;
}

.kisa-breadcrumb a {
  color: #005b41;
  text-decoration: none;
}

.kisa-breadcrumb a:hover {
  color: #ec7323;
}

.kisa-article-category,
.kisa-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 0 14px;
  border: 1px solid rgba(0, 91, 65, 0.2);
  border-radius: 8px;
  color: #005b41;
  background: rgba(252, 212, 4, 0.18);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.kisa-article-hero h1 {
  max-width: 900px;
  margin: 0 auto 18px;
  color: #003e2d;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.14;
}

.kisa-article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 18px;
  color: #5f675f;
  font-size: 14px;
  font-weight: 650;
}

.kisa-article-meta span {
  display: inline-flex;
  align-items: center;
}

.kisa-article-meta span + span::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 14px;
  border-radius: 50%;
  background: #ec7323;
}

.kisa-article-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.kisa-share-btn {
  --kisa-share-size: 46px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--kisa-share-size);
  width: var(--kisa-share-size);
  min-width: var(--kisa-share-size);
  height: var(--kisa-share-size);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 91, 65, 0.24);
  border-radius: 999px;
  box-sizing: border-box;
  appearance: none;
  color: #005b41;
  background: #fff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.kisa-share-btn:hover,
.kisa-share-btn:focus {
  border-color: #005b41;
  color: #fff;
  background: #005b41;
  transform: translateY(-2px);
}

.kisa-share-zalo {
  font-size: 12px;
}

.kisa-copy-link {
  font-family: inherit;
  font-size: 12px;
  text-transform: uppercase;
}

.kisa-copy-feedback {
  min-width: 76px;
  color: #005b41;
  font-size: 12px;
  font-weight: 750;
}

.kisa-article-featured {
  max-width: 1120px;
  margin: 0 auto 38px;
  overflow: hidden;
  border-radius: 8px;
  background: #e7e4dc;
  box-shadow: 0 20px 52px rgba(0, 62, 45, 0.14);
}

.kisa-article-featured img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  height: auto;
  object-fit: cover;
}

.kisa-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 840px);
  justify-content: center;
  gap: 0;
}

.kisa-article-rail {
  position: sticky;
  top: 110px;
  align-self: start;
}

.kisa-article-rail .kisa-article-share {
  flex-direction: column;
  gap: 12px;
}

.kisa-article-rail .kisa-share-btn {
  --kisa-share-size: 56px;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(0, 62, 45, 0.08);
}

.kisa-article-main {
  min-width: 0;
}

.kisa-article-toc {
  margin-bottom: 30px;
  padding: 24px 28px;
  border: 1px solid rgba(0, 91, 65, 0.12);
  border-radius: 8px;
  background: #fff;
}

.kisa-article-toc h2 {
  margin: 0 0 14px;
  color: #003e2d;
  font-size: 20px;
  line-height: 1.3;
}

.kisa-article-toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.kisa-article-toc a {
  color: #225244;
  font-weight: 700;
  text-decoration: none;
}

.kisa-article-toc a:hover {
  color: #ec7323;
}

.kisa-article-toc .level-3 {
  margin-left: 18px;
}

.kisa-article-content {
  color: #26352f;
  font-size: 18px;
  line-height: 1.82;
}

.kisa-article-content > *:first-child {
  margin-top: 0;
}

.kisa-article-content p,
.kisa-article-content ul,
.kisa-article-content ol,
.kisa-article-content blockquote {
  margin-bottom: 22px;
}

.kisa-article-content h2,
.kisa-article-content h3 {
  color: #003e2d;
  line-height: 1.24;
}

.kisa-article-content h2 {
  margin: 44px 0 16px;
  font-size: 31px;
}

.kisa-article-content h3 {
  margin: 34px 0 12px;
  font-size: 24px;
}

.kisa-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.kisa-article-content a {
  color: #005b41;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.kisa-related-posts {
  max-width: 1120px;
  margin: 64px auto 0;
  padding: 0 24px;
}

.kisa-related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.kisa-related-head h2 {
  margin: 0;
  color: #003e2d;
  font-size: 34px;
  line-height: 1.2;
}

.kisa-related-head .kisa-section-kicker {
  flex: 0 0 auto;
  margin: 0;
  padding: 0 18px;
}

.kisa-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kisa-related-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 62, 45, 0.1);
}

.kisa-related-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.kisa-related-image {
  aspect-ratio: 16 / 10;
  background: #e7e4dc;
}

.kisa-related-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kisa-related-body {
  padding: 18px;
}

.kisa-related-body p {
  margin: 0 0 8px;
  color: #ec7323;
  font-size: 12px;
  font-weight: 850;
}

.kisa-related-body h3 {
  margin: 0;
  color: #003e2d;
  font-size: 19px;
  line-height: 1.35;
}

@media (max-width: 1199px) {
  #header .header-nav-main {
    gap: 20px;
  }

  #header .header-nav-main > li > a {
    font-size: 12px;
  }
}

@media (max-width: 849px) {
  .kisa-article-page {
    padding-top: 102px;
  }

  .kisa-article {
    padding: 0 16px;
  }

  .kisa-article-hero {
    text-align: left;
  }

  .kisa-breadcrumb,
  .kisa-article-meta,
  .kisa-article-hero .kisa-article-share {
    justify-content: flex-start;
  }

  .kisa-article-hero h1 {
    font-size: 36px;
  }

  .kisa-article-featured img {
    aspect-ratio: 16 / 10;
  }

  .kisa-article-shell {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .kisa-article-rail {
    display: none;
  }

  .kisa-article-content {
    font-size: 17px;
    line-height: 1.78;
  }

  .kisa-article-content h2 {
    font-size: 27px;
  }

  .kisa-article-content h3 {
    font-size: 22px;
  }

  .kisa-related-grid {
    grid-template-columns: 1fr;
  }

  .kisa-related-head {
    display: block;
  }

  .kisa-related-head h2 {
    margin-top: 12px;
    font-size: 28px;
  }
}

@media (max-width: 549px) {
  .kisa-article-page {
    padding-bottom: 52px;
  }

  .kisa-article-hero h1 {
    font-size: 31px;
  }

  .kisa-article-featured {
    margin-bottom: 28px;
  }

  .kisa-article-toc {
    padding: 20px;
  }
}

.wpcqr-popup-content {
  width: min(430px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow: auto;
  padding: 0 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.26) !important;
  text-align: center;
}

.wpcqr-popup-overlay {
  background: rgba(0, 0, 0, 0.66) !important;
  backdrop-filter: blur(5px);
}

.wpcqr-popup-close {
  top: 22px !important;
  right: 22px !important;
  z-index: 3;
  color: #2f302f !important;
  font-size: 34px !important;
  line-height: 0.8 !important;
}

.dh-qr-popup-title {
  margin: 0;
  padding: 26px 64px 22px 28px;
  border-bottom: 1px solid #e7e7e7;
  color: var(--dh-green);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 900;
  line-height: 1.15;
  text-align: left;
}

.wpcqr-popup-inner {
  padding: 26px clamp(18px, 5vw, 34px) 30px;
}

#wpcqr-popup #wpcqr-qrcode {
  margin: 0;
}

#wpcqr-popup .wpcqr-top-text,
#wpcqr-popup .wpcqr-bottom-text {
  display: none;
}

#wpcqr-popup .wpcqr-canvas canvas {
  width: min(100%, 260px) !important;
  height: auto !important;
}

#wpcqr-popup .wpcqr-download-btn {
  display: none;
}

.dh-qr-share-panel {
  width: 100%;
  margin-top: 22px;
}

.dh-qr-link-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid #dcdede;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 55, 39, 0.08) inset;
}

.dh-qr-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--dh-green);
  color: #fff;
  cursor: pointer;
}

.dh-qr-copy-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dh-qr-link-input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #2f302f;
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.dh-qr-link-input:focus {
  box-shadow: none !important;
}

.dh-qr-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 8vw, 44px);
  margin-top: 22px;
}

.dh-qr-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background: #f4f7fb;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dh-qr-social:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 55, 39, 0.15);
}

.dh-qr-social-facebook {
  background: transparent;
  color: #1877f2 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.dh-qr-social-zalo {
  border: 2px solid #eef2ff;
  color: #1168ff !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.dh-qr-copy-status {
  min-height: 20px;
  margin-top: 12px;
  color: var(--dh-green);
  font-size: 13px;
  font-weight: 800;
}

.wpcqr-top-text,
.wpcqr-bottom-text {
  line-height: 1.35;
}

.dh-business-tabs.hoptac_tabs {
  width: 100%;
}

.dh-business-tabs .box_img,
.dh-business-tabs .box_content {
  width: 100%;
  transform: none;
}

.dh-business-tabs.hoptac_tabs .box_img > span {
  padding-bottom: 0;
  transform: none;
}

.dh-business-tabs.hoptac_tabs .box_img .inner_img {
  position: absolute;
  inset: 0;
  padding-bottom: 0;
  border-radius: 8px;
  box-shadow: none;
}

.nav_hoptac_tabs .item {
  width: 100%;
  height: auto;
  min-height: 64px;
  margin: 0;
  overflow: visible;
  letter-spacing: 0;
}

.nav_hoptac_tabs .item + .item {
  margin-top: 0;
}

.nav_hoptac_tabs .item .color.normal,
.nav_hoptac_tabs .item .color.active {
  position: static;
  inset: auto;
  z-index: auto;
  flex: 0 0 auto;
  filter: none;
}

.nav_hoptac_tabs .item .icon {
  flex: 0 0 auto;
  margin-left: 0;
  opacity: 1;
}

.dh-recipe-filter.style_form {
  margin: 0 auto 32px;
}

.style_form .wrap_form {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.style_form input,
.style_form select,
.style_form textarea,
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--dh-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  color: var(--dh-text);
  padding: 10px 14px;
}

.style_form textarea,
.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}

.style_form button[type="submit"],
.dh-store-filter button[type="submit"],
.btn-search-news-food {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--dh-orange);
  cursor: pointer;
  position: relative;
}

.style_form button[type="submit"]::before,
.dh-store-filter button[type="submit"]::before,
.btn-search-news-food::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.style_form button[type="submit"]::after,
.dh-store-filter button[type="submit"]::after,
.btn-search-news-food::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 9px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.dh-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
  margin: 30px 0;
}

.dh-logo-item {
  display: grid;
  place-items: center;
  min-height: 86px;
  border: 1px solid var(--dh-border);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.dh-logo-item img {
  max-height: 54px;
  object-fit: contain;
}

.dh-business-tabs {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 32px;
  align-items: stretch;
}

.dh-business-tabs .box_img {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f4ef;
  box-shadow: var(--dh-shadow);
}

.dh-business-tabs .box_img > span {
  position: absolute;
  inset: auto auto 0 0;
  z-index: 3;
  width: 42%;
  height: 10px;
}

.dh-business-tabs .inner_img {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transition: opacity 0.25s ease;
}

.dh-business-tabs .inner_img.active {
  opacity: 1;
}

.dh-business-tabs .box_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dh-business-tabs .title_animation {
  margin-bottom: 24px;
}

.nav_hoptac_tabs {
  display: grid;
  gap: 12px;
}

.nav_hoptac_tabs .item {
  position: relative;
  display: grid;
  grid-template-columns: 14px 1fr 34px;
  gap: 14px;
  align-items: center;
  min-height: 64px;
  border: 1px solid var(--dh-border);
  border-radius: 8px;
  background: #fff;
  color: var(--dh-text);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.25;
  padding: 14px;
  text-align: left;
}

.nav_hoptac_tabs .item .color.normal,
.nav_hoptac_tabs .item .color.active {
  display: block;
  width: 14px;
  height: 34px;
  border-radius: 999px;
}

.nav_hoptac_tabs .item .color.active {
  display: none;
}

.nav_hoptac_tabs .item .icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--dh-orange);
}

.nav_hoptac_tabs .item.active {
  border-color: transparent;
  background: var(--tab-color, var(--dh-orange));
  color: #fff;
}

.nav_hoptac_tabs .item.active .color.normal {
  display: none;
}

.nav_hoptac_tabs .item.active .color.active {
  display: block;
  background: #fff !important;
}

.nav_hoptac_tabs .item.active .icon {
  background: rgba(255, 255, 255, 0.18);
}

.dh-store-locator .wrap_office > .wrap {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
}

.dh-store-locator .tong_cua_hang {
  margin-bottom: 14px;
  color: var(--dh-green);
  font-weight: 700;
}

.dh-store-locator .list_office {
  max-height: 640px;
  overflow: auto;
  padding-right: 8px;
}

.dh-store-locator .item_office {
  border: 1px solid var(--dh-border);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  margin-bottom: 12px;
}

.dh-store-locator .item_office[hidden] {
  display: none;
}

.dh-store-locator .item_office h3 {
  margin: 0 0 8px;
  color: var(--dh-green);
  font-size: 17px;
}

.dh-map-placeholder {
  display: grid;
  place-items: center;
  min-height: 640px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74)),
    repeating-linear-gradient(45deg, #edf4ef 0, #edf4ef 14px, #ddebe2 14px, #ddebe2 28px);
  color: var(--dh-green);
  text-align: center;
}

.dh-map-placeholder .inner {
  max-width: 300px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--dh-shadow);
  padding: 26px;
}

.dh-map-placeholder strong,
.dh-map-placeholder span {
  display: block;
}

.dh-map-placeholder span {
  margin-top: 8px;
  color: var(--dh-muted);
  font-size: 14px;
}

.wrap_form_tv.dh-consult-form {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--dh-shadow);
  margin: 54px auto;
}

.dh-consult-form .inner_form {
  position: relative;
  z-index: 2;
}

.dh-consult-form .wrap_top {
  padding: clamp(26px, 5vw, 58px);
}

.dh-consult-form .wrap_bottom {
  background: var(--dh-green);
  color: #fff;
  padding: 18px clamp(22px, 5vw, 58px);
}

.dh-consult-form .wrap_info_form {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  align-items: center;
}

.dh-consult-form .wrap_ht {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
}

.dh-consult-form .wrap_ht.left {
  left: -20px;
  bottom: -28px;
}

.dh-consult-form .wrap_ht.right {
  right: -20px;
  top: -28px;
}

.wpcf7-form .row {
  row-gap: 14px;
}

.wpcf7-form .wpcf7-submit {
  width: auto;
  min-width: 170px;
  border-radius: 999px;
  background: var(--dh-orange);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

.dh-checkboxes .wpcf7-list-item {
  margin: 8px 14px 0 0;
}

.dh-form-warning {
  border-left: 4px solid var(--dh-orange);
  border-radius: 8px;
  background: #fff7ed;
  color: var(--dh-text);
  padding: 14px 16px;
}

.dh-newsletter-form .inner {
  display: flex;
  gap: 8px;
}

.dh-newsletter-form input[type="email"] {
  border-radius: 999px;
}

.dh-newsletter-form .wpcf7-submit {
  min-width: 128px;
}

.footer-wrapper,
#footer,
footer.footer-wrapper {
  min-height: 0 !important;
  height: auto !important;
  overflow: visible;
  background: var(--dh-green);
}

.footer-wrapper::before,
#footer::before,
footer.footer-wrapper::before {
  display: none !important;
}

.dh-footer {
  position: relative;
  overflow: hidden;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(48px, 6vw, 76px) 0 clamp(74px, 8vw, 116px) !important;
  background: linear-gradient(90deg, #003e2d 0%, #005b41 50%, #003e2d 100%);
  color: #fff;
}

.dh-footer::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: clamp(78px, 14vw, 220px);
  pointer-events: none;
  background: url("../img/ht_footer.png") center bottom / cover no-repeat;
}

.dh-footer .section-content {
  position: relative;
  z-index: 2;
}

.dh-footer .row {
  max-width: min(1180px, calc(100vw - 48px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.dh-footer .row.footer_top,
.dh-footer .row.footer_bottom {
  display: grid !important;
  gap: clamp(24px, 4vw, 52px);
  width: 100%;
}

.dh-footer .row.footer_top {
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  align-items: start;
}

.dh-footer .row.footer_bottom {
  grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr);
  align-items: center;
}

.dh-footer .row.footer_top > .col,
.dh-footer .row.footer_bottom > .col {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding-right: 0;
  padding-left: 0;
}

.dh-footer h3,
.dh-footer p,
.dh-footer a,
.dh-footer li,
.dh-footer .title_animation {
  color: #fff;
}

.dh-footer a:hover {
  color: var(--dh-yellow);
}

.dh-footer .title_animation {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  display: block;
  max-width: min(1180px, calc(100vw - 48px));
  margin: 0 auto 32px;
  color: #fcd7a3;
  font-size: clamp(28px, 3.8vw, 54px);
  line-height: 1.08;
  text-align: left;
  transform: none !important;
}

.dh-footer .logo_footer img {
  display: block;
  width: min(150px, 58vw);
}

.dh-footer .footer_top_items {
  display: grid !important;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(18px, 3vw, 42px);
  width: 100%;
  margin: 0 !important;
}

.dh-footer .footer_top_items > .col,
.dh-footer .footer_top_items > .col-inner {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding-right: 0;
  padding-left: 0;
}

.dh-footer .line {
  height: 1px;
  margin: 24px 0;
  background: rgba(255, 255, 255, 0.24);
}

.dh-footer .follow_us,
.dh-footer .footer_bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.dh-footer .info_footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin: 0;
}

.dh-footer .info_footer .item {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  line-height: 1.65;
}

.dh-footer .info_footer h3 {
  margin-bottom: 10px;
  font-size: 17px;
}

.dh-footer .footer_bottom img {
  margin-top: 12px;
}

.dh-footer .fp-tableCell {
  height: auto !important;
  padding: 0 !important;
}

.dh-footer.kisa-footer {
  background: #0c3823 !important;
  padding: clamp(42px, 5vw, 64px) 0 clamp(46px, 6vw, 76px) !important;
}

.dh-footer.kisa-footer::before {
  display: none;
}

.kisa-footer .row {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: clamp(20px, 3vw, 30px);
}

.kisa-footer .row.kisa-footer-company {
  border-top: 0;
  padding-top: 0;
}

.kisa-footer .row.kisa-footer-company,
.kisa-footer .row.kisa-footer-contact,
.kisa-footer .row.kisa-footer-sample {
  display: grid !important;
  gap: clamp(20px, 3vw, 34px);
  width: 100%;
}

.kisa-footer .row.kisa-footer-company {
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  align-items: start;
}

.kisa-footer .row.kisa-footer-contact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kisa-footer .row.kisa-footer-sample {
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: start;
}

.kisa-footer .row.kisa-footer-company > .col,
.kisa-footer .row.kisa-footer-contact > .col,
.kisa-footer .row.kisa-footer-sample > .col,
.kisa-footer .row.kisa-footer-b2b > .col {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding-right: 0;
  padding-left: 0;
}

.kisa-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  aspect-ratio: 1;
  min-height: 0;
  border: 2px solid rgba(255, 210, 0, 0.75);
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  line-height: 1;
}

.kisa-footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.kisa-footer h3 {
  margin: 0 0 12px;
  color: #ffd200;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.kisa-footer p,
.kisa-footer li {
  font-size: 15px;
  line-height: 1.75;
}

.kisa-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.kisa-footer li + li {
  margin-top: 6px;
}

.kisa-footer a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.kisa-footer a:hover {
  color: #ffd200;
}

.kisa-footer .form_footer.dh-newsletter-form {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: clamp(16px, 2.5vw, 24px);
}

.kisa-footer .wpcf7-form .row.kisa-sample-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.kisa-footer .wpcf7-form .row.kisa-sample-form > .col {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0;
}

.kisa-footer .kisa-sample-form input,
.kisa-footer .kisa-sample-form textarea {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--dh-text);
}

.kisa-footer .kisa-sample-form textarea {
  min-height: 96px;
  resize: vertical;
}

.kisa-footer .kisa-sample-form .text-right {
  grid-column: 1 / -1;
}

.kisa-footer .kisa-sample-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  background: #d32f2f;
  color: #fff;
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 1.25;
  letter-spacing: 0;
  padding: 13px 16px;
  text-align: center;
  white-space: normal;
}

.kisa-footer .kisa-sample-form .wpcf7-submit:hover {
  background: #ffd200;
  color: #0c3823;
}

.kisa-footer-legacy .row {
  border-top: 0;
  padding-top: 0;
}

.kisa-footer-legacy .row + .row {
  margin-top: 24px;
}

.kisa-footer-legacy .logo_footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 210, 0, 0.75);
  border-radius: 8px;
  background: #fff;
  padding: 8px;
}

.kisa-footer-legacy .logo_footer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.kisa-footer-legacy .footer_top_items {
  align-items: stretch;
}

.kisa-footer-legacy .footer_top_items .item {
  width: 100%;
  min-width: 0;
  padding: 0 !important;
  line-height: 1.75;
}

.kisa-footer-legacy .footer_top_items .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: clamp(18px, 3vw, 42px) !important;
}

.kisa-footer-legacy .info_footer .item {
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.kisa-footer-legacy .info_footer h3 {
  color: #ffd200;
}

.kisa-footer-legacy .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
}

.kisa-footer-legacy .footer_bottom h3 {
  color: #ffd200;
}

.kisa-footer-legacy .form_footer.dh-newsletter-form {
  margin: 0;
}

@media (max-width: 1024px) {
  .kisa-footer-legacy .footer_top_items .item + .item {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .kisa-footer .row.kisa-footer-company,
  .kisa-footer .row.kisa-footer-contact,
  .kisa-footer .row.kisa-footer-sample,
  .kisa-footer .wpcf7-form .row.kisa-sample-form {
    grid-template-columns: 1fr;
  }

  .kisa-footer-logo {
    width: 116px;
  }
}

.dh-policy-page {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .office_page_number.dh-stats,
  .wrap_product.dh-product-grid,
  .dh-footer .info_footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrap_media.dh-post-grid,
  .wrap_cooking_page.dh-recipe-grid,
  .dh-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dh-business-tabs,
  .dh-store-locator .wrap_office > .wrap,
  .dh-featured-posts,
  .dh-home-media,
  .dh-footer .row.footer_top,
  .dh-footer .row.footer_bottom,
  .dh-footer .footer_top_items {
    grid-template-columns: 1fr;
  }

  .dh-home-media::before {
    display: none;
  }

  .dh-home-media-ceo {
    min-height: 520px;
    padding-right: min(42vw, 340px);
  }

  .dh-business-tabs .box_img,
  .dh-map-placeholder {
    min-height: 430px;
  }

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

@media (max-width: 1199px) {
  .banner_slider,
  .banner_slider > .slider,
  .banner_slider .flickity-viewport,
  .banner_slider .banner,
  .banner_slider .banner-inner {
    height: clamp(320px, 48.8vw, 580px) !important;
    min-height: 0 !important;
  }

  .banner_slider .banner {
    padding-top: 0 !important;
  }
}

@media (max-width: 849px) {
  body.admin-bar #header {
    top: 46px;
  }

  #header {
    height: 4.6rem;
    max-width: 100vw;
    background: linear-gradient(90deg, #003e2d 12.5%, #005b41 50.03%, #003e2d 87%) !important;
  }

  #header::after {
    content: "";
    position: absolute;
    top: 0.95rem;
    right: 0.5rem;
    z-index: 10020;
    width: 2.7rem;
    height: 2.7rem;
    border: 1px solid #fcd7a3;
    border-radius: 5rem;
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0787 20.25H4.92122C4.73665 20.25 4.55856 20.1819 4.42103 20.0588C4.2835 19.9358 4.19619 19.7663 4.17581 19.5828L2.84248 7.58282C2.83083 7.47799 2.84143 7.37188 2.87357 7.27142C2.90572 7.17095 2.9587 7.0784 3.02904 6.99981C3.09939 6.92121 3.18553 6.85834 3.28182 6.81529C3.37812 6.77225 3.48241 6.75 3.58789 6.75H21.412C21.5175 6.75 21.6218 6.77225 21.7181 6.81529C21.8144 6.85834 21.9005 6.92121 21.9708 6.99981C22.0412 7.0784 22.0942 7.17095 22.1263 7.27142C22.1585 7.37188 22.1691 7.47799 22.1574 7.58282L20.8241 19.5828C20.8037 19.7663 20.7164 19.9358 20.5789 20.0588C20.4413 20.1819 20.2632 20.25 20.0787 20.25Z' stroke='%23FCD7A3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 6.75C8.75 5.75544 9.14509 4.80161 9.84835 4.09835C10.5516 3.39509 11.5054 3 12.5 3C13.4946 3 14.4484 3.39509 15.1517 4.09835C15.8549 4.80161 16.25 5.75544 16.25 6.75' stroke='%23FCD7A3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 1.25rem auto no-repeat;
    pointer-events: none;
  }

  #header .header-main {
    min-height: 4.6rem;
  }

  #header .header-main::before {
    display: none;
  }

  #header .header-inner {
    height: 4.6rem;
    padding: 0 0.5rem;
  }

  #header #logo {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #header #logo img {
    width: auto;
    height: 3.5rem;
  }

  #header .show-for-medium.flex-left,
  #header .show-for-medium.flex-right {
    display: flex !important;
    flex: 1 1 0;
    align-items: center;
  }

  #header .show-for-medium.flex-left {
    justify-content: flex-start;
    order: 1;
  }

  #header .show-for-medium.flex-right {
    justify-content: flex-end;
    order: 3;
    position: absolute;
    top: 0;
    right: 0.5rem;
    z-index: 12;
    width: 4.2rem;
    height: 4.6rem;
  }

  #header .show-for-medium.flex-right::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 40;
    width: 2.7rem;
    height: 2.7rem;
    border: 1px solid #fcd7a3;
    border-radius: 5rem;
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0787 20.25H4.92122C4.73665 20.25 4.55856 20.1819 4.42103 20.0588C4.2835 19.9358 4.19619 19.7663 4.17581 19.5828L2.84248 7.58282C2.83083 7.47799 2.84143 7.37188 2.87357 7.27142C2.90572 7.17095 2.9587 7.0784 3.02904 6.99981C3.09939 6.92121 3.18553 6.85834 3.28182 6.81529C3.37812 6.77225 3.48241 6.75 3.58789 6.75H21.412C21.5175 6.75 21.6218 6.77225 21.7181 6.81529C21.8144 6.85834 21.9005 6.92121 21.9708 6.99981C22.0412 7.0784 22.0942 7.17095 22.1263 7.27142C22.1585 7.37188 22.1691 7.47799 22.1574 7.58282L20.8241 19.5828C20.8037 19.7663 20.7164 19.9358 20.5789 20.0588C20.4413 20.1819 20.2632 20.25 20.0787 20.25Z' stroke='%23FCD7A3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 6.75C8.75 5.75544 9.14509 4.80161 9.84835 4.09835C10.5516 3.39509 11.5054 3 12.5 3C13.4946 3 14.4484 3.39509 15.1517 4.09835C15.8549 4.80161 16.25 5.75544 16.25 6.75' stroke='%23FCD7A3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 1.25rem auto no-repeat;
    pointer-events: none;
  }

  #header .mobile-nav {
    align-items: center;
  }

  #header .mobile-nav > li {
    margin: 0;
  }

  #header .icon-menu {
    color: #fff;
    font-size: 2.2rem;
  }

  #header .html_top_right_text {
    gap: 0.5rem;
    justify-content: flex-end;
  }

  #header .mobile-nav.nav-right,
  #header .mobile-nav.nav-right > li.html_top_right_text {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }

  #header a.shop_button {
    width: 2.7rem;
    height: 2.7rem;
    margin-left: 0;
    padding: 0;
    font-size: 0;
  }

  #header .mobile-nav a.shop_button {
    display: inline-flex !important;
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 45;
    opacity: 1 !important;
    visibility: visible !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
  }

  #header .mobile-nav a.shop_button > span:not(.icon) {
    display: none;
  }

  #header .mobile-nav a.shop_button .icon {
    display: none !important;
  }

  #header .mobile-nav a.shop_button::after {
    content: "";
    display: none;
    width: 1.25rem;
    height: 1.25rem;
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0787 20.25H4.92122C4.73665 20.25 4.55856 20.1819 4.42103 20.0588C4.2835 19.9358 4.19619 19.7663 4.17581 19.5828L2.84248 7.58282C2.83083 7.47799 2.84143 7.37188 2.87357 7.27142C2.90572 7.17095 2.9587 7.0784 3.02904 6.99981C3.09939 6.92121 3.18553 6.85834 3.28182 6.81529C3.37812 6.77225 3.48241 6.75 3.58789 6.75H21.412C21.5175 6.75 21.6218 6.77225 21.7181 6.81529C21.8144 6.85834 21.9005 6.92121 21.9708 6.99981C22.0412 7.0784 22.0942 7.17095 22.1263 7.27142C22.1585 7.37188 22.1691 7.47799 22.1574 7.58282L20.8241 19.5828C20.8037 19.7663 20.7164 19.9358 20.5789 20.0588C20.4413 20.1819 20.2632 20.25 20.0787 20.25Z' stroke='%23FCD7A3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 6.75C8.75 5.75544 9.14509 4.80161 9.84835 4.09835C10.5516 3.39509 11.5054 3 12.5 3C13.4946 3 14.4484 3.39509 15.1517 4.09835C15.8549 4.80161 16.25 5.75544 16.25 6.75' stroke='%23FCD7A3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #header a.shop_button svg {
    display: block !important;
    width: 1.25rem;
    margin: 0;
  }

  #header .button_language {
    height: 2.7rem;
    margin-left: 0;
    font-size: 0;
  }

  #header .button_language .icon {
    width: 2rem;
    height: 2rem;
    margin: 0;
  }

  #header .mobile-nav .button_language {
    display: none;
  }
}

	@media (max-width: 767px) {
	  .banner_slider {
	    height: clamp(250px, 72vw, 420px) !important;
	    min-height: 0 !important;
	  }

	  .banner_slider .banner,
	  .banner_slider .banner-inner {
	    height: 100% !important;
	    min-height: 0 !important;
	  }

  body.admin-bar #header {
    top: 46px;
  }

  #header {
    height: 4.6rem;
    max-width: 100vw;
    background: linear-gradient(90deg, #003e2d 12.5%, #005b41 50.03%, #003e2d 87%) !important;
  }

  #header .header-main {
    min-height: 4.6rem;
  }

  #header .header-main::before {
    display: none;
  }

  #header .header-inner {
    height: 4.6rem;
    padding: 0 0.5rem;
  }

  #header #logo {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #header #logo img {
    width: auto;
    height: 3.5rem;
  }

  #header .show-for-medium.flex-left,
  #header .show-for-medium.flex-right {
    display: flex !important;
    flex: 1 1 0;
    align-items: center;
  }

  #header .show-for-medium.flex-left {
    justify-content: flex-start;
    order: 1;
  }

  #header .show-for-medium.flex-right {
    justify-content: flex-end;
    order: 3;
  }

  #header .mobile-nav {
    align-items: center;
  }

  #header .mobile-nav > li {
    margin: 0;
  }

  #header .icon-menu {
    color: #fff;
    font-size: 2.2rem;
  }

  #header .html_top_right_text {
    gap: 0.5rem;
  }

  #header a.shop_button {
    width: 2.7rem;
    height: 2.7rem;
    margin-left: 0;
    padding: 0;
    font-size: 0;
  }

  #header a.shop_button svg {
    margin: 0;
  }

  #header .button_language {
    height: 2.7rem;
    margin-left: 0;
    font-size: 0;
  }

  #header .button_language .icon {
    width: 2rem;
    height: 2rem;
    margin: 0;
  }

  .office_page_number.dh-stats,
  .wrap_product.dh-product-grid,
  .wrap_media.dh-post-grid,
  .wrap_cooking_page.dh-recipe-grid,
  .dh-logo-grid,
  .dh-footer .info_footer,
  .style_form .wrap_form {
    grid-template-columns: 1fr;
  }

  .office_page_number.dh-stats {
    gap: 12px;
    margin: 24px auto;
  }

  .dh-home-media {
    min-height: 0;
    gap: 36px;
  }

  .dh-home-media .heading_title {
    margin-bottom: 22px;
  }

  .dh-home-media-item.has-image {
    grid-template-columns: 1fr;
  }

  .dh-home-media-bottom {
    margin-top: 28px;
    text-align: left;
  }

  .dh-home-media-ceo {
    min-height: 0;
    padding-right: 0;
  }

  .dh-home-media-ceo .dh-home-ceo-img {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 0;
    width: 100%;
    margin-top: 24px;
  }

  .dh-product-home-slide .product_home {
    padding: 24px 16px;
  }

  .dh-product-home-slide .box_img {
    min-height: 280px;
  }

  .nav_slider_product {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .nav_slider_product li,
  .nav_slider_product button {
    flex: 0 0 auto;
  }

  .dh-featured-posts .post_list .post_item {
    grid-template-columns: 112px 1fr;
  }

  .dh-featured-posts .item_lagre_post {
    min-height: 340px;
  }

  .dh-business-tabs .box_img,
  .dh-map-placeholder {
    min-height: 320px;
  }

  .nav_hoptac_tabs .item {
    grid-template-columns: 10px 1fr 30px;
    min-height: 56px;
    padding: 12px;
  }

  .dh-consult-form .wrap_ht {
    display: none;
  }

  .dh-newsletter-form .inner {
    display: grid;
  }

	  .dh-newsletter-form .wpcf7-submit,
	  .wpcf7-form .wpcf7-submit {
	    width: 100%;
	  }

	  .dh-footer {
	    padding: 44px 0 82px !important;
	  }

	  .dh-footer .row {
	    max-width: calc(100vw - 32px) !important;
	  }

	  .dh-footer .title_animation {
	    max-width: calc(100vw - 32px);
	    margin-bottom: 24px;
	    font-size: 28px;
	  }
	}

@media (max-width: 849px) {
  #header::after,
  #header .show-for-medium.flex-right::before {
    display: none !important;
  }

  #header .html_top_right_text a.dh-header-shop,
  #header .mobile-nav a.dh-header-shop {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.7rem !important;
    min-width: 2.7rem !important;
    height: 2.7rem !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid #fcd7a3 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #fcd7a3 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #header .mobile-nav a.dh-header-shop {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 45;
    transform: translateY(-50%) !important;
  }

  #header .html_top_right_text a.dh-header-shop > span:not(.icon) {
    display: none !important;
  }

  #header .html_top_right_text a.dh-header-shop .icon,
  #header .mobile-nav a.dh-header-shop .icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
  }

  #header .html_top_right_text a.dh-header-shop svg,
  #header .mobile-nav a.dh-header-shop svg {
    display: block !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin: 0 !important;
  }
}

@media (min-width: 850px) and (max-width: 1199px) {
  #header .html_top_right_text {
    gap: 0.55rem;
  }

  #header .html_top_right_text a.dh-header-shop {
    width: 2.7rem;
    min-width: 2.7rem;
    height: 2.7rem;
    margin-left: 0.6rem;
    padding: 0;
    font-size: 0;
    gap: 0;
  }

  #header .html_top_right_text a.dh-header-shop > span:not(.icon) {
    display: none !important;
  }

  #header .html_top_right_text a.dh-header-shop .icon,
  #header .html_top_right_text a.dh-header-shop svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
}

@media (max-width: 767px) {
  .nav_slider_product {
    gap: 8px;
    margin-top: 20px;
    padding: 0 16px 8px;
    scroll-padding-left: 16px;
  }

  .nav_slider_product li {
    width: auto !important;
  }

  .nav_slider_product button {
    min-width: max-content;
    min-height: 42px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1;
  }
}

/* Page polish for imported corporate layouts. */
.about_sec_1.dh-about,
.dh-media-featured,
.dh-business-domestic,
.dh-store-page,
.dh-recipe-hero,
.dh-sustainability-hero,
.dh-careers-hero,
.dh-factory-hero {
  padding-top: clamp(112px, 10vw, 154px) !important;
}

.about_sec_2.dh-about-milestones,
.about_sec_3.dh-about-timeline,
.dh-media-list,
.dh-business-global,
.dh-business-tabs-section,
.dh-recipe-highlight,
.dh-recipe-list,
.dh-basic-cards,
.dh-careers-apply {
  padding-top: clamp(56px, 6vw, 88px) !important;
  padding-bottom: clamp(60px, 7vw, 96px) !important;
}

.about_sec_1.dh-about,
.dh-media-featured {
  background: linear-gradient(90deg, #003e2d 0%, #005b41 50%, #003e2d 100%) !important;
}

.about_sec_1.dh-about .row,
.dh-media-featured .row,
.dh-media-list .row,
.dh-business-domestic .row,
.dh-business-global .row,
.dh-business-tabs-section .row,
.dh-store-page .row,
.dh-recipe-hero .row,
.dh-recipe-highlight .row,
.dh-recipe-list .row,
.dh-basic-page .row {
  max-width: min(1180px, calc(100vw - 48px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.about_sec_1.dh-about .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 clamp(26px, 4vw, 44px);
}

.about_sec_1.dh-about .nav > li {
  margin: 0 !important;
}

.about_sec_1.dh-about .nav > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #fcd7a3;
  border-radius: 999px;
  color: #fcd7a3 !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  padding: 10px 18px;
  text-align: center;
}

.about_sec_1.dh-about .nav > li.active > a,
.about_sec_1.dh-about .nav > li > a:hover {
  background: #fcd7a3;
  color: #003e2d !important;
}

.about_sec_1.dh-about .tab-panels {
  max-width: 1040px;
  margin: 0 auto;
}

.about_sec_1.dh-about .panel,
.about_sec_1.dh-about .panel p {
  color: #fff !important;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

.about_sec_1.dh-about .panel .row {
  align-items: center;
}

.about_sec_1.dh-about .img,
.about_sec_1.dh-about .img-inner {
  overflow: visible;
}

.about_sec_1.dh-about img {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  filter: drop-shadow(0 18px 34px rgba(0, 35, 24, 0.22));
}

.about_sec_2.dh-about-milestones,
.dh-media-list,
.dh-business-domestic,
.dh-business-global,
.dh-business-tabs-section,
.dh-store-page,
.dh-recipe-hero,
.dh-recipe-highlight,
.dh-recipe-list,
.dh-basic-page {
  background: #fff8ee !important;
}

.about_sec_2.dh-about-milestones .heading_title,
.about_sec_3.dh-about-timeline .heading_title,
.dh-media-list .heading_title,
.dh-business-domestic .heading_title,
.dh-business-global .heading_title,
.dh-business-tabs-section .heading_title,
.dh-store-page .heading_title,
.dh-recipe-hero .heading_title,
.dh-basic-page .heading_title {
  color: var(--dh-green);
  line-height: 1.08;
  text-wrap: balance;
}

.about_sec_3.dh-about-timeline {
  background: #f7f1e6 !important;
}

.dh-timeline {
  align-items: stretch;
}

.dh-timeline > .col > .col-inner {
  height: 100%;
  border: 1px solid var(--dh-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 55, 39, 0.07);
  padding: 24px;
}

.dh-timeline h3 {
  margin: 0 0 10px;
  color: var(--dh-orange);
  font-size: 24px;
  line-height: 1.15;
}

.dh-media-featured .wrap_top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.dh-media-featured .heading_title,
.dh-media-featured .content,
.dh-media-featured .title_animation {
  color: #fff !important;
}

.dh-media-featured .heading_title {
  margin-bottom: 8px;
}

.dh-media-featured .title_animation {
  color: #fcd7a3 !important;
  font-size: clamp(25px, 3vw, 44px);
  line-height: 1.06;
}

.dh-featured-posts {
  max-width: 1180px;
  margin: 0 auto;
}

.dh-featured-posts .box_content {
  filter: none !important;
}

.dh-featured-posts .item_lagre_post {
  min-height: clamp(360px, 40vw, 520px);
}

.dh-featured-posts .item_lagre_post .box_img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.dh-featured-posts .item_lagre_post .box_img img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.dh-featured-posts .item_lagre_post .box_content h3,
.dh-featured-posts .item_lagre_post .box_content .box_meta,
.dh-featured-posts .item_lagre_post .box_content .box_meta span {
  color: #fff !important;
}

.dh-featured-posts .post_list .post_item {
  display: grid !important;
  grid-template-columns: 148px minmax(0, 1fr);
  min-height: 138px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
}

.dh-featured-posts .post_list .box_img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.dh-featured-posts .post_list .box_img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.dh-featured-posts .post_list .box_content {
  position: static !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  background: #fff !important;
  padding: 18px !important;
}

.dh-featured-posts .post_list h3 {
  color: var(--dh-green) !important;
  font-size: 17px;
  line-height: 1.35;
}

.dh-featured-posts .post_list .box_meta,
.dh-featured-posts .post_list .box_meta span {
  color: var(--dh-muted) !important;
}

.dh-logo-grid {
  margin-top: clamp(28px, 4vw, 46px);
  margin-bottom: clamp(28px, 5vw, 64px);
}

.dh-business-domestic,
.dh-business-global {
  padding-bottom: clamp(44px, 6vw, 80px) !important;
}

.dh-store-page {
  padding-bottom: clamp(64px, 8vw, 110px) !important;
}

.dh-store-heading {
  max-width: 720px;
  margin: 0 auto 28px;
}

.dh-store-page .office_page_number.dh-stats {
  margin-top: 0;
}

.dh-store-locator.office_page {
  padding: 0 !important;
}

.dh-store-locator .style_form {
  margin: clamp(28px, 4vw, 44px) 0;
}

.dh-recipe-hero {
  min-height: min(760px, 72vw);
}

.dh-recipe-hero .row {
  align-items: center;
}

.dh-recipe-hero .img img,
.dh-basic-hero-image img {
  display: block;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.dh-recipe-hero .img img {
  max-height: 560px;
  object-fit: contain;
}

.dh-basic-page {
  overflow: hidden;
}

.dh-basic-page .dh-kicker {
  margin: 0 0 12px;
  color: var(--dh-orange);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.dh-basic-page p {
  color: var(--dh-text);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.75;
}

.dh-basic-hero-image .img-inner {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--dh-shadow);
}

.dh-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}

.dh-info-card {
  min-height: 190px;
  border: 1px solid var(--dh-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 55, 39, 0.07);
  padding: 24px;
}

.dh-info-card h3 {
  margin: 0 0 10px;
  color: var(--dh-green);
  font-size: 22px;
  line-height: 1.2;
}

.dh-info-card p {
  margin: 0;
  color: var(--dh-muted);
  font-size: 15px;
}

.single-post #main {
  background: #fff8ee;
}

.single-post .blog-single {
  padding: clamp(118px, 10vw, 154px) 0 clamp(56px, 7vw, 92px);
}

.single-post .blog-single > .row {
  max-width: min(1120px, calc(100vw - 48px)) !important;
}

.single-post .post-sidebar {
  display: none !important;
}

.single-post .large-9,
.single-post .large-10,
.single-post .large-8 {
  width: 100% !important;
  max-width: none !important;
  flex-basis: 100% !important;
}

.single-post article.post {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--dh-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--dh-shadow);
}

.single-post .entry-header {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  background: transparent !important;
}

.single-post .entry-header-text {
  padding: clamp(28px, 5vw, 54px) clamp(20px, 5vw, 64px) 22px;
}

.single-post .entry-category a {
  color: var(--dh-orange) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.single-post .entry-title {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: var(--dh-green);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.12;
}

.single-post .entry-meta {
  color: var(--dh-muted);
  font-size: 12px;
  line-height: 1.6;
}

.single-post .entry-image {
  margin: 0 !important;
}

.single-post .entry-image img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.single-post .entry-content.single-page {
  padding: clamp(24px, 4vw, 48px) clamp(20px, 5vw, 64px);
  color: var(--dh-text);
  font-size: 18px;
  line-height: 1.85;
}

.single-post .entry-content.single-page p {
  margin-bottom: 18px;
}

.single-post .blog-share,
.single-post footer.entry-meta,
.single-post .entry-author,
.single-post .navigation-post,
.single-post #comments {
  display: none !important;
}

@media (max-width: 1024px) {
  .dh-media-featured .wrap_top,
  .dh-info-grid {
    grid-template-columns: 1fr;
  }

  .dh-media-featured .title_animation {
    display: block !important;
    margin-top: 4px;
  }
}

@media (max-width: 849px) {
  .about_sec_1.dh-about,
  .dh-media-featured,
  .dh-business-domestic,
  .dh-store-page,
  .dh-recipe-hero,
  .dh-sustainability-hero,
  .dh-careers-hero,
  .dh-factory-hero,
  .single-post .blog-single {
    padding-top: 96px !important;
  }

  .about_sec_1.dh-about .row,
  .dh-media-featured .row,
  .dh-media-list .row,
  .dh-business-domestic .row,
  .dh-business-global .row,
  .dh-business-tabs-section .row,
  .dh-store-page .row,
  .dh-recipe-hero .row,
  .dh-recipe-highlight .row,
  .dh-recipe-list .row,
  .dh-basic-page .row,
  .single-post .blog-single > .row {
    max-width: calc(100vw - 32px) !important;
  }

  .about_sec_1.dh-about .nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .about_sec_1.dh-about .nav > li {
    flex: 0 0 auto;
  }

  .about_sec_1.dh-about .panel,
  .about_sec_1.dh-about .panel p {
    color: #fff !important;
    font-size: 16px;
  }

  .dh-featured-posts {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dh-featured-posts .item_lagre_post {
    min-height: 340px;
  }

  .dh-featured-posts .post_list .post_item {
    grid-template-columns: 124px minmax(0, 1fr);
  }

  .dh-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .dh-logo-item {
    min-height: 86px;
    padding: 12px;
  }

  .dh-store-locator .wrap_office > .wrap {
    grid-template-columns: 1fr;
  }

  .dh-store-locator .right {
    order: 2;
  }

  .dh-store-locator .left {
    order: 1;
  }

  .dh-map-placeholder {
    min-height: 280px;
  }

  .dh-recipe-hero {
    min-height: 0;
  }

  .single-post article.post {
    max-width: none;
  }
}

@media (max-width: 549px) {
  .dh-featured-posts .post_list .post_item {
    grid-template-columns: 1fr;
  }

  .dh-featured-posts .post_list .box_img img {
    aspect-ratio: 16 / 9;
    height: auto !important;
  }

  .dh-info-card {
    min-height: 0;
    padding: 20px;
  }

  .single-post .entry-header-text {
    padding-top: 28px;
  }
}

.kisa-footer a,
.kisa-footer a:hover,
.kisa-footer a:focus {
  text-decoration: none !important;
}

body.single-post article.kisa-article {
  max-width: 1120px;
  margin: 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.single-post .kisa-article-hero {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  background: transparent !important;
}

.kisa-footer-legacy .info_footer {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
}

.kisa-footer-legacy .footer_bottom {
  grid-template-columns: minmax(220px, 4fr) minmax(0, 8fr);
}

.kisa-footer-legacy .footer_bottom h3 {
  margin-bottom: 0;
}

.kisa-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.kisa-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.kisa-social-link i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  color: inherit;
  line-height: 1;
}

.kisa-social-link:hover,
.kisa-social-link:focus {
  border-color: #ffd200;
  color: #fff !important;
  transform: translateY(-1px);
}

.kisa-social-tiktok {
  background: #111;
}

.kisa-social-facebook {
  background: #1877f2;
}

.kisa-social-note {
  margin-top: 12px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82) !important;
}

@media (max-width: 1024px) {
  .kisa-footer-legacy .info_footer,
  .kisa-footer-legacy .footer_bottom {
    grid-template-columns: 1fr;
  }
}

/* Homepage reference polish: journey, products, recipes, and media sections. */
.section.home_sec_2,
.section.home_sec_4,
.section.home_sec_5,
.section.home_sec_6 {
  overflow: hidden;
}

.section.home_sec_2 {
  padding: 92px 0 86px !important;
}

.section.home_sec_2 .section-content > .row,
.section.home_sec_4 .section-content > .row,
.section.home_sec_5 .section-content > .row,
.section.home_sec_6 .section-content > .row {
  max-width: min(1320px, calc(100vw - 72px)) !important;
}

.dh-home-journey-media {
  position: relative;
  max-width: 1060px;
  margin: 0 auto 72px;
  padding: 0 78px 32px;
}

.dh-journey-frame {
  overflow: hidden;
  aspect-ratio: 16 / 6.4;
  border-radius: 10px;
  background: #eef2e9;
}

.dh-journey-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.dh-journey-decor {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 55, 39, 0.14);
}

.dh-journey-decor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dh-journey-decor-left {
  top: 22%;
  left: 0;
  transform: rotate(-12deg);
}

.dh-journey-decor-right {
  right: 0;
  bottom: 14%;
  transform: rotate(9deg);
}

.dh-journey-button {
  position: absolute;
  bottom: 32px;
  left: 50%;
  z-index: 3;
  min-width: 260px;
  min-height: 56px;
  background: var(--dh-green) !important;
  font-size: 15px;
  transform: translate(-50%, 50%) !important;
}

.dh-journey-button:hover {
  transform: translate(-50%, calc(50% - 1px)) !important;
}

.section.home_sec_2 .office_page_number.dh-stats {
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
}

.section.home_sec_2 .office_page_number.dh-stats .item {
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 12px;
}

.section.home_sec_2 .office_page_number.dh-stats b {
  color: var(--dh-green);
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.section.home_sec_2 .office_page_number.dh-stats .content {
  max-width: 230px;
  margin: 16px auto 0;
  color: #3f413f;
  font-size: 16px;
  line-height: 1.45;
}

.section.home_sec_4 {
  background: #fbf6ed;
  padding: 104px 0 72px !important;
}

.section.home_sec_4 .section-content > .row {
  max-width: min(1360px, calc(100vw - 72px)) !important;
}

.dh-product-home-slider {
  position: relative;
  min-height: 620px;
}

.dh-product-home-controls,
.dh-home-circle-arrows {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dh-product-home-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.dh-home-circle-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  border: 1.5px solid var(--dh-green);
  border-radius: 50%;
  background: transparent;
  color: var(--dh-green);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dh-home-circle-arrow:hover,
.dh-home-circle-arrow:focus {
  background: var(--dh-green);
  color: #fff;
  transform: translateY(-1px);
}

.dh-product-home-slide .product_home {
  overflow: visible;
  min-height: 540px;
  border-radius: 0;
  background: transparent;
  padding: 32px 0 0;
}

.dh-product-home-slide .row.items-center {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 72px;
  align-items: center;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.dh-product-home-slide .row.items-center > .col {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0;
}

.dh-product-home-slide .dh-product-home-copy {
  max-width: 470px;
}

.dh-product-home-slide h3 {
  margin: 0 0 20px;
  color: var(--dh-green) !important;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.dh-product-home-slide .content {
  max-width: 470px;
  margin-bottom: 26px;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}

.dh-product-home-slide .dh-button {
  min-width: 190px;
  min-height: 54px;
  background: var(--dh-green) !important;
  font-size: 15px;
}

.dh-product-home-slide .box_img {
  min-height: 470px;
}

.dh-product-home-slide .box_img > img {
  max-height: 500px;
}

.dh-product-home-slide .box_img .ht.top {
  top: 6%;
  right: 4%;
}

.dh-product-home-slide .box_img .ht.bottom {
  bottom: 8%;
  left: 2%;
}

.dh-product-home-slide .img_large {
  right: auto;
  bottom: auto;
  left: 3%;
  top: 10%;
  width: 250px;
  opacity: 0.08;
}

.nav_slider_product {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  margin: 46px 0 0;
  overflow-x: auto;
  padding: 0 0 6px;
  scrollbar-width: none;
}

.nav_slider_product::-webkit-scrollbar {
  display: none;
}

.nav_slider_product li {
  flex: 0 0 auto;
  margin: 0 !important;
}

.nav_slider_product button {
  min-height: 48px;
  border: 0;
  background: var(--dh-green);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0 15px;
}

.nav_slider_product button.active,
.nav_slider_product button:hover {
  background: var(--dh-orange);
  color: #fff;
}

.section.home_sec_5 {
  padding: 96px 0 88px !important;
}

.section.home_sec_5 .section-content > .row {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
}

.section.home_sec_5 .section-content > .row > .col {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0;
}

.dh-home-recipe-feature {
  position: relative;
  min-height: 660px;
  border-radius: 10px;
  background: rgba(255, 248, 221, 0.74);
  padding: 58px 36px 76px;
  text-align: center;
}

.dh-home-recipe-feature h2 {
  position: relative;
  z-index: 5;
  margin: 0;
  color: var(--dh-green);
  font-size: 58px;
  font-weight: 900;
  line-height: 1.06;
}

.dh-home-recipe-decor {
  position: absolute;
  inset: 170px 30px auto;
  z-index: 1;
  pointer-events: none;
}

.dh-home-recipe-decor img {
  width: 100%;
}

.dh-home-recipe-dish {
  position: absolute;
  right: 50%;
  top: 280px;
  bottom: auto;
  z-index: 2;
  width: min(66%, 390px);
  transform: translateX(50%);
}

.dh-home-recipe-dish img {
  width: 100%;
}

.dh-home-recipe-feature .title_animation {
  position: absolute;
  right: 58px;
  bottom: 78px;
  z-index: 3;
  margin: 0;
  color: var(--dh-green);
  font-size: 30px;
  line-height: 1.14;
  transform: rotate(-7deg);
}

.dh-home-recipe-button {
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 4;
  min-width: 260px;
  min-height: 56px;
  background: var(--dh-green) !important;
  font-size: 15px;
  transform: translateX(-50%) !important;
}

.dh-home-recipe-button:hover {
  transform: translate(-50%, -1px) !important;
}

.section.home_sec_5 .wrap_cooking_page.dh-recipe-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.section.home_sec_5 .item_cooking {
  min-height: 260px;
  border: 0;
  border-radius: 10px;
  background: #12372d;
  box-shadow: none;
}

.section.home_sec_5 .item_cooking .box_img,
.section.home_sec_5 .item_cooking .box_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.section.home_sec_5 .item_cooking .box_img img {
  aspect-ratio: auto;
  object-fit: cover;
}

.section.home_sec_5 .item_cooking .box_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.72) 100%);
}

.section.home_sec_5 .item_cooking .box_content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 26px;
}

.section.home_sec_5 .item_cooking h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
}

.section.home_sec_5 .item_cooking ul {
  display: none;
}

.section.home_sec_6 {
  padding: 104px 0 84px !important;
}

.section.home_sec_6 .section-content > .row {
  max-width: min(1360px, calc(100vw - 72px)) !important;
}

.dh-home-media {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 76px;
  min-height: 650px;
}

.dh-home-media::before {
  top: 116px;
  bottom: 12px;
  background: rgba(0, 81, 61, 0.18);
}

.dh-home-media .heading_title {
  margin: 0 0 46px;
  color: var(--dh-green);
  font-size: 58px;
  font-weight: 900;
  line-height: 1.04;
  white-space: nowrap;
}

.dh-home-media-item.has-image {
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 28px;
}

.dh-home-media-item .box_img {
  border-radius: 8px;
}

.dh-home-media-item .box_img img {
  aspect-ratio: 300 / 168;
}

.dh-home-media-item h3 {
  color: var(--dh-green);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.28;
}

.dh-home-media-item .box_meta {
  gap: 28px;
  color: var(--dh-green);
  font-size: 15px;
}

.dh-home-media-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 62px;
}

.dh-home-media-bottom .dh-home-media-button {
  min-width: 214px;
  min-height: 56px;
  background: var(--dh-green) !important;
  font-size: 15px;
}

.dh-home-media-ceo {
  isolation: isolate;
  min-height: 650px;
  padding-right: min(18vw, 260px);
}

.dh-home-media-ceo > *:not(.dh-home-ceo-img) {
  position: relative;
  z-index: 2;
}

.dh-home-media-item.text-only {
  max-width: 420px;
  padding-bottom: 34px;
}

.dh-home-media-ceo .title_animation {
  max-width: 350px;
  margin-top: 48px;
  color: var(--dh-green);
  font-size: 42px;
  line-height: 1.08;
  transform: rotate(-7deg);
}

.dh-home-media-ceo .dh-home-ceo-img {
  right: -120px;
  bottom: -12px;
  z-index: 1;
  width: min(42vw, 540px);
}

.dh-home-media-ceo-arrows {
  justify-content: flex-start;
  margin-top: 52px;
}

@media (max-width: 1200px) {
  .nav_slider_product {
    justify-content: flex-start;
  }

  .dh-product-home-slide h3,
  .dh-home-media .heading_title {
    font-size: 48px;
  }

  .dh-home-media {
    gap: 54px;
  }
}

@media (max-width: 1024px) {
  .section.home_sec_2 .section-content > .row,
  .section.home_sec_4 .section-content > .row,
  .section.home_sec_5 .section-content > .row,
  .section.home_sec_6 .section-content > .row {
    max-width: calc(100vw - 40px) !important;
  }

  .dh-product-home-slide .row.items-center,
  .section.home_sec_5 .section-content > .row,
  .dh-home-media {
    grid-template-columns: 1fr;
  }

  .dh-product-home-controls {
    top: 8px;
  }

  .dh-product-home-slide .product_home {
    padding-top: 68px;
  }

  .dh-product-home-slide .dh-product-home-copy {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  .dh-product-home-slide .content {
    margin-right: auto;
    margin-left: auto;
  }

  .dh-home-media::before {
    display: none;
  }

  .dh-home-media .heading_title {
    white-space: normal;
  }

  .dh-home-media-ceo {
    min-height: 620px;
    padding-right: min(46vw, 360px);
  }

  .dh-home-media-ceo .dh-home-ceo-img {
    right: -60px;
    width: min(55vw, 460px);
  }
}

@media (max-width: 849px) {
  .section.home_sec_2,
  .section.home_sec_4,
  .section.home_sec_5,
  .section.home_sec_6 {
    padding: 78px 0 64px !important;
  }

  .dh-home-journey-media {
    margin-bottom: 52px;
    padding: 0 0 28px;
  }

  .dh-journey-frame {
    aspect-ratio: 4 / 3;
  }

  .dh-journey-decor {
    display: none;
  }

  .dh-journey-button,
  .dh-home-recipe-button {
    min-width: min(280px, calc(100vw - 64px));
  }

  .dh-home-recipe-button {
    bottom: 22px;
  }

  .dh-home-recipe-button:hover {
    transform: translate(-50%, -1px) !important;
  }

  .section.home_sec_2 .office_page_number.dh-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .section.home_sec_2 .office_page_number.dh-stats b {
    font-size: 36px;
  }

  .dh-product-home-slider {
    min-height: 0;
  }

  .dh-product-home-slide .row.items-center {
    gap: 24px;
  }

  .dh-product-home-slide .box_img {
    min-height: 330px;
  }

  .dh-product-home-slide h3,
  .dh-home-recipe-feature h2,
  .dh-home-media .heading_title {
    font-size: 38px;
  }

  .dh-product-home-slide .content {
    font-size: 16px;
  }

  .nav_slider_product {
    gap: 10px;
    margin-top: 30px;
    padding-bottom: 8px;
  }

  .nav_slider_product button {
    min-height: 44px;
    font-size: 13px;
    padding: 0 16px;
  }

  .dh-home-recipe-feature {
    min-height: 520px;
  }

  .dh-home-recipe-dish {
    top: auto;
    bottom: 100px;
    width: min(78%, 360px);
  }

  .section.home_sec_5 .wrap_cooking_page.dh-recipe-grid {
    grid-template-columns: 1fr;
  }

  .section.home_sec_5 .item_cooking {
    min-height: 250px;
  }

  .dh-home-media-item.has-image {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dh-home-media-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 36px;
  }

  .dh-home-media-ceo {
    min-height: 560px;
    padding-right: 0;
    padding-bottom: 280px;
  }

  .dh-home-media-ceo .dh-home-ceo-img {
    right: 50%;
    width: min(86vw, 360px);
    transform: translateX(50%);
  }
}

@media (max-width: 549px) {
  .section.home_sec_2 .office_page_number.dh-stats {
    grid-template-columns: 1fr;
  }

  .dh-home-recipe-feature {
    min-height: 470px;
    padding: 42px 20px 70px;
  }

  .dh-home-recipe-feature h2,
  .dh-product-home-slide h3,
  .dh-home-media .heading_title {
    font-size: 32px;
  }

  .dh-home-recipe-dish {
    bottom: 100px;
    width: 78%;
  }

  .dh-home-recipe-feature .title_animation {
    right: 28px;
    bottom: 76px;
    font-size: 24px;
  }

  .dh-home-media-item h3,
  .section.home_sec_5 .item_cooking h3 {
    font-size: 18px;
  }
}

@media (max-width: 849px) {
  body.admin-bar #header,
  body.admin-bar #header .header-wrapper.stuck {
    top: 0 !important;
  }
}

.nav_slider_product {
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100%;
  max-width: 100%;
  padding: 0 clamp(12px, 2vw, 28px) 6px !important;
  overflow: visible !important;
  box-sizing: border-box;
}

.section.home_sec_4,
.section.home_sec_4 .section-content,
.section.home_sec_4 .section-content > .row,
.section.home_sec_4 .col,
.section.home_sec_4 .col-inner,
.dh-product-home-slider {
  overflow: visible !important;
}

.nav_slider_product li {
  flex: 0 1 auto;
  width: auto !important;
  max-width: 100%;
}

.nav_slider_product button {
  margin: 0 !important;
  max-width: 100%;
  white-space: nowrap;
}

@media (max-width: 849px) {
  .nav_slider_product {
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding-inline: 16px !important;
    overflow: visible !important;
  }
}

.home_sec_3_content h2 {
  font-family: ui-rounded, "SF Pro Rounded", "Nunito Sans", "Nunito", "Avenir Next Rounded", "Arial Rounded MT Bold", Lato, sans-serif;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.16;
  text-wrap: balance;
}

.home_sec_3_content h2 span {
  display: inline-block;
  margin-top: 0.12em;
  line-height: 1.1;
}

.home_sec_3_content h2 .fs_74 {
  line-height: 1.06;
}

.home_sec_3_content h2 .fs_34,
.home_sec_3_content h2 .fs_42 {
  line-height: 1.18;
}

.dh-consult-form .wpcf7-not-valid-tip,
.dh-consult-form .wpcf7-response-output,
.wrap_form_tv .wpcf7-not-valid-tip,
.wrap_form_tv .wpcf7-response-output {
  color: #fff !important;
}

.dh-consult-form .wpcf7-not-valid-tip {
  display: block;
  width: max-content;
  max-width: 100%;
  border-radius: 6px;
  background: var(--dh-green);
  padding: 7px 10px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 1px 1px rgba(0, 45, 32, 0.45);
}

.dh-consult-form .wpcf7 form .wpcf7-response-output,
.wrap_form_tv .wpcf7 form .wpcf7-response-output {
  border-color: rgba(255, 255, 255, 0.65) !important;
  border-radius: 8px;
  background: rgba(0, 62, 45, 0.26);
  font-weight: 700;
}

@media (max-width: 849px) {
  .section.home_sec_2 .office_page_number.dh-stats {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    margin: 28px calc(50% - 50vw) 0;
    padding: 0 16px 8px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .section.home_sec_2 .office_page_number.dh-stats::-webkit-scrollbar {
    display: none;
  }

  .section.home_sec_2 .office_page_number.dh-stats .item {
    flex: 0 0 min(58vw, 210px);
    width: auto !important;
    min-height: 118px;
    padding: 18px 14px;
    scroll-snap-align: none;
  }

  .section.home_sec_2 .office_page_number.dh-stats .item:first-child {
    margin-left: 0 !important;
  }

  .section.home_sec_2 .office_page_number.dh-stats .item:last-child {
    margin-right: 0 !important;
  }

  .section.home_sec_2 .office_page_number.dh-stats b {
    font-size: 36px;
  }

  .section.home_sec_2 .office_page_number.dh-stats .content {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  .home_sec_3_content h2 {
    font-size: clamp(25px, 8vw, 36px);
    line-height: 1.18;
  }

  .home_sec_3_content h2 .fs_74 {
    font-size: clamp(34px, 10vw, 45px);
    line-height: 1.08;
  }

  .home_sec_3_content h2 .fs_34 {
    font-size: clamp(23px, 6.6vw, 30px);
    line-height: 1.18;
  }

  .home_sec_3_content h2 .fs_42 {
    font-size: clamp(27px, 7.8vw, 36px);
    line-height: 1.16;
  }
}
