/** Shopify CDN: Minification failed

Line 1566:29 Unexpected "{"
Line 2530:0 Unexpected "}"

**/
.mobile-header-logo {
  display: block !important;;
}

@media (min-width: 769px) {
  .mobile-header-logo {
    display: none !important;
  }
}

/* GENERAL */
.main-content.faq,
.main-content.cause,
.main-content.give-back {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  max-width: 100%;
}

/* Home */
img.hide-d {
  display: none;
}

.product-single .product--details #AddToCartForm .selector-wrapper label,
.product-single .product--details .product-sub-label {
  background: none !important;
}

/* Additional */
#free-buddy-bites-sample .owl-dots,
#free-buddy-bites-sample .owl-nav {
  display: none !important;
}

/* Three Cols */
.three-columns {
  margin-top: -50px;
}

.three-cols {
  display: block;
  max-width: 80%;
  margin: auto;
  padding-bottom: 50px;
}

.three-cols__item {
  text-align: center;
}
.three-cols__item img {
  max-width: 100px;
  margin: auto auto 10px;
  border-radius: 100%;
  display: block;
}

.three-cols__item h3 {
  font-family: hey_charlieregular, sans-serif;
  font-size: 50px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #0d3e66;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .three-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .three-cols__item {
    flex: 0 0 30%;
    text-align: center;
  }
}

/* Giving Page Header */
.default-banner.banner-giving {
  margin-bottom: 0;
  padding: 80px 0 80px;
  background-position: bottom center;
}

.default-banner.banner-giving .wrapper {
  max-width: 1280px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.default-banner.banner-giving h1 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .default-banner.banner-giving {
    padding: 120px 0 120px;
  }

  .default-banner.banner-giving h1 {
    text-align: right;
    font-size: 100px;
  }
}

/* Give Content */
.give-content {
  padding-bottom: 100px;
  background: url("content-outline.png") bottom center no-repeat;
  background-size: 100%;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .give-content {
    background-size: 30%;
  }
}

.give-content .image-header {
  margin-bottom: 30px;
}
.give-content h2 {
  text-align: center;
  background: #a4c9eb;
  font-family: hey_charlieregular, sans-serif;
  font-size: 80px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #0d3e66;
  padding: 20px 0;
}

.give-content p {
  max-width: 545px;
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .give-content p {
    max-width: 100%;
  }
}

.give-content blockquote {
  background: #a4c9eb;
  max-width: 545px;
  margin: 20px auto;
  color: #0d3e66;
  text-align: center;
  border: 0;
  font-size: 20px;
  font-style: normal;
}

.give-content .icon {
  width: 150px;
  text-align: center;
  color: #0d3e66;
  margin: 40px auto 0;
  display: block;
}

.give-content .icon img {
  max-width: 50px;
  margin: auto;
}

.give-content .icon h3 {
  font-size: 30px;
  margin-bottom: 0;
}

.give-content .icon p {
  font-size: 18px;
  color: #0d3e66;
}

/* PARTNER */
.give-partners {
  margin: 30px 0;
}

.give-partners h2 {
  font-family: hey_charlieregular, sans-serif;
  font-size: 80px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #0d3e66;
  margin-bottom: 10px;
}

.give-partners .partners {
  max-width: 545px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.give-partners .partners .partners__item {
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .give-partners .partners .partners__item {
    flex: 0 0 47%;
    margin-bottom: 0;
  }
}

.give-partners .partners .partners__item .cta {
  font-family: museo_sans700;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
  color: #0d3e66;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(58 58 58 / 26%);
  border: solid 2px #0d3e66;
  background-color: #fff;
  transition: all linear 0.3s;
  margin-top: 20px;
}

.give-partners .partners .partners__item .cta:hover {
  background: #0d3e66;
  color: white;
}

.give-partners .partners .partners__item .cta:after {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0d3e66;
  margin-left: 10px;
}

/* SLIDER */
.give-slider .owl-dots {
  display: none;
}
.give-slider .owl-carousel .owl-nav button.owl-next,
.give-slider .owl-carousel .owl-nav button.owl-prev {
  background: #a4c9eb !important;
  height: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 60px !important;
  color: white;
  font-size: 40px;
}

.give-slider .owl-carousel .owl-nav button.owl-next span,
.give-slider .owl-carousel .owl-nav button.owl-prev span {
  display: inline-block;
  border: 1px solid white;
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 100%;
}

/* Product Page */
#product-slider .owl-nav .owl-prev {
  left: 0;
}
#product-slider .owl-nav [class*="owl-"] {
  overflow: hidden;
  text-indent: -99em;
}

.product-details--form-wrapper .display-price,
.product-details--form-wrapper .price,
.product-details--form-wrapper .price h2 {
  display: flex;
  align-items: center;
  font-size: 35px;
  font-family: "Montserrat" !important;
  color: #0d3e66;
  font-weight: 400;
  margin: 5px 5px 5px 0;
}

/* Ver's Corbner */
@media screen and (min-width: 768px) {
  .image-bar-corner {
    display: flex;
    justify-content: center;
  }
}

.image-bar-corner .grid__item {
  max-width: 300px;
}

/* BUNDLES AND TREATS */
.bundles .kibble-products .featured-image-section .featured--image {
  width: 100% !important;
}

@media screen and (min-width: 1200px) {
  .bundles .kibble-products .featured-image-section .featured--image {
    flex-wrap: nowrap;
  }
}

.bundles .kibble-products .featured-image-section .featured--image-item {
  flex: 0 0 18%;
  margin: auto 1% 20px;
}

.treats .kibble-products .featured-image-section .featured--image-item {
  margin-bottom: 20px;
}

.treats .kibble-products,
.bundles .kibble-products {
  margin-bottom: 300px !important;
}

.bundles .kibble-products .wrapper {
  max-width: 90%;
}

@media screen and (min-width: 581px) {
  .treats .kibble-products .featured-image-section,
  .bundles .kibble-products .featured-image-section {
    height: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .treats .kibble-products .featured-image-section,
  .bundles .kibble-products .featured-image-section {
    height: 475px !important;
  }
}

@media screen and (min-width: 1024px) {
  .treats .kibble-products .featured-image-section,
  .bundles .kibble-products .featured-image-section {
    height: 475px !important;
  }
}

@media screen and (min-width: 1200px) {
  .treats .kibble-products .featured-image-section,
  .bundles .kibble-products .featured-image-section {
    height: 60vh !important;
  }
}

@media screen and (min-width: 1440px) {
  .treats .kibble-products .featured-image-section {
    height: 475px !important;
  }
}

@media screen and (min-width: 1440px) {
  .bundles .kibble-products .featured-image-section {
    height: 60vh !important;
  }
}

.info-section .info .items--list p {
  margin: 10px 10px 0 10px;
}
@media screen and (min-width: 768px) {
  .info-section .info .items--list {
    flex: 0 0 25%;
  }
}

.homepage-featured-content-wrapper
  .homepage-featured-content-box
  a.homepage-featured-box-btn.light-blue {
  background: rgb(152, 201, 235);
  border-color: rgb(152, 201, 235);
}

.content-footer .rte {
  max-width: 210px;
}

/* RECHARGE MIGRATION CSS CHANGES */
.rc_widget__option__plans {
  display: flex;
  margin-top: 20px;
  padding-left: 25px !important;
  margin-top: 10px;
  padding-left: 25px !important;
  padding-bottom: 0 !important;
  justify-content: flex-end;
}

.rc-template__legacy-radio .rc-radio__input {
  /* vertical-align: unset !important; */
}

.rc-template__legacy-radio .rc-radio {
  border-radius: 30px;
}

.rc-radio {
  border: 2px #98c9eb solid;
  margin-bottom: 10px;
  padding: 12px !important;
}

.rc_widget__option--onetime {
  margin-bottom: 10px !important;
}

.rc-widget .rc-option--active {
  background-color: unset !important;
}

.rc_widget__option--subsave .rc_widget__option__selector {
  position: relative;
}
@media (max-width: 500px) {
  .rc-radio.rc_widget__option--subsave {
    padding-top: 15px !important;
  }
}

/* PDP CUSTOM CSS */

.kibblesFlavorSelector {
  display: flex;
  flex-direction: column;
  color: black;
  font-size: 17px;
  gap: 5px;
  margin: 0;
}

.kibblesFlavors {
  display: grid;
  grid-template-columns: repeat(4, 100px);
  gap: 5px;
}

@media (max-width: 480px) {
  .kibblesFlavors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    width: 100%;
  }

  .kibblesFlavor a img {
    width: 100%;
    height: 100%;
  }
}

.kibblesFlavors .kibblesFlavor a {
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: center;
  color: black;
}

.kibblesFlavors .kibblesFlavor a p {
  margin: 0;
}

.product-single .product-menu a {
  text-align: center !important;
  padding: 0;
  font-weight: 500 !important;
}

.product-single .product-menu ul li {
  padding: 10px 10px;
}

.template-product a.select-bites.product-details-product-title.active:after {
  top: 20px;
  right: 16px;
}

@media (max-width: 500px) {
  .menu-item.product-details-product-title {
    text-align: center !important;
  }
}

.product-single .product-details-wrapper {
  margin-top: 0;
}

.product-single .product-detail__description:empty,
.product-single .product-detail__description:blank {
  display: none;
}

.product-single img.made-item {
  margin-top: 2rem;
}

.cs-price-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 2rem !important;
  gap: 1rem;
}

.cs-price-flex .size-price__size-wrapper {
  width: 100%;
  /* max-width: 180px; */
  margin: 0 !important;
}

@media (min-width: 741px) {
  .cs-price-flex .quantity-payment__quantity-wrapper {
    min-width: 100px;
    /* max-width: 130px; */
  }
}

.wsgPriceTarget {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wsgPriceTarget .price h2 {
  color: #0d3e66;
  font-weight: 400;
  font-size: 40px;
  margin: 0;
  font-family: "Montserrat";
}

.gst {
  margin-left: 10px;
  font-size: 40px;
  font-family: "Montserrat";
  color: #0d3e66;
}

.product-single .product--details #AddToCartForm select {
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  padding-right: 0;
  border-radius: 30px;
  max-width: 100% !important;
}

.template-product .quantity-payment__wrapper {
  margin: 0 0 2.6rem;
}

.template-product .quantity-payment__wrapper .paymentButtonsWrapper {
  width: 100%;
}

.template-product .quantity-payment__wrapper .paymentButtonsWrapper #AddToCart {
  background: #98c9eb;
  font-size: 25px;
  padding: 14px 28px;
  transition: all 0.4s;
  border: 2px solid #98c9eb !important;
}

.template-product
  .quantity-payment__wrapper
  .paymentButtonsWrapper
  #AddToCart
  span {
  /* color: #0d3e66 !important; */
}

.template-product
  .quantity-payment__wrapper
  .paymentButtonsWrapper
  #AddToCart:hover {
  border: 2px solid #98c9eb !important;
  color: #98c9eb !important;
  background: #fff !important;
}

.template-product .description-review-wrapper .write-review-button {
  background: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.template-product
  .stamped-review-duplicate
  .summary-overview
  .stamped-summary-text {
  font-size: 18px;
}

@media screen and (max-width: 999px) {
  .product-single .product--thumbnails,
  .product-single .product--details {
    width: 100% !important;
  }
}

@media screen and (max-width: 740px) {
  .cs-price-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cs-price-flex .size-price__size-wrapper {
    width: 48%;
    max-width: 48%;
  }
  .cs-price-flex .quantity-payment__quantity-wrapper {
    width: 48%;
  }
}

@media screen and (max-width: 540px) {
  .template-product .description-review-wrapper .write-review-button {
    display: none;
  }
  .template-product
    .stamped-review-duplicate
    .summary-overview
    .stamped-summary-caption-1 {
    display: none;
  }
}

.qty-wrapper {
  display: flex;
  border: 2px solid #98c9eb;
  border-radius: 30px;
  /* padding: 2.4px; */
  align-items: center;
  justify-content: center;
}

.qty-wrapper button {
  border-radius: 20px 0 0 20px;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  color: #98c9eb;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
}

.qty-wrapper .js-qty {
  height: 40px;
  margin-bottom: 0;
  border: none;
  -moz-appearance: textfield;
  appearance: textfield;
  font-size: 15px;
  padding: 0 !important;
}

.qty-wrapper .js-qty::-webkit-inner-spin-button,
.qty-wrapper .js-qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#quantity {
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  max-width: 100% !important;
  width: 100%;
}

#infiniteoptions-container input {
  border-radius: 8px;
}

/*

.js-qty {	
	min-width: unset;	
}	
.template-product .size-price__wrapper {	
	align-items: center !important;	
}	
@media (min-width: 999px) {	
	.template-product .size-price__wrapper {	
		display: grid !important;	
	}	
}
	
.rc_popup {	
	display: none !important;	
}	
.cf {	
	padding: 6px;	
}	
.rc_widget__option__selector {	
	display: flex; 	
}	
.rc-radio__label {	
	margin: 0 10px !important;	
}	
.product-single .product--details #AddToCartForm select.rc-selling-plans__dropdown {	
	max-width: 160px !important;	
}	
.rc-option__price {	
	display: none;	
}	
.total {	
	display: none;	
}	
.atome-widget {	
	margin: 0 0 0 auto !important;	
}	
.rc-widget .rc-option__text {	
	text-wrap: wrap;	
}

*/

.section-main-title {
  font-family: hey_charlieregular, "sans-serif";
  font-size: 98px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.4rem;
  color: #fff;
  margin: 0;
}

.title-h2 {
  font-family: hey_charlieregular, "sans-serif";
  font-size: 63px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1rem;
  color: #193c6b;
}

.body-text p {
  font-family: museo_sans300;
  font-size: 16px;
  line-height: 1.4;
  color: #193c6b;
}

.body-text,
.body-text p:last-child {
  margin-bottom: 0;
}

.button-rounded {
  text-decoration: none !important;
  background: #193c6b;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  border: 2px solid #193c6b;
  text-align: center;
  font-family: "Museo Sans 500", sans-serif;
  letter-spacing: 0.2rem;
  max-width: 28rem;
  display: block;
}

.button-rounded:hover {
  color: #193c6b;
  background-color: #fff;
  border: 2px solid #193c6b;
}

.media-defer {
  position: relative;
}

.media-defer > img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.bottom-cta {
  margin-top: 4rem;
  text-align: center;
}

.bottom-cta .button-rounded {
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  max-width: 40rem;
  padding: 8px 30px;
}

.grid--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.grid--flex > .grid__item {
  float: unset;
}

.sub-h2 {
  font-family: museo_sans700;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0e3e67;
  line-height: 1.2;
  letter-spacing: 0.12rem;
}

.images-footer {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}

.images-footer > div {
  flex: 1 auto;
}

.logo-2 .image-bar__item {
  margin-bottom: 0 !important;
}

.logo-2 img {
  max-width: 100% !important;
  width: 100% !important;
}

.logo-2 .image-bar__item {
  max-width: 100% !important;
}

.site-footer {
  padding-bottom: 0 !important;
}

.footer-section {
  position: relative;
}

.wavy-footer {
  width: 100%;
  display: block;
}

.w-img > img {
  width: 100%;
}

.banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.banner-wavy-section {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.banner__media:after,
.banner-wavy-section:after {
  content: "";
  top: 0;
  display: block;
  padding-bottom: var(--media-height);
  z-index: -1;
}

.banner--content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.media-banner > img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.ratings-star {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 0.1rem;
}

.ratings-star li {
  margin: 0;
}

.ratings-star svg {
  display: block;
}

.rating-banner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.banner__button {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
}

.rating-total {
  font-size: 13px;
  font-family: "museo_sans300";
  font-weight: 300;
  color: #193c6b;
}

.content-banner-text p {
  font-size: 24px !important;
}

.rating-text {
  color: #193c6b;
  font-size: 32px;
  line-height: 1em;
}

.banner__button .button-rounded {
  font-size: 24px;
  font-family: "museo_sans900";
  font-weight: 900;
  padding: 0;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25.2rem;
  box-shadow: 0px 5px 5px #00000050;
}

.home-banner .section-main-title {
  color: #193c6b;
  max-width: 58rem;
  line-height: 0.9em;
}

.site-header .top-links {
  position: static !important;
}

.site-header .site-nav__dropdown {
  width: 100% !important;
  border-bottom-left-radius: 45px !important;
  overflow: hidden;
}

.site-header .site-nav__dropdown .site-nav--inner .site-nav__link {
  border-radius: 0 !important;
  background-color: #193c6b !important;
  border: 0 !important;
  border-bottom: 2px solid #98c9eb !important;
  font-family: "Museo Sans 500", sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  margin: 0 !important;
  line-height: 1em;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-nav--inner {
  max-width: 31rem;
  flex: 1 auto;
}

.site-header {
  background-color: #193c6b !important;
}

.site-header .site-nav__dropdown {
  background-color: #98c9eb !important;
}

.site-header .site-nav__dropdown .site-nav--inner .site-nav__link.active,
.site-header .site-nav__dropdown .site-nav--inner .site-nav__link:hover {
  text-decoration: none !important;
  background-color: #98c9eb !important;
  color: #fff !important;
  border-bottom: 2px solid #193c6b !important;
}

.site-header
  .site-nav__dropdown
  .site-nav--inner
  li:last-child
  .site-nav__link {
  border: 0 !important;
}

.site-nav--inner {
  margin: 0;
}

.site-nav__dropdown {
  padding: 0 !important;
}

.header-section--wrapper .site-nav__link {
  text-transform: uppercase !important;
  font-family: "Museo Sans 500", sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}

.site-header .site-nav__link.shop-menu-btn {
  background: #98c9eb;
  border-radius: 40px;
  color: #fff !important;
  padding: 15px 30px !important;
}

.card-header:hover {
  outline: 3px solid #193c6b;
}

.card-header .media-defer img {
  object-fit: contain;
}

.card-header {
  background: var(--bg-color);
  border-radius: 37px;
  display: block;
  padding: 3rem 3rem 1rem;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.card-header h3 {
  position: absolute;
  transform: translateX(-50%);
  top: 1rem;
  left: 50%;
  width: 100%;
  line-height: 1.2em;
}

.card-header .media-defer {
  margin-top: 1rem;
}

.items-total-large .card-header h3 {
  top: 1rem;
}

.site-nav--inner li {
  flex: 1 auto;
}

.site-nav--inner {
  display: flex;
  flex-direction: column;
}

.right-panel {
  flex: 1 auto;
  display: flex;
  gap: 1.5rem;
  padding: 2.5rem;
  justify-content: center;
}

.card-header h3 {
  font-family: "Mukta", sans-serif;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  font-size: 24px;
  margin: 0;
}

.larger-title-card {
  font-size: 36px !important;
}

.overlay-height {
  position: relative;
  display: block;
  padding-bottom: 15rem;
}

.card-header a {
  text-decoration: none !important;
}

.block-header-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  height: 100%;
}

.block-header {
  flex: 1 auto;
  width: 100%;
  display: none;
}

.items-total-small .block-header {
  max-width: 23rem;
}

.items-total-large .block-header {
  max-width: 25rem;
}

.block-header.is-active {
  display: block;
}

.top-links--icon-links li:first-child {
  display: none;
}

a.site-nav__link.cart-mobile {
  margin-left: 5px;
}

/* .site-nav__dropdown:before {
    content: "";
    display: block;
    width: 100%;
    height: 2rem;
    flex: 1 auto;
    margin-top: -2rem;
}

.site-nav__dropdown {
    flex-wrap: wrap;
	transform: translateY(1.5rem) !important;
} */

.header-section--wrapper .icon--cart,
.header-section--wrapper .icon--account {
  display: inline-block;
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.header-section--wrapper .icon--cart svg,
.header-section--wrapper .icon--account svg {
  display: block;
  width: 100%;
  height: 100%;
}

.top-links--icon-links {
  margin-bottom: -5px;
}

.top-links--icon-links li a {
  display: block;
  line-height: 1em;
}

.top-links.right-center-links.center-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* .block-header-4-grid.is-active {
    max-width: calc(28rem* 2);
} */

.block-header-4-grid .overlay-height {
  padding-bottom: 5.5rem;
}

.block-header-4-grid h3 {
  font-size: 14px !important;
}

.block-header-4-grid .card-header {
  border-radius: 22px;
}

.block-header-4-grid .card-header {
  padding: 3rem 1rem 1rem;
  height: 100%;
}

.sublinks-0 .right-panel {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sublinks-0 .wrapper {
  width: 100%;
}

.supports-no-touch .site-nav--has-dropdown .site-nav__dropdown,
.site-nav--has-dropdown .site-nav__dropdown {
  transform: translateY(18px) !important;
  opacity: 0 !important;
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.nav-focus + .site-nav__dropdown {
  opacity: 1 !important;
}

.top-links ul.site-nav {
  display: flex;
  gap: 1rem;
}

.site-header .site-nav--has-dropdown .site-nav__dropdown {
  transition: ease-in cubic-bezier(0.4, 0, 0.2, 1) 0.3s !important;
}

.header-section--wrapper .site-nav__link {
  padding: 15px 1vw !important;
}
.header-section--wrapper .site-nav__link:hover,
.header-section--wrapper .site-nav__link:focus {
  background: #98c9eb;
  border-radius: 40px;
  color: #fff !important;
  padding: 15px 30px !important;
}

.site-nav--has-dropdown.nav-hover:after {
  content: "";
  bottom: 0;
  display: block;
  width: 100%;
  height: 5rem;
  position: relative;
  z-index: 2;
  margin-bottom: -4rem;
  margin-top: -1rem;
}

.mobile-nav-bar-wrapper .fa-2x {
  font-size: 2rem;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.slider-vert-wrapper {
  position: relative;
}

.carousel-ver {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  cursor: pointer;
}

.carouselPrevArrow.carousel-ver {
  left: 0;
}

.carouselNextArrow.carousel-ver {
  right: 0;
}

.carousel-ver svg {
  display: block;
}

.media-iframe {
  position: relative;
  padding-bottom: 56%;
}

.media-iframe > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.large-up-hide {
  display: block !important;
}

@media (min-width: 768px) {
  .banner__button {
    margin-bottom: 11rem;
  }
  .home-banner .section-main-title {
    font-size: 115px;
  }

  /* Add separate rule for Chinese language */
  .home-banner .section-main-title:lang(zh) {
    font-size: 60px;
  }

  .large-up-hide {
    display: none !important;
  }
  .images-footer > div:first-child {
    max-width: 250px;
  }
  .images-footer > div:first-child {
    max-width: 250px;
  }
  .logo-2.image-footer {
    width: 100% !important;
    align-self: flex-end;
  }

  .site-footer .grid {
    margin-left: -30px;
  }
}

#NavDrawer {
  top: 15.2rem;
  width: 100%;
  max-width: 100%;
}

.mobile-nav > .mobile-nav__item {
  background: transparent !important;
}

.mobile-nav__link {
  color: #fff !important;
  background-color: #193c6b;
  font-family: "Museo Sans 500";
  font-weight: 500;
  text-transform: uppercase;
}

.drawer a:hover,
.drawer a:focus {
  opacity: 1 !important;
}

.mobile-nav__has-sublist.mobile-nav--expanded,
.mobile-nav__item a:active,
.mobile-nav__item a:focus,
.mobile-nav__toggle button:active,
.mobile-nav__toggle button:focus {
  background-color: #193c6b !important;
}

.mobile-nav__sublist .mobile-nav__item {
  padding-left: 10px !important;
}
.mobile-nav__sublist .mobile-nav__link {
  text-transform: capitalize;
  font-size: 18px;
}
.mobile-nav__item:after {
  border-color: #98c9eb !important;
}
.mobile-nav__sublist .mobile-nav__item:after {
  border-color: #193c6b !important;
}

.mobile-nav__has-sublist.mobile-nav--expanded .mobile-nav__link,
.mobile-nav__has-sublist.mobile-nav--expanded .mobile-nav__toggle,
.mobile-nav__sublist .mobile-nav__link,
a:focus,
.mobile-nav__item a:active + .mobile-nav__toggle,
.mobile-nav__item a:focus + .mobile-nav__toggle {
  background-color: #193c6b;
}

.mobile-nav__toggle,
.mobile-nav__has-sublist:not(.mobile-nav--expanded) .mobile-nav__item a:focus,
.mobile-nav__has-sublist:not(.mobile-nav--expanded) .mobile-nav__item a:active {
  background-color: #193c6b !important;
}

/* Separate rules for nested selectors */
.mobile-nav__toggle svg {
  display: block;
  max-width: 23px;
}

.mobile-nav {
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  overflow: hidden;
}

.mobile-nav__toggle button {
  padding: 15px 25px 15px 15px;
  margin-right: 1rem;
}

.mobile-nav__item a {
  padding: 15px 15px 15px 40px !important;
}

li.mobile-nav__item.mobile-nav__search {
  display: none;
}

.site-header__logo .large-up-hide img {
  max-width: 60px !important;
}

.site-header__logo-image .large-up-hide {
  padding: 1rem 0;
}

body:not(.template-index) #NavDrawer {
  top: -6rem;
}

#NavDrawer {
  left: 0 !important;
  z-index: 999 !important;
  transform: translateY(-100vh);
}

body:not(.template-index) #NavDrawer {
  top: 0rem;
}

#DrawerOverlay {
  z-index: 999;
}

.js-drawer-open-left #NavDrawer {
  top: 0;
  transform: translateY(calc(14.2rem - 58.8px));
}

.site-header__logo a,
.site-header__logo a:hover,
.site-header__logo a:focus {
  background: transparent !important;
}

.header-section--wrapper .js-drawer-open-left-link,
.header-section--wrapper .js-drawer-open-left-link:hover {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

.notification-bar p {
  font-size: 16px;
  font-weight: bold;
}

.site-header__login,
.cart-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  height: auto;
}

  @media (max-width: 767px) {
    .header-section--wrapper {
      position: relative;
      min-height: unset !important;
      height: 82px !important;
      overflow: hidden;
    }
    #qab_container {
      position: relative !important;
      z-index: 1000 !important;
    }
    .mobile-nav-bar-wrapper, {
      z-index: 1000 !important;
    }

    #qab_background {
      position: relative;
    }

    #site-title {
      padding: 0 !important;
    }
    .header-section--wrapper .user-mobile__login svg {
      transform: unset !important;
      width: 2rem !important;
      display: block !important;
    }
    .cart-mobile .fa-shopping-cart {
      display: block;
    }
    .cart-mobile {
      transform: unset !important;
    }
    .mobile-grid--table .cart-button-container .site-nav--mobile {
      align-items: center;
    }
    .good-stuff .bottom-cta .button-rounded {
      max-width: 25rem;
    }
    .home-banner .section-main-title {
      font-size: 15vw;
      text-align: center;

      /* &:lang(zh) {
        font-size: 9vw;
      } */
    }
    .medium-hide {
      display: none !important;
    }
    .good-stuff-section .mid-heading .els-cup-w-descr {
      font-size: 15px !important;
    }

    .title-h2 {
      font-size: 47px;
      letter-spacing: 0.1rem;
    }

    .section-about-our-mission-padding {
      padding-top: 0;
    }

    .top-text {
      font-size: 20px !important;
      margin-left: -15px !important;
      margin-right: -15px !important;
      border-radius: 0 !important;
      padding: 20px 10px !important;
    }
    #shopify-section-about-shelter .section-about-shelter-padding {
      background: #98c9eb !important;
      padding-top: 0 !important;
    }
    .our-shelter .mid-heading .els-cup-w-val {
      font-size: 64px !important;
    }
    .our-shelter .item-carousel-wrapper {
      max-width: 90%;
    }
    .item-carousel-wrapper h2 {
      font-size: 20px;
    }

    .section-about-good-stuff-padding {
      padding-bottom: 30px;
    }

    .good-stuff-section .content-good p {
      font-size: 14px;
    }
    .wrapper-good {
      max-width: 32rem !important;
    }
    .sustain-section .mid-content {
      font-size: 13px !important;
    }
    .wrapper-sustain-blocks {
      padding: 0 25px;
    }
    .content-sustain p {
      font-size: 15px !important;
    }
    .sustain-icon svg {
      max-width: 5rem !important;
    }
    .sustain-side-2 img {
      display: block;
      width: 100%;
    }
    .sustain-side-2 {
      margin-left: -25px;
      margin-top: 2rem;
    }
    .section-about-sustain-padding {
      padding-bottom: 40px !important;
    }
    .bites-carousel-wrapper {
      max-width: 76% !important;
    }

    .about-image-text .grid--flex {
      flex-direction: column-reverse;
      gap: 1.5rem;
    }

    .sub-h2 {
      font-size: 24px;
    }

    .about-image-text .button-rounded {
      max-width: 19rem !important;
      font-size: 20px !important;
    }
    .logo-2.image-footer {
      order: 5;
    }
    .images-footer > div:first-child {
      display: none;
    }

    .images-footer {
      max-width: 20rem;
      margin: auto;
    }

    .site-footer .footer-header {
      text-align: left;
    }
    .site-footer .footer-content li {
      text-align: left;
    }
    .site-footer .footer-content li:last-child {
      margin-bottom: 0;
    }
    .site-footer .social-accounts ul {
      text-align: left;
    }
    .rotate-image {
      max-width: 30rem;
      margin: auto;
    }

    .wrapper-good .title-h2 {
      max-width: 23rem;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .sustain-maxxer {
      max-width: 31rem;
      margin: auto;
    }
  }

  .overlay {
    --tw-bg-opacity: 0.25;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 132px;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    z-index: 1;
  }

  .overlay.is-active {
    display: block;
    pointer-events: auto;
    opacity: 1;
  }

  @keyframes fadeIt {
    0% {
      background-color: #98c9eb;
    }
    20% {
      background-color: #aaaaaa;
    }
    100% {
      background-color: #98c9eb;
    }
  }

  .mobile-button-animate {
    animation: fadeIt 0.7s ease-in-out;
  }

  /* MINCHEN AMBASSADOR PAGE */
  .ambassador-section-quote {
    position: relative;
    height: 60vw;
  }

  .ambassador-container {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
  }

  .ambassador-hero-img-desktop,
  .ambassador-hero-img-mobile {
    object-fit: cover;
    width: 100%;
    height: auto;
    display: none;
  }

  .ambassador-hero-img-desktop {
    display: none;
  }

  .ambassador-hero-img-mobile {
    display: block;
  }

  .ambassador-section-quote {
    position: relative;
    height: 65dvh;
  }

  .ambassador-flex-col {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: "Museo Sans 400", sans-serif;
    align-items: center;
    justify-content: center;
    width: 95%;
    padding: 4vw 2vw;
  }

  .ambassador-quote {
    font-size: 6vw;
    color: #193c6b;
    text-align: center;
    text-wrap: balance;
    font-weight: 600;
    width: 100%;
  }

  .ambassador-subtitle {
    font-weight: 400;
    font-size: 4vw;
    line-height: 4.5vw;
    color: #193c6b;
    text-align: center;
    text-wrap: balance;
  }

  .ambassador-quote-img-left {
    position: absolute;
    inset: auto auto 70% 4.5vw;
    width: clamp(100px, 50vw, 150px);
    z-index: 10;
    display: none;
  }

  .ambassador-quote-img-right {
    position: absolute;
    inset: 100% 50% auto auto;
    transform: translate(50%, -35%);
    width: clamp(170px, 100vw, 190px);
    z-index: 10;
  }

  .ambassador-section-donated {
    position: relative;
    background-color: #fef1cd;
  }

  .ambassador-swiper {
    width: 100%;
    height: 100%;
  }

  .ambassador-donated-img-desktop {
    display: none;
  }

  .ambassador-donated-img-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .ambassador-donated-slider-flex,
  .ambassador-welcome-hkscda-slider-flex {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .ambassador-donated-slider-header {
    font-family: hey_charlieregular, sans-serif;
    letter-spacing: 1.5px;
    color: #193c6b;
    font-size: 25vw;
    line-height: 25vw;
    margin: 0;
    text-align: center;
  }

  .ambassador-welcome-hkscda-slider-header {
    font-family: hey_charlieregular, sans-serif;
    letter-spacing: 3px;
    color: #193c6b;
    font-size: 20vw;
    margin: 0;
    text-align: center;
    line-height: 20vw;
  }

  .ambassador-donated-slider-subtitle {
    font-family: "Museo Sans 400", sans-serif;
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #193c6b;
    text-align: center;
  }

  .ambassador-welcome-hkscda-slider-subtitle {
    font-family: "Museo Sans 400", sans-serif;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #193c6b;
    text-align: center;
  }

  .ambassador-donated-slider-cta,
  .ambassador-message-from-lmc-cta,
  .ambassador-join-the-movement-cta {
    text-transform: uppercase;
    background-color: #193c6b;
    border: 2px solid #193c6b;
    color: white;
    font-family: "Museo Sans 400", sans-serif;
    font-weight: 700;
    font-size: 4vw;
    border-radius: 50px;
    padding: 5px 30px;
    text-decoration: none !important;
  }

  .ambassador-donated-slider-cta:hover,
  .ambassador-message-from-lmc-cta:hover,
  .ambassador-join-the-movement-cta:hover {
    background-color: white;
    color: #193c6b;
  }

  .section-ambassador-faqs {
    position: relative;
    background: linear-gradient(to bottom, #ffffff, #cde2f7);
  }

  .ambassador-faqs-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding: 20vw 0px;
  }

  .ambassador-faqs-header {
    font-family: hey_charlieregular, sans-serif;
    letter-spacing: 1.5px;
    color: #193c6b;
    font-size: 12vw;
    text-wrap: balance;
    margin: 0;
    text-align: center;
  }

  .ambassador-faqs-subtitle {
    font-family: "Museo Sans 400", sans-serif;
    font-weight: 500;
    font-size: 5vw;
    color: #193c6b;
    text-align: center;
  }

  .ambassador-accordion-container {
    max-width: 900px;
    margin: 0 auto;
  }

  .ambassador-accordion-item {
    margin-bottom: 10px;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(45, 102, 179, 0.04);
    border: 2px solid #193c6b;
    transition: box-shadow 0.2s;
    overflow: hidden;
  }

  .ambassador-accordion-title {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 1.18rem;
    font-weight: 400;
    color: #183b5a;
    background: none;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
  }

  .ambassador-accordion-title p {
    margin: 0;
    font-family: "Museo Sans 400", sans-serif;
    color: #193c6b;
    font-weight: 700;
  }

  .ambassador-accordion-title span {
    font-weight: bold;
  }

  .ambassador-accordion-arrow {
    transition: transform 0.3s;
    font-size: 1.5rem;
    color: #225ab4;
    width: 20px;
  }

  .ambassador-accordion-item.active .ambassador-accordion-arrow {
    transform: rotate(180deg);
  }

  .ambassador-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.4s cubic-bezier(0.74, 0, 0.38, 1),
      padding 0.4s;
    padding: 0 28px;
    background: #f4fafd;
    font-size: 1.5rem;
    color: #335c7d;
    border-radius: 0 0 32px 32px;
  }

  .ambassador-accordion-item.active .ambassador-accordion-content {
    max-height: 600px;
    padding-bottom: 22px;
    padding-top: 10px;
  }

  .section-ambassador-photoslides {
    position: relative;
    background-color: #193c6b;
    width: 100%;
  }

  .section-ambassador-photoslides p {
    color: white;
    margin: 0;
    font-family: "Museo Sans 400", sans-serif;
    font-weight: 700;
    font-size: 5vw;
    text-align: center;
    padding: 2vw 7vw;
  }

  .ambassador-swiper-photos {
    width: 100%;
    height: auto;
  }

  .ambassador-slider-img {
    height: auto;
    object-fit: cover;
  }

  .section-ambassador-message-from-lmc {
    width: 90%;
    margin: 7vw auto 0 auto;
  }

  .ambassador-message-from-lmc-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: clamp(100px, 40vw, 120px) 0 2vw 0;
    margin: 0 auto;
  }

  .ambassador-message-video-div {
    position: relative;
    width: clamp(250px, 40vw, 700px);
    overflow: hidden;
    border-radius: 50px;
    border: 10px solid #98c9eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ambassador-message-video-div video {
    width: 100%;
  }

  .ambassador-message-lmc-arrow {
    position: absolute;
    top: clamp(-120px, -40vw, -50px);
    right: clamp(-30px, 20vw, 10px);
    width: clamp(100px, 10vw, 350px);
  }

  /* .ambassador-message-from-lmc-cta {
   text-transform: uppercase;
  background-color: #193C6B;
  color: white;
  font-family: 'Museo Sans 400', sans-serif;
  font-weight: 700;
  font-size: 4vw;
  border-radius: 50px;
  padding: 5px 30px;
}
 */
  .section-ambassador-join-the-movement {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 20vw;
  }

  .ambassador-join-the-movement-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 10vw;
  }

  .ambassador-join-the-movement-flex-header-flex {
    display: flex;
    flex-direction: column;
    gap: 1px;
    justify-content: center;
    align-items: center;

    h2 {
      font-family: hey_charlieregular, sans-serif;
      letter-spacing: 1.5px;
      color: #193c6b;
      font-size: 10vw;
      margin: 0;
      text-align: center;
    }

    p {
      font-family: "Museo Sans 400", sans-serif;
      font-weight: 500;
      font-size: 4vw;
      text-align: center;
      color: #193c6b;
      width: 90%;
      text-wrap: balance;
    }
  }

  .ambassador-kibbles-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    gap: 5px;
  }

  .ambassador-kibble {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    max-width: 250px;
    justify-content: center;
    align-items: center;
  }

  .ambassador-kibble p {
    text-transform: uppercase;
    color: #193c6b;
    font-size: 4vw;
    text-align: center;
    margin: 0;
    font-family: "Museo Sans 400", sans-serif;
    font-weight: 700;
  }

  .ambassador-kibble.duck {
    background-color: #c6d7a4;
  }

  .ambassador-kibble.puppy {
    background-color: #afcbe9;
  }

  .ambassador-kibble.lamb {
    background-color: #dcc9ec;
  }

  .ambassador-kibble.salmon {
    background-color: #f6b8ae;
  }

  .ambassador-kibble.turkey {
    background-color: #fccba1;
  }

  .ambassador-kibble.duck,
  .ambassador-kibble.puppy,
  .ambassador-kibble.lamb,
  .ambassador-kibble.salmon,
  .ambassador-kibble.turkey {
    width: 45%;
  }

  @media (min-width: 768px) {
    .ambassador-hero-img-desktop {
      display: none;
    }

    .ambassador-hero-img-mobile {
      display: block;
    }

    .ambassador-container {
      padding: 0 20px;
    }

    .ambassador-quote {
      font-size: 4.5vw;
      width: 70%;
    }

    .ambassador-subtitle {
      font-size: 2.2vw;
      display: block;
    }

    .ambassador-quote-img-left {
      position: absolute;
      inset: auto auto 0 0;
      transform: translateY(50%);
      width: clamp(100px, 30%, 300px);
    }
    .ambassador-quote-img-right {
      position: absolute;
      inset: 0 0 auto auto;
      transform: translateY(-20%);
      width: clamp(100px, 30%, 300px);
    }

    .ambassador-donated-img-desktop {
      display: none;
    }

    .ambassador-donated-img-mobile {
      display: block;
      width: 100%;
      height: auto;
    }

    .ambassador-welcome-hkscda-slider-subtitle {
      font-size: 2vw;
    }

    .ambassador-donated-slider-flex {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }

    .ambassador-donated-slider-subtitle {
      font-size: 2vw;
    }

    .ambassador-donated-slider-cta {
      font-size: 1.5vw;
      padding: 5px 30px;
    }

    .ambassador-accordion-title {
      padding: 10px 20px;
      font-size: 1rem;
    }
    .ambassador-accordion-content {
      padding: 0 16px;
    }

    .section-ambassador-message-from-lmc {
      width: 70%;
      margin: 7vw auto 0 auto;
    }

    .ambassador-join-the-movement-cta,
    .ambassador-message-from-lmc-cta {
      font-size: 2vw;
      padding: 5px 30px;
    }

    .ambassador-join-the-movement-flex {
      padding-top: 5vw;
    }

    .ambassador-join-the-movement-flex-header-flex {
      h2 {
        font-size: 9.5vw;
      }

      p {
        font-size: 1.5vw;
      }
    }

    .ambassador-kibbles-grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 10px;
    }

    .ambassador-kibble {
      gap: 5px;
      padding: 10px;
    }

    .ambassador-kibble p {
      font-size: 2vw;
    }

    .ambassador-kibble.duck,
    .ambassador-kibble.puppy,
    .ambassador-kibble.lamb,
    .ambassador-kibble.salmon,
    .ambassador-kibble.turkey {
      width: 31%;
    }
  }

  @media (min-width: 1024px) {
    .ambassador-hero-img-desktop {
      display: block;
    }

    .ambassador-hero-img-mobile {
      display: none;
    }

    .ambassador-section-quote {
      position: relative;
      height: 27vw;
    }

    .ambassador-container {
      padding: 0 25px;
    }

    .ambassador-flex-col {
      top: 50%;
      transform: translate(-50%, -50%);
      width: 50%;
      padding: 3vw 1.5vw;
    }

    .ambassador-quote {
      font-size: 2vw;
      width: 100%;
    }

    .ambassador-subtitle {
      font-size: 1.3vw;
      display: block;
    }

    .ambassador-quote-img-left {
      position: absolute;
      inset: auto auto 0 0;
      transform: translateY(50%);
      width: clamp(100px, 30%, 400px);
      display: block;
    }

    .ambassador-quote-img-right {
      position: absolute;
      inset: auto 0 0 auto;
      transform: translateY(-20%);
      width: clamp(100px, 30%, 400px);
    }

    .ambassador-welcome-hkscda-slider-subtitle {
      font-size: 2vw;
    }

    .ambassador-donated-img-desktop {
      display: block;
      width: 100%;
      height: auto;
    }

    .ambassador-donated-img-mobile {
      display: none;
    }

    .ambassador-donated-slider-flex {
      height: 100%;
      right: 20vw;
      left: auto;
      top: 0;
      transform: none;
    }

    .ambassador-donated-slider-header {
      font-size: 7vw;
      line-height: 7vw;
    }

    .ambassador-donated-slider-subtitle {
      font-size: 2vw;
    }

    .ambassador-donated-slider-cta {
      font-size: 1.5vw;
      padding: 5px 30px;
    }

    .ambassador-welcome-hkscda-slider-flex {
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
    }

    .ambassador-welcome-hkscda-slider-header {
      font-size: 5vw;
      line-height: 5vw;
    }

    .ambassador-faqs-header {
      letter-spacing: 1.5px;
      font-size: 5vw;
      margin: 0;
    }

    .ambassador-faqs-flex {
      padding: 5vw 0px;
    }

    .ambassador-faqs-subtitle {
      font-size: 2vw;
    }

    .section-ambassador-photoslides p {
      margin: 0;
      font-size: 2vw;
    }

    .section-ambassador-message-from-lmc {
      width: 50%;
      margin: 2vw auto 0 auto;
    }

    .ambassador-message-from-lmc-flex {
      gap: 30px;
      padding: clamp(50px, 15vw, 150px) 0 2vw 0;
      margin: 0 auto;
    }

    .ambassador-message-lmc-arrow {
      position: absolute;
      bottom: 100%;
      right: clamp(-100px, -5vw, -50px);
      width: clamp(100px, 10vw, 350px);
    }

    .ambassador-message-video-div {
      width: clamp(400px, 40vw, 450px);
    }

    .ambassador-join-the-movement-cta,
    .ambassador-message-from-lmc-cta {
      font-size: 1.5vw;
      padding: 5px 30px;
    }

    .section-ambassador-join-the-movement {
      padding-bottom: 10vw;
    }

    .ambassador-join-the-movement-flex-header-flex {
      align-items: stretch;
    }

    .ambassador-join-the-movement-flex-header-flex h2 {
      font-size: 5vw;
    }

    .ambassador-join-the-movement-flex-header-flex p {
      width: 100%;
      font-size: 1.1vw;
    }

    .ambassador-kibble {
      gap: 5px;
      padding: 10px;
    }

    .ambassador-kibble p {
      font-size: 1vw;
    }

    .ambassador-kibble.duck,
    .ambassador-kibble.puppy,
    .ambassador-kibble.lamb,
    .ambassador-kibble.salmon,
    .ambassador-kibble.turkey {
      width: 17%;
    }
  }
}
