/*
 Theme Name:   Tiki Pets
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.3.0
 License:      Commercial
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

:root {
  /** Colors */
  --colors-tiki-dark: #c4187e;
  --colors-tiki-dog: #3d3c3e;
  --colors-tiki-blue: #00ace6;
  --colors-charcoal: #2d2d2d;
  --colors-foreground: #545454;

  /** Fonts */
  --font-family-body: "montserrat", Arial, Helvetica, sans-serif;
  --font-family-accent: "acumin-pro-extra-condensed", sans-serif;
  --font-family-heading: "SilvertoneWoodtype-DTD-ExtraCond-Alternate-OSF",
    sans-serif;

  /** Font Weights */
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;

  /** Specific Variables*/
  --color-solutions-bg: #484445;
  --gradient-gold: linear-gradient(
    177.78deg,
    #d47828 -102.34%,
    #dd8531 -72.98%,
    #f4a549 5.32%,
    #ef9d46 34.69%,
    #d47638 220.65%,
    #c05a2e 396.83%,
    #b54928 543.65%,
    #b14326 651.31%
  );

  /** Assets */
  --checkmark: url("/wp-content/uploads/2025/03/CheckDark.svg");
  --checkmark-light: url("/wp-content/uploads/2025/03/Check.svg");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-normal);
  color: var(--colors-foreground);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1 {
  font-size: 3.25rem;
  line-height: 3.5rem !important;
}

h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 3.5rem !important;
}

h1,
h2 {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-style: normal;
}

h3 {
  text-transform: uppercase;
  font-size: 2.25em;
}

strong em {
  font-size: 70px;
  font-weight: var(--font-weight-medium);
  font-style: normal;
  font-family: var(--font-family-body) !important;
}

h3,
h4,
.breadcrumbs,
.wrps_related_products_area h2,
#ingredients.card-header a,
h2.woocommerce-loop-product__title {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-style: normal;
  /* line-height: 1.3rem !important; */
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 17px;
}

span.brandname,
span.product-loop-subhead {
  font-size: 14px;
  color: #333;
}

@media (min-width: 769px) {
  li.product {
    min-height: 303px;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 5px 0 0 0;
  line-height: 1.4rem !important;
  font-size: 17px;
  color: black;
}
@media (min-width: 998px) {
  li.product {
    min-height: 370px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 20px;
  }
}

.tc_video_slide iframe {
  border-width: 0px !important;
}

.footer-widget h3 {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
}

.footer-widget #contact-us h3 {
    font-family: var(--font-family-body);
}

a,
a:active,
a:focus {
  color: #128df6;
}

a:hover {
  color: #128df6;
}

button:not(.chakra-button):not(.splide__arrow):not(.shiftnav-toggle),
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
input#wpsl-search-btn,
.wprw-button.wprw-detail-button.wprw-product-detail-link,
.woocommerce a.button,
.btn {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: 0.9rem !important;
  letter-spacing: 0.05rem;
  background: #000;
  border: none;
  border-radius: 0px !important;
  color: #fff;
  padding: 0.8rem 1.5rem;
}

button:hover:not(.splide__arrow):not(.chakra-button):not(.shiftnav-toggle),
.gform_wrapper .gform_footer input.button:hover,
.wprw-button.wprw-detail-button.wprw-product-detail-link:hover,
.woocommerce a.button:hover,
.btn:hover {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-style: normal;
  background-color: #999;
  border: none;
  color: #fff;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
}

.btn-outline-light {
  background-color: transparent;
  border: 1px solid;
}

/* UBERMENU Overrides */
body:not(.home):not(.search)
  .ubermenu-nav
  > .ubermenu-item-level-0
  > .ubermenu-target
  > .ubermenu-target-title {
  color: #fff !important;
}

body:not(.home):not(.search)
  .ubermenu-nav
  > .ubermenu-item-level-0
  > .ubermenu-target
  > .ubermenu-sub-indicator {
  color: #fff !important;
}

body:not(.home):not(.search) .shiftnav-toggle {
  color: #fff !important;
}

.ubermenu-item-header > .ubermenu-target > .ubermenu-target-title {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-light);
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}

@media (min-width: 960px) {
  .ubermenu .ubermenu-row {
    margin-bottom: 0 !important;
  }

  .ubermenu-row-id-26638 {
    display: flex;
  }

  .ubermenu-item-level-2 {
    border-right: 1px solid gray !important;
  }

  .ubermenu-item-level-2:last-child {
    border-right: 0px !important;
  }

  .ubermenu-item-level-0 > .ubermenu-submenu > .ubermenu-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }

  .ubermenu-item-level-0 > .ubermenu-submenu > .ubermenu-row > li {
    width: 100% !important;
    grid-column: span 3;
  }

  .ubermenu-item-level-0 > .ubermenu-submenu > .ubermenu-row > li:first-child {
    grid-column: 2 / span 2;
  }
}

.ubermenu-custom-content .wp-block-buttons {
  justify-content: flex-start;
  align-items: flex-start;
}

.ubermenu-custom-content .wp-block-buttons .wp-block-button {
  color: #fff;
}

.ubermenu-submenu .ubermenu-target > .ubermenu-target-description {
  margin-top: 8px;
  font-family: var(--font-family-body);
}

.ubermenu-submenu .ubermenu-target > .ubermenu-target-description strong {
  margin-top: 8px;
  display: block;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
}

.product-finder ul.products li.product {
  height: 300px;
}

.prdctfltr-shop.woocommerce-page li.product-category {
  display: none;
}

.prdctfltr_wc.woocommerce a.button {
  font-size: 1.2rem !important;
}

.prdctfltr-shop ul.products {
  min-height: 200px;
}

.products.columns-1,
.products.columns-2,
.products.columns-3,
.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;

  &:before {
    content: none !important;
  }

  > li {
    width: revert !important;
  }
}

/* .woocommerce ul.products li.product {
  margin: 0 3.8% 2.992em 0;
  width: 16.05%;
} */

/* .term-whole-foods.woocommerce ul.products li.product,
.term-hearty.woocommerce ul.products li.product,
.term-wildz.woocommerce .columns-4 ul.products li.product {
  width: 21%;
}

.woocommerce ul.products li.first {
  clear: none;
} */

.woocommerce.prdctfltr-shop ul.products li.product a img {
  width: auto;
}

@media screen and (min-width: 769px) {
  .woocommerce.prdctfltr-shop ul.products li.product {
    max-height: inherit;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce.prdctfltr-shop ul.products li.product {
    max-height: inherit;
  }

  .woocommerce.prdctfltr-shop ul.products li.product a img {
    margin: auto;
  }
}

.prdctfltr_wc .prdctfltr_buttons {
  text-align: center;
}

.prdctfltr_wc .add-to-cart-container,
.prdctfltr_wc.woocommerce ul.products li.product .price {
  display: none !important;
}

.wprw-button.wprw-detail-button.wprw-product-detail-link {
  line-height: 5rem;
}

#wprw_list_new_1 .wprw-button.wprw-button-next,
.wprw-button.wprw-button-next,
.wprw-button.wprw-button-previous,
.wprw-button.wprw-button-show-result {
  color: var(--colors-foreground);
  background: none;
}

#wprw_list_new_1 .wprw-button-next:after,
.wprw-button.wprw-button-previous:before {
  font-family: "FontAwesome";
  margin: 10px;
  color: var(--colors-foreground);
  border: 1px solid var(--colors-foreground);
  border-radius: 20px;
  font-size: 18px;
}

#wprw_list_new_1 .wprw-button-next:after {
  content: "\f054";
  padding: 10px 12px 10px 14px;
}

.content-area .site-main .products.columns-4 .product-category > a img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 150px;
  margin: 0 auto;
}

.content-area .site-main .products.columns-4 .product-category > a h2 {
  padding: 24px 0;
  font-size: 26px;
  color: #444;
  text-align: center;
}

.content-area .site-main .products.columns-4 .product-category > a h2:hover {
  color: #0069ff;
}

.content-area .site-main .products.columns-4 .product-category > a h2 mark {
  display: none;
}

.wprw-button.wprw-button-previous:before {
  content: "\f053";
  padding: 10px 14px 10px 12px;
}

.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
  padding-right: 0 !important;
}

.gform_wrapper input {
  background: #eee;
  border: 2.5px solid #eee;
}

.gform_wrapper ul.gform_fields li.gfield {
  border-bottom: 1px solid #eee;
}

.gform_wrapper ul.gform_fields li.gfield#field_2_2,
.gform_wrapper ul.gform_fields li.gfield#field_2_1 {
  padding-bottom: 2rem;
}

.ginput_container.ginput_container_checkbox #input_2_3 {
  max-width: 500px;
}

.footer-widget
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  padding: 0.7rem 1.5rem !important;
  background: #eee;
  border: none;
  border: 2.5px solid #eee;
}

.footer-widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.footer-widget.widget_nav_menu li {
  display: block;
  float: none;
  text-align: center;
}

.footer-widget.widget_nav_menu li a {
  color: var(--colors-foreground);
}

.btn-secondary {
  background: none;
  border: 1px solid #000;
  color: #000;
}

.btn-secondary:hover {
  background-color: #5500ff;
  border: 1px solid #5500ff;
}

.wrapper {
  padding-top: 0;
  clear: both;
}

/* nav colors*/
.navbar-inverse .navbar-toggler {
  border-color: transparent;
}

@media (min-width: 767px) {
  .bg-inverse {
    padding: 1rem 0 1.5rem;
  }
}

.bg-inverse {
  padding: 0.75rem 0 0.75rem;
  background-color: #01d8cb !important;
}

.fixed-top.shrink {
  top: -105px;
  opacity: 0;
  transition: all 1s;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: transparent;
}

.navbar-inverse .navbar-nav .nav-link {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.19px;
  color: #fff !important;
  padding: 1.5rem 1.2rem 0;
}

.home .navbar-inverse .navbar-nav .nav-link,
.search .navbar-inverse .navbar-nav .nav-link {
  color: #000 !important;
}

.home .navbar-brand svg g,
.search .navbar-brand svg g {
  fill: #da2490;
}

.navbar-inverse .navbar-nav .icon .nav-link {
  padding-top: 1.2rem;
}

@media screen and (min-width: 991px) {
  .navbar-inverse .navbar-nav:last-child:after {
    content: "|";
    color: #fff;
    font-weight: bold;
    padding: 1.5rem 0.25rem 0;
  }

  .home .navbar-inverse .navbar-nav:last-child:after,
  .search .navbar-inverse .navbar-nav:last-child:after {
    content: "|";
    color: #000;
  }

  form.cart {
    float: left;
    margin-right: 20px;
  }

  span.product-sizes {
    top: 10px;
    position: relative;
  }

  .summary.entry-summary.col-md-5.col-lg-4 hr {
    clear: both;
  }

  .product .summary ul li {
    width: 50%;
    float: left;
  }
}

.searchbox {
  position: relative;
  min-width: 50px;
  width: 0%;
  height: 50px;
  overflow: hidden;
  transition: width 0.3s;
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 18px;
  color: #fff;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
}

.home .searchbox-input,
.search .searchbox-input {
  color: #000 !important;
}

.searchbox-icon,
.searchbox-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: transparent;
}

.home .searchbox-icon,
.home .searchbox-submit,
.search .searchbox-icon,
.search .searchbox-submit {
  color: #000;
}

.searchbox-open {
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.jumbotron {
  border-radius: 0;
  background: none;
}

.card-header {
  background: none;
  padding-left: 0;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
}

.card-header a {
  font-weight: var(--font-weight-normal);
  font-size: 0.8em;
  letter-spacing: 0.01rem;
}

.card-body {
  padding-top: 1rem;
}

#main.card {
  border: none;
  border-radius: 0;
}

.tg-item .understrap-read-more-link {
  display: none;
}

/*CUSTOM*/

/*Navs*/
.home .bg-inverse,
.search .bg-inverse {
  background-color: #fff !important;
}

/* Why Feed Nav */

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-id-4367 .bg-inverse {
  background-color: #d467ff !important;
}

.pattern {
  background: url(img/hypnotize.png) repeat fixed;
}

.pattern2 {
  background: url(img/hypnotize.png) repeat fixed;
}

.pattern3 {
  background: url(img/hypnotize.png) repeat fixed;
}

.pattern4 {
  background: url(img/hypnotize.png) repeat fixed;
}

.diagonal-svg {
  display: block;
  width: 100%;
}

/* Home */

#say-aloha,
#statement {
  color: #fff;
}

#say-aloha h1 {
  font-size: 3.5rem;
  line-height: 4.25rem;
}

#say-aloha h1 span {
  font-size: 3rem;
}

#say-aloha .jumbotron {
  background: url(img/slider-palm-right.png) right no-repeat;
}

.lead-characters {
}

#say-aloha,
#lead-banner.jumbotron.dog {
  background: url(img/slider-palm-left.png) left no-repeat #fff;
}

#say-aloha p {
  line-height: 2rem;
}

svg#statement-top {
  margin-top: -175px;
  height: 125px;
  background: transparent;
}

#statement {
  background: #03c49f;
  position: relative;
}

#statement-content {
  padding-top: 5rem;
}

div#tikitoto {
  position: absolute;
  bottom: -108px;
  z-index: 5;
}

.carousel-inner {
}

.carousel-item img {
  width: 100%;
  height: 100%;
  max-width: 1200px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

svg#statement-btm {
  padding-top: 80px;
  height: 180px;
  background: #03c49f;
}

#statement-content h2 {
  margin-bottom: 2.5rem;
  transform: rotate(-3deg);
}

.mw-300 {
  max-width: 300px;
  margin: auto;
}

#statement-first {
  background: url(img/aloha-border.png) no-repeat right bottom;
}

#statement-content p {
  max-width: 480px;
  line-height: 1.8;
  margin: 0 auto 1rem auto;
}

#cat-dog h2 {
  font-size: 34px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 1.05rem;
}

#cat-dog p {
  max-width: 600px;
  margin: auto;
  font-size: 18px;
}

#nutrition.jumbotron {
  background-color: #fff;
}

#nutrition .col-md-4 {
  padding: 0 2.5rem;
}

#nutrition h3 {
  text-transform: initial;
  margin-bottom: 1rem;
}

#nutrition h4 {
  text-transform: uppercase;
}

#nutrition1,
#nutrition2 {
  border-right: 1px solid #cfcfcf;
}

.check-icon {
  margin: 1rem auto 1rem;
}

.dog-cat-pop {
  position: absolute;
  right: 5%;
}

#catdog {
  position: relative;
  color: #fff;
}

.slideshape {
  background: transparent;
  width: 100%;
}

.top {
  position: absolute;
  top: 0;
}

.bottom {
  bottom: 0;
}

#home-blog {
  background: rgba(242, 242, 242, 0.5);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#home-blog .card {
  border-radius: 0;
  box-shadow: 0px 2px 0px 0px #cfd0d1;
}

#home-blog .card-body {
  height: 144px;
}

#home-blog a p {
  color: var(--colors-foreground) !important;
}

#home-blog .card-footer {
  background: none;
}

#home-blog .card-footer a {
  color: rgba(84, 84, 84, 0.5);
}

.single img.attachment-full.size-full.wp-post-image {
  margin-bottom: 2em;
}

.single h2 {
  line-height: 2rem !important;
}

#right-sidebar {
  background: #fff;
  margin-top: 2rem !important;
  padding: 3rem;
  max-width: 400px;
}

/*Contact Page*/

.page-id-111 .bg-inverse,
.contact#page-wrapper {
  background-color: var(--colors-tiki-dark) !important;
}

.contact #primary {
  padding-bottom: 100px;
  color: #fff;
}

@media screen and (min-width: 991px) {
  .contact #primary {
    background: url(img/tiki-toto.png) bottom -20px left no-repeat;
  }
}

.page-id-18352 .gform_wrapper ul.gform_fields li.gfield {
  border: none;
}

.page-id-18352 .gform_wrapper .gfield_required {
  color: #fff;
}

.page-id-18352 .gform_wrapper textarea.medium,
.page-id-18352 .gform_wrapper input {
  border-color: #eee;
  border-radius: 2px;
  background: #eee;
}

/*Why Feed*/

h1.number {
  font-size: 7.25rem;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  line-height: 6.75rem;
}

.lh-30 {
  line-height: 1.9rem;
}

#real-deal-content,
#numberThree-content {
  line-height: 1.7rem;
}

#why-feed {
  background: #fff;
  position: relative;
  color: #fff;
}

#why-feed .entry-content {
  margin-top: 2rem;
}

#why-feed-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

#open-can {
  /*background:url('img/green-leaf-rt.png') no-repeat top right;*/
  position: relative;
  z-index: 2;
  margin: 100px -15px 0 10%;
}

.page-id-4367 h5 {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#numberThree-content h5 {
  color: #fff;
}

#numberOne {
  position: relative;
  color: #fff;
  background: #d467ff;
}

@media screen and (min-width: 991px) {
  #numberTwo {
    background: url("img/tikipets-ingredients.png") no-repeat center left;
    background-size: 40%;
  }
}

#numberThree {
  /*background:url('img/purple-leaf-rt.png') no-repeat top right;*/
  padding-bottom: 20px;
}

.real-food {
  position: absolute;
  left: 0;
  bottom: 0;
}

.real-food img {
  width: 90%;
}

hr.diagonal {
  /* display: none; */
  margin: 0 auto;
  transform: rotate(12deg);
}

hr.grey {
  width: 80%;
  border-color: #ccc;
}

hr.white {
  width: 100%;
  border-color: #fff;
}

#featured-food {
  position: absolute;
  left: 50%;
  margin-top: -3%;
  margin-left: -40%;
  z-index: 3;
}

#numberThree-content {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  background: #73eac0;
}

#numberThree-top,
#numberThree-btm {
  width: 100%;
  position: relative;
  z-index: 1;
}

#numberThree-top {
  height: 200px;
  background: #fff;
}

#numberThree-btm {
  background: transparent;
  position: relative;
  height: 200px;
}

@media screen and (min-width: 768px) {
  #numberThree-content {
    background: url(/wp-content/themes/tikipets/img/TikiCat-Right.webp) right
      100px no-repeat #73eac0;
    background-size: 283px;
  }
}

@media screen and (min-width: 991px) {
  #variety {
    height: 700px;
  }

  #variety img {
    position: absolute;
  }

  #variety1 {
    top: -50px;
    width: 40%;
  }

  #variety2 {
    bottom: -40px;
    width: 80%;
    right: 10%;
  }

  div#toto-says-hi {
    position: absolute;
    z-index: 2;
    max-width: 300px;
    left: -20px;
    margin-top: -30px;
  }

  #numberThree-content {
    background: url(/wp-content/themes/tikipets/img/TikiCat-Right.webp) right
      200px no-repeat #73eac0;
    background-size: 200px;
  }
}

/* Sustainability Page */

#post-29291 {
  text-align: left;
}

@media (max-width: 772px) {
  h1#better-packagingbetter-world,
  h2#how-to-recycle-our-treat-pouches,
  h2#how-to-recycle-our-trays-cans-cups {
    line-height: 1.2em !important;
  }

  #post-29291 figure.wp-block-image.size-large {
    max-width: 80%;
    margin: 0 auto;
  }

  #post-29291 p.has-text-color {
    font-size: 14px;
  }
  #post-29291
    .wp-block-group.alignfull.ghostkit-custom-Z2f7X8l.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-4.wp-block-group-is-layout-flex,
  #post-29291
    .wp-block-group.alignfull.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-2.wp-block-group-is-layout-flex,
  #post-29291
    .wp-block-group.alignfull.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-7.wp-block-group-is-layout-flex {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1015px) {
  #variety1 {
    top: -100px;
    width: 40%;
  }

  #variety2 {
    width: 70%;
  }
}

@media screen and (min-width: 1175px) {
  #variety {
    height: 750px;
  }

  #variety1 {
    top: -125px;
  }

  #variety2 {
    bottom: -60px;
    width: 70%;
  }
}

@media screen and (min-width: 1300px) {
  #variety1 {
    top: -150px;
  }

  #variety2 {
    bottom: -80px;
  }

  #numberThree-content {
    background-size: 250px;
  }
}

@media screen and (min-width: 1400px) {
  #variety1 {
    top: -150px;
    max-width: 550px;
  }

  #variety2 {
    bottom: -100px;
    width: 60%;
    max-width: 850px;
  }

  div#toto-says-hi {
    max-width: 320px;
    margin-top: -110px;
  }
}

#social-feed .col-md-4 {
  text-align: center;
}

#social-feed img {
  width: 100%;
}

#search-wrapper,
#woocommerce-wrapper,
#page-wrapper,
#full-width-page-wrapper {
  margin-top: 95px;
}

@media screen and (min-width: 991px) {
  #page-wrapper {
    min-height: 650px;
  }
}

.jumbotron-wrapper {
  font-size: 12px;
}

@media (min-width: 552px) {
  .jumbotron-wrapper {
    padding: 2em 1em 0 1em;
    font-size: 16px;
  }
}

@media (min-width: 991px) {
  .jumbotron-wrapper {
    font-size: 18px;
  }
}

@media (min-width: 1175px) {
  .jumbotron-wrapper {
    padding: 2rem 5rem 0 5rem;
  }
}

.jumbotron-wrapper > .row {
  max-width: 1280px;
  margin: 0 auto;
}

.jumbotron-wrapper > .row > div:last-child {
  padding-top: 0;
}

@media (max-width: 551px) {
  .jumbotron-wrapper > .row > div:last-child {
    padding-bottom: 2.5em;
  }
}

@media (min-width: 552px) {
  .jumbotron-wrapper > .row > div:last-child {
    padding-top: 1.5em;
  }
}

@media (min-width: 1175px) {
  .jumbotron-wrapper > .row > div:last-child {
    padding-top: 5em;
  }
}

.jumbotron-wrapper > .row > div:last-child h1 {
  text-transform: uppercase;
  font-size: 2.8em;
}

.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}

.skinny {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/*new products*/
.woocommerce ul.products li.product.product_tag-new:before {
  content: "NEW";
  width: 50px;
  height: 50px;
  background: #f0ea27;
  color: #000;
  padding: 9px 4px 5px 5px;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 50px;
  rotate: -10deg;
  font-family: var(--font-family-accent);
  font-weight: var(--font-weight-bold);
  font-size: 22px;
  letter-spacing: 1.5px;
}

/*new look products*/
.woocommerce ul.products li.product.product_tag-new-look:before {
  content: "NEW LOOK";
  width: 50px;
  height: 50px;
  background: #f0ea27;
  color: #000;
  padding: 9px 4px 5px 5px;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 50px;
  rotate: -10deg;
  font-family: var(--font-family-accent);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 0.8em;
}

/*two products*/
/* .term-senior-dog .skinny,
.term-crunchers .skinny,
.term-senior-dog .skinny li.product,
.term-stix-dog .skinny li.product,
.term-crunchers .skinny li.product,
.term-puppy .skinny li.product .woocommerce.columns-2 ul.products li.product. {
  @media (min-width: 767px) {
    grid-template-columns: repeat(2, 1fr) !important;
  }
} */
/* .term-senior-dog .skinny li.product,
.term-stix-dog .skinny li.product,
.term-crunchers .skinny li.product,
.term-puppy .skinny li.product .woocommerce.columns-2 ul.products li.product {
  width: 46% !important;
} */

/*Broth*/

#broth-img {
  background: url(img/broth-footer.png) no-repeat bottom;
  background-size: contain;
}

/*Basic Pages*/
.blog .bg-inverse,
.single .bg-inverse,
.category-press .bg-inverse {
  background: #01d8cb !important;
}

.category-press #page-wrapper,
.blog #page-wrapper,
.single #page-wrapper {
  /*background: url(img/bck_1_seafoam.png) no-repeat top 45% right fixed;*/
  background-size: cover;
}

ul#menu-blog {
  margin: 0;
  padding: 0;
}

ul#menu-blog li {
  float: none;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px 0 10px 0;
}

.category-press h2.entry-title a,
.blog h2.entry-title a {
  color: var(--colors-foreground);
  text-transform: uppercase;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
}

.entry-meta,
.entry-meta a,
.entry-footer a {
  font-style: italic;
  color: #999;
  font-size: 14px;
}

.entry-meta .updated,
.byline,
.author {
  display: none;
}

.entry-footer {
  margin-bottom: 2em;
  padding-bottom: 1em;
  font-size: 14px;
}

.page-id-5043 .bg-inverse,
.page-id-5029 .bg-inverse {
  background: #4b75cf !important;
}

.page-id-115 .bg-inverse {
  background: #c507bd !important;
}

.page-id-115 #page-wrapper {
  background: url(img/hypnotize.png) repeat;
}

.wpsl-input input,
#wpsl-wrap select {
  border-color: #eee !important;
  background: #eee;
}

#wpsl-search-btn,
#wpsl-search-wrap .wpsl-input label {
  display: initial !important;
}

#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap .wpsl-input input,
#wpsl-search-wrap .wpsl-input {
  display: block;
  float: left;
}

#wpsl-search-wrap .wpsl-input input#wpsl-search-input {
  width: 100%;
  min-width: 300px;
}

#wpsl-search-wrap .wpsl-select-wrap label {
  width: initial !important;
}

#wpsl-search-wrap #wpsl-results,
#wpsl-search-wrap #wpsl-radius {
  display: table;
  float: left;
}

.wpsl-dropdown {
  display: block;
  clear: both;
  min-width: 110px;
  border-color: #eee;
  background: #eee;
}

#wpsl-search-wrap div#wpsl-category {
  float: left;
  display: block;
  width: initial;
  clear: none;
}

#wpsl-search-btn,
#wpsl-search-wrap div {
  float: none;
}

input#wpsl-search-btn {
  margin-top: 2rem;
  padding: 0.6rem 4rem;
}

.page-id-18200 .bg-inverse,
.page-id-5130 .bg-inverse {
  background-color: #f75300 !important;
}

.page-id-18200 #page-wrapper,
.page-id-5130 #page-wrapper {
  background: url(img/hypnotize.png) repeat;
}

.page-id-18200 .well,
.page-id-5130 .well {
  max-width: 1000px;
  margin: auto;
}

.page-id-18200 .well,
.page-id-5130 .well,
#wpsl-wrap {
  text-align: left;
  margin-top: 3rem;
  background: #fff;
  padding: 2rem;
}

.wpsl-search {
  background: none;
  position: relative;
  padding: 0 0 1rem 0;
}

#wpsl-search-btn,
.wpsl-search-btn-wrap {
  float: right !important;
  margin-right: 0 !important;
}

/*FAQ*/
.page-id-5029 .panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0.5rem 0.25rem;
}

.page-id-5029 h4.panel-title a {
}

.page-id-5029 .panel-body {
  padding: 0.75rem 0.5rem 0.25rem;
}

.page-id-5029 .panel-body h4 {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

#diagonal-top {
  margin-top: -170px;
  z-index: 3;
  position: relative;
  background: transparent;
}

#diagonal-top.dog {
  margin-top: -270px;
}

.cat .bg-inverse,
.solutions .bg-inverse,
body:has(.solutions) .bg-inverse,
.page-id-29689 .bg-inverse,
.page-id-27479 .bg-inverse,
.page-id-4375 .bg-inverse,
#lead-banner.jumbotron.cat:after,
#lead-banner.jumbotron.cat,
.term-tummy-topper .bg-inverse,
.postid-17675 .bg-inverse,
.page-id-18386 .bg-inverse,
.page-id-29938 .bg-inverse,
.page-id-29939 .bg-inverse{
  background-color: var(--colors-tiki-dark) !important;
}

#lead-banner.jumbotron.cat {
  background: url(img/TIkicat_largepalmleft.png) left bottom no-repeat;
  background-size: contain;
}

#lead-features.cat .jumbotron-wrapper:after,
#lead-features.cat,
#lead-features.cat:before {
  background: #c4197e;
}

#lead-features .row {
  max-width: 1200px;
  margin: 0 auto;
}

.dog .bg-inverse,
#lead-banner.jumbotron.dog,
#lead-banner.jumbotron.dog:after,
.page-id-4377 .bg-inverse {
  background: var(--colors-tiki-dog) !important;
}

.page-id-18396 .bg-inverse {
  background-color: #38434d !important;
}

#lead-features.dog,
#lead-features.dog:before,
#lead-features.dog .jumbotron-wrapper:after,
#diagonal-top.dog,
#diagonal-btm.dog {
  background: #2d3134;
}

#diagonal-top.dog polygon {
  fill: var(--colors-tiki-dog) !important;
}

#lead-banner.jumbotron {
  text-align: center;
  color: #fff;
  padding: 0 0 3rem 0;
  position: relative;
}

.featured-group {
  position: absolute;
  margin-top: -100px;
  right: 10%;
  z-index: 30;
  max-width: 375px;
}

.featured-group.dog {
  right: 10%;
  max-width: 375px;
  margin-top: -180px;
}

.lead-family,
.lead-content {
  position: relative;
  z-index: 4;
}

.lead-content #dog-logo {
  max-width: 500px;
  height: auto;
}

.dog .lead-content p {
  transform: rotate(-4deg);
}

#lead-features h2,
#lead-banner h2 {
  font-size: 1.75rem;
}

#lead-features * {
  z-index: 2;
}

#lead-features {
  color: #fff;
  position: relative;
  padding: 1rem;
}

ul.checkmarks,
#natures-copycat ul,
#real-deal ul,
.lead-content ul,
#lead-features ul {
  list-style-type: none;
  padding: 0;
}

ul.checkmarks li,
#natures-copycat li,
#real-deal li,
.lead-content li,
#lead-features li {
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
}

ul.checkmarks li:before,
#natures-copycat li:before,
#real-deal li:before,
.lead-content li:before,
#lead-features li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50px;
  width: 50px;
}

ul.checkmarks li:before,
#natures-copycat li:before,
#real-deal li:before,
.lead-content li:before,
#lead-features.cat li:before {
  background: url(img/check-black.png) no-repeat left;
}

ul.checkmarks.white li:before {
  background: url(img/icon-check-white.png) no-repeat left;
}

#lead-features.dog li:before {
  background: url(img/check-green.png) no-repeat left;
}

#lead-features li h4 {
  text-transform: uppercase;
}

#lead-features .features {
  max-width: 430px;
}

.features img {
  margin: 0 auto;
}

.leaf-pop {
  position: absolute;
  z-index: 5;
  top: 480px;
}

.cat-pop,
.dog-pop {
  position: absolute;
  left: 0;
  top: 500px;
  z-index: 5;
}

.cat-pop-r,
.dog-pop-r {
  position: absolute;
  right: 0;
  top: 42%;
  z-index: 0;
}

.cat-pop-r img,
.dog-pop-r img {
  width: 400px;
}

@media (max-width: 767px) {
  #product-filter-wrapper {
    position: relative;
    padding-top: 2rem;
  }
}

#product-filter-wrapper {
  position: relative;
}

#product-filter-wrapper * {
  z-index: 2;
}

#product-filter-wrapper h3{
  font-weight:700;
}

#product-filter-wrapper li {
  list-style-type: none !important;
}

#cat-logo {
  width: 75%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 2em;
}

@media (max-width: 551px) {
  .tax-product_cat #cat-logo {
    margin-top: 25px;
  }
}

.tg-nav-color span {
  border: 1px solid #ccc;
  color: var(--colors-foreground) !important;
  font-size: 18px !important;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  padding: 0.25em 1.5em;
  margin-bottom: 40px;
}

.tg-nav-color span:hover {
  border: 1px solid #3fa2f7;
  color: #3fa2f7 !important;
  font-size: 18px !important;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  padding: 0.25em 1.5em;
}

.woocommerce div.product h1 {
  font-size: 2.2em;
  color: var(--colors-foreground);
}

#where-to-buy.jumbotron {
  padding: 5rem 2rem;
}

#where-to-buy h3 {
  margin-bottom: 1em;
}

#where-to-buy .card {
  padding: 1rem;
}

#where-to-buy .card h4 {
  margin-top: 12px;
  text-transform: uppercase;
}

.home #where-to-buy .card h4 {
  color: #f4997a;
}

#where-to-buy .card .col-md-4 {
  text-align: left;
}

/*brand page*/

svg#product-diagonal {
  margin-top: -80px;
  width: 100%;
  background: transparent;
}

svg#product-diagonal-flipped {
  width: 100%;
  background: transparent;
}

@media (min-width: 991px) {
  svg#product-diagonal-flipped {
    margin-top: -120px;
  }
}

#product-line-banner.cat {
  background: #ffdf00;
}

.term-senior-cat #product-line-banner.cat {
  background: url(img/Tikicat-silver-bg.png) bottom -20px left no-repeat #abafb0 !important;
  background-size: contain !important;
}

.term-special #product-line-banner.cat {
  background-image: linear-gradient(to bottom, #e4e5e5 17%, #9c9c9c);
}

.term-broth #product-line-banner.cat {
  background: url(img/tiki-broth-bg-lft.png) no-repeat left #ffdf00;
}

#product-line-banner.dog {
  background: #bff559;
}

#product-line-banner.dog h1 {
  margin-top: 4rem;
}

.term-taste-of-the-world #product-line-banner.dog {
  background: url(img/taste-bg-left.png) left bottom no-repeat,
    url(img/taste-bg-right.png) no-repeat right bottom 80px #323e4a;
}

.term-whole-foods #product-line-banner {
  background: url(img/TikiDog-Wholefoods-bg-lft.png) left top no-repeat #0cc699 !important;
}

.term-kitten #product-line-banner {
  background: url(img/Tikicat-baby-bg.png) bottom -20px left no-repeat #f095cd !important;
  background-size: contain !important;
}

.term-puppy #product-line-banner.dog {
  background: #bcd8e9;
}

.term-senior-dog #product-line-banner.dog {
  background: #c5c6c7;
}

.term-after-dark #product-line-banner.cat{
  background: url(img/slider-palm-left.png) no-repeat left #323e4a;
}

#product-logo-wrapper {
  padding-top: 40px;
  /*padding-bottom:170px;*/
  z-index: 2;
}

#brand-description {
  padding-top: 20px;
}

#brand-description h1 {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: 54px;
  line-height: 4.25rem !important;
  margin: 2rem auto 0;
}

#brand-description .lead {
  font-size: 22px;
  max-width: 560px;
  opacity: 0.8;
  margin: 2rem auto 0;
}

.term-born-carnivore #brand-description h1 {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: 45px;
}

.term-born-carnivore #brand-description .lead {
  font-size: 20px;
  max-width: 650px;
}

.term-taste-of-the-world #product-line-banner.dog,
.term-taste-of-the-world #brand-description,
.term-taste-of-the-world #featured-formula,
.term-after-dark #product-line-banner.cat,
.term-whole-foods #brand-description,
.term-whole-foods #featured-formula {
  color: white;
}

#product-line-banner.hairball{
  background: rgb(98,110,201);
  background: linear-gradient(35deg, rgba(98,110,201,1) 0%, rgba(95,107,197,1) 19%, rgba(71,81,157,1) 61%, rgba(61,71,145,1) 100%);
  padding-bottom:20px;
}

#product-line-banner ul {
  list-style-type: none;
  text-align: left;
}

#featured-formula {
  position: relative;
  padding-top: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 991px) {
  #featured-formula #bowl {
    max-width: 700px;
  }
  .term-hairball #featured-formula #bowl{
   max-width: 1100px;
}
}

#featured-formula h2 {
  position: absolute;
  width: 400px;
  font-size: 2.2rem;
  line-height: 1.9rem !important;
  font-family: var(--font-family-accent);
}

#featured-formula h2 span {
  max-width: 300px;
}

#featured-formula h2.call-out1 {
  text-align: left;
  top: 30%;
  left: 0;
  background: url(img/arrow-left.png) no-repeat center right 40px;
  background-size: 50%;
  height: 55px;
}

#featured-formula h2.call-out2 {
  text-align: right;
  top: 30%;
  right: 0;
  background: url(img/arrow-right.png) no-repeat center left 30px;
  background-size: 50%;
  height: 87px;
}

#featured-formula h2.call-out3 {
  text-align: left;
  bottom: 20%;
  left: 0;
  background: url(img/arrow-left-lower.png) no-repeat center right;
  background-size: 50%;
  height: 55px;
}

#featured-formula h2.call-out4 {
  text-align: right;
  bottom: 20%;
  right: 0;
  background: url(img/arrow-right-lower.png) no-repeat center left;
  background-size: 50%;
  height: 70px;
}

/* Customized Categories*/

.term-protein-boosters #featured-formula h2.call-out1 {
  left: 5%;
}
.term-protein-boosters #featured-formula h2.call-out2 {
  right: 4%;
}
.term-protein-boosters #featured-formula h2.call-out3 {
  bottom: 25%;
  left: 2%;
}

.term-pate #featured-formula h2.call-out1 {
  background-position: center right 5px;
}

.term-pate #featured-formula h2.call-out4 {
  bottom: 30%;
}

.term-pate .call-out4 span {
  position: absolute;
  right: 50px;
  top: -30px;
}

/* Cat Broths */
.term-broth #product-feed.wrapper {
  padding-bottom: 60px;
}

.term-broth #featured-formula h2.call-out2 {
  text-align: left;
}

.term-broth #featured-formula h2.call-out2 span {
  position: absolute;
  right: 0;
}

.term-broth #featured-formula h2.call-out4 {
  text-align: left;
  background-position: bottom 40px left;
  height: 150px;
  bottom: 20%;
}

.term-broth .call-out4 span {
  position: absolute;
  right: 0;
  bottom: 70px;
}

.term-broth #featured-formula h2.call-out3 {
  background-position: top 40px left 70px;
  height: 100px;
}

.term-broth #featured-formula h2.call-out1 {
  background-position: top left 90px;
  height: 160px;
}

.term-broth h2.call-out1 span {
  position: absolute;
  top: 30px;
}

.no-bullets {
  list-style-type: none;
}

/* Raw Toggle Section */

#faqs-section {
  padding-top: 5%;
  padding-bottom: 2%;
}

#faqs-section .btn {
  background: transparent;
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #e2e2e2;
}

#faqs-section #headingFour .btn {
  border-bottom: 1px solid #e2e2e2;
}

#faqs-section .title,
#faqs-section .plussign {
  display: inline-block;
  color: var(--colors-foreground);
}

#faqs-section .plussign {
  float: right;
}
/*********/

.woocommerce #product-feed .products .star-rating {
  display: none !important;
}

.product .summary ul,
ul.checked-list {
  list-style-type: none;
  padding: 0;
}

.product .summary ul li,
ul.checked-list li {
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
}

.product .summary ul li:before,
ul.checked-list li:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url(img/check-black.png) left no-repeat;
}

.product .lead {
  font-size: 16px;
}

.product .summary ul li {
  margin-bottom: 0.5rem;
  min-height: 60px;
  padding-right: 10px;
}

#product-sizes,
.product-size img {
  margin: 1rem 1rem 0.5rem;
}

h2.woocommerce-loop-product__title {
  color: var(--colors-foreground);
  font-size: 14px;
}

.single-product {
  h2,
  h3 {
    font-family: var(--font-family-accent);
    font-size: 48px;
  }

  .summary {
    .product_title {
      line-height: 1.2em !important;
    }

    h6 {
      font-family: var(--font-family-accent);
      text-transform: uppercase;
      font-size: 45px;
    }

    h1 {
      font-family: var(--font-family-body);
      font-weight: var(--font-weight-black);
      text-transform: uppercase;
      font-size: 50px;
      line-height: 2.5rem;
    }

    .product-sizes + hr {
      border-top: 1px solid var(--colors-foreground);
    }

    div > p {
      font-weight: var(--font-weight-medium);
      font-size: 1em;
    }

    ul {
      padding: revert;
      list-style: none; /* Remove the default list-style */
      padding: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      li {
        float: revert;
        width: revert;
        position: relative;
        padding-left: 40px; /* Space for the image */
        &::before {
          content: ""; /* Use the image as a background */
          position: absolute;
          top: 5px; /* Adjust this value to lower the image */
          left: 0;
          width: 24px; /* Set the width of the image */
          height: 24px; /* Set the height of the image */
          background-image: var(--checkmark); /* Use your list-style-image */
          background-size: contain;
          background-repeat: no-repeat;
        }
        padding: revert;
		padding-inline-start: 40px;
      }
    }
  }

  #product-information {
    .nav-tabs {
      border-bottom: 1px solid var(--colors-foreground);
      .nav-link {
        font-family: var(--font-family-accent);
        font-weight: var(--font-weight-light);
        font-size: 24px;
        color: var(--colors-foreground);

        &:hover {
          border-color: var(--colors-foreground);
        }

        &.active {
          border-radius: 0px;
          background-color: revert;
          color: var(--colors-foreground);
        }
      }
    }
    .card {
      background-color: revert;
      @media (max-width: 767px) {
        display: flex;
        opacity: 1;
        .card-header {
          border-color: var(--color-foreground);
          text-transform: uppercase;
          font-weight: var(--font-weight-bold);
          a {
            color: var(--color-foreground);
          }
        }
      }
    }
    .reviews-anchor {
      text-transform: uppercase;
      font-family: var(--font-family-body);
      font-weight: var(--font-weight-bold);
      padding-block: 1.5rem;
      border-block: 1px solid var(--colors-foreground);
      color: var(--colors-foreground);
      margin-block-start: 2.5rem;
      display: flex;
      gap: 0.5rem;
      align-items: center;
      &:hover {
        text-decoration: none;
      }
      &::after {
        content: "⌃";
        transform: rotate(90deg);
      }
    }
  }

  .available-in-upsell {
    margin-block: 1.5rem;
  }

  #reviews {
    margin-bottom: 0 !important;

    .contribution-form-wrapper {
      background: transparent;
    }
    .form-contribution {
      border: revert;
      padding: revert;
      padding-block: 1rem;

      #review_rating_field {
        label:not(.checkbox) {
          font-family: var(--font-family-body);
          font-weight: var(--font-weight-bold);
          text-transform: uppercase;
          color: var(--color-foreground);
          font-size: 16px;
        }
      }
    }

    .contributions-filter {
      display: none;
    }
  }

  #lineup {
    /*margin-block: 8rem;*/
	display:none;
	  

    & > div:last-child {
      img {
        max-height: 400px;
      }
    }
  }

  .wpb-wrps-item {
    background: transparent !important;
    color: var(--color-foreground) !important;
    .wpb_wrps_title a {
      color: var(--color-foreground) !important;
      text-transform: revert;
      font-family: var(--font-family-body);
      font-size: 16px;
    }
  }
}

body:has(.solutions) {
  #woocommerce-wrapper {
    background-color: var(--color-solutions-bg);
  }
}

body:has(.solutions) a.flex-next::after {
  color: white;
}

body:has(.solutions) a.flex-prev::before {
  color: white;
}

.solutions {
  color: white;
  .summary {
    h1 {
      color: white !important;
    }
    ul {
      list-style: none; /* Remove the default list-style */
      padding: 0;

      li {
        position: relative;
        padding-inline-start: 40px; /* Space for the image */

        &::before {
          content: ""; /* Use the image as a background */
          position: absolute;
          top: 5px; /* Adjust this value to lower the image */
          left: 0;
          width: 24px; /* Set the width of the image */
          height: 24px; /* Set the height of the image */
          background-image: var(
            --checkmark-light
          ); /* Use your list-style-image */
          background-size: contain;
          background-repeat: no-repeat;
        }
      }
    }
  }

  #product-information {
    .nav-tabs {
      border-bottom: 1px solid white;
      .nav-link {
        color: white;
        border-right: 1px solid white;
        &:hover {
          border-color: white;
        }
        &.active {
          color: white !important;
          border-color: white;
        }
      }
    }
    .reviews-anchor {
      color: white;
      border-color: white;
    }
  }

  #reviews {
    .form-contribution {
      #review_rating_field {
        label:not(.checkbox) {
          color: white;
        }
      }
    }
  }

  .wpb-wrps-item {
    color: white !important;
    .wpb_wrps_title a {
      color: white !important;
    }
  }
}

/* product page */
.woocommerce-product-gallery {
  max-width: 420px;
  margin: 0 auto;
}

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

.term-kitten #product-line-banner.cat {
  background: #f4c8e3;
}

#product-line {
  background-repeat: no-repeat;
  background-position: right top 20%;
}

.product_cat-kitten #product-line,
.product_cat-tummy-toppers-for-dogs #product-line {
  background-image: none;
}

#product-banner {
  position: relative;
  padding-bottom: 50px;
}

#product-information > *,
#product-banner > * {
  z-index: 2;
}

.breadcrumbs:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid rgba(0, 0, 0, 0.2);
  border-bottom: 25px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 10px;
}

.trapizoid-end {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid rgba(0, 0, 0, 0.2);
  border-bottom: 25px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-right: 10px solid transparent;
  position: absolute;
  top: 0;
}

.breadcrumbs .woocommerce-breadcrumb {
  float: left;
  padding: 15px 12px;
  margin-left: 25px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
  color: rgba(255, 255, 255, 1);
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.flex-viewport {
  min-height: 420px;
}

.product_tag-wet-cat-food .flex-viewport,
.product_tag-canned-dog-food .flex-viewport {
  min-height: 360px;
}

.woocommerce div.product div.images img {
  max-height: 420px;
  width: auto;
  margin: 0 auto;
}

.product_tag-wet-cat-food div.images img,
.product_tag-canned-dog-food div.images img {
  max-height: 360px !important;
}

ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

.product_tag-wet-cat-food ul.flex-direction-nav,
.product_tag-canned-dog-food ul.flex-direction-nav {
  top: 22%;
}

li.flex-nav-prev {
  float: left;
}

li.flex-nav-next {
  float: right;
}

a.flex-next {
  visibility: hidden;
}

a.flex-prev {
  visibility: hidden;
}

a.flex-next:hover,
a.flex-prev:hover {
  text-decoration: none;
}

a.flex-next::after {
  visibility: visible;
  color: var(--colors-foreground);
  content: "\f105";
  font-family: FontAwesome;
  font-size: 50px;
}

a.flex-prev::before {
  visibility: visible;
  color: var(--colors-foreground);
  content: "\f104";
  font-family: FontAwesome;
  font-size: 50px;
}

h2.contributions-title,
contributions-form-title {
  display: none;
}

.woocommerce #reviews .product-rating .product-rating-summary,
.woocommerce-page #reviews .product-rating .product-rating-summary {
  width: 20%;
  text-align: left;
  vertical-align: top;
}

.product-rating {
  padding-bottom: 2rem;
}

.product-rating-summary h3 {
  font-size: 18px;
  text-transform: uppercase;
}

h2#contributions-list-title {
  text-transform: uppercase;
}

#reviews h3.contribution-title {
  font-size: 24px;
}

h3.contributions-form-title {
}

.contribution-type-selector > a {
  border-bottom: 1px solid #cfcfcf;
  letter-spacing: 0.02em;
  padding: 10px 10px 10px 0;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
}

.contribution-type-selector > a.active {
  color: var(--colors-foreground);
  border-bottom: 1px solid #fff;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  background: #fff;
  border-radius: 3px;
}

.woocommerce
  #reviews
  .product-rating
  .product-rating-details
  table
  td.rating-graph
  .bar,
.woocommerce-page
  #reviews
  .product-rating
  .product-rating-details
  table
  td.rating-graph
  .bar {
  background-color: #f68826;
}

.star-rating-selector:not(:checked) input:checked ~ label.checkbox,
.woocommerce .star-rating span::before {
  color: #f68826;
}

ol.commentlist {
  padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
}

#reviews-container {
  background: #fafafa;
  border-top: 1px solid #cfcfcf;
  padding-top: 2rem;
}

#comments {
  margin-top: 3em;
  border-bottom: 1px solid #cfcfcf;
}

.single-post #comments {
  background: none;
}

.comment-list {
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0px;
}

.comment-list li {
  padding: 15px 10px 15px 0px;
  border-top: 1px solid #eee;
  list-style-type: none;
}

#comments time {
  color: #999;
  font-size: 14px;
}

#contributions-list ul.children {
  margin: -0.5% 0 !important;
  padding: 0;
}

#contributions-list ul.children li {
  width: 100% !important;
  padding-top: 0 !important;
}

#contributions-list ul.children .comment-text {
  border-top: none !important;
  background-color: #eee;
  border-radius: 0 0 5px 5px !important;
}

a.comment-reply-link {
  border: 1px solid #000;
  font-size: 12px;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  color: #000;
  max-width: 60px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
}

a.comment-reply-link:hover {
  background: #128df6;
  border-color: #128df6;
  color: #fff;
  text-decoration: none;
}

.name_first label,
.name_last label,
span.posted-on,
.form-group.form-check.comment-form-cookies-consent,
.form-group.comment-form-url {
  display: none !important;
}

#reviews-container .contribution-type-selector {
  margin: 0;
}

.contribution-form-wrapper {
  background: #fff;
  border-radius: 3px;
}


/*feeding guidelines tables*/
#fgs_table td {
  border: 1px solid #eee;
}

#fgs_table th {
  background: #fafafa;
  border: 1px solid #ccc;
}

#product-information {
  position: relative;
  clear: both;
  padding-bottom: 1rem;
}

#product-information .card {
  border: none;
}

#product-information h3 {
  padding: 0.75rem 1.25rem 0.75rem 0;
}

#product-information .nav-item a {
  border-radius: 0;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  border-right: 1px solid var(--colors-foreground);
}

#product-information .nav-tabs .nav-link.active {
  border-color: var(--colors-foreground);
  color: var(--colors-foreground) !important;
}

#product-information .nav-tabs {
  display: none;
}

@media screen and (min-width: 768px) {
  #product-information .nav-tabs {
    display: flex;
  }

  #product-information .card {
    border: none;
    padding-top: 1rem;
  }

  #product-information .card .card-header {
    display: none;
  }

  #product-information .card .collapse {
    display: block;
  }
}

.wrps_related_products_area {
  margin-top: 4rem;
}

.wrps_related_products_area_title {
  text-align: center;
}

#guarantee.jumbotron {
  background: transparent;
  font-size: 14px;
  color: #cf7afa;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
}

#guarantee h4 {
  color: #cf7afa;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
}

#guarantee .card {
  padding: 1.5rem 1rem 1rem;
}

.accordion {
  width: 100%;
  max-width: 1900px;
  overflow: hidden;
  margin: 0 auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 950px;
  transition: all 500ms ease;
}

.accordion ul li div.slide {
  padding-top: 180px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 950px;
}

.accordion #cat-side {
  background-color: #e2318d;
}

.accordion #dog-side {
  background-color: #46d5d5;
}

.accordion ul li div.slide a {
  z-index: 3;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  margin: 0;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  transform: translateX(-20px);
  transition: all 400ms ease;
}

/*.accordion ul:hover li { width: 8%; }
 .accordion ul:hover li:hover { width: 60%; }*/
.accordion ul:hover li:hover a * {
  transform: translateX(0);
}

.accordion .slide-hover {
  display: none;
}

.accordion .slide-initial {
  flex: 0 0 100%;
  max-width: 100%;
}

.accordion ul:hover li:hover .slide-initial {
  padding-top: 10%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.accordion ul:hover li:hover .slide-hover {
  display: block;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

#wrapper-footer-full {
  padding-top: 2em;
  padding-bottom: 2em;
  background: none;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

#wrapper-footer-full h3 {
  font-size: 1.5em;
}

.footer-widget {
  border-right: 1px solid #ccc;
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 551px) {
  .footer-widget:first-child {
    padding-left: 0px;
  }

  .footer-widget:last-child {
    padding-right: 0px;
    border-right: none;
  }
}

@media (max-width: 551px) {
  .footer-widget {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.footer-widget .fa {
  font-size: 1.4rem;
}

.footer-widget .list-inline-item:not(:last-child) {
  margin-right: 0.6rem;
}

.footer-widget .gform_wrapper form {
  font-size: 0.85rem;
  max-width: 300px;
  margin-left: 0 !important;
}

#gform_widget-2 h3 {
  text-align: left;
}

#gform_widget-2 .gform_description {
  text-align: left;
}

#gform_widget-2 form input#gform_submit_button_1.gform_button.button {
  background-color: #000;
}

#menu-footer-2 {
  display: flex;
  justify-content: center;
  margin-top: 0.5em;
}

#menu-footer-2 a img {
  width: 24px;
  height: 24px;
}

#wrapper-footer {
  border-top: 1px solid #ccc;
  font-size: 12px;
  padding: 1rem 2rem;
}

#menu-footer-menu {
  float: right;
}

#menu-footer-menu li {
  margin-left: 0.5rem;
}

  h3.entry-title{
	text-transform:none;
  }

/*mobile adjustments*/

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    text-transform: uppercase;
    font-size: 1.75em;
  }

  h4 {
    font-size: 1.25rem;
  }

  .lh-30 {
    line-height: 1.5rem;
  }

  #lead-banner.dog .jumbotron-wrapper {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  #say-aloha h1,
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .dog-cat-pop {
    position: absolute;
    right: -6%;
    transform: rotate(1deg);
    overflow: hidden;
  }

  h2 {
    font-size: 1.5rem;
  }

  #product-logo-wrapper {
    background: none !important;
    padding: 0;
  }

  #lead-features h2,
  #lead-banner h2 {
    font-size: 1.25rem;
    line-height: 1.2rem;
  }

  #open-can img {
    width: 100%;
    max-width: 758px;
  }

  .real-food img {
    width: 70%;
  }

  #numberThree-top,
  #numberThree-btm {
    height: 220px;
  }

  #numberTwo {
    background-position: top 20% left;
  }

  #numberThree {
    background: none;
  }

  #lead-banner.jumbotron {
    padding-bottom: 5rem;
  }

  #where-to-buy .card .col-md-4 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  #nav_menu-2,
  #nav_menu-3,
  #nav_menu-4 {
    display: none;
  }

  #home-bowl {
    position: initial;
  }

  #numberOne {
    margin-top: -100px;
  }

  #numberOne #real-deal-content {
    margin-top: 2rem;
  }

  #guarantee.jumbotron,
  #guarantee.jumbotron .text-right {
    text-align: center !important;
  }

  .footer-widget {
    border: none;
  }

  #product-logo.alignright {
    float: none;
  }

  .cat #product-logo-wrapper {
    padding: 0;
  }

  svg#product-diagonal {
    margin-top: 0;
  }

  #dog-logo {
    padding-bottom: 100px;
  }

  #product-line-banner header {
    background: none !important;
  }

  .term-raw #faqs-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .term-raw #faqs-section img {
    width: 100%;
    margin-top: 5%;
  }

  .term-raw #faqs-section #accordion {
    margin-bottom: 5%;
  }

  .term-raw #faqs-section h1 {
    margin-top: 5%;
  }
}

@media screen and (max-width: 600px) {
  #wpsl-wrap {
    padding: 1.5rem 1rem;
  }

  #product-information {
    padding-top: 3rem;
  }

  #product-information .card-header a:before {
    content: "\f068";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 15px;
  }

  #product-information .card-header a.collapsed:before {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 15px;
  }

  .cat.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__image:nth-child(n + 2) {
    margin-right: 5px;
    border: 3px solid #ffdf00;
  }

  .dog.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__image:nth-child(n + 2) {
    margin-right: 5px;
    border: 3px solid #b3e850;
  }

  h1.number {
    font-size: 6rem;
    line-height: 6rem;
  }

  #product-line-banner.dog h1 {
    margin-top: initial;
  }

  #brand-description h1,
  #say-aloha h1,
  h1 {
    font-size: 2rem;
    line-height: 3.5rem !important;
  }

  #why-feed .entry-content {
    margin-top: 1rem;
    transform: initial;
    color: var(--colors-foreground);
  }

  #why-feed .entry-content h1 {
    margin-bottom: 3rem;
    color: #fff;
  }

  #wpsl-search-wrap .wpsl-input input {
    min-width: 300px;
  }

  .wpsl-dropdown {
    min-width: 100px;
  }

  .page-id-115 #page-wrapper {
    background: url(img/hypnotize.png) repeat;
  }

  .page-id-5130 #page-wrapper {
    background: url(img/hypnotize.png) repeat;
  }

  #lead-banner.dog .jumbotron-wrapper {
    padding-bottom: 1rem;
  }

  #open-can img {
    width: 100%;
  }

  #why-feed-triangle {
    padding-bottom: 3rem;
  }

  #lead-banner.jumbotron {
    padding-bottom: 10rem;
  }

  #numberTwo,
  #say-aloha .jumbotron {
    background: none;
    padding-bottom: 3rem;
  }

  #say-aloha h1 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  #say-aloha p {
    line-height: 1.5rem;
  }

  #statement-content,
  #say-aloha article {
    transform: initial;
  }

  svg#statement-btm {
    padding-top: 20px;
    height: 100px;
  }

  .tg-nav-color span {
    font-size: 0.8rem !important;
    margin-bottom: initial;
  }

  .gform_wrapper .gform_footer {
    padding-top: 0 !important;
  }

  .footer-widget .gform_wrapper .top_label .gfield_label {
    display: none !important;
  }

  #menu-footer-menu {
    margin-top: 1rem;
  }

  #numberOne #real-deal-content,
  .real-food {
    position: initial;
  }

  #numberThree-top,
  #numberThree-btm {
    height: 100px;
  }

  #numberThree-content {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .accordion {
    height: auto;
  }

  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    transition: none;
  }

  #where-to-buy .btn {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }

  /* raw mobile */
  #featured-formula.raw,
  .term-raw #featured-formula {
    margin-top: -200px;
  }

  svg#product-diagonal.raw,
  .term-raw svg#product-diagonal {
    margin-top: 30px;
  }
}

/*** end media query ***/

/**
 * Mega Menu Changes
 */
@media (max-width: 991px) {
  button.navbar-toggler {
    display: none !important;
  }
}

@media (min-width: 992px) {
  #inner-navbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  body.home .mega-menu-item .mega-menu-link,
  body.search .mega-menu-item .mega-menu-link {
    color: #333 !important;
  }

  body.home li.mega-menu-item > a.mega-menu-link:hover,
  body.search li.mega-menu-item > a.mega-menu-link:hover {
    color: #fff !important;
  }
}

.search.search-results header.page-header {
  margin-bottom: 1.5em;
}

.search.search-results .product-results,
.search.search-results .blog-results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.search.search-results nav .pagination {
  justify-content: center;
}

@media (min-width: 551px) {
  .search.search-results .product-results {
    grid-template-columns: repeat(2, 1fr);
  }

  .search.search-results nav[aria-labelledby="posts-nav-label"] {
    grid-column: span 2;
  }
}

@media (min-width: 768px) {
  .search.search-results .product-results {
    grid-template-columns: repeat(3, 1fr);
  }

  .search.search-results .blog-results {
    grid-template-columns: repeat(2, 1fr);
  }

  .search.search-results nav[aria-labelledby="posts-nav-label"] {
    grid-column: span 3;
  }
}

.search.search-results .search-result-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.search.search-results .search-result-item img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.search.search-results .search-result-item h5 {
  text-align: center;
}

.search.search-results .search-result-item h5 a,
.search.search-results .search-result-post h5 a {
  color: #000;
}

.search.search-results .search-result-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.search.search-results .search-result-post img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 551px) {
  .search.search-results .search-result-post {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
}

.search.search-results .search-result-post {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px;
}

.search.search-results .search-result-post .entry-content {
  padding: 15px;
}

.search.search-results .search-result-post .entry-summary p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

.tiki-pagination {
  margin: 0 auto;
  grid-column: span 1;
}

@media (min-width: 551px) {
  .tiki-pagination {
    grid-column: span 2;
  }
}

@media (min-width: 768px) {
  .tiki-pagination {
    grid-column: span 3;
  }
}

.tiki-pagination .page-numbers {
  margin: 0 auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 5px;
}

.tiki-pagination .page-numbers li .page-numbers {
  transition: 0.2s ease-in-out;
  border-radius: 3px;
  padding: 6px 12px;
  color: var(--colors-tiki-dark);
}

.tiki-pagination .page-numbers li .page-numbers.current,
.tiki-pagination .page-numbers li .page-numbers:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: var(--colors-tiki-dark);
}

.cat-features {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cat-features strong em {
  text-transform: lowercase;
}

.cat-features h4 {
  text-transform: uppercase;
}

.cat-features strong em,
.cat-features h4 {
  color: var(--colors-tiki-dark);
}

.dog .cat-features strong em,
.dog .cat-features h4 {
  color: var(--colors-tiki-blue);
}

.cat-features .features {
  position: relative;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .cat-features .features::before {
    content: "";
  }
}

@media (min-width: 768px) {
  .cat-features .features {
    padding-left: 60px;
  }

  .cat-features .features::before {
    content: url(/wp-content/uploads/2022/07/group-167-copy-2.svg);
    position: absolute;
    left: -20px;
  }
}

.cat-features .features p {
  max-width: 250px;
}

@media (min-width: 767px) {
  .page-id-4377 .features,
  .page-id-4375 .features {
    border-right: 1px dashed #020202;
  }
}

.page-id-4377 .features:last-child,
.page-id-4375 .features:last-child {
  border-right: 0px;
}

.page-id-4377 .features h4,
.page-id-4375 .features h4 {
  font-family: var(--font-family-accent);
  font-weight: var(--font-weight-bold);
  font-size: 30px;
  line-height: 1.5rem !important;
  text-transform: none;
  color: var(--colors-tiki-dark) !important;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.page-id-4377 .features h4 {
  color: var(--colors-tiki-blue) !important;
}

@media (max-width: 551px) {
  .cat-features img {
    margin-top: 25px;
  }
}

.cat-sub-headline {
  font-size: 36px;
  line-height: 1em;
}

@media (max-width: 551px) {
  .cat-sub-headline {
    max-width: 250px;
    margin: 0 auto;
  }
}

.cat-sub-headline p {
  font-size: 18px;
  line-height: 1.2em;
}

.cat-sub-headline p strong {
  margin-bottom: 24px;
}

.cat-sub-headline b,
.cat-sub-headline strong {
  font-family: var(--font-family-body);
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: var(--colors-tiki-dark);
}

.dog .cat-sub-headline b,
.dog .cat-sub-headline strong {
  color: var(--colors-tiki-blue);
}

.dog .cat-pop-r {
  display: none;
}

.cat .cat-sub-headline b,
.cat .cat-sub-headline strong {
  color: #fff;
}

.tg-filters-holder {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}

.max-960 {
  max-width: 960px;
  margin: 0 auto;
}

.max-480 {
  max-width: 480px;
  margin: 0 auto;
}

.wrapper.dog div.jumbotron-wrapper {
  position: relative;
}

.wrapper.dog div.jumbotron-wrapper::after {
  content: url("/wp-content/uploads/2022/09/tiki-dog-leaf-right.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  z-index: 0;
}

.wrapper.dog div.jumbotron-wrapper::before {
  content: url("/wp-content/uploads/2022/09/tiki-dog-leaf-left.svg");
  position: absolute;
  left: 0;
  top: 35px;
  width: 10%;
  z-index: 0;
}

.shiftnav::after {
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) !important;
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) !important;
}

.shiftnav-toggle-button {
  background: transparent !important;
}

.shiftnav-toggle-button:hover {
  background: transparent !important;
}

.search header.page-header {
  background-color: #eee627 !important;
  color: #000 !important;
}

.search .navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: #000 !important;
}

.search.cat .navbar-inverse.bg-inverse,
.search.dog .navbar-inverse.bg-inverse {
  background-color: #fff !important;
}

@media (max-width: 551px) {
  .stk-09160f2-container .is-content-justification-space-between {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .stk-09160f2-container
    .is-content-justification-space-between
    .stk-block-heading {
    text-align: center !important;
  }

  .cat-features .features::before {
    left: -10px;
  }
}

@media (max-width: 551px) {
  div#wrapper-footer.wrapper footer.site-footer .site-info {
    text-align: center;
  }

  div#wrapper-footer.wrapper #menu-footer-menu {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

ul#menu-footer-menu.menu {
  list-style-type: none;
}

.tax-product_cat #lead-banner.jumbotron {
  padding-bottom: 0 !important;
}

.tax-product_cat .jumbotron-wrapper > .row {
  position: relative;
  z-index: 1;
}

.stk-01525f6,
.stk-706a0d6 {
  flex: 1 1 50% !important;
  max-width: 50%;
}

/* Button */
.wp-block-button__link {
  transition: 0.3s ease-in-out;
  font-family: var(--font-family-body) !important;
  font-weight: var(--font-weight-bold);
  text-decoration: none !important;
  font-size: 16px;
}

.wp-block-button.solid .wp-block-button__link,
.wp-block-button__link.solid {
  background-color: #000 !important;
}

.wp-block-button.solid:hover .wp-block-button__link,
.wp-block-button__link.solid:hover,
.wp-block-button.is-style-outline:hover .wp-block-button__link,
#gform_widget-2 form input#gform_submit_button_1.gform_button.button:hover {
  background-color: #999 !important;
}

.wp-block-button.is-style-outline:hover .has-white-color {
  background-color: #000 !important;
  border-color: #000 !important;
}

@media (max-width: 767px) {
  .navbar-brand svg {
    width: 120px;
  }

  #inner-navbar .col-2 {
    display: flex;
    align-items: center;
  }

  .stk-ed7ac38,
  .stk-15b399c,
  .stk-7d57181 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

#inner-navbar {
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

.wrps_related_products_area .wpb_wrps_price {
  display: none;
}

.wrps_related_products_area div.wpb_wrps_cart_btn {
  display: none;
}

.wrps_related_products_area
  a.wpb_wrps_img_url
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrps_related_products_area button.owl-dot {
  background-color: transparent !important;
}

@media screen and (min-width: 768px) {
  .stk-ed7ac38,
  .stk-15b399c,
  .stk-7d57181,
  .stk-2b40e3f {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .stk-9f58d63 {
    min-height: 620px !important;
  }
}

@media screen and (min-width: 767px) {
  .stk-9f58d63 {
    min-height: 800px !important;
  }
}

@media screen and (max-width: 767px) {
  .stk-21c4f5b .stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .stk-2b48fd1#wet-food,
  .stk-1d8929f#dry-food {
    margin-bottom: 10px !important;
  }
}

.shiftnav-target {
  text-transform: uppercase;
}

/** 
 * Product Category Template 
 */

.page-id-29938 #page-wrapper{
		background: rgb(255,177,187);
		background: linear-gradient(212deg, rgba(255,177,187,1) 10%, rgba(248,133,172,1) 50%, rgba(240,78,152,1) 100%);
	    color:white;
	}
	.page-id-29939 #page-wrapper{
		background: rgb(45,45,45);
		background: linear-gradient(35deg, rgba(45,45,45,1) 0%, rgba(109,83,175,1) 50%);
		color:white;
	}
	.page-id-29689 #page-wrapper{
		background-color: var(--color-solutions-bg);
		color:white;
	}

.page-template-product-category {
  /** Target Stackable Colored Text to add Golden Highlight */
  span.stk-highlight,
  .wrapper h2,
  .gold-highlight p {
    position: relative;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .wrapper h2 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-medium);
    font-size: 85px;
    line-height: revert !important;
  }

  .wrapper h3 {
    font-size: 1.5rem;
  }

  @media (max-width: 767px) {
    .wrapper h2{
      line-height: 4rem !important;
	  margin-bottom:40px;
	  font-size:70px;
    }
    .wrapper h3 {
      padding-block: 1rem;
      
    }
  }

  nav.product-nav {
    /*background: var(--gradient-gold);*/
    border-radius: 1.25em;
    margin: 0 auto;
    flex-grow: 0;
    padding: 0.25em;
    margin-block-end: 2em;
    a {
      font-weight: var(--font-weight-semibold);
      text-transform: uppercase;
      color: white;
      &:first-child {
        border-radius: 1em 0 0 1em;
      }
      &:last-child {
        border-radius: 0 1em 1em 0;
      }
    }
  }
  
  @media (max-width: 1240px){
      nav.product-nav {
        display:none !important;
      }
  }

  .btn-pc-ghost {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
	 
    position: relative;
    background-color: revert;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    &[aria-expanded="false"] {
      &::after {
        content: "+";
      }
    }
    &::before {
      display: block;
      content: " ";
      width: calc(100% - 24px);
      height: 1px;
      background: var(--gradient-gold);
      position: absolute;
      bottom: 0;
      left: 24px;
      right: 24px;
    }
    &::after {
      content: "-";
      font-size: 1.5em;
    }
  }

  .product-accordions {
    margin-block-end: 2rem;
  }

  .pc-accordion {
    &.-title {
      font-weight: var(--font-weight-black);
      font-size: 36px;
	  line-height:1.1em;
      @media (min-width: 767px) {
        font-size: 50px;
      }
      border-block-end: 1px solid white;
      padding: 1rem;
      display: flex;
      color: white;
      text-transform: uppercase;
      justify-content: space-between;
      align-items: center;
	  text-align:left;
      &:hover,
      &:active,
      &:focus-within {
        text-decoration: none;
      }
      &::after {
        content: "⌃";
        rotate: 180deg;
        transition:.5s;
      }
      &[aria-expanded="true"] {
        &::after {
          rotate: 0deg;
		  transition:.5s;
        }
      }
    }
    &.-content {
      padding: 1rem;

      ul {
        list-style: none; /* Remove the default list-style */
        padding: 0;

        li {
          position: relative;
          padding-inline-start: 40px; /* Space for the image */
          padding-block-end: 10px;
          &::before {
            content: ""; /* Use the image as a background */
            position: absolute;
            top: 5px; /* Adjust this value to lower the image */
            left: 0;
            width: 24px; /* Set the width of the image */
            height: 24px; /* Set the height of the image */
            background-image: var(
              --checkmark-light
            ); /* Use your list-style-image */
            background-size: contain;
            background-repeat: no-repeat;
          }
        }
      }

      .p-0 {
        img {
          /* Target the Image Icon */
          width: 100%;
        }
      }
    }
  }
}

.pc-product {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    &:hover {
      text-decoration: none;
    }

    & > h4 {
      font-size: 22px !important;
      margin-bottom: revert !important;
      color: revert !important;
      text-align: center;
      line-height: 1.2rem;
      letter-spacing: .5px;
      font-family: var(--font-family-accent);
    }

    & > p {
      font-weight: var(--font-weight-light);
    }
  }
}

/** Solutions Page */
.page-id-29689 {
  #collapseMoreInfo {
    background-color: #ef9d46;
    padding: 2em;
    color: var(--colors-charcoal);

    h3 {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-medium);
      font-size: 55px;
    }

    .col-md-3 {
      @media (max-width: 767px) {
        border-block-end: 1px solid var(--colors-charcoal);
        padding-block: 1em;
        &:last-child {
          border-block-end: none;
        }
      }
      @media (min-width: 767px) {
        border-inline-end: 1px solid var(--colors-charcoal);
        &:last-child {
          border-inline-end: none;
        }
      }

      h4 {
        font-size: 18px;
      }
    }
  }

  .top-offset {
    @media (min-width: 767px) {
      img {
        top: -25%;
        position: relative;
      }
    }
  }
}

.whats-new {
  .whats-new-nav-container {
    cursor: pointer;
    background-color: var(--colors-tiki-dark);
    color: #fff;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
  }

  .d-flex {
    gap: 2rem;
  }

  span{
     transform: rotate(180deg);
     vertical-align: middle;
	}
  p {
    letter-spacing: 2px;
    vertical-align: middle;
  }

  span {
    line-height: 0;
    transition: transform 0.3s ease-in-out;
  }

  .whats-new-content {
    display: block; /* Ensure it's part of the layout for animation */
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
  }

  &[aria-expanded="false"] {
    span {
      transform: rotate(0deg);
    }
  }

  &[aria-expanded="true"] {
    .whats-new-content {
      opacity: 1;
      visibility: visible;
      max-height: 100vh;
    }

    @media (min-width: 767px) {
      .whats-new-content {
        max-height: 60vh; /* Default for desktop */
      }
    }
  }
}
