

/* variables */

:root {

    --prodog-teal: #008091;
    --prodog-bright-green: #00AD3C;
    --prodog-green: #8dc73f;
    --prodog-yellow: #FDD700;
    --prodog-black: #231F20;
    --prodog-dark-grey: #2C292A;
    --prodog-grey: #dedede;

    --color-info: #83A8D9;
	--color-error: #c00;
	--color-success: #3BB41B;
	--color-warning: #ce0000;
	--color-black: #000;
	--color-light-grey: #F5F5F5;
	--color-white: #fff;

	/* supps */
	--prodog-flexx: #e11f21;
	--prodog-digest: #f28d28;
	--prodog-protect: #fdd700;
	--prodog-revive: #71af2c;
	--prodog-repel: #009b97;
	--prodog-perform: #007ec7;
	--prodog-shine: #83d0f5;
	--prodog-muscle: #e8308a;
	--prodog-boost: #f39aa1;
	/*--prodog-colostrum: #fff9c7;*/
    --prodog-colostrum: #FBD528;
	--prodog-flexx-alt: #c14744;
	--prodog-digest-alt: #e87921;
	--prodog-protect-alt: #f3e162;
	--prodog-revive-alt: #93b834;
	--prodog-repel-alt: #006A78;
	--prodog-perform-alt: #59dbfa;
	--prodog-shine-alt: #7d7cbd;
	--prodog-muscle-alt: #b770a5;
	--prodog-boost-alt: #efa0cf;
	--prodog-colostrum-alt: #ffe995;
	--prodog-colostrum-legible: #FBD528;

}

.pdr-notice-supp{
    color: #231f20;
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-notice-boost{ background: var(--prodog-boost); color: #fff; }
.pdr-notice-colostrum{ background: var(--prodog-colostrum); color: #231f20; }
.pdr-notice-digest{ background: var(--prodog-digest); color: #fff; }
.pdr-notice-flexx{ background: var(--prodog-flexx); color: #fff; }
.pdr-notice-muscle{ background: var(--prodog-muscle); color: #fff; }
.pdr-notice-perform{ background: var(--prodog-perform); color: #fff; }
.pdr-notice-protect{ background: var(--prodog-protect); color: #231f20; }
.pdr-notice-repel{ background: var(--prodog-repel); color: #fff; }
.pdr-notice-revive{ background: var(--prodog-revive); color: #fff; }
.pdr-notice-shine{ background: var(--prodog-shine); color: #fff; }

.pdr-product-section{
    background-size: 40px;
    width: 100%;
    clear: both;
    padding: 35px 0 55px;
}

.pdr-product-section a{
    transition: all 0.3s ease;
}

.pdr-product-section a.pdr-supp-ingredients-item-read-more:hover{
    text-decoration: underline !important;
}

.pdr-product-section-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pdr-product-section h2{
    color: var(--color-black);
    font-size: 40px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 0;
    text-align: center;
}

.pdr-product-section-grey{ background: #dedede; }
.pdr-product-section-yellow{ background: var(--prodog-yellow); }
.pdr-product-section-teal{ background: var(--prodog-teal) }
.pdr-product-section-green{ background: #8dc73f; }
.pdr-product-section-white{ background: #fff; }
.pdr-product-section-clear{ background: none; }

.pdr-supplement-boost .pdr-product-section-supp{ background: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-product-section-supp{ background: var(--prodog-colostrum-legible); }
.pdr-supplement-digest .pdr-product-section-supp{ background: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-product-section-supp{ background: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-product-section-supp{ background: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-product-section-supp{ background: var(--prodog-perform); }
.pdr-supplement-protect .pdr-product-section-supp{ background: var(--prodog-protect); }
.pdr-supplement-repel .pdr-product-section-supp{ background: var(--prodog-repel); }
.pdr-supplement-revive .pdr-product-section-supp{ background: var(--prodog-revive); }
.pdr-supplement-shine .pdr-product-section-supp{ background: var(--prodog-shine); }

button.pdr-supp-button-legacy,
button.pdr-supp-button,
a.pdr-supp-button-legacy,
a.pdr-supp-button{
    border: 2px solid #fdd700;
    transition: all 0.3s ease;
    color: #231f20;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    background: #fdd700;
    min-width: 250px;
    padding: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    margin-top: auto;
    cursor: pointer;
}

button.pdr-supp-button:hover,
a.pdr-supp-button:hover{
    border: 2px solid #231f20;
    background: #231f20;
    color: #fdd700;
}

button.pdr-supp-button-legacy,
a.pdr-supp-button-legacy{
    border: none;
    height: 55px;
    width: 278px
}

button.pdr-supp-button-legacy:hover,
a.pdr-supp-button-legacy:hover{
    background: var(--color-white);
    border: none;
    color: var(--prodog-black);
}


/* intro */

.pdr-product-intro{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 35px;
    padding: 55px 0;
}

.pdr-product-breadcrumbs{
    color: var(--color-black);
    font-size: 16px;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.pdr-product-breadcrumbs a{
    color: var(--color-black);
    font-weight: 500;
}

.pdr-product-breadcrumbs a:hover{
    text-decoration: underline !important;
}

.pdr-product-breadcrumbs .breadcrumb_last strong{
    font-weight: 500;
}

.pdr-product-intro h1{
    color: #231f20;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 38px;
    margin-bottom: 20px;
}

.pdr-product-intro h1 span{
    color: var(--prodog-protect);
    text-transform: uppercase;
}

.pdr-supplement-boost .pdr-product-intro h1 span{ color: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-product-intro h1 span{ color: var(--prodog-colostrum-legible); }
.pdr-supplement-digest .pdr-product-intro h1 span{ color: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-product-intro h1 span{ color: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-product-intro h1 span{ color: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-product-intro h1 span{ color: var(--prodog-perform); }
.pdr-supplement-protect .pdr-product-intro h1 span{ color: var(--prodog-protect); }
.pdr-supplement-repel .pdr-product-intro h1 span{ color: var(--prodog-repel); }
.pdr-supplement-revive .pdr-product-intro h1 span{ color: var(--prodog-revive); }
.pdr-supplement-shine .pdr-product-intro h1 span{ color: var(--prodog-shine); }

.pdr-product-tagline{
    color: #231f20;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 25px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.pdr-supplement-boost .pdr-product-tagline{ color: var(--prodog-boost); border-bottom: 3px solid var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-product-tagline{ color: var(--prodog-colostrum-legible); border-bottom: 3px solid var(--prodog-colostrum-legible); }
.pdr-supplement-digest .pdr-product-tagline{ color: var(--prodog-digest); border-bottom: 3px solid var(--prodog-digest); }
.pdr-supplement-flexx .pdr-product-tagline{ color: var(--prodog-flexx); border-bottom: 3px solid var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-product-tagline{ color: var(--prodog-muscle); border-bottom: 3px solid var(--prodog-muscle); }
.pdr-supplement-perform .pdr-product-tagline{ color: var(--prodog-perform); border-bottom: 3px solid var(--prodog-perform); }
.pdr-supplement-protect .pdr-product-tagline{ color: var(--prodog-protect); border-bottom: 3px solid var(--prodog-protect); }
.pdr-supplement-repel .pdr-product-tagline{ color: var(--prodog-repel); border-bottom: 3px solid var(--prodog-repel); }
.pdr-supplement-revive .pdr-product-tagline{ color: var(--prodog-revive); border-bottom: 3px solid var(--prodog-revive); }
.pdr-supplement-shine .pdr-product-tagline{ color: var(--prodog-shine); border-bottom: 3px solid var(--prodog-shine); }

.pdr-product-description-wrap p,
.pdr-product-description-wrap li {
    color: #707070;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
}

.pdr-product-rating{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pdr-product-rating .c-feefo-stars,
.pdr-product-rating .pdr-product-packet-length-title{
    margin-bottom: 0;
}

.pdr-product-packet-length-title a {
    color: #008091;
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: underline !important;
    position: relative;
    top: -3px;
}

.pdr-supplement-boost .pdr-product-packet-length-title a { color: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-product-packet-length-title a { color: var(--prodog-colostrum-legible); }
.pdr-supplement-digest .pdr-product-packet-length-title a { color: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-product-packet-length-title a { color: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-product-packet-length-title a { color: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-product-packet-length-title a { color: var(--prodog-perform); }
.pdr-supplement-protect .pdr-product-packet-length-title a { color: var(--prodog-protect); }
.pdr-supplement-repel .pdr-product-packet-length-title a { color: var(--prodog-repel); }
.pdr-supplement-revive .pdr-product-packet-length-title a { color: var(--prodog-revive); }
.pdr-supplement-shine .pdr-product-packet-length-title a { color: var(--prodog-shine); }

.pdr-product-rating .c-feefo-stars .feefo-product-stars-widget .feefowidget-product-stars {
	padding: 0;
}

.pdr-product-rating .c-feefo-stars .feefo-product-stars-widget .feefowidget-product-stars .feefowidget-star {
	color: #fdd700;
	margin: 0 3px 0 0;
	font-size: 20px;
}

.pdr-product-rating .c-feefo-stars .feefo-product-stars-widget .feefowidget-product-stars__reviews-count {
	color: #0a0a0a;
	font-size: 14px;
	text-decoration: none;
}

.pdr-product-description-wrap{
    margin-bottom: 25px;
}

.pdr-product-short-description a{
    color: #707070;
    text-decoration: underline !important;
}

a.pdr-product-description-read-more{
    color: #6F6F6F;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline !important;
}

.pdr-product-packet-length-content{
    display: none;
}

.pdr-product-description{
    display: none;
}

.pdr-product-pricing-block{
    border-radius: 30px;
}

.pdr-product-pricing-block.pdr-product-pricing-block__sub .c-product__cart-price.woocommerce-variation-price {
    display: none;
}

.pdr-product-pricing-block.pdr-product-pricing-block__sub .c-product__cart-price.woocommerce-variation-price.pdr-subscription-price {
    display: block;
}

.pdr-product-pricing-block.pdr-product-pricing-block__onetime .c-product__cart-price.woocommerce-variation-price {
    display: block;
}

.pdr-product-pricing-block.pdr-product-pricing-block__onetime .c-product__cart-price.woocommerce-variation-price.pdr-subscription-price {
    display: none;
}

.pdr-product-pricing-block-top{
    align-items: center;
    background: #fdd700;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 19px;
    transition: all 0.3s ease;
}

.open .pdr-product-pricing-block-top{
    border-radius: 0;
}

.pdr-product-pricing-block__onetime.open .pdr-product-pricing-block-top{
    border-bottom: 2px solid #c4c4c4;
}

.pdr-product-subscribe-text{
    align-items: center;
    color: #231f20;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 0;
}

.pdr-product-subscribe-text span{
    background: var(--color-white);
    border-radius: 20px;
    color: var(--color-black);
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
    padding: 0 15px;
    text-transform: uppercase;
}

.pdr-product-price{
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 0;
}

.pdr-product-price del{
    color: #808080;
    margin-right: 10px;
}

.pdr-product-price ins{
    text-decoration: none !important;
}

.pdr-product-bullets{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    padding: 0 0 11px 0;
}

.pdr-product-pricing-block__onetime .pdr-product-bullets{
    padding: 0 20px 11px 20px;
}

.pdr-product-bullets ul{
    list-style: none;
    margin-bottom: 0;
    margin-left: 25px;
}

.pdr-product-bullets ul li{
    color: #707070;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
}

.pdr-product-bullets ul li:before {
	font-family: "font awesome 6 pro";
	content: '\f00c';
	width: 18px;
	height: 18px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	background: var(--color-black);
	color: #fff;
	padding: 3px;
	position: absolute;
	font-weight: 900;
	left: -25px;
	top: 2px;
}

.pdr-product-add-to-basket .first-payment-date,
.pdr-product-add-to-basket .stock{
    display: none;
}

.pdr-product-add-to-basket{
    padding: 0 0 10px;
}

.pdr-product-pricing-block__onetime .pdr-product-add-to-basket{
    padding: 0 25px 20px;
}

body.woocommerce .pdr-product-add-to-basket form.cart{
    margin-bottom: 0;
}

.pdr-product-add-to-basket-form-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 12px;
}

.pdr-product-attributes,
.pdr-product-qty{
    border-radius: 28px;
    display: flex;
    height: 50px;
}

.pdr-product-attributes span.pdr-product-attributes-title,
.pdr-product-qty span{
    align-items: center;
    background: #fdd700;
    border-radius: 28px 0 0 28px;
    border-right: 2px solid var(--color-white);
    color: #231f20;
    display: flex;
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    justify-content: center;
    width: 50%;
}

.pdr-product-attributes-price span.pdr-product-attributes-title{
    background: var(--color-black);
    color: var(--prodog-yellow);
}

.pdr-product-qty-selector{
    background: #E5E5E5;
    border-radius: 0 28px 28px 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    width: 50%;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

.pdr-product-attributes-selector{
    background: #E5E5E5;
    border-radius: 0 28px 28px 0;
    padding: 0;
    width: 50%;
}

.pdr-product-attributes-selector button,
.pdr-product-qty-selector button{
    cursor: pointer;
    font-size: 32px;
}

.pdr-product-qty-selector button.plus{
    align-items: center;
    display: flex;
}

.pdr-product-attributes-selector select{
    border: none;
    border-radius: 0 20px 20px 0;
    font-weight: 500;
	height: 100%;
    margin: 0;
    width: 100%;
}

.pdr-product-attributes-selector .c-product__cart-price{
    font-weight: 500;
	height: 100%;
    margin: 0 !important;
    width: 100%;
}

.woocommerce.single .pdr-product-attributes-selector .c-product__cart-price span.amount,
.woocommerce.single .pdr-product-attributes-selector .c-product__cart-price span.amount bdi,
.pdr-product-attributes-selector .c-product__cart-price .price{
    display: block;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    height: 100%;
}

.woocommerce.single .pdr-product-attributes-selector .c-product__cart-price span.amount bdi{
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.woocommerce.single .pdr-product-attributes-selector .c-product__cart-price span.amount .woocommerce-Price-currencySymbol{
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1rem;
}

.woocommerce div.product form.cart .pdr-product-qty div.quantity {
	margin: 0;
}

.woocommerce .pdr-product-qty-selector .quantity .qty{
    border: none;
    box-shadow: none;
    font-weight: 500;
    height: 100%;
    margin-bottom: 0;
}

.woocommerce .pdr-product-qty-selector .quantity input[type="number"] {
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: inherit;
  text-align: center;
  appearance: textfield;
}

/* Remove arrows in Chrome */
.woocommerce .pdr-product-qty-selector .quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce .pdr-product-qty-selector .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove arrows in Firefox */
.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.pdr-product-button-buy{
    align-items: center;
    background: var(--prodog-bright-green);
    border-radius: 28px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    height: 50px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 100%;
}

.pdr-product-button-buy:hover{
    background: #231f20;
}

.pdr-product-button-buy.disabled,
.pdr-product-button-buy[disabled]{
    background: #808080;
}

.pdr-product-gallery{
    margin-bottom: 20px;
}

.pdr-product-gallery-image{
    align-items: center;
    display: flex;
    min-height: 100%;
    width: 100%;
}

.pdr-product-gallery-image{
    display: none;
}

.pdr-product-gallery-image:first-of-type{
    display: flex;
}

.pdr-product-gallery-image img{
    border-radius: 50px;
}

.pdr-product-gallery-thumbnails{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.pdr-product-gallery-thumbnail{
    border: 2px solid #C4C4C4;
    cursor: pointer;
}

.pdr-product-gallery-thumbnail-video{
    align-items: center;
    display: flex;
    justify-content: center;
}

.pdr-product-gallery-thumbnail-video i{
    font-size: 35px;
}

.pdr-supplement-boost .pdr-product-gallery-thumbnail-video { background: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-product-gallery-thumbnail-video { background: var(--prodog-colostrum); }
.pdr-supplement-digest .pdr-product-gallery-thumbnail-video { background: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-product-gallery-thumbnail-video { background: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-product-gallery-thumbnail-video { background: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-product-gallery-thumbnail-video { background: var(--prodog-perform); }
.pdr-supplement-protect .pdr-product-gallery-thumbnail-video { background: var(--prodog-protect); }
.pdr-supplement-repel .pdr-product-gallery-thumbnail-video { background: var(--prodog-repel); }
.pdr-supplement-revive .pdr-product-gallery-thumbnail-video { background: var(--prodog-revive); }
.pdr-supplement-shine .pdr-product-gallery-thumbnail-video { background: var(--prodog-shine); }

.pdr-supplement-boost .pdr-product-gallery-thumbnail-video i{ color: #fff; }
.pdr-supplement-colostrum .pdr-product-gallery-thumbnail-video i{ color: #008091; }
.pdr-supplement-digest .pdr-product-gallery-thumbnail-video i{ color: #fff; }
.pdr-supplement-flexx .pdr-product-gallery-thumbnail-video i{ color: #fff; }
.pdr-supplement-muscle .pdr-product-gallery-thumbnail-video i{ color: #fff; }
.pdr-supplement-perform .pdr-product-gallery-thumbnail-video i{ color: #fff; }
.pdr-supplement-protect .pdr-product-gallery-thumbnail-video i{ color: #008091; }
.pdr-supplement-repel .pdr-product-gallery-thumbnail-video i{ color: #fff; }
.pdr-supplement-revive .pdr-product-gallery-thumbnail-video i{ color: #fff; }
.pdr-supplement-shine .pdr-product-gallery-thumbnail-video i{ color: #fff; }

.pdr-product-gallery-video{
    width: 100%;
}

.pdr-product-gallery-image-video{
    background: url('../img/black-crown-repeat.png');
    background-size: 40px;
}

/* supp-icons-and-image */

.pdr-supp-icons-and-image .pdr-product-section-container {
    position: relative;
    overflow: visible; /* allow children to overflow */
    display: flex;
    justify-content: space-between;
}

.pdr-supp-icons-and-image{
    padding-bottom: 30px;
}

.pdr-supp-icons-and-image .pdr-product-section-container{
    display: flex;
    justify-content: space-between;
}

.pdr-supp-icons-and-image-icon{
    width: 154px;
}

.pdr-supp-icons-and-image-icon img{
    height: auto;
    width: 154px;
}

.pdr-supp-icons-and-image-icons{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 45px;
    padding: 170px 0;
}

.pdr-supp-icons-and-image-left,
.pdr-supp-icons-and-image-right {
    width: 50%;
}

.pdr-supp-icons-and-image-right {
    padding: 50px 0 50px 30px;
}

.pdr-supp-icons-and-image-right-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    width: 2000px; /* or as needed */
    height: 100%; /* ensure it scales with content */
}

/* supp-advanced-dietary-support */
.pdr-supplement-boost .pdr-supp-advanced-dietary-support{ background: var(--prodog-yellow) }
.pdr-supplement-colostrum .pdr-supp-advanced-dietary-support{ background: var(--prodog-teal) }
.pdr-supplement-digest .pdr-supp-advanced-dietary-support{ background: var(--prodog-yellow) }
.pdr-supplement-flexx .pdr-supp-advanced-dietary-support{ background: var(--prodog-yellow) }
.pdr-supplement-muscle .pdr-supp-advanced-dietary-support{ background: var(--prodog-yellow) }
.pdr-supplement-perform .pdr-supp-advanced-dietary-support{ background: var(--prodog-yellow) }
.pdr-supplement-protect .pdr-supp-advanced-dietary-support{ background: var(--prodog-teal) }
.pdr-supplement-repel .pdr-supp-advanced-dietary-support{ background: var(--prodog-yellow) }
.pdr-supplement-revive .pdr-supp-advanced-dietary-support{ background: var(--prodog-yellow) }
.pdr-supplement-shine .pdr-supp-advanced-dietary-support{ background: var(--prodog-yellow) }

.pdr-supp-advanced-dietary-support .pdr-product-section-container{
    max-width: 100%;
    width: 990px;
}

.pdr-supp-advanced-dietary-support h2{
    color: #231f20;
    margin-bottom: 0;
}

.pdr-supp-advanced-dietary-support-subtitle{
    color: #008091;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    width: 675px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}

.pdr-supp-advanced-dietary-support.pdr-product-section-teal h2{
    color: #fdd700;
}

.pdr-supp-advanced-dietary-support.pdr-product-section-teal .pdr-supp-advanced-dietary-support-subtitle{
    color: #fff;
}

.pdr-supplement-boost .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-colostrum); }
.pdr-supplement-digest .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-perform); }
.pdr-supplement-protect .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-protect); }
.pdr-supplement-repel .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-repel); }
.pdr-supplement-revive .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-revive); }
.pdr-supplement-shine .pdr-supp-advanced-dietary-support.pdr-product-section-supp h2{ color: var(--prodog-shine); }

.pdr-supplement-boost .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #231f20; }
.pdr-supplement-colostrum .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #fff; }
.pdr-supplement-digest .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #231f20; }
.pdr-supplement-flexx .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #231f20; }
.pdr-supplement-muscle .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #231f20; }
.pdr-supplement-perform .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #231f20; }
.pdr-supplement-protect .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #fff; }
.pdr-supplement-repel .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #231f20; }
.pdr-supplement-revive .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #231f20; }
.pdr-supplement-shine .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-subtitle{ color: #231f20; }

.pdr-supp-advanced-dietary-support-blocks{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
}

.pdr-supp-advanced-dietary-support-block-2 > div{
    position: relative;
}

.pdr-supp-advanced-dietary-support-block-2 > div:before{
    background: var(--prodog-digest);
    border-radius: 400px;
    content: '';
    display: block;
    height: 400px;
    left: calc(50% - 200px);
    position: absolute;
    top: calc(50% - 200px);
    width: 400px;
}

.pdr-supplement-boost .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-colostrum); }
.pdr-supplement-digest .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-perform); }
.pdr-supplement-protect .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-protect); }
.pdr-supplement-repel .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-repel); }
.pdr-supplement-revive .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-revive); }
.pdr-supplement-shine .pdr-supp-advanced-dietary-support.pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-2 > div:before{ background-color: var(--prodog-shine); }

.pdr-supp-advanced-dietary-support-block-description{
    height: 170px;
    margin-bottom: 15px;
    width: 170px;
}

.pdr-support-blocks-two .pdr-supp-advanced-dietary-support-block-description{
    height: 260px;
    margin-bottom: 20px;
    width: 260px;
}

.pdr-supp-advanced-dietary-support-block-description a{
    align-items: center;
    background: #231f20;
    border-radius: 170px;
    display: flex;
    color: var(--prodog-protect);
    flex-direction: column;
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}

.pdr-support-blocks-two .pdr-supp-advanced-dietary-support-block-description a{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 20px 20px;
}

.pdr-supp-advanced-dietary-support-block-description a span.pdr-small{
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.pdr-supp-advanced-dietary-support-block-description a span.pdr-supp-advanced-dietary-support-block-description-icon{
    align-items: center;
    background: var(--prodog-protect);
    border-radius: 45px;
    display: flex;
    justify-content: center;
    height: 45px;
    margin-bottom: 10px;
    width: 45px;
}

.pdr-supp-advanced-dietary-support-block-description a i{
    color: #231f20;
    font-size: 26px;
}

.pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supp-advanced-dietary-support-block-description a:hover{
    background: var(--prodog-protect);
    color: #231f20;
}

.pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{
    background: #231f20;
    color: var(--prodog-protect);
}

.pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supp-advanced-dietary-support-block-description a:hover i{
    color: var(--prodog-protect);
}

.pdr-supp-advanced-dietary-support-block-image{
    display: none;
}

.pdr-supp-advanced-dietary-support-block-image img{
    position: relative;
    z-index: 2;
}

.pdr-supp-advanced-dietary-support-block-image.pdr-sadsb-image-selected{
    display: block;
}

.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-boost); color: #fff; }
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-colostrum); }
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-digest); color: #fff; }
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-flexx); color: #fff; }
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-muscle); color: #fff; }
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-perform); color: #fff; }
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-protect); }
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-repel); color: #fff; }
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-revive); }
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected,
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover{ background: var(--prodog-shine); color: #fff; }

.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-colostrum); }
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-perform); }
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-protect); }
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-repel); }
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-revive); }
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected i,
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover i{ color: var(--prodog-shine); }

.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #fff; }
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #231f20; }
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #fff; }
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #fff; }
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #fff; }
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #fff; }
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #231f20; }
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #fff; }
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #231f20; }
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a.pdr-sadsb-description-selected span.pdr-supp-advanced-dietary-support-block-description-icon,
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-advanced-dietary-support-block-description a:hover span.pdr-supp-advanced-dietary-support-block-description-icon{ background: #fff; }

.pdr-supp-advanced-dietary-support-bottom-content{
    color: #fff;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 30px;
    text-align: center;
    width: 500px;
}

.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #231f20; }
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #fff; }
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #231f20; }
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #231f20; }
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #231f20; }
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #231f20; }
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #fff; }
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #231f20; }
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #231f20; }
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-advanced-dietary-support-bottom-content{ color: #231f20; }

.pdr-supp-advanced-dietary-support-bottom-content p{
    font-size: 15px;
    line-height: 17px;
}

.pdr-supp-advanced-dietary-support-bottom-content p:last-of-type{
    margin-bottom: 0;
}

.pdr-supp-advanced-dietary-support-icon-section{
    margin-top: 20px;
}

.pdr-supp-advanced-dietary-support-icon-section h3{
    color: #231f20;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 35px;
    text-align: center;
}

.pdr-supp-advanced-dietary-support-icon-section-icons{
    display: flex;
    justify-content: space-between;
}

.pdr-supp-advanced-dietary-support-icon-section-icon{
    text-align: center;
    width: 150px;
}

.pdr-supp-advanced-dietary-support-icon-section-icon img{
    height: 125px;
    margin-bottom: 10px;
    width: 125px;
}

.pdr-supp-advanced-dietary-support-icon-section-icon-content{
    color: #231f20;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 22px;
    text-align: center;
}

.pdr-supp-advanced-dietary-support-mobile{
    display: none;
}

/* supp-how-it-works */

.pdr-supp-how-it-works {
    padding-top: 70px;
    position: relative;
}

.pdr-supp-how-it-works .pdr-watermark-bottom {
    background: url("../../assets/svg/pdr-watermark-bottom-supp-benefits.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    height: calc(100%);
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    width: 1325px;
}

.pdr-supp-how-it-works h2{
    color: #008091;
    font-size: 40px;
    margin-bottom: 0;
}

.pdr-supp-how-it-works-subtitle{
    color: #231f20;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}

.pdr-supp-how-it-works-content{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.pdr-supp-how-it-works-content-left{
    width: calc(100% - 775px);
}

.pdr-supp-how-it-works-content-right{
    max-width: 100%;
    padding-top: 50px;
    width: 720px;
}

.pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion {
	margin: 0 0 10px 0;
}

.pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title {
	background: var(--prodog-protect);
    border: 6px solid #008091;
    border-radius: 75px;
	color: #231f20;
	font-size: 30px;
	height: 70px;
	padding: 0 50px 0 25px;
}

.pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after {
	content: '+';
	font-size: 27px;
	width: 42px;
	height: 42px;
	border: 5px solid #008091;
	border-radius: 42px;
	top: 14px;
	right: 15px;
}

.pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span{
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 27px;
	width: 42px;
	height: 42px;
    background: #008091;
	border: 5px solid #008091;
	border-radius: 42px;
    color: var(--prodog-protect);
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content{
    background: var(--prodog-protect);
}

.pdr-supp-how-it-works.pdr-product-section-teal h2{
    color: var(--prodog-protect);
}

.pdr-supp-how-it-works.pdr-product-section-teal .pdr-supp-how-it-works-subtitle{
    color: #fff;
}

.pdr-supp-how-it-works.pdr-product-section-teal .pdr-supp-feeding-guide-accordion-title {
	border-color: var(--prodog-protect);
}

.pdr-supp-how-it-works.pdr-product-section-yellow .pdr-supp-feeding-guide-accordion-title,
.pdr-supp-how-it-works.pdr-product-section-yellow .pdr-supp-feeding-guide-accordion-content {
	background: #fff;
}

.pdr-supp-how-it-works.pdr-product-section-yellow .pdr-supp-feeding-guide-accordion-title span {
	color: #fff;
}

.pdr-supplement-boost .pdr-supp-how-it-works h2{ color: var(--prodog-boost); }
.pdr-supplement-boost .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title{
    background: var(--prodog-boost);
    border-color: var(--prodog-boost);
    color: #fff;
}
.pdr-supplement-boost .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content { background: var(--prodog-boost); color: #fff; }
.pdr-supplement-boost .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after { border-color: #fff; color: #fff; }
.pdr-supplement-boost .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
	background: #fff;
	border-color: #fff;
	color: var(--prodog-boost);
}

.pdr-supplement-digest .pdr-supp-how-it-works h2{ color: var(--prodog-digest); }
.pdr-supplement-digest .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title{
    background: var(--prodog-digest);
    border-color: var(--prodog-digest);
    color: #fff;
}
.pdr-supplement-digest .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content { background: var(--prodog-digest); color: #fff; }
.pdr-supplement-digest .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after { border-color: #fff; color: #fff; }
.pdr-supplement-digest .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
	background: #fff;
	border-color: #fff;
	color: var(--prodog-digest);
}

.pdr-supplement-flexx .pdr-supp-how-it-works h2{ color: var(--prodog-flexx); }
.pdr-supplement-flexx .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title{
    background: var(--prodog-flexx);
    border-color: var(--prodog-flexx);
    color: #fff;
}
.pdr-supplement-flexx .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content { background: var(--prodog-flexx); color: #fff; }
.pdr-supplement-flexx .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after { border-color: #fff; color: #fff; }
.pdr-supplement-flexx .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
	background: #fff;
	border-color: #fff;
	color: var(--prodog-flexx);
}

.pdr-supplement-muscle .pdr-supp-how-it-works h2{ color: var(--prodog-muscle); }
.pdr-supplement-muscle .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title{
    background: var(--prodog-muscle);
    border-color: var(--prodog-muscle);
    color: #fff;
}
.pdr-supplement-muscle .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content { background: var(--prodog-muscle); color: #fff; }
.pdr-supplement-muscle .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after { border-color: #fff; color: #fff; }
.pdr-supplement-muscle .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
	background: #fff;
	border-color: #fff;
	color: var(--prodog-muscle);
}

.pdr-supplement-perform .pdr-supp-how-it-works h2{ color: var(--prodog-perform); }
.pdr-supplement-perform .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title{
    background: var(--prodog-perform);
    border-color: var(--prodog-perform);
    color: #fff;
}
.pdr-supplement-perform .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content { background: var(--prodog-perform); color: #fff; }
.pdr-supplement-perform .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after { border-color: #fff; color: #fff; }
.pdr-supplement-perform .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
	background: #fff;
	border-color: #fff;
	color: var(--prodog-perform);
}

.pdr-supplement-protect .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title{
    background: var(--prodog-protect);
    border-color: #008091;
    color: #231f20;
}
.pdr-supplement-protect .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content { background: var(--prodog-protect); color: #231f20; }
.pdr-supplement-protect .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after { border-color: #008091; color: #008091; }
.pdr-supplement-protect .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
	background: #008091;
	border-color: #008091;
	color: var(--prodog-protect);
}

.pdr-supplement-repel .pdr-supp-how-it-works h2{ color: var(--prodog-repel); }
.pdr-supplement-repel .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title{
    background: var(--prodog-repel);
    border-color: var(--prodog-repel);
    color: #fff;
}
.pdr-supplement-repel .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content { background: var(--prodog-repel); color: #fff; }
.pdr-supplement-repel .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after { border-color: #fff; color: #fff; }
.pdr-supplement-repel .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
	background: #fff;
	border-color: #fff;
	color: var(--prodog-repel);
}

.pdr-supplement-revive .pdr-supp-how-it-works h2{ color: var(--prodog-revive); }
.pdr-supplement-revive .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title{
    background: var(--prodog-revive);
    border-color: var(--prodog-revive);
    color: #fff;
}
.pdr-supplement-revive .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content { background: var(--prodog-revive); color: #fff; }
.pdr-supplement-revive .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after { border-color: #fff; color: #fff; }
.pdr-supplement-revive .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
	background: #fff;
	border-color: #fff;
	color: var(--prodog-revive);
}

.pdr-supplement-shine .pdr-supp-how-it-works h2{ color: var(--prodog-shine); }
.pdr-supplement-shine .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title{
    background: var(--prodog-shine);
    border-color: var(--prodog-shine);
    color: #fff;
}
.pdr-supplement-shine .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-content { background: var(--prodog-shine); color: #fff; }
.pdr-supplement-shine .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after { border-color: #fff; color: #fff; }
.pdr-supplement-shine .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
	background: #fff;
	border-color: #fff;
	color: var(--prodog-shine);
}

/* supp-money-back-guarantee */

.pdr-supp-money-back-guarantee{
    background: var(--color-black);
    padding: 60px 0;
}

.pdr-supp-money-back-guarantee-inner{
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.pdr-supp-money-back-guarantee-content{
    width: 600px;
    max-width: 50%;
}

.pdr-supp-money-back-guarantee-content h2{
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: left;
}

.pdr-supp-money-back-guarantee-content h2 span{
    color: #fdd700;
    display: block;
}

.pdr-supp-money-back-guarantee-content p{
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}

.pdr-supp-money-back-guarantee-content p:last-of-type{
    margin-bottom: 0;
}

.pdr-supp-money-back-guarantee-image{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
}

.pdr-supp-money-back-guarantee-image img{
    height: auto;
    width: 278px;
}

/* supp-video */

.pdr-supp-video h2{
    color: #231f20;
    margin-bottom: 30px;
}

.pdr-supp-video h2 span{
    color: #008091;
}

.pdr-product-section-teal.pdr-supp-video h2{
    color: #fdd700;
}

.pdr-product-section-teal.pdr-supp-video h2 span{
    color: #fff;
}

.pdr-video-section-video{
    border: 8px solid #008091;
    margin: 0 auto;
    max-width: 100%;
    width: 900px;
}

.pdr-product-section-teal .pdr-video-section-video{
    border: 8px solid #fdd700;
}

.pdr-supplement-boost .pdr-supp-video.pdr-product-section-supp h2 { color: #fff; }
.pdr-supplement-colostrum .pdr-supp-video.pdr-product-section-supp h2 { color: #008091; }
.pdr-supplement-digest .pdr-supp-video.pdr-product-section-supp h2 { color: #fff; }
.pdr-supplement-flexx .pdr-supp-video.pdr-product-section-supp h2 { color: #fff; }
.pdr-supplement-muscle .pdr-supp-video.pdr-product-section-supp h2 { color: #fff; }
.pdr-supplement-perform .pdr-supp-video.pdr-product-section-supp h2 { color: #fff; }
.pdr-supplement-protect .pdr-supp-video.pdr-product-section-supp h2 { color: #231f20; }
.pdr-supplement-repel .pdr-supp-video.pdr-product-section-supp h2 { color: #fff; }
.pdr-supplement-revive .pdr-supp-video.pdr-product-section-supp h2 { color: #fff; }
.pdr-supplement-shine .pdr-supp-video.pdr-product-section-supp h2 { color: #fff; }

.pdr-supplement-boost .pdr-supp-video.pdr-product-section-supp h2 span{ color: #fdd700; }
.pdr-supplement-colostrum .pdr-supp-video.pdr-product-section-supp h2 span{ color: #231f20; }
.pdr-supplement-digest .pdr-supp-video.pdr-product-section-supp h2 span{ color: #fdd700; }
.pdr-supplement-flexx .pdr-supp-video.pdr-product-section-supp h2 span{ color: #fdd700; }
.pdr-supplement-muscle .pdr-supp-video.pdr-product-section-supp h2 span{ color: #fdd700; }
.pdr-supplement-perform .pdr-supp-video.pdr-product-section-supp h2 span{ color: #fdd700; }
.pdr-supplement-protect .pdr-supp-video.pdr-product-section-supp h2 span{ color: #008091; }
.pdr-supplement-repel .pdr-supp-video.pdr-product-section-supp h2 span{ color: #fdd700; }
.pdr-supplement-revive .pdr-supp-video.pdr-product-section-supp h2 span{ color: #231f20; }
.pdr-supplement-shine .pdr-supp-video.pdr-product-section-supp h2 span{ color: #fdd700; }

.pdr-supplement-boost .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #fdd700; }
.pdr-supplement-colostrum .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #008091; }
.pdr-supplement-digest .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #fdd700; }
.pdr-supplement-flexx .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #fdd700; }
.pdr-supplement-muscle .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #fdd700; }
.pdr-supplement-perform .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #fdd700; }
.pdr-supplement-protect .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #008091; }
.pdr-supplement-repel .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #fdd700; }
.pdr-supplement-revive .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #fff; }
.pdr-supplement-shine .pdr-supp-video.pdr-product-section-supp .pdr-video-section-video{ border-color: #fdd700; }

/* supp-ingredients */

.pdr-supp-ingredients {
    padding: 70px 0 100px;
}

.pdr-supplement-boost .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-yellow) }
.pdr-supplement-colostrum .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-teal) }
.pdr-supplement-digest .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-yellow) }
.pdr-supplement-flexx .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-yellow) }
.pdr-supplement-muscle .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-yellow) }
.pdr-supplement-perform .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-yellow) }
.pdr-supplement-protect .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-teal) }
.pdr-supplement-repel .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-yellow) }
.pdr-supplement-revive .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-yellow) }
.pdr-supplement-shine .pdr-product-section-supp.pdr-supp-ingredients{ background: var(--prodog-yellow) }

.pdr-supp-ingredients-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.pdr-supp-ingredients-item {
	flex: 0 1 calc(33.333% - 10px);
	max-width: calc(33.333% - 10px);
}

.pdr-supp-ingredients h2{
    color: #231f20;
    margin-bottom: 60px;
    line-height: 1.5;
}

.pdr-supp-ingredients h2 span{
    color: #008091;
    border-bottom: 6px solid #008091;
}

.pdr-supp-ingredients-item{
    background: #fff;
    border: 8px solid #008091;
    border-radius: 40px;
    text-align: center;
}

.pdr-supp-ingredients .flickity-button {
	background: #008091;
	color: #fff;
}

.pdr-supp-ingredients .flickity-button:active {
	opacity: 1;
}

.pdr-supp-ingredients-item-image img{
    border-radius: 31px 31px 0 0;
}

.pdr-supp-ingredients-item-title{
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 5px;
    padding: 0 10px;
}

.pdr-supp-ingredients-item-content{
    font-weight: 500;
    padding: 0 22px 30px;
    line-height: 22px;
}

.pdr-supp-ingredients-item-content span.pdr-supp-ingredients-item-long{
    display: none;
}

.pdr-supp-ingredients-item-read-more{
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    color: var(--prodog-black);
}

.pdr-supp-ingredients-item-read-more:hover{
    color: var(--prodog-black);
}

.pdr-supp-ingredients-buton-wrap{
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.pdr-supp-ingredients-buton-wrap a{
    width: 380px;
    max-width: 100%;
}

.pdr-supp-ingredients-nav{
    display: none;
    justify-content: center;
    margin-top: 20px;
}

.pdr-supp-ingredients-nav a{
    align-items: center;
    background: #008091;
    border-radius: 44px;
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0 5px;
    width: 44px;
}

.pdr-supp-ingredients-nav svg{
    width: 26px;
}

.pdr-supp-ingredients.pdr-product-section-teal h2 {
	color: #fff;
}

.pdr-supp-ingredients.pdr-product-section-teal h2 span{
    border-color: var(--prodog-protect);
	color: var(--prodog-protect);
}

.pdr-product-section-teal .pdr-supp-ingredients-item {
    border-color: var(--prodog-protect);
}

.pdr-supp-ingredients button.pdr-supp-button,
.pdr-supp-ingredients a.pdr-supp-button{
    background-color: #008091;
    border-color: #008091;
    color: #fff;
}

.pdr-supp-ingredients.pdr-product-section-teal button.pdr-supp-button,
.pdr-supp-ingredients.pdr-product-section-teal a.pdr-supp-button{
    background-color: #fdd700;
    border-color: #fdd700;
    color: #231f20;
}

.pdr-supp-ingredients button.pdr-supp-button:hover,
.pdr-supp-ingredients a.pdr-supp-button:hover {
    background-color: #231f20;
    border-color: #231f20;
    color: #fff;
}

.pdr-supp-ingredients.pdr-product-section-teal button.pdr-supp-button:hover,
.pdr-supp-ingredients.pdr-product-section-teal a.pdr-supp-button:hover {
    background-color: #231f20;
    border-color: #231f20;
    color: #fdd700;
}

.pdr-supplement-boost .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-boost .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-boost); }
.pdr-supplement-boost .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #231f20; }
.pdr-supplement-boost .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-boost); border-color: var(--prodog-boost); }
.pdr-supplement-boost .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-boost); }
.pdr-supplement-boost .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-boost .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: #231f20; border-color: #231f20; color: #fff; }
.pdr-supplement-boost .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-boost .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: var(--prodog-boost); border-color: var(--prodog-boost); color: #fff; }

.pdr-supplement-colostrum .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-colostrum .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-colostrum); color: #008091; }
.pdr-supplement-colostrum .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #fff; }
.pdr-supplement-colostrum .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-colostrum); border-color: var(--prodog-colostrum); }
.pdr-supplement-colostrum .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-colostrum); }
.pdr-supplement-colostrum .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-colostrum .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: var(--prodog-colostrum); border-color: var(--prodog-colostrum); color: #231f20; }
.pdr-supplement-colostrum .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-colostrum .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: #231f20; border-color: #231f20; color: #fff; }

.pdr-supplement-digest .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-digest .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-digest); }
.pdr-supplement-digest .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #231f20; }
.pdr-supplement-digest .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-digest); border-color: var(--prodog-digest); }
.pdr-supplement-digest .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-digest); }
.pdr-supplement-digest .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-digest .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: #231f20; border-color: #231f20; color: #fff; }
.pdr-supplement-digest .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-digest .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: var(--prodog-digest); border-color: var(--prodog-digest); color: #fff; }

.pdr-supplement-flexx .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-flexx .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-flexx); }
.pdr-supplement-flexx .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #231f20; }
.pdr-supplement-flexx .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-flexx); border-color: var(--prodog-flexx); }
.pdr-supplement-flexx .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-flexx); }
.pdr-supplement-flexx .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-flexx .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: var(--prodog-flexx); border-color: var(--prodog-flexx); color: #fff; }
.pdr-supplement-flexx .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-flexx .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: #231f20; border-color: #231f20; color: #fff; }

.pdr-supplement-muscle .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-muscle .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-muscle); }
.pdr-supplement-muscle .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #231f20; }
.pdr-supplement-muscle .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-muscle); border-color: var(--prodog-muscle); }
.pdr-supplement-muscle .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-muscle); }
.pdr-supplement-muscle .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-muscle .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: var(--prodog-muscle); border-color: var(--prodog-muscle); color: #fff; }
.pdr-supplement-muscle .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-muscle .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: #231f20; border-color: #231f20; color: #fff; }

.pdr-supplement-perform .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-perform .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-perform); }
.pdr-supplement-perform .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #231f20; }
.pdr-supplement-perform .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-perform); border-color: var(--prodog-perform); }
.pdr-supplement-perform .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-perform); }
.pdr-supplement-perform .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-perform .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: var(--prodog-perform); border-color: var(--prodog-perform); color: #fff; }
.pdr-supplement-perform .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-perform .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: #231f20; border-color: #231f20; color: #fff; }

.pdr-supplement-protect .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-protect .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-protect); color: #008091; }
.pdr-supplement-protect .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #fff; }
.pdr-supplement-protect .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-protect); border-color: var(--prodog-protect); }
.pdr-supplement-protect .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-protect); }
.pdr-supplement-protect .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-protect .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: var(--prodog-protect); border-color: var(--prodog-protect); color: #231f20; }
.pdr-supplement-protect .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-protect .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: #231f20; border-color: #231f20; color: #fff; }

.pdr-supplement-repel .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-repel .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-repel); }
.pdr-supplement-repel .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #231f20; }
.pdr-supplement-repel .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-repel); border-color: var(--prodog-repel); }
.pdr-supplement-repel .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-repel); }
.pdr-supplement-repel .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-repel .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: var(--prodog-repel); border-color: var(--prodog-repel); color: #fff; }
.pdr-supplement-repel .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-repel .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: #231f20; border-color: #231f20; color: #fff; }

.pdr-supplement-revive .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-revive .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-revive); }
.pdr-supplement-revive .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #231f20; }
.pdr-supplement-revive .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-revive); border-color: var(--prodog-revive); }
.pdr-supplement-revive .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-revive); }
.pdr-supplement-revive .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-revive .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: #231f20; border-color: #231f20; color: #fff; }
.pdr-supplement-revive .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-revive .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: var(--prodog-revive); border-color: var(--prodog-revive); color: #fff; }

.pdr-supplement-shine .pdr-supp-ingredients.pdr-product-section-supp .flickity-button,
.pdr-supplement-shine .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-nav a{ background: var(--prodog-shine); }
.pdr-supplement-shine .pdr-supp-ingredients.pdr-product-section-supp h2{ color: #231f20; }
.pdr-supplement-shine .pdr-supp-ingredients.pdr-product-section-supp h2 span{ color: var(--prodog-shine); border-color: var(--prodog-shine); }
.pdr-supplement-shine .pdr-supp-ingredients.pdr-product-section-supp .pdr-supp-ingredients-item { border-color: var(--prodog-shine); }
.pdr-supplement-shine .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button,
.pdr-supplement-shine .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button{ background-color: var(--prodog-shine); border-color: var(--prodog-shine); color: #fff; }
.pdr-supplement-shine .pdr-supp-ingredients.pdr-product-section-supp button.pdr-supp-button:hover,
.pdr-supplement-shine .pdr-supp-ingredients.pdr-product-section-supp a.pdr-supp-button:hover { background-color: #231f20; border-color: #231f20; color: #fff; }

/* supp-vet-approved */

.pdr-supp-vet-approved {
    min-height: 960px;
    position: relative;
    padding: 0;
}

.pdr-supp-vet-approved .pdr-watermark-top {
    background: url("../../assets/svg/pdr-watermark-bottom-supp-vet.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: calc(100%);
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    width: 1920px;
}

.pdr-supp-vet-approved .pdr-product-section-container{
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pdr-supp-vet-approved-wrap,
.pdr-vet-approved-image {
    width: 50%;
}

.pdr-supp-vet-approved-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-left: 100px;
	width: 575px;
    max-width: 100%;
	margin-right: auto;
}

.pdr-supp-vet-approved-intro-line{
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 35px;
    margin-bottom: 35px;
}

.pdr-supplement-boost .pdr-vet-approved-name a,
.pdr-supplement-boost .pdr-supp-vet-approved-intro-line{ color: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-vet-approved-name a,
.pdr-supplement-colostrum .pdr-supp-vet-approved-intro-line{ color: var(--prodog-teal); }
.pdr-supplement-digest .pdr-vet-approved-name a,
.pdr-supplement-digest .pdr-supp-vet-approved-intro-line{ color: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-vet-approved-name a,
.pdr-supplement-flexx .pdr-supp-vet-approved-intro-line{ color: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-vet-approved-name a,
.pdr-supplement-muscle .pdr-supp-vet-approved-intro-line{ color: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-vet-approved-name a,
.pdr-supplement-perform .pdr-supp-vet-approved-intro-line{ color: var(--prodog-perform); }
.pdr-supplement-protect .pdr-vet-approved-name a,
.pdr-supplement-protect .pdr-supp-vet-approved-intro-line{ color: var(--prodog-teal); }
.pdr-supplement-repel .pdr-vet-approved-name a,
.pdr-supplement-repel .pdr-supp-vet-approved-intro-line{ color: var(--prodog-repel); }
.pdr-supplement-revive .pdr-vet-approved-name a,
.pdr-supplement-revive .pdr-supp-vet-approved-intro-line{ color: var(--prodog-revive); }
.pdr-supplement-shine .pdr-vet-approved-name a,
.pdr-supplement-shine .pdr-supp-vet-approved-intro-line{ color: var(--prodog-shine); }

.pdr-supp-vet-approved-secondary-content{
    margin-bottom: 25px;
    color: #707070;
	line-height: 22px;
}

.pdr-supp-vet-approved-secondary-content p:last-of-type{
    margin-bottom: 0;
}

.pdr-vet-approved-image img{
    width: 100%;
    height: auto;
}

.pdr-vet-approved-name {
	font-size: 26px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 22px;
	margin-bottom: 20px;
}

.pdr-vet-approved-job-title{
    margin-bottom: 0;
    font-weight: 500;
    color: #707070;
}

/* supp-reviews */

.pdr-supp-reviews {
    background: var(--prodog-yellow);
    min-height: 960px;
    padding: 70px 0 100px;
    position: relative;
}

.pdr-supp-reviews .pdr-watermark-bottom {
	background: url("../../assets/svg/pdr-watermark-bottom-supp-reviews.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	height: calc(100%);
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	width: 1920px;
}

.pdr-supp-reviews h2{
    color: #231f20;
    margin-bottom: 60px;
    line-height: 1.5;
}

.pdr-supp-reviews h2 a,
.pdr-supp-reviews h2 span{
    color: #008091;
    border-bottom: 6px solid #008091;
}

.pdr-supp-reviews h2 a:hover{ color: #231f20; border-color: #231f20; }

.pdr-supp-reviews-items-row{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
}

.pdr-supp-reviews-item-last-item,
.pdr-supp-reviews-item{
    background: #008091;
    border-radius: 40px;
    color: #fff;
    padding: 40px 30px;
    text-align: center;
}

.pdr-supp-reviews-content {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.pdr-supp-reviews-title{
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 22px;
    margin-bottom: 0;
}

.pdr-supp-reviews-stars{
    color: #fdd700;
    font-size: 25px;
    margin-bottom: 20px;
}

.pdr-supp-reviews-stars i{
    margin: 0 2px;
}

.pdr-supp-reviews-item-last-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.pdr-supp-reviews-image img{
    width: 775px;
    max-width: 775px;
    margin: -50px 0 0 -170px;
}

.pdr-supp-reviews-feefo{
    padding-top: 40px;
    text-align: right;
}

.pdr-supplement-boost .pdr-supp-reviews h2 a,
.pdr-supplement-boost .pdr-supp-reviews h2 span{ color: var(--prodog-boost); border-color: var(--prodog-boost); }
.pdr-supplement-boost .pdr-supp-reviews .pdr-supp-reviews-item-last-item,
.pdr-supplement-boost .pdr-supp-reviews .pdr-supp-reviews-item { background: var(--prodog-boost); color: #fff; }
.pdr-supplement-boost .pdr-supp-reviews h2 a:hover{ color: #fff; border-color: #fff; }

.pdr-supplement-digest .pdr-supp-reviews h2 a,
.pdr-supplement-digest .pdr-supp-reviews h2 span{ color: var(--prodog-digest); border-color: var(--prodog-digest); }
.pdr-supplement-digest .pdr-supp-reviews .pdr-supp-reviews-item-last-item,
.pdr-supplement-digest .pdr-supp-reviews .pdr-supp-reviews-item { background: var(--prodog-digest); color: #fff; }
.pdr-supplement-digest .pdr-supp-reviews h2 a:hover{ color: #231f20; border-color: #231f20; }

.pdr-supplement-flexx .pdr-supp-reviews h2 a,
.pdr-supplement-flexx .pdr-supp-reviews h2 span{ color: var(--prodog-flexx); border-color: var(--prodog-flexx); }
.pdr-supplement-flexx .pdr-supp-reviews .pdr-supp-reviews-item-last-item,
.pdr-supplement-flexx .pdr-supp-reviews .pdr-supp-reviews-item { background: var(--prodog-flexx); color: #fff; }
.pdr-supplement-flexx .pdr-supp-reviews h2 a:hover{ color: #231f20; border-color: #231f20; }

.pdr-supplement-muscle .pdr-supp-reviews h2 a,
.pdr-supplement-muscle .pdr-supp-reviews h2 span{ color: var(--prodog-muscle); border-color: var(--prodog-muscle); }
.pdr-supplement-muscle .pdr-supp-reviews .pdr-supp-reviews-item-last-item,
.pdr-supplement-muscle .pdr-supp-reviews .pdr-supp-reviews-item { background: var(--prodog-muscle); color: #fff; }
.pdr-supplement-muscle .pdr-supp-reviews h2 a:hover{ color: #231f20; border-color: #231f20; }

.pdr-supplement-perform .pdr-supp-reviews h2 a,
.pdr-supplement-perform .pdr-supp-reviews h2 span{ color: var(--prodog-perform); border-color: var(--prodog-perform); }
.pdr-supplement-perform .pdr-supp-reviews .pdr-supp-reviews-item-last-item,
.pdr-supplement-perform .pdr-supp-reviews .pdr-supp-reviews-item { background: var(--prodog-perform); color: #fff; }
.pdr-supplement-perform .pdr-supp-reviews h2 a:hover{ color: #231f20; border-color: #231f20; }

.pdr-supplement-repel .pdr-supp-reviews h2 a,
.pdr-supplement-repel .pdr-supp-reviews h2 span{ color: var(--prodog-repel); border-color: var(--prodog-repel); }
.pdr-supplement-repel .pdr-supp-reviews .pdr-supp-reviews-item-last-item,
.pdr-supplement-repel .pdr-supp-reviews .pdr-supp-reviews-item { background: var(--prodog-repel); color: #fff; }
.pdr-supplement-repel .pdr-supp-reviews h2 a:hover{ color: #231f20; border-color: #231f20; }

.pdr-supplement-revive .pdr-supp-reviews h2 a,
.pdr-supplement-revive .pdr-supp-reviews h2 span{ color: var(--prodog-revive); border-color: var(--prodog-revive); }
.pdr-supplement-revive .pdr-supp-reviews .pdr-supp-reviews-item-last-item,
.pdr-supplement-revive .pdr-supp-reviews .pdr-supp-reviews-item { background: var(--prodog-revive); color: #fff; }
.pdr-supplement-revive .pdr-supp-reviews h2 a:hover{ color: #231f20; border-color: #231f20; }

.pdr-supplement-shine .pdr-supp-reviews h2 a,
.pdr-supplement-shine .pdr-supp-reviews h2 span{ color: var(--prodog-shine); border-color: var(--prodog-shine); }
.pdr-supplement-shine .pdr-supp-reviews .pdr-supp-reviews-item-last-item,
.pdr-supplement-shine .pdr-supp-reviews .pdr-supp-reviews-item { background: var(--prodog-shine); color: #fff; }
.pdr-supplement-shine .pdr-supp-reviews h2 a:hover{ color: #231f20; border-color: #231f20; }

.pdr-supp-reviews-mobile-bottom{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.pdr-supp-reviews-mobile{
    display: none;
}

.pdr-supp-reviews-mobile .pdr-supp-reviews-item {
    max-width: 100%;
    width: 600px;
}

.pdr-supp-reviews .flickity-button {
	background: #008091;
	color: #fff;
}

.pdr-supp-reviews .flickity-button:active {
	opacity: 1;
}

.pdr-supp-reviews-nav{
    display: none;
    justify-content: center;
    margin-top: 20px;
}

.pdr-supp-reviews-nav a{
    align-items: center;
    background: #008091;
    border-radius: 44px;
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0 5px;
    width: 44px;
}

.pdr-supp-reviews-nav svg{
    width: 26px;
}

.pdr-supplement-boost .pdr-supp-reviews.pdr-product-section-supp .flickity-button,
.pdr-supplement-boost .pdr-supp-reviews.pdr-product-section-supp .pdr-supp-reviews-nav a{ background: var(--prodog-boost); }

.pdr-supplement-colostrum .pdr-supp-reviews.pdr-product-section-supp .flickity-button,
.pdr-supplement-colostrum .pdr-supp-reviews.pdr-product-section-supp .pdr-supp-reviews-nav a{ background: #008091; }

.pdr-supplement-digest .pdr-supp-reviews.pdr-product-section-supp .flickity-button,
.pdr-supplement-digest .pdr-supp-reviews.pdr-product-section-supp .pdr-supp-reviews-nav a{ background: var(--prodog-digest); }

.pdr-supplement-flexx .pdr-supp-reviews.pdr-product-section-supp .flickity-button,
.pdr-supplement-flexx .pdr-supp-reviews.pdr-product-section-supp .pdr-supp-reviews-nav a{ background: var(--prodog-flexx); }

.pdr-supplement-muscle .pdr-supp-reviews.pdr-product-section-supp .flickity-button,
.pdr-supplement-muscle .pdr-supp-reviews.pdr-product-section-supp .pdr-supp-reviews-nav a{ background: var(--prodog-muscle); }

.pdr-supplement-perform .pdr-supp-reviews.pdr-product-section-supp .flickity-button,
.pdr-supplement-perform .pdr-supp-reviews.pdr-product-section-supp .pdr-supp-reviews-nav a{ background: var(--prodog-perform); }

.pdr-supplement-repel .pdr-supp-reviews.pdr-product-section-supp .flickity-button,
.pdr-supplement-repel .pdr-supp-reviews.pdr-product-section-supp .pdr-supp-reviews-nav a{ background: var(--prodog-repel); }

.pdr-supplement-revive .pdr-supp-reviews.pdr-product-section-supp .flickity-button,
.pdr-supplement-revive .pdr-supp-reviews.pdr-product-section-supp .pdr-supp-reviews-nav a{ background: var(--prodog-revive); }

.pdr-supplement-shine .pdr-supp-reviews.pdr-product-section-supp .flickity-button,
.pdr-supplement-shine .pdr-supp-reviews.pdr-product-section-supp .pdr-supp-reviews-nav a{ background: var(--prodog-shine); }

/* supp-legacy-promise */

.pdr-supp-legacy-promise{
    background: var(--color-black);
    padding: 70px 0 10px;
}

.pdr-supp-legacy-promise h2{
    color: var(--color-white);
    text-transform: uppercase;
    margin-bottom: 70px;
}

.pdr-supp-legacy-promise-content{
    padding: 40px 0;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.pdr-supp-legacy-promise-intro{
    color: #fff;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 40px;
}

.pdr-supp-legacy-promise-intro span{
    color: #dac57f;
    display: block;
}

.pdr-supp-legacy-promise-bottom-line{
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}

.pdr-supp-legacy-promise-bottom-line span{
    color: #dac57f;
    display: block;
}

.pdr-supp-legacy-promise-has-image{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdr-supp-legacy-promise-has-image .pdr-supp-legacy-promise-image,
.pdr-supp-legacy-promise-has-image .pdr-supp-legacy-promise-content{
    width: 50%;
}

.pdr-supp-legacy-promise-has-image .pdr-supp-legacy-promise-content{
    max-width: 475px;
}

/* supp-feeding-guide */

.pdr-supp-feeding-guide {
    padding: 70px 0 100px;
    position: relative;
}

.pdr-supplement-boost .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-yellow) }
.pdr-supplement-colostrum .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-teal) }
.pdr-supplement-digest .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-yellow) }
.pdr-supplement-flexx .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-yellow) }
.pdr-supplement-muscle .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-yellow) }
.pdr-supplement-perform .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-yellow) }
.pdr-supplement-protect .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-teal) }
.pdr-supplement-repel .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-yellow) }
.pdr-supplement-revive .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-yellow) }
.pdr-supplement-shine .pdr-product-section-supp.pdr-supp-feeding-guide{ background: var(--prodog-yellow) }

.pdr-supp-feeding-guide h2{
    color: #231f20;
    margin-bottom: 50px;
    line-height: 1.5;
}

.pdr-supp-feeding-guide h2 span{
    color: #008091;
}

.pdr-supp-feeding-guide-blocks{
    background: #008091;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 45px 0 50px;
    width: 965px;
}

.pdr-supp-feeding-guide-block{
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 200px;
}

.pdr-supp-feeding-guide-block:nth-of-type(2){
    margin: 0 75px;
}

.pdr-supp-feeding-guide-block:last-of-type{
    margin-right: 0;
}

.pdr-supp-feeding-guide-block-img{
    margin-bottom: 20px;
    width: 165px;
}

.pdr-supp-feeding-guide-block-content{
    text-align: center;
}

.pdr-supp-feeding-guide-block-content p{
    font-family: "Gotham", sans-serif;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 0;
}

.pdr-supp-feeding-guide-block-content p span{
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.pdr-supp-feeding-guide.pdr-product-section-teal h2 {
	color: #fff;
}

.pdr-supp-feeding-guide.pdr-product-section-teal h2 span{
	color: var(--prodog-protect);
}

.pdr-supp-feeding-guide-blocks{
    background: var(--prodog-protect);
}

.pdr-supp-feeding-guide-accordions{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 965px;
    max-width: 100%;
}

.pdr-supp-feeding-guide-accordion{
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
}

.pdr-supp-feeding-guide-accordion-title:after{
    content: '+';
    font-family: "Gotham", sans-serif;
    font-weight: 900;
    font-size: 27px;
    color: #008091;
    width: 36px;
    height: 36px;
    position: absolute;
    border-radius: 36px;
    top: 11px;
    right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdr-supp-feeding-guide-accordion-title.open:after{
    content: '-';
}

.pdr-supp-feeding-guide-accordion-title{
    border-radius: 30px;
    background: var(--color-black);
    display: block;
    width: 100%;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px 0 25px;
}

.pdr-supp-feeding-guide .pdr-supp-feeding-guide-accordion-title {
    justify-content: flex-start;
}

.pdr-supp-feeding-guide.pdr-product-section-clear .pdr-supp-feeding-guide-accordion-title,
.pdr-supp-feeding-guide.pdr-product-section-white .pdr-supp-feeding-guide-accordion-title{
    background: #008091;
    color: #fff;
}

.pdr-supp-feeding-guide .pdr-supp-feeding-guide-accordion-title:hover{
    background: #fdd700;
}

.pdr-supp-feeding-guide .pdr-supp-feeding-guide-accordion-title:hover:after{
    background: #008091;
    color: #fdd700;
}

.pdr-supp-feeding-guide.pdr-product-section-clear .pdr-supp-feeding-guide-accordion-title:after,
.pdr-supp-feeding-guide.pdr-product-section-white .pdr-supp-feeding-guide-accordion-title:after{
    border: 3px solid #fff;
    color: #fff;
}

.pdr-supp-feeding-guide.pdr-product-section-yellow .pdr-supp-feeding-guide-accordion-title:hover{
    background: #008091;
    color: #fdd700;
}

.pdr-supp-feeding-guide.pdr-product-section-yellow .pdr-supp-feeding-guide-accordion-title:hover:after{
    background: #fdd700;
    color: #008091;
}

.pdr-supp-feeding-guide.pdr-product-section-grey .pdr-supp-feeding-guide-accordion-title:hover,
.pdr-supp-feeding-guide.pdr-product-section-green .pdr-supp-feeding-guide-accordion-title:hover {
	background: #008091;
	color: #fff;
}

.pdr-supp-feeding-guide.pdr-product-section-clear .pdr-supp-feeding-guide-accordion-title:hover,
.pdr-supp-feeding-guide.pdr-product-section-white .pdr-supp-feeding-guide-accordion-title:hover{
    background: #231f20;
}

.pdr-supp-feeding-guide.pdr-product-section-grey .pdr-supp-feeding-guide-accordion-title:hover:after,
.pdr-supp-feeding-guide.pdr-product-section-green .pdr-supp-feeding-guide-accordion-title:hover:after {
	color: #fff;
    border: 3px solid #fff;
}

.pdr-supp-feeding-guide.pdr-product-section-clear .pdr-supp-feeding-guide-accordion-title:hover:after,
.pdr-supp-feeding-guide.pdr-product-section-white .pdr-supp-feeding-guide-accordion-title:hover:after{
    background: #231f20;
}

.pdr-supp-feeding-guide-accordion-content {
	border-radius: 30px;
	background: #fff;
	padding: 30px 30px 10px;
	margin-top: 10px;
    font-size: 16px;
    display: none;
}

.pdr-supplement-boost .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #231f20; }
.pdr-supplement-colostrum .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #fff; }
.pdr-supplement-digest .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #231f20; }
.pdr-supplement-flexx .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #231f20; }
.pdr-supplement-muscle .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #231f20; }
.pdr-supplement-perform .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #231f20; }
.pdr-supplement-protect .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #fff; }
.pdr-supplement-repel .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #231f20; }
.pdr-supplement-revive .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #231f20; }
.pdr-supplement-shine .pdr-product-section-supp.pdr-supp-feeding-guide h2{ color: #231f20; }

.pdr-supplement-boost .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-colostrum); }
.pdr-supplement-digest .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-perform); }
.pdr-supplement-protect .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-protect); }
.pdr-supplement-repel .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-repel); }
.pdr-supplement-revive .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-revive); }
.pdr-supplement-shine .pdr-product-section-supp.pdr-supp-feeding-guide h2 span{ color: var(--prodog-shine); }

.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-boost); }
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-colostrum); }
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-digest); }
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-flexx); }
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-muscle); }
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-perform); }
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-protect); }
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-repel); }
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-revive); }
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-feeding-guide-blocks{ background: var(--prodog-shine); }

.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #fff; }
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #231f20; }
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #fff; }
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #fff; }
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #fff; }
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #fff; }
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #231f20; }
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #fff; }
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #fff; }
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-feeding-guide-block-content p{ color: #fff; }

.pdr-supplement-boost .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-boost); color: var(--color-white); }
.pdr-supplement-colostrum .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-colostrum); color: var(--color-black); }
.pdr-supplement-digest .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-digest); color: var(--color-white); }
.pdr-supplement-flexx .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-flexx); color: var(--color-white); }
.pdr-supplement-muscle .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-muscle); color: var(--color-white); }
.pdr-supplement-perform .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-perform); color: var(--color-white); }
.pdr-supplement-protect .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-protect); color: var(--color-white); }
.pdr-supplement-repel .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-repel); color: var(--color-white); }
.pdr-supplement-revive .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-revive); color: var(--color-white); }
.pdr-supplement-shine .pdr-supp-feeding-guide-accordion-title:after{ background: var(--prodog-shine); color: var(--color-white); }

.pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:focus{ color: var(--color-white); }

.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-boost); color: var(--color-white); }
.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-boost .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--color-white); color: var(--prodog-boost); }

.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-colostrum); color: var(--prodog-black); }
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--prodog-black); color: var(--prodog-colostrum); }

.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-digest); color: var(--color-white); }
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-digest .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--color-white); color: var(--prodog-digest); }

.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-flexx); color: var(--color-white); }
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-flexx .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--color-white); color: var(--prodog-flexx); }

.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-muscle); color: var(--color-white); }
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-muscle .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--color-white); color: var(--prodog-muscle); }

.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-perform); color: var(--color-white); }
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-perform .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--color-white); color: var(--prodog-perform); }

.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-protect); color: var(--color-white); }
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-protect .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--color-white); color: var(--prodog-protect); }

.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-repel); color: var(--color-white); }
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-repel .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--color-white); color: var(--prodog-repel); }

.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-revive); color: var(--color-white); }
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-revive .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--color-white); color: var(--prodog-revive); }

.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open,
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover { background: var(--prodog-shine); color: var(--color-white); }
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title.open:after,
.pdr-supplement-shine .pdr-product-section-supp .pdr-supp-feeding-guide-accordion-title:hover:after { background: var(--color-white); color: var(--prodog-shine); }

/* supp-faqs */

.pdr-supp-faqs {
	padding: 70px 0 60px;
	text-align: center;
}

.pdr-supp-faqs h2{
    color: var(--prodog-black);
    margin-bottom: 35px;
}

.pdr-supp-faqs .pdr-supp-faqs-wrap{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 965px;
    max-width: 100%;
}

.pdr-supp-faqs .pdr-supp-faqs-question-wrap{
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
}

.pdr-supp-faqs .pdr-supp-faqs-question-wrap > a:after{
    content: '+';
    background: var(--prodog-black);
    font-family: "Gotham", sans-serif;
    font-weight: 900;
    font-size: 27px;
    color: var(--color-white);
    width: 36px;
    height: 36px;
    position: absolute;
    border-radius: 36px;
    top: 11px;
    right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdr-supp-faqs .pdr-supp-faqs-question-wrap > a.open:after{
    content: '-';
}

.pdr-supp-faqs .pdr-supp-faqs-question-wrap > a{
    border-radius: 30px;
    background: #fff;
    display: block;
    width: 100%;
    color: #008091;
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 50px 0 25px;
}

.pdr-supp-faqs .pdr-supp-faqs-question-wrap > a,
.pdr-supp-faqs .pdr-supp-faqs-question-wrap > a{
    background: var(--prodog-yellow);
    color: var(--prodog-black);
}

.pdr-supp-faqs .pdr-supp-faqs-question-wrap > a.open,
.pdr-supp-faqs .pdr-supp-faqs-question-wrap > a:hover{
    color: var(--color-white);
    background: var(--prodog-black);
}

.pdr-supp-faqs .pdr-supp-faqs-question-wrap > a.open:after,
.pdr-supp-faqs .pdr-supp-faqs-question-wrap > a:hover:after{
    background: var(--color-white);
    color: var(--prodog-black);
}

.pdr-supp-faqs-answer {
	border-radius: 30px;
	background: var(--prodog-yellow);
	padding: 30px 30px 10px;
	margin-top: 10px;
    font-size: 16px;
    display: none;
}

.pdr-supp-faqs-answer a {
    color: var(--prodog-black);
    font-weight: 500;
    text-decoration: underline !important;
}

.pdr-product-pricing-block__onetime {
    border: 2px solid #C4C4C4;
    margin-top: 12px;
}

.pdr-product-pricing-block__onetime .pdr-product-pricing-block-top {
    background: none;
}

.pdr-product-pricing-block__onetime .pdr-product-subscribe-text{
    color: #c4c4c4;
}

.pdr-product-pricing-block__onetime.open .pdr-product-subscribe-text{
    color: #231f20;
}

.pdr-product-pricing-block-bottom{
    padding-top: 17px;
}

.pdr-product-pricing-block__onetime .pdr-product-pricing-block-bottom {
    display: none;
}

.pdr-product-subscribe-option {
    align-items: center;
    display: flex;
    column-gap: 12px;
}

.pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger {
    -webkit-appearance: none;
    appearance: none;
    background-color: none;
    margin: 0;
    font: inherit;
    color: #008091;
    width: 20px;
    height: 20px;
    border: 2px solid #231f20;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--color-black);
}

.pdr-product-pricing-block__onetime .pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger{
    border: 2px solid #808080;
}

.pdr-product-pricing-block__onetime.open .pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger{
    border: 2px solid #231f20;
}

.pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger.checked:before {
    transform: scale(1);
}

.pdr-product-subscribe-option input {
    margin: 0;
}

/* colour schemes */
/* reviews */

.pdr-product-reviews {
    padding-top: 45px;
}

.pdr-product-reviews feefowidget-global .feefowidget-global-container.feefowidget-viewport-tablet-mobile .feefowidget-global-container-header {
	background-color: #fff;
}

.pdr-product-reviews-container{
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
}

.pdr-product-reviews h2 {
	margin-bottom: 45px;
    color: #231f20;
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
    text-transform: uppercase;
}

.pdr-product-reviews .feefowidget-global-container-header {
	text-align: center;
	position: relative;
}

.pdr-product-reviews .feefowidget-global-container-header:before {
	background: #231f20;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	content: "";
	display: block;
	height: 170px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-merchant-header__summary {
	display: block;
	margin: 0 auto;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-header-information-ratings {
	margin-bottom: .5rem;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-header-information-ratings .feefowidget-merchant-header-popover-wrap {
	padding-right: 0;
	position: static !important;
}

.pdr-product-reviews .feefowidget-header-information-ratings feefowidget-rating-stars {
	left: 0;
	right: 0;
	margin: 0 auto !important;
	padding: 0 !important;
	position: absolute;
	top: 115px;
	z-index: 99;
}

.pdr-product-reviews .feefowidget-header-information-ratings .feefowidget-rating-container .feefowidget-star {
	font-size: 30px;
	margin: 0 2px;
	line-height: 1.4;
	-webkit-text-stroke-width: .125rem;
	-webkit-text-stroke-color: #231f20;
}

.pdr-product-reviews .feefowidget-header-information-ratings feefowidget-rating-dropdown {
	display: block;
	margin: 0 auto;
}

.pdr-product-reviews feefowidget-merchant-header .feefowidget-header-information-title h2{
    display: none;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-rating-values {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	font-family: Montserrat,sans-serif;
	background: #fff;
	display: block;
	font-weight: 700;
	color: #231f20;
	display: block;
	height: 135px;
	width: 135px;
	border-radius: 50%;
	border: .125rem solid #231f20;
	padding-right: 0;
	padding-top: 40px;
	box-sizing: border-box;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-rating-values .feefowidget-rating-average {
	font-size: 45px;
	line-height: 50px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-merchant-header__award-badge {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 80px;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-header-reviews-title {
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 400;
	font-family: "Montserrat", sans-serif !important;
	color: #fff !important;
}

.pdr-product-reviews feefowidget-global .feefowidget-global-container .feefowidget-global-container-body {
	border: 2px solid #231f20;
}

.pdr-product-reviews .feefowidget-global-container-body-content.ola.feefowidget-no-sidebar .feefowidget-global__filters,
.pdr-product-reviews .feefowidget-global-container-body-content.ola.feefowidget-no-sidebar feefowidget-feedbacks-item {
	padding-left: 20px;
	padding-right: 20px;
}

.pdr-as-seen-in-supp {
    padding: 75px 0;
}

.pdr-as-seen-in-supp.pdr-as-seen-in-condensed {
    padding: 50px 0;
}

.pdr-as-seen-in-supp h2 {
    color: var(--prodog-black);
    font-size: 40px;
    font-weight: 900;
    font-family: "Gotham",sans-serif;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
}

.pdr-as-seen-in-supp.pdr-as-seen-in-condensed h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.pdr-as-seen-in-supp-wrap {
    position: relative;
    max-width: 100%;
    width: 1225px;
    margin: 0 auto;
    overflow: hidden;
}

.pdr-as-seen-in-supp.pdr-as-seen-in-condensed .pdr-as-seen-in-supp-wrap {
	width: var(--width-base-wide);
}

.pdr-as-seen-in-supp-track {
    display: flex;
    will-change: transform;
}

.pdr-as-seen-in-supp-images {
    align-items: center;
    display: flex;
}

.pdr-as-seen-in-supp-image {
    flex: 0 0 auto;
    margin-right: 40px;
}

/* Fading edges */
.pdr-as-seen-in-supp-wrap::before,
.pdr-as-seen-in-supp-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, white 0%, transparent 100%);
}

.pdr-as-seen-in-supp-wrap::after {
    right: 0;
    transform: scaleX(-1);
}

.pdr-as-seen-in-supp img{
    max-height: 75px;
    max-width: 220px;
    width: auto;
}

.pdr-blog-grid-supp {
    background: #2C292A;
    background-image: url("../../assets/img/grass.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 545px;
    padding: 70px 20px 110px;
    position: relative;
}

.pdr-blog-grid-supp .pdr-container{
    max-width: 100%;
    width: 1160px;
}

.pdr-blog-grid-supp h2 {
    color: var(--prodog-yellow);
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto 40px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-blog-grid-supp-block {
    display: flex;
    justify-content: space-between;
}

.pdr-blog-grid-supp-left,
.pdr-blog-grid-supp-right {
    max-width: 100%;
    width: calc(50% - 9px);
}

.pdr-blog-grid-supp-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdr-blog-grid-supp-left .pdr-post-archive-item-image {
    width: 100%;
}

.pdr-blog-grid-supp-left .pdr-post-archive-item-image img {
    border-radius: 15px 0 0 0;
    width: 100%;
}

.pdr-post-archive-item-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdr-blog-grid-supp-left .pdr-post-archive-item-details {
    background: var(--color-white);
    border-radius: 0 0 0 15px;
}

.pdr-blog-grid-supp-right .pdr-post-archive-item-details,
.pdr-blog-grid-supp-right .pdr-post-archive-item-image {
    width: 50%;
}

.pdr-blog-grid-supp-right .pdr-post-archive-item-image img {
    width: 100%;
}

.pdr-blog-grid-supp-left article {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pdr-blog-grid-supp-right article {
    display: flex;
}

.pdr-blog-grid-supp-right article:first-of-type {
    margin-bottom: 13px;
}

.pdr-blog-grid-supp-right article:first-of-type .pdr-post-archive-item-details {
    border-radius: 0 15px 0 0;
}

.pdr-blog-grid-supp-left .pdr-post-archive-item-details {
    height: 100%;
    padding: 30px 20px 30px;
}

.pdr-blog-grid-supp-right .pdr-post-archive-item-details {
    background: var(--color-white);
    padding: 30px 15px 12px;
}

.pdr-blog-grid-supp-right article:last-of-type .pdr-post-archive-item-details {
    border-radius: 0 0 15px 0;
}

.pdr-post-archive-item-image a {
    border: none;
    display: block;
}

.pdr-post-archive-item-image img {
    display: block;
    position: relative;
}

.pdr-post-archive-item-title h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 100%;
    width: 490px;
}

.pdr-blog-grid-supp-right .pdr-post-archive-item-title h3 {
    font-size: 20px;
    line-height: 24px;
    width: 250px;
}

.pdr-post-archive-item-title h3 a {
    border: none;
}

.pdr-post-archive-item-meta {
    border-top: 2px solid var(--prodog-yellow);
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.pdr-post-archive-item-meta p {
    margin-bottom: 0;
}

.pdr-post-archive-item-meta-left a {
    font-family: 'Gotham', sans-serif;
    font-weight: 900;
}

.pdr-blog-grid-supp-left article {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pdr-blog-grid-supp-left .pdr-post-archive-item-image {
	width: 100%;
}

.pdr-post-archive-item-image a {
	border: none;
	display: block;
}

.pdr-blog-grid-supp-left .pdr-post-archive-item-image img {
	border-radius: 15px 0 0 0;
	width: 100%;
}

.pdr-post-archive-item-image img {
	display: block;
	position: relative;
}

.pdr-blog-grid-supp-left .pdr-post-archive-item-details {
	height: 100%;
	padding: 30px 20px 30px;
}

.pdr-blog-grid-supp-left .pdr-post-archive-item-details {
	background: var(--color-white);
	border-radius: 0 0 0 15px;
}

.pdr-post-archive-item-title h3 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 0;
	max-width: 100%;
	width: 490px;
}

.pdr-post-archive-item-title h3 a {
	border: none;
    color: var(--prodog-black);
}

.pdr-post-archive-item-meta {
	border-top: 2px solid var(--prodog-yellow);
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.pdr-post-archive-item-meta p {
	margin-bottom: 0;
}

.pdr-post-archive-item-meta-left a {
    border-bottom: 2px solid var(--prodog-black);
    color: var(--prodog-black);
    font-family: 'Gotham', sans-serif;
	font-weight: 900;
}

.pdr-post-archive-item-meta-right a{
    border-bottom: 2px solid var(--prodog-black);
    color: var(--prodog-black);
}

/* life a prodog */

.pdr-supp-like-a-prodog {
    background: var(--prodog-yellow);
    min-height: 660px;
    padding: 0;
    position: relative;
}

.pdr-supp-like-a-prodog .pdr-watermark-top {
    background: url("../../assets/svg/pdr-watermark-top-supp-like-a.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: calc(100%);
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    width: 1325px;
}

.pdr-supp-like-a-prodog .pdr-product-section-container {
    display: flex;
}

.pdr-supp-like-a-prodog-image,
.pdr-supp-like-a-prodog-content {
    width: 50%;
}

.pdr-supp-like-a-prodog-image{
    padding-top: 20px;
}

.pdr-supp-like-a-prodog-content {
    padding: 170px 0;
}

.pdr-supp-like-a-prodog-content h2{
    text-align: left;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 90px;
    margin-bottom: 10px;
}

.pdr-supp-like-a-prodog-content h2 span {
    display: block;
}

.pdr-supp-like-a-prodog-content img{
    width: 570px;
    max-width: 100%;
}

.pdr-supp-like-a-prodog-image-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	width: 2000px;
	height: 100%;
    position: absolute;
    left: calc(50% - 2050px);
}

/* supp-tabbed-navigation */

.pdr-supp-tabbed-navigation {
    padding: 25px 35px;
}

.pdr-supp-tabbed-navigation .pdr-product-section-container{
    max-width: 100%;
    width: 1920px;
}

.pdr-supp-tabbed-navigation-items {
	display: grid;
	grid-template-columns: repeat(5, calc((100% - 96px) / 5));
	gap: 24px;
}

.pdr-supp-tabbed-navigation-items .pdr-button {
    align-items: center;
    background: var(--color-black);
    border: none;
    color: var(--prodog-yellow);
    display: flex;
    font-size: 25px;
    justify-content: center;
    height: 90px;
    min-width: auto;
    width: 100%;
}

.pdr-supp-tabbed-navigation-items .pdr-button:hover {
    background: var(--prodog-yellow);
    border: none;
    color: var(--color-black);
}

/* Sticky style when active */
.pdr-supp-tabbed-navigation.sticky-visible {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 199;
	background: white; /* or match your background */
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	transform: translateY(0);
}

/* Hidden when scrolling down */
.pdr-supp-tabbed-navigation.sticky-hidden {
	transform: translateY(-100%);
}

.pdr-supp-tabbed-navigation-placeholder {
	width: 100%;
}

.pdr-supp-tabbed-navigation.sticky-visible .pdr-button {
    font-size: 20px;
	height: 60px;
	transition: height 0.3s ease;
}

/* responsive */

@media only screen and (max-width: 1999px) {

    .pdr-supp-reviews,
    .pdr-supp-vet-approved {
    	min-height: auto;
    }

}

@media only screen and (max-width: 1499px) {

    .pdr-supp-tabbed-navigation-items {
    	grid-template-columns: repeat(5, calc((100% - 60px) / 5));
    	gap: 15px;
    }

}

@media only screen and (max-width: 1350px) {

    .pdr-supp-vet-approved-wrap {
    	padding-left: 50px;
    	width: calc(50% - 50px);
    }

    .pdr-supp-tabbed-navigation-items {
    	grid-template-columns: repeat(5, calc((100% - 60px) / 5));
    	gap: 15px;
    }

    .pdr-supp-tabbed-navigation-items .pdr-button {
    	font-size: 20px;
    	height: 70px;
    }

}

@media only screen and (max-width: 1250px) {

    .pdr-product-section-container{
        padding: 0 25px;
    }

    .pdr-blog-grid-supp .pdr-container {
        padding: 0;
    }

    .pdr-supp-vet-approved .pdr-product-section-container {
        padding: 0;
    }

    .pdr-supp-vet-approved-wrap {
    	padding: 50px;
        width: 50%;
    }

    .pdr-supp-tabbed-navigation {
    	padding: 25px 0;
    }

}

@media only screen and (max-width: 1199px) {

    .pdr-supp-like-a-prodog {
        min-height: auto;
        padding: 20px 0;
    }

    .pdr-supp-like-a-prodog-image {
    	padding: 0;
    }

    .pdr-supp-like-a-prodog-content h2 {
    	font-size: 80px;
    	line-height: 70px;
    }

    .pdr-supp-like-a-prodog-content img {
    	width: 470px;
    }

    .pdr-supp-icons-and-image-icons {
    	grid-column-gap: 45px;
    	grid-row-gap: 35px;
    	padding: 100px 0;
    }

    .pdr-supp-icons-and-image-icon img,
    .pdr-supp-icons-and-image-icon {
    	width: 100%;
    }

    .pdr-supp-vet-approved .pdr-product-section-container {
        flex-direction: column-reverse;
    }

    .pdr-supp-vet-approved-wrap, .pdr-vet-approved-image {
    	width: 100%;
    }

    .pdr-vet-approved-image{
        display: flex;
        justify-content: center;
    }

    .pdr-supp-vet-approved-wrap {
    	width: 800px;
    	margin: 0 auto;
        align-items: center;
        text-align: center;
    }

    .pdr-vet-approved-image img {
    	max-width: 100%;
    	width: 400px;
    }

    .pdr-product-bullets,
    .pdr-product-add-to-basket-form-inner {
    	grid-column-gap: 20px;
    }

    .pdr-product-bullets ul li {
    	font-size: 15px;
    }

    .pdr-product-bullets ul li:before {
    	width: 16px;
    	height: 16px;
    	font-size: 10px;
    	top: 4px;
    }

    .pdr-product-gallery-image img {
    	border-radius: 51px;
    }

    .pdr-supp-how-it-works-content-left {
    	width: calc(100% - 655px);
    }

    .pdr-supp-money-back-guarantee-inner {
    	justify-content: center;
    }

    .pdr-supp-how-it-works-content-right {
    	width: 600px;
    }

    .pdr-supp-money-back-guarantee-image {
        margin-right: 50px;
    	width: auto;
    }

    .pdr-supp-reviews-item-last-item, .pdr-supp-reviews-item {
    	padding: 30px 20px 40px;
    }

    .pdr-supp-reviews-content {
    	font-size: 20px;
    	line-height: 25px;
    }


}

@media only screen and (max-width: 1099px) {

}

@media only screen and (max-width: 1050px) {

    .pdr-supp-legacy-promise-has-image {
        flex-direction: column-reverse;
    }

    .pdr-supp-legacy-promise-content {
    	padding: 0 0 40px;
    }

    .pdr-supp-legacy-promise-intro {
    	text-align: center;
    }

    .pdr-supp-legacy-promise-button {
        display: flex;
        justify-content: center;
    }

    .pdr-supp-legacy-promise h2 {
    	margin-bottom: 40px;
    }

}

@media (max-width: 1023px) {

    .pdr-blog-grid-supp-block {
    	flex-direction: column;
        gap: 15px;
        margin: 0 auto;
        max-width: 750px;
    }

    .pdr-blog-grid-supp-left {
        width: 100%;
    }

    .pdr-blog-grid-supp-left article {
    	flex-direction: row;
        margin-top: 15px;
    }

    .pdr-blog-grid-supp-left .pdr-post-archive-item-details {
    	height: auto;
    }

    .pdr-blog-grid-supp-right {
    	width: 100%;
    }

    .pdr-blog-grid-supp-left .pdr-post-archive-item-image img {
    	border-radius: 15px 0 0 15px;
    }

    .pdr-blog-grid-supp-right .pdr-post-archive-item-image img {
        border-radius: 15px 15px 0 0;
    }

    .pdr-blog-grid-supp-right article:last-of-type .pdr-post-archive-item-details,
    .pdr-blog-grid-supp-right article:first-of-type .pdr-post-archive-item-details {
        border-radius: 0 0 15px 15px;
    }

    .pdr-blog-grid-supp-left .pdr-post-archive-item-details {
    	border-radius: 0 15px 15px 0;
    }

    .pdr-blog-grid-supp-right {
    	flex-direction: row;
        gap: 15px;
    }

    .pdr-blog-grid-supp-right .pdr-post-archive-item-details,
    .pdr-blog-grid-supp-right .pdr-post-archive-item-image {
    	width: 100%;
    }

    .pdr-blog-grid-supp-right article {
    	flex-direction: column;
        width: 100%;
    }

    .pdr-blog-grid-supp-left .pdr-post-archive-item-image,
    .pdr-post-archive-item-details {
        width: 50%;
    }

    .pdr-supp-tabbed-navigation-items .pdr-button {
    	font-size: 16px;
    	height: 60px;
    }

}

@media only screen and (max-width: 992px) {

    .pdr-supp-tabbed-navigation.sticky-visible {
    	top: 90px;
    }

    .pdr-supp-like-a-prodog-content {
    	padding: 120px 0;
    }

    .pdr-supp-icons-and-image-icons {
        padding: 100px 0;
    }

    .pdr-supp-resources-row{
        display: block;
    }

    .pdr-supp-resources-row .pdr-post-archive-item{
    	width: calc(50% - 10px);
        float: left;
        margin-right: 20px;
    }

    .pdr-supp-resources-row .pdr-post-archive-item:nth-of-type(2n){
        margin-right: 0;
    }

    .pdr-supp-resources-row .pdr-post-archive-item:nth-of-type(2n+1){
        clear: both;
    }

    .pdr-product-rating {
    	align-items: flex-start;
    	flex-direction: column;
    }

    .pdr-product-gallery-thumbnails {
    	grid-column-gap: 10px;
    }

    .pdr-product-intro {
    	padding-bottom: 10px;
    }

    .pdr-product-pricing-block {
    	margin: 35px 0 0;
    }

    .pdr-product-pricing-block:last-of-type{
        margin: 10px 0 35px;
    }

    a.pdr-product-description-read-more,
    .pdr-product-description-wrap p, .pdr-product-description-wrap li {
    	font-size: 15px;
    	line-height: 20px;
    }

    .pdr-supp-how-it-works-content {
    	padding-top: 0px;
    	flex-direction: column-reverse;
    	align-items: center;
    }

    .pdr-supp-how-it-works-content-right {
    	width: 720px;
    }

    .pdr-supp-how-it-works-content-left {
        padding-top: 30px;
    	width: 250px;
    }

    .pdr-supp-money-back-guarantee-image img {
    	width: 150px;
    }

    .pdr-supp-money-back-guarantee-content {
    	width: calc(100% - 200px);
    	max-width: 100%;
    }

    .pdr-supp-legacy-promise-has-image {
    	flex-direction: column-reverse;
    }

    .pdr-supp-feeding-guide-block:nth-of-type(2) {
    	margin: 0 35px;
    }

    .pdr-supp-ingredients-items {
    	display: block;
    }

    .pdr-supp-ingredients-item {
        max-width: 100%;
        width: 600px;
    }

    .pdr-supp-ingredients-buton-wrap {
    	padding-top: 20px;
    }

    .pdr-product-intro{
        padding-top: 62px;
    }

    .pdr-supp-advanced-dietary-support-blocks .pdr-supp-advanced-dietary-support-block-1,
    .pdr-supp-advanced-dietary-support-blocks .pdr-supp-advanced-dietary-support-block-3{
        display: none;
    }

    .pdr-supp-advanced-dietary-support-blocks {
    	justify-content: center;
        height: 300px;
    }

    .pdr-supp-advanced-dietary-support-block-description{
        display: none;
    }

    .pdr-supp-advanced-dietary-support-block-description:first-of-type{
        display: flex;
    }

    .pdr-supp-advanced-dietary-support-mobile{
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }

    .pdr-supp-advanced-dietary-support-block-description {
    	height: auto;
    	width: auto;
    }

    .pdr-supp-advanced-dietary-support-block-description a {
    	border-radius: 20px;
    	padding: 20px;
    }

    .pdr-supp-advanced-dietary-support-nav {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
        padding: 0 25px;
    }

    .pdr-supp-advanced-dietary-support-nav a {
        align-items: center;
        color: #231f20;
        display: flex;
        font-size: 14px;
    	font-weight: 700;
        margin: 0 10px;
    	text-transform: uppercase;
    }

    .pdr-supp-advanced-dietary-support-nav a svg {
    	fill: #231f20;
    	width: 25px;
    }

    .pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-advanced-dietary-support-nav a,
    .pdr-supplement-protect .pdr-product-section-supp .pdr-supp-advanced-dietary-support-nav a {
    	color: #fff;
    }

    .pdr-supplement-colostrum .pdr-product-section-supp .pdr-supp-advanced-dietary-support-nav a svg,
    .pdr-supplement-protect .pdr-product-section-supp .pdr-supp-advanced-dietary-support-nav a svg{
        fill: #fff;
    }

    .pdr-sads-prev svg {
    	margin-right: 8px;
    }

    .pdr-sads-next svg {
    	margin-left: 8px;
    }

    .pdr-supp-advanced-dietary-support-block-2 > div::before {
    	border-radius: 250px;
    	height: 250px;
    	left: calc(50% - 125px);
    	position: absolute;
    	top: calc(50% - 125px);
    	width: 250px;
    }

    .pdr-supp-advanced-dietary-support-block-image img{
        height: 100%;
        max-height: 300px;
        max-width: 300px;
        width: 100%;
    }

    .pdr-supp-reviews-items{
        display: none;
    }

    .pdr-supp-reviews-image img {
        max-width: 100%;
    	width: 500px;
    	margin: 30px 0 0 0;
    }

    .pdr-supp-reviews-mobile{
        display: block;
    }

}

@media only screen and (max-width: 840px) {

    .pdr-supp-faqs .pdr-supp-faqs-question-wrap > a {
    	justify-content: flex-start;
    }

    .pdr-supp-like-a-prodog-content h2 {
    	font-size: 60px;
    	line-height: 50px;
    }

    .pdr-supp-like-a-prodog-content img {
    	width: 340px;
    }

}

@media only screen and (max-width: 767px) {

    .pdr-product-section.pdr-supp-tabbed-navigation {
        display: none;
    	padding: 20px 0;
    }

    .pdr-product-section .pdr-supp-like-a-prodog-content h2 {
    	font-size: 50px;
    	line-height: 40px;
        margin-bottom: 3px;
    }

    .pdr-supp-like-a-prodog-content {
    	padding: 50px 0;
    }

    .pdr-supp-icons-and-image-left, .pdr-supp-icons-and-image-right {
    	width: 100%;
    }

    .pdr-supp-icons-and-image-icons {
        padding: 0;
        justify-content: center;        /* ✅ centers the grid */
        justify-items: center;          /* ✅ centers items in each cell horizontally */
        align-items: center;            /* ✅ centers items vertically if there's extra height */
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }

    .pdr-supp-icons-and-image-icon {
    	text-align: center;
    }

    .pdr-supp-icons-and-image-right {
    	padding: 50px 0 0 0;
    }

    .pdr-supp-icons-and-image-right-image {
    	background-size: contain;
    	background-repeat: no-repeat;
    	background-position: center;
    	width: 100%;
    	height: 300px;
        padding: 0;
    }

    .pdr-product-section.pdr-blog-grid-supp {
    	padding: 35px 20px 50px;
    }

    .pdr-blog-grid-supp h2 {
    	line-height: 30px;
    	margin-bottom: 30px;
    }

    .pdr-post-archive-item-title h3 {
    	font-size: 20px;
    	line-height: 24px;
    }

    .pdr-blog-grid-supp-right {
    	flex-direction: column;
    }

    .pdr-blog-grid-supp-block {
    	max-width: 400px;
    }

    .pdr-blog-grid-supp-left article {
    	margin-top: 0;
    	flex-direction: column;
    }

    .pdr-blog-grid-supp-left .pdr-post-archive-item-image,
    .pdr-post-archive-item-details {
    	width: 100%;
    }

    .pdr-blog-grid-supp-left .pdr-post-archive-item-image img {
    	border-radius: 15px 15px 0 0;
    }

    .pdr-blog-grid-supp-left .pdr-post-archive-item-details {
    	border-radius: 0 0 15px 15px;
    }

    .pdr-as-seen-in-supp {
    	padding: 35px 0;
    }

    .pdr-as-seen-in-supp.pdr-as-seen-in-condensed h2{
        font-size: 30px;
    }

    .pdr-as-seen-in-supp h2 {
    	margin-bottom: 20px;
    }

    .pdr-supp-like-a-prodog .pdr-watermark-top,
    .pdr-supp-vet-approved .pdr-watermark-top,
    .pdr-supp-reviews .pdr-watermark-bottom,
    .pdr-supp-how-it-works .pdr-watermark-bottom {
        display: none;
    }

    .pdr-supp-like-a-prodog-image-image {
    	left: calc(50% - 2020px);
    }

    .pdr-supp-vet-approved-wrap {
    	padding: 35px 20px;
    }

    .pdr-supp-vet-approved-intro-line {
    	font-size: 25px;
    	line-height: 29px;
    	margin-bottom: 25px;
    }

    .pdr-supp-faqs h2,
    .pdr-supp-resources h2 {
    	font-size: 30px;
    }

    .pdr-supp-faqs .pdr-supp-faqs-question-wrap > a {
    	font-size: 16px;
    }

    .pdr-supp-ingredients-items .flickity-button,
    .pdr-supp-reviews-mobile .flickity-button{
        display: none;
    }

    .pdr-supp-ingredients-nav,
    .pdr-supp-reviews-nav{
        display: flex;
    }

    .pdr-product-intro {
    	grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
    }

    .pdr-product-bullets {
    	grid-template-columns: repeat(1, 1fr);
    	grid-row-gap: 0;
    }

    .pdr-product-add-to-basket-form-inner {
    	grid-template-columns: repeat(1, 1fr);
    }

    .woocommerce div.product form.cart .variations.pdr-product-add-to-basket-form-inner {
    	margin-bottom: 0;
    }

    .pdr-product-pricing-block .pdr-product-price{
        display: none;
    }

    .pdr-supp-icons-and-image .pdr-product-section-container {
    	flex-direction: column;
    }

    .pdr-supp-icons-and-image-left-image img {
    	position: static;
    }

    .pdr-product-section h2 {
    	font-size: 30px;
        line-height: 32px;
    }

    .pdr-product-reviews h2,
    .pdr-supp-resources h2,
    .pdr-supp-faqs h2,
    .pdr-supp-feeding-guide h2,
    .pdr-supp-reviews h2,
    .pdr-supp-ingredients h2{
        margin-bottom: 35px;
    }

    .pdr-supp-advanced-dietary-support h2{
        margin-bottom: 5px;
    }

    .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title {
    	font-size: 20px;
    	height: 57px;
        padding: 0 50px 0 50px;
    }

    .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title span {
    	font-size: 20px;
    	width: 30px;
    	height: 30px;
    }

    .pdr-supp-how-it-works .pdr-supp-feeding-guide-accordion-title:after {
    	font-size: 20px;
    	width: 30px;
    	height: 30px;
    	border: 3px solid #008091;
    }

    .pdr-supp-money-back-guarantee-inner {
    	flex-direction: column;
    }

    .pdr-supp-money-back-guarantee-content{
        text-align: center;
        width: 100%;
    }

    .pdr-supp-money-back-guarantee-content h2{
        text-align: center;
    }

    .pdr-supp-money-back-guarantee-image {
        margin-bottom: 20px;
    	margin-right: 0;
    	width: 100%;
    }

    .pdr-supp-reviews h2 span,
    .pdr-supp-ingredients h2 span {
        display: inline-block;
    }

    .pdr-supp-legacy-promise-has-image .pdr-supp-legacy-promise-image,
    .pdr-supp-legacy-promise-has-image .pdr-supp-legacy-promise-content {
    	width: 100%;
    }

    .pdr-supp-feeding-guide-blocks {
    	flex-direction: column;
    	align-items: center;
    }

    .pdr-supp-feeding-guide-block-img {
    	margin-bottom: 10px;
    	width: 100px;
    }

    .pdr-supp-feeding-guide-block:nth-of-type(2),
    .pdr-supp-feeding-guide-block{
        margin: 0 0 30px;
    }

    .pdr-supp-feeding-guide-block:last-of-type{
        margin-bottom: 0;
    }

    .pdr-product-section {
    	padding: 35px 0;
    }

    .pdr-supp-vet-approved{
        padding: 0;
    }

    .pdr-supp-legacy-promise-intro {
    	font-size: 24px;
    	line-height: 30px;
    }

    .pdr-supp-legacy-promise h2 {
    	margin-bottom: 25px;
    }

    .pdr-supp-how-it-works-content-right {
    	padding-top: 30px;
    }

    .pdr-supp-feeding-guide-accordion-title {
        font-size: 16px;
        height: auto;
        justify-content: flex-start;
    	min-height: 55px;
    	padding: 15px 50px 15px 25px;
    }

    .pdr-supp-faqs .pdr-supp-faqs-question-wrap > a {
        font-size: 16px;
        height: auto;
        justify-content: flex-start;
    	min-height: 55px;
    	padding: 15px 50px 15px 25px;
    }

    .pdr-supp-faqs {
    	text-align: left;
    }

    .pdr-supp-advanced-dietary-support-icon-section-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pdr-supp-advanced-dietary-support-icon-section-icon{
        margin: 0 10px 20px;
    }

    .pdr-supp-advanced-dietary-support-bottom-content {
    	padding-top: 0;
    }

    .pdr-supp-advanced-dietary-support-icon-section-icon img {
    	height: auto;
    }

    .pdr-product-reviews .feefowidget-global-container-header .feefowidget-rating-values .feefowidget-rating-average {
    	font-size: 25px;
    	line-height: 30px;
    }

    .pdr-product-reviews .feefowidget-global-container-header .feefowidget-rating-values {
    	height: 80px;
    	width: 80px;
    	padding-top: 23px;
    }

    .pdr-product-reviews .feefowidget-global-container-header .feefowidget-header-information-ratings {
    	margin-bottom: 1.5rem;
    }

    .pdr-product-reviews .feefowidget-header-information-ratings feefowidget-rating-stars {
    	top: 96px;
    }

    .pdr-product-reviews .feefowidget-global-container-header .feefowidget-merchant-header__award-badge {
    	width: 70px;
    }

    .pdr-product-reviews .feefowidget-global-container-header {
        padding-bottom: 34px;
    }

    .pdr-product-reviews feefowidget-merchant-header-rating .feefowidget-merchant-header-popover-wrap {
    	display: flex;
    	padding-right: 0;
    	position: relative;
    	align-content: center;
    	align-items: center;
    	flex-direction: column-reverse;
    }

    .pdr-product-reviews feefowidget-merchant-header .feefowidget-viewport-tablet-mobile.header-collapsed .feefowidget-header-information-ratings-collapsed .feefowidget-down-arrow {
    	display: none;
    }

    .pdr-product-reviews feefowidget-rating-dropdown {
    	margin-bottom: 15px;
    }

    .pdr-product-reviews feefowidget-merchant-header .feefowidget-viewport-tablet-mobile.header-collapsed .feefowidget-header-information-ratings-collapsed feefowidget-rating-stars {
    	margin-bottom: 15px;
    }

}

@media only screen and (max-width: 599px) {

    .pdr-product-section .pdr-supp-like-a-prodog-content h2 {
    	font-size: 30px;
    	line-height: 26px;
    }

    .pdr-supp-resources-row .pdr-post-archive-item{
    	width: 100%;
        margin-right: 0;
    }

    .pdr-supp-advanced-dietary-support-icon-section-icon {
    	width: 100px;
    }

    .pdr-supp-advanced-dietary-support-icon-section-icon-content {
    	font-size: 14px;
    	line-height: 16px;
    }

    .pdr-supp-advanced-dietary-support-icon-section h3 {
    	font-size: 20px;
    	margin-bottom: 25px;
    }

    .pdr-supp-advanced-dietary-support-icon-section-icon {
    	margin: 0 10px 0px;
    }

    .pdr-supp-icons-and-image-right-image {
    	height: 200px;
    }

    .pdr-supp-icons-and-image-icons {
    	width: 100%;
    	max-width: 100%;
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .pdr-supp-icons-and-image-right {
    	padding: 20px 0 0 0;
    }

}

.woocommerce div.product .pdr-product-pricing-block__onetime .pdr-product-attributes-price .price ins {
    height: 100%;
    text-decoration: none;
}

.woocommerce div.product .pdr-product-pricing-block__onetime .pdr-product-attributes-price .price del {
    display: none;
}
