/** Shopify CDN: Minification failed

Line 1537:0 Unexpected "}"

**/
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* /////////// JWD EDITS & ADDITIONS 02042024 ////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */

/* GLOBAL colours */
/* Pink (brand) - #c85580 */
/* Red (joints) - #e73446 */
/* Blue (calming) - #0aa4d0 */
/* Green (active) - #73b396 */

/* Pink */
.color-scheme-1 .text-bg-color {
  color: #c85580 !important;
}

.color-scheme-1 .bg-color {
  background: #c85580 !important;
}

/* Blue - CALMING */
.color-scheme-2 .text-bg-color {
  color: #0aa4d0 !important;
}

.color-scheme-2 .bg-color {
  background: #0aa4d0 !important;
}

/* Red - JOINTS */
.color-scheme-5 .text-bg-color {
  color: #e73446 !important;
}

.color-scheme-5 .bg-color {
  background: #e73446 !important;
}

/* Green - ACTIVE */
.color-scheme-4 .text-bg-color {
  color: #73b396 !important;
}

.color-scheme-4 .bg-color {
  background: #73b396 !important;
}


/* hide injected shopify iframe for testing only */
/*
#admin-bar-iframe {
display: none !important;
}
*/

/* kill ios rounded inputs */
body input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Make site scale up to 1600px */
.page-width {
  max-width: 1600px;
}



/* ensure droplets BG starts at the top of the panel its used on and within a gap */
.background-waterdrop {
  overflow: hidden;
}

.background-waterdrop::after {
  top: -30px;
}


/* Message bar at top */
.announcement-bar__message {
  padding: 6px 0 3px;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 520px) {
  .announcement-bar__message {
    font-size: calc(var(--font-heading-scale) * 1.2rem) !important;
  }
}

/* main header - hygiene icons smaller */
.header__icons {
  align-items: center;
}

.header__icon.header__icon--account {
  width: 20px !important;
  height: 20px !important;
  margin-right: 20px !important;
}

.header__icon.header__icon--cart {
  height: 45px;
  width: 30px;
}

.header__icon svg {
  min-height: 32px;
}

.cart-count-bubble {
  right: -7px;
  background-color: #c85580;
  color: #fff;
  font-weight: 600;
  border-color: #c85580;
  margin-top: 4px;
}

/* logo upping size */
.header__heading-logo {
  width: 100px !important;
}

@media only screen and (max-width: 600px) {
  .header__heading-logo {
    width: 90px !important;
  }
}

header .link {
  font-size: 2rem;
}

@media only screen and (max-width: 1600px) {
  header .link {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1100px) {
  header .link {
    font-size: 1.6rem;
  }
}

/* active nav items */
.header__active-menu-item {
  text-decoration: none !important;
  color: #c85580 !important;
}

body header .header__menu-item.link:hover {
  text-decoration: none !important;
  color: #c85580 !important;
}


/* mobile nav */
body .menu-drawer {
  background-color: #c85580;
  border: none;
  width: 100%;
}

.menu-drawer::after {
  background-image: url('https://www.pawddrinks.com/cdn/shop/t/31/assets/droplets.png');
  content: '';
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.15;
  z-index: -100;
}

.menu-drawer__navigation-container {
  align-items: center;
  justify-items: center;
}

.menu-drawer__menu.has-submenu .list-menu__item {
  justify-content: center;
}

@media only screen and (max-width: 989px) {
  header .list-menu__item.link {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    font-family: KGSecondChancesSolid, sans-serif;
  }
}

@media only screen and (max-width: 500px) {
  header .list-menu__item.link {
    font-size: 2.0rem;
  }
}


/* keep account login icon in header not mobile nav */
@media screen and (max-width: 749px) {
  .menu-drawer__utility-links {
    display: none !important;
  }

  .header__icon.header__icon--account {
    display: flex !important;
  }
}




/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// HOME //////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */

/* Home HERO banner - bigger content */
body .section-header-banner .banner-heading {
  padding-top: 100px;
}

body .section-header-banner .banner-text {
  padding-bottom: 100px;
}

body .section-header-banner .banner-text .mt-3 {
  margin-top: 25px;
}

body .section-header-banner .banner-text .mt-3 .button {
  font-size: 22px;
  padding: 14px 20px;
}

body .section-header-banner .banner-heading .text-3xl {
  font-size: calc(var(--font-body-scale) * 85% * 4);
}

body .section-header-banner .banner-text p.text-lg {
  font-size: 26px;
  line-height: 130%;
  font-family: biko, Helvetica Neue, Helvetica, Arial, system-ui, -apple-system, Segoe UI;
  font-weight: 600;
}

body .section-header-banner .banner-product-shot img {
  width: 90%;
}

body .section-header-banner .banner-container {
  grid-template-columns: 35% auto 30%;
}

body .section-header-banner .banner-product-shot img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  body .section-header-banner .banner-heading {
    padding-top: 80px;
  }

  body .section-header-banner .banner-text {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1400px) {
  body .section-header-banner .banner-heading {
    padding-top: 60px;
  }

  body .section-header-banner .banner-text {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1300px) {
  body .section-header-banner .banner-container {
    grid-template-columns: 35% auto 30%;
  }
}

@media screen and (max-width: 1250px) {
  body .section-header-banner .banner-container {
    grid-template-columns: 35% auto 25%;
  }
}

@media screen and (max-width: 1200px) {
  body .section-header-banner .banner-heading .text-3xl {
    font-size: calc(var(--font-body-scale) * 75% * 4);
  }

  body .section-header-banner .banner-text p.text-lg {
    font-size: 23px;
  }

  body .section-header-banner .banner-text .mt-3 .button {
    font-size: 19px;
    padding: 12px 17px;
  }
}

@media screen and (max-width: 1100px) {
  body .section-header-banner .banner-heading .text-3xl {
    font-size: calc(var(--font-body-scale) * 70% * 4);
  }

  body .section-header-banner .banner-text p.text-lg {
    font-size: 21px;
  }

  body .section-header-banner .banner-text .mt-3 .button {
    font-size: 18px;
    padding: 11px 16px;
  }
}

/* reorder of grid */
@media screen and (max-width: 1000px) {
  body .section-header-banner .banner-container {
    grid-template-columns: 40% auto;
  }

  body .section-header-banner .banner-product-shot {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    width: 70%;
  }

  body .section-header-banner .banner-main-image {
    grid-column: 2 / 2;
    grid-row: 3 / 3;
    grid-row: span 6;
  }

  body .section-header-banner .banner-heading {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }

  body .section-header-banner .banner-text {
    grid-column: 1 / 2;
    grid-row: 6 / 6;
  }

  body .section-header-banner .banner-heading {
    padding-top: 20px;
  }

  body .section-header-banner {
    overflow: hidden;
  }

  /* hack to ensure this only applies to homepage hero */
  body #MainContent section:first-of-type .section-header-banner .page-width {
    padding: 0 0 0 5rem;
    width: 110%;
  }
}

@media screen and (max-width: 800px) {
  body .section-header-banner .banner-container {
    grid-template-columns: 60% auto;
  }

  body #MainContent section:first-of-type .section-header-banner .page-width {
    padding: 0 0 0 5rem;
    width: 120%;
  }

  body .section-header-banner .banner-main-image {
    width: 200%;
    position: relative;
    left: -80%;
    z-index: -999;
  }

  body .section-product-details-slideshow .slideshow-next::before {
    transform: scale(0.6) !important;
    top: 5px !important;
    left: -1px !important;
  }

  body .section-product-details-slideshow .slideshow-prev::before {
    transform: scale(0.6) !important;
    top: 5px !important;
    right: 2px !important;
  }
}

@media screen and (max-width: 600px) {
  body .section-header-banner .banner-main-image {
    width: 250%;
    left: -100%;
  }
}

@media screen and (max-width: 550px) {
  body .section-header-banner .banner-container {
    grid-template-columns: 50% 50%;
  }

  body .section-header-banner .banner-main-image {
    width: 100%;
    left: 0%;
    position: absolute;
    top: -20%;
    width: 120%;
  }

  body #MainContent section:first-of-type .section-header-banner .page-width {
    padding: 0 5rem;
    width: 100%;
  }

  body .section-header-banner .banner-product-shot {
    grid-row: unset;
    grid-column: span 2;
    width: 70%;
  }

  body .section-header-banner .banner-main-image {
    grid-column: 2 / 2;
    grid-row: 6 / 6;
  }

  body .section-header-banner .banner-heading {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
    grid-column: span 2;
  }

  body .section-header-banner .banner-text {
    grid-column: 1 / 2;
    grid-row: 6 / 6;
  }
}

@media screen and (max-width: 500px) {
  body #MainContent section:first-of-type .section-header-banner .page-width {
    padding: 0 30px;
  }

  body .section-header-banner .banner-container {
    grid-template-columns: 40% 60%;
  }

  body .section-header-banner .banner-heading .text-3xl {
    font-size: calc(var(--font-body-scale) * 60% * 4);
  }

  body .section-header-banner .banner-text p.text-lg {
    font-size: 19px;
  }

  body .section-header-banner .banner-text .mt-3 .button {
    font-size: 17px;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 430px) {
  body .section-header-banner .banner-main-image {
    grid-column: span 2;
    grid-row: 6 / 6;
    position: absolute;
    width: 100%;
    top: -40%;
    left: 20%;
  }

  body .section-header-banner .banner-container {
    grid-template-columns: 70% auto;
  }

  body .section-header-banner .banner-text {
    padding-bottom: 40px;
  }
}



/* Home - Why liquid panel */
/* unique identifier was #shopify-section-template--22365539696961__bullet_points_qXKf8d.section-bullet-points as of 04042024 becomes .section-bullet-points.page-section */
body .section-bullet-points.page-section {
  background-color: #257dc7;
}

body .section-bullet-points.page-section .bullet-points-container {
  justify-items: left;
  gap: 20px;
  padding-bottom: 60px;
}

body .section-bullet-points.page-section .bullet-points-heading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
}

body .section-bullet-points.page-section .bullet-points {
  column-count: 2;
  display: unset;
}

body .section-bullet-points.page-section .bullet-points .flex.gap-4 {
  margin-bottom: 40px;
}

body .section-bullet-points.page-section .bullet-points .flex.gap-4 h2 {
  font-size: 24px;
  margin-bottom: 7px;
  line-height: 140%;
  display: inline-block;
}

body .section-bullet-points.page-section .bullet-points .flex.gap-4 p {
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
}



/* making sure logo is centered on mobile header at 990px */
@media screen and (max-width: 989px) {
  .header__heading {
    justify-self: center;
  }
}




/* Home - Product Carousel */
body .section-product-details-slideshow .page-width {
  padding: 0;
}

/* note - need SVGs uploaded to Shopify and path changed */
body .section-product-details-slideshow .product-details.color-scheme-5 .product-detail,
body .section-product-details-slideshow .product-details.color-scheme-2 .product-detail,
body .section-product-details-slideshow .product-details.color-scheme-4 .product-detail {
  background-size: cover;
  background-position: center center;
}

body .section-product-details-slideshow .product-details.color-scheme-5 .product-detail {
  background-image: url('/cdn/shop/files/droplet_JOINTS.svg?v=1712074921');
}

body .section-product-details-slideshow .product-details.color-scheme-2 .product-detail {
  background-image: url('/cdn/shop/files/droplet_CALMING.svg?v=1712074921');
}

body .section-product-details-slideshow .product-details.color-scheme-4 .product-detail {
  background-image: url('/cdn/shop/files/droplet_ACTIVE.svg?v=1712074921');
}

body .section-product-details-slideshow {
  overflow-x: visible;
}

body .section-product-details-slideshow .product-slideshow .product-detail {
  padding: 8rem 0;
  justify-content: center;
}

body .section-product-details-slideshow .product-image {
  margin-right: 0;
  position: relative;
  transform: scale(1.15);
  left: -6%;
}

body .section-product-details-slideshow .product-text {
  left: -10%;
  position: relative;
  transform: scale(1.15);
}

body .section-product-details-slideshow .product-text.font-eveleth {
  font-family: KGSecondChancesSolid, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

body .section-product-details-slideshow .product-slideshow .md-product-logo {
  width: 250px;
}

body .section-product-details-slideshow .product-slideshow .product-details .product-benefit img {
  width: 90%;
  margin-right: 10%;
}

/* better arrows */
body .section-product-details-slideshow .slideshow-prev {
  color: #000;
  border: 2px solid #000;
  font-size: 0px;
  left: 2rem;
}

body .section-product-details-slideshow .slideshow-next {
  color: #000;
  border: 2px solid #000;
  font-size: 0px;
  right: 2rem;
}

body .section-product-details-slideshow .slideshow-next:hover,
body .section-product-details-slideshow .slideshow-prev:hover {
  opacity: 0.7;
}

body .section-product-details-slideshow .slideshow-next::before {
  content: url(/cdn/shop/files/carouselArrowNext.svg);
  width: 7px;
  height: 7px;
  position: relative;
  display: inline-block;
  top: 9px;
  left: -1px;
  transform: scale(0.8);
}

body .section-product-details-slideshow .slideshow-prev::before {
  content: url(/cdn/shop/files/carouselArrowPrev.svg);
  width: 7px;
  height: 7px;
  position: relative;
  display: inline-block;
  top: 9px;
  right: 3px;
  transform: scale(0.8);
}

@media screen and (max-width: 1480px) {
  body .section-product-details-slideshow .product-image {
    margin-right: 0;
    position: relative;
    transform: scale(1.10);
    left: -6%;
  }

  body .section-product-details-slideshow .product-text {
    left: -12%;
    position: relative;
    transform: scale(1.10);
  }
}

@media screen and (max-width: 1350px) {
  body .section-product-details-slideshow .product-image {
    margin-right: 0;
    position: relative;
    transform: scale(1);
    left: -3%;
  }

  body .section-product-details-slideshow .product-text {
    left: -13%;
    position: relative;
    transform: scale(1);
  }

  body .section-product-details-slideshow .product-slideshow .product-detail {
    padding: 6rem 0;
  }
}

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

  body .section-product-details-slideshow .product-details.color-scheme-5 .product-detail,
  body .section-product-details-slideshow .product-details.color-scheme-2 .product-detail,
  body .section-product-details-slideshow .product-details.color-scheme-4 .product-detail {
    background-position: 100% 70%;
    background-size: 120%;
  }

  body .section-product-details-slideshow .product-slideshow .product-detail {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 800px) {
  body .section-product-details-slideshow .slideshow-button {
    width: 3rem;
    height: 3rem;
  }

  body .section-product-details-slideshow .slideshow-next::before {
    width: 7px;
    height: 7px;
    top: 2px;
    left: 1px;
  }

  body .section-product-details-slideshow .slideshow-prev::before {
    width: 7px;
    height: 7px;
    top: 2px;
    right: 1px;
  }

  body .section-product-details-slideshow .product-image {
    margin-right: 0;
    position: relative;
    transform: scale(1);
    left: -5%;
  }

  body .section-product-details-slideshow .product-text {
    left: -15%;
    position: relative;
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  body .section-product-details-slideshow .product-slideshow .product-details .product-benefit img {
    width: 90%;
    margin-left: 5%;
  }

  body .slideshow-buttons {
    display: none !important
  }

  body .section-product-details-slideshow .product-benefit {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  body .section-product-details-slideshow .product-details.color-scheme-5 .product-detail,
  body .section-product-details-slideshow .product-details.color-scheme-2 .product-detail,
  body .section-product-details-slideshow .product-details.color-scheme-4 .product-detail {
    background-position: 50% 60%;
    background-size: 101%;
  }

  /* remove coloured logos */
  body .section-product-details-slideshow .product-detail .md-product-logo {
    display: block;
  }

  body .section-product-details-slideshow .product-detail .mb-2.product-logo {
    display: none;
  }

  body .section-product-details-slideshow .product-text {
    color: #fff;
  }

  body .section-product-details-slideshow .product-text {
    transform: scale(1);
    left: 5%;
    top: 15%;
    margin-top: 25px;
  }

  body .section-product-details-slideshow .product-image {
    transform: scale(1);
    left: 0%;
  }
}

@media screen and (max-width: 650px) {
  body .section-product-details-slideshow .product-text {
    transform: scale(0.85);
    left: 8%;
    margin-top: 25px;
  }

  body .section-product-details-slideshow .product-image {
    transform: scale(0.85);
    left: -7%;
  }

  body .section-product-details-slideshow .product-slideshow .product-detail {
    padding: 0rem 0;
  }
}

@media screen and (max-width: 550px) {
  body .section-product-details-slideshow .product-text {
    transform: scale(0.8);
    left: 12%;
    margin-top: 25px;
  }

  body .section-product-details-slideshow .product-image {
    transform: scale(0.8);
    left: -7%;
  }

  body .section-product-details-slideshow .product-text.font-eveleth {
    font-size: 14px;
  }

  body .section-product-details-slideshow .product-benefit {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

/* bin the droplet div - being added as a BG image now */
body .section-product-details-slideshow .product-slideshow .product-droplet {
  display: none !important;
}






/* More padding on gloabl class to space panels top and bottom some more */
body .py-8 {
  padding-top: 60px;
  padding-bottom: 75px;
}

@media screen and (max-width: 1000px) {
  body .py-8 {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 600px) {
  body .py-8 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}




/* Home - as seen in panel - better cols responsive */
body .section-as-seen-in .gap-8 {
  gap: 20px !important;
}

body .as-seen-logos.grid {
  flex-wrap: wrap;
}

body .as-seen-logo {
  flex: 1 0 5%;
}

@media screen and (max-width: 1200px) {
  body .as-seen-logo {
    flex: 1 0 20%;
    justify-content: center;
    justify-items: center;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  body .as-seen-logo {
    flex: 1 0 20%;
  }

  body .as-seen-logos.grid {
    flex-wrap: wrap;
    display: flex;
  }
}

@media screen and (max-width: 450px) {
  body .as-seen-logo {
    flex: 1 0 28%;
  }
}




/* Home - quotes panel */
/* unique identifer was #shopify-section-template--22365539696961__custom_liquid_zwrghe NOW .section-custom-liquid */
body .section-custom-liquid {
  background: #f9f9f9;
}




/* Home - green logos panel */
/* unique identifier was #shopify-section-template--22365539696961__bullet_points_horizontal_Y9LJnp NOW .section-bullet-points-horizontal */
body .section-bullet-points-horizontal p {
  font-size: 17px;
}

body .section-bullet-points-horizontal .bullet-points .bullet-point img {
  margin-bottom: 20px;
  height: 80px;
  width: auto;
}

body .section-bullet-points-horizontal .bullet-points .bullet-point h2 {
  font-size: 20px;
  padding: 5% 0;
}

body .section-bullet-points-horizontal .bullet-points .bullet-point {
  width: 50%;
}

body .section-bullet-points-horizontal .bullet-points {
  align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  body .section-bullet-points-horizontal .bullet-points .bullet-point img {
    height: 70px;
    margin-bottom: 17px;
    width: auto;
  }

  body .section-bullet-points-horizontal .bullet-points .bullet-point h2 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1050px) {
  body .section-bullet-points-horizontal .bullet-points .bullet-point img {
    height: 60px;
    margin-bottom: 15px;
    width: auto;
  }

  body .section-bullet-points-horizontal .bullet-points .bullet-point h2 {
    font-size: 16px;
  }

  body .section-bullet-points-horizontal p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  body .section-bullet-points-horizontal .bullet-points {
    flex-wrap: nowrap;
    display: block;
    text-align: center;
  }

  body .section-bullet-points-horizontal .bullet-points .bullet-point {
    width: 32.5%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }

  body .section-bullet-points-horizontal .bullet-points .bullet-point img {
    margin-bottom: 17px;
    height: 70px;
    width: auto;
    margin: 0 auto;
  }

  body .section-bullet-points-horizontal .bullet-points .bullet-point h2 {
    font-size: 20px;
    padding: 5% 0;
  }

  body .section-bullet-points-horizontal .bullet-points {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  body .section-bullet-points-horizontal .bullet-points .bullet-point img {
    margin-bottom: 15px;
    height: 60px;
  }

  body .section-bullet-points-horizontal .bullet-points .bullet-point h2 {
    font-size: 17px;
    padding: 2% 0;
  }
}

@media screen and (max-width: 680px) {
  body .section-bullet-points-horizontal .bullet-points .bullet-point {
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  body .section-bullet-points-horizontal .bullet-points .bullet-point {
    padding: 1rem 1.5rem;
  }

  body .section-bullet-points-horizontal .bullet-points {
    margin-bottom: 20px;
  }

  body .section-bullet-points-horizontal p {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  body .section-bullet-points-horizontal .bullet-points .bullet-point img {
    margin-bottom: 13px;
    height: 50px;
  }

  body .section-bullet-points-horizontal .bullet-points .bullet-point h2 {
    font-size: 15px;
    padding: 0;
  }
}




/* Home - The range panel */
/* unique identifier was #shopify-section-template--22365539696961__product_range_j6WEN8 NOW .section-product-range */
body .section-product-range h1 {
  font-size: 26px;
  margin-bottom: 30px;
}

body .section-product-range h2.text-2xl {
  font-family: EvelethClean, "sans-serif";
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  body .section-product-range h1 {
    font-size: 24px;
    padding-left: 5%;
    padding-right: 5%;
  }

  body .section-product-range .product-range-container .product-range {
    width: 80%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 500px) {
  body .section-product-range h1 {
    font-size: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  body .section-product-range .product-range-container .product-range {
    width: 90%;
    margin-left: 5%;
  }
}




/* Home - the range panel - more space to quiz content */

body .section-product-range p:not(.product-range-container p) {
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  body .section-product-range p:not(.product-range-container p) {
    font-size: 20px;
  }
}






/* Home - our story panel */
/* unique identifier was #Section-template--22365539696961__featured_video_cHdxY3 NOW .section-featured-video */
body .section-featured-video p {
  font-size: 17px;
}

body .section-featured-video h1 {
  margin-bottom: 25px;
}

@media screen and (max-width: 1050px) {
  body .section-featured-video p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  body .section-featured-video p {
    font-size: 15px;
  }

  body .section-featured-video .w-3\/4:first-of-type {
    width: 100%;
  }

  body .section-featured-video .w-3\/4:last-of-type {
    width: 85%;
  }
}





/* Home - socials panel - vector loogs - Note - paths need changing to versions on Shopify server once uploaded */
/* unique identifier was #shopify-section-template--22365539696961__socials_e87Hq8 NOW .section-socials */
body .section-socials .py-8 {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
}


body .section-socials a {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 600px) {
  body .section-socials a {
    width: 40px;
    height: 40px;
  }
}





/* Home - Send us your videos panel */
/* unique identifier was #shopify-section-template--22365539696961__rich_text_9E8MQr NOW .section-rich-text */
body .section-rich-text {
  padding: 25px 0 0px;
}

@media screen and (max-width: 600px) {
  body .section-rich-text {
    padding: 15px 0 0px;
  }
}



/* Home - testimonials lightbox bg colour change to white */
body .CarouselWidget-prefix .R-GlobalModal .R-GlobalModal__dialog {
  background-color: #fff !important;
}





/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// GLOBAL ////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */

/* Global - centralise logo - issue was at 380px the search icon (hidden) was pushing logo left */
@media screen and (max-width: 490px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }
}

@media screen and (max-width: 380px) {
  .header__search {
    display: none !important;
  }
}

/* GLOBAL - newsletter panel */
body footer .footer-newsletter input {
  padding: 10px;
}

footer .footer-newsletter .items-center {
  align-items: flex-start
}

@media screen and (max-width: 950px) {
  footer .footer-newsletter h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 850px) {
  footer .footer-newsletter .md\:flex-row {
    flex-direction: inherit;
  }

  footer .footer-newsletter .button {
    position: relative;
    top: -8px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-newsletter h2 {
    margin-left: 150px !important;
  }
}

@media screen and (max-width: 750px) {
  footer .footer-newsletter .bg-red {
    padding: 20px 0;
  }

  footer .footer-newsletter h2 {
    margin-left: 170px !important;
  }
}

/* go 1 col now */
@media screen and (max-width: 600px) {
  footer .footer-newsletter .md\:flex-row {
    display: inherit;
  }

  footer .footer-newsletter .flex.flex-col.flex-1 {
    margin-left: 170px !important;
    margin-top: 15px;
  }
}

@media screen and (max-width: 450px) {
  footer .footer-newsletter img {
    left: -50px;
  }

  footer .footer-newsletter h2 {
    margin-left: 120px !important;
  }

  footer .footer-newsletter .flex.flex-col.flex-1 {
    margin-left: 120px !important;
  }
}

@media screen and (max-width: 400px) {
  footer .footer-newsletter img {
    left: -80px;
  }

  footer .footer-newsletter h2 {
    margin-left: 90px !important;
  }

  footer .footer-newsletter .flex.flex-col.flex-1 {
    margin-left: 90px !important;
  }
}



/* GLOBAL - footer more spacing and better responsive than snap to 1 col at 1000px! */
footer .footer-blocks {
  padding: 30px 0 0;
}

footer .footer-blocks li a {
  font-size: 18px;
}

footer .footer-blocks .footer-block__details-content p {
  font-size: 12px;
  margin-bottom: 10px;
}

footer .footer-blocks .footer-block__details-content p a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.footer-block__image-wrapper img:last-of-type {
  width: 130px;
}

footer .footer-blocks li a:hover {
  color: #c85580;
}

footer .footer-payment-icons {
  margin-bottom: 25px;
}

footer .footer-end {
  text-align: center;
  padding: 10px 0 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: KGSecondChancesSolid, sans-serif;
}

@media screen and (max-width: 1400px) {
  footer .footer-blocks li a {
    font-size: 16px;
  }

  footer .footer-blocks .footer-block__details-content p {
    font-size: 11px;
  }
}

@media screen and (max-width: 1200px) {
  .footer-block__image-wrapper img:last-of-type {
    width: 110px;
  }
}

@media screen and (max-width: 1100px) {
  footer .footer-blocks .footer-block {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  footer .footer-blocks li a {
    font-size: 15px;
  }

  .footer-block__image-wrapper img:last-of-type {
    width: 100px;
  }

  footer .footer-blocks {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 850px) {
  footer .footer-blocks .footer-block {
    padding: 0 12px;
  }
}

@media screen and (max-width: 800px) {
  footer .footer-blocks .md\:flex-row {
    display: block;
  }

  footer .footer-blocks .footer-block {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }

  footer .footer-blocks .footer-block:nth-of-type(1) {
    width: 25%;
  }

  footer .footer-blocks .footer-block:nth-of-type(2n),
  footer .footer-blocks .footer-block:nth-of-type(3n) {
    width: 37%;
  }

  footer .footer-blocks .footer-block:nth-of-type(4n) {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }

  footer .footer-blocks .footer-block:nth-of-type(4n) .mt-2 {
    text-align: center;
  }

  footer .footer-blocks .footer-block:nth-of-type(4n) .mt-2 img {
    margin: 0 auto;
  }

  footer .footer-blocks .footer-block:nth-of-type(5n) {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  footer .footer-blocks .footer-block .footer-block__details-content {
    margin-bottom: 0rem;
  }

  footer .footer-payment-icons .gap-4 {
    gap: 10px;
  }
}

@media screen and (max-width: 750px) {
  footer .footer-blocks .footer-block:nth-of-type(5n) {
    margin-bottom: 25px;
  }
}

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

  footer .footer-blocks .footer-block:nth-of-type(1),
  footer .footer-blocks .footer-block:nth-of-type(2) {
    width: 50%;
  }

  footer .footer-blocks .footer-block:nth-of-type(3n) {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  footer .footer-blocks .footer-block:nth-of-type(4n) {
    margin-top: 0px;
  }
}

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

  footer .footer-blocks .footer-block:nth-of-type(1),
  footer .footer-blocks .footer-block:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }
}






/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// SHOP PAGE /////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */

/* space away from bottom edge of header */
/* unique identifier changes from #shopify-section-template--22379256512833__collection_product_grid_w4KcBW to become .section-product-grid */
.section-product-grid {
  margin-top: 15px;
}

.section-product-grid .product-grid-container .collection.page-width {
  padding: 25px 8% 50px;
}

.section-product-grid .product-grid-container .grid--3-col-desktop .grid__item {
  padding: 0 10px;
}

.section-product-grid .product-grid-container .grid--3-col-desktop .grid__item .flex.justify-between.mt-2 {
  margin-top: 15px;
}

.section-product-grid .product-grid-container .grid--3-col-desktop .grid__item .mt-2 p strong.h2 {
  font-family: KGSecondChancesSolid, sans-serif;
}

#product-grid .grid__item h1 {
  font-size: calc(var(--font-heading-scale) * 3.6rem);
}

#product-grid .grid__item p.pe-2 span {
  line-height: 100%;
}

/* sorting variable colours for SKUs */
:root {
  --color-red-dark: #e73446;
  --color-blue-dark: #0aa4d0;
}

/* quotes panel */
/* unique identifier changes from #shopify-section-template--22379256512833__custom_liquid_MWkAKe to become .section-custom-liquid */
/* hack included to only apply this top:20px to isntances of this section if they appear directly above footer */
body #MainContent section:last-of-type.section-custom-liquid {
  background: #f9f9f9;
  position: relative;
  top: 20px;
}

/* overlaid x28 sticker */


/* page peel */
.product-chevron {
  background-size: cover;
  width: 160px;
  clip-path: polygon(0 0, 100% 90%, 100% 0);
}

.product-chevron .price {
  font-size: 2.5rem;
}

.product-chevron p {
  line-height: 110%;
  margin-top: 5px;
}

#product-grid .grid__item h1 {
  font-size: calc(var(--font-heading-scale) * 3.2rem);
}

#product-grid .grid__item p.pe-2 {
  transform: scale(0.9);
  transform-origin: top right;
}
}

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

  .product-chevron {
    transform: scale(0.9);
    transform-origin: top right;
  }
}

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

  .product-chevron {
    transform: scale(0.8);
  }

  #product-grid .grid__item h1 {
    font-size: calc(var(--font-heading-scale) * 3.0rem);
  }

  #product-grid .grid__item p.pe-2 {
    transform: scale(0.8);
    transform-origin: top right;
  }
}

@media screen and (max-width: 1000px) {
  .section-product-grid #product-grid {
    display: block;
  }

  .section-product-grid .product-grid-container .grid--3-col-desktop .grid__item {
    display: inline-block;
    width: 49%;
    max-width: 49%;
    margin-bottom: 35px;
  }

  .product-chevron {
    transform: scale(1);
    transform-origin: top right;
  }

  #product-grid .grid__item h1 {
    font-size: calc(var(--font-heading-scale) * 3.6rem);
  }

  #product-grid .grid__item p.pe-2 {
    transform: scale(1);
    transform-origin: top right;
  }
}

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

  .product-chevron {
    transform: scale(0.9);
    transform-origin: top right;
  }
}

@media screen and (max-width: 800px) {
  #product-grid .grid__item h1 {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
  }

  #product-grid .grid__item p.pe-2 {
    transform: scale(0.9);
    transform-origin: top right;
  }
}

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

  .product-chevron {
    transform: scale(0.8);
    transform-origin: top right;
    width: 170px;
    clip-path: polygon(0 0, 100% 90%, 100% 0);
  }
}

@media screen and (max-width: 650px) {
  #product-grid .grid__item h1 {
    font-size: calc(var(--font-heading-scale) * 3.0rem);
  }

  #product-grid .grid__item p.pe-2 {
    transform: scale(0.8);
    transform-origin: top right;
  }
}

@media screen and (max-width: 580px) {
  .section-product-grid .product-grid-container .grid--3-col-desktop .grid__item {
    display: inline-block;
    width: 70%;
    max-width: 70%;
    margin-left: 15%;
  }

  #product-grid .grid__item h1 {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
  }

  #product-grid .grid__item p.pe-2 {
    transform: scale(0.9);
    transform-origin: top right;
  }
}

@media screen and (max-width: 520px) {
  .section-product-grid .product-grid-container .grid--3-col-desktop .grid__item {
    display: inline-block;
    width: 80%;
    max-width: 80%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 480px) {
  .section-product-grid .product-grid-container .grid--3-col-desktop .grid__item {
    display: inline-block;
    width: 90%;
    max-width: 90%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 420px) {
  .section-product-grid .product-grid-container .grid--3-col-desktop .grid__item {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

}




/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// PRODUCT PAGE //////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */

/* fixing wrong brand colours for price text */
/* if red (joints) */
/*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .text-color-brand {*/
.section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .text-color-brand {
  color: #e73446;
}

/* if blue (calming) */
/*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .text-color-brand {*/
.section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .text-color-brand {
  color: #0aa4d0;
}

/* if green (active) */
/*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-green-dark);"] .text-color-brand {*/
.section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-green-dark);"] .text-color-brand {
  color: #0aa4d0;
}

/* attempting to make the purchase options box go full width */

body .product-form__buttons {
  max-width: 100%;
}

/* usps below gallery */
/* red */
/*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .product--key-ingredients .key-ingredient h2 {*/
.section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .product--key-ingredients .key-ingredient h2 {
  color: #e73446;
}

/* blue */
/*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .product--key-ingredients .key-ingredient h2 { */
.section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .product--key-ingredients .key-ingredient h2 {
  color: #0aa4d0;
}

/* green */
/*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-green-dark);"] .product--key-ingredients .key-ingredient h2 { */
.section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-green-dark);"] .product--key-ingredients .key-ingredient h2 {
  color: #73b396;
}

/*#MainProduct-template--22379256774977__main .product--key-ingredients .key-ingredient h2 {*/
.section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

/*#MainProduct-template--22379256774977__main .product--key-ingredients .key-ingredient .content div {*/
.section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient .content div {
  font-size: 16px;
  line-height: 120%;
}

.section-main-product .product__media-wrapper .product--key-ingredients {
  row-gap: 30px;
  margin-top: 40px;
}

.section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient {
  grid-template-columns: 1fr 3fr;
  width: calc(50% - 20px);
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient h2 {
    font-size: 18px;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient .content div {
    font-size: 15px;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients {
    row-gap: 25px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    justify-content: flex-end;
    text-align: center;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient img {
    margin: 0 auto;
    width: 62px;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient .content {
    position: relative;
    top: -10px;
  }
}

@media screen and (max-width: 900px) {
  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient h2 {
    font-size: 17px;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient .content div {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient h2 {
    font-size: 17px;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient .content div {
    font-size: 14px;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient img {
    width: 57px;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients {
    row-gap: 15px;
  }
}

@media screen and (max-width: 750px) {
  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient {
    width: calc(25% - 12px);
  }

  .section-main-product .product__media-wrapper .product--key-ingredients {
    margin-top: 10px;
  }
}

@media screen and (max-width: 700px) {
  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient h2 {
    font-size: 16px;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient .content div {
    font-size: 13px;
  }

  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient img {
    width: 52px;
  }
}

@media screen and (max-width: 650px) {
  .section-main-product .product__media-wrapper .product--key-ingredients .key-ingredient {
    width: calc(50% - 8px);
  }

}


/* add to basket button */
body .shopify-payment-button__button.shopify-payment-button__button--unbranded,
.product-form__submit {
  font-size: 19px;
  font-family: EvelethClean, "sans-serif";
  padding: 18px;
}

body .shopify-payment-button__button.shopify-payment-button__button--unbranded,
.product-form__submit:hover {
  opacity: 0.85;
}


/* tabs */
body .section-tabbed-content .tab-label {
  font-size: 18px;
  line-height: 120%;
}

body .section-tabbed-content .tabs .tab-label {
  padding: 10px 15px;
}

@media screen and (max-width: 700px) {
  body .section-tabbed-content .tab-label {
    font-size: 16px;
  }

  body .section-tabbed-content .tabs .tab-label {
    padding: 8px 13px;
  }
}

/* not sure then chat panel  - note, need ACTIVE product page live to be able to create specific layout positioning for that dog image */
body .chat__link .page-section {
  overflow: visible;
}

body .chat__link .page-section.background-waterdrop::after {
  top: -10px;
}

body .chat__link .page-section h2 {
  margin-top: 20px;
}

body .chat__link span.h3 {
  margin: 10px 0 20px;
  font-size: 26px;
}

/* Joints (red) */
/*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {*/
body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {
  top: 40px !important;
  left: -90px !important;
  transform: scale(1.4);
}

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

  /* Calming (blue) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {
    transform: scale(1.4);
    top: 20px !important;
  }
}

@media screen and (max-width: 1000px) {
  body .chat__link span.h3 {
    font-size: 22px;
  }
}

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

  /* Joints (red) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {
    top: 35px !important;
    left: -90px !important;
    transform: scale(1.3);
  }

  body .chat__link .page-section.background-waterdrop::after {
    top: -5px;
  }

  body .chat__link .page-section {
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  body .chat__link span.h3 {
    font-size: 20px;
  }

  body .chat__link .page-section h2 {
    font-size: 14px;
  }
}

/* 1 col now */
@media screen and (max-width: 750px) {

  /* Joints (red) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {
    position: absolute;
    top: 150px !important;
    left: -280px !important;
    transform: scale(2);
  }

  /* Calming (blue) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {
    position: absolute;
    top: 55px !important;
    left: -200px !important;
    transform: scale(1.4);
  }

  body .chat__link span.h3 {
    font-size: 32px;
    margin-left: 35%;
    margin-top: 0;
    padding-right: 10px;
  }

  body .chat__link .page-section h2 {
    font-size: 18px;
    margin-left: 35%;
    margin-bottom: 0;
    padding-right: 10px;
  }
}

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

  /* Calming (blue) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {
    left: -170px !important;
  }
}

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

  /* Joints (red) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {
    left: -250px !important;
  }
}

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

  /* Calming (blue) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {
    left: -150px !important;
  }
}

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

  /* Joints (red) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {
    left: -200px !important;
  }

  body .chat__link span.h3 {
    font-size: 26px;
  }

  body .chat__link .page-section h2 {
    font-size: 17px;
  }
}

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

  /* Calming (blue) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image { */
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {
    top: 35px !important;
    left: -130px !important;
    transform: scale(1.2);
  }
}

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

  /* Joints (red) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {
    position: absolute;
    top: 70px !important;
    left: -150px !important;
    transform: scale(1.5);
  }

  /* Calming (blue) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image { */
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {
    top: 0 !important;
    left: -100px !important;
    transform: scale(1);
  }

  body .chat__link span.h3 {
    margin-left: 0;
    margin-bottom: 0;
  }

  body .chat__link .page-section h2 {
    margin-left: 0;
    margin-top: 50px;
  }
}

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

  /* Joints (red) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {
    left: -130px !important;
  }

  /* Calming (blue) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image { */
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {
    left: -70px !important;
  }
}

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

  /* Joints (red) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {
    left: -115px !important;
  }

  /* Calming (blue) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {
    left: -50px !important;
  }

  body .chat__link span.h3 {
    font-size: 23px;
  }

  body .chat__link .page-section h2 {
    font-size: 16px;
  }
}

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

  /* Joints (red) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {*/
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-red-dark);"] .chat__link .chat-image {
    left: -90px !important;
  }

  /* Calming (blue) */
  /*#MainProduct-template--22379256774977__main[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image { */
  body .section-main-product>.gradient.color-scheme-1[style*="--color-brand: var(--color-blue-dark);"] .chat__link .chat-image {
    left: -30px !important;
  }

  body .chat__link span.h3 {
    font-size: 21px;
  }

  body .chat__link .page-section h2 {
    font-size: 15px;
  }
}


/* quotes - add grey bg */
/* not needed - done by other code and cant specifically target this version on this page to add the padding top unfortunately */
/*#shopify-section-template--22379256774977__custom_liquid_GmHwp8 {
background-color: #f9f9f9;
}*/
@media screen and (max-width: 700px) {
  body.rc_theme--pawd---section-class-names .section-custom-liquid {
    padding-top: 30px;
  }
}

/* quantity line */
.product-form__input.product-form__quantity .price-per-item span {
  display: inline-block;
}

@media screen and (max-width: 1050px) {
  .product-form__input.product-form__quantity {
    grid-template-columns: 1fr 1fr 2fr;
  }
}

@media screen and (max-width: 900px) {
  .product-form__input.product-form__quantity {
    grid-template-columns: 1.5fr 1fr 2fr;
  }

  .product-form__input.product-form__quantity .price-per-item {
    font-size: 23px;
  }

  .product-form__input.product-form__quantity .price-per-item span {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .product-form__input.product-form__quantity .price-per-item {
    font-size: 26px;
  }

  .product-form__input.product-form__quantity .price-per-item span {
    display: inline-block;
  }

  .product-form__input.product-form__quantity {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .product-form__input.product-form__quantity .price-per-item {
    font-size: 23px;
  }
}

/* related products like styling from homepage (same code but with different #ID to hit this panel wrapper) */
/* all handled by code added in homepage section as shared class name */
/*
#shopify-section-template--22379256774977__product_range_NLAFDp h1 {
font-size: 26px;
margin-bottom: 30px;
}
#shopify-section-template--22379256774977__product_range_NLAFDp h2 {
font-family: EvelethClean,"sans-serif";
font-size: 30px;
}
@media screen and (max-width: 767px) {
#shopify-section-template--22379256774977__product_range_NLAFDp h1 {
font-size: 24px;
padding-left: 5%;
padding-right: 5%;
}
#shopify-section-template--22379256774977__product_range_NLAFDp .product-range-container .product-range {
width: 80%;
margin-left: 10%;
}
}
@media screen and (max-width: 500px) {
#shopify-section-template--22379256774977__product_range_NLAFDp h1 {
font-size: 20px;
padding-left: 5%;
padding-right: 5%;
}
#shopify-section-template--22379256774977__product_range_NLAFDp .product-range-container .product-range {
width: 90%;
margin-left: 5%;
}
}
*/







/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// OUR STORY PAGE ////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* binning unused div which is creating a bad spacing layout */
/* applied to section-featured-video section but only if 2nd section in maincontent wrapper div to ensure we dont hide this inner div on homepage! */
body #MainContent section:nth-of-type(2).section-featured-video .mt-8 {
  display: none;
}

body .timeline-entry img {
  width: 50%;
  margin: 15px;
}

/* not needed ???*/
/*
@media screen and (max-width: 750px) {
body .section-timeline .timeline-entry {
left: 10px;
}
}
*/
body .section-rich-text h2 {
  font-size: 32px;
  padding: 0 5%;
}

body .section-timeline .background-waterdrop::after {
  background-size: 50%;
  opacity: 0.1;
}

body .section-timeline .timeline-entries {
  max-width: 75%;
}

body .section-timeline .timeline-entry:nth-child(2n+1) {
  padding-right: 40px;
}

body .section-timeline .timeline-entry:nth-child(2n) {
  padding-left: 40px;
}

body .section-timeline .timeline-entry h2 {
  margin-bottom: 2rem;
  font-size: 26px;
  padding: 10px 20px;
}

/*
.timeline-entry:nth-of-type(1) img {
position: relative;
  right: -35%;
  top: 50px;
  width: 65%;
}
.timeline-entry:nth-of-type(1) p {
position: absolute;
right: 70px;
  bottom: 0;
}
*/
body .section-timeline h1 {
  font-size: 32px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  body .section-timeline .timeline-entries {
    max-width: 90%;
  }

  body .section-timeline .background-waterdrop::after {
    background-size: 75%;
  }
}

@media screen and (max-width: 1000px) {
  body .section-timeline .timeline-entries {
    max-width: 100%;
  }

  body .section-timeline .background-waterdrop::after {
    background-size: 100%;
    opacity: 0.1;
  }
}

@media screen and (max-width: 767px) {
  body .section-timeline .timeline-entry:nth-child(2n+1) {
    padding-right: 0px;
    padding-left: 15px;
  }

  body .section-timeline .timeline-entry:nth-child(2n) {
    padding-left: 15px;
  }
}

@media screen and (max-width: 750px) {
  body .section-rich-text p:first-of-type {
    margin-top: 15px;
  }
}

@media screen and (max-width: 600px) {
  body .section-timeline h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  body .section-timeline .timeline-entry img {
    width: 60%;
  }

  body .section-timeline .timeline-entry h2 {
    margin-bottom: 1.5rem;
    font-size: 22px;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 450px) {
  body .section-timeline .timeline-entry img {
    width: 75%;
  }
}



/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// THE SCIENCE PAGE //////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* unique indentifier from #shopify-section-template--22379256611137__main becomes .section-main-page */
/* with this change to a shared classname - these bits apply to other simple pages with just one main content section */
body #MainContent .section-main-page h1 {
  font-size: 32px;
  padding: 0 5%;
}

body #MainContent .section-main-page .rte p {
  margin-bottom: 12px;
}

body #MainContent .section-main-page .rte {
  margin: 0 15% 50px;
}

@media screen and (max-width: 1400px) {
  body #MainContent .section-main-page .rte {
    margin: 0 10% 50px;
  }
}

@media screen and (max-width: 1200px) {
  body #MainContent .section-main-page .rte {
    margin: 0 5% 40px;
  }
}

@media screen and (max-width: 989px) {
  body #MainContent .section-main-page .rte {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 750px) {
  body #MainContent .section-main-page h1 {
    margin-top: 25px;
  }

  body #MainContent .section-main-page h1 {
    font-size: 28px;
  }
}



/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// FAQs PAGE /////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/*#shopify-section-template--22379256578369__main h1 {
font-size: 32px;
padding: 0 5%;
}*/
/*#shopify-section-template--22379256578369__collapsible_content_dURebP {*/
body .collapsible-content-wrapper-narrow {
  margin-bottom: 60px;
}

/*#shopify-section-template--22379256578369__collapsible_content_dURebP .collapsible-content-wrapper-narrow {*/
body .collapsible-content-wrapper-narrow {
  max-width: 80%;
}

/*
@media screen and (max-width: 750px) {
#shopify-section-template--22379256578369__main h1 {
margin-top: 25px;
}
}
*/
@media screen and (max-width: 600px) {

  /*#shopify-section-template--22379256578369__collapsible_content_dURebP .collapsible-content-wrapper-narrow {*/
  body .collapsible-content-wrapper-narrow {
    max-width: 90%;
  }
}

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

  /*#shopify-section-template--22379256578369__collapsible_content_dURebP .collapsible-content-wrapper-narrow {*/
  body .collapsible-content-wrapper-narrow {
    max-width: 95%;
  }
}




/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// BLOG ARTICLE //////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
.share-button {
  max-width: 130rem;
  margin: 0 auto;
}

#MainContent .article-template__content {
  max-width: 130rem;
}

#MainContent .article-template__content p {
  margin-bottom: 12px;
}

.share-button details {
  margin: 0 auto;
}

.article-template__back {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 1350px) {
  #MainContent .article-template__content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .share-button {
    padding-left: 5%;
    padding-right: 5%;
  }
}


/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// CONTACT PAGE //////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/*#shopify-section-template--22379256545601__rich_text_pFNajH h2 {
font-size: 32px;
}*/
/*#shopify-section-template--22379256545601__form {*/
#ContactForm {
  margin-bottom: 50px;
}

/*#shopify-section-template--22379256545601__form {*/
#ContactForm {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

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

  /*#shopify-section-template--22379256545601__form {*/
  #ContactForm {
    width: 80%;
  }
}

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

  /*#shopify-section-template--22379256545601__form {*/
  #ContactForm {
    width: 90%;
  }
}

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

  /*#shopify-section-template--22379256545601__form {*/
  #ContactForm {
    width: 100%;
  }
}

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

  /*#shopify-section-template--22379256545601__form {*/
  #ContactForm {
    margin-top: 40px;
  }
}

/*
@media screen and (max-width: 600px) {
#shopify-section-template--22379256545601__rich_text_pFNajH h2 {
font-size: 28px;
}
}
*/



/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// PP PAGE ///////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
.terms-and-conditions h1 {
  font-size: 20px !important;
  font-family: KGSecondChancesSolid, sans-serif;
  padding: 0 !important;
  margin-bottom: 10px;
}

.terms-and-conditions ul {
  margin-bottom: 25px !important;
}

.terms-and-conditions li {
  margin-bottom: 0.5rem;
  list-style: disc;
}

.terms-and-conditions section {
  margin-bottom: 40px !important;
}

.terms-and-conditions table thead tr {
  background-color: #f2f2f2 !important;
}

.terms-and-conditions table tbody tr:nth-of-type(odd) {
  background-color: #ffffff !important;
}

.terms-and-conditions table tbody tr:nth-of-type(even) {
  background-color: #f2f2f2 !important;
}






/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* /////////////////////// CART //////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
.cart-items th {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.cart-items tr.cart-item td {
  padding-top: 2rem;
}

.cart-items tr.cart-item:first-of-type td {
  padding-top: 0px;
}

h1.title--primary {
  font-size: 32px !important;
  font-family: KGSecondChancesSolid, sans-serif;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.title-wrapper-with-link {
  width: 100%;
  display: block;
  text-align: center;
}

.cart-item__name {
  font-size: 18px !important;
  font-family: KGSecondChancesSolid, sans-serif;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px !important;
}

.cart-item__details .product-option {
  font-size: 15px !important;
  font-weight: 600;
  margin-top: 0px;
}

.cart-item__details>*+* {
  margin-top: 0rem !important;
}

.cart-item__price-wrapper {
  font-size: 15px !important;
  font-weight: 600;
}

.cart-item__image {
  width: 100%;
}

.cart-item__media {
  width: 150px;
}

.cart__checkout-button {
  background-color: #000 !important;
  color: #fff !important;
  margin-bottom: 10px;
}

.cart__checkout-button:hover {
  background-color: #c85580 !important;
  border-color: #c85580;
}