:root {
  --wcgrey: #585a5e;
  --wcblue: #9adbf6;
  --wcoffwhite: #fffdf1;
  --wcmint: #b5ffe9;
  --wcsalmon: #ffbadb;
  --wcindigo: #babcff;
  --wcdarkwhite: #e6e4da;
  --wcnavyblue: #252d54;
  --purewhite: #ffffff;
  --h1: clamp(100px, 12vw, 170px);
  --h2: clamp(58px, 10vw, 100px);
  --h3: clamp(34px, 8vw, 50px);
  --h4: clamp(44px, 5vw, 60px);
  --h5: 24px;
  --h6: 40px;
  --h7: 35px;
  --button: 18px;
  --label: 14px;
  --body: 18px;
}

@font-face {
  font-family: "Personal Services";
  src: url("../font/personal_services-webfont.woff") format("woff");
}
body {
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fffcec;
  font-family: "General Sans";
  color: var(--wcnavyblue);
}

@media (min-width: 576px) {
  .container-half {
    max-width: 270px;
    --bs-gutter-x: 1.5rem;
  }
  .container-half-md-left {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .container-half {
    max-width: 360px;
    --bs-gutter-x: 1.5rem;
  }
  .container-half-md-left {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .container-half {
    max-width: 480px;
    --bs-gutter-x: 1.5rem;
  }
  .container-half-lg-left {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .container-half {
    max-width: 570px;
    --bs-gutter-x: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .container-half {
    max-width: 660px;
    --bs-gutter-x: 1.5rem;
  }
}
.grey {
  color: var(--wcgrey) !important;
}

.blue {
  color: var(--wcblue) !important;
}

.off-white {
  color: var(--wcoffwhite) !important;
}

.mint {
  color: var(--wcmint) !important;
}

.salmon {
  color: var(--wcsalmon) !important;
}

.indigo {
  color: var(--wcindigo) !important;
}

.dark-white {
  color: var(--wcdarkwhite) !important;
}

.navy-blue {
  color: var(--wcnavyblue) !important;
}

h1 {
  font-family: "Personal Services";
  font-style: normal;
  font-weight: 400;
  font-size: var(--h1);
  line-height: 108%;
  -webkit-hyphens: auto;
          hyphens: auto;
}

h2 {
  font-family: "Personal Services";
  font-style: normal;
  font-weight: 400;
  font-size: var(--h2);
  line-height: 110%;
}

h3, #recipe_main-form legend {
  font-family: "Personal Services";
  font-style: normal;
  font-weight: 400;
  font-size: var(--h3);
  line-height: 125.5%;
}

h4, #recipe_main-form .label-recipe {
  font-family: "Reenie Beanie", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: var(--h4);
  line-height: 80%;
  letter-spacing: -0.02em;
}

h5 {
  font-family: "Personal Services";
  font-style: normal;
  font-weight: 400;
  font-size: var(--h5);
  line-height: 28px;
  letter-spacing: 0.02em;
}

h6 {
  font-family: "Tanker";
  font-style: normal;
  font-weight: 400;
  font-size: var(--h6);
  line-height: 54px;
}

p.h7 {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 600;
  font-size: var(--h7);
  line-height: 119.54%;
}

.button {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 600;
  font-size: var(--button);
  line-height: 24px;
}

.label {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 600;
  font-size: var(--label);
  line-height: 143.5%;
  letter-spacing: 0.185em;
  text-transform: uppercase;
}

.body {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 500;
  font-size: var(--body);
  line-height: 24px;
}

.btn-primary {
  background: url("../img/button-bg.png") no-repeat;
  background-size: contain;
  background-position: center;
  color: var(--wcnavyblue);
  padding: 10px 32px 16px 32px;
  border: none;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: transparent;
  color: inherit;
}

.btn-secondary {
  background: url("../img/button-bg2.png") no-repeat;
  background-size: contain;
  background-position: center;
  color: var(--wcnavyblue);
  padding: 10px 32px 16px 32px;
  border: none;
  font-weight: 600;
}
.btn-secondary:hover {
  background-color: transparent;
  color: inherit;
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.navbar .nav-link {
  color: var(--wcoffwhite) !important;
  font-size: var(--button);
  padding-inline: 24px !important;
  padding-top: 45px;
}
.navbar .navbar-brand img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
  width: 190px;
}
.navbar .navbar-nav {
  position: relative;
}
.navbar .navbar-nav .line-right {
  width: 25vw;
  height: 2px;
  background-color: var(--wcoffwhite);
  position: absolute;
  right: 0;
  top: 100px;
}
.navbar .navbar-nav .line-left {
  width: 25vw;
  height: 2px;
  background-color: var(--wcoffwhite);
  position: absolute;
  left: 0;
  top: 100px;
}

.navbar-dark {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.navbar-dark .nav-link {
  color: var(--wcnavyblue) !important;
  font-size: var(--button);
  padding-inline: 24px !important;
  padding-top: 45px;
}
.navbar-dark .navbar-brand img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
  width: 190px;
}
.navbar-dark .navbar-nav {
  position: relative;
}
.navbar-dark .navbar-nav .line-right {
  width: 25vw;
  height: 2px;
  background-color: var(--wcnavyblue);
  position: absolute;
  right: 0;
  top: 100px;
}
.navbar-dark .navbar-nav .line-left {
  width: 25vw;
  height: 2px;
  background-color: var(--wcnavyblue);
  position: absolute;
  left: 0;
  top: 100px;
}

#header {
  padding-top: 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
#header #home_bg_vid {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#header .landing-underline {
  width: 100%;
}
#header .heading-desc {
  position: relative;
}
#header .heading-desc .arrow {
  position: absolute;
  right: 0;
  bottom: -40px;
}
#header .underline {
  position: absolute;
  top: 50%;
  right: 30%;
}

#about {
  padding-top: 7.5em;
}
#about .about-header {
  position: relative;
}
#about .dog-art {
  position: relative;
}
#about .dog-art img {
  position: absolute;
  mix-blend-mode: multiply;
  right: 0;
  top: 0;
  z-index: 9999;
}
#about h2 {
  line-height: 122.5%;
}
#about p {
  padding-top: 2em;
}
#about .underline {
  position: absolute;
  top: 60%;
}
#about .profits {
  position: absolute;
  top: 0;
  right: 0;
}

#tell-us {
  background: url("../img/homepage/tell-us-bg.svg");
  background-size: cover;
  margin-top: 7rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
#tell-us .tell-us-desc {
  padding-top: 2rem;
}

#products {
  padding-top: 7.5em;
  width: 100%;
  overflow: hidden;
}
#products .prod-list-header {
  padding-bottom: 3rem;
}
#products .marquee-text {
  font-family: "Personal Services";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  font-size: var(--h5);
  letter-spacing: 0.02em;
  color: var(--wcnavyblue);
}
#products .prod-1 {
  background: url("../img/prod-bg-1.png") center no-repeat;
  background-size: cover;
}
#products .prod-1 .prod-img {
  background: url("../img/prod-img-bg-1.png") center no-repeat;
  background-size: contain;
  mix-blend-mode: color-burn;
}
#products .prod-2 {
  background: url("../img/prod-bg-2.png") center no-repeat;
  background-size: cover;
}
#products .prod-2 .prod-img {
  background: url("../img/prod-img-bg-2.png") center no-repeat;
  background-size: contain;
}
#products .prod-3 {
  background: url("../img/prod-bg-3.png") center no-repeat;
  background-size: cover;
}
#products .prod-3 .prod-img {
  background: url("../img/prod-img-bg-2.png") center no-repeat;
  background-size: contain;
}
#products .prod-4 {
  background: url("../img/prod-bg-4.png") center no-repeat;
  background-size: cover;
}
#products .prod-4 .prod-img {
  background: url("../img/prod-img-bg-2.png") center no-repeat;
  background-size: contain;
}
#products .prod-5 {
  background: url("../img/prod-bg-5.png") center no-repeat;
  background-size: cover;
}
#products .prod-5 .prod-img {
  background: url("../img/prod-img-bg-2.png") center no-repeat;
  background-size: contain;
}
#products .prod {
  padding: 2em 5em 3em;
}
#products #maindiv {
  overflow: hidden;
  white-space: nowrap;
}
#products #div1 {
  display: inline-block;
  animation: marquee1 15s linear infinite;
  width: 100%;
}
#products #div1 span {
  padding-right: 100px;
}
@keyframes marquee1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

#profits-hundred {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

#transparency {
  padding-top: 5rem;
  padding-bottom: 9rem;
}
#transparency .dog-art {
  position: relative;
}
#transparency img {
  position: absolute;
  top: -100px;
  right: 40px;
}

#info {
  background: url("../img/homepage/info-bg.png") no-repeat;
  background-size: cover;
  background-position: 80%;
  margin-top: 5em;
  padding-top: 9em;
  padding-bottom: 4.5em;
}

#instagram {
  background: url("../img/homepage/insta-bg.svg") no-repeat center;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 3.5em;
}
#instagram .insta-head {
  padding-bottom: 3em;
}
#instagram .insta-pic-1 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
#instagram .insta-pic-1 h2 {
  position: absolute;
  top: 20px;
  right: 50%;
}
#instagram .insta-pic-1 .heart {
  position: absolute;
  right: 17px;
  bottom: 10px;
}
#instagram .insta-pic-2 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
#instagram .insta-pic-2 h2 {
  position: absolute;
  bottom: 0;
  left: 30px;
}
#instagram .insta-pic-3 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
#instagram .insta-pic-3 h2.s {
  position: absolute;
  bottom: 50%;
  left: -20px;
}
#instagram .insta-pic-3 h2.t {
  position: absolute;
  right: 0;
  bottom: 0;
}
#instagram .insta-pic-4 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
#instagram .insta-pic-4 h2 {
  position: absolute;
  top: 0;
  left: 30%;
}
#instagram .insta-pic-4 .paw {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

#footer {
  background: url("../img/footer-bg.png") center no-repeat;
  background-size: cover;
  padding-block: 4em;
}
#footer .social-icons {
  padding-bottom: 2.3em;
}
#footer .social-icons i {
  font-size: 24px;
  color: var(--wcsalmon);
  padding-left: 24px;
}
#footer .footer-nav {
  gap: 50px;
}
#footer .footer-nav .footer-link {
  text-decoration: none;
}

#about-header {
  background: url("../img/about/header-bg.png") center no-repeat;
  background-size: cover;
  padding-top: 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#mission {
  background: url("../img/about/mission-bg.png") center no-repeat;
  background-size: cover;
  padding-top: 7em;
  padding-bottom: 5.5em;
}

#objectives {
  background-color: var(--wcindigo);
  padding-top: 5em;
  padding-bottom: 6em;
}
#objectives .obj {
  margin-block: 4.8em;
}
#objectives .obj-left {
  position: relative;
}
#objectives .obj-icon-1 {
  position: absolute;
  right: 40%;
}
#objectives .obj-icon-2 {
  position: absolute;
  right: 20%;
}
#objectives .obj-icon-3 {
  position: absolute;
  right: 15%;
}

#know-us {
  background: url("../img/about/know-us-bg.png");
  background-size: cover;
}
#know-us .container {
  padding-right: 6.5em;
  position: relative;
}
#know-us .arrow {
  position: absolute;
  right: -10%;
  top: -25%;
}

#sponsors {
  padding-top: 6em;
  padding-bottom: 8em;
  background-color: var(--wcmint);
}
#sponsors h4, #sponsors #recipe_main-form .label-recipe, #recipe_main-form #sponsors .label-recipe {
  padding-left: 7rem;
}
#sponsors .sponsor-imgs {
  padding-top: 2rem;
}
#sponsors .sponsor-imgs img {
  mix-blend-mode: multiply;
}

#about-timeline {
  padding-top: 6em;
  padding-bottom: 7.5em;
}
#about-timeline h4, #about-timeline #recipe_main-form .label-recipe, #recipe_main-form #about-timeline .label-recipe {
  padding-bottom: 110px;
}
#about-timeline .timeline-1-left h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#about-timeline .timeline-1-left p {
  padding-top: 96px;
  padding-left: 120px;
}
#about-timeline .timeline-3-left img {
  width: 120%;
}
#about-timeline .timeline-4-left img {
  padding-right: 7em;
}
#about-timeline .timeline-4-left p {
  padding-left: 60px;
}
#about-timeline .timeline-5-left {
  position: relative;
}
#about-timeline .timeline-5-left h1 {
  position: absolute;
  right: -200px;
  top: 0;
  z-index: 99;
}
#about-timeline .timeline-5-left img {
  padding-top: 90px;
}
#about-timeline .timeline-7-left {
  padding-right: 5em;
}
#about-timeline .timeline-7-left img {
  padding-right: 2em;
}
#about-timeline .timeline-8-left h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: inherit;
}
#about-timeline .timeline-8-left p.body {
  padding-left: 9rem;
  padding-top: 11rem;
}
#about-timeline .timeline-9-left p {
  padding-left: 96px;
}
#about-timeline .timeline-10-left h5 {
  padding-top: 30px;
}
#about-timeline .next-slide {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 250px;
}
#about-timeline .next-slide img {
  width: 180px;
}

#prod-detail, #recipe-results {
  padding-top: 11em;
  padding-bottom: 5.5em;
  background: url("../img/product-detail/landing-bg.svg");
}
#prod-detail .btn-secondary, #recipe-results .btn-secondary,
#prod-detail .btn-primary,
#recipe-results .btn-primary {
  width: 100%;
  padding: 24px;
  background-size: 100% 100% !important;
}
#prod-detail .btn-primary, #recipe-results .btn-primary {
  background: url("/assets/img/product-detail/btn-primary-bg-xl.png") no-repeat;
}
#prod-detail .btn-secondary, #recipe-results .btn-secondary {
  background: url("/assets/img/product-detail/btn-secondary-bg-xl.png") no-repeat;
}
#prod-detail .prod-feeding-guide .btn, #recipe-results .prod-feeding-guide .btn {
  background: var(--wcoffwhite);
  font-weight: 600;
  /* font-size: 16px; */
  padding: 12px 24px;
  border: 2px solid var(--wcsalmon);
  color: var(--wcnavyblue);
}
#prod-detail .prod-desc .body, #recipe-results .prod-desc .body {
  line-height: 28px;
}
#prod-detail .prod-features, #recipe-results .prod-features {
  padding-top: 3rem;
}
#prod-detail .form-check, #recipe-results .form-check {
  padding: 24px;
  padding-bottom: 16px;
  border: 1px solid gainsboro;
  margin-top: 1.5rem;
  border-radius: 1em;
}
#prod-detail select, #recipe-results select {
  width: 100%;
  margin: 0;
}
#prod-detail .option-note, #recipe-results .option-note {
  margin: 0;
  margin-top: 8px;
  font-size: 15px;
}
#prod-detail .price-strike, #recipe-results .price-strike {
  text-decoration: line-through;
  color: #ababab;
  font-size: 18px;
  margin-right: 8px;
}
#prod-detail #planRange, #recipe-results #planRange {
  font-weight: 600;
}
#prod-detail .back-to, #recipe-results .back-to {
  margin-bottom: 3em;
}
#prod-detail .prod-img, #recipe-results .prod-img {
  position: relative;
  padding-top: 4em;
  margin-top: 4em;
  text-align: center;
}
#prod-detail .prod-img .prod-slash, #recipe-results .prod-img .prod-slash {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#prod-detail .prod-img .prod-type, #recipe-results .prod-img .prod-type {
  position: absolute;
  left: 20%;
  bottom: 0;
}
#prod-detail .prod-quantity, #recipe-results .prod-quantity {
  margin-top: 2em;
}
#prod-detail .prod-pricing, #recipe-results .prod-pricing {
  margin-top: 2em;
}
#prod-detail .btn-minus, #recipe-results .btn-minus {
  height: 100%;
  background-color: var(--wcdarkwhite);
  color: var(--wcnavyblue);
  border: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
}
#prod-detail .btn-minus:disabled, #recipe-results .btn-minus:disabled {
  background-color: rgba(230, 228, 218, 0.7803921569) !important;
  cursor: not-allowed;
}
#prod-detail .btn-plus, #recipe-results .btn-plus {
  height: 100%;
  background-color: var(--wcdarkwhite);
  color: var(--wcnavyblue);
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 1em;
  border-top-right-radius: 1em;
}
#prod-detail .btn-plus:disabled, #recipe-results .btn-plus:disabled {
  background-color: rgba(230, 228, 218, 0.7803921569) !important;
}
#prod-detail .input-number, #recipe-results .input-number {
  background-color: var(--wcdarkwhite);
  border: none;
  text-align: center;
}
#prod-detail [type=radio]:checked, #recipe-results [type=radio]:checked,
#prod-detail [type=radio]:not(:checked),
#recipe-results [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#prod-detail [type=radio]:checked + label, #recipe-results [type=radio]:checked + label,
#prod-detail [type=radio]:not(:checked) + label,
#recipe-results [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--wcnavyblue);
}
#prod-detail [type=radio]:checked + label:before, #recipe-results [type=radio]:checked + label:before,
#prod-detail [type=radio]:not(:checked) + label:before,
#recipe-results [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--wcnavyblue);
  border-radius: 100%;
  background: #fff;
}
#prod-detail [type=radio]:checked + label:after, #recipe-results [type=radio]:checked + label:after,
#prod-detail [type=radio]:not(:checked) + label:after,
#recipe-results [type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--wcnavyblue);
  position: absolute;
  top: 9px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
#prod-detail [type=radio]:not(:checked) + label:after, #recipe-results [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#prod-detail [type=radio]:checked + label:after, #recipe-results [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#prod-detail .form-check, #recipe-results .form-check {
  padding-left: 0;
}
#prod-detail select, #recipe-results select {
  background-color: var(--wcdarkwhite);
  border: none;
  padding: 1em;
  width: 400px;
  border-radius: 1em;
  margin-left: 2.2em;
}
#prod-detail .prod-features, #recipe-results .prod-features {
  padding-top: 4.5em;
}
#prod-detail .feature, #recipe-results .feature {
  padding-bottom: 1em;
}
#prod-detail .feature i, #recipe-results .feature i {
  color: var(--wcsalmon);
  padding-right: 1em;
  font-size: 21px;
}

.carousel-product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#shop-banner, #recipe_banner-section {
  background-color: var(--wcindigo);
}
#shop-banner .row:first-child, #recipe_banner-section .row:first-child {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#shop-banner .header-right, #recipe_banner-section .header-right {
  padding-top: 15em;
}
#shop-banner .header-right p, #recipe_banner-section .header-right p {
  font-weight: 500;
}
#shop-banner .header-right a.btn, #recipe_banner-section .header-right a.btn {
  margin-top: 2.5em;
  margin-bottom: 5em;
}

#marquee {
  margin-top: 1.5em;
  margin-bottom: 4em;
}
#marquee .marquee-text {
  font-family: "Personal Services";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  font-size: var(--h5);
  letter-spacing: 0.02em;
  color: var(--wcnavyblue);
}
#marquee #maindiv {
  overflow: hidden;
  white-space: nowrap;
}
#marquee #div1 {
  display: inline-block;
  animation: marquee1 15s linear infinite;
  width: 100%;
}
#marquee #div1 span {
  padding-right: 100px;
}
@keyframes marquee1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

#product-list {
  margin-bottom: 7em;
}
#product-list .product {
  margin-bottom: 4.5em;
}
#product-list .product .prod-details {
  margin-top: 1em;
}
#product-list .nav-tabs .nav-link {
  background-color: var(--wcoffwhite) !important;
  font-size: var(--h3);
  color: var(--wcdarkwhite);
  border: none;
}
#product-list .nav-tabs .nav-link img {
  display: none;
}
#product-list .nav-tabs .nav-link.active {
  color: var(--wcsalmon);
}
#product-list .nav-tabs .nav-link.active img {
  display: block;
}
#product-list .nav.nav-tabs {
  margin-bottom: 3.5em;
  border: none;
}
#product-list .accordion-item:first-of-type .accordion-button {
  background-color: var(--wcoffwhite);
  color: var(--wcnavyblue);
  font-size: var(--button);
}
#product-list .accordion-item {
  border: none;
}
#product-list .accordion-body {
  background-color: var(--wcoffwhite);
}
#product-list .accordion-body ul li {
  color: var(--wcdarkwhite);
  font-size: var(--button);
  padding-bottom: 8px;
}
#product-list .accordion-body ul li.active {
  color: var(--wcnavyblue);
  font-weight: 500;
}

#cart_header {
  padding-top: 13em;
  padding-bottom: 4.5em;
}

.cart_table td {
  padding-top: 1rem;
}
.cart_table p.prod_name {
  padding-left: 1rem;
}
.cart_table p.qty {
  background-color: var(--wcdarkwhite);
  padding: 0.5rem;
  text-align: center;
  border-radius: 1rem;
}

.cart_summary {
  background-color: var(--wcgrey);
  padding: 2em;
  margin-bottom: 5em;
  border-radius: 1em;
}
.cart_summary .summary {
  border-bottom: 1px solid var(--wcoffwhite);
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
}
.cart_summary .shipping {
  border-bottom: 1px solid var(--wcoffwhite);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.cart_summary .cart_totals {
  border-bottom: 1px solid var(--wcoffwhite);
  margin-bottom: 1rem;
}
.cart_summary button {
  margin-top: 3.5rem;
}

#cartOffCanvas {
  background-color: var(--wcblue);
  padding-inline: 4.5rem;
  padding-top: 3rem;
  padding-bottom: 4.8rem;
}

.offcanvas {
  width: 600px !important;
}

.offcanvas-header {
  border-bottom: 1px solid var(--wcgrey);
}

.offcanvas-footer .subtotal {
  border-top: 1px solid var(--wcgrey);
  border-bottom: 1px solid var(--wcgrey);
  padding-top: 1.9em;
  padding-bottom: 0;
}
.offcanvas-footer .disclaimer {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 2em;
}
.offcanvas-footer .basket-btn button {
  width: 100%;
  background-size: cover;
}

#products_splide .splide__arrows.splide__arrows--ltr {
  position: relative;
}
#products_splide .splide__arrow.splide__arrow--prev {
  left: 91vw;
  top: -40px;
}
#products_splide .splide__arrow.splide__arrow--next {
  right: 30px;
  top: -40px;
}

#cartProdCard .input-number {
  background-color: var(--wcdarkwhite);
  border: none;
  text-align: center;
}
#cartProdCard .btn-plus {
  height: 100%;
  background-color: var(--wcdarkwhite);
  color: var(--wcnavyblue);
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 1em;
  border-top-right-radius: 1em;
}
#cartProdCard .btn-minus {
  height: 100%;
  background-color: var(--wcdarkwhite);
  color: var(--wcnavyblue);
  border: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
}
#cartProdCard .btn-minus:disabled {
  background-color: rgba(230, 228, 218, 0.7803921569) !important;
  cursor: not-allowed;
}

#extended-desc {
  background: url("../img/product-detail/extended-desc-bg.svg") center no-repeat;
  background-size: cover;
  padding-block: 5rem;
}
#extended-desc .row:first-child {
  padding-top: 3.5rem;
}
#extended-desc .extended-inner-desc {
  padding-bottom: 1.5rem;
}
#extended-desc .extended-inner-desc p {
  padding-top: 1.4rem;
}
#extended-desc .extended-right-inner {
  padding-bottom: 5rem;
}

#extended-desc-recipe {
  background: url("../img/product-detail/extended-desc-bg.svg") center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
#extended-desc-recipe .food-bowl {
  position: absolute;
  left: 0;
  top: -60px;
}
#extended-desc-recipe .food-bowl img {
  padding-left: 0;
}
#extended-desc-recipe h2,
#extended-desc-recipe img {
  padding-left: 0rem;
  z-index: 9999;
}
#extended-desc-recipe .row:first-child {
  padding-top: 3.5rem;
}
#extended-desc-recipe .extended-inner-desc {
  padding-bottom: 1.5rem;
}
#extended-desc-recipe .extended-inner-desc p {
  padding-top: 1.4rem;
}
#extended-desc-recipe .extended-right-inner {
  padding-bottom: 5rem;
}

#related-prods {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}

.custom-font {
  font-family: "Reenie Beanie", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: var(--h4);
  line-height: 80%;
  letter-spacing: -0.02em;
}

.navbar-collapse.collapse.show {
  background-color: var(--wcnavyblue);
  border-radius: 8px;
  z-index: 10000000000000000;
}

#how-works-header {
  background: url("../img/how-works/bg-landing.png") center no-repeat;
  background-size: cover;
  padding-top: 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#how {
  margin-top: 7rem;
  margin-bottom: 4rem;
}
#how .how-row-2 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
#how .how-1 {
  position: relative;
  padding-top: 5rem;
  padding-left: 3rem;
}
#how .how-1 h1 {
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: -1;
}
#how .how-2 {
  position: relative;
}
#how .how-2 img.bg {
  position: absolute;
  top: -20px;
  z-index: -1;
}
#how .how-3 {
  position: relative;
}
#how .how-3 img {
  padding-left: 60px;
  aspect-ratio: 4/3;
}
#how .how-3 img.bg {
  position: absolute;
  top: -20px;
  z-index: -1;
}
#how .how-4 {
  position: relative;
  padding-top: 5rem;
  padding-left: 6rem;
}
#how .how-4 h1 {
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: -1;
}
#how .how-5 {
  position: relative;
  padding-top: 5rem;
  padding-left: 6rem;
}
#how .how-5 h1 {
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: -1;
}
#how .how-6 {
  position: relative;
}
#how .how-6 img {
  padding-left: 60px;
  aspect-ratio: 4/3;
}
#how .how-6 img.bg {
  position: absolute;
  top: -20px;
  z-index: -1;
}

#benefits {
  background: url("../img/how-works/benefits-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#how-4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
#how-4 .how-4-left {
  position: relative;
}
#how-4 .how-4-left h1 {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
}
#how-4 .how-4-left .how-4-desc {
  padding-left: 6rem;
  padding-top: 4rem;
}
#how-4 .how-4-right {
  text-align: center;
  position: relative;
}
#how-4 .how-4-right img {
  padding-top: 6rem;
}
#how-4 .how-4-right img.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#points {
  background: url("../img/how-works/points-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 6.5rem;
}
#points .points-inner {
  background-color: var(--wcsalmon);
  padding: 4.5rem 5rem;
  border-radius: 12px;
}
#points .points-desc {
  padding-top: 2rem;
}
#points .points-desc ul {
  padding-left: 15px;
  margin-left: 0px;
}
#points .points-desc ul li {
  padding-bottom: 23px;
}

#how-5 {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
#how-5 .how-5-right {
  position: relative;
}
#how-5 .how-5-right h1 {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
}
#how-5 .how-5-right .how-4-desc {
  padding-left: 6rem;
  padding-top: 4rem;
}
#how-5 .how-5-left {
  text-align: center;
  position: relative;
}
#how-5 .how-5-left img {
  padding-top: 6rem;
}
#how-5 .how-5-left img.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#how-5 .marquee-how {
  padding-top: 9rem;
}
#how-5 .marquee-text {
  font-family: "Personal Services";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  font-size: var(--h5);
  letter-spacing: 0.02em;
  color: var(--wcnavyblue);
}
#how-5 #maindiv {
  overflow: hidden;
  white-space: nowrap;
}
#how-5 #div1 {
  display: inline-block;
  animation: marquee1 10s linear infinite;
  width: 100%;
}
#how-5 #div1 span {
  padding-right: 100px;
}
@keyframes marquee1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

#waggin {
  background-color: var(--wcmint);
  padding-top: 5rem;
  padding-bottom: 4rem;
}
#waggin span.h4 {
  font-family: "Reenie Beanie";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 90%;
  letter-spacing: -0.04em;
  color: #000000;
  padding-left: 20px;
}

#recipe-header {
  background-color: var(--wcindigo);
  background-size: cover;
  padding-top: 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#recipe-header .row {
  position: relative;
}
#recipe-header img {
  width: inherit;
}
#recipe-header img.artwork {
  position: absolute;
  right: 0;
  top: -20px;
}

#grain-based {
  padding-bottom: 4.5rem;
}
#grain-based .marquee-recipee {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
#grain-based .marquee-text {
  font-family: "Personal Services";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 119.54%;
  color: var(--wcnavyblue);
}
#grain-based #maindiv {
  overflow: hidden;
  white-space: nowrap;
}
#grain-based #div1 {
  display: inline-block;
  animation: marquee1 10s linear infinite;
  width: 100%;
}
#grain-based #div1 span {
  padding-right: 100px;
}
@keyframes marquee1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

#review {
  background: url("../img/recipes/review-bg.png");
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
#review .review-head .img {
  display: flex;
  justify-content: center;
}
#review .review-desc {
  padding-top: 5rem;
}
#review .review-left {
  border-radius: 12px;
  padding: 30px 64px;
  margin-left: -15px;
  position: relative;
  height: 100%;
}
#review .review-left.mint-bg {
  background-color: var(--wcmint);
}
#review .review-left.white-bg {
  background-color: var(--wcoffwhite);
}
#review .review-left.indigo-bg {
  background-color: var(--wcindigo);
}
#review .review-left.blue-bg {
  background-color: var(--wcblue);
}
#review .review-left h4, #review .review-left #recipe_main-form .label-recipe, #recipe_main-form #review .review-left .label-recipe {
  padding-left: 40px;
  padding-bottom: 30px;
}
#review .review-left ul {
  padding-bottom: 30px;
}
#review .review-left .dog-pic {
  position: absolute;
  left: -100px;
  top: -100px;
}
#review .review-right {
  padding: 30px 64px;
}
#review .review-right h4, #review .review-right #recipe_main-form .label-recipe, #recipe_main-form #review .review-right .label-recipe {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
#review .review-right .stars {
  padding-bottom: 2.2rem;
}
#review .review-outer {
  background-color: var(--wcnavyblue);
  border-radius: 12px;
  margin-left: 100px;
  margin-top: 120px;
  margin-right: 20px;
}
#review .splide__arrow.splide__arrow--next {
  right: 0 !important;
  bottom: 0 !important;
}

#recipe_banner-section {
  background: url(../img/about/mission-bg.png) center no-repeat;
  background-size: cover;
  min-height: 100%;
}
#recipe_banner-section .header-icons-recipe {
  width: 85%;
  height: auto;
}
#recipe_banner-section .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#recipe_banner-section .wrapper .container {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#recipe_banner-section .wrapper .container .row:first-child {
  padding-top: 200px;
  min-height: auto;
}
#recipe_banner-section .wrapper .container .row:first-child p {
  font-weight: 500;
}
#recipe_banner-section .wrapper .container .row:nth-child(2) .discover {
  margin-left: 8em;
}
#recipe_banner-section .wrapper .container .image-row {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: flex-end;
  margin: 0;
}
#recipe_banner-section .wrapper .container .image-row div {
  padding: 0;
}
#recipe_banner-section .header-right p {
  font-weight: 500;
}

.progress-recipe {
  border-radius: 500px;
}
.progress-recipe .progress-bar {
  background-color: var(--bs-warning);
}

.recipe-form-area {
  max-width: 750px;
  margin: 8em auto;
}
.recipe-form-area .step-count {
  color: var(--wcsalmon) !important;
  font-weight: 600;
}

#recipe_main-form {
  margin-top: 2em;
}
#recipe_main-form .form-card {
  padding: 50px;
  background-color: var(--purewhite);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
#recipe_main-form .form-card .row {
  gap: 24px 0;
}
#recipe_main-form .form-card .form-control {
  border: 1px solid rgba(37, 45, 84, 0.25);
}
#recipe_main-form .form-card .card {
  flex-direction: row;
  border: unset;
  background: rgba(154, 219, 246, 0.2);
  transition: all 0.2s ease;
  height: 150px;
  max-height: 150px;
}
#recipe_main-form .form-card .card input[type=radio] {
  position: absolute;
  opacity: 0;
}
#recipe_main-form .form-card .card .inner-card {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 18px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
#recipe_main-form .form-card .card .inner-card .check {
  display: block;
  position: absolute;
  background: #ffffff;
  border: 1px solid rgba(154, 219, 246, 0.5);
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
}
#recipe_main-form .form-card .card .inner-card .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
}
#recipe_main-form .form-card .card .inner-card .label-group {
  padding-left: 32px;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 9;
}
#recipe_main-form .form-card .card .inner-card .label-group p:first-child {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
#recipe_main-form .form-card .card .inner-card .label-group p:last-child {
  opacity: 0.5;
}
#recipe_main-form .form-card .card .inner-card .image-box svg {
  opacity: 0.25;
  width: auto;
  height: 65px;
}
#recipe_main-form .form-card .card .inner-card .image-box svg path {
  fill: var(--wcnavyblue);
}
#recipe_main-form .form-card .card input[type=radio]:checked ~ .inner-card {
  background: var(--wcnavyblue);
}
#recipe_main-form .form-card .card input[type=radio]:checked ~ .inner-card .check::before {
  background: var(--wcnavyblue);
}
#recipe_main-form .form-card .card input[type=radio]:checked ~ .inner-card .label-group p:first-child {
  color: var(--purewhite);
}
#recipe_main-form .form-card .card input[type=radio]:checked ~ .inner-card .label-group p:last-child {
  color: #97b4c0;
  opacity: 1;
}
#recipe_main-form .form-card .card input[type=radio]:checked ~ .inner-card .image-box svg {
  opacity: 0.85;
}
#recipe_main-form .form-card .card input[type=radio]:checked ~ .inner-card .image-box svg path {
  fill: var(--purewhite);
}
#recipe_main-form .form-card .card:hover {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#recipe_main-form .form-card .row-multi-question {
  margin-top: 42px;
}
#recipe_main-form #step-3 .form-card .card,
#recipe_main-form #step-4 .form-card .card,
#recipe_main-form #step-5 .form-card .card,
#recipe_main-form #step-6 .form-card .card {
  max-height: unset;
  height: auto;
}
#recipe_main-form #step-3 .form-card .card .inner-card .label-group p,
#recipe_main-form #step-4 .form-card .card .inner-card .label-group p,
#recipe_main-form #step-5 .form-card .card .inner-card .label-group p,
#recipe_main-form #step-6 .form-card .card .inner-card .label-group p {
  opacity: 1;
}
#recipe_main-form #step-3 .form-card .card input[type=radio]:checked ~ .inner-card .label-group p,
#recipe_main-form #step-4 .form-card .card input[type=radio]:checked ~ .inner-card .label-group p,
#recipe_main-form #step-5 .form-card .card input[type=radio]:checked ~ .inner-card .label-group p,
#recipe_main-form #step-6 .form-card .card input[type=radio]:checked ~ .inner-card .label-group p {
  color: var(--purewhite);
}
#recipe_main-form #step-3 .range-selector {
  padding: 18px;
  border: 2px solid rgba(154, 219, 246, 0.25);
  border-radius: 8px;
}
#recipe_main-form #step-3 .range-selector label {
  opacity: 0.5;
}
#recipe_main-form #step-3 .range-selector p {
  font-size: 18px;
  font-weight: 500;
}
#recipe_main-form #step-4 .form-card .row {
  gap: 12px 0;
}
#recipe_main-form .btn-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#recipe_main-form .btn {
  margin-top: 2em !important;
  height: 60px;
  width: 250px;
  padding: 16px;
}
#recipe_main-form .btn-primary {
  background: url("../img/recipe-selector/btn-primary-bg-xl.png") no-repeat;
}
#recipe_main-form .btn-secondary {
  background: url("../img/recipe-selector/btn-secondary-bg-xl.png") no-repeat;
}
#recipe_main-form .step .nameValDog {
  color: var(--wcindigo);
}
#recipe_main-form .label-recipe {
  font-size: var(--h7);
  font-weight: 600;
  text-transform: capitalize;
}
#recipe_main-form .title-label {
  margin-bottom: 12px;
  color: var(--bs-gray-500);
  font-weight: 500;
  line-height: 24px;
}
#recipe_main-form legend {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 36px;
}

#profileCard {
  border: 1px solid var(--wcmint);
  background-color: var(--wcoffwhite);
}
#profileCard .label-group {
  border-bottom: 1px solid var(--wcmint);
  padding-bottom: 16px;
  padding: 16px;
}
#profileCard .label-group p {
  margin-bottom: 0;
}
#profileCard .label-group .label {
  color: var(--bs-gray-500);
  margin-bottom: 4px;
  font-size: 12px;
}

#recipe-results {
  padding-top: 18em;
  padding-bottom: 5em;
}
#recipe-results .title-container-results {
  max-width: 600px;
  margin: auto;
  text-align: center;
  justify-content: center;
}
#recipe-results .title-container-results h3, #recipe-results .title-container-results #recipe_main-form legend, #recipe_main-form #recipe-results .title-container-results legend {
  font-size: 64px;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}

#taste-testers {
  background-color: var(--wcsalmon);
  padding-block: 4.5rem;
  margin-top: 4.5rem;
}
#taste-testers #testers {
  padding-top: 4rem;
}
#taste-testers #testers li {
  text-align: center;
}
#taste-testers #testers li h4, #taste-testers #testers li #recipe_main-form .label-recipe, #recipe_main-form #taste-testers #testers li .label-recipe {
  padding-top: 2rem;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

@media only screen and (max-width: 1700px) {
  #extended-desc-recipe .food-bowl img {
    width: 80%;
  }
  #extended-desc-recipe h2,
  #extended-desc-recipe .underline {
    padding-left: 7rem;
  }
}
@media only screen and (max-width: 1200px) {
  #extended-desc-recipe .food-bowl img {
    width: 80%;
  }
  #extended-desc-recipe h2,
  #extended-desc-recipe .underline {
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 600px) {
  #info p.h7 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  #info a {
    margin-top: 2.5rem;
  }
  #about {
    padding-top: 3rem;
  }
  #about .profits {
    top: -100px;
    left: 0;
  }
  #about h2 {
    margin-top: 25px;
    padding-bottom: 20px;
  }
  #instagram .insta-pic-3 {
    margin-top: 29px;
  }
  #instagram .insta-pic-4 {
    margin-top: 29px;
  }
  #footer .social-icons {
    padding-top: 2.8rem;
    padding-bottom: 2rem;
  }
  #footer .social-icons i {
    padding-left: 0px;
    padding-right: 1.5rem;
  }
  #footer .footer-nav {
    display: grid;
    gap: 50px;
  }
  #about-timeline .timeline-1-left p {
    padding-left: 0px;
    padding-top: 9rem;
  }
  #about-timeline .timeline-3-left img {
    width: 100%;
  }
  #about-timeline .timeline-4-left p {
    padding-left: 0px;
  }
  #about-timeline .timeline-5-left h1 {
    right: 0;
  }
  #about-timeline .timeline-7-left {
    padding-right: 0;
  }
  #about-timeline .timeline-9-left p {
    padding-left: 0;
  }
  #know-us .col-lg-6 {
    padding-top: 3rem;
  }
  #shop-banner .header-right, #recipe_banner-section .header-right {
    padding-top: 1rem;
  }
  #shop-banner .row:first-child, #recipe_banner-section .row:first-child {
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
  #shop-banner .header-right a.btn, #recipe_banner-section .header-right a.btn {
    margin-block: 2rem;
  }
  #marquee #div1 {
    animation: marquee1 8s linear infinite;
  }
  .navbar .navbar-brand img {
    position: relative;
    transform: none !important;
    top: inherit;
    left: inherit;
  }
  .navbar-dark .navbar-brand img {
    position: relative;
    transform: none !important;
    top: inherit;
    left: inherit;
  }
  .navbar-dark .nav-link {
    color: var(--wcoffwhite) !important;
  }
  .secondary-nav {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-inline: 10px;
    border-bottom: 2px solid #fff;
  }
  .secondary-nav li {
    display: inline-block;
  }
  .secondary-nav li:first-child a {
    padding-left: 15px !important;
  }
  .navbar .navbar-nav .line-left {
    display: none;
  }
  .navbar .navbar-nav .line-right {
    display: none;
  }
  .navbar-dark .navbar-nav .line-left {
    display: none;
  }
  .navbar-dark .navbar-nav .line-right {
    display: none;
  }
  .mobile-only-nav {
    margin-inline: 10px;
    padding-bottom: 3rem;
  }
  .mobile-only-nav h2 {
    padding-top: 4rem;
    padding-bottom: 1.3rem;
  }
  .how-1 {
    padding-top: 2rem !important;
  }
  #how .how-2 img {
    width: 100%;
  }
  #how .how-4,
  #how .how-5,
  #how-4 .how-4-left .how-4-desc {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  #how .how-3 img {
    padding-left: 20px;
    width: 90%;
    padding-top: 40px;
  }
  #how .how-3 img.bg {
    width: 100%;
  }
  #how .how-6 img {
    width: 90%;
    padding-left: 0;
  }
  #how .how-6 img.bg {
    width: 100%;
  }
  #how-4 .how-4-right img {
    width: 90%;
  }
  #how-4 .how-4-right img.bg {
    width: 100%;
  }
  #how-5 .how-5-left img {
    width: 90%;
    padding-top: 3rem;
  }
  #how-5 .how-5-left img.bg {
    width: 100%;
  }
  #points .points-inner {
    padding: 2rem;
  }
  #how-5 .how-5-right .how-4-desc {
    padding-left: 2rem;
    padding-top: 1.5rem;
    padding-right: 2rem;
  }
  #waggin span.h4 {
    display: block;
    padding-left: 0px;
    padding-top: 20px;
  }
  #recipe-header img {
    width: 80%;
  }
  #recipe-header img.artwork {
    position: relative;
    padding-top: 50px;
    width: 100%;
  }
  #grain-based .text-end {
    display: block;
  }
  #review .review-left {
    margin-right: -15px;
  }
  #review .review-left .dog-pic {
    width: 30%;
  }
  #review .review-left,
  #review .review-right {
    padding: 25px 40px;
  }
  #review .review-outer {
    margin-left: 30px;
    margin-top: 60px;
  }
  #review .review-left .dog-pic {
    position: absolute;
    left: -30px;
    top: -30px;
  }
  #review .review-head .img {
    display: block;
  }
  #review .review-head .img img {
    width: 70% !important;
  }
  #transparency {
    padding-bottom: 4rem;
  }
  #transparency h2 {
    font-size: 40px;
  }
  #transparency img {
    position: relative;
    top: 0px;
    width: 100%;
  }
  #about-timeline .timeline-8-left p.body {
    padding-left: 2rem;
    padding-top: 6rem;
  }
  #about .dog-art img {
    position: relative;
    width: 90%;
  }
  #recipe_banner-section .wrapper .container .row:first-child {
    padding-top: 125px;
  }
  #recipe_banner-section .wrapper .container .row.justify-content-center {
    width: 100%;
  }
  #recipe_banner-section .wrapper .container .row.justify-content-center .discover {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 16px;
  }
  #recipe_banner-section .wrapper .container .row.justify-content-center .discover .navy-blue {
    font-size: 40px;
    max-width: 200px;
  }
  #recipe_banner-section .wrapper .container .row.justify-content-center .discover img {
    width: auto;
    height: 75px;
    margin-top: 10px;
  }
  #recipe_banner-section .header-icons-recipe {
    padding-top: 1.5rem;
    width: 80%;
  }
  #recipe_banner-section .header-icons-recipe + .pt-4 {
    padding-top: 1rem !important;
  }
  #recipe_banner-section .header-icons-recipe + .pt-4 .navy-blue {
    margin: 0;
  }
  #recipe_banner-section .image-row .text-end img {
    width: 60%;
  }
  #recipe_banner-section .image-row .text-start {
    display: none;
  }
  .recipe-form-area {
    max-width: unset;
    margin: 4em 0;
    padding: 0px 12px;
  }
  .recipe-form-area #recipe_main-form .form-card {
    padding: 32px;
  }
  .recipe-form-area #recipe_main-form .form-card .row {
    gap: 16px 0;
  }
  .recipe-form-area #recipe_main-form .form-card .card .inner-card .image-box svg {
    height: 55px;
  }
  .recipe-form-area #recipe_main-form .btn {
    width: 100%;
    height: auto;
    width: 100%;
    padding: 24px;
    background-size: 100% 100% !important;
  }
  .recipe-form-area #recipe_main-form .btn-primary {
    background: url("../img/product-detail/btn-primary-bg-xl.png") no-repeat;
  }
  .recipe-form-area #recipe_main-form .btn-secondary {
    background: url("../img/product-detail/btn-secondary-bg-xl.png") no-repeat;
    margin-top: 1rem !important;
  }
  .recipe-form-area #recipe_main-form .btn-row {
    flex-direction: column-reverse;
  }
  #pet-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #pet-details .label-group {
    width: 50%;
  }
  #pet-details .label-group:nth-child(5) {
    width: 100%;
  }
  #recipe-results {
    padding-top: 11em;
  }
  #header .landing-underline {
    width: 70%;
  }
  #tell-us .tell-us-arrow {
    transform: rotate(90deg);
  }
  #products_splide .splide__arrows.splide__arrows--ltr {
    display: none;
  }
  #products_splide .splide__slide img {
    width: 100%;
  }
  #products {
    padding-top: 3.5em;
  }
  #instagram .insta-head {
    padding-bottom: 1em;
  }
  #about-timeline h4, #about-timeline #recipe_main-form .label-recipe, #recipe_main-form #about-timeline .label-recipe {
    padding-bottom: 40px;
  }
  #objectives .obj-left h3, #objectives .obj-left #recipe_main-form legend, #recipe_main-form #objectives .obj-left legend {
    padding-bottom: 20px;
  }
  #objectives .obj-left img {
    width: 50%;
  }
  #objectives .obj-icon-1 {
    right: 48%;
  }
  #objectives .obj-icon-3 {
    right: 10%;
  }
  #know-us .container {
    padding-right: 1em;
  }
  #grain-based .diet-arrow {
    width: 20%;
  }
  #extended-desc-recipe {
    padding-top: 2rem;
  }
  #extended-desc-recipe h2,
  #extended-desc-recipe img {
    padding-left: 0rem !important;
  }
  #prod-detail .prod-desc, #recipe-results .prod-desc {
    padding-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */