:root {
--dgw-green-700: #676c27;
--dgw-green-500: #a2ae14;
--dgw-support: #0b2d4d;
--dgw-blush-50: #f8e9e3;
--dgw-cream-50: #f4f3ec;
--dgw-ink-900: #1c1b1f;
--dgw-white: #fff;
--dgw-muted: #68676b;
--dgw-border: rgba(103, 108, 39, 0.22); --dgw-shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.08);
--dgw-shadow-md: 0 10px 28px -4px rgba(28, 27, 31, 0.14);
--dgw-radius-sm: 8px;
--dgw-radius-md: 16px;
--dgw-radius-lg: 24px;
--dgw-container: 1600px;
--dgw-gutter: clamp(20px, 4vw, 64px);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
background: var(--dgw-white);
color: var(--dgw-ink-900);
font-family: "Raleway", Arial, sans-serif;
font-size: 16px;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
body.dgw-menu-open {
overflow: hidden;
}
img {
display: block;
height: auto;
max-width: 100%;
}
a {
color: inherit;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}
button,
input,
select,
textarea {
color: inherit;
font: inherit;
}
button,
a {
-webkit-tap-highlight-color: transparent;
}
:focus-visible {
outline: 3px solid var(--dgw-support);
outline-offset: 3px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--dgw-green-700);
font-family: "Boogaloo", "Raleway", sans-serif;
font-weight: 400;
line-height: 1.08;
margin: 0 0 0.45em;
}
h1 { font-size: clamp(42px, 5vw, 72px); }
h2 { font-size: clamp(34px, 2.9vw, 44px); }
h3 { font-size: clamp(22px, 2vw, 28px); }
p {
margin: 0 0 1em;
}
.screen-reader-text,
.dgw-skip-link:not(:focus) {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.dgw-skip-link {
background: var(--dgw-white);
color: var(--dgw-support);
font-weight: 700;
left: 12px;
padding: 10px 16px;
position: fixed;
top: 12px;
z-index: 10000;
}
.dgw-container {
margin-inline: auto;
max-width: calc(var(--dgw-container) + (2 * var(--dgw-gutter)));
padding-inline: var(--dgw-gutter);
width: 100%;
}
.dgw-content-narrow {
max-width: 960px;
}
.dgw-main {
min-height: 45vh;
}
.dgw-bg--white { background-color: var(--dgw-white); }
.dgw-bg--cream { background-color: var(--dgw-cream-50); }
.dgw-bg--blush { background-color: var(--dgw-blush-50); }
.dgw-bg--brand { background-color: var(--dgw-green-700); color: var(--dgw-white); }
.dgw-bg--action { background-color: var(--dgw-green-500); }
.dgw-bg--support { background-color: var(--dgw-support); color: var(--dgw-white); }
.dgw-spacing--compact { padding-block: clamp(28px, 3vw, 48px); } .dgw-spacing--default { padding-block: clamp(44px, 3.75vw, 72px) clamp(48px, 4.2vw, 80px); }
.dgw-spacing--large { padding-block: clamp(30px, 5vw, 82px); }
.dgw-eyebrow {
color: var(--dgw-green-700);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.09em;
margin-bottom: 10px;
text-transform: uppercase;
}
.dgw-script {
color: inherit;
font-family: "Miniver", cursive;
font-size: clamp(22px, 2.2vw, 28px);
line-height: 1.2;
margin-bottom: 10px;
}
.dgw-section-title--center,
.dgw-intro--center {
text-align: center;
}
.dgw-section-header {
align-items: flex-end;
display: flex;
gap: 24px;
justify-content: space-between;
margin-bottom: 30px;
} .dgw-section-title-row {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.dgw-section-badge {
background: var(--dgw-green-500);
border-radius: var(--dgw-radius-sm);
color: var(--dgw-white);
font-size: 12px;
font-weight: 700;
padding: 8px 12px;
white-space: nowrap;
}
.dgw-section-header h2,
.dgw-section-title {
margin-bottom: 0;
} .dgw-text-link {
color: var(--dgw-green-700);
font-size: 14px;
font-weight: 700;
line-height: 20px;
white-space: nowrap;
}
.dgw-button-row {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 28px;
}
.dgw-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
align-items: center;
background: var(--dgw-green-500);
border: 2px solid var(--dgw-green-500);
border-radius: var(--dgw-radius-md);
color: var(--dgw-white);
cursor: pointer;
display: inline-flex;
font-size: 16px;
font-weight: 700;
justify-content: center;
line-height: 1.2;
min-height: 52px;
padding: 16px 24px;
text-decoration: none;
transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.dgw-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background: var(--dgw-green-700);
border-color: var(--dgw-green-700);
color: var(--dgw-white);
transform: translateY(-1px);
}
.dgw-button--secondary {
background: var(--dgw-white);
color: var(--dgw-green-700);
} .dgw-header {
background: var(--dgw-white);
position: relative;
z-index: 100;
}
.dgw-trustbar {
background: var(--dgw-green-700);
color: var(--dgw-white);
font-size: 12px;
}
.dgw-trustbar__inner,
.dgw-trustbar__items,
.dgw-trustbar__aside {
align-items: center;
display: flex;
}
.dgw-trustbar__aside {
gap: 18px;
margin-left: auto;
} .dgw-language-switcher ul {
align-items: center;
display: flex;
gap: 2px;
list-style: none;
margin: 0;
padding: 0;
}
.dgw-language-switcher a {
border-radius: 4px;
color: inherit;
display: block;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.04em;
padding: 4px 8px;
text-decoration: none;
}
.dgw-language-switcher a:hover {
background: rgba(255, 255, 255, 0.16);
}
.dgw-language-switcher a[aria-current="true"] {
background: var(--dgw-white);
color: var(--dgw-green-700);
}
.dgw-language-switcher--mobile {
border-top: 1px solid var(--dgw-border);
margin-top: 18px;
padding-top: 16px;
}
.dgw-language-switcher--mobile a {
border: 1px solid var(--dgw-border);
color: var(--dgw-ink-900);
padding: 8px 14px;
}
.dgw-language-switcher--mobile a[aria-current="true"] {
background: var(--dgw-green-700);
color: var(--dgw-white);
}
.dgw-trustbar__inner {
justify-content: space-between;
min-height: 44px;
}
.dgw-trustbar__items {
flex: 1;
justify-content: space-between;
max-width: 1220px;
}
.dgw-trustbar__service {
font-weight: 800;
margin-left: 28px;
}
.dgw-main-header__inner {
align-items: center;
display: grid;
gap: clamp(24px, 3vw, 56px);
grid-template-columns: minmax(210px, 310px) minmax(320px, 650px) auto;
min-height: 112px;
}
.dgw-brand img,
.dgw-brand .custom-logo {
height: auto;
max-height: 74px;
width: auto;
}
.dgw-brand__fallback {
color: var(--dgw-green-700);
display: inline-flex;
flex-direction: column;
font-family: "Boogaloo", sans-serif;
font-size: 28px;
line-height: 1;
text-decoration: none;
}
.dgw-brand__fallback small {
color: var(--dgw-ink-900);
font-family: "Raleway", sans-serif;
font-size: 9px;
font-weight: 700;
letter-spacing: 0.08em;
margin-top: 5px;
text-transform: uppercase;
}
.dgw-product-search {
align-items: center;
border: 2px solid var(--dgw-green-500);
border-radius: var(--dgw-radius-md);
display: flex;
height: 56px;
overflow: hidden;
width: 100%;
}
.dgw-product-search input {
background: transparent;
border: 0;
flex: 1;
height: 100%;
min-width: 0;
padding: 0 20px;
}
.dgw-product-search input:focus {
outline: 0;
}
.dgw-product-search button {
align-items: center;
background: transparent;
border: 0;
color: var(--dgw-support);
display: flex;
font-size: 28px;
height: 100%;
justify-content: center;
width: 58px;
}
.dgw-header-actions {
align-items: center;
display: flex;
gap: clamp(12px, 1.6vw, 28px);
justify-content: flex-end;
}
.dgw-header-actions a {
color: var(--dgw-support);
font-size: 13px;
font-weight: 800;
text-decoration: none;
white-space: nowrap;
}
.dgw-cart-count {
align-items: center;
background: var(--dgw-green-500);
border-radius: 999px;
color: var(--dgw-white);
display: inline-flex;
font-size: 10px;
height: 18px;
justify-content: center;
margin-left: 2px;
min-width: 18px;
padding: 0 4px;
}
.dgw-shop-nav {
background: var(--dgw-green-500);
}
.dgw-shop-nav__menu {
align-items: center;
display: flex;
flex-wrap: nowrap;
gap: 0 clamp(16px, 1.8vw, 38px);
justify-content: center;
list-style: none;
margin: 0;
min-height: 60px;
padding: 0;
}
.dgw-shop-nav__menu > li {
position: relative;
}
.dgw-shop-nav__menu > li > a,
.dgw-shop-nav__menu .dgw-nav-group > summary {
align-items: center;
color: var(--dgw-ink-900);
cursor: pointer;
display: flex;
font-size: 13px;
font-weight: 800;
min-height: 60px;
text-decoration: none;
white-space: nowrap;
}
.dgw-nav-group > summary {
gap: 9px;
list-style: none;
}
.dgw-nav-group > summary::-webkit-details-marker {
display: none;
}
.dgw-nav-group > summary::after {
border-bottom: 2px solid currentColor;
border-right: 2px solid currentColor;
content: "";
height: 6px;
margin-top: -4px;
transform: rotate(45deg);
transition: transform 160ms ease;
width: 6px;
}
.dgw-nav-group[open] > summary::after {
margin-top: 4px;
transform: rotate(225deg);
}
.dgw-shop-nav__menu .sub-menu {
background: var(--dgw-white);
border-radius: 0 0 var(--dgw-radius-md) var(--dgw-radius-md);
box-shadow: var(--dgw-shadow-md);
display: none;
left: -18px;
list-style: none;
margin: 0;
min-width: 250px;
padding: 12px;
position: absolute;
top: 100%;
z-index: 120;
}
.dgw-shop-nav__menu .dgw-nav-group[open] > .sub-menu {
display: block;
}
.dgw-shop-nav__menu .sub-menu a {
border-radius: var(--dgw-radius-sm);
color: var(--dgw-ink-900);
display: block;
font-size: 13px;
font-weight: 700;
padding: 9px 10px;
text-decoration: none;
}
.dgw-shop-nav__menu .sub-menu a:hover,
.dgw-shop-nav__menu .sub-menu a:focus-visible {
background: var(--dgw-cream-50);
}
.dgw-menu-toggle,
.dgw-mobile-menu {
display: none;
} .dgw-breadcrumbs {
background: transparent;
color: var(--dgw-muted);
font-size: 12px;
padding-block: 24px;
}
.dgw-container .dgw-breadcrumbs {
padding-block: 0 24px;
}
.dgw-container .dgw-breadcrumbs .dgw-container {
padding-inline: 0;
}
.dgw-breadcrumbs ol {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 7px;
list-style: none;
margin: 0 auto;
}
.dgw-breadcrumbs li:not(:last-child)::after {
color: var(--dgw-green-700);
content: "/";
margin-left: 7px;
}
.dgw-breadcrumbs a {
text-decoration: none;
} .dgw-hero {
color: var(--dgw-white);
min-height: 600px;
overflow: hidden; padding-block: 0;
position: relative;
}
.dgw-hero--compact { min-height: 430px; }
.dgw-hero--large { min-height: 680px; }
.dgw-hero__media,
.dgw-hero > .wp-post-image {
height: 100%;
inset: 0;
object-fit: cover;
position: absolute;
width: 100%;
} .dgw-hero__video {
inset: 0;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
transition: opacity 700ms ease;
}
.dgw-hero__video.is-ready {
opacity: 1;
} .dgw-hero__video iframe {
aspect-ratio: var(--dgw-hero-video-ratio, 16 / 9);
border: 0;
height: auto;
left: 50%;
min-height: 100%;
min-width: 100%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: auto;
}
@media (prefers-reduced-motion: reduce) {
.dgw-hero__video { display: none; }
}
.dgw-hero__overlay {
background: linear-gradient(90deg, rgba(50, 57, 19, 0.94), rgba(78, 81, 25, 0.4) 62%, rgba(103, 108, 39, 0.08));
inset: 0;
position: absolute;
} .dgw-hero__inner {
align-items: center;
display: flex;
min-height: inherit;
position: relative;
z-index: 3;
} .dgw-hero__copy {
max-width: 760px;
padding-block: 112px 40px;
}
.dgw-hero__inner {
align-items: flex-start;
} .dgw-hero h1 {
color: var(--dgw-white);
font-size: clamp(48px, 4.6vw, 72px);
letter-spacing: 0;
line-height: 1.03;
max-width: 720px;
}
.dgw-hero__intro {
font-size: clamp(17px, 1.4vw, 20px);
line-height: 1.5;
max-width: 680px;
} .dgw-hero .dgw-button-row .dgw-button {
padding: 24px 32px;
} .dgw-home-usp {
background: var(--dgw-blush-50);
height: 0;
position: relative;
z-index: 4;
}
.dgw-home-usp .dgw-usp-strip {
transform: translateY(-50%);
} .dgw-section--usp-strip {
height: 0;
padding-block: 0;
position: relative;
z-index: 4;
}
.dgw-section--usp-strip .dgw-usp-strip {
transform: translateY(-50%);
}
.dgw-usp-strip {
align-items: stretch;
background: var(--dgw-white);
border-radius: var(--dgw-radius-lg);
box-shadow: var(--dgw-shadow-md);
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
min-height: 112px;
padding: 26px 36px;
}
.dgw-usp {
align-items: center;
border-right: 1px solid var(--dgw-border);
display: flex;
gap: 14px;
padding: 8px 24px;
}
.dgw-usp:last-child { border-right: 0; }
.dgw-usp__icon { flex: 0 0 38px; }
.dgw-usp__icon img { height: 38px; object-fit: contain; width: 38px; }
.dgw-usp > span:last-child { display: grid; }
.dgw-usp strong { color: var(--dgw-support); font-size: 14px; line-height: 1.3; }
.dgw-usp small { color: var(--dgw-muted); font-size: 11px; }
.dgw-intent-grid,
.dgw-category-grid,
.dgw-product-grid,
.dgw-story-grid,
.dgw-region-grid {
display: grid;
gap: 24px;
}
.dgw-intent-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
margin-top: 32px;
}
.dgw-intent-card {
border: 2px solid var(--dgw-green-500);
border-radius: var(--dgw-radius-lg);
box-shadow: var(--dgw-shadow-sm);
color: var(--dgw-white);
min-height: 280px;
overflow: hidden;
position: relative;
text-decoration: none;
}
.dgw-intent-card > img {
height: 100%;
inset: 0;
object-fit: cover;
position: absolute;
width: 100%;
}
.dgw-intent-grid--fallback .dgw-intent-card--products { background: linear-gradient(135deg, #8c912f, #454919); }
.dgw-intent-grid--fallback .dgw-intent-card--recipes { background: linear-gradient(135deg, #ad5f3c, #5c291d); }
.dgw-intent-grid--fallback .dgw-intent-card--stories { background: linear-gradient(135deg, #244f69, #0b2d4d); }
.dgw-intent-card__overlay,
.dgw-story-card::after,
.dgw-region-card::after {
background: linear-gradient(0deg, rgba(10, 16, 12, 0.82), rgba(10, 16, 12, 0.05) 76%);
inset: 0;
position: absolute;
}
.dgw-intent-card__content {
bottom: 0;
display: flex;
flex-direction: column;
gap: 8px;
left: 0;
padding: 28px;
position: absolute;
right: 0;
z-index: 1;
}
.dgw-intent-card__content .dgw-eyebrow {
color: var(--dgw-white);
margin: 0;
}
.dgw-intent-card__content strong {
font-size: clamp(20px, 1.6vw, 26px);
line-height: 1.2;
}
.dgw-intent-card__content > span:last-child {
font-size: 13px;
font-weight: 800;
}
.dgw-category-grid {
grid-template-columns: repeat(8, minmax(0, 1fr));
} .dgw-category-grid.dgw-category-grid--rows {
gap: 18px;
}
.dgw-category-card {
align-items: flex-start;
background: linear-gradient(120deg, var(--dgw-cream-50), rgba(162, 174, 20, 0.18));
border: 1.5px solid var(--dgw-green-500);
border-radius: var(--dgw-radius-md);
box-shadow: var(--dgw-shadow-sm);
display: flex;
flex-direction: column;
min-height: 190px;
padding: 16px;
text-decoration: none;
transition: transform 160ms ease, box-shadow 160ms ease;
}
.dgw-category-card:hover {
box-shadow: var(--dgw-shadow-md);
transform: translateY(-3px);
}
.dgw-category-card__media {
align-items: center;
display: flex;
height: 105px;
justify-content: center;
margin-bottom: 10px;
width: 100%;
}
.dgw-category-card__media img {
height: 100%;
object-fit: contain;
width: 100%;
}
.dgw-category-card__title {
font-size: 14px;
font-weight: 800;
line-height: 1.25; hyphens: auto;
overflow-wrap: anywhere;
}
.dgw-category-card__count {
color: var(--dgw-muted);
font-size: 11px;
}
.dgw-product-grid {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.dgw-brand-grid {
display: grid;
gap: 18px;
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.dgw-brand-card {
align-items: center;
background: var(--dgw-white);
border: 1px solid var(--dgw-border);
border-radius: var(--dgw-radius-md);
color: var(--dgw-ink-900);
display: flex;
flex-direction: column;
font-size: 12px;
font-weight: 800;
gap: 12px;
justify-content: center;
min-height: 150px;
padding: 20px;
text-align: center;
text-decoration: none;
transition: border-color 160ms ease, transform 160ms ease;
}
.dgw-brand-card:hover {
border-color: var(--dgw-green-500);
transform: translateY(-3px);
}
.dgw-brand-card img {
height: 74px;
object-fit: contain;
width: 100%;
}
.dgw-product-card {
background: var(--dgw-white);
border: 1px solid rgba(28, 27, 31, 0.12);
border-radius: var(--dgw-radius-md);
box-shadow: 0 3px 10px rgba(28, 27, 31, 0.06);
overflow: hidden;
position: relative;
}
.dgw-product-card__media {
align-items: center;
background: var(--dgw-white);
display: flex;
height: 230px;
justify-content: center;
padding: 20px;
position: relative;
}
.dgw-product-card__media img {
height: 100%;
object-fit: contain;
width: 100%;
}
.dgw-badge {
background: var(--dgw-green-700);
border-radius: 999px;
color: var(--dgw-white);
font-size: 10px;
font-weight: 800;
left: 12px;
padding: 5px 9px;
position: absolute;
text-transform: uppercase;
top: 12px;
z-index: 2;
}
.dgw-product-card__content {
padding: 4px 18px 20px;
} .dgw-product-card h3 {
color: var(--dgw-ink-900);
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 700;
line-height: 23px;
margin-bottom: 8px;
min-height: 40px;
}
.dgw-product-card h3 a {
color: inherit;
}
.dgw-product-card h3 a {
text-decoration: none;
}
.dgw-product-card p {
color: var(--dgw-muted);
font-size: 12px;
margin-bottom: 6px;
}
.dgw-product-card__price {
color: var(--dgw-green-700);
font-size: 17px;
font-weight: 800;
}
.dgw-product-card__price del {
color: var(--dgw-muted);
font-size: 12px;
margin-right: 5px;
}
.dgw-product-card__price ins {
text-decoration: none;
}
.dgw-product-card__rating,
.dgw-stars {
color: #d69e00;
font-size: 11px;
letter-spacing: 1px;
margin-top: 5px;
}
.dgw-story-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dgw-story-grid--three {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dgw-story-card {
border: 1.5px solid var(--dgw-green-500);
border-radius: var(--dgw-radius-lg);
box-shadow: var(--dgw-shadow-sm);
color: var(--dgw-white);
min-height: 250px;
overflow: hidden;
position: relative;
}
.dgw-story-card::after {
content: "";
pointer-events: none;
}
.dgw-story-card__media,
.dgw-story-card__media img {
height: 100%;
inset: 0;
object-fit: cover;
position: absolute;
width: 100%;
}
.dgw-story-card__overlay {
bottom: 0;
left: 0;
padding: 24px;
position: absolute;
right: 0;
z-index: 2;
}
.dgw-story-card__overlay .dgw-eyebrow {
color: var(--dgw-white);
}
.dgw-story-card h3 {
color: var(--dgw-white);
font-family: "Raleway", sans-serif;
font-size: 21px;
font-weight: 800;
line-height: 1.25;
margin-bottom: 4px;
}
.dgw-story-card h3 a {
text-decoration: none;
}
.dgw-story-card .dgw-text-link {
color: var(--dgw-white);
font-size: 12px;
}
.dgw-region-grid {
grid-template-columns: repeat(7, minmax(0, 1fr));
} .dgw-region-card {
background: linear-gradient(135deg, var(--dgw-green-700), #39421d);
border: 1.5px solid var(--dgw-green-500);
border-radius: var(--dgw-radius-lg);
color: var(--dgw-white);
display: flex;
flex-direction: column;
gap: 3px;
justify-content: flex-end;
min-height: 170px;
overflow: hidden;
padding: 16px;
position: relative;
}
.dgw-region-card img {
height: 100%;
inset: 0;
object-fit: cover;
position: absolute;
width: 100%;
}
.dgw-region-card span {
font-size: clamp(15px, 1.2vw, 18px);
font-weight: 800;
hyphens: auto;
line-height: 1.15;
position: relative;
z-index: 2;
}
.dgw-feature-social {
display: grid;
gap: 28px;
grid-template-columns: 1fr 1fr;
}
.dgw-feature-social > * {
min-width: 0;
}
.dgw-feature-card,
.dgw-social-card {
background: var(--dgw-cream-50);
border: 1.5px solid var(--dgw-green-500);
border-radius: var(--dgw-radius-lg);
box-shadow: var(--dgw-shadow-sm);
min-height: 340px;
padding: 38px;
}
.dgw-feature-card {
align-items: center;
display: grid;
gap: 30px;
grid-template-columns: minmax(0, 1fr) 260px;
}
.dgw-feature-card__media img {
height: 250px;
object-fit: contain;
width: 100%;
}
.dgw-social-card > a {
color: var(--dgw-green-700);
font-size: 14px;
font-weight: 800;
}
.dgw-social-gallery {
display: grid;
gap: 12px;
grid-template-columns: repeat(4, minmax(0, 1fr));
margin-top: 18px;
}
.dgw-social-gallery img {
border-radius: var(--dgw-radius-md);
height: 160px;
object-fit: cover;
width: 100%;
} .dgw-split {
align-items: center;
display: grid;
gap: clamp(36px, 7vw, 100px);
grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
}
.dgw-split--image-left .dgw-split__media { order: -1; }
.dgw-split__media img {
border-radius: var(--dgw-radius-lg);
height: clamp(320px, 38vw, 560px);
object-fit: cover;
width: 100%;
}
.dgw-prose {
font-size: 17px;
}
.dgw-prose > *:first-child { margin-top: 0; }
.dgw-prose > *:last-child { margin-bottom: 0; }
.dgw-prose h2 { margin-top: 1.35em; }
.dgw-prose h3 { margin-top: 1.25em; }
.dgw-prose a { color: var(--dgw-green-700); font-weight: 700; }
.dgw-prose img { border-radius: var(--dgw-radius-md); }
.dgw-prose blockquote {
background: var(--dgw-green-700);
border-radius: var(--dgw-radius-md);
color: var(--dgw-white);
font-size: 20px;
font-weight: 700;
margin: 32px 0;
padding: 30px;
}
.dgw-entry {
padding-block: clamp(48px, 7vw, 96px);
}
.dgw-entry__header {
margin-bottom: 36px;
}
.dgw-review-bar {
align-items: center;
background: var(--dgw-green-700);
border-radius: var(--dgw-radius-md);
color: var(--dgw-white);
display: grid;
gap: 28px;
grid-template-columns: 240px 1fr 210px;
min-height: 150px;
padding: 30px 48px;
text-align: center;
}
.dgw-review-bar > div:first-child {
display: grid;
}
.dgw-review-bar blockquote {
font-size: 15px;
margin: 0;
}
.dgw-faq {
display: grid;
gap: 12px;
margin-top: 28px;
}
.dgw-faq details {
background: var(--dgw-white);
border: 1px solid var(--dgw-border);
border-radius: var(--dgw-radius-md);
padding: 20px 24px;
}
.dgw-faq summary {
color: var(--dgw-green-700);
cursor: pointer;
font-weight: 800;
}
.dgw-faq details > div {
font-size: 15px;
padding-top: 14px;
} .dgw-service-faq__header {
margin: 0 auto clamp(34px, 5vw, 58px);
max-width: 820px;
text-align: center;
}
.dgw-service-faq__header > p:not(.dgw-eyebrow) {
color: var(--dgw-muted);
font-size: 18px;
margin-inline: auto;
max-width: 700px;
}
.dgw-service-faq__search {
align-items: center;
background: var(--dgw-white);
border: 1px solid rgba(28, 27, 31, 0.16);
border-radius: 999px;
box-shadow: var(--dgw-shadow-sm);
display: grid;
gap: 10px;
grid-template-columns: auto minmax(0, 1fr) auto;
margin: 28px auto 0;
max-width: 720px;
padding: 5px 7px 5px 20px;
text-align: left;
}
.dgw-service-faq__search > span[aria-hidden] {
color: var(--dgw-green-700);
font-size: 26px;
line-height: 1;
}
.dgw-service-faq__search input {
background: transparent;
border: 0;
min-height: 50px;
min-width: 0;
outline: 0;
width: 100%;
}
.dgw-service-faq__search button {
background: var(--dgw-cream-50);
border: 0;
border-radius: 999px;
color: var(--dgw-green-700);
cursor: pointer;
font-size: 12px;
font-weight: 800;
min-height: 40px;
padding-inline: 16px;
}
.dgw-service-faq__topics {
display: grid;
gap: 14px;
grid-template-columns: repeat(5, minmax(0, 1fr));
margin-bottom: clamp(48px, 6vw, 80px);
}
.dgw-service-faq__topics a {
align-content: start;
background: var(--dgw-white);
border: 1px solid var(--dgw-border);
border-radius: var(--dgw-radius-md);
box-shadow: var(--dgw-shadow-sm);
display: grid;
min-height: 160px;
padding: 22px;
text-decoration: none;
transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.dgw-service-faq__topics a:hover {
border-color: var(--dgw-green-500);
box-shadow: var(--dgw-shadow-md);
transform: translateY(-3px);
}
.dgw-service-faq__topics a > span,
.dgw-service-faq__group-heading > span {
align-items: center;
background: rgba(162, 174, 20, 0.14);
border-radius: 50%;
color: var(--dgw-green-700);
display: inline-flex;
font-weight: 800;
height: 40px;
justify-content: center;
margin-bottom: 18px;
width: 40px;
}
.dgw-service-faq__topics strong {
color: var(--dgw-support);
font-size: 15px;
line-height: 1.3;
}
.dgw-service-faq__topics small {
color: var(--dgw-muted);
font-size: 11px;
margin-top: 7px;
}
.dgw-service-faq__groups {
display: grid;
gap: clamp(42px, 6vw, 72px);
margin: 0 auto;
max-width: 1120px;
}
.dgw-service-faq__group {
scroll-margin-top: 130px;
}
.dgw-service-faq__group-heading {
align-items: center;
display: flex;
gap: 15px;
}
.dgw-service-faq__group-heading > span {
flex: 0 0 40px;
margin: 0;
}
.dgw-service-faq__group-heading h3 {
color: var(--dgw-support);
font-family: "Raleway", sans-serif;
font-size: clamp(22px, 2vw, 30px);
font-weight: 800;
margin: 0;
}
.dgw-service-faq__group .dgw-faq {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dgw-service-faq__group .dgw-faq details {
align-self: start;
}
.dgw-service-faq__group .dgw-faq summary {
align-items: center;
display: flex;
gap: 18px;
justify-content: space-between;
list-style: none;
}
.dgw-service-faq__group .dgw-faq summary::-webkit-details-marker {
display: none;
}
.dgw-service-faq__group .dgw-faq summary::after {
content: "+";
flex: 0 0 auto;
font-size: 22px;
font-weight: 500;
}
.dgw-service-faq__group .dgw-faq details[open] summary::after {
content: "−";
}
.dgw-service-faq__empty {
background: var(--dgw-white);
border: 1px solid var(--dgw-border);
border-radius: var(--dgw-radius-md);
color: var(--dgw-muted);
margin: 0 auto;
max-width: 760px;
padding: 28px;
text-align: center;
}
.dgw-service-contact__header {
margin-bottom: clamp(32px, 5vw, 52px);
max-width: 760px;
}
.dgw-service-contact__header > p:not(.dgw-eyebrow) {
color: var(--dgw-muted);
font-size: 18px;
}
.dgw-service-contact__grid {
align-items: start;
display: grid;
gap: clamp(30px, 5vw, 72px);
grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}
.dgw-service-contact__details {
display: grid;
gap: 12px;
}
.dgw-service-contact__card {
align-items: center;
background: var(--dgw-white);
border: 1px solid var(--dgw-border);
border-radius: var(--dgw-radius-md);
display: grid;
gap: 1px 14px;
grid-template-columns: 48px minmax(0, 1fr);
min-height: 104px;
padding: 18px 20px;
text-decoration: none;
}
a.dgw-service-contact__card:hover {
border-color: var(--dgw-green-500);
box-shadow: var(--dgw-shadow-sm);
}
.dgw-service-contact__card > span {
align-items: center;
background: var(--dgw-green-700);
border-radius: 50%;
color: var(--dgw-white);
display: flex;
font-size: 18px;
grid-row: 1 / span 3;
height: 44px;
justify-content: center;
width: 44px;
}
.dgw-service-contact__card small {
color: var(--dgw-muted);
font-size: 10px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.dgw-service-contact__card strong {
color: var(--dgw-support);
font-size: 15px;
line-height: 1.45;
}
.dgw-service-contact__card em {
color: var(--dgw-muted);
font-size: 12px;
font-style: normal;
}
.dgw-service-contact__company {
background: rgba(255, 255, 255, 0.46);
border-radius: var(--dgw-radius-md);
display: grid;
gap: 8px;
margin: 10px 0 0;
padding: 18px 20px;
}
.dgw-service-contact__company div {
display: flex;
gap: 20px;
justify-content: space-between;
}
.dgw-service-contact__company dt {
color: var(--dgw-muted);
font-size: 12px;
}
.dgw-service-contact__company dd {
font-size: 12px;
font-weight: 800;
margin: 0;
text-align: right;
}
.dgw-service-contact__links {
display: flex;
flex-wrap: wrap;
gap: 10px 20px;
margin-top: 12px;
}
.dgw-service-contact__links a {
color: var(--dgw-green-700);
font-size: 12px;
font-weight: 800;
}
.dgw-service-contact__form {
background: var(--dgw-white);
border-radius: var(--dgw-radius-lg);
box-shadow: var(--dgw-shadow-md);
padding: clamp(24px, 4vw, 44px);
}
.dgw-service-contact__form > p {
color: var(--dgw-muted);
font-size: 13px;
}
.dgw-service-contact__form .wpforms-container {
margin-bottom: 0;
}
.dgw-service-contact__form .wpforms-field input,
.dgw-service-contact__form .wpforms-field textarea,
.dgw-service-contact__form .wpforms-field select {
border: 1px solid rgba(28, 27, 31, 0.18) !important;
border-radius: var(--dgw-radius-sm) !important;
}
.dgw-service-contact__form button[type="submit"] {
background: var(--dgw-green-500) !important;
border: 0 !important;
border-radius: 999px !important;
color: var(--dgw-ink-900) !important;
font-weight: 800 !important;
min-height: 50px !important;
padding-inline: 28px !important;
}
@media (max-width: 1050px) {
.dgw-service-faq__topics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
.dgw-service-faq__topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dgw-service-faq__group .dgw-faq { grid-template-columns: 1fr; }
.dgw-service-contact__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.dgw-service-faq__topics { grid-template-columns: 1fr; }
.dgw-service-faq__topics a { min-height: 0; }
.dgw-service-faq__search { border-radius: var(--dgw-radius-md); padding-left: 14px; }
.dgw-service-faq__search input { font-size: 14px; }
.dgw-service-faq__group .dgw-faq details { padding: 18px; }
.dgw-service-contact__card { padding: 16px; }
} .dgw-archive-hero,
.dgw-article-hero,
.dgw-recipe-hero {
padding-bottom: clamp(52px, 6vw, 84px);
}
.dgw-archive-hero h1,
.dgw-article-hero h1,
.dgw-recipe-hero h1 {
color: var(--dgw-green-700);
font-family: "Raleway", sans-serif;
font-size: clamp(40px, 4.6vw, 68px);
font-weight: 800;
letter-spacing: -0.02em;
}
.dgw-archive-hero > .dgw-container > p:not(.dgw-eyebrow) {
max-width: 780px;
}
.dgw-filter-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}
.dgw-filter-pills a {
background: var(--dgw-support);
border-radius: 999px;
color: var(--dgw-white);
font-size: 12px;
font-weight: 800;
padding: 9px 16px;
text-decoration: none;
}
.dgw-filter-pills a.is-active,
.dgw-filter-pills a:hover {
background: var(--dgw-green-500);
}
.dgw-article-hero__grid,
.dgw-recipe-hero__grid {
align-items: center;
display: grid;
gap: clamp(44px, 7vw, 120px);
grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
}
.dgw-article-hero__media img,
.dgw-recipe-hero__media img {
border-radius: var(--dgw-radius-lg);
height: 420px;
object-fit: cover;
width: 100%;
}
.dgw-article-hero__intro,
.dgw-recipe-hero__intro {
font-size: 18px;
max-width: 760px;
}
.dgw-article-meta {
color: var(--dgw-muted);
display: flex;
flex-wrap: wrap;
font-size: 12px;
gap: 20px;
margin-top: 20px;
}
.dgw-article-layout {
display: grid;
gap: clamp(50px, 7vw, 110px);
grid-template-columns: minmax(0, 1fr) 320px;
max-width: 1220px;
}
.dgw-article-sidebar {
display: grid;
gap: 16px;
height: fit-content;
position: sticky;
top: 20px;
}
.dgw-article-sidebar > div {
background: var(--dgw-white);
border-radius: var(--dgw-radius-md);
padding: 24px;
}
.dgw-article-sidebar .dgw-bg--support {
background: var(--dgw-support);
}
.dgw-article-sidebar .dgw-bg--support h2 {
color: var(--dgw-white);
}
.dgw-article-sidebar h2 {
font-family: "Raleway", sans-serif;
font-size: 18px;
font-weight: 800;
}
.dgw-recipe-meta {
display: grid;
gap: 12px;
grid-template-columns: repeat(4, minmax(0, 1fr));
margin: 28px 0 0;
}
.dgw-recipe-meta > div {
background: var(--dgw-white);
border-radius: var(--dgw-radius-sm);
padding: 12px;
}
.dgw-recipe-meta dt {
color: var(--dgw-muted);
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
}
.dgw-recipe-meta dd {
color: var(--dgw-green-700);
font-size: 13px;
font-weight: 800;
margin: 2px 0 0;
}
.dgw-recipe-content {
max-width: 1100px;
}
.dgw-recipe-description {
font-size: 18px;
margin-bottom: 44px;
max-width: 820px;
}
.dgw-recipe-columns {
align-items: start;
display: grid;
gap: 32px;
grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}
.dgw-recipe-panel {
background: var(--dgw-cream-50);
border: 1px solid var(--dgw-border);
border-radius: var(--dgw-radius-lg);
padding: clamp(26px, 4vw, 48px);
}
.dgw-recipe-panel h2,
.dgw-recipe-notes h2 {
font-family: "Raleway", sans-serif;
font-size: clamp(26px, 3vw, 40px);
font-weight: 800;
}
.dgw-recipe-panel li + li {
margin-top: 10px;
}
.dgw-recipe-notes {
background: var(--dgw-blush-50);
border-left: 5px solid var(--dgw-green-500);
border-radius: var(--dgw-radius-md);
margin-top: 32px;
padding: 28px 32px;
}
.dgw-recipe-video {
margin-top: 40px;
}
.dgw-recipe-video iframe {
aspect-ratio: 16 / 9;
height: auto;
width: 100%;
}
.dgw-empty-state {
margin-inline: auto;
max-width: 720px;
padding-block: 40px;
text-align: center;
}
.nav-links {
display: flex;
gap: 8px;
justify-content: center;
margin-top: 40px;
}
.nav-links .page-numbers {
align-items: center;
background: var(--dgw-support);
border-radius: 8px;
color: var(--dgw-white);
display: inline-flex;
font-size: 12px;
font-weight: 800;
height: 38px;
justify-content: center;
min-width: 38px;
padding: 0 12px;
text-decoration: none;
}
.nav-links .current,
.nav-links a:hover {
background: var(--dgw-green-500);
} .dgw-newsletter,
.dgw-section--newsletter-inline {
background: var(--dgw-green-500);
color: var(--dgw-ink-900);
}
.dgw-newsletter__inner {
align-items: center;
display: grid;
gap: 48px;
grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
min-height: 196px;
padding-block: 40px;
}
.dgw-newsletter h2,
.dgw-section--newsletter-inline h2 {
color: var(--dgw-ink-900);
font-size: clamp(32px, 2.5vw, 40px);
margin-bottom: 4px;
}
.dgw-newsletter p {
margin-bottom: 0;
}
.dgw-newsletter__form form,
.dgw-newsletter__form .mc4wp-form-fields {
align-items: center;
display: flex;
gap: 12px;
}
.dgw-newsletter__form input[type="email"] {
background: var(--dgw-white);
border: 1.5px solid var(--dgw-green-700);
border-radius: var(--dgw-radius-md);
flex: 1;
height: 56px;
min-width: 0;
padding: 0 18px;
}
.dgw-newsletter__form input[type="submit"] {
background: var(--dgw-green-700);
border: 0;
border-radius: var(--dgw-radius-md);
color: var(--dgw-white);
font-weight: 800;
height: 56px;
padding: 0 24px;
}
.dgw-footer {
background: var(--dgw-green-700);
color: var(--dgw-white);
font-size: 12px;
padding-block: 60px 32px;
}
.dgw-footer__columns {
display: grid;
gap: 36px;
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.dgw-footer h2 {
color: var(--dgw-white);
font-family: "Raleway", sans-serif;
font-size: 15px;
font-weight: 800;
}
.dgw-footer ul {
list-style: none;
margin: 0;
padding: 0;
}
.dgw-footer li {
margin-bottom: 5px;
}
.dgw-footer a {
text-decoration: none;
}
.dgw-footer a:hover {
text-decoration: underline;
}
.dgw-footer__legal {
align-items: center;
border-top: 1px solid rgba(255, 255, 255, 0.16);
display: flex;
justify-content: space-between;
margin-top: 44px;
padding-top: 28px;
}
.dgw-footer__legal p {
margin: 0;
} .dgw-shop-main {
padding-bottom: clamp(60px, 7vw, 100px);
}
.dgw-shop-intro {
align-items: flex-start;
display: grid;
gap: 60px;
grid-template-columns: minmax(0, 1fr) 360px;
margin-bottom: 58px;
}
.dgw-shop-intro .woocommerce-products-header {
background: transparent;
margin: 0;
padding: 0;
}
.dgw-shop-intro h1 {
color: var(--dgw-ink-900);
font-family: "Raleway", sans-serif;
font-size: clamp(36px, 4vw, 58px);
font-weight: 800;
line-height: 1.08;
}
.dgw-shop-promises {
background: var(--dgw-green-700);
border-radius: var(--dgw-radius-md);
color: var(--dgw-white);
display: grid;
font-size: 13px;
gap: 5px;
padding: 24px;
}
.dgw-shop-promises strong {
font-size: 18px;
margin-bottom: 5px;
}
.dgw-shop-toolbar {
align-items: center;
display: flex;
justify-content: flex-end;
min-height: 58px;
}
.dgw-shop-toolbar::after {
clear: both;
content: "";
display: table;
}
.dgw-shop-layout {
align-items: start;
display: grid;
gap: 36px;
grid-template-columns: 280px minmax(0, 1fr);
}
.dgw-shop-filters {
background: var(--dgw-blush-50);
border-radius: var(--dgw-radius-lg);
padding: 28px;
position: sticky;
top: 20px;
}
.dgw-shop-filters__heading {
align-items: center;
display: flex;
justify-content: space-between;
}
.dgw-shop-filters h2,
.dgw-shop-filters h3 {
color: var(--dgw-ink-900);
font-family: "Raleway", sans-serif;
font-weight: 800;
}
.dgw-shop-filters h2 { font-size: 22px; }
.dgw-shop-filters h3 { font-size: 14px; }
.dgw-shop-filters__heading a { font-size: 11px; font-weight: 700; }
.dgw-shop-filters section { border-top: 1px solid var(--dgw-border); margin-top: 20px; padding-top: 18px; }
.dgw-shop-filters ul { list-style: none; margin: 0; padding: 0; }
.dgw-shop-filters li { margin-bottom: 8px; }
.dgw-shop-filters li a { align-items: center; display: flex; font-size: 12px; justify-content: space-between; text-decoration: none; }
.dgw-shop-filters li a::before { border: 1px solid var(--dgw-green-700); border-radius: 3px; content: ""; height: 12px; margin-right: 8px; width: 12px; }
.dgw-shop-filters li a span { flex: 1; }
.dgw-shop-filters li small { color: var(--dgw-muted); }
.dgw-shop-filters .price_slider_wrapper .ui-widget-content { background: rgba(103, 108, 39, 0.25); }
.dgw-shop-filters .ui-slider .ui-slider-handle,
.dgw-shop-filters .ui-slider .ui-slider-range { background: var(--dgw-green-500); }
.dgw-shop-ajax { min-height: 420px; position: relative; }
.dgw-shop-ajax.is-loading .dgw-shop-heading,
.dgw-shop-ajax.is-loading .dgw-shop-layout { opacity: 0.48; pointer-events: none; }
.dgw-shop-ajax.is-loading::after {
animation: dgw-filter-spin 0.75s linear infinite;
border: 3px solid rgba(103, 108, 39, 0.2);
border-radius: 50%;
border-top-color: var(--dgw-green-700);
content: "";
height: 34px;
left: 50%;
position: absolute;
top: 150px;
translate: -50% -50%;
width: 34px;
z-index: 10;
}
@keyframes dgw-filter-spin { to { transform: rotate(360deg); } }
.dgw-shop-results { min-width: 0; }
.dgw-shop-results ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dgw-shop-main--single > .product,
.dgw-shop-main--single > .woocommerce-notices-wrapper {
margin-inline: auto;
max-width: calc(var(--dgw-container) + (2 * var(--dgw-gutter)));
padding-inline: var(--dgw-gutter);
}
.woocommerce .woocommerce-products-header {
background: var(--dgw-blush-50);
border-radius: var(--dgw-radius-lg);
margin-bottom: 52px;
padding: 48px;
}
.woocommerce .woocommerce-products-header__title {
color: var(--dgw-ink-900);
font-family: "Raleway", sans-serif;
font-size: clamp(38px, 4vw, 58px);
font-weight: 800;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
margin-bottom: 28px;
}
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
background: var(--dgw-white);
border: 1px solid rgba(28, 27, 31, 0.18);
border-radius: var(--dgw-radius-sm);
min-height: 46px;
padding: 10px 14px;
}
.woocommerce ul.products {
display: grid;
gap: 24px;
grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none;
margin: 0;
padding: 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
display: none;
}
.woocommerce ul.products li.product {
background: var(--dgw-white);
border: 1px solid rgba(28, 27, 31, 0.13);
border-radius: var(--dgw-radius-md);
box-shadow: 0 3px 10px rgba(28, 27, 31, 0.05);
display: flex;
flex-direction: column;
margin: 0 !important;
overflow: hidden;
padding: 18px;
width: auto !important;
}
.woocommerce ul.products li.product a img {
height: 210px;
margin: 0 0 16px;
object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
color: var(--dgw-ink-900);
font-family: "Raleway", sans-serif;
font-size: 15px;
font-weight: 800;
line-height: 1.35;
padding: 0;
}
.woocommerce ul.products li.product .price {
color: var(--dgw-green-700);
font-size: 16px;
font-weight: 800;
margin-top: auto;
}
.woocommerce ul.products li.product .button {
margin-top: 14px;
min-height: 44px;
padding: 11px 16px;
}
.woocommerce span.onsale {
background: var(--dgw-green-700);
border-radius: 999px;
color: var(--dgw-white);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.02em;
line-height: 1;
min-height: 0;
min-width: 0;
padding: 7px 11px;
white-space: nowrap;
} .woocommerce ul.products li.product span.onsale {
left: 12px;
position: absolute;
top: 12px;
z-index: 6;
}
.woocommerce div.product {
padding-top: 48px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-bottom: 72px;
}
.woocommerce div.product div.images img {
border-radius: var(--dgw-radius-md);
}
.woocommerce div.product .product_title {
color: var(--dgw-ink-900);
font-family: "Raleway", sans-serif;
font-size: clamp(38px, 4vw, 58px);
font-weight: 800;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: var(--dgw-green-700);
font-size: 22px;
font-weight: 800;
}
.woocommerce div.product form.cart {
align-items: stretch;
display: flex;
gap: 12px;
}
.woocommerce .quantity .qty {
border: 1px solid var(--dgw-border);
border-radius: var(--dgw-radius-sm);
height: 52px;
width: 80px;
}
.woocommerce div.product .woocommerce-tabs {
background: var(--dgw-cream-50);
border-radius: var(--dgw-radius-lg);
clear: both;
padding: clamp(28px, 5vw, 64px);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-color: var(--dgw-border);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: transparent;
border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: var(--dgw-white);
border-radius: var(--dgw-radius-sm);
}
.woocommerce .related.products,
.woocommerce .up-sells {
clear: both;
padding-top: 72px;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
background: var(--dgw-cream-50);
border-top-color: var(--dgw-green-500);
border-radius: var(--dgw-radius-sm);
}
.woocommerce table.shop_table {
border-color: var(--dgw-border);
border-radius: var(--dgw-radius-md);
} @media (max-width: 1380px) {
.dgw-main-header__inner {
gap: 24px;
grid-template-columns: 230px minmax(300px, 1fr) auto;
}
.dgw-header-actions a:not(.dgw-cart-link) {
display: none;
}
.dgw-shop-nav__menu {
gap: clamp(18px, 2.1vw, 28px);
justify-content: center;
}
.dgw-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dgw-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dgw-region-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
:root { --dgw-gutter: 28px; }
.dgw-trustbar__items span:nth-child(n+3) { display: none; }
.dgw-trustbar__items { gap: 24px; justify-content: flex-start; }
.dgw-main-header__inner {
grid-template-columns: 200px 1fr auto;
min-height: 92px;
}
.dgw-header-actions,
.dgw-shop-nav {
display: none;
}
.dgw-menu-toggle {
align-content: center;
background: transparent;
border: 0;
display: grid;
gap: 5px;
height: 48px;
justify-content: center;
justify-self: end;
padding: 10px;
position: relative;
width: 48px;
z-index: 20;
}
.dgw-menu-toggle > span:not(.screen-reader-text) {
display: none;
}
.dgw-menu-toggle::before {
background: linear-gradient(to bottom, var(--dgw-support) 0 2px, transparent 2px 7px, var(--dgw-support) 7px 9px, transparent 9px 14px, var(--dgw-support) 14px 16px);
content: "";
display: block;
height: 16px;
width: 26px;
}
.dgw-mobile-menu {
background: var(--dgw-white);
box-shadow: var(--dgw-shadow-md);
display: block;
left: 0; max-height: calc(100vh - 108px);
max-height: calc(100dvh - 108px);
overflow: auto;
overscroll-behavior: contain;
padding: 28px;
position: absolute;
right: 0;
top: 100%;
}
.dgw-mobile-menu[hidden] { display: none; }
.dgw-mobile-menu__list {
list-style: none;
margin: 0;
padding: 0;
}
.dgw-mobile-menu__list > li > a,
.dgw-mobile-menu__list > li > .dgw-nav-group > summary {
border-bottom: 1px solid var(--dgw-border);
display: flex;
font-weight: 800;
justify-content: space-between;
padding: 13px 0;
text-decoration: none;
}
.dgw-mobile-menu__list .sub-menu {
list-style: none;
margin: 0;
padding: 6px 0 10px 18px;
}
.dgw-mobile-menu__list .sub-menu a {
color: var(--dgw-muted);
display: block;
font-size: 14px;
font-weight: 700;
padding: 9px 0;
text-decoration: none;
}
.dgw-mobile-search { margin-top: 24px; }
.dgw-mobile-search > div { display: flex; }
.dgw-mobile-search input { border: 1px solid var(--dgw-border); border-radius: var(--dgw-radius-sm) 0 0 var(--dgw-radius-sm); flex: 1; min-width: 0; padding: 10px; }
.dgw-mobile-search button { background: var(--dgw-green-500); border: 0; border-radius: 0 var(--dgw-radius-sm) var(--dgw-radius-sm) 0; width: 50px; }
.dgw-intent-grid { grid-template-columns: 1fr; }
.dgw-usp-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dgw-usp:nth-child(2) { border-right: 0; }
.dgw-usp:nth-child(-n+2) { border-bottom: 1px solid var(--dgw-border); }
.dgw-feature-social { grid-template-columns: 1fr; }
.dgw-intent-card { min-height: 240px; }
.dgw-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dgw-brand-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dgw-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dgw-region-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dgw-split { grid-template-columns: 1fr 1fr; }
.dgw-review-bar { grid-template-columns: 1fr; }
.dgw-newsletter__inner { grid-template-columns: 1fr; }
.dgw-footer__columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dgw-article-hero__grid,
.dgw-recipe-hero__grid { grid-template-columns: 1fr; }
.dgw-recipe-columns { grid-template-columns: 1fr; }
.dgw-article-layout { grid-template-columns: 1fr; }
.dgw-article-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); position: static; }
.woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dgw-shop-intro { grid-template-columns: 1fr; }
.dgw-shop-promises { max-width: 480px; }
.dgw-shop-layout { grid-template-columns: 230px minmax(0, 1fr); }
.dgw-shop-results ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
:root { --dgw-gutter: 20px; }
body { font-size: 15px; }
h1 { font-size: clamp(40px, 13vw, 58px); }
h2 { font-size: clamp(32px, 10vw, 42px); }
.dgw-trustbar__inner { min-height: 38px; }
.dgw-trustbar__items span:nth-child(n+2),
.dgw-trustbar__service { display: none; }
.dgw-main-header__inner {
grid-template-columns: 1fr auto;
min-height: 76px;
}
.dgw-brand img,
.dgw-brand .custom-logo { max-height: 54px; max-width: 210px; }
.dgw-brand__fallback { font-size: 23px; }
.dgw-product-search { display: none; }
.dgw-hero,
.dgw-hero--large { min-height: 600px; }
.dgw-hero__copy { min-width: 0; padding-block: 70px; width: 100%; }
.dgw-hero h1 { font-size: clamp(42px, 12vw, 54px); line-height: 0.98; max-width: 100%; }
.dgw-hero__overlay { background: linear-gradient(90deg, rgba(50, 57, 19, 0.92), rgba(50, 57, 19, 0.5)); } .dgw-service-contact__hours { display: none; }
.dgw-section-header { align-items: flex-start; flex-direction: column; }
.dgw-button-row { align-items: stretch; flex-direction: column; }
.dgw-button-row .dgw-button { width: 100%; }
.dgw-category-grid,
.dgw-product-grid,
.dgw-brand-grid,
.dgw-story-grid,
.dgw-story-grid--three,
.dgw-region-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.dgw-category-card { min-height: 160px; padding: 12px; }
.dgw-category-card__media { height: 88px; }
.dgw-product-card__media { height: 180px; padding: 12px; }
.dgw-product-card__content { padding: 4px 13px 15px; }
.dgw-product-card h3 { font-size: 13px; }
.dgw-story-card { min-height: 220px; }
.dgw-story-card__overlay { padding: 18px; }
.dgw-story-card h3 { font-size: 17px; }
.dgw-split,
.dgw-split--image-left { grid-template-columns: 1fr; }
.dgw-split--image-left .dgw-split__media { order: 0; }
.dgw-split__media img { height: 300px; }
.dgw-article-hero__media img,
.dgw-recipe-hero__media img { height: 300px; }
.dgw-article-sidebar { grid-template-columns: 1fr; }
.dgw-recipe-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dgw-newsletter__inner { gap: 24px; }
.dgw-newsletter__form form,
.dgw-newsletter__form .mc4wp-form-fields { align-items: stretch; flex-direction: column; }
.dgw-footer__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dgw-home-usp { height: auto; padding-top: 20px; }
.dgw-home-usp .dgw-usp-strip { transform: none; } .dgw-section--usp-strip { height: auto; padding-block: 20px 0; }
.dgw-section--usp-strip .dgw-usp-strip { transform: none; }
.dgw-usp-strip { grid-template-columns: 1fr; padding: 14px; }
.dgw-usp { border-bottom: 1px solid var(--dgw-border); border-right: 0; padding: 15px; }
.dgw-usp:last-child { border-bottom: 0; }
.dgw-feature-card { grid-template-columns: 1fr; }
.dgw-feature-card__media img { height: 220px; }
.dgw-social-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dgw-footer__legal { align-items: flex-start; flex-direction: column; gap: 12px; }
.woocommerce .woocommerce-products-header { padding: 28px; }
.dgw-shop-layout { grid-template-columns: 1fr; }
.dgw-shop-filters { position: static; }
.dgw-shop-results ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.woocommerce ul.products li.product { padding: 12px; }
.woocommerce ul.products li.product a img { height: 180px; }
.woocommerce div.product form.cart { align-items: stretch; flex-direction: column; }
.woocommerce .quantity .qty { width: 100%; }
}
@media (max-width: 420px) {
.dgw-category-grid,
.dgw-product-grid,
.dgw-brand-grid,
.dgw-story-grid,
.dgw-story-grid--three,
.dgw-region-grid,
.woocommerce ul.products { grid-template-columns: 1fr; }
.dgw-product-card__media,
.woocommerce ul.products li.product a img { height: 240px; }
.dgw-footer__columns { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
} .dgw-button--ghost {
background: var(--dgw-white);
border-color: var(--dgw-green-700);
color: var(--dgw-green-700);
}
.dgw-product-unit-price {
color: var(--dgw-muted);
font-size: 12px;
font-weight: 700;
margin: -18px 0 20px;
}
.dgw-purchase-assurances a { color: var(--dgw-green-700); }
.dgw-cart-error { color: #9b3028; font-size: 13px; margin: 10px 0 0; }
.single_add_to_cart_button.is-loading { color: transparent !important; position: relative; }
.single_add_to_cart_button.is-loading::after {
animation: dgw-filter-spin 700ms linear infinite;
border: 2px solid rgba(255, 255, 255, 0.45);
border-radius: 50%;
border-top-color: var(--dgw-white);
content: "";
height: 20px;
left: calc(50% - 10px);
position: absolute;
top: calc(50% - 10px);
width: 20px;
}
.dgw-product-reviews { padding-block: clamp(54px, 7vw, 88px); }
.dgw-product-reviews #reviews { margin: 0 auto; max-width: 1050px; }
.dgw-product-reviews #reviews h2 {
color: var(--dgw-ink-900);
font-family: "Raleway", sans-serif;
font-size: clamp(28px, 3vw, 40px);
font-weight: 800;
}
.dgw-product-reviews #comments { margin-bottom: 36px; }
.dgw-product-reviews .commentlist { padding: 0 !important; }
.dgw-product-reviews .commentlist li .comment_container {
background: var(--dgw-white);
border: 1px solid var(--dgw-border);
border-radius: var(--dgw-radius-md);
padding: 22px;
}
.dgw-product-reviews #review_form_wrapper {
background: var(--dgw-white);
border-radius: var(--dgw-radius-lg);
box-shadow: var(--dgw-shadow-sm);
padding: clamp(24px, 4vw, 42px);
}
.dgw-product-reviews #review_form label { display: block; font-size: 13px; font-weight: 800; }
.dgw-product-reviews #review_form textarea {
border: 1px solid var(--dgw-border);
border-radius: var(--dgw-radius-sm);
min-height: 130px;
padding: 12px;
width: 100%;
}
.dgw-mobile-buybar { display: none; }
body.dgw-cart-drawer-open { overflow: hidden; }
.dgw-cart-drawer[hidden] { display: none; }
.dgw-cart-drawer { inset: 0; position: fixed; z-index: 9999; }
.dgw-cart-drawer__backdrop {
background: rgba(11, 24, 35, 0.56);
border: 0;
cursor: pointer;
inset: 0;
padding: 0;
position: absolute;
width: 100%;
}
.dgw-cart-drawer__panel {
background: var(--dgw-white);
box-shadow: -16px 0 40px rgba(28, 27, 31, 0.2);
display: flex;
flex-direction: column;
height: 100%;
margin-left: auto;
max-width: 470px;
padding: clamp(22px, 4vw, 34px);
position: relative;
width: min(92vw, 470px);
}
.dgw-cart-drawer__panel > header { align-items: center; border-bottom: 1px solid var(--dgw-border); display: flex; justify-content: space-between; padding-bottom: 18px; }
.dgw-cart-drawer__panel > header h2 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: 24px; font-weight: 800; margin: 0; }
.dgw-cart-drawer__close { background: transparent; border: 0; cursor: pointer; font-size: 32px; height: 44px; line-height: 1; width: 44px; }
.dgw-cart-drawer__content { flex: 1; min-height: 0; overflow-y: auto; padding-block: 22px; }
.dgw-cart-drawer__success { align-items: center; color: var(--dgw-green-700); display: flex; font-size: 13px; font-weight: 800; gap: 8px; }
.dgw-cart-drawer__success span { align-items: center; background: var(--dgw-green-500); border-radius: 50%; color: var(--dgw-white); display: inline-flex; height: 24px; justify-content: center; width: 24px; }
.dgw-cart-drawer .woocommerce-mini-cart { list-style: none; margin: 0; padding: 0; }
.dgw-cart-drawer .woocommerce-mini-cart-item { border-bottom: 1px solid var(--dgw-border); min-height: 92px; padding: 14px 26px 14px 78px !important; position: relative; }
.dgw-cart-drawer .woocommerce-mini-cart-item img { height: 62px; left: 0; object-fit: contain; position: absolute; top: 13px; width: 62px; }
.dgw-cart-drawer .remove_from_cart_button { color: #9b3028 !important; font-size: 20px !important; position: absolute; right: 0; text-decoration: none; top: 12px; }
.dgw-cart-drawer .quantity { color: var(--dgw-muted); display: block; font-size: 12px; }
.dgw-cart-drawer .woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding-top: 18px; }
.dgw-cart-drawer .woocommerce-mini-cart__buttons { display: none; }
.dgw-cart-drawer__panel > footer { border-top: 1px solid var(--dgw-border); display: grid; gap: 10px; grid-template-columns: 1fr 1fr; padding-top: 20px; }
.dgw-cart-drawer__panel > footer .dgw-button { min-height: 50px; padding-inline: 12px; }
.dgw-checkout-steps { margin: 0 auto clamp(32px, 5vw, 56px); max-width: 720px; }
.dgw-checkout-steps ol { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; }
.dgw-checkout-steps li { align-items: center; color: var(--dgw-muted); display: flex; font-size: 12px; font-weight: 800; gap: 9px; position: relative; text-transform: uppercase; }
.dgw-checkout-steps li:not(:last-child)::after { background: var(--dgw-border); content: ""; height: 2px; margin-inline: 12px; width: 100%; }
.dgw-checkout-steps li span { align-items: center; background: var(--dgw-cream-50); border: 2px solid var(--dgw-border); border-radius: 50%; display: inline-flex; flex: 0 0 34px; height: 34px; justify-content: center; }
.dgw-checkout-steps li.is-active { color: var(--dgw-ink-900); }
.dgw-checkout-steps li.is-active span,
.dgw-checkout-steps li.is-complete span { background: var(--dgw-green-700); border-color: var(--dgw-green-700); color: var(--dgw-white); }
.dgw-checkout-intro { color: var(--dgw-muted); font-size: 13px; margin: -36px auto 32px; text-align: center; }
.dgw-cart-page .dgw-entry,
.dgw-checkout-page .dgw-entry { max-width: 1380px; padding-block: clamp(38px, 6vw, 80px); }
.dgw-cart-page .dgw-entry__content > .woocommerce { display: flow-root; }
.dgw-cart-page .dgw-entry__header,
.dgw-checkout-page .dgw-entry__header { text-align: center; }
.dgw-cart-page .dgw-entry__header h1,
.dgw-checkout-page .dgw-entry__header h1 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: clamp(36px, 5vw, 58px); font-weight: 800; }
.dgw-cart-page .woocommerce-cart-form { float: left; width: calc(66% - 28px); }
.dgw-cart-page .cart-collaterals { float: right; width: 34%; }
.dgw-cart-page .cart-collaterals .cart_totals { background: var(--dgw-cream-50); border-radius: var(--dgw-radius-lg); padding: 28px; position: sticky; top: 24px; width: 100%; }
.dgw-cart-page table.shop_table { background: var(--dgw-white); border: 1px solid var(--dgw-border); border-collapse: separate; padding: 10px 18px; }
.dgw-cart-page table.shop_table th,
.dgw-cart-page table.shop_table td { border-color: var(--dgw-border); padding-block: 18px; }
.dgw-cart-page table.shop_table .product-thumbnail img { height: 76px; object-fit: contain; width: 76px; }
.dgw-cart-page .wc-proceed-to-checkout .checkout-button { background: var(--dgw-green-500) !important; border: 2px solid var(--dgw-green-500) !important; color: var(--dgw-white) !important; font-size: 16px; margin: 12px 0 0; width: 100%; }
.dgw-cart-shipping { background: var(--dgw-white); border: 1px solid var(--dgw-border); border-radius: var(--dgw-radius-md); display: grid; font-size: 12px; gap: 10px; margin-bottom: 18px; padding: 18px; }
.dgw-cart-shipping > span { background: rgba(103, 108, 39, 0.16); border-radius: 99px; height: 7px; overflow: hidden; }
.dgw-cart-shipping i { background: var(--dgw-green-500); display: block; height: 100%; }
body.dgw-checkout-page:not(.dgw-order-received) .dgw-trustbar,
body.dgw-checkout-page:not(.dgw-order-received) .dgw-product-search,
body.dgw-checkout-page:not(.dgw-order-received) .dgw-header-actions,
body.dgw-checkout-page:not(.dgw-order-received) .dgw-menu-toggle,
body.dgw-checkout-page:not(.dgw-order-received) .dgw-shop-nav,
body.dgw-checkout-page:not(.dgw-order-received) .dgw-breadcrumbs,
body.dgw-checkout-page:not(.dgw-order-received) .dgw-newsletter,
body.dgw-checkout-page:not(.dgw-order-received) .dgw-footer { display: none; }
body.dgw-checkout-page:not(.dgw-order-received) .dgw-main-header { border-bottom: 1px solid var(--dgw-border); }
body.dgw-checkout-page:not(.dgw-order-received) .dgw-main-header__inner { grid-template-columns: 1fr; justify-items: center; min-height: 92px; }
.dgw-checkout-page form.checkout { align-items: start; display: grid; gap: 0 clamp(34px, 5vw, 70px); grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr); }
.dgw-checkout-page form.checkout #customer_details { grid-column: 1; grid-row: 1; }
.dgw-checkout-page form.checkout #order_review_heading { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: 22px; font-weight: 800; grid-column: 2; grid-row: 1; margin: 0; }
.dgw-checkout-page form.checkout #order_review { align-self: start; background: var(--dgw-cream-50); border-radius: var(--dgw-radius-lg); grid-column: 2; grid-row: 1; margin-top: 54px; padding: 26px; position: sticky; top: 22px; }
.dgw-checkout-page .col2-set .col-1,
.dgw-checkout-page .col2-set .col-2 { float: none; width: 100%; }
.dgw-checkout-page .col2-set .col-2 { margin-top: 28px; }
.dgw-checkout-page .woocommerce-billing-fields,
.dgw-checkout-page .woocommerce-shipping-fields,
.dgw-checkout-page .woocommerce-additional-fields { background: var(--dgw-white); border: 1px solid var(--dgw-border); border-radius: var(--dgw-radius-lg); padding: clamp(24px, 4vw, 36px); }
.dgw-checkout-page .woocommerce form .form-row { margin-bottom: 14px; }
.dgw-checkout-page .woocommerce form .form-row label { font-size: 12px; font-weight: 800; }
.dgw-checkout-page #payment { background: var(--dgw-white); border: 1px solid var(--dgw-border); }
.dgw-checkout-page #payment #place_order { background: var(--dgw-green-500); border-color: var(--dgw-green-500); float: none; font-size: 17px; min-height: 58px; width: 100%; }
.dgw-checkout-trust { color: var(--dgw-muted); display: grid; font-size: 11px; gap: 3px; padding-top: 14px; text-align: center; }
.dgw-checkout-trust strong { color: var(--dgw-green-700); }
@media (max-width: 860px) {
.dgw-cart-page .woocommerce-cart-form,
.dgw-cart-page .cart-collaterals { float: none; width: 100%; }
.dgw-cart-page .cart-collaterals { margin-top: 28px; }
.dgw-cart-page .cart-collaterals .cart_totals { position: static; }
.dgw-checkout-page form.checkout { display: block; }
.dgw-checkout-page form.checkout #order_review_heading { margin-top: 36px; }
.dgw-checkout-page form.checkout #order_review { margin-top: 12px; position: static; }
}
@media (max-width: 720px) {
body.single-product { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
.dgw-mobile-buybar {
align-items: center;
background: var(--dgw-white);
border-top: 1px solid var(--dgw-border);
bottom: 0;
box-shadow: 0 -8px 24px rgba(28, 27, 31, 0.12);
display: flex;
gap: 14px;
justify-content: space-between;
left: 0;
padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
position: fixed;
right: 0;
z-index: 900;
}
.dgw-mobile-buybar > div { display: grid; min-width: 0; }
.dgw-mobile-buybar small { font-size: 10px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dgw-mobile-buybar strong { color: var(--dgw-green-700); font-size: 16px; }
.dgw-mobile-buybar .dgw-button { min-height: 48px; padding: 10px 18px; white-space: nowrap; }
.dgw-cart-drawer-open .dgw-mobile-buybar { display: none; }
.dgw-cart-drawer__panel > footer { grid-template-columns: 1fr; }
.dgw-checkout-steps li { flex-direction: column; font-size: 9px; gap: 5px; text-align: center; }
.dgw-checkout-steps li:not(:last-child)::after { left: calc(50% + 22px); margin: 0; position: absolute; top: 16px; width: calc(100% - 44px); }
.dgw-checkout-steps li span { position: relative; z-index: 1; }
} .dgw-wishlist-button {
align-items: center;
background: var(--dgw-white);
border: 1px solid rgba(28, 27, 31, 0.12);
border-radius: 50%;
color: var(--dgw-green-700);
cursor: pointer;
display: inline-flex;
font-size: 22px;
height: 42px;
justify-content: center;
line-height: 1;
padding: 0;
transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
width: 42px;
}
.dgw-wishlist-button:hover,
.dgw-wishlist-button.is-active {
background: var(--dgw-green-700);
color: var(--dgw-white);
transform: translateY(-2px);
}
.dgw-product-card .dgw-wishlist-button {
position: absolute;
right: 12px;
top: 12px;
z-index: 3;
}
.woocommerce ul.products li.product { position: relative; }
.woocommerce ul.products li.product > .dgw-wishlist-button { position: absolute; right: 12px; top: 12px; z-index: 4; }
.dgw-product-card__brand {
color: var(--dgw-muted);
display: block;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.08em;
margin-bottom: 6px;
text-transform: uppercase;
}
.dgw-review-strip {
align-items: center;
background: var(--dgw-white);
border: 1px solid rgba(103, 108, 39, 0.16);
border-radius: var(--dgw-radius-lg);
box-shadow: var(--dgw-shadow-sm);
display: grid;
gap: 30px;
grid-template-columns: 0.75fr 1.6fr 1fr;
padding: 28px 36px;
}
.dgw-review-strip > div:first-child {
display: grid;
gap: 4px;
}
.dgw-review-strip strong { color: #e2a400; letter-spacing: 0.08em; }
.dgw-review-strip small { color: var(--dgw-muted); }
.dgw-review-strip blockquote { border-inline: 1px solid var(--dgw-border); font-family: "Miniver", cursive; font-size: 18px; margin: 0; padding: 4px 30px; text-align: center; }
.dgw-review-strip__platforms { display: flex; gap: 22px; justify-content: flex-end; } .dgw-review-strip__experience { color: var(--dgw-muted); display: block; font-family: inherit; font-size: 12px;
font-weight: 700; letter-spacing: 0.02em; margin-top: 6px; }
.dgw-region-card small {
font-size: 11px;
font-weight: 800;
letter-spacing: 0.02em;
opacity: 0.92;
position: relative;
text-transform: uppercase;
z-index: 2;
}
.dgw-region-grid--index { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dgw-region-grid--index .dgw-region-card { min-height: 250px; }
.dgw-regions-index__hero { padding-block: clamp(58px, 7vw, 96px); text-align: center; }
.dgw-regions-index__hero p:last-child { font-size: 18px; margin: 0 auto; max-width: 760px; }
.dgw-region-archive-hero { align-items: stretch; background: var(--dgw-cream-50); border-radius: var(--dgw-radius-lg); display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); margin-bottom: clamp(46px, 6vw, 78px); overflow: hidden; }
.dgw-region-archive-hero__copy { align-self: center; padding: clamp(34px, 5vw, 74px); }
.dgw-region-archive-hero__copy h1 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: clamp(48px, 5.2vw, 76px); font-weight: 800; }
.dgw-region-archive-hero__copy > p:not(.dgw-eyebrow) { font-size: 18px; line-height: 1.6; max-width: 650px; }
.dgw-region-archive-hero__media { margin: 0; min-height: 460px; aspect-ratio: 5/3; }
.dgw-region-archive-hero__media img { height: 100%; object-fit: cover; width: 100%; }
.dgw-region-archive-story { align-items: start; display: grid; gap: clamp(36px, 6vw, 86px); grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr); margin: 0 auto clamp(54px, 7vw, 90px); max-width: 1120px; }
.dgw-region-archive-story h2 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: clamp(32px, 3.2vw, 46px); font-weight: 800; }
.dgw-region-archive-story .dgw-prose { font-size: 17px; }
.dgw-region-divider { margin: 22px auto 0; max-width: 360px; } .dgw-greek-divider { margin: 30px auto 0; max-height: 26px; width: 100%; } .dgw-hero__leaf { height: auto; max-width: none; opacity: 0.9; pointer-events: none; position: absolute; right: -156px; top: -234px; transform: rotate(128.78deg); width: 600px; z-index: 2; } @media (max-width: 720px) {
.dgw-hero { overflow: hidden; }
.dgw-hero__leaf { opacity: 0.28; right: -250px; top: -430px; width: 420px; }
}
@media (max-width: 420px) {
.dgw-hero__leaf { opacity: 0.2; right: -240px; top: -420px; width: 380px; }
}
.dgw-intent-card > .dgw-intent-card__texture { height: auto; inset: auto -10px -8px auto; opacity: 0.35; position: absolute; width: 42%; z-index: 1; }
.dgw-section--feature-social { overflow: hidden; position: relative; }
.dgw-feature-social { position: relative; }
.dgw-feature-social__leaf { left: -40px; opacity: 0.55; pointer-events: none; position: absolute; top: -30px; width: 190px; } .product > a { text-decoration: none; }
.dgw-shop-main:not(.dgw-shop-main--single) { padding-top: clamp(32px, 4vw, 56px); }
.dgw-shop-intro__copy > p:last-child { max-width: 760px; }
.dgw-shop-category-pills,
.dgw-filter-pills {
display: flex;
gap: 10px;
margin: 0 0 54px;
overflow-x: auto;
padding-bottom: 4px;
scrollbar-width: none;
}
.dgw-shop-category-pills a,
.dgw-filter-pills a {
background: var(--dgw-white);
border: 1px solid var(--dgw-green-700);
border-radius: 999px;
color: var(--dgw-green-700);
flex: 0 0 auto;
font-size: 12px;
font-weight: 800;
padding: 9px 18px;
text-decoration: none;
}
.dgw-shop-category-pills a:hover,
.dgw-filter-pills a:hover,
.dgw-filter-pills a.is-active { background: var(--dgw-green-700); color: var(--dgw-white); }
.dgw-shop-heading {
align-items: flex-end;
border-bottom: 1px solid var(--dgw-border);
display: flex;
gap: 24px;
justify-content: space-between;
margin-bottom: 28px;
padding-bottom: 20px;
}
.dgw-shop-heading h2 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: clamp(26px, 2.3vw, 36px); font-weight: 800; margin-bottom: 4px; }
.dgw-shop-heading .woocommerce-result-count { color: var(--dgw-muted); float: none; font-size: 12px; margin: 0; }
.dgw-shop-controls { align-items: center; display: flex; gap: 10px; }
.dgw-shop-controls input,
.dgw-shop-controls select { background: var(--dgw-white); border: 1px solid var(--dgw-border); border-radius: var(--dgw-radius-sm); height: 44px; padding: 0 13px; }
.dgw-shop-controls input { min-width: 240px; }
.dgw-view-switch { display: flex; }
.dgw-view-switch button,
.dgw-filter-toggle { background: var(--dgw-white); border: 1px solid var(--dgw-border); cursor: pointer; height: 44px; min-width: 44px; }
.dgw-view-switch button:first-child { border-radius: var(--dgw-radius-sm) 0 0 var(--dgw-radius-sm); }
.dgw-view-switch button:last-child { border-radius: 0 var(--dgw-radius-sm) var(--dgw-radius-sm) 0; }
.dgw-view-switch button.is-active { background: var(--dgw-green-700); color: var(--dgw-white); }
.dgw-filter-toggle { border-radius: var(--dgw-radius-sm); display: none; font-size: 13px; font-weight: 800; padding: 0 16px; }
.dgw-shop-filters section { margin-top: 22px; padding-top: 20px; }
.dgw-shop-filters li label,
.dgw-stock-filter { align-items: center; cursor: pointer; display: flex; font-size: 12px; gap: 8px; }
.dgw-shop-filters li label span { flex: 1; }
.dgw-stock-filter span { flex: 1; }
.dgw-stock-filter small { color: var(--dgw-muted); margin-left: auto; }
.dgw-shop-filters input[type="checkbox"] { accent-color: var(--dgw-green-700); height: 15px; width: 15px; }
.dgw-price-fields { align-items: center; display: flex; gap: 7px; }
.dgw-price-fields label { align-items: center; background: var(--dgw-white); border: 1px solid var(--dgw-border); border-radius: 7px; display: flex; padding-left: 8px; }
.dgw-price-fields input { border: 0; height: 38px; min-width: 0; padding: 5px; width: 72px; }
.dgw-shop-filters > .dgw-button { margin-top: 24px; width: 100%; }
.dgw-js .dgw-shop-filters > .dgw-button { display: none; }
.dgw-active-filters { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.dgw-active-filters span { font-size: 12px; font-weight: 800; }
.dgw-active-filters small { background: var(--dgw-cream-50); border-radius: 999px; padding: 6px 10px; }
.dgw-active-filters a { font-size: 11px; margin-left: auto; }
.dgw-shop-results .woocommerce-pagination { margin-top: 38px; }
.dgw-shop-results .woocommerce-pagination ul.page-numbers { border: 0; display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.dgw-shop-results .woocommerce-pagination ul.page-numbers li { border: 0; }
.dgw-shop-results .woocommerce-pagination .page-numbers a,
.dgw-shop-results .woocommerce-pagination .page-numbers span { align-items: center; border: 1px solid var(--dgw-border); border-radius: 8px; display: inline-flex; height: 40px; justify-content: center; min-width: 40px; padding: 0 10px; text-decoration: none; }
.dgw-shop-results .woocommerce-pagination .page-numbers .current { background: var(--dgw-green-700); border-color: var(--dgw-green-700); color: var(--dgw-white); }
.dgw-shop-results ul.products.is-list-view { grid-template-columns: 1fr; }
.dgw-shop-results ul.products.is-list-view li.product { align-items: center; display: grid; gap: 8px 22px; grid-template-columns: 210px minmax(0, 1fr) auto; }
.dgw-shop-results ul.products.is-list-view .woocommerce-LoopProduct-link { display: contents; }
.dgw-shop-results ul.products.is-list-view li.product img { grid-column: 1; grid-row: 1 / span 5; height: 180px; margin: 0; }
.dgw-shop-results ul.products.is-list-view .woocommerce-loop-product__title,
.dgw-shop-results ul.products.is-list-view .star-rating,
.dgw-shop-results ul.products.is-list-view .dgw-product-card__brand,
.dgw-shop-results ul.products.is-list-view .price { grid-column: 2; margin: 0; }
.dgw-shop-results ul.products.is-list-view .button { grid-column: 3; grid-row: 1 / span 5; margin: 0; }
.dgw-review-strip--archive { margin-top: 76px; } .dgw-shop-main--single > .dgw-product-detail { max-width: none; padding: 0; }
.dgw-product-detail { padding-top: 0 !important; }
.dgw-product-overview { align-items: start; display: grid; gap: clamp(42px, 7vw, 100px); grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr); padding-block: clamp(40px, 6vw, 84px); }
.dgw-product-gallery { background: var(--dgw-cream-50); border-radius: var(--dgw-radius-lg); min-width: 0; padding: clamp(20px, 3vw, 42px); position: relative; }
.dgw-product-gallery__actions { position: absolute; right: 24px; top: 24px; z-index: 5; }
.dgw-product-gallery .woocommerce-product-gallery { float: none !important; margin: 0 !important; width: 100% !important; }
.dgw-product-gallery .woocommerce-product-gallery__image img { height: min(570px, 52vw); object-fit: contain; width: 100%; }
.dgw-product-gallery .flex-control-thumbs { display: flex; gap: 12px; margin-top: 18px !important; }
.dgw-product-gallery .flex-control-thumbs li { background: var(--dgw-white); border: 1px solid transparent; border-radius: 10px; overflow: hidden; width: 76px !important; }
.dgw-product-summary { min-width: 0; padding-top: 14px; }
.dgw-product-summary__top { align-items: flex-start; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 14px; min-height: 54px; }
.dgw-product-summary__top .dgw-eyebrow { margin: 7px 0 0; max-width: 70%; }
.dgw-product-brand-link { align-items: flex-start; display: flex; flex: 0 0 auto; justify-content: flex-end; max-width: 150px; min-height: 50px; text-decoration: none; }
.dgw-product-brand-link span { color: var(--dgw-green-700); font-size: 13px; font-weight: 800; line-height: 1.2; text-align: right; }
.dgw-product-brand-logo { height: 50px; max-width: 105px; object-fit: cover; object-position: center; width: 105px; }
.dgw-product-summary h1 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: clamp(34px, 3.3vw, 54px); font-weight: 800; margin-bottom: 22px; }
.dgw-product-rating { align-items: center; display: flex; font-size: 12px; gap: 12px; margin-bottom: 18px; }
.dgw-product-rating a { color: var(--dgw-muted); }
.dgw-product-price { color: var(--dgw-green-700); font-size: 32px; font-weight: 800; line-height: 1.15; margin-bottom: 20px; }
.dgw-product-price del { color: var(--dgw-muted); font-size: 16px; }
.dgw-product-price ins { text-decoration: none; }
.dgw-product-lead { font-size: 17px; line-height: 1.55; max-width: 650px; }
.dgw-product-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.dgw-product-highlights span { background: var(--dgw-blush-50); border-radius: 999px; color: var(--dgw-green-700); font-size: 12px; font-weight: 700; padding: 8px 12px; }
.dgw-stock-state { align-items: center; display: flex; font-size: 13px; gap: 9px; }
.dgw-stock-state > i { background: #4f8b35; border-radius: 50%; height: 9px; width: 9px; }
.dgw-stock-state.is-out-of-stock > i { background: #a44439; }
.dgw-stock-state .stock { margin: 0; }
.dgw-shipping-progress { background: var(--dgw-cream-50); border-radius: var(--dgw-radius-md); display: grid; font-size: 13px; font-weight: 700; gap: 10px; margin: 18px 0; padding: 16px 14px 18px; }
.dgw-shipping-progress > i { background: rgba(103, 108, 39, 0.15); border-radius: 99px; display: block; height: 7px; max-width: 150px; overflow: hidden; width: 100%; }
.dgw-shipping-progress b { background: var(--dgw-green-500); display: block; height: 100%; }
.dgw-buy-controls > .stock { display: none; }
.dgw-buy-controls form.cart { align-items: stretch; display: flex; gap: 14px; margin-bottom: 16px !important; width: 100%; }
.dgw-buy-controls .quantity { border: 1px solid var(--dgw-border); border-radius: var(--dgw-radius-md); display: grid; flex: 0 0 166px; grid-template-columns: 44px minmax(44px, 1fr) 44px; overflow: hidden; }
.dgw-buy-controls .quantity .qty { appearance: textfield; border: 0; border-radius: 0; height: 58px; min-width: 0; padding: 0; text-align: center; width: 100%; }
.dgw-buy-controls .quantity .qty::-webkit-inner-spin-button,
.dgw-buy-controls .quantity .qty::-webkit-outer-spin-button { appearance: none; margin: 0; }
.dgw-quantity-button { background: transparent; border: 0; color: var(--dgw-green-700); cursor: pointer; font-size: 20px; font-weight: 800; padding: 0; }
.dgw-buy-controls .single_add_to_cart_button {
background: var(--dgw-green-500) !important;
border-color: var(--dgw-green-500) !important;
color: var(--dgw-white) !important;
flex: 1;
min-height: 58px !important;
}
.dgw-product-summary__wishlist { margin-top: 2px; }
.dgw-wishlist-button--summary { background: transparent; border: 0; border-radius: 0; gap: 6px; height: auto; padding: 3px 0; width: auto; }
.dgw-wishlist-button--summary [data-wishlist-icon] { font-size: 18px; line-height: 1; }
.dgw-wishlist-button--summary [data-wishlist-label] { font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.dgw-wishlist-button--summary:hover,
.dgw-wishlist-button--summary.is-active { background: transparent; color: var(--dgw-green-700); transform: none; }
.dgw-purchase-assurances { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; margin: 16px 0 0; padding: 0; }
.dgw-purchase-assurances li { font-size: 12px; font-weight: 400; }
.dgw-product-story { padding-block: clamp(66px, 8vw, 110px); }
.dgw-product-story__grid { display: grid; gap: 70px; grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr); }
.dgw-product-story__copy > p:first-child { font-size: 18px; }
.dgw-product-story__cards { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); margin-top: 32px; }
.dgw-product-story__cards article { background: var(--dgw-white); border-left: 4px solid var(--dgw-green-500); border-radius: var(--dgw-radius-md); padding: 24px; }
.dgw-product-story__cards h3 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: 16px; font-weight: 800; }
.dgw-product-facts { background: var(--dgw-white); border-radius: var(--dgw-radius-lg); padding: 30px; }
.dgw-product-facts h3 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: 20px; font-weight: 800; }
.dgw-product-facts table { font-size: 12px; width: 100%; }
.dgw-product-facts th,
.dgw-product-facts td { border-bottom: 1px solid var(--dgw-border); padding: 10px 0; text-align: left; }
.dgw-product-recipes { overflow: hidden; position: relative; }
.dgw-product-recipes > img { left: -20px; opacity: 0.55; position: absolute; top: -20px; width: 190px; } .dgw-recipe-hero { overflow: hidden; padding-block: clamp(48px, 6vw, 86px); }
.dgw-recipe-hero__grid { align-items: center; display: grid; gap: clamp(40px, 8vw, 110px); grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); }
.dgw-recipe-hero__copy h1 { color: var(--dgw-ink-900); font-size: clamp(46px, 5.3vw, 78px); }
.dgw-recipe-hero__intro { font-size: 18px; max-width: 680px; }
.dgw-recipe-hero__media { position: relative; }
.dgw-recipe-hero__media img { border-radius: 45% 45% 16px 16px; height: min(570px, 52vw); object-fit: cover; width: 100%; }
.dgw-recipe-hero__media span { align-items: center; background: var(--dgw-green-700); border: 4px solid var(--dgw-blush-50); border-radius: 50%; bottom: -25px; color: var(--dgw-white); display: flex; font-family: "Miniver", cursive; height: 110px; justify-content: center; position: absolute; right: -25px; transform: rotate(-8deg); width: 110px; }
.dgw-recipe-meta { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 30px 0; }
.dgw-recipe-meta > div { border-left: 1px solid var(--dgw-border); padding-left: 14px; }
.dgw-recipe-meta dt { color: var(--dgw-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.dgw-recipe-meta dd { color: var(--dgw-ink-900); font-size: 13px; font-weight: 800; margin: 2px 0 0; }
.dgw-recipe-work { padding-block: clamp(70px, 8vw, 120px); }
.dgw-recipe-work__header { margin: 0 auto 50px; max-width: 820px; text-align: center; }
.dgw-recipe-work__grid { align-items: start; display: grid; gap: clamp(44px, 7vw, 100px); grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr); }
.dgw-ingredients-card { background: var(--dgw-blush-50); border-radius: var(--dgw-radius-lg); padding: clamp(26px, 3vw, 42px); position: sticky; top: 24px; }
.dgw-ingredients-card > section + section { border-top: 1px solid var(--dgw-border); margin-top: 26px; padding-top: 20px; }
.dgw-ingredients-card h3,
.dgw-recipe-method h3 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: 18px; font-weight: 800; }
.dgw-ingredients-card ul { list-style: none; padding: 0; }
.dgw-ingredients-card li { border-bottom: 1px solid rgba(103, 108, 39, 0.13); padding: 8px 0; }
.dgw-recipe-products-mini { border-top: 2px solid var(--dgw-green-500); margin-top: 30px; padding-top: 24px; }
.dgw-recipe-products-mini > .dgw-product-card { margin-top: 14px; }
.dgw-recipe-products-mini .dgw-product-card__media { height: 150px; }
.dgw-recipe-step-group { margin-top: 36px; }
.dgw-recipe-step-group ol { list-style: none; margin: 0; padding: 0; }
.dgw-recipe-step-group li { border-bottom: 1px solid var(--dgw-border); display: grid; gap: 22px; grid-template-columns: 48px minmax(0, 1fr); padding: 26px 0; }
.dgw-recipe-step-group li > span { align-items: center; background: var(--dgw-green-700); border-radius: 50%; color: var(--dgw-white); display: flex; font-family: "Boogaloo", sans-serif; font-size: 22px; height: 44px; justify-content: center; width: 44px; }
.dgw-recipe-step-group li p:last-child { margin-bottom: 0; }
.dgw-recipe-serving { padding-block: clamp(66px, 8vw, 110px); }
.dgw-recipe-serving > .dgw-container > header { margin-bottom: 34px; text-align: center; }
.dgw-recipe-serving__grid { display: grid; gap: 34px; grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr); }
.dgw-serving-cards { display: grid; gap: 16px; }
.dgw-serving-cards article { align-items: flex-start; background: var(--dgw-white); border-radius: var(--dgw-radius-md); display: flex; gap: 18px; padding: 25px; }
.dgw-serving-cards article > span { color: var(--dgw-green-500); font-size: 25px; }
.dgw-serving-cards h3 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: 17px; font-weight: 800; }
.dgw-serving-cards p { margin: 0; }
.dgw-wine-pairing { background: var(--dgw-blush-50); border-radius: var(--dgw-radius-lg); padding: 26px; } .dgw-blog-intro { padding-block: clamp(54px, 7vw, 92px); text-align: center; }
.dgw-blog-intro > .dgw-container > p:not(.dgw-eyebrow) { margin-inline: auto; max-width: 700px; }
.dgw-blog-intro .dgw-filter-pills { justify-content: center; margin: 30px 0 0; }
.dgw-blog-featured,
.dgw-blog-grid-section { padding-block: clamp(66px, 8vw, 112px); }
.dgw-blog-featured__grid { display: grid; gap: 26px; grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr); }
.dgw-featured-story { background: var(--dgw-white); border-radius: var(--dgw-radius-lg); display: grid; grid-template-columns: 1.15fr 0.85fr; overflow: hidden; }
.dgw-featured-story__media,
.dgw-featured-story__media img { height: 100%; min-height: 480px; object-fit: cover; width: 100%; }
.dgw-featured-story > div { align-self: center; padding: 40px; }
.dgw-featured-story h3 { color: var(--dgw-ink-900); font-size: clamp(26px, 2.7vw, 40px); }
.dgw-featured-story h3 a { text-decoration: none; }
.dgw-featured-story__side { display: grid; gap: 20px; }
.dgw-featured-story__side .dgw-story-card { min-height: 230px; }
.dgw-blog-hero { padding-block: clamp(50px, 7vw, 94px); }
.dgw-blog-hero__copy { margin: 0 auto 42px; max-width: 980px; text-align: center; }
.dgw-blog-hero__copy h1 { color: var(--dgw-ink-900); font-size: clamp(48px, 6vw, 86px); }
.dgw-blog-hero__copy > p:not(.dgw-eyebrow) { font-size: 19px; margin-inline: auto; max-width: 760px; }
.dgw-article-meta { color: var(--dgw-muted); display: flex; flex-wrap: wrap; font-size: 11px; font-weight: 800; gap: 22px; justify-content: center; margin-top: 25px; text-transform: uppercase; }
.dgw-blog-hero__media { margin: 0; }
.dgw-blog-hero__media img { border-radius: var(--dgw-radius-lg); height: min(660px, 55vw); object-fit: cover; width: 100%; }
.dgw-blog-body { padding-block: clamp(66px, 8vw, 112px); }
.dgw-blog-body__grid { align-items: start; display: grid; gap: clamp(44px, 7vw, 100px); grid-template-columns: minmax(0, 1fr) 320px; }
.dgw-blog-content { font-size: 17px; max-width: 900px; }
.dgw-blog-content h2 { margin-top: 1.35em; }
.dgw-blog-dropintro { color: var(--dgw-green-700); font-size: 21px; font-weight: 700; }
.dgw-blog-dropintro::first-letter { float: left; font-family: "Boogaloo", sans-serif; font-size: 70px; line-height: 0.85; padding: 6px 8px 0 0; }
.dgw-blog-sidebar { display: grid; gap: 20px; position: sticky; top: 24px; }
.dgw-blog-sidebar > div { border-radius: var(--dgw-radius-lg); padding: 28px; }
.dgw-blog-sidebar__summary { background: var(--dgw-white); }
.dgw-blog-sidebar__shop { background: var(--dgw-support); color: var(--dgw-white); }
.dgw-blog-sidebar__shop h2,
.dgw-blog-sidebar__shop .dgw-eyebrow { color: var(--dgw-white); }
.dgw-knowledge-quote { background: var(--dgw-green-700) url(//degrieksewinkel.nl/wp-content/themes/de-griekse-winkel/assets/images/figma/article-olive-branch.webp) no-repeat right center / 220px; border: 0; border-radius: var(--dgw-radius-lg); color: var(--dgw-white); margin: 46px 0; padding: 38px 190px 38px 38px; }
.dgw-knowledge-quote span { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.dgw-knowledge-quote p { font-family: "Miniver", cursive; font-size: 24px; margin: 10px 0 0; }
.dgw-choice-help { background: var(--dgw-blush-50); border-radius: var(--dgw-radius-lg); margin: 48px 0; padding: 34px; }
.dgw-choice-help > div { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.dgw-choice-help article { background: var(--dgw-white); border-radius: var(--dgw-radius-md); padding: 20px; }
.dgw-choice-help h3 { color: var(--dgw-ink-900); font-family: "Raleway", sans-serif; font-size: 16px; font-weight: 800; }
.dgw-serve-tip { align-items: flex-start; background: var(--dgw-green-500); border-radius: var(--dgw-radius-lg); display: flex; gap: 22px; margin-top: 48px; padding: 32px; }
.dgw-serve-tip > span { font-size: 34px; }
.dgw-serve-tip h2 { color: var(--dgw-ink-900); }
@media (max-width: 1100px) {
.dgw-review-strip { grid-template-columns: 1fr 1.5fr; }
.dgw-review-strip__platforms { display: none; }
.dgw-product-overview { grid-template-columns: 1fr 1fr; }
.dgw-product-story__grid { grid-template-columns: 1fr; }
.dgw-blog-featured__grid { grid-template-columns: 1fr; }
.dgw-featured-story__side { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
.dgw-filter-toggle { display: inline-flex; align-items: center; }
.dgw-shop-heading { align-items: flex-start; flex-wrap: wrap; }
.dgw-shop-controls { flex-basis: 100%; }
.dgw-shop-controls label { flex: 1; }
.dgw-shop-controls input { min-width: 0; width: 100%; }
.dgw-shop-layout { grid-template-columns: 1fr; }
.dgw-shop-filters { display: none; position: static; }
.dgw-shop-filters.is-open { display: block; }
.dgw-product-overview,
.dgw-recipe-hero__grid,
.dgw-recipe-work__grid,
.dgw-recipe-serving__grid,
.dgw-blog-body__grid { grid-template-columns: 1fr; }
.dgw-product-gallery .woocommerce-product-gallery__image img,
.dgw-recipe-hero__media img { height: 520px; }
.dgw-region-archive-hero,
.dgw-region-archive-story { grid-template-columns: 1fr; }
.dgw-region-archive-hero__media { min-height: 360px; order: -1; }
.dgw-region-grid--index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dgw-ingredients-card,
.dgw-blog-sidebar { position: static; }
.dgw-blog-sidebar { grid-template-columns: repeat(2, 1fr); }
.dgw-featured-story { grid-template-columns: 1fr; }
.dgw-featured-story__media,
.dgw-featured-story__media img { min-height: 360px; }
}
@media (max-width: 620px) {
.dgw-review-strip { grid-template-columns: 1fr; padding: 24px; }
.dgw-review-strip blockquote { border: 0; border-top: 1px solid var(--dgw-border); padding: 20px 0 0; }
.dgw-shop-controls { align-items: stretch; flex-direction: column; }
.dgw-view-switch { display: none; }
.dgw-shop-results ul.products.is-list-view li.product { display: flex; }
.dgw-shop-results ul.products.is-list-view .woocommerce-LoopProduct-link { display: block; }
.dgw-shop-results ul.products.is-list-view li.product img { height: 220px; margin-bottom: 16px; }
.dgw-product-gallery .woocommerce-product-gallery__image img,
.dgw-recipe-hero__media img { height: 360px; }
.dgw-region-archive-hero__media { min-height: 280px; }
.dgw-region-archive-hero__copy { padding: 28px 22px 36px; }
.dgw-region-grid--index { grid-template-columns: 1fr; }
.dgw-region-grid--index .dgw-region-card { min-height: 220px; }
.dgw-product-story__cards,
.dgw-blog-sidebar,
.dgw-choice-help > div,
.dgw-featured-story__side { grid-template-columns: 1fr; }
.dgw-product-overview { padding-top: 24px; }
.dgw-product-summary__top { margin-bottom: 22px; min-height: 44px; }
.dgw-product-summary__top .dgw-eyebrow { max-width: 62%; }
.dgw-product-brand-link { max-width: 112px; min-height: 40px; }
.dgw-product-brand-logo { height: 44px; max-width: 92px; width: 92px; }
.dgw-buy-controls form.cart { flex-direction: column; }
.dgw-buy-controls .quantity { flex-basis: auto; width: 100%; }
.dgw-buy-controls .single_add_to_cart_button { width: 100%; }
.dgw-purchase-assurances { flex-direction: column; gap: 7px; }
.dgw-recipe-meta { grid-template-columns: repeat(2, 1fr); }
.dgw-recipe-hero__media span { bottom: -18px; height: 88px; right: -6px; width: 88px; }
.dgw-recipe-step-group li { gap: 14px; grid-template-columns: 38px minmax(0, 1fr); }
.dgw-recipe-step-group li > span { font-size: 18px; height: 36px; width: 36px; }
.dgw-knowledge-quote { background-image: none; padding: 30px; }
.dgw-blog-hero__media img { height: 360px; }
.dgw-article-meta { gap: 10px 16px; }
} .dgw-scroller {
align-items: center;
display: grid;
gap: 10px;
grid-template-columns: auto minmax(0, 1fr) auto;
}
.dgw-scroller__track { -ms-overflow-style: none;
overflow-x: auto;
overscroll-behavior-x: contain;
scroll-behavior: smooth;
scroll-snap-type: x proximity;
scrollbar-width: none;
}
.dgw-scroller__track::-webkit-scrollbar {
display: none;
height: 0;
width: 0;
}
.dgw-scroller__track > * {
scroll-snap-align: start;
}
.dgw-scroller__track:focus-visible {
outline: 2px solid var(--dgw-green-500);
outline-offset: 4px;
}
.dgw-scroller__arrow {
align-items: center;
background: var(--dgw-white);
border: 1.5px solid var(--dgw-green-500);
border-radius: 50%;
color: var(--dgw-green-700);
cursor: pointer;
display: flex;
flex: none;
font-size: 17px;
height: 42px;
justify-content: center;
line-height: 1;
width: 42px;
}
.dgw-scroller__arrow svg {
fill: none;
height: 18px;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.8;
width: 18px;
}
.dgw-scroller__arrow[hidden] {
display: none;
}
.dgw-scroller__arrow:disabled {
cursor: default;
opacity: 0.3;
}
.dgw-scroller__arrow:not(:disabled):hover {
background: var(--dgw-green-500);
color: var(--dgw-white);
}
.dgw-scroller .dgw-category-grid {
display: grid;
gap: 16px;
grid-auto-columns: minmax(158px, 1fr);
grid-auto-flow: column;
grid-template-columns: none;
padding-bottom: 8px;
} .dgw-scroller--categories {
display: block;
}
.dgw-category-slider__meta,
.dgw-category-slider__controls {
align-items: center;
display: flex;
}
.dgw-category-slider__meta {
gap: 20px;
}
.dgw-category-slider__controls {
gap: 10px;
position: relative;
z-index: 5;
}
#categorieen.dgw-section
{
padding-block: clamp(60px, 4.5vw, 110px) clamp(48px, 4.2vw, 80px) clamp(44px, 3.75vw, 72px) clamp(48px, 4.2vw, 80px);
} .dgw-scroller--categories .dgw-category-grid {
gap: 24px;
padding: 15px 0;
grid-auto-columns: calc((100% - 96px) / 5);
padding-bottom: 0;
scroll-snap-type: x mandatory;
} .dgw-scroller--pills {
margin: 0 0 54px;
}
.dgw-scroller--pills .dgw-scroller__track {
margin: 0;
padding-bottom: 0;
} .dgw-brand-marquee {
display: flex;
gap: clamp(28px, 4vw, 62px); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
overflow: hidden;
user-select: none;
width: 100%;
}
.dgw-brand-marquee__track {
align-items: center;
animation: dgw-marquee var(--dgw-marquee-duration, 40s) linear infinite;
display: flex;
flex: none;
gap: clamp(28px, 4vw, 62px);
list-style: none;
margin: 0;
min-width: 100%;
padding: 0;
}
.dgw-brand-marquee:hover .dgw-brand-marquee__track,
.dgw-brand-marquee:focus-within .dgw-brand-marquee__track {
animation-play-state: paused;
}
.dgw-brand-marquee__item {
align-items: center;
display: flex;
height: 78px;
justify-content: center;
width: clamp(96px, 10vw, 140px);
}
.dgw-brand-marquee__item img {
filter: grayscale(1);
max-height: 100%;
object-fit: contain;
opacity: 0.72;
transition: filter 0.2s ease, opacity 0.2s ease;
width: auto;
}
.dgw-brand-marquee__item:hover img,
.dgw-brand-marquee__item:focus-visible img {
filter: none;
opacity: 1;
}
@keyframes dgw-marquee {
to { transform: translateX(calc(-100% - clamp(28px, 4vw, 62px))); }
}
@media (prefers-reduced-motion: reduce) { .dgw-brand-marquee { mask-image: none; overflow-x: auto; }
.dgw-brand-marquee__track { animation: none; }
.dgw-brand-marquee__track[aria-hidden="true"] { display: none; }
}
.dgw-badge--soldout {
background: var(--dgw-ink-900);
color: var(--dgw-white);
}
.dgw-product-card__rating {
align-items: center;
color: #e2a400;
display: flex;
gap: 6px;
}
.dgw-product-card__rating small {
color: var(--dgw-muted);
font-weight: 800;
}
.dgw-section-header__count {
color: var(--dgw-muted);
font-size: 13px;
font-weight: 800;
margin: 0;
}
.dgw-shop-category-pills__all,
.dgw-shop-category-pills [aria-current="page"] {
background: var(--dgw-green-700);
color: var(--dgw-white);
}
.dgw-shop-category-pills small {
font-weight: 800;
opacity: 0.6;
}
@media (max-width: 720px) {
.dgw-scroller__arrow { display: none; }
.dgw-scroller { grid-template-columns: minmax(0, 1fr); } .dgw-home .dgw-home-scroll {
display: grid;
gap: 14px;
grid-auto-columns: min(82vw, 340px);
grid-auto-flow: column;
grid-template-columns: none;
margin-inline: calc(var(--dgw-gutter) * -1);
overflow-x: auto;
overscroll-behavior-x: contain;
padding: 0 var(--dgw-gutter) 10px;
scroll-padding-inline: var(--dgw-gutter);
scroll-snap-type: x mandatory;
scrollbar-width: none;
}
.dgw-home .dgw-home-scroll::-webkit-scrollbar {
display: none;
}
.dgw-home .dgw-home-scroll > * {
min-width: 0;
scroll-snap-align: start;
}
.dgw-home .dgw-category-grid.dgw-home-scroll {
gap: 14px;
grid-auto-columns: min(72vw, 280px);
}
.dgw-home .dgw-product-grid.dgw-home-scroll,
.dgw-home .dgw-region-grid.dgw-home-scroll {
grid-auto-columns: min(78vw, 320px);
}
.dgw-home .dgw-social-gallery.dgw-home-scroll {
gap: 12px;
grid-auto-columns: min(62vw, 245px);
}
.dgw-home .dgw-usp-strip.dgw-home-scroll {
grid-auto-columns: min(78vw, 310px);
padding-block: 10px;
}
.dgw-home .dgw-usp-strip.dgw-home-scroll .dgw-usp {
border-bottom: 0;
border-right: 1px solid var(--dgw-border);
min-height: 86px;
}
.dgw-home .dgw-usp-strip.dgw-home-scroll .dgw-usp:last-child {
border-right: 0;
}
} .dgw-predictive-search { position: relative; }
.dgw-product-search.dgw-predictive-search { overflow: visible; }
.dgw-predictive-search__panel[hidden] { display: none !important; }
.dgw-predictive-search__panel {
background: var(--dgw-white);
border: 1px solid rgba(28, 27, 31, 0.14);
border-radius: var(--dgw-radius-md);
box-shadow: 0 18px 45px rgba(28, 27, 31, 0.2);
color: var(--dgw-ink-900);
left: -2px;
max-height: min(680px, 77vh);
overflow: auto;
padding: 10px;
position: absolute;
right: -2px;
text-align: left;
top: calc(100% + 10px);
z-index: 120;
}
.dgw-predictive-search__results { display: block; }
.dgw-predictive-search__group-title {
color: var(--dgw-muted);
font-size: 10px;
font-weight: 800;
letter-spacing: 0.08em;
margin: 8px 8px 5px;
text-transform: uppercase;
}
.dgw-predictive-search__suggestions {
display: grid;
gap: 5px;
grid-template-columns: repeat(2, minmax(0, 1fr));
margin-bottom: 10px;
}
.dgw-predictive-suggestion {
align-items: center;
background: var(--dgw-cream-50);
border-radius: 9px;
display: grid;
gap: 0 7px;
grid-template-columns: 1fr auto;
padding: 9px 11px;
text-decoration: none;
}
.dgw-predictive-suggestion small { color: var(--dgw-muted); font-size: 9px; grid-column: 1; text-transform: uppercase; }
.dgw-predictive-suggestion strong { font-size: 12px; grid-column: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dgw-predictive-suggestion span { color: var(--dgw-muted); font-size: 10px; grid-column: 2; grid-row: 1 / span 2; }
.dgw-predictive-search__products { display: grid; }
.dgw-predictive-product {
align-items: center;
border-bottom: 1px solid var(--dgw-border);
border-radius: 9px;
display: grid;
gap: 12px;
grid-template-columns: 62px minmax(0, 1fr) auto;
min-height: 78px;
padding: 8px;
text-decoration: none;
}
.dgw-predictive-product > img { background: var(--dgw-cream-50); border-radius: 8px; height: 62px; object-fit: contain; width: 62px; }
.dgw-predictive-product__copy { display: grid; min-width: 0; }
.dgw-predictive-product__copy strong { font-size: 13px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dgw-predictive-product__copy small { color: var(--dgw-muted); font-size: 9px; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.dgw-predictive-product__copy em { color: var(--dgw-muted); font-size: 9px; font-style: normal; font-weight: 700; margin-top: 2px; }
.dgw-predictive-product__copy em::before { background: #4f8b35; border-radius: 50%; content: ""; display: inline-block; height: 6px; margin-right: 5px; width: 6px; }
.dgw-predictive-product__copy em.is-out-of-stock::before { background: #a44439; }
.dgw-predictive-product__price { color: var(--dgw-green-700); display: grid; font-size: 13px; font-weight: 800; justify-items: end; white-space: nowrap; }
.dgw-predictive-product__price small { background: var(--dgw-blush-50); border-radius: 99px; font-size: 8px; margin-bottom: 4px; padding: 3px 6px; text-transform: uppercase; }
.dgw-predictive-suggestion:hover,
.dgw-predictive-suggestion.is-active,
.dgw-predictive-product:hover,
.dgw-predictive-product.is-active { background: rgba(162, 174, 20, 0.13); outline: 1px solid rgba(103, 108, 39, 0.25); }
.dgw-predictive-search__all {
align-items: center;
color: var(--dgw-green-700);
display: flex;
font-size: 12px;
font-weight: 800;
justify-content: center;
margin-top: 7px;
min-height: 43px;
text-decoration: none;
}
.dgw-predictive-search__all:hover,
.dgw-predictive-search__all.is-active { background: var(--dgw-green-700); border-radius: 9px; color: var(--dgw-white); }
.dgw-predictive-search__empty { color: var(--dgw-muted); font-size: 12px; padding: 28px 18px; text-align: center; }
.dgw-predictive-search__did-you-mean {
border-bottom: 1px solid var(--dgw-cream-50);
color: var(--dgw-muted);
font-size: 12px;
margin: 0 0 6px;
padding: 8px 8px 10px;
}
.dgw-predictive-search__did-you-mean button {
background: none;
border: 0;
color: var(--dgw-ink-900);
cursor: pointer;
font: inherit;
font-weight: 700;
padding: 0;
text-decoration: underline;
text-underline-offset: 2px;
}
.dgw-predictive-search__did-you-mean button:hover,
.dgw-predictive-search__did-you-mean button:focus-visible { color: var(--dgw-green-700); }
.dgw-predictive-search__loading { display: grid; gap: 7px; padding: 4px; }
.dgw-predictive-search__loading i {
animation: dgw-search-pulse 1.1s ease-in-out infinite alternate;
background: linear-gradient(90deg, var(--dgw-cream-50), #ebe9dc, var(--dgw-cream-50));
border-radius: 9px;
display: block;
height: 68px;
}
@keyframes dgw-search-pulse { to { opacity: 0.48; } } .dgw-mobile-search > .dgw-predictive-search__panel {
display: block;
left: auto;
margin-top: 8px;
max-height: 44vh;
max-height: 44dvh;
overscroll-behavior: contain;
position: static;
right: auto;
top: auto;
}
.dgw-mobile-menu .dgw-mobile-search { margin: 0 0 20px; }
.dgw-mobile-menu .dgw-mobile-search > label { display: block; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
@media (max-width: 620px) {
.dgw-mobile-search .dgw-predictive-search__suggestions { grid-template-columns: 1fr; }
.dgw-mobile-search .dgw-predictive-product { gap: 9px; grid-template-columns: 54px minmax(0, 1fr) auto; }
.dgw-mobile-search .dgw-predictive-product > img { height: 54px; width: 54px; }
.dgw-mobile-search .dgw-predictive-product__price { font-size: 11px; }
} .dgw-whatsapp {
align-items: center;
background: #25d366;
border-radius: 999px;
bottom: max(18px, env(safe-area-inset-bottom));
box-shadow: 0 10px 28px rgba(16, 32, 20, 0.28);
color: #fff;
display: inline-flex;
font-size: 14px;
font-weight: 700;
gap: 9px;
left: max(18px, env(safe-area-inset-left));
padding: 12px 18px 12px 14px;
position: fixed;
text-decoration: none;
transition: transform 0.15s ease, box-shadow 0.15s ease;
z-index: 9000;
}
.dgw-whatsapp:hover,
.dgw-whatsapp:focus-visible { box-shadow: 0 14px 34px rgba(16, 32, 20, 0.34); color: #fff; transform: translateY(-2px); }
.dgw-whatsapp__icon { flex: none; }
@media (max-width: 720px) {
.dgw-whatsapp { border-radius: 50%; padding: 13px; }
.dgw-whatsapp__label {
clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden;
position: absolute; white-space: nowrap; width: 1px;
}
}
@media (prefers-reduced-motion: reduce) {
.dgw-whatsapp { transition: none; }
.dgw-whatsapp:hover, .dgw-whatsapp:focus-visible { transform: none; }
} .dgw-newsletter-form { display: grid; gap: 10px; max-width: 560px; }
.dgw-newsletter__form .dgw-newsletter-form {
align-items: stretch;
display: grid;
width: 100%;
}
.dgw-newsletter-form__row { display: flex; flex-wrap: wrap; gap: 8px; }
.dgw-newsletter-form__row input[type="email"] {
border: 1px solid var(--dgw-border); border-radius: var(--dgw-radius-sm);
flex: 1 1 220px; font: inherit; min-width: 0; padding: 12px 14px;
}
.dgw-newsletter-form__row button {
background: var(--dgw-green-700);
border-color: var(--dgw-green-700);
color: var(--dgw-white);
flex: 0 0 auto;
}
.dgw-newsletter-form__consent { align-items: flex-start; display: flex; font-size: 13px; gap: 8px; line-height: 1.4; }
.dgw-newsletter-form__consent input { margin-top: 3px; }
.dgw-newsletter-form__note { font-size: 12px; margin: 0; opacity: 0.8; }
.dgw-newsletter-form__message { font-size: 14px; margin: 0; min-height: 1px; }
.dgw-newsletter-form__message.is-error { color: #a3241c; font-weight: 700; }
.dgw-newsletter-form__message.is-success { font-weight: 700; }
.dgw-newsletter-form__coupon {
background: rgba(255, 255, 255, 0.22); border: 1px dashed currentColor; border-radius: 6px;
display: inline-block; letter-spacing: 0.09em; margin-top: 4px; padding: 3px 10px;
}
@media (max-width: 620px) {
.dgw-newsletter-form__row { flex-direction: column; }
.dgw-newsletter-form__row button { width: 100%; }
} .dgw-newsletter__form .gform_wrapper { width: 100%; }
.dgw-newsletter__form form[id^="gform_"] {
align-items: flex-end; display: flex;
gap: 12px;
width: 100%;
}
.dgw-newsletter__form form .gform_body { flex: 1 1 auto; min-width: 0; }
.dgw-newsletter__form form .gform_fields {
display: grid;
gap: 0;
grid-template-columns: minmax(0, 1fr);
margin: 0;
padding: 0;
}
.dgw-newsletter__form form .gfield { margin: 0; padding: 0; }
.dgw-newsletter__form form .gfield .gfield_label {
color: var(--dgw-ink-900);
display: block;
font-size: 14px;
font-weight: 700;
line-height: 20px;
margin: 0 0 6px;
}
.dgw-newsletter__form form .gfield_required { font-weight: 400; }
.dgw-newsletter__form form .ginput_container { margin: 0; }
.dgw-newsletter__form form .gfield input[type="email"],
.dgw-newsletter__form form .gfield input[type="text"] {
background: var(--dgw-white);
border: 1.5px solid var(--dgw-green-700);
border-radius: var(--dgw-radius-md);
font: inherit;
height: 56px;
padding: 0 18px;
width: 100%;
}
.dgw-newsletter__form form .gfield_description,
.dgw-newsletter__form form .validation_message {
font-size: 13px;
margin: 6px 0 0;
padding: 0;
}
.dgw-newsletter__form .gform_confirmation_message { font-weight: 700; margin: 0; } .dgw-newsletter__form form .gform_footer.top_label {
align-items: flex-end;
display: flex;
flex: 0 0 auto;
margin: 0;
padding: 0;
width: auto;
}
.dgw-newsletter__form form .gform_footer input[type="submit"].gform_button {
background: var(--dgw-green-700);
border: 2px solid var(--dgw-green-700);
border-radius: var(--dgw-radius-md);
color: var(--dgw-white);
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
height: 56px;
line-height: 1.2;
margin: 0;
padding: 0 24px;
text-align: center;
transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
width: auto;
}
.dgw-newsletter__form form .gform_footer input[type="submit"].gform_button:hover {
background: var(--dgw-green-500);
border-color: var(--dgw-green-700);
color: var(--dgw-white);
transform: translateY(-1px);
}
.dgw-newsletter__form form .gform_footer input[type="submit"].gform_button:focus-visible {
outline: 2px solid var(--dgw-green-700);
outline-offset: 2px;
}
@media (max-width: 720px) {
.dgw-newsletter__form form[id^="gform_"] { align-items: stretch; flex-direction: column; }
.dgw-newsletter__form form .gform_footer.top_label { width: 100%; }
.dgw-newsletter__form form .gform_footer input[type="submit"].gform_button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
.dgw-newsletter__form form .gform_footer input[type="submit"].gform_button { transition: none; }
.dgw-newsletter__form form .gform_footer input[type="submit"].gform_button:hover { transform: none; }
}