/*
 * Footer styles for the current pdr-footer markup.
 * Load this after the shared pdr.css file.
 */

.pdr-footer {
    --pdr-footer-max-width: 1600px;
    --pdr-footer-inline-padding: 24px;
    --pdr-footer-assistant-clearance: 112px;
    border-top: 4px solid var(--prodog-yellow);
    background: var(--prodog-black);
    color: var(--color-white);
}

.pdr-footer,
.pdr-footer *,
.pdr-footer *::before,
.pdr-footer *::after {
    box-sizing: border-box;
}

/* Override the site's narrower shared container only inside the footer. */
.pdr-footer > .pdr-container,
.pdr-footer .pdr-footer__legal-container {
    width: 100%;
    max-width: var(--pdr-footer-max-width);
    margin-inline: auto;
    padding-inline: var(--pdr-footer-inline-padding);
}

/* Intro */

.pdr-footer__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 32px;
}

.pdr-container.pdr-footer__intro {
    padding-top: 56px;
    padding-bottom: 40px;
}

.pdr-footer__line {
	width: 100%;
	max-width: var(--pdr-footer-max-width);
	margin-inline: auto;
	padding-inline: var(--pdr-footer-inline-padding);
}

.pdr-footer__line_inner {
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.pdr-footer__logo-link {
    display: inline-flex;
    justify-self: center;
    line-height: 0;
}

.pdr-footer__logo {
    display: block;
    width: auto;
    height: 48px;
}

.pdr-footer__tagline {
    margin: 0;
    text-align: center;
    font-family: var(--pdr-font-display, inherit);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.025em;
}

.pdr-footer__tagline span,
.pdr-footer__tagline strong {
    display: block;
	text-transform: uppercase;
}

.pdr-footer__tagline strong {
    color: var(--prodog-yellow);
    font-weight: 700;
}

.pdr-footer__country {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    border: 2px solid rgb(255 255 255 / 40%);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
}

/* Navigation */

.pdr-footer__navigation {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 40px;
}

.pdr-container.pdr-footer__navigation {
    padding-top: 56px;
    padding-bottom: 56px;
}

.pdr-footer__column {
    min-width: 0;
}

.pdr-footer__column-title {
    margin: 0 0 20px;
    color: var(--prodog-yellow);
    font-family: var(--pdr-font-display, inherit);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.05em;
	text-transform: uppercase;
}

.pdr-footer__links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pdr-footer__links li {
    margin: 0;
    padding: 0;
}

.pdr-footer__links a {
	border: none;
    display: inline-block;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: color 160ms ease;
}

.pdr-footer__links a:hover,
.pdr-footer__links a:focus-visible {
    color: var(--prodog-yellow);
}

/* Legal */

.pdr-footer__legal {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.pdr-footer__legal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 24px;
    padding-bottom: calc(var(--pdr-footer-assistant-clearance) + env(safe-area-inset-bottom));
    color: rgb(255 255 255 / 50%);
    font-size: 11px;
    line-height: 1.65;
}

.pdr-footer__company {
    margin: 0;
    text-align: center;
}

.pdr-footer__legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.pdr-footer__legal-links a {
    color: inherit;
    line-height: 1.5;
    text-decoration: none;
    transition: color 160ms ease;
}

.pdr-footer__legal-links a:hover,
.pdr-footer__legal-links a:focus-visible {
    color: var(--prodog-yellow);
}


.pdr-footer .pdr-footer__social-container,
.pdr-footer .pdr-footer__legal-container {
    width: 100%;
    max-width: var(--pdr-footer-max-width);
    margin-inline: auto;
    padding-inline: var(--pdr-footer-inline-padding);
}

/* Social links */

.pdr-footer__social {
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.pdr-container.pdr-footer__social-container {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}

.pdr-footer__social-title {
    margin: 0 0 12px;
    color: var(--prodog-yellow);
    font-family: var(--pdr-font-display, inherit);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.pdr-footer__social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pdr-footer__social-link {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(255 255 255 / 40%);
    border-radius: 50%;
    color: var(--color-white);
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.pdr-footer__social-link:hover,
.pdr-footer__social-link:focus-visible {
    border-color: var(--prodog-yellow);
    background: var(--prodog-yellow);
    color: var(--prodog-black);
}

.pdr-footer__social-link:focus-visible {
    outline: 2px solid var(--prodog-yellow);
    outline-offset: 3px;
}

.pdr-footer__social-icon {
    display: block;
    width: 16px;
    height: 16px;
}

.pdr-footer__social-icon--x {
    width: 14px;
    height: 14px;
}

/* Centred legal area */

.pdr-footer__legal {
    border-top: 0;
}

.pdr-footer__legal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: rgb(255 255 255 / 50%);
    font-size: 11px;
    line-height: 1.65;
    text-align: center;
}

.pdr-container.pdr-footer__legal-container {
    padding-top: 24px;
    padding-bottom: calc(var(--pdr-footer-assistant-clearance) + env(safe-area-inset-bottom));
}

.pdr-footer__company {
    margin: 0;
    text-align: center;
}

.pdr-footer__company-break {
    display: none;
}

.pdr-footer__legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.pdr-footer__legal-links a {
    color: inherit;
    line-height: 1.5;
    text-decoration: none;
    transition: color 160ms ease;
}

.pdr-footer__legal-links a:hover,
.pdr-footer__legal-links a:focus-visible {
    color: var(--prodog-yellow);
}

@media (prefers-reduced-motion: reduce) {
    .pdr-footer__social-link,
    .pdr-footer__legal-links a {
        transition: none;
    }
}

@media (min-width: 640px) {
    .pdr-footer__navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        row-gap: 40px;
    }

    .pdr-footer__company-break {
        display: block;
    }

}

@media (min-width: 768px) {
    .pdr-footer__intro {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pdr-footer__logo-link {
        justify-self: start;
    }

    .pdr-footer__country {
        justify-self: end;
    }

    .pdr-footer__navigation {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pdr-footer__legal-container {
        flex-direction: row;
        padding-bottom: 24px;
    }

    .pdr-footer__company {
        text-align: left;
    }

    .pdr-footer__legal-container {
        /* Override the old desktop row declaration. */
        flex-direction: column;
        padding-bottom: 24px;
    }

    .pdr-footer__company {
        text-align: center;
    }

}

@media (min-width: 1024px) {
    .pdr-footer__navigation {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .pdr-footer a {
        transition: none;
    }
}



.grecaptcha-badge {
  visibility: hidden;
  bottom: -150px !important;
}

.page-id-106774 .grecaptcha-badge {
  visibility: visible;
  bottom: 14px !important;
}

.hubspot-is-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.wcpt-cart-widget {
  z-index: 9999999 !important;
}

#hubspot-messages-iframe-container{
    z-index: 999999 !important;
}

/* Min height for HubSpot contact form on contact us page */
.page-id-106774 .c-form.no-variation {
	min-height: 789px;
}
/* Need to override the padding for the contact us hero as it's set as !important in the theme */
#pg-106774-0 #contact-us-hero {
    padding: 0 !important;
}

.h1dtdstandard {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}
@media print,screen and (min-width: 40em) {
    .h1dtdstandard {
        font-size:3rem
    }
}

/* Quantity input for cart and account pages */
.pdr-item-quantity {
    border: 1px solid var(--prodog-black);
    display: flex;
    align-items: center;
    height: 40px;
}

.pdr-item-quantity button {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    width: 40px;
}

.pdr-item-quantity input[type="number"] {
    align-items: center;
    border: none;
    box-shadow: none;
    display: flex;
    font-size: 17px;
    justify-content: center;
    height: 38px !important;
    padding: 0 !important;
    text-align: center;
    width: 50px !important;
    -moz-appearance: textfield;
    margin: 0;
}

.pdr-item-quantity input[type="number"]::-webkit-outer-spin-button,
.pdr-item-quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
