
: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;

    /* raw */
    --prodog-beef: #b18a69;
    --prodog-beef-chicken: #d93540;
    --prodog-beef-lamb: #d93540;
    --prodog-beef-tripe: #007a3d;
    --prodog-chicken: #ef7d00;
    --prodog-chicken-haddock: #ef7d00;
    --prodog-chicken-lamb: #008cca;
    --prodog-chicken-tripe: #019ba5;
    --prodog-duck: #954b98;
    --prodog-goat: #10a7d4;
    --prodog-goose: #88b550;
    --prodog-lamb: #008cca;
    --prodog-pork: #c22870;
    --prodog-rabbit: #85848c;
    --prodog-three-bird: #2bad6f;
    --prodog-turkey: #8ea62e;
    --prodog-turkey-haddock: #ed6da6;
    --prodog-venison: #429a9b;
    --prodog-wild-boar: #d5a01c;

}

.pdr-hidden {
    display: none;
}

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

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

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

.pdr-product-section h2 {
    color: #231f20;
    display: block;
    font-size: 40px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.pdr-product-section h2 span{
    display: block;
}

button.pdr-product-button,
a.pdr-product-button {
	align-items: center;
	background: var(--prodog-bright-green);
	border: 2px solid var(--prodog-bright-green);
	border-radius: 28px;
	color: var(--color-white);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	justify-content: center;
	line-height: 1;
	padding: 15px;
	margin-bottom: 0;
	max-width: 100%;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 278px;
}

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

button.pdr-product-button:hover,
a.pdr-product-button:hover {
	background: var(--prodog-black);
	border: 2px solid var(--prodog-black);
	color: var(--prodog-yellow);
}

/* intro */

.pdr-product-intro{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    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;
}

.pdr-product-intro h1 span{
    color: var(--prodog-black);
    display: block;
}

.pdr-product-tagline{
    display: block;
    color: #fdd700;
    text-transform: uppercase;
}

.pdr-product-tagline {
    border-bottom: 3px solid var(--prodog-black);
	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-product-rating-price {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

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

.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-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 strong{
    font-size: 17px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

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

a.pdr-product-description-read-more{
    color: #707070;
    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 {
    border: 2px solid #C4C4C4;
    margin-top: 12px;
}

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

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

.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;
}

.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;
    font-size: 14px;
}

.pdr-product-bullets ul li a {
    color: #6D6D6D;
    text-decoration: underline !important;
}

.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-pricing-block .pdr-product-attributes,
.pdr-product-pricing-block .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;
    max-width: 175px;
    width: 50%;
}

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

/* Hide the "was" price */
.pdr-product-attributes-price del {
	display: none !important;
}

/* Optionally remove its screen reader text too */
.pdr-product-attributes-price .screen-reader-text:first-of-type {
	display: none !important;
}

/* Make sure the "now" price displays normally */
.pdr-product-attributes-price ins {
	display: inline !important;
	text-decoration: none;
	color: inherit;
}

.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-pricing-block .pdr-product-attributes-selector{
    background: #E5E5E5;
    border-radius: 0 28px 28px 0;
    padding: 0;
    width: 60%;
}

.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{
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-size: 16px;
	-webkit-background-size: 16px;
	background-position: calc(100% - 12px) 50%;
	-webkit-background-position: calc(100% - 12px) 50%;
    border: none;
    border-radius: 0 20px 20px 0;
    font-weight: 700;
	height: 100%;
    margin: 0;
    width: 100%;
}

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

.woocommerce.single .pdr-product-pricing-block .pdr-product-attributes-selector .c-product__cart-price span.amount,
.woocommerce.single .pdr-product-pricing-block .pdr-product-attributes-selector .c-product__cart-price span.amount bdi,
.pdr-product-pricing-block .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;
    padding: 5px;
}

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

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

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

.pdr-product-gallery-image-video{
    background: #231f20;
}

/* reviews */

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

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

/* yellow icons section */

.pdr-broth-icons {
    background: var(--prodog-yellow);
    padding: 70px 0;
}

.pdr-broth-icons-icons{
    display:grid;
    grid-template-columns:repeat(4,165px);
    justify-content:center;
    align-items:center;
    gap:40px;
}

.pdr-broth-icons-icon{
    width:165px;
    aspect-ratio:1 / 1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pdr-broth-icons-icon img {
	display: block;
	width: 100%;
	height: auto;
}

/* info */

.pdr-broth-info {
    padding: 15px 0;
}

.pdr-broth-info-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pdr-broth-info-row-1 {
    width: 50%;
}

.pdr-broth-info-row-2 {
    width: 50%;
    position: relative;
}

.pdr-broth-info-row-2-image {
    width: 1400px;
}

.pdr-broth-info-row-1-content h2 {
    text-transform: none;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 35px;
}

.pdr-broth-info-row-1-content p,
.pdr-broth-info-row-1-content li {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.pdr-broth-info-row-1-content ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
}

.pdr-broth-info-row-1-content li {
	margin-bottom: 15px;
	position: relative;
}

.pdr-broth-info-row-1-content li:before {
	content: "\f058";
	font-family: "Font Awesome 6 Sharp";
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 30px;
	flex-shrink: 0;
	color: var(--prodog-black);
    position: absolute;
    left: -50px;
}

.pdr-broth-info-row-1-content li strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-broth-info-row-2-ingredients {
    background: var(--prodog-yellow);
    border-radius: 20px;
    padding: 35px 30px 25px;
}

.pdr-broth-info-row-2-ingredients strong{
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-broth-info-bottom-image {
    margin: 0 auto;
    max-width: 100%;
    width: 925px;
}

/* valuable */

.pdr-broth-valuable {
    background: var(--prodog-black);
    padding: 45px 0 75px;
}

.pdr-broth-valuable h2 {
    color: var(--color-white);
	text-align: center;
    text-transform: none;
    margin-bottom: 55px;
}

.pdr-broth-valuable-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pdr-broth-valuable-inner-left {
    width: 50%;
    position: relative;
}

.pdr-broth-valuable-inner-left-img {
    width: 950px;
    position: absolute;
    right: 80px;
}

.pdr-broth-valuable-inner-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.pdr-broth-valuable-blocks {
    width: 575px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	align-items: stretch;
	margin-bottom: 35px;
}

.pdr-broth-valuable-block {
	background: var(--prodog-yellow);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 10px;
}

.pdr-broth-valuable-block img {
	width: 70px;
	height: auto;
    margin-bottom: 15px;
}

.pdr-broth-valuable-block p {
	color: var(--prodog-black);
	font-size: 22px;
	line-height: 25px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	margin-bottom: 0;
	text-align: center;
}

/* nutrition */

.pdr-broth-nutrition {
    padding: 45px 20px 100px;
}

.pdr-broth-nutrition-intro h2 {
	text-align: center;
    text-transform: none;
    margin-bottom: 50px;
}

.pdr-broth-storage-content,
.pdr-broth-nutrition-content {
    margin: 0 auto 70px;
    max-width: 100%;
    text-align: center;
    width: 770px;
}

.pdr-broth-storage-content p,
.pdr-broth-nutrition-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.pdr-broth-storage-content a,
.pdr-broth-nutrition-content a {
    text-decoration: underline !important;
}

.pdr-broth-ingredients-feeding-guide{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.pdr-broth-ingredients-wrap,
.pdr-broth-feeding-guide-wrap {
    background: var(--prodog-yellow);
    border-radius: 20px;
    padding: 35px 30px 50px;
    width: 50%;
}

.pdr-broth-ingredients-wrap h3,
.pdr-broth-feeding-guide-wrap h3 {
    color: var(--prodog-black);
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
    margin-bottom: 40px;
}

.pdr-broth-ingredients-content p,
.pdr-broth-feeding-guide-content p {
    color: var(--prodog-black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.pdr-broth-feeding-guide-wrap {
    background: var(--prodog-black);
}

.pdr-broth-feeding-guide-wrap h3 {
    color: var(--prodog-yellow);
}

.pdr-broth-feeding-guide-content p {
    color: var(--prodog-yellow);
}

.pdr-broth-ingredients-content strong,
.pdr-broth-feeding-guide-content strong {
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-broth-storage h3 {
	text-align: center;
    text-transform: none;
    margin-bottom: 50px;
}

.pdr-broth-storage-blocks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 60px;
}

.pdr-broth-storage-block {
    background: var(--prodog-yellow);
    border-radius: 50%;
    aspect-ratio: 1 / 1; /* ✅ ensures perfect circle */
    width: 100%;         /* fills its grid cell */
    max-width: 280px;    /* optional: cap size if container is large */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    min-width: 0;
    padding: 55px 25px 40px 25px;  /* inner padding */
}

.pdr-broth-storage-block img {
    height: 80px;
    width: auto;
}

.pdr-broth-storage-block p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 0;
    width: 185px;
}

/* expert advice */

.pdr-broth-advice {
    background: var(--prodog-yellow);
    padding: 45px 0 0;
}

.pdr-broth-advice h2 {
	text-align: center;
    text-transform: none;
    margin-bottom: 15px;
}

.pdr-broth-advice-intro-content {
    width: 575px;
    max-width: 100%;
    margin: 0 auto;
}

.pdr-broth-advice-intro-content p {
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.pdr-broth-advice-inner {
    display: flex;
    justify-content: space-between;
}

.pdr-broth-advice .pdr-container{
    position: relative;
}

.pdr-broth-advice-inner-left{
    position: absolute;
    left: -300px;
    bottom: 0;
}

.pdr-broth-advice-inner-left img {
    width: 415px;
}

.pdr-broth-advice-inner-right {
    max-width: 100%;
    margin: 0 auto;
    width: 900px;
    padding-top: 25px;
    padding-bottom: 75px;
}

.pdr-broth-advice-blocks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    align-items: stretch;
    margin-bottom: 35px;
}

.pdr-broth-advice-block {
    background: var(--prodog-black);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
}

.pdr-broth-advice-block img {
    width: 70px;
    height: auto;
}

.pdr-broth-advice-button a.pdr-button {
    width: 375px;
    height: 75px;
}

.pdr-broth-advice-block p {
    color: var(--prodog-yellow);
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 0;
    text-align: center;
}

/* subscribe & save */

.pdr-broth-subscribe-and-save {
    background: var(--prodog-black);
    padding: 55px 20px 75px;
}

.pdr-broth-subscribe-and-save-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.pdr-broth-subscribe-and-save-image img {
    width: 465px;
    max-width: 100%;
}

.pdr-broth-subscribe-and-save-image-content {
    width: calc(100% - 495px);
    max-width: 100%;
}

.pdr-broth-subscribe-and-save h2 {
	color: var(--color-white);
	text-align: center;
    text-transform: none;
    margin-bottom: 50px;
}

.pdr-broth-subscribe-and-save-reasons {
    list-style: none;
    margin: 0 0 40px 0;
}

.pdr-broth-subscribe-and-save-reasons li {
    background: var(--prodog-yellow);
    border-radius: 30px;
    padding: 20px 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 10px;
}

.pdr-broth-subscribe-and-save-button a.pdr-button:hover {
    background: var(--prodog-yellow) !important;
    color: var(--prodog-black) !important;
}

/* more broths */

.pdr-broth-more-broths {
    padding: 45px 0;
}

.pdr-broth-more-broths h2 {
    font-size: 30px;
    line-height: 40px;
	text-align: center;
    text-transform: none;
    margin-bottom: 50px;
}


/**
* SINGLE-PRODUCT-DELIVERY-INFO
**/
.c-single-product-delivery-info {
  transition: all .4s ease-in-out;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10002; }
  .single-product-delivery-info--is-active .c-single-product-delivery-info {
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: initial;
    opacity: 1; }
  .c-single-product-delivery-info li {
    list-style-type: none; }
  .c-single-product-delivery-info__inner {
    background-color: #ffffff;
    padding: 0 2rem;
    box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.15);
    position: relative;
    max-width: 37.5rem;
    width: 90%; }
    @media only screen and (min-width: 64em) {
      .c-single-product-delivery-info__inner {
        padding: 0 3rem; } }
  .c-single-product-delivery-info__content {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    padding: 2.5rem 0; }
    @media only screen and (min-width: 64em) {
      .c-single-product-delivery-info__content {
        padding: 30px 0 40px 0; } }
  .c-single-product-delivery-info .c-text__heading {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
    font-weight: 900;
    font-family: Gotham, sans-serif;
    margin: 0 0 0.875rem; }
    @media only screen and (min-width: 64em) {
      .c-single-product-delivery-info .c-text__heading {
        font-size: 1.75rem;
        line-height: 2.1875rem; } }
  .c-single-product-delivery-info__table {
    margin: 0.9375rem 0 0; }
    @media only screen and (min-width: 64em) {
      .c-single-product-delivery-info__table {
        margin: 0; } }
    .c-single-product-delivery-info__table > .row {
      border-left: 0.125rem solid #231F20;
      border-right: 0.125rem solid #231F20;
      margin-left: 0.9375rem !important;
      margin-right: 0.9375rem !important; }
    .c-single-product-delivery-info__table .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      border-bottom: 0.125rem solid #231F20; }
      .c-single-product-delivery-info__table .row:nth-of-type(1) {
        background-color: var(--prodog-black);
        color: var(--color-white);
        border-top: 0.125rem solid #231F20; }
      .c-single-product-delivery-info__table .row > .column {
        padding-left: 0;
        padding-right: 0; }
        .c-single-product-delivery-info__table .row > .column:nth-of-type(1) {
          border-right: 0.125rem solid #231F20; }
      .c-single-product-delivery-info__table .row .column.small-12 {
        border-right: 0;
        font-weight: 700;
        background-color: var(--prodog-yellow); }
    .c-single-product-delivery-info__table-heading, .c-single-product-delivery-info__table-item {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0.5rem; }
    .c-single-product-delivery-info__table-heading {
      font-size: 1.125rem;
      line-height: 1.4375rem;
      font-weight: 900;
      font-family: Gotham, sans-serif;
      font-size: 0.875rem;
      line-height: 1.25rem; }
      @media only screen and (min-width: 64em) {
        .c-single-product-delivery-info__table-heading {
          font-size: 1.5rem;
          line-height: 1.6875rem; } }
      @media only screen and (min-width: 64em) {
        .c-single-product-delivery-info__table-heading {
          font-size: 1.125rem; } }
    .c-single-product-delivery-info__table-item span {
      padding-right: 0.75rem;
      font-weight: bold; }

      /**
      * BUTTON-SINGLE-PRODUCT-DELIVERY-INFO
      **/
      .c-button-single-product-delivery-info {
        display: inline-block;
        cursor: pointer;
        transition-property: opacity;
        transition-duration: .4s;
        transition-timing-function: ease-in-out;
        position: absolute;
        right: 1rem;
        top: 1rem;
        z-index: 10; }
        .c-button-single-product-delivery-info:active, .c-button-single-product-delivery-info:focus {
          outline: none; }
        .c-button-single-product-delivery-info__box {
          width: 1.875rem;
          height: 1.5rem; }
        .c-button-single-product-delivery-info__inner {
          display: block;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transform: rotate(225deg);
                  transform: rotate(225deg);
          transition-delay: 0.14s;
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
          .c-button-single-product-delivery-info__inner, .c-button-single-product-delivery-info__inner:after {
            width: 100%;
            height: 0.1875rem;
            border-radius: 0.1875rem;
            background-color: #000000;
            position: absolute;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            transition-duration: 0.15s;
            transition-timing-function: ease; }
          .c-button-single-product-delivery-info__inner:after {
            content: "";
            display: block;
            bottom: 0;
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* responsive */

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

    .pdr-broth-advice-inner-right {
    	width: 750px;
    }

    .pdr-broth-advice-inner-left {
    	left: -150px;
    }

    .pdr-broth-advice-inner-left img {
    	width: 380px;
    }

}

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

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

}

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

    .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-broth-advice-inner-right {
    	width: 600px;
    }

    .pdr-broth-advice-inner-left {
    	left: -120px;
    }

    .pdr-broth-advice-inner-left img {
    	width: 350px;
    }

    .pdr-broth-advice-block p {
    	font-size: 18px;
    	line-height: 22px;
    }

    .pdr-broth-storage-block img {
    	height: 60px;
    }

}

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

    .pdr-broth-feeding-guide-blocks {
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* 50% each */
    }

    .pdr-broth-storage-block p {
    	font-size: 18px;
    	line-height: 21px;
    }

    .pdr-broth-subscribe-and-save-image img {
        width: 400px;
    }

    .pdr-broth-subscribe-and-save-image-content {
        width: calc(100% - 435px);
    }

}

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

    body {
        padding-top: 90px;
    }

    .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:last-of-type{
        margin-bottom: 35px;
    }

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

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

    .pdr-broth-storage-block {
        justify-content: center;
    	padding: 40px 25px;
    }

    .pdr-broth-advice-block p {
    	font-size: 18px;
    	line-height: 23px;
    }

    .pdr-broth-advice-button a.pdr-button {
    	width: 330px;
    	height: 50px;
    }

    .pdr-broth-advice-inner-right {
    	width: 530px;
    }

    .pdr-broth-advice-block p {
    	font-size: 16px;
    	line-height: 20px;
    }

    .pdr-broth-advice-block {
    	padding: 20px 10px;
    }

    .pdr-broth-advice-inner-left {
    	left: -100px;
    }

    .pdr-broth-advice-inner-left img {
    	width: 300px;
    }

    .pdr-broth-info {
        padding: 45px 0;
    }

    .pdr-broth-info-inner {
        flex-direction: column;
    }

    .pdr-broth-info-row-1,
    .pdr-broth-info-row-2 {
        width: 100%;
    }

    .pdr-broth-info-row-2-image {
    	width: 100%;
    }

    .pdr-broth-valuable-inner-left-img {
        right: 40px;
    }

    .pdr-broth-storage-block img {
    	height: 45px;
    }

}

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

    .pdr-broth-subscribe-and-save-image img {
        width: 300px;
    }

    .pdr-broth-subscribe-and-save-image-content {
        width: calc(100% - 335px);
    }

    .pdr-broth-advice-inner-left {
        position: static;
        text-align: center;
    }

    .pdr-broth-advice-inner-right {
    	width: 100%;
    }

    .pdr-broth-valuable-inner {
        flex-direction: column-reverse;
    }

    .pdr-broth-valuable-inner-left,
    .pdr-broth-valuable-inner-right {
        width: 100%;
    }

    .pdr-broth-valuable-inner-left-img {
        position: static;
        width: 100%;
    }

    .pdr-broth-valuable-inner-right {
    	justify-content: center;
    }

    .pdr-broth-valuable-inner-left-img {
        width: 450px;
        margin: 0 auto;
        max-width: 100%;
    }

    .pdr-broth-info-row-2-image {
        width: 550px;
        margin: 0 auto;
        max-width: 100%;
    }

    .pdr-broth-storage-blocks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 500px;
        margin: 0 auto 60px;
    }

    .pdr-broth-storage-block {
    	max-width: 100%;
    }

}

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

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

    .pdr-broth-icons-icons{
        grid-template-columns:repeat(4,110px); /* fixed tracks (no 1fr) */
        gap:25px;
    }

    .pdr-broth-icons-icon {
        width: 110px;
    }

    .pdr-broth-info-row-1,
    .pdr-broth-info-row-2 {
        flex-direction: column;
    }

    .pdr-broth-info-row-1-image,
    .pdr-broth-info-row-1-content,
    .pdr-broth-info-row-2-content,
    .pdr-broth-info-row-2-ingredients {
        width: 100%;
    }

    .pdr-broth-info-row-1-image {
        margin: 0 auto;
        max-width: 100%;
        width: 500px;
    }

    .pdr-broth-storage-blocks {
    	gap: 15px;
    }

    .pdr-broth-storage-block p {
    	font-size: 18px;
    	line-height: 22px;
        width: 90%;
    }

}

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

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

    .pdr-product-section h2 span {
    	font-size: 30px;
    }

    .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-section {
    	padding: 35px 0;
    }

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

    .pdr-broth-feeding-guide h2 {
    	margin-bottom: 30px;
    }

    .pdr-broth-feeding-guide-block p {
    	font-size: 20px;
    	line-height: 24px;
    }

    .pdr-broth-storage-block {
    	padding: 15px 25px;
    }

    .pdr-broth-storage-block p {
    	font-size: 16px;
    	line-height: 18px;
    }

    .pdr-broth-storage h3,
    .pdr-broth-nutrition-intro h2,
    .pdr-broth-valuable h2,
    .pdr-product-reviews h2,
    .pdr-broth-subscribe-and-save h2,
    .pdr-broth-storage h2 {
    	margin-bottom: 30px;
    }

    .pdr-broth-advice-inner {
        flex-direction: column-reverse;
    }

    .pdr-broth-advice-inner-right {
        width: 100%;
    }

    .pdr-broth-advice {
    	padding: 35px 0 0;
    }

    .pdr-broth-subscribe-and-save-inner {
        flex-direction: column-reverse;
    }

    .pdr-broth-subscribe-and-save-image {
        width: 300px;
    }

    .pdr-broth-subscribe-and-save-image-content {
    	width: 450px;
    }

    .pdr-product-reviews {
    	padding-top: 35px;
        padding-bottom: 0;
    }

    .pdr-broth-more-broths h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .pdr-broth-storage-blocks,
    .pdr-broth-storage-content,
    .pdr-broth-nutrition-content {
    	margin-bottom: 40px;
    }

    .pdr-broth-ingredients-feeding-guide {
        flex-direction: column;
    }

    .pdr-broth-ingredients-wrap,
    .pdr-broth-feeding-guide-wrap {
        width: 100%;
    }

    .pdr-broth-ingredients-wrap h3, .pdr-broth-feeding-guide-wrap h3 {
    	font-size: 24px;
    	line-height: 30px;
    	margin-bottom: 20px;
    }

}

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

    .pdr-broth-icons-icons{
        grid-template-columns:repeat(2,110px);
        gap:20px;
    }

    .pdr-broth-info-row-1-content h2,
    .pdr-broth-info-row-2-content h2,
    .pdr-broth-info-row-2-ingredients h2,
    .pdr-broth-info-row-2-content h3,
    .pdr-broth-info-row-2-ingredients h3 {
    	font-size: 24px;
    	line-height: 30px;
    	margin-bottom: 15px;
    }

    .pdr-broth-info-row-1-content h2 {
        margin-bottom: 30px;
    }

    .pdr-broth-feeding-guide-blocks {
        grid-template-columns: repeat(1, minmax(0, 1fr)); /* 50% each */
    }

    .pdr-broth-storage-blocks {
    	grid-template-columns: repeat(1, minmax(0, 1fr));
    	gap: 25px;
        justify-items: center;
    }

    .pdr-broth-storage-block {
    	max-width: 250px;
    }

    .pdr-broth-storage-block {
    	padding: 15px 25px;
    }

    .pdr-broth-storage-block p {
    	font-size: 22px;
    	line-height: 26px;
    }

    .pdr-broth-advice-block {
    	padding: 15px 10px;
    }

    .pdr-broth-valuable-block p,
    .pdr-broth-advice-block p {
        font-size: 18px;
        line-height: 22px;
    }

    .pdr-broth-advice-block img {
    	width: 50px;
    }

    .pdr-broth-subscribe-and-save-reasons li {
    	padding: 15px 25px;
    	font-size: 18px;
    	line-height: 22px;
    }

    .pdr-broth-subscribe-and-save-image {
        width: 200px;
    }

    .pdr-broth-advice-inner-right {
    	max-width: 300px;
        padding: 0 0 30px;
    }

    .pdr-broth-valuable-blocks,
    .pdr-broth-advice-blocks {
    	grid-template-columns: repeat(1, minmax(0, 1fr));
        width: 100%;
        justify-items: center;
    }

    .pdr-broth-valuable-block {
        max-width: 300px;
    }

    .pdr-broth-ingredients-wrap,
    .pdr-broth-feeding-guide-wrap {
    	padding: 25px 20px 20px;
    }

}
