
/* 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;

    /* 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: 0;
}

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

.thwepo-extra-options {
    width: 100%;
}

table.thwepo-extra-options td,
.thwepo-extra-options .sample_allergy_wrapper td {
    padding: 0 !important
}

.checkbox_allergies,
.sample_allergy.label-tag{
    font-family: "Gotham", sans-serif;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
}

.thwepo-extra-options tbody {
    border: none;
}

.sample_allergy_wrapper td {
    background: none;
    border-radius: 20px;
}



/* start hidden by default */
.sample_allergy_wrapper {
    background: none !important;
    display: none;
}

.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: 18px;
    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;
}

.sample_allergy input {
    margin-bottom: 0;
}

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

.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: 1fr 1fr;
	grid-template-areas:
		"sample price"
		"button button";
	gap: 15px 12px;
	align-items: center;
}

.pdr-product-attributes:not(.pdr-product-attributes-price) {
	grid-area: sample;
	width: 100%;
}

.pdr-product-attributes-price {
	grid-area: price;
	width: 100%;
	justify-self: end; /* aligns right */
}

.pdr-product-button-wrap {
	grid-area: button;
	width: 100%;
}

.pdr-product-add-to-basket-form-inner > * {
	min-width: 0;
	box-sizing: border-box;
}

/* Optional: tidy spacing if the old quantity div still exists */
.pdr-product-qty {
	display: none !important;
}

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

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

.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: 40%;
}

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

/* product-accordion */

.pdr-product-sample-pack-recommended-product,
.pdr-product-sample-packs-info .pdr-product-sample-pack-info{
    list-style: none;
    padding: 0;
    margin: 15px auto 0 auto;
    width: 965px;
    max-width: 100%;
}

.pdr-product-sample-pack-recommended-product:first-of-type,
.pdr-product-sample-packs-info .pdr-product-sample-pack-info:first-of-type{
    margin-top: 0;
}

.pdr-product-sample-pack-recommended-product,
.pdr-product-sample-pack-info {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
}

.pdr-product-sample-pack-recommended-product:last-of-type {
    margin-bottom: 0;
}

.pdr-product-sample-packs-info .pdr-product-section-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.pdr-product-sample-pack-info:last-of-type {
    margin-bottom: 0;
}

.pdr-product-sample-pack-recommended-product a.pdr-product-sample-pack-recommended-product-title:after,
.pdr-product-sample-pack-info > a:after{
    content: '+';
    font-family: "Gotham", sans-serif;
    font-weight: 900;
    font-size: 27px;
    background: var(--prodog-black);
    color: var(--color-white);
    width: 36px;
    height: 36px;
    border: 3px solid var(--prodog-black);
    position: absolute;
    border-radius: 36px;
    top: 9px;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdr-product-sample-pack-recommended-product a.pdr-product-sample-pack-recommended-product-title.open:after,
.pdr-product-sample-pack-info > a.open:after{
    content: '-';
}

.pdr-product-sample-pack-recommended-product a.pdr-product-sample-pack-recommended-product-title,
.pdr-product-sample-pack-info > a{
    border-radius: 30px;
    background: var(--prodog-yellow);
    display: block;
    width: 100%;
    color: var(--prodog-black);
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    height: 55px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 50px 0 35px;
}

.pdr-product-sample-pack-recommended-product a.pdr-product-sample-pack-recommended-product-title.open,
.pdr-product-sample-pack-recommended-product a.pdr-product-sample-pack-recommended-product-title:hover,
.pdr-product-sample-pack-info > a.open,
.pdr-product-sample-pack-info > a:hover{
    background: var(--prodog-bright-green);
    color: var(--color-white);
}

.pdr-product-sample-pack-recommended-product-wrap,
.pdr-product-sample-pack-info-wrap {
	border-radius: 30px;
	background: #fff;
    display: none;
    font-size: 16px;
    margin-top: 10px;
    padding: 30px 30px 10px;
    text-align: left;
}

.pdr-product-sample-pack-recommended-product-wrap h2,
.pdr-product-sample-pack-info-wrap h2{
    font-size: 24px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-product-sample-pack-recommended-product-wrap h3,
.pdr-product-sample-pack-info-wrap h3{
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 20px;
}

.pdr-product-sample-pack-recommended-product-wrap a,
.pdr-product-sample-pack-info-wrap a{
    color: var(--prodog-black);
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    border-bottom: 1px solid var(--prodog-black);
}

.pdr-product-sample-pack-recommended-product-wrap.open,
.pdr-product-sample-pack-info-wrap.open {
    display: flex !important;
    justify-content: space-between;
}

.pdr-product-sample-pack-info-image img {
    max-width: 100%;
    width: 400px;
}

.pdr-product-sample-pack-info-content {
    max-width: 100%;
    width: calc(100% - 430px);
}

.pdr-product-sample-pack-recommended-product-content h3,
.pdr-product-sample-pack-info-content h3 {
	color: var(--prodog-black);
	font-family: "Gotham", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 25px;
	margin-bottom: 9px;
}

.pdr-product-sample-pack-recommended-product-content p,
.pdr-product-sample-pack-info-content p {
	color: var(--prodog-black);
	font-weight: 500;
	line-height: 22px;
}

.pdr-product-sample-pack-recommended-products {
    border: 1px solid var(--prodog-yellow);
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    margin: 90px auto 0 auto;
    padding: 30px 40px 30px 30px;
    width: 965px;
    max-width: 100%;
}

.pdr-product-sample-pack-recommended-products-left {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(100% - 425px);
}

.pdr-product-sample-pack-recommended-products-left img {
    position: absolute;
    right: 0;
    top: -65px;
    width: 260px;
}

.pdr-product-sample-pack-recommended-products-left-titles {
    margin-right: 20px;
    width: 190px;
}

.pdr-product-sample-pack-recommended-products-title {
	font-family: "Gotham", sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 20px;
	margin-bottom: 9px;
    text-transform: uppercase;
}

.pdr-product-sample-pack-recommended-products-title span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
}

.pdr-product-sample-pack-recommended-products-subtitle {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.pdr-product-sample-pack-recommended-products-right {
    width: 375px;
}

/* product-sample-pack-wte */

.pdr-product-sample-pack-wte {
    padding: 55px 0 20px;
}

.pdr-product-sample-pack-wte-section-1,
.pdr-product-sample-pack-wte-section-2 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.pdr-product-sample-pack-wte h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: 900;
	font-family: "Gotham", sans-serif;
}

.pdr-product-sample-pack-wte-section-1-image,
.pdr-product-sample-pack-wte-section-content {
    width: 50%;
}

.pdr-product-sample-pack-wte-section-content-subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 900;
	font-family: "Gotham", sans-serif;
}

.pdr-product-sample-pack-wte-section-content-content {
    margin-bottom: 35px;
}

.pdr-product-sample-pack-wte-section-content-content p,
.pdr-product-sample-pack-wte-section-content-content li {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.pdr-grey-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
}

.pdr-product-sample-pack-wte-section-table-2 {
    margin-bottom: 50px;
}

.pdr-product-sample-pack-wte-section-table-delivery,
.pdr-grey-columns__item {
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
	font-family: "Gotham", sans-serif;
    justify-content: center;
    background: #e7e7e7;
    padding: 12px 10px;
    text-align: center;
}

.pdr-product-sample-pack-wte-section-table-delivery {
    background: var(--prodog-yellow);
    margin-top: 3px;
}

.pdr-product-sample-pack-wte-section-table-delivery p {
    margin-bottom: 0;
}

.pdr-product-sample-pack-wte-section-table-delivery a {
    color: var(--prodog-black);
    border-bottom: 2px solid var(--prodog-black);
}

.pdr-grey-columns__item--full {
    grid-column: 1 / -1;
}

.pdr-product-sample-pack-wte-section-table-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
	font-family: "Gotham", sans-serif;
    justify-content: center;
    padding: 17px 15px;
    text-align: center;
    border-bottom: 2px solid #707070;
    margin-bottom: 9px;
}

.pdr-product-sample-pack-wte-section-table-footer {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.pdr-product-sample-pack-wte-section-2-image {
    width: 50%;
    height: 615px;
}

.pdr-product-sample-pack-wte-section-2-image-inner {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	height: 100%;
}

.pdr-product-upsell-block {
    align-items: center;
    background: #E5E5E5;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    margin: 60px 0 20px;
}

.pdr-product-upsell-block p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
	font-family: "Gotham", sans-serif;
    margin-bottom: 0;
    width: calc(100% - 250px);
}

.pdr-product-upsell-block a.pdr-button {
    font-size: 15px;
    text-transform: uppercase;
    height: 35px;
    width: 120px;
    padding: 0;
    margin: 0 0 0 10px;
}

.pdr-product-upsell-block-image {
    position: relative;
    width: 105px;
    top: -50px;
    left: 10px;
    margin-right: 30px;
}

.pdr-product-upsell-block-image img {
    position: absolute;
}

.pdr-product-upsell-popup-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 500;
}

.pdr-product-upsell-popup {
    align-items: center;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.pdr-product-upsell-popup-inner{
    background: #fff;
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    overflow-y: scroll;
    padding: 40px 30px 50px;
    position: relative;
    width: 800px;
}

.pdr-product-upsell-popup-title{
    color: var(--prodog-black);
    font-size: 25px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    line-height: 35px;
    margin: 0 auto 45px;
    text-align: center;
    width: 570px;
    text-transform: uppercase;
    max-width: 100%;
}

.pdr-product-upsell-popup-title span {
    display: inline;
    font-size: 30px;
    background: var(--prodog-yellow);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 6px;
}

.pdr-product-upsell-popup-close{
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
}

.pdr-product-upsell-popup-items {
    margin: 0 auto;
    max-width: 100%;
    width: 300px
}

.pdr-product-upsell-popup-item{
    max-width: 100%;
    width: 300px;
}

.pdr-product-upsell-popup-item h3 {
    color: var(--prodog-black);
    display: block;
    font-size: 30px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    line-height: 34px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.pdr-product-upsell-popup-item-subtitle {
    color: var(--prodog-black);
    display: block;
    font-size: 20px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
}

p.pdr-product-upsell-popup-content {
    color: #231f20;
    font-size: 14px;
	font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.pdr-product-upsell-popup-continue {
    margin-bottom: 10px;
    width: 240px;
}

.pdr-product-upsell-popup-continue.loading {
    cursor: not-allowed;
    pointer-events: none;
    background: #231f20 !important;
    color: #fff !important;
    position: relative;
}
.pdr-product-upsell-popup-continue.loading::after{
    /* Probably needs to be updated to a different image but I couldn't find a nice loading icon */
    background-image: url("../../assets/svg/pdr-watermark-white.svg");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: right center;
    content: "";
    position: absolute;
    top: 9px;
    right: 13px;
    width: 32px;
    height: 32px;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

a.pdr-product-upsell-popup-item-view {
    color: var(--prodog-black);
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline !important;
    text-align: center;
}

a.pdr-product-upsell-popup-item-view:hover{
    color: var(--prodog-black);
}

.pdr-product-upsell-thumb { display:block; width:100%; height:auto; }
.pdr-product-upsell-thumb-link { display:block; margin:0 auto 12px; max-width:175px; }
.pdr-product-upsell-popup-item-body h3 { margin-top:0; }

.pdr-product-upsell-popup-item-body .pdr-button {
    margin-bottom: 5px;
}

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

.pdr-product-upsell-popup-rating-price .price{
    font-size: 18px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
    line-height: 24px;
}

.pdr-product-upsell-popup .flickity-prev-next-button.previous {
	left: -100px;
}

.pdr-product-upsell-popup .flickity-prev-next-button.next {
	right: -100px;
}

/* Stack on mobile */
@media (max-width: 767px) {
    .pdr-grey-columns { grid-template-columns: 1fr; }
    .pdr-grey-columns__item--full { grid-column: auto; }
}

/* reviews */

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

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

/* sample pack cta */

.pdr-sample-pack {
	background: url('../img/sample-pack-cta-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
    padding: 0;
}

.pdr-sample-pack-wrap{
    max-width: 100%;
    padding: 170px 0 130px;
    width: 530px;
}

.pdr-sample-pack h2 {
    color: var(--prodog-yellow);
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 15px;
}

.pdr-sample-pack h2 span {
    color: var(--color-white);
    display: block;
    font-size: 35px;
    line-height: 40px;
}

.pdr-sample-pack p.pdr-sample-pack-subtitle{
    color: var(--color-white);
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
}

.pdr-sample-pack-content p {
    color: var(--color-white);
    font-size: 22px;
    line-height: 30px;
}

.pdr-sample-pack-content p:last-of-type {
    margin-bottom: 0;
}

.pdr-sample-pack-content {
    margin-bottom: 50px;
}

.pdr-sample-pack .pdr-product-section-container{
    display: flex;
    justify-content: flex-end;
    position: relative;
    min-height: 650px;
}

.pdr-sample-pack a.pdr-button-alternative:hover {
	background: #FDD700;
	color: #231f20;
}

/* sample-pack-tabbed-navigation */

.pdr-sample-pack-tabbed-navigation {
    background: var(--prodog-yellow);
    padding: 65px 35px;
}

.pdr-sample-pack-tabbed-navigation .pdr-product-section-container {
    max-width: 100%;
    width: 1225px;
}

.pdr-sample-pack-tabbed-navigation-items {
	display: grid;
	grid-template-columns: repeat(3, calc((100% - 52px) / 3));
	gap: 27px;
}

.pdr-sample-pack-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%;
    text-align: center;
}

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

/* Sticky style when active */
.pdr-sample-pack-tabbed-navigation.sticky-visible {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 199;
	background: var(--prodog-yellow);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	transform: translateY(0);
    padding: 20px 35px;
}

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

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

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

/* product-sample-packs-info */

.pdr-product-sample-packs-info{
    background: var(--prodog-black);
    color: var(--color-white);
    padding: 45px 0 150px;
}

.pdr-product-sample-packs-info h2 {
    color: var(--color-white);
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 45px;
    text-transform: none;
}

/* responsive */

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

    .pdr-sample-pack-tabbed-navigation-items .pdr-button {
    	font-size: 22px;
    	height: 90px;
    }

    .pdr-sample-pack-tabbed-navigation {
    	padding: 35px;
    }

}


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

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

    .pdr-sample-pack {
    	background-position: -300px center;
    }

}

@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-product-icons-and-image-left-image img {
    	left: -120px;
    }

}

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

    .pdr-sample-pack {
        background-position: -400px center;
    }

    .pdr-product-sample-pack-recommended-products-left-titles {
    	width: 160px;
    }

    .pdr-product-sample-pack-recommended-products-left img {
    	top: -25px;
    	width: 190px;
    }

    .pdr-product-add-to-basket-form-inner {
    	display: flex;
        flex-direction: column;
    	gap: 15px 12px;
    	align-items: center;
    }

    .pdr-product-attributes span.pdr-product-attributes-title, .pdr-product-qty span {
    	max-width: 100%;
    }

}

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

    .pdr-sample-pack-tabbed-navigation-items .pdr-button,
    .pdr-sample-pack-tabbed-navigation.sticky-visible .pdr-button {
    	font-size: 18px;
    	height: 60px;
    }

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

    .pdr-product-sample-pack-recommended-products-left img {
        display: none;
    }

    .pdr-product-sample-pack-recommended-products-left-titles {
    	width: 190px;
    }

    .pdr-product-sample-pack-recommended-products-right {
    	width: calc(100% - 210px);
    }

    .pdr-product-sample-pack-recommended-products {
    	margin-top: 40px;
    }

    .pdr-product-sample-pack-info-image img {
    	width: 300px;
    }

    .pdr-product-sample-pack-info-content {
    	width: calc(100% - 330px);
    }

    .pdr-product-sample-packs-info {
    	padding: 45px 0;
    }

    .pdr-sample-pack .pdr-product-section-container {
    	background: rgba(0,0,0,0.4);
    	justify-content: center;
    }

    body {
        padding-top: 90px;
    }

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

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

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

    .pdr-product-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: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-icons-and-image-icons {
    	grid-column-gap: 20px;
    	grid-row-gap: 25px;
    }

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

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

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

}

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

    .pdr-product-accordion .pdr-product-accordion-title-wrap > a {
    	justify-content: flex-start;
    }

    .pdr-product-accordion-title{
        text-align: left;
    }

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

}

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

    .pdr-product-sample-pack-wte-section-1, .pdr-product-sample-pack-wte-section-2 {
        flex-direction: column;
    }

    .pdr-product-sample-pack-wte-section-content {
        width: 100%;
    }

    .pdr-product-upsell-popup-inner {
    	padding: 40px 100px 50px;
    }

    .pdr-product-section.pdr-sample-pack-tabbed-navigation {
    	display: none;
    }

    .pdr-product-sample-pack-recommended-products,
    .pdr-product-sample-pack-info-wrap.open {
    	flex-direction: column;
    }

    .pdr-product-sample-pack-recommended-products-left,
    .pdr-product-sample-pack-info-image {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .pdr-product-sample-pack-recommended-products-left-titles,
    .pdr-product-sample-pack-recommended-products-right,
    .pdr-product-sample-pack-info-content {
        width: 100%;
        margin-right: 0;
    }

    .pdr-product-sample-pack-recommended-products-title span {
        margin-top: 5px;
    }

    .pdr-sample-pack-wrap {
    	padding: 170px 0 130px;
    }

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

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

    .pdr-product-section.pdr-sample-pack h2{
        font-size: 50px;
    	line-height: 52px;
    }

    .pdr-product-section.pdr-sample-pack h2 span {
        font-size: 30px;
    	line-height: 40px;
    }

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

    .pdr-product-accordion .pdr-product-accordion-title-wrap > a {
    	font-size: 16px;
    }

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

    .pdr-product-section.pdr-sample-pack{
        padding: 0;
    }

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

    .pdr-product-accordion {
    	text-align: left;
    }

    .pdr-sample-pack .pdr-product-section-container {
    	min-height: 0;
    }

    .pdr-product-sample-pack-wte-section-2-image {
    	width: 100%;
    	height: auto;
    }

    .pdr-product-sample-pack-wte-section-1-image {
    	width: 100%;
    }

}

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

    .pdr-product-sample-pack-wte h2 {
    	font-size: 26px;
    	line-height: 30px;
    	margin-bottom: 20px;
    }

    .pdr-product-upsell-block {
    	margin: 30px 0 0px;
    	flex-direction: column;
    }

    .pdr-product-upsell-block-image img {
    	position: static;
    }

    .pdr-product-upsell-block-image {
    	position: relative;
    	width: 105px;
    	top: 0;
    	left: 10px;
    	margin-right: 0;
    	margin-bottom: 10px;
    }

    .pdr-product-upsell-block p {
    	width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .pdr-product-upsell-popup-inner {
    	padding: 40px 30px 50px;
    }

    .pdr-product-upsell-popup-close {
    	right: 10px;
    	top: 10px;
    }

    .pdr-product-upsell-popup-title span,
    .pdr-product-upsell-popup-item h3{
        font-size: 25px;
    }

    .pdr-product-upsell-popup-close svg {
        width: 25px;
    }

    .pdr-product-upsell-popup-item-subtitle {
    	font-size: 17px;
    }

    .pdr-product-upsell-popup-inner {
    	padding: 40px 30px 20px;
    }

    .pdr-product-upsell-popup .flickity-prev-next-button.previous {
    	left: -30px;
    }

    .pdr-product-upsell-popup .flickity-prev-next-button.next {
    	right: -30px;
    }

    .pdr-product-upsell-thumb-link {
    	max-width: 140px;
    }

    .pdr-product-upsell-popup-title {
    	font-size: 20px;
        line-height: 22px;
    	margin: 0 auto 25px;
    }

    .pdr-product-upsell-popup-item-body h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .pdr-product-upsell-popup-title span {
        line-height: 25px;
    }

    .pdr-product-sample-pack-recommended-product a.pdr-product-sample-pack-recommended-product-title,
    .pdr-product-sample-pack-info > a {
    	font-size: 17px;
    	height: 50px;
        line-height: 17px;
    	padding: 0 50px 0 20px;
    }

    .pdr-product-sample-pack-recommended-product-wrap, .pdr-product-sample-pack-info-wrap {
    	padding: 20px 20px 10px;
    }

    .pdr-sample-pack-wrap {
    	padding: 70px 0;
    }

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

    .pdr-sample-pack p.pdr-sample-pack-subtitle {
    	font-size: 20px;
    	line-height: 24px;
    }

    .pdr-product-accordion-intro p, .pdr-product-accordion-intro li {
    	font-size: 18px;
    	line-height: 24px;
    }

    .pdr-product-accordion-intro {
    	margin: 0 auto 30px;
    }

    .pdr-product-accordion-content table {
    	width: 100%;
    }

}
