:root {
--zwg-bg: #834a27;
--zwg-box: #b5ad9d;
--zwg-heading: #492811;
--zwg-heading-hover: #492811;
--zwg-light: #f4efe6;
--zwg-dark: #2b2b2b;
--zwg-heading-font: "Farmhand", serif;
--zwg-body-font: "Source Serif 4", Georgia, "Times New Roman", serif;
} body {
background-color: var(--zwg-bg) !important;
color: var(--zwg-dark);
font-family: var(--zwg-body-font) !important;
} body,
body p,
body li,
body a,
body span,
body div,
body button,
body input,
body textarea,
body select,
body table,
body td,
body th,
body label,
body legend,
body figcaption,
body blockquote,
body .entry-content,
body .site-content,
body .wp-block-button__link,
body .menu,
body .menu-item,
body .widget,
body .sidebar {
font-family: var(--zwg-body-font) !important;
} body h1,
body h1 *,
body h2,
body h2 *,
body h3,
body h3 *,
body h4,
body h4 *,
body h5,
body h5 *,
body h6,
body h6 *,
body .page-title,
body .page-title *,
body .entry-title,
body .entry-title *,
body .wp-block-heading,
body .wp-block-heading *,
body .site-title,
body .site-title * {
font-family: var(--zwg-heading-font) !important;
color: var(--zwg-heading);
} body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover,
body .entry-title a:hover,
body .page-title a:hover {
color: var(--zwg-heading-hover) !important;
} body .entry-content,
body .site-main,
body .content-area,
body .wp-block-group,
body .wp-block-column,
body .zwg-card,
body .zwg-box,
body .zwg-panel,
body .zwg-browser,
body .zwg-health-card,
body .zwg-truth-card {
color: var(--zwg-dark);
} body .zwg-card,
body .zwg-box,
body .zwg-panel,
body .zwg-browser,
body .zwg-health-card,
body .zwg-truth-card {
background-color: var(--zwg-box);
color: var(--zwg-dark);
} body .zwg-card p,
body .zwg-box p,
body .zwg-panel p,
body .zwg-browser p,
body .zwg-health-card p,
body .zwg-truth-card p,
body .zwg-card li,
body .zwg-box li,
body .zwg-panel li,
body .zwg-browser li,
body .zwg-health-card li,
body .zwg-truth-card li {
color: var(--zwg-dark);
} body .zwg-card a,
body .zwg-box a,
body .zwg-panel a,
body .zwg-browser a,
body .zwg-health-card a,
body .zwg-truth-card a {
color: var(--zwg-heading);
}
body .zwg-card a:hover,
body .zwg-box a:hover,
body .zwg-panel a:hover,
body .zwg-browser a:hover,
body .zwg-health-card a:hover,
body .zwg-truth-card a:hover {
color: var(--zwg-heading-hover);
} body .zwg-divider {
padding: 20px 0;
}
body .zwg-divider hr,
body hr.zwg-hr {
border: 0;
border-top: 2px solid var(--zwg-heading);
margin: 0;
opacity: 1;
} body .entry-content hr,
body .zwg-card hr,
body .zwg-box hr,
body .zwg-panel hr,
body .zwg-browser hr,
body .zwg-health-card hr,
body .zwg-truth-card hr {
border: 0;
border-top: 2px solid var(--zwg-heading);
margin: 24px 0;
opacity: 1;
} body button:not(.zwg-password-toggle),
body input[type="button"],
body input[type="submit"],
body input[type="reset"],
body .button,
body .wp-element-button,
body .wp-block-button__link,
body a.button,
body .zwg-button,
body .zwg-btn,
body .zwg-insiders-button,
body .zwg-insiders-profile-button,
body .zwg-secondary-button,
body .pms-submit-button,
body .wc-block-components-button {
background: var(--zwg-heading) !important;
background-color: var(--zwg-heading) !important;
color: var(--zwg-light) !important;
-webkit-text-fill-color: var(--zwg-light) !important;
border-color: var(--zwg-heading) !important;
font-family: var(--zwg-body-font) !important;
font-weight: 700;
text-decoration: none !important;
cursor: pointer;
text-align: center;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body button:not(.zwg-password-toggle):hover,
body button:not(.zwg-password-toggle):focus,
body button:not(.zwg-password-toggle):focus-visible,
body input[type="button"]:hover,
body input[type="button"]:focus,
body input[type="button"]:focus-visible,
body input[type="submit"]:hover,
body input[type="submit"]:focus,
body input[type="submit"]:focus-visible,
body input[type="reset"]:hover,
body input[type="reset"]:focus,
body input[type="reset"]:focus-visible,
body .button:hover,
body .button:focus,
body .button:focus-visible,
body .wp-element-button:hover,
body .wp-element-button:focus,
body .wp-element-button:focus-visible,
body .wp-block-button__link:hover,
body .wp-block-button__link:focus,
body .wp-block-button__link:focus-visible,
body a.button:hover,
body a.button:focus,
body a.button:focus-visible,
body .zwg-button:hover,
body .zwg-button:focus,
body .zwg-button:focus-visible,
body .zwg-btn:hover,
body .zwg-btn:focus,
body .zwg-btn:focus-visible,
body .zwg-insiders-button:hover,
body .zwg-insiders-button:focus,
body .zwg-insiders-button:focus-visible,
body .zwg-insiders-profile-button:hover,
body .zwg-insiders-profile-button:focus,
body .zwg-insiders-profile-button:focus-visible,
body .zwg-secondary-button:hover,
body .zwg-secondary-button:focus,
body .zwg-secondary-button:focus-visible,
body .pms-submit-button:hover,
body .pms-submit-button:focus,
body .pms-submit-button:focus-visible,
body .wc-block-components-button:hover,
body .wc-block-components-button:focus,
body .wc-block-components-button:focus-visible {
background: var(--zwg-light) !important;
background-color: var(--zwg-light) !important;
color: var(--zwg-heading) !important;
-webkit-text-fill-color: var(--zwg-heading) !important;
border-color: var(--zwg-heading) !important;
text-decoration: none !important;
}
body button:not(.zwg-password-toggle):focus-visible,
body input[type="button"]:focus-visible,
body input[type="submit"]:focus-visible,
body input[type="reset"]:focus-visible,
body .button:focus-visible,
body .wp-element-button:focus-visible,
body .wp-block-button__link:focus-visible,
body a.button:focus-visible,
body .zwg-button:focus-visible,
body .zwg-btn:focus-visible,
body .zwg-insiders-button:focus-visible,
body .zwg-insiders-profile-button:focus-visible,
body .zwg-secondary-button:focus-visible,
body .pms-submit-button:focus-visible,
body .wc-block-components-button:focus-visible {
outline: 3px solid var(--zwg-bg) !important;
outline-offset: 2px;
} .wp-block-heading mark,
mark.has-inline-color.has-black-color {
background-color: transparent !important;
color: inherit !important;
}  .zwg-truths {
width: 100%;
max-width: 100%;
margin: 1.25rem 0 0;
padding: clamp(1rem, 3vw, 1.5rem);
border: 2px solid #492811;
border-radius: 12px;
background: transparent;
color: #2b2b2b;
}
.zwg-truths h2 {
margin: 0 0 0.65rem;
color: #492811 !important;
font-size: clamp(1.3rem, 3vw, 1.7rem);
line-height: 1.28;
letter-spacing: 0.025em;
}
.zwg-truths p,
.zwg-truths label {
color: #2b2b2b;
}
.zwg-t-help {
margin: 0 0 0.8rem;
color: #2b2b2b;
font-size: 0.95rem;
}
.zwg-t-row {
position: relative;
margin: 0 0 0.9rem;
}
.zwg-t-row:last-child {
margin-bottom: 0;
}
.zwg-t-input,
.zwg-t-select {
width: 100%;
max-width: 100%;
min-height: 46px;
padding: 0.65rem 0.75rem;
border: 1px solid #834a27;
border-radius: 7px;
background: #ffffff;
color: #2b2b2b;
font: inherit;
outline: none;
}
.zwg-t-input::placeholder {
color: #2b2b2b;
opacity: 1;
}
.zwg-t-select:focus,
.zwg-t-input:focus {
border-color: #834a27;
outline: 2px solid #492811;
outline-offset: 2px;
}
.zwg-t-results {
position: absolute;
z-index: 20;
top: calc(100% + 0.35rem);
left: 0;
right: 0;
max-height: 280px;
overflow-y: auto;
border: 1px solid #492811;
border-radius: 7px;
background: #ffffff;
box-shadow: 0 8px 20px rgba(43, 43, 43, 0.14);
}
.zwg-t-results:empty {
display: none;
}
.zwg-t-result-item {
display: block;
margin: 0;
padding: 0.7rem 0.85rem;
border-bottom: 1px solid rgba(73, 40, 17, 0.2);
background: #ffffff;
color: #2b2b2b;
font-size: 1rem;
cursor: pointer;
}
.zwg-t-result-item:last-child {
border-bottom: 0;
}
.zwg-t-result-item:hover,
.zwg-t-result-item:focus {
background: #f4efe6;
} .zwg-t-directory {
margin-top: 1rem;
padding-top: 0.9rem;
border-top: 1px solid rgba(73, 40, 17, 0.28);
}
.zwg-t-directory-summary {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
min-height: 44px;
margin: 0;
color: #492811;
font-size: 1.05rem;
font-weight: 700;
line-height: 1.3;
cursor: pointer;
list-style: none;
}
.zwg-t-directory-summary::-webkit-details-marker {
display: none;
}
.zwg-t-directory-summary::marker {
content: "";
}
.zwg-t-directory-summary:hover span:first-child,
.zwg-t-directory-summary:focus-visible span:first-child {
text-decoration: underline;
}
.zwg-t-directory-summary:focus-visible {
outline: 2px solid #492811;
outline-offset: 4px;
}
.zwg-t-directory-icon {
flex: 0 0 auto;
color: #834a27;
font-size: 1.45rem;
font-weight: 700;
line-height: 1;
transition: transform 0.2s ease;
}
.zwg-t-directory[open] .zwg-t-directory-icon {
transform: rotate(180deg);
}
.zwg-t-directory-panel {
padding-top: 1rem;
}
.zwg-t-alphabet {
display: flex;
flex-wrap: wrap;
gap: 0.35rem 0.75rem;
margin: 0 0 1.25rem;
padding: 0 0 0.9rem;
border-bottom: 1px solid rgba(73, 40, 17, 0.2);
}
.zwg-t-alphabet a,
.zwg-t-alphabet a:visited {
color: #834a27 !important;
font-weight: 700;
line-height: 1.35;
text-decoration: none !important;
}
.zwg-t-alphabet a:hover,
.zwg-t-alphabet a:focus {
color: #492811 !important;
text-decoration: underline !important;
}
.zwg-t-alphabet a:focus-visible {
outline: 2px solid #492811;
outline-offset: 3px;
}
.zwg-t-directory-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.5rem 2rem;
align-items: start;
}
.zwg-t-letter-group {
min-width: 0;
scroll-margin-top: 2rem;
}
.zwg-t-letter-group h3 {
margin: 0 0 0.45rem;
color: #492811 !important;
font-family: "Farmhand", cursive;
font-size: 1.55rem;
font-weight: 400;
line-height: 1.1;
}
.zwg-t-letter-group ul {
margin: 0;
padding: 0;
list-style: none;
}
.zwg-t-letter-group li {
margin: 0 0 0.32rem;
padding: 0;
line-height: 1.35;
}
.zwg-t-letter-group a,
.zwg-t-letter-group a:visited {
color: #2b2b2b !important;
text-decoration: none !important;
overflow-wrap: anywhere;
}
.zwg-t-letter-group a:hover,
.zwg-t-letter-group a:focus {
color: #834a27 !important;
text-decoration: underline !important;
}
.zwg-t-letter-group a:focus-visible {
outline: 2px solid #492811;
outline-offset: 2px;
}
.zwg-t-result-item,
.zwg-t-result-item:visited {
color: #2b2b2b !important;
text-decoration: none !important;
}
.zwg-t-result-item:hover,
.zwg-t-result-item:focus {
color: #2b2b2b !important;
text-decoration: none !important;
}
.zwg-t-result-item:focus-visible {
outline: 2px solid #492811;
outline-offset: -3px;
}
@media (max-width: 900px) {
.zwg-t-directory-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 600px) {
.zwg-t-directory-grid {
grid-template-columns: minmax(0, 1fr);
gap: 1.2rem;
}
.zwg-t-alphabet {
gap: 0.4rem 0.65rem;
}
} .zwg-health {
max-width: 860px;
margin: 1rem auto;
padding: 1rem;
border: 1px solid #834a27;
border-radius: 10px;
background: #834a27;
color: #2b2b2b;
}
.zwg-health h2,
.zwg-health p,
.zwg-health label {
color: #2b2b2b;
margin: 0.25rem 0;
}
.zwg-h-row {
margin: 0.5rem 0;
}
.zwg-h-input,
.zwg-h-select {
width: 100%;
max-width: 640px;
padding: 0.55rem 0.65rem;
border: 1px solid #834a27;
border-radius: 8px;
background: #b5ad9d;
color: #2b2b2b;
outline: none;
}
.zwg-h-input::placeholder {
color: #2b2b2b;
}
.zwg-h-select:focus,
.zwg-h-input:focus {
border-color: #834a27;
}
.zwg-h-help {
font-size: 0.9rem;
color: #2b2b2b;
opacity: 0.9;
}
.zwg-h-results {
margin-top: 0.35rem;
}
.zwg-h-result-item {
display: block;
padding: 0.25rem 0.4rem;
border-radius: 6px;
background: #b5ad9d;
color: #2b2b2b;
font-size: 0.95rem;
margin-bottom: 2px;
cursor: pointer;
}
.zwg-h-result-item:hover {
background: #d0c7b5;
} @media (min-width: 71.875em) {
body.zwg-global-layout .max-width > .main,
body.zwg-global-layout .main {
width: 77.77% !important;
padding-top: 3em !important;
padding-right: 4.25% !important;
padding-bottom: 3em !important;
padding-left: 4.25% !important;
}
body.zwg-global-layout .main > .loop-container,
body.zwg-global-layout .main .loop-container,
body.zwg-global-layout .main .entry,
body.zwg-global-layout .main .entry article {
width: 100% !important;
max-width: none !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
}.zwg-password-field {
position: relative;
display: inline-block;
max-width: 100%;
line-height: normal;
vertical-align: middle;
}
.zwg-password-field--full-width {
display: block;
width: 100%;
}
.zwg-password-field > .zwg-password-field__input {
box-sizing: border-box;
width: 100%;
margin: 0;
padding-right: 3rem !important;
}
.zwg-password-toggle {
position: absolute;
top: 50%;
right: 0.35rem;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.25rem;
height: 2.25rem;
padding: 0;
margin: 0;
border: 0;
border-radius: 0.25rem;
background: transparent;
color: inherit;
cursor: pointer;
transform: translateY(-50%);
opacity: 0.72;
}
.zwg-password-toggle:hover,
.zwg-password-toggle:focus-visible {
opacity: 1;
}
.zwg-password-toggle:focus-visible {
outline: 2px solid currentColor;
outline-offset: 1px;
}
.zwg-password-toggle svg {
display: block;
width: 1.25rem;
height: 1.25rem;
pointer-events: none;
}:root {
--zwg-button-fill: #492811;
--zwg-button-text: #f4efe6;
--zwg-button-radius: 10px;
--zwg-button-border-width: 2px;
} html body.zwg-global-layout :is(#page, .overflow-container) :is(
button:not(.zwg-password-toggle):not(.zwg-memorial-lightbox__close),
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link,
.wp-block-button > a,
.wp-element-button,
.button,
.search-submit,
.wp-block-search__button,
.zwg-button,
.zwg-btn,
.zwg-insiders-button,
.zwg-insiders-profile-button,
summary.zwg-insiders-profile-button,
.zwg-secondary-button,
.pms-submit-button,
.wc-block-components-button,
.woocommerce .button,
.zwg-q-nav-btn,
.zwg-q-cta,
.zwg-q-retest-link,
.zwg-q-card-link,
.zwg-q-card-actions > a,
.zwg-q-reality-actions > a,
.zwg-shop-product__button,
.woocommerce .added_to_cart,
.zwg-rainbow-search__button,
.zwg-membership-account__danger-button,
.brc-return a,
.zwg-breed-truth-return a
),
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn {
appearance: none !important;
-webkit-appearance: none !important;
box-sizing: border-box !important;
border-width: var(--zwg-button-border-width) !important;
border-style: solid !important;
border-color: var(--zwg-button-fill) !important;
border-radius: var(--zwg-button-radius) !important;
background: var(--zwg-button-fill) !important;
background-color: var(--zwg-button-fill) !important;
background-image: none !important;
color: var(--zwg-button-text) !important;
-webkit-text-fill-color: var(--zwg-button-text) !important;
box-shadow: none !important;
text-shadow: none !important;
text-decoration: none !important;
font-family: var(--zwg-body-font, "Source Serif 4", Georgia, serif) !important;
font-weight: 700 !important;
cursor: pointer;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
html body.zwg-global-layout :is(#page, .overflow-container) :is(
button:not(.zwg-password-toggle):not(.zwg-memorial-lightbox__close),
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link,
.wp-block-button > a,
.wp-element-button,
.button,
.search-submit,
.wp-block-search__button,
.zwg-button,
.zwg-btn,
.zwg-insiders-button,
.zwg-insiders-profile-button,
summary.zwg-insiders-profile-button,
.zwg-secondary-button,
.pms-submit-button,
.wc-block-components-button,
.woocommerce .button,
.zwg-q-nav-btn,
.zwg-q-cta,
.zwg-q-retest-link,
.zwg-q-card-link,
.zwg-q-card-actions > a,
.zwg-q-reality-actions > a,
.zwg-shop-product__button,
.woocommerce .added_to_cart,
.zwg-rainbow-search__button,
.zwg-membership-account__danger-button,
.brc-return a,
.zwg-breed-truth-return a
):not(:disabled):not([aria-disabled="true"]):not(.disabled):not(.is-disabled):is(:hover, :focus, :focus-visible),
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn:not(:disabled):is(:hover, :focus, :focus-visible) {
border-color: var(--zwg-button-fill) !important;
background: var(--zwg-button-text) !important;
background-color: var(--zwg-button-text) !important;
background-image: none !important;
color: var(--zwg-button-fill) !important;
-webkit-text-fill-color: var(--zwg-button-fill) !important;
box-shadow: none !important;
text-decoration: none !important;
}
html body.zwg-global-layout :is(#page, .overflow-container) :is(
button:not(.zwg-password-toggle):not(.zwg-memorial-lightbox__close),
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link,
.wp-block-button > a,
.wp-element-button,
.button,
.search-submit,
.wp-block-search__button,
.zwg-button,
.zwg-btn,
.zwg-insiders-button,
.zwg-insiders-profile-button,
summary.zwg-insiders-profile-button,
.zwg-secondary-button,
.pms-submit-button,
.wc-block-components-button,
.woocommerce .button,
.zwg-q-nav-btn,
.zwg-q-cta,
.zwg-q-retest-link,
.zwg-q-card-link,
.zwg-q-card-actions > a,
.zwg-q-reality-actions > a,
.zwg-shop-product__button,
.woocommerce .added_to_cart,
.zwg-rainbow-search__button,
.zwg-membership-account__danger-button,
.brc-return a,
.zwg-breed-truth-return a
):focus-visible,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn:focus-visible {
outline: 3px solid #834a27 !important;
outline-offset: 3px !important;
}
html body.zwg-global-layout :is(#page, .overflow-container) :is(
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.wp-element-button,
.wp-block-button__link,
.wp-block-button > a
):is(:disabled, [aria-disabled="true"], .disabled, .is-disabled) {
cursor: not-allowed !important;
opacity: 0.58 !important;
} :root {
--zwg-card-outline: rgba(73, 40, 17, 0.76);
--zwg-card-accent: #834a27;
} body.zwg-global-layout :where(
.zwg-card,
.zwg-box,
.zwg-panel,
.zwg-browser,
.zwg-health-card,
.zwg-truth-card,
.zwg-t-directory-panel,
.zwg-t-result-item,
.zwg-h-result-item,
.zwg-q-step-card,
.zwg-q-category-box,
.zwg-q-question-card,
.zwg-q-success-card,
.zwg-q-why-section,
.zwg-q-recommendation-section,
.zwg-q-original-breed-section,
.zwg-q-recommendation-card,
.zwg-insiders-tier-option,
.zwg-insiders-login-strip,
.zwg-insiders-member-page,
.zwg-insiders-hero,
.zwg-insiders-card,
.zwg-insiders-section,
.zwg-insiders-profile-section,
.zwg-insiders-dog-row,
.zwg-insiders-memorial-editor,
.zwg-insiders-memorial-editor__profile-summary,
.zwg-membership-account__section,
.zwg-membership-account__notice-card,
.zwg-compare-hero,
.zwg-compare-notice,
.zwg-compare-matrix-section,
.zwg-rainbow-directory__intro,
.zwg-rainbow-directory__search-summary,
.zwg-memorial-card,
.brc-vocal-sample,
.bt-vocal-sample,
.brc-cta-box,
.bt-cta-box,
.zwg-breed-truth-cta-box,
.zwg-contact-intro,
.zwg-contact-form-wrap,
.zwg-product-summary,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register,
.woocommerce .woocommerce-MyAccount-content
) {
border-top: 1px solid var(--zwg-card-outline) !important;
border-right: 1px solid var(--zwg-card-outline) !important;
border-bottom: 1px solid var(--zwg-card-outline) !important;
border-left: 6px solid var(--zwg-card-accent) !important;
} body.zwg-global-layout .entry-content :where(
.wp-block-group.has-background,
.wp-block-column.has-background,
.wp-block-media-text.has-background,
.wp-block-group[style*="background-color"],
.wp-block-column[style*="background-color"],
.wp-block-media-text[style*="background-color"]
) {
border-top: 1px solid var(--zwg-card-outline) !important;
border-right: 1px solid var(--zwg-card-outline) !important;
border-bottom: 1px solid var(--zwg-card-outline) !important;
border-left: 6px solid var(--zwg-card-accent) !important;
} body.zwg-insiders-landing-page .zwg-insiders-tier-option {
border-left-width: 10px !important;
} body.zwg-global-layout :where(
.zwg-insiders-card--featured-tool,
.zwg-insiders-hero,
.zwg-q-success-card,
.zwg-compare-hero
) {
border-top-width: 2px !important;
border-right-width: 2px !important;
border-bottom-width: 2px !important;
} body.zwg-global-layout :where(
.zwg-card,
.zwg-box,
.zwg-panel,
.zwg-browser,
.zwg-health-card,
.zwg-truth-card,
.zwg-t-directory-panel,
.zwg-t-result-item,
.zwg-h-result-item,
.zwg-q-step-card,
.zwg-q-category-box,
.zwg-q-question-card,
.zwg-q-success-card,
.zwg-q-why-section,
.zwg-q-recommendation-section,
.zwg-q-original-breed-section,
.zwg-q-recommendation-card,
.zwg-insiders-tier-option,
.zwg-insiders-login-strip,
.zwg-insiders-member-page,
.zwg-insiders-hero,
.zwg-insiders-card,
.zwg-insiders-section,
.zwg-insiders-profile-section,
.zwg-insiders-dog-row,
.zwg-insiders-memorial-editor,
.zwg-insiders-memorial-editor__profile-summary,
.zwg-membership-account__section,
.zwg-membership-account__notice-card,
.zwg-compare-hero,
.zwg-compare-notice,
.zwg-compare-matrix-section,
.zwg-rainbow-directory__intro,
.zwg-rainbow-directory__search-summary,
.zwg-memorial-card,
.brc-vocal-sample,
.bt-vocal-sample,
.brc-cta-box,
.bt-cta-box,
.zwg-breed-truth-cta-box,
.zwg-contact-intro,
.zwg-contact-form-wrap,
.zwg-product-summary,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register,
.woocommerce .woocommerce-MyAccount-content,
.entry-content .wp-block-group.has-background,
.entry-content .wp-block-column.has-background,
.entry-content .wp-block-media-text.has-background
) {
box-sizing: border-box !important;
} body.zwg-global-layout :is(
h1,
.entry-title,
.post-title,
.page-title,
.wp-block-post-title,
.woocommerce-products-header__title,
.product_title
),
body.zwg-global-layout :is(
h1,
.entry-title,
.post-title,
.page-title,
.wp-block-post-title,
.woocommerce-products-header__title,
.product_title
) * {
font-family: "Farmhand Inline", Georgia, serif !important;
}
body.zwg-global-layout :is(
h2,
h3,
h4,
h5,
h6,
.zwg-breed-truth-subtitle,
.zwg-page-tagline,
.brc-page-tagline,
.zwg-q-page-subtitle
),
body.zwg-global-layout :is(
h2,
h3,
h4,
h5,
h6,
.zwg-breed-truth-subtitle,
.zwg-page-tagline,
.brc-page-tagline,
.zwg-q-page-subtitle
) * {
font-family: "Farmhand", Georgia, serif !important;
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #3B29FF; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #3B29FF; --cmplz_button_accept_border_color: #3B29FF; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #3B29FF; --cmplz_slider_inactive_color: #555; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-categories,.cmplz-tcf-categories,.cmplz-link.cmplz-manage-options,.cmplz-manage-vendors,.cmplz-manage-third-parties,.cmplz-read-more,.cmplz-deny,.cmplz-view-preferences,.cmplz-save-preferences,.cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { margin-bottom: 0;}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;} #cmplz-manage-consent .cmplz-blocked-content-container .cmplz-blocked-content-notice,button#cmplz-consent-ui, #cmplz-post-consent-ui {}#cmplz-consent-ui #cmplz-consent-ui button, #cmplz-post-consent-ui button {}.cmplz-cookiebanner .cmplz-documents ul > li:last-child { display: none !important;} .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .tiktok-embed.cmplz-placeholder-element > div { max-width: 100%;} .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}