/** Shopify CDN: Minification failed

Line 932:18 Expected ":"
Line 1970:0 Unexpected "{"
Line 2869:8 Expected identifier but found whitespace
Line 2869:10 Unexpected "{"
Line 2869:24 Expected ":"
Line 2880:8 Expected identifier but found whitespace
Line 2880:10 Unexpected "{"
Line 2880:22 Expected ":"
Line 2891:8 Expected identifier but found whitespace
Line 2891:10 Unexpected "{"
... and 10 more hidden warnings

**/
/* custom.css */
/* Appstle Loyalty launcher - move above Chat button */
#appstle-loyalty-button,
.appstle-loyalty-button {
  bottom: 85px !important;
  right: 20px !important;
}
/* Hide "Learn About Subscriptions" */
.appstle_tooltip .appstle_subcription_link {
  display: none !important;
}

/* Hide "Powered by Appstle" */
.appstle_tooltip .appstle_link {
  display: none !important;
}


.turkey-starter-kit .pd-card {
  display:none;
}
.cowlendar-service .product__text {
     display:none;
}
.cowlendar-service .shipping_message {
  display:none;
}
.cowlendar-service li.nav-item.tab-2 {
    display: none !important;
}
 .product-wrap {
  display:none !important;
}
div#shopify-block-AS0c3dW9PMldDeWR1Q__appstle_subscription_appstle_subscription_product_page_widget_K8xtXn {
  margin-top: 21px;
}
.pet-menu-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid #E6DDCC;
  margin-top: 20px;
  padding-top: 16px;
}
.popup_cart.bg_1:not(.active),
.error-popup:not(.active) {
  pointer-events: none !important;
}

.popup_cart.bg_1.active,
.error-popup.active {
  pointer-events: auto !important;
}
.pet-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pet-bottom-link {
  display: block;
  border: 1px solid #E6DDCC;
  border-radius: 12px;
  padding: 13px 15px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform .16s ease, border-color .16s ease;
}

.pet-bottom-link:hover {
  transform: translateY(-2px);
  border-color: #948B80;
}

.pet-bottom-link.is-featured {
  border: 2px solid #E85D1F;
  background: #FDEDE2;
}

.pet-bottom-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

.pet-bottom-subtitle {
  font-size: 12px;
  color: #5C5248;
  line-height: 1.45;
  margin: 4px 0 0;
}
/* .pd-card {
  display:none !important;
} */
.pet-bottom-link { position: relative; }

.pet-bottom-badge {
  position: absolute;
  top: -19px;
  left: 14px;
  background: #E85D1F;
  color: #fff;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
}
.buid-own-formula, .personalize-plan {
    border: 1px solid #fff;
    border-radius: 5px;    
    margin-right:10px;
    background-color:#ffffff;
    color:#333;
}

.buid-own-formula a, .personalize-plan a {
  padding: 7px 12px;
  display: inline-block;
}

.buid-own, .custom-plan{
    /* width: 150px; */
    color: #333;
    font-size: 13px;
}

.buid-own-formula:hover, .personalize-plan:hover, .buid-own-formula a:hover, .personalize-plan a:hover, .buid-own-formula:hover .buid-own, .personalize-plan:hover .custom-plan {
    background-color:#ddd;
    color:#333;
}
/* start two-section.css */
.switch-apps-gallery-main-container .switch-apps-gallery-main-top-bar {
  padding: 0 0 !important;
} 
 a#more-payment-options-link {
    display: none;
}
.shinto-fit-section{
  background: #FBF6EC;
  padding: 100px 20px;
}
.shinto-fit-header{
  text-align: center;
  margin-bottom: 30px;
}
.shinto-fit-subheading {
  color: #f26722;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 2px;
}
.cst-ship-today {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  border: 1px solid #ffd4bf;
  margin-top: 25px;
  background-color: #FFF4EF;
}

.rotation-subheading {
  display: flex;
}

.rotational-description strong {
  font-weight: normal;
  color: #000;
}

.shinto-fit-heading.rotational-heading, .rotational-description {
  text-align: center;
}

.shinto-fit-image {
  margin: 20px;
}
.shinto-fit-stat-number.days-3 {
  color: #777;
}
.shinto-fit-label svg {
  width: 20px;
  height: 20px;
}
.shinto-fit-label svg path{
fill:#f26722;
}
.shinto-fit-heading {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
    margin-top: 0px;
  color: #111;
  margin-top: 30px;
}
.shinto-fit-heading em{
  color: #f26722;
  font-style: italic;
}
.shinto-fit-description{
  margin: 25px auto 0;
    font-size: 18px;
    line-height: 30px;
    color: #777;
    width: 51%
}
.shinto-fit-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  width: 100%;
  margin: 0 auto;
}
.shinto-fit-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.where-to-find {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.shinto-fit-image img {
  width: 100%;
  display: block;
  aspect-ratio: 1.2;
  object-fit: cover;
  /* border: 7px solid #E85D1F; */
  border-radius: 20px;
}
.shinto-fit-content{
  padding: 10px 25px 25px;
}
.shinto-fit-label{
  color: #f26722;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.shinto-fit-title {
  font-size: 30px;
    line-height: 1.05;
    margin: 0 0 20px;
    font-weight: 500;
    color: #111
}
.shinto-fit-text{
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 20px;
}
.shinto-fit-stats{
  border-top: 1px solid #ddd;
  padding-top: 25px;
  /* display: grid; */
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  min-height: 57px;
}
.shinto-fit-stat-number {
  font-size: 17px;
  color: #f26722;
  line-height: 1;
  font-family: roboto;
  font-weight: 600;
  margin-bottom: 10px;
}
.shinto-fit-stat-label{
  font-size: 14px;
  color: #777;
  margin-top: 6px;
}

.header-bottom .container {
  /* max-width: 1290px; */
  max-width:1300px
}

.kitchen {
  background: #FBF6EC !important;
}

a.custom-button {
  background-color: #000 !important;
  opacity: 1 !important;
  color: #fff;
  padding: 18px 32px;
  border-radius: 50px;
  border:1px solid #000;
  display:inline-block;
}

a.custom-button:hover {
  background-color: #fff !important;
  opacity: 1 !important;
  color: #000;
}

a.custom-button:hover svg{
  fill:#000;
}

a.custom-button .icon.icon-arrow {
  width: 18px;
  height: 18px;
  margin-left: 10px;  
}

.header-desktop .field {
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  overflow: hidden;
}

.header-desktop .search .field input {
  padding-left: 15px;
}

.header-desktop .search-popup-container .field .search__input{
border:none;
}

ul.category_content {
  display: inline-block !important;
  width: 100%;
  padding-left: 15px;
}
.category_content li {
  width: 100%;
}

.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content > div {
  position: static!important;
  text-align: left;
  max-width:100%!important;
}

.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content h2 {
  font-size: 18px;
  font-weight: 400 !important;
  color: #fff !important;
}

.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content h2.h2{
  font-size: 58px;
  font-weight: 600!important;
  color:#DFC381 !important;
}

.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content:first-child:last-child button.btn {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content {
  padding: 0 0 30px 0 !important;}

 .switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content > div > * + * {
  margin-top: 5px;
}

.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content:first-child:last-child button.btn {
  background-color: #e85d1f !important;
  opacity: 1 !important;
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  border: 1px solid #e85d1f;
  display: flex;
}



.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content:first-child:last-child button.btn:hover {
  background-color: #c94a12 !important;
  color: #fff;
  border: 1px solid #c94a12!important;
}

.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content:first-child:last-child button.btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://cdn.shopify.com/s/files/1/1038/7429/7937/files/upload-more.svg?v=1783409188") no-repeat center;
    background-size: auto;
  background-size: contain;
  margin-right: 8px;
  border-radius: 5px;
}

.switch-apps-gallery-submission > h2 {
  font-size: 20px;
  font-weight: 600;
}

.switch-apps-gallery-submission .switch-apps-gallery-steps > li > small {
  font-size: 14px !important;
  font-weight: normal !important;
}

.switch-apps-gallery-submission .switch-apps-gallery-steps > li.active > small {
  font-weight:600!important;
}

.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-share-flex {
  margin-top: 17px;
}

.switch-apps-gallery-submission .switch-apps-gallery-steps > li.active > span {
  border-color: #e85d1f !important;
}

.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul > li span:first-child {
  font-weight: 500!important;
  font-size: 16px;
}

button.gw-button-widget.gw-button-widget-v2.btn.product-form__cart-submit.product-form__cart-submit--small {
  font-size:12px;
}

/* cust css start here */

.header-style-1 {
  background-color: #333!important;
}

.header-style-1 .logo-container {
  background-color: #fff;
  padding: 0px 5px;
}

.section-spacing {
  padding: 100px 0;
}
.image-with-description {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f26722;
  margin: 0 0 1.1rem;
  text-align: center;
}

.story-style {
  background: #F5EDDC;
}
.story-style .image-with-text__media img {
  border-radius: 50px;
  max-width: 550px;
  right: 0;
  left: auto;
}

.kitchen-wrapper.page-width {
  max-width: 1290px;
}
.story-style .grid__item {
  position: relative;
}
.image-stared-in {
  position: absolute;
  background-color: #E85D1F;
  right: 0px;
  z-index: 99;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  line-height: 18px;
  font-style: italic;
}
.shinto-the-dog {
  background-color: #fff;
  position: absolute;
  right: 260px;
  bottom: 20px;
  border-radius: 30px;
  padding: 6px 20px;
  color: #000;
}

.for-animal-by {
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  line-height: 75px;
}

.for-animal-by .by-name {
  color: #F4D58D;
  font-style: italic;
}

.real-people-para p {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;}

.rich-text__text.rte.real-people-para {
  border-bottom: 1px solid #ff8c55;
}  

.custom_years p {
  font-size: 42px;
  font-style: italic;
  padding-bottom: 15px;
}

.why-rotate-sec .multicolumn-card {
  display: flex;
}
.nutritions-icon {
  background-color: #fff;
  padding: 7px;
  border-radius: 7px;
  border: 1px solid #E5E5E5;
}

.why-rotate-sec .multicolumn-card__info {
  padding-top: 0;
}

.rte p {
  color: #777;
  font-size:14px;
}

.perks-strip {
  display: flex;
  text-align: left;
  justify-content: center;
}

.perk-item {
  display: flex;
  text-align: left;
  gap: 10px;
}

.step-track .step-line {
  display: none;
}

.perk-text {
  color: #f26722;
  font-size: 15px;
}

.custom-bs-category {
  background-color: #FBF6EC;
}
.category-grid .item-inner {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #F1F1F1;
}

.cat-count {
  display: inline-block;
  padding: 1px 13px;
  border-radius: 30px;
  background-color: #f1f1f1;
  margin: 10px 0 0 10px;
  color: #333;
  font-size: 12px;
}

.bzo-categories .block-title.block-title-left {
  margin-top: 0 !important;
}

.custom-bs-category {
  background-color: #FBF6EC;
  padding: 90px 0;
}


.bzo-categories .cst-btn-main {
  margin-top: 15px;
  text-align: center;
}
.cat-info .sub-categories {
  display: none;
}

.cat-info {
  display: inline-block;
  width: 100%;
  padding: 15px;
}

.cat-custom-heading {
  float: left;
}

.cat-short-description {
  float: right;
}

.cat-name.font-title a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.cat-description p {
  color: #333;
  margin:0;
}

.cat-fwd-arrow {
  background-color: #f1f1f1;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-top: 15px;
}

.container.custom-slideshow {
  max-width: none;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.custom-slideshow-heading h2 {
  background-color: rgba(255, 255, 255, .6);
  border-radius: 20px;
  font-size: 38px !important;
  padding: 25px 65px;
  border: 1px solid #fff;
}

.container.custom-slideshow .slider-info-wrap{
  width: auto!important;
}

.jdgm-testimonials-carousel, .jdgm-videos-carousel, .jdgm-cards-carousel {
  padding: 70px 0 0 !important;}

.google-map .page-width {
  padding: 0;
}
.i8Dpn {
  max-width: 1290px;
}

.header-desktop .field__button {
  align-items: center;
  border: 0;
  color: currentColor;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 5rem;
  background-color: #f26722;
  height: 48px;
  border-radius: 5px;
}

.header-desktop .search__button .icon {
  color: #fff;
}

a.footer-logo {
    background-color: #fff;
    display: inline-block;
    padding: 15px 10px;
    border-radius: 5px;
}

.horizontal-content {
  /* margin-left: 150px; */
}

.custom-bs-category .cat-count {
  display: none;
}

.bzo-categories .grid-cats .item .item-inner .cat-image {
  border-radius: 30px;
  overflow: hidden;
}

.category-grid .item-inner {
  position: relative;
}

.cat-short-description {
  top: 0;
  position: absolute;
  right: 15px;
}

.pet-menu-right {
  border: 2px solid #eee;
  border-radius: 10px;
}

.home-page-banner a img {
  width: 100%;
}

.philosophy-icon svg {
  width: 50px;
  height: 50px;
  fill: #f26722;
}

.custom_dropdown_3 .custom-shop .shop-menu-columns {
  grid-template-columns: repeat(1,1fr);
  gap: 0px;
}

.more_than_a_subscription.bestseller {
  background: #F5EDDC;
}

.shipping-delivery .rte ul {
  padding: 0 0 0 15px;
  margin: 0;
  list-style-type: decimal;
}

.shipping-delivery .page-width {
  padding-top: 70px;
  padding-bottom: 20px;
}

.shipping-delivery .rte ul li {
  font-size: 18px;
  padding: 5px 0;
  color: #333;
}

.shipping-delivery .cart-notification-wrapper.page-width {
  padding: 0;
}

#tabbed-showcase-7 .product-showcase__tab-btn, #tabbed-showcase-41 .product-showcase__tab-btn {
  border-radius: 5px;
}

.why-rotate-sec .rotational-feeding-multicolumn {
  margin: 0 -15px;
}

.grid--4-col-tablet .grid__item.custom-rotation-list {
  background-color: #FFFDF7;
  border-radius: 15px;
  margin: 0 15px;
  box-shadow: 0 1px 2px rgba(35, 32, 26, .04), 0 16px 36px -20px rgba(122, 74, 34, .22);
  transition: transform .45s cubic-bezier(.2, .7, .3, 1), box-shadow .45s ease, border-color .45s ease, opacity .6s ease;
  margin-bottom: 15px;
}

.why-rotation .why-rotate-sec .slider-mobile-gutter{
  margin:0;
}

.switch-apps-gallery-submission .switch-apps-gallery-file-drop > label {
  border: 2px dashed #999!important;
  border-radius: 15px!important;
  background-color: #faf6ee!important;
}

.switch-apps-gallery-submission .switch-apps-gallery-file-drop:hover > label, .switch-apps-gallery-submission .switch-apps-gallery-file-drop.switch-apps-drag-over > label {
  border-color: #e85d1f!important;
  background: rgba(232,93,31,.05)!important;
}

.switch-apps-gallery-submission .switch-apps-gallery-file-drop > label svg {
  color: #e85d1f!important;
}

.switch-apps-popup-close {
  background-color: rgba(27,22,16,.55) !important;
  border-radius: 50px !important;
  width: 40px;
  height: 40px;
}

.switch-apps-popup-close svg{
  color:#fff!important;}

.switch-apps-popup-close:hover {
  background-color: #000 !important;}

.switch-apps-gallery-submission .switch-apps-gallery--field input:not([type="checkbox"]), .switch-apps-gallery-submission .switch-apps-gallery--field select, .switch-apps-gallery-submission .switch-apps-gallery--field textarea {
  background-color: #faf6ee !important;
  border: 1.5px solid rgba(27,22,16,.18) !important;
}  

.switch-apps-gallery-step-submit .btn, .switch-apps-gallery-step-submit .button, .switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner .btn {
  color: #fff !important;
  background-color: #e85d1f !important;
}

.switch-apps-gallery-step-submit .btn:hover, .switch-apps-gallery-step-submit .button:hover, .switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner .btn:hover {
  background-color: #ce4708ff !important;
}

.switch-apps-gallery-hero__content div .h2 {
  color: #DFC381 !important;
  font-size: 14px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.switch-apps-gallery-hero__content .rte h2 {
  font-size: 52px !important;
}

.switch-apps-gallery-hero__content .rte h2 em{
  color: #f26722 !important;
}

.switch-apps-gallery-hero__content .rte {
  margin: 0 !important;
}

.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content > div > * + * {
  margin-top: 0!important;
}

.switch-apps-gallery-hero {
  margin-top: 0 !important;}

  .switch-apps-gallery-main-container.rendered {
  margin: 0;
}

.switch-apps-gallery-section {
  margin-bottom: 0 !important;
  padding: 100px 0;
  background-color: #120d0a;
}

.switch-apps-gallery-hero__content {
  background-color: transparent !important;
}

.switch-apps-gallery-hero {
  margin-top: 0 !important;}

.switch-apps--wrapper {
  max-width: 1290px !important;
  padding: 0 15px !important;
}  

.switch-apps-title-field-1 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}

.switch-apps-title-field-2 {
  color: rgba(255,255,255,0.75);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.switch-apps-gallery-hero__content .rte p {
  margin-top: 10px;
  color: rgba(255,255,255,0.7) !important;
  font-size: 16px;
  line-height: 1.5;
}
.wall-of-love .switch-apps-gallery-section {
    background-color:#fff;
}
.wall-of-love .switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content h2 {
color: #000 !important;
}
.wall-of-love .switch-apps-gallery-hero__content .rte p {
  color:#000 !important;
}
.view-all-button {
    background-color: #120d0a;
    padding: 15px 0;
}
.view-all-button .sk-btn {
      position: relative;
    bottom: 50px;s
}
span.forward-svg {
    padding: 0 6px;
}
span.forward-svg svg {
    width: 15px;
    height: 15px;
}
.custom-rotation-list .rte {
  margin-bottom: 15px;
}

.cat-description p strong {
  font-weight: normal;
}

.product-info.instock-prt {
  display: inline-block !important;
}
.instock-prt .product-single__alb {
  margin-bottom: 5px;
  font-size: 16px;
}
.instock-prt .product__text li {
  list-style-type: none !important;
  margin-bottom: 10px;
  font-size: 16px;
}
.product-single__alb.outstock {
  color: orange;
}

.bs-product .sg-pro-subtotal-price .sg-pro-subtotal-label {
    font-weight: normal !important;
}

.bs-product .sg-pro-subtotal-price .sg-pro-subtotal-span {
    font-weight: 600 !important;
    color: #000;
    font-size: 22px;
}
.bs-product .sg-pro-subtotal-price {
    margin: 0 !important;}

.bs-product .selector-wrapper:first-child {
    margin-bottom: 15px;
}

.detail-bottom .nav-tabs {
  z-index: -2;
  position: relative;
}

.detail-bottom .tab-vertical .tab-content, .detail-bottom .tab-hozizoltal .tab-content {
  position: relative;
  z-index: -5!important;
}

.bs-product #appstle_subscription_widget0 {
  margin-top: 0;}

.total-price.custom-subtotal {
  margin-top: -25px;
  margin-bottom: 15px;
} 

.bs-product .appstle_widget_title {
  margin-bottom: 15px;
  font-size: 16px;
}

.bs-product .kit-included {
    margin-top: 12px;
  margin-bottom: 35px;}

  .product-options-bottom {
    display: flex;
    width: 100%;
    gap: 10px;
}

.product-form__item.product-form__item--submit {
    /* flex: 100% !important; */
    padding: 0 !important;
    display: flex;
    gap: 10px;
}
.shopify-payment-button {
    flex: 100% !important;
    border-radius: 35px;
    overflow: hidden;
    padding: 0 !important;
    height: 44px;
    max-width: 200px;
}

.layout-1column .product-options-bottom .product-form__cart-submit {
    width: auto !important;
    padding: 7px 15px !important;
    margin: 0;
    white-space: nowrap;
    min-width: 150px;
}
.initial-consultation-parent, .cokking-lessons-parent {
  padding-top: 70px;
}

.initial-consultation-parent h1, .cokking-lessons-parent h1, .partner-hero .partner-hero__title {
  font-size: 42px;
  color: #111;
  font-weight: 600;
}

#shopify-section-template--30171587510353__178635492009cd3534 .page-width, #shopify-section-template--30171876098129__178635694102b7fe08 .page-width {
  padding: 0;
}

.initial-consultation .fmnAhn .slots-wrapper .slot-item.available, .cooking-lessons .fmnAhn .slots-wrapper .slot-item.available {
  background-color: white;
  border-color: #f26722;
  color: #f26722;
  cursor: pointer;
}

.column-header h2 {
  font-size: 36px!important;
  font-weight: 600!important;
  line-height: 1!important;
  margin: 0!important;
  color: #333 !important;
}

.column-header::after {
  height: 1px!important;
  background: #e8590c!important;
}

.rotational-system .rotational-feeding {
  padding: 70px 0 70px 0;
}

.formula-info h4 {
  font-weight: 600!important;}

.partner-hero .partner-hero__title {
  margin-top: 0;
}  

.partner-hero__eyebrow {
  color: #f26722;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

h2.partner-block__title {
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

.partner-page {
  padding-top: 70px;
  padding-bottom: 50px;
}

.wholesale .spaced-section:last-child {
  margin-bottom: 70px;
}

p.partner-hero__lede {
  padding-bottom: 15px;
}

.partner-page .partner-steps__list, .partner-page .partner-details__grid, .partner-page .partner-reqs__list {
  margin-left: 20px;
  color: #333;
}

.partner-steps__num {
  padding-right: 7px;
  padding-left: 5px;
}



.rotation-column .column-header p {
  min-height: 48px;
}

.rotation-column .formula-card {
  border: 1px solid #ececec;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 15px;
}

.shop-column-needs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 51px;
  margin-top: 25px;
}

.shop-column-needs .shop-column-heading {
  position: absolute;
  margin-top: -40px;
}

.sph-btn {
  color: #fff !important;
  font-weight: 500;
}

#shopify-block-ASFRmb001MEVOY3Q0R__pet_profile_multi_dog_calculator_TUgjLB {
  padding: 0 0 90px;
}
#shopify-block-ASFRmb001MEVOY3Q0R__pet_profile_multi_dog_calculator_TUgjLB .mdc-h2 {
  font-size: 42px;
  font-weight:600!important;
}

.mdc-eyebrow {
  font-size: 14px!important;
  font-weight:600!important;
}

.rotation-column .formula-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sk-hero-media {
  border-radius: 30px;
  overflow: hidden;
  border: 10px solid #fff;
}

.sh-rotation-bridge-section .shinto-fit-heading, .sh-feeding-guide-section .shinto-fit-heading, .sh-starter-calculator-section .shinto-fit-heading, sh-kit-chooser-section .shinto-fit-heading, .sh-in-every-kit-section .shinto-fit-heading, .sh-what-next-section .shinto-fit-heading, .sh-kit-chooser-section .shinto-fit-heading{
  font-size: 46px;
}

.md-heading{
font-size:46px;
line-height: 1;
  font-weight: 600;
  color: #111;
  margin-top: 30px;
}

.sk-bridge .sk-path-step {
  color: #333;
}


.sh-feeding-guide-section .shinto-fit-description {
  margin: 10px auto 0 !important;
  font-size: 16px;
  line-height: 30px;
  color: #777;
  width: 100%;
}

.sh-foundation-purpose .shinto-fit-description {
  width: 100%;
  font-size: 16px;
}

.sh-foundation-purpose .shinto-fit-heading, .sh-foundation-formulas .shinto-fit-heading, .sh-foundation-liver .shinto-fit-heading, .sh-foundation-shop .shinto-fit-heading, .sh-foundation-next .shinto-fit-heading{
  font-size: 46px;}

  .sk-hero-copy .shinto-fit-subheading {
  margin-bottom: 20px !important;
}

.sk-hero-grid .shinto-fit-heading {
  font-size: 70px;
margin-top: 15px;}

.sh-foundation-formulas .shinto-fit-description, .sh-foundation-liver .shinto-fit-description, .sh-foundation-shop .shinto-fit-description, .section-renewal-split-peas .shinto-fit-description{
  width:100%;
}

.sh-foundation-purpose .shinto-fit-description {
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
}
 

.srs-section--intro {
  padding: 70px 0;
}

.common-para {
  margin: 25px auto 0;
  font-size: 18px;
  line-height: 30px;
  color: #777;
}

/* cust end here */


/* rotational-feeding-css */


.step-circle svg {
  width:30px;
  height:30px;
}
.step-indicator-wrap {
  width: 100%;
  padding: 2rem 0;
}
.step-track {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align:center;
}
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}
.step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.step-circle svg {
  width: 26px;
  height: 26px;
}
.step-badge {
  position: absolute;
  bottom: 0px;
  right: -4px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d85a30;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-line {
  flex: 1;
  height: 2px;
  border-top: 2px dashed #d89070;
  margin: 0 8px;
  position: relative;
  top: -10px;
}

.step-label {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  text-align: center;
  max-width: 80px;
}
.why-rotation .perk-icon svg {
  max-width:20px !important;
  height:20px !important;
}
/* rotational-feeding-css ends */
.kit-included {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #E5E0D8;
}
.kit-included h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 16px;
}
.kit-included__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom:10px;
}
.kit-included__item {
  background-color: #FDF6EC;
  border: 1px solid #F0E4D3;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.kit-included__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(232, 98, 42, 0.12);
  border-color: #E8622A;
}
.kit-included__item img {
  width: 100%;
  max-width: 110px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
}

.kit-included__item-title {
  font-size: 13px;
  line-height: 1.4;
  color: #4A4A4A;
  margin: 0;
}

@media screen and (max-width: 989px){
  .shinto-fit-heading{
    font-size: 52px;
  }
  .shinto-fit-description{
    font-size: 20px;
  }
  .shinto-fit-title{
    font-size: 38px;
  }
  .shinto-fit-text{
    font-size: 18px;
  }
}
@media screen and (max-width: 749px){
  .shinto-fit-section{
    padding: 60px 15px;
  }
  .shinto-fit-grid{
    grid-template-columns: 1fr;
  }
  .shinto-fit-heading{
    font-size: 40px;
  }
  .shinto-fit-description{
    font-size: 17px;
  }
 .shinto-fit-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .shinto-fit-text{
    font-size: 16px;
  }
  .shinto-fit-stats{
    grid-template-columns: repeat(2,1fr);
  }
  .shinto-fit-stat-number{
    font-size: 18px;
  }
  .shinto-fit-section .page-width {
    padding-left: 0;
    padding-right: 0;
  }
  .switch-apps-title-field-1 {
  font-size: 18px;}
}
/* end of two-section.css */

/* start philosophy.css */
.philosophy-section{
  /* background: #e9e3d8; */
  padding: 100px 20px;
}
.philosophy-list .philosophy-item:hover {
  background-color: #fffcf6;
}
.philosophy-wrapper{
  width:100%;
  margin: 0 auto;
}

p.custom_made_by {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
}
.philosophy-header{
  margin-bottom: 40px;
}
.philosophy-subheading{
  color: #f26722;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.philosophy-heading{
  font-size: 62px;
  font-weight: 600;
  color: #111;
  margin: 0;
}
.philosophy-heading em{
  color: #f26722;
  font-style: italic;
}
.philosophy-list{
  border-top: 1px solid #ddd3c3;
}
.philosophy-item{
  display: grid;
  grid-template-columns: 120px 1fr 1.4fr;
  gap: 40px;
  padding: 45px 0;
  border-bottom: 1px solid #ddd3c3;
  align-items: center;
}
.philosophy-number {
  color: #f26722;
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  font-style: italic;
}
.philosophy-title {
  font-size: 26px;
  line-height: 1.1;
  color: #111;
  font-weight: 600;
  font-family: roboto;
}
.philosophy-text{
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  max-width: 680px;
}
@media screen and (max-width: 1300px){
  .custom-slideshow .pet-categories-heading {
  margin-bottom: 320px;
}
.custom-slideshow-heading h2 {
  font-size: 28px !important;
  padding: 15px 40px;
}

}

@media screen and (max-width: 1200px){
  .philosophy-heading{
    font-size: 60px;
  }
  .philosophy-title{
    font-size: 36px;
  }
  .philosophy-text{
    font-size: 18px;
  }


}
@media screen and (max-width: 989px){
  .philosophy-item{
    grid-template-columns: 90px 1fr;
    gap: 25px;
  }
  .philosophy-text{
    grid-column: 2;
  }
   .pet-categories-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .pet-categories-heading h2{
    font-size:46px;
  }

}
@media screen and (max-width: 749px){
  .philosophy-section{
    padding: 60px 0px;
  }
  .philosophy-heading{
    font-size: 32px;
  }
  .philosophy-item{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 30px 0;
  }
  .philosophy-text{
    grid-column: auto;
  }
  .philosophy-number{
    font-size: 34px;
  }
  .philosophy-title{
    font-size: 24px;
  }
  .philosophy-text{
    font-size: 16px;
  }
   .pet-categories-section{
    padding:60px 15px;
  }

  .pet-categories-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .pet-categories-heading{
    margin-bottom:40px;
  }

  .pet-categories-heading h2{
    font-size:34px;
  }

  .pet-category-image img{
    height:220px;
  }

.shinto-fit-header .shinto-fit-heading {
  margin-top: 20px;
}
 .cst-ship-today {
    line-height: 20px;
  }

  .shinto-fit-stat-number {
    line-height: 24px;
  }
  .switch-apps-gallery-section {
  padding: 60px 0;
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content > div {
  text-align: center;}

 .switch-apps-gallery-hero__content .rte h2 {
  font-size: 32px !important;
} 

.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content:first-child:last-child button.btn {
  position: static;
  min-width: auto;
  padding: 12px 20px;
  margin-top: 15px;
  width: fit-content;
}


}
/* end philosophy.css */
/* start shinto-story.css */
.dogs-wall {
  background: #120d0a;
  padding: 100px 0px;
}
.dogs-wall__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.dogs-wall__subheading {
  color: #DFC381;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.dogs-wall__heading {
  margin: 0;
  color: #fff;
  font-size: 80px;
  line-height: 1.05;
  font-weight: 600;
}
.dogs-wall__heading em {
  color: #f26722;
  font-style: italic;
}
.dogs-wall__text {
  margin-top: 20px;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.5;
}
.dogs-wall__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: 100%;
    margin: 0 auto;
}
.dogs-wall__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  min-height: 420px;
  display: block;
  background: #1c1714;
}
.dogs-wall__media {
  position: relative;
  height: 100%;
}
.dogs-wall__media img,
.dogs-wall__media svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dogs-wall__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8) 100% );
}
.dogs-wall__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px;
  z-index: 2;
}

.dogs-wall__name {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
}

.dogs-wall__location {
  color: rgba(255,255,255,0.75);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* kitchen.css */
.kitchen-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.kitchen-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
}

.kitchen-subheading {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #f05a22;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.kitchen-heading {
  font-size: 72px;
  line-height: 1;
  color: #111;
  font-weight: 600;
  margin: 0;
}

.kitchen-heading em {
  color: #f05a22;
  font-style: italic;
}

.kitchen-description {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.kitchen-description p {
  margin: 0;
}

.kitchen-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.kitchen-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.kitchen-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Desktop Grid */

.kitchen-item--1 {
  grid-column: span 7;
  grid-row: span 2;
  height: 680px;
}

.kitchen-item--2 {
  grid-column: span 5;
  height: 330px;
}

.kitchen-item--3 {
  grid-column: span 5;
  height: 330px;
}

.kitchen-item--4 {
  grid-column: span 4;
  height: 300px;
}

.kitchen-item--5 {
  grid-column: span 4;
  height: 300px;
}

.kitchen-item--6 {
  grid-column: span 4;
  height: 300px;
}
@media screen and (max-width: 1100px) {

  .dogs-wall__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .dogs-wall__heading {
    font-size: 52px;
  }
}

@media screen and (max-width: 768px) {

  .dogs-wall {
    padding: 70px 0px;
  }

  .dogs-wall__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dogs-wall__heading, .kitchen-heading {
    font-size: 32px;
  }

  .dogs-wall__item {
    min-height: 340px;
  }
  .initial-consultation-parent h1 {
  font-size: 24px;}
  .initial-consultation-parent {
  padding-top: 50px;
}
}



@media screen and (max-width: 480px) {

  .dogs-wall__grid {
    grid-template-columns: 1fr;
  }

  .dogs-wall__item {
    min-height: 420px;
  }

  .parent-years {
  grid-template-columns: repeat(2, 1fr)!important;
  display: grid!important;
  gap:20px;
}
.custom_years p {
  padding: 0;
}
}
/* end shinto-story.css */

/* start kitchen.css */
.kitchen-section{
  background: #FBF6EC;
  padding: 100px 0px;
}


.kitchen-top{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 45px;
}

.kitchen-subheading{
  color: #f26722;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.kitchen-heading {
  margin: 0;
  color: #111;
  font-size: 62px;
  line-height: 1.05;
  font-weight: 600;
}

.kitchen-heading em{
  color: #f26722;
  font-style: italic;
}

.kitchen-text{
  color: #5e5e5e;
  font-size: 14px;
  line-height: 1.7;
  max-width: 560px;
  padding-top: 30px;
}

.kitchen-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.kitchen-card{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: block;
}

.kitchen-card img,
.kitchen-card svg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kitchen-card--large{
  grid-column: span 7;
  min-height: 420px;
}

.kitchen-card--medium{
  grid-column: span 5;
  min-height: 200px;
}

.kitchen-card--small{
  grid-column: span 4;
  min-height: 220px;
}

@media screen and (max-width: 1100px){

  .kitchen-heading{
    font-size: 58px;
  }
}

@media screen and (max-width: 768px){

  .kitchen-section{
    padding: 70px 0px;
  }

  .kitchen-top{
    grid-template-columns: 1fr;
    gap: 20px;
  }

.real-people.rich-text--full-width .rich-text__blocks {
  width: calc(100% - 27px);
}


  .kitchen-text{
    padding-top: 0;
    font-size: 16px;
  }

  .kitchen-card--large,
  .kitchen-card--medium,
  .kitchen-card--small{
    grid-column: span 12;
    min-height: 260px;
  }
}
/* end kitchen.css */

/* california-markets.css */
.california-markets {
    background-color: #F5EDDC;
    padding: 100px 28px;
} 
{
    background-color: #f5f0e8;
    padding: 100px 28px;
    font-family: sans-serif;
  }

  .fm-eyebrow {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #f26522;
    margin: 0 0 10px;
  }

.fm-heading {
  font-size: 62px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 15px;
  font-family: roboto;
}
.built-thirty-para {
  margin-bottom: 30px;
  font-size:16px;
}
.community-classes__description.rte p {
  font-size: 16px;
}

  .fm-heading em {
    font-style: italic;
    color: #f26522;
  }

  .fm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: start;
  }

  .fm-main {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3 / 3;
  }

  .fm-main img,
  .fm-sub-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .fm-sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .fm-sub-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }

  .fm-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
  }

  .fm-placeholder {
    width: 100%;
    height: 100%;
    background: #ddd;
  }

  @media (max-width: 768px) {
    .fm-section {
      padding: 40px 24px;
    }

    .fm-grid {
      grid-template-columns: 1fr;
    }

    .fm-main {
      /* aspect-ratio: 4 / 3; */
    }
  }
/* end california-markets.css */

/* start Timeline.css */
.timeline-section {
  padding: 100px 0;
  background: #f5f0e8;
  overflow: hidden;
}

.timeline-section .page-width {
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-section__subheading {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #e76b2f;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.timeline-section__heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 90px;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 600;
  color: #111;
}

.timeline-section__heading em {
  color: #e76b2f;
  font-style: italic;
}

.timeline-section__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

.timeline-section__line {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ddd2c5;
}

.timeline-section__item {
  position: relative;
  padding-top: 34px;
}

.timeline-section__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e76b2f;
  z-index: 2;
}

.timeline-section__year {
  font-size: 38px;
  line-height: 1;
  font-style: italic;
  color: #e76b2f;
  margin: 0 0 18px;
  font-weight: 600;
}

.timeline-section__title {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: 600;
  color: #111;
}

.timeline-section__text {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
  max-width: 180px;
}

@media screen and (max-width: 1100px) {
  .timeline-section__wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .timeline-section {
    padding: 50px 0;
  }

  .timeline-section__heading {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .timeline-section__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .timeline-section__line {
    left: 6px;
    top: 0;
    width: 2px;
    height: 100%;
  }

  .timeline-section__item {
    padding-left: 34px;
    padding-top: 0;
  }

  .timeline-section__dot {
    left: 0;
    top: 8px;
  }

  .timeline-section__year {
    font-size: 24px;
  }

  .timeline-section__title {
    font-size: 18px;
    font-weight: 400;
  }

  .timeline-section__text {
    max-width: 100%;
  }
}
/* end Timelins.css */

/* start storefront-grid  */
.storefront-grid {
  padding: 100px 0;
  background: #f5f0e8;
}

.storefront-grid .page-width {
  
  margin: 0 auto;
}

.storefront-grid__header {
  margin-bottom: 60px;
}

.storefront-grid__subheading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ea6b2d;
  margin-bottom: 20px;
}

.storefront-grid__heading {
  font-size: 62px;
  line-height: 1.05;
  font-weight: 600;
  color: #111;
  max-width: 720px;
  margin: 0;
}

.storefront-grid__heading em {
  color: #ea6b2d;
  font-style: italic;
}

.storefront-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.storefront-grid__card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.storefront-grid__card:hover {
  transform: translateY(-5px);
}

.storefront-grid__card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.storefront-grid__image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.2;
}

.storefront-grid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.storefront-grid__card:hover .storefront-grid__image {
  transform: scale(1.05);
}

.storefront-grid__content {
  padding: 20px;
}

.storefront-grid__label {
  font-size: 11px;
  font-weight: 600;
  color: #8b8b8b;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.storefront-grid__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .storefront-grid__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .storefront-grid__heading {
    font-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .storefront-grid {
    padding: 70px 0;
  }

  .storefront-grid__wrapper {
    grid-template-columns: 1fr;
  }

  .storefront-grid__heading, .jdgm-cards-carousel .jdgm-title {
    font-size: 32px;
  }

  .storefront-grid__title {
    font-size: 24px;
  }

  .jdgm-widget.jdgm-widget {
  padding: 50px 15px;
}

.jdgm-testimonials-carousel .jdgm-content, .jdgm-videos-carousel .jdgm-content, .jdgm-cards-carousel .jdgm-content {
  margin-bottom: 0;
}

.jdgm-cards-carousel .jdgm-media-card {
  border: 1px solid #ddd;
}
}
/* end storefront-grid.css */

/* start rotation.css */
.rotation-steps {
  padding: 100px 0;
  background: #F5EDDC;
}

.rotation-steps .page-width {
  max-width: 1240px;
  margin: 0 auto;
}

.rotation-steps__header {
  text-align: center;
  margin-bottom: 70px;
}

.rotation-steps__subheading {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ea6b2d;
  margin-bottom: 20px;
}

.rotation-steps__heading {
  font-size: 49px;
  line-height: 1.05;
  font-weight: 600;
  color: #111;
  margin: 0 auto;
  max-width: 650px;
}

.rotation-steps__heading em {
  color: #ea6b2d;
  font-style: italic;
}

.rotation-steps__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.rotation-steps__card {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 30px 24px;
  min-height: 240px;
  transition: all 0.3s ease;
}

.rotation-steps__card:hover {
  transform: translateY(-4px);
}

.rotation-steps__number {
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  color: #ea6b2d;
  margin-bottom: 26px;
  opacity: .5;
  font-family: roboto;
}

.rotation-steps__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
  margin: 0 0 16px;
}

.rotation-steps__text {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

@media screen and (max-width: 1100px) {
  .rotation-steps__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .rotation-steps__heading {
    font-size: 52px;
  }

  .image-card__subtitle, .image-card__title {
  font-size: 18px;}
}

@media screen and (min-width: 767px) {
.image-two {
  margin-left: 0px;
}
.turkey-starter-kit .page-container, .starter-kit .page-container{
  overflow: inherit;
}

.turkey-starter-kit .product-page-media > .horizontal, .starter-kit .product-page-media > .horizontal{
  position: sticky;
  top: 20px;
}

.starter-kits .product-grid.block-type-grid {
  max-width: 800px;
  margin: 0 auto;
}
}

@media screen and (min-width: 767px) {

.cat-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-inner .cat-description:hover {
  display: inline-block;
  text-overflow:inherit;
  overflow: inherit;
}
.custom_dropdown_2 .custom-shop .shop-menu-columns {
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
}
.custom_dropdown_2 .shop-column-heading-no-text{
  height:inherit;
}
}

@media screen and (max-width: 767px) {
  .rotation-steps {
    padding: 70px 0;
  }

  .rotation-steps__wrapper {
    grid-template-columns: 1fr;
  }

  .rotation-steps__heading {
    font-size: 38px;
  }

  .rotation-steps__number {
    font-size: 48px;
  }

  .rotation-steps__title {
    font-size: 26px;
  }

  .rotation-steps__card {
    min-height: auto;
  }

  .cat-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
}
/* end rotation.css */

/* start hands-behind.css */
  .hands-behind {
    background-color: #FBF6EC;
    padding: 64px 48px;

  }

  .mtt-header {
    margin-bottom: 40px;
  }

  .mtt-eyebrow {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #f26522;
    margin: 0 0 10px;
  }

  .mtt-heading {
    font-size: 62px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.15;
    margin: 0;
  }

  .mtt-heading em {
    font-style: italic;
    color: #f26522;
  }

  .mtt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

.mtt-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
}

  .mtt-image-wrap {
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #ddd;
  }

  .mtt-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .mtt-placeholder {
    width: 100%;
    height: 100%;
  }

  .mtt-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #fff;
  padding: 25px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

  .mtt-role {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #f26522;
    margin: 0;
  }

  .mtt-name {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
  }

  .mtt-bio {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 4px 0 0;
  }

  @media (max-width: 900px) {
    .mtt-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 540px) {
    .mtt-section {
      padding: 40px 20px;
    }
    .mtt-grid {
      grid-template-columns: 1fr;
    }
  }

/* end hands-behind.css */

/* start starter-kit.css */

.Begin-story {
    background-color: #1c1a18;
    padding: 0;
  }

  .sk-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 80px 15px;
    font-family: sans-serif;
    background-color: #1c1a18;
  }

  /* ── LEFT ── */
  .sk-eyebrow {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #f26522;
    margin: 0 0 14px;
  }

  .sk-heading {
    font-size:62px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 20px;
  }

  .sk-heading em {
    font-style: italic;
    color: #f26522;
  }

  .sk-description {
    font-size: 16px;
    color: #aaa;
    line-height: 1.7;
    max-width: 420px;
    margin: 0 0 28px;
  }

  /* ── checklist ── */
  .sk-checklist {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .sk-check-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #2a2825;
    border-radius: 10px;
    padding: 14px 18px;
  }

  .sk-check-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
  }

  .sk-check-icon svg {
    width: 26px;
    height: 26px;
  }

  .sk-check-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
  }

  /* ── CTA button ── */
  .sk-btn {
    display: inline-block;
    background-color: #f26522;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    transition: background 0.2s ease;
  }

  .sk-btn:hover {
    background-color: #f26522;
    color:#fff;
  }

  /* ── RIGHT ── */
  .sk-right {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
  }

  .sk-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    border-radius: 16px;
  }

  .sk-placeholder {
    width: 100%;
    aspect-ratio: 4 / 5;
    background: #333;
    border-radius: 16px;
  }

  .sk-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #c85a2a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 50px;
    z-index: 2;
  }

  /* ── responsive ── */
  @media (max-width: 900px) {
    .sk-inner {
      grid-template-columns: 1fr;
      padding: 48px 24px;
      gap: 32px;
    }

    .sk-right {
      order: -1;
    }
  }
  /* end starter.kit.css */

  /* start our-story.css */
.Our-story {
  background-color: #F5EDDC;
  padding: 100px 0;
}
  .real-change-subheading{
  text-align:center;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  color: #ea6b2d;
  font-weight:600;
  margin-bottom:18px;
  padding-top:20px;
}

.real-change-heading {
  max-width: 700px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 80px;
  line-height: 0.95;
  font-weight: 600;
  color: #000;
}

.real-change-heading em{
  color: #ea6b2d;
  font-style:italic;
}

.real-change-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.real-change-card{
  background: #fff;
  border-radius:24px;
  padding:28px;
  display:flex;
  flex-direction:column;
}

.real-change-image{
  margin-bottom:20px;
}

.real-change-image img{
  width:58px;
  height:58px;
  border-radius:50%;
  object-fit:cover;
  display:block;
}

.real-change-stars{
  color: {{ accent_color }};
  font-size:16px;
  letter-spacing:2px;
  margin-bottom:18px;
  line-height:1;
}

.real-change-review{
  font-size:18px;
  line-height:1.35;
  font-weight:600;
  color: {{ text_color }};
  /* margin-bottom:auto; */
}

.real-change-bottom{
  padding-top:28px;
}

.real-change-name{
  font-size:14px;
  font-weight:600;
  color: {{ text_color }};
  margin-bottom:4px;
}

.real-change-pet{
  font-size:13px;
  color:#777;
  line-height:1.4;
}


@media screen and (max-width: 991px){

  .real-change-heading{
    font-size:56px;
    margin-bottom:50px;
  }

  .real-change-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .kitchen-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  

  .kitchen-description {
    font-size: 18px;
  }

  .kitchen-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kitchen-item--1,
  .kitchen-item--2,
  .kitchen-item--3,
  .kitchen-item--4,
  .kitchen-item--5,
  .kitchen-item--6 {
    grid-column: auto;
    grid-row: auto;
    height: 260px;
  }

}

@media screen and (max-width: 767px){

  .real-change-section{
    padding:70px 0;
  }

  .real-change-heading{
    font-size:42px;
    line-height:1.05;
  }

  .real-change-grid{
    grid-template-columns:1fr;
  }

  .real-change-card{
    min-height:auto;
  }

}
/* end our-story.css */
/* start animal-cta-content */
.animal-cta-section{
  background:#f26522;
  padding:130px 20px;
  position:relative;
  overflow:hidden;
}

.animal-cta-section::before{
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  background:rgba(255,255,255,0.06);
  border-radius:50%;
  top:-300px;
  left:-200px;
  filter:blur(20px);
}

.animal-cta-section::after{
  content:"";
  position:absolute;
  width:600px;
  height:600px;
  background:rgba(255,255,255,0.04);
  border-radius:50%;
  bottom:-320px;
  right:-180px;
  filter:blur(20px);
}

.animal-cta-section .page-width{
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

.animal-cta-content{
  text-align:center;
  background: #f26522;
  padding: 100px 20px;
  overflow: hidden;
}

.animal-cta-subheading{
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#ffe3d0;
  margin-bottom:26px;
  font-weight:600;
}

.animal-cta-heading{
  margin:0;
  font-size:86px;
  line-height:0.95;
  font-weight:600;
  color:#ffffff;
}
.our_process .animal-cta-heading {
  font-size: 46px;
}
.our_process .animal-cta-subheading {
   font-size: 19px;
}
.our_process .animal-cta-description {
  font-size: 16px;
} 
.our_process .cst-btn-main {
    margin-top: 30px;
}

.animal-cta-heading em{
  display:block;
  color:#ffd08a;
  font-style:italic;
  font-weight:600;
}

.animal-cta-description{
  max-width:100%;
  margin:34px auto 0;
  font-size:18px;
  line-height:1.5;
  color:#fff3ea;
}

.animal-cta-button{
  margin-top:42px;
  background:#111111;
  color:#ffffff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:18px 34px;
  border-radius:100px;
  text-decoration:none;
  font-size:18px;
  font-weight:600;
  transition:all 0.3s ease;
}

.animal-cta-button:hover{
  opacity:0.9;
}

.animal-cta-button svg{
  width:18px;
  height:18px;
}
.our_process .antioxident-text {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    background: rgba(30, 25, 21, .55);
    color: #F6ECDD;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 7px 13px;
    border-radius: 999px;
}

@media screen and (max-width: 991px){

  .animal-cta-section{
    padding:100px 20px;
  }

  .animal-cta-heading{
    font-size:64px;
  }

  .animal-cta-description{
    font-size:20px;
  }

}

@media screen and (max-width: 767px){

  .animal-cta-section{
    padding:80px 20px;
  }

  .animal-cta-heading{
    font-size:42px;
    line-height:1.05;
  }

  .animal-cta-description{
    font-size:16px;
    margin-top:24px;
  }

  .animal-cta-button{
    width:100%;
    max-width:320px;
    padding:16px 24px;
    font-size:16px;
  }

}
/* end animal-cta-content */

/* start image-cards.css */
.image-cards-section { width: 100%; box-sizing: border-box; }

  .image-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
    padding:15px;
  }

  .image-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }

  .image-card__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .image-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .image-card:hover .image-card__img {
    transform: scale(1.04);
  }

  .image-card__placeholder {
    width: 100%;
    height: 100%;
    background: #c8bfb0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-card__placeholder .placeholder-svg {
    width: 60px;
    height: 60px;
    fill: #8a7f72;
  }

.image-card__overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 10px 20px;
  text-align: center;
  margin: 9px 0px;
  border-radius: 7px;
  border: 1px solid #d2d2d2;
  transform: translate(-50%);
  display: flex;
  background-color: rgba(255, 255, 255, .6) !important;
}

.find-map-btn {
  display: inline-block;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.custom-shop .shop-main-link::before, .footer-menu-list a:before {
  content: "";
  display: flex;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #f26722;
  margin-right: 9px;
  margin-top: 7px;
}

.footer-menu-list a {
  display: flex;
}

.find-map-btn:hover {
  background-color: #333;}

.find-map-btn svg{
  font-weight:600;
}

.find-map-btn:hover{
  color:#fff;
}

.shop-column-heading-no-text{
  /* height:30px; */
  border:none;
}
.cst-ship-today svg {
  margin-right: 5px;
}

.image-card__title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  font-family: Roboto,sans-serif;
  display: inline-block;
  white-space: nowrap;
}

.image-card__subtitle {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.3px;
  display: inline-block;
  padding-left: 5px;
}

.rotation-subheading h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  display: block ruby;
  padding-right: 15px;
  white-space:nowrap;
}

.why-rotate-sec .rotation-subheading h2 {
  margin-bottom: 50px;
}

.showcase-paragraph {
  margin-bottom: 35px;
  font-size: 16px;
}

.heading-line {
  display: inline-block;
  width: 100%;
  background-color: #d2d2d2;
  height: 1px;
  margin-top: 21px;
}

.how-it-works {
  padding-top: 40px;
}

.rotation-subheading.how-it-works h2 {
  margin-bottom: 40px;
}

.rotation-subheading h2 span {
  color: #f26722;
  font-style: italic;
}

.rotation-subheading h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.rotation-subheading h2 span {
  color: #f26722;
  font-style: italic;
}

  @media (max-width: 768px) {
    .image-cards-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .rotational-feeding-multicolumn, .custom-multicolumn-list {
  padding: 0 !important;
}
.initial-consultation-parent h1, .cokking-lessons-parent h1, .partner-hero .partner-hero__title {
  font-size: 22px;}

  .partner-page {
  padding-top: 50px;
  padding-bottom: 30px;
}

.wholesale .spaced-section:last-child {
  margin-bottom: 50px;
}

.rotation-column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.rotation-column .column-header {
  width: 100%;
  flex: 0 0 100%;
}

.rotation-column .formula-card {
  width: calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  align-items: center;
}

.formula-info h4 {
  text-align: center;
}

#shopify-block-ASFRmb001MEVOY3Q0R__pet_profile_multi_dog_calculator_TUgjLB .mdc-h2 {
  font-size: 26px;}

#shopify-block-ASFRmb001MEVOY3Q0R__pet_profile_multi_dog_calculator_TUgjLB {
  padding: 0 0 70px;
}  

.column-header h2 {
  font-size: 26px !important;}

  .rotation-column .formula-card a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#appstleCustomBodyMarker .jm-review-widget[data-v-7a993789]{
  padding-block:0!important;
}

#appstleCustomBodyMarker .jdgm-widget.jdgm-widget {
    padding: 50px 15px 0;
  }

  #appstleCustomBodyMarker .product__info-container .product-form, #appstleCustomBodyMarker .product__info-container .product__description {
  margin: 0;}

.auto-pilot {
  padding: 50px 0;
}

.sh-rotation-bridge-section .shinto-fit-heading, .sh-feeding-guide-section .shinto-fit-heading, .sh-starter-calculator-section .shinto-fit-heading, sh-kit-chooser-section .shinto-fit-heading, .sh-in-every-kit-section .shinto-fit-heading, .sh-what-next-section .shinto-fit-heading, .sh-kit-chooser-section .shinto-fit-heading, .sh-foundation-formulas .shinto-fit-heading, .sh-foundation-liver .shinto-fit-heading, .sh-foundation-shop .shinto-fit-heading, .sh-foundation-next .shinto-fit-heading,
.sh-foundation-purpose .shinto-fit-heading, .sh-foundation-formulas .shinto-fit-heading, .sh-foundation-liver .shinto-fit-heading, .sh-foundation-shop .shinto-fit-heading, .sh-foundation-next .shinto-fit-heading, .sh-foundation-story .shinto-fit-heading{
  font-size: 24px!important;
}

.md-heading{
  font-size:24px;
}

.sk-hero-grid .shinto-fit-heading {
  font-size: 42px;}

.sk-hero-copy .sk-rot-sep {
  margin-top: -20px;
} 

.sk-hero-copy .shinto-fit-subheading {
  margin-bottom: 15px !important;
}

.srs-section--intro {
  padding: 30px 0;
}

  }

/* end image-cars.css */
/* ============================================================
   Product Showcase Section — product-showcase.css
   Place in: assets/product-showcase.css
   ============================================================ */

.product-showcase {
  padding-top:30px;
}

.rotational-feeding{
  padding: 50px 0 50px 0;
}

.multicolumn.background-primary.why-rotate-sec {
  margin: 0;
}

.why-rotation {
  padding-top: 70px;
  padding-bottom: 100px;
}

.why-rotation.rotational-feeding {
  padding-top: 100px;
  padding-bottom: 20px;
}

.custom-rotation-list {
  text-align: center;
}

.perk-icon svg path, .perk-icon svg circle, .perk-icon svg polyline {
  stroke: #f26722;
}


.auto-pilot {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding:90px 0;
}

.product-showcase__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

/* --- Eyebrow --- */
.product-showcase__eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f26722;
  margin: 0 0 1.1rem;
  text-align: center;
}

/* --- Heading --- */
.product-showcase__heading {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.15;
  color: #111;
  margin: 0 0 50px;
  letter-spacing: -0.02em;
  text-align: center;
}

.product-showcase__heading em {
  font-style: italic;
  color: #f26722;
  font-weight: 600;
}

/* --- Grid --- */
.product-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 auto 3rem;
}



@media (max-width: 900px) {
  .product-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rotational-feeding-multicolumn .custom-rotation-list {
  background-color: #fff;
  border-radius: 15px;
}
}

@media (max-width: 500px) {
  .product-showcase__grid {
    grid-template-columns: 1fr;
  }
}

/* --- Card --- */
.product-showcase__card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-showcase__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* --- Image --- */
.product-showcase__image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  padding: 10px 10px;
}

.product-showcase__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.product-showcase__card:hover .product-showcase__image {
  transform: scale(1.04);
}

.product-showcase__image-placeholder {
  aspect-ratio: 4 / 3;
  background: #f5f0eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-showcase__placeholder-svg {
  width: 60%;
  height: 60%;
  opacity: 0.35;
}

/* --- Body --- */
.product-showcase__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #F6F6F6;
}

.product-showcase__desc {
  padding: 0;
  margin: 0;
}

.product-showcase__tag {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 6px;
  background-color: #f1f1f1;
  display: inline-block;
  padding: 1px 15px;
  border-radius: 50px;
}
.cycle-note__text {
  display: inline-block;
  color: #f26722;
  padding-left: 5px;
  font-size: 16px;
}

.sub-perks__checks {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 50px 0 30px;
}

.sub-perks__item {
  display: inline-block;
  text-align: left;
  margin: 0 20px;
}
.sub-perks__icon {
  color: #00B938;
  font-weight: 600;
  font-size: 16px;
}

.sub-perks__item p {
  font-weight: 600;
  color: #333;
  margin-left: 5px;
  font-size: 15px;
}

.sub-perks__item span, .sub-perks__item p {
  display: inline-block;
}

.plans-from {
  text-align: center;
  /* margin-top: 40px; */
  font-size: 15px;
  color: #333;
}
.product-showcase__name {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 0 0 6px;
  line-height: 1.3;
}

.product-showcase__name a {
  color: inherit;
  text-decoration: none;
}

.product-showcase__name a:hover {
  text-decoration: underline;
}

.product-showcase__desc {
  font-size: 15px;
  color: #666;
  margin: 0 0 0px;
  line-height: 1.55;
  flex: 1;
}

.why-rotate-sec .multicolumn-card__info h3 {
  font-weight: 600;
  color: #000;
}

.product-showcase__price {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin: 0;
}

/* --- CTA Button --- */
.product-showcase__cta {
  display: flex;
  justify-content: center;
}

.product-showcase__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, transform 0.15s ease;
}

.product-showcase__btn:hover {
  background: #333;
}

.product-showcase__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.product-showcase-section {
  padding-top: 100px;
  padding-bottom:100px;
}

.pet-categories-section{
  background:#e8e4dc;
  padding:90px 20px;
}

.pet-categories-heading{
  text-align:center;
  margin-bottom:30px;
}

.custom-slideshow .pet-categories-heading{
  margin-bottom:350px;
}

.pet-categories-heading h2{
  font-size:80px;
  line-height:1.15;
  font-weight:600;
  color:#000;
  max-width:700px;
  margin:0 auto;
}

.custom-slideshow .pet-categories-heading h2{
  max-width:none;
}

.pet-categories-heading span{
  color:#ea6b2d;
  font-style:italic;
}

.pet-categories-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px 24px;
}

.pet-category-card{
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:12px;
  overflow:hidden;
  transition:0.3s;
}

.pet-category-card:hover{
  transform:translateY(-5px);
}

.pet-category-card a{
  text-decoration:none;
  color:inherit;
  display:block;
}



.pet-category-image img{
  width:100%;
  height:300px;
  object-fit:cover;
  border-radius:10px;
  display:block;
}

.pet-category-title {
  text-align: center;
  font-size: 18px;
  color: #222;
  padding: 15px;
  font-weight: 500;
  background-color: #f9f9f9;
}

.pet-categories-btn{
  text-align:center;
  margin-top:55px;
}

.pet-categories-btn a{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:#000;
  color:#fff;
  text-decoration:none;
  padding:16px 32px;
  border-radius:50px;
  font-size:15px;
  transition:0.3s;
  border: 1px solid transparent;
}

.pet-categories-btn a:hover{
  background-color: transparent;
  border: 1px solid #000;
}

.pet-categories-btn span{
  font-size:20px;
  line-height:1;
}
.custom-pet-categories {
    background-color: #FBF6EC;
    padding:100px 20px;
}
.more_than_a_subscription {
   padding: 90px 0 90px 0;
}
  

@media (max-width: 1024px) {
  
  .pet-bottom-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.mobile-logo a img {
  max-width: 100px;
}

.header-mobile .mobile-top{
  background-color:#fff;
}

.product-showcase__heading, .pet-categories-heading h2, .pet-categories-heading h2.text-left-heading {
  font-size: 32px!important;}

.more_than_a_subscription, .custom-bs-category {
  padding: 50px 0 50px 0;
}

.more_than_a_subscription .item-column, .category-grid .item {
  width: 50% !important;
}

.pet-categories-btn a, a.custom-button {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
}
.philosophy-wrapper {
  width: 100%;}
 
.for-animal-by, .mtt-heading, .fm-heading {
  font-size: 32px;
  line-height: normal;
} 

.rich-text {
  padding: 40px 0;
}

.custom_years p {
  font-size: 18px;
  font-weight: 600;
}
.custom-richtext p {
  font-size: 14px;
  line-height: normal;
}

.rich-text__text.rte p, .kitchen-description p {
  font-size: 14px;
  font-weight: 400;
}

.why-rotation.rotational-feeding {
  padding-top: 50px;
  padding-bottom: 0px;
}

.why-rotation {
  padding-top: 50px;
  padding-bottom: 50px;
}

.multicolumn.background-primary.why-rotate-sec {
  padding: 0 25px;
}

.sk-heading {
  font-size: 32px;}

.jdgm-testimonials-carousel, .jdgm-videos-carousel, .jdgm-cards-carousel {
  padding: 50px 0;}  

.jdgm-cards-carousel .jdgm-title {
  font-size: 32px;
  padding-bottom: 15px;
}  

.image-two {
  height: 510px;
  margin-top: 15px;
}

  .real-people .rich-text {
    padding: 40px 0;
  }

  .hands-behind, .california-markets, .community-classes {
  padding: 50px 15px;
}

.kitchen-heading{
    font-size: 32px;
  }

  .horizontal-content {
  margin-left: 0;
}



.pet-menu-right {
    display: none;
  }

  .m-wishlist, .personalize-your-plan-mobile, .build-your-own-mobile {
    /* background-color: #333; */
    color: #fff;
    border-radius: 5px;
    display: inline-block!important;
    margin-top: 15px;
}

.pp-personalize-btn {
    color: #fff;
}

}


/* Rotational starts */



.rot{
    --cream: #F7F1E6;
    --cream-soft: #FBF7EF;
    --paper: #FFFFFF;
    --ink: #2B2A28;
    --ink-soft: #6F6A63;
    --line: #E7DFD2;
    --orange: #E07A3F;
    --orange-soft: #FBEADD;
    --green: #6E8B5E;
    --green-soft: #E9F0E3;
    --blue-soft: #E7EEF3;
    --blue: #5A7E94;
    --warn: #C9852E;
    --warn-soft: #FBF0DD;
    --radius-lg: 22px;
    --radius-md: 14px;
    --radius-sm: 8px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--ink);
    background: var(--cream);
  }
  .rot *{ box-sizing:border-box; }
  .rot em{
    font-family: Roboto,sans-serif;
    font-style: italic;
    color: var(--orange);
    font-weight:600;
  }
  .rot .wrap{ max-width:1180px; margin:0 auto; padding:10px 10px; }
  .rot .eyebrow{
    text-transform:uppercase; letter-spacing:2px; font-size:12px;
    font-weight:600; color:var(--orange); margin-bottom:14px; text-align:center;
  }
  .rot h2{
    font-family:Roboto,sans-serif; font-weight:600;
    font-size:62px; line-height:1.2; text-align:center; margin:0 0 14px;
    letter-spacing:-0.5px;
  }
  .rot .sub{
    text-align:center; max-width:620px; margin:0 auto 48px;
    color:var(--ink-soft); font-size:16px; line-height:1.7;
  }
  .rot section{ padding:20px 0; }
  .rot section.alt{ background:var(--paper); }

  /* HERO */
  .rot .hero{
    padding:20px 0 0px; text-align:center; background:linear-gradient(180deg,var(--cream-soft),var(--cream));
  }
  .rot .hero h1{
    font-family:'Fraunces', Georgia, serif; font-weight:500;
    font-size:56px; line-height:1.15; letter-spacing:-1px; margin:14px 0 18px;
  }
  .rot .hero p{
    max-width:600px; margin:0 auto 30px; color:var(--ink-soft);
    font-size:17px; line-height:1.8;
  }
  .rot .btn{
    display:inline-block; font-weight:600; font-size:14px;
    padding:14px 30px; border-radius:30px; text-decoration:none;
    transition:transform .15s ease; cursor: pointer; border: none;
  }
  .rot .btn-primary{ background:var(--orange); color:#fff; }
  .rot .btn-primary:hover{ transform:translateY(-2px); }
  .rot .btn-secondary{ background:var(--ink-soft); color:#fff; margin-right: 8px; }
  .rot .btn-secondary:hover{ transform:translateY(-2px); }

  /* ROTATION SUMMARY */
.rot .rotation-summary {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 45px;
  padding: 10px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sub-clr-inn, .sub-clr-inn span{
  color:#E07A3F!important;
}
  .rot .rotation-summary span{ color:var(--green); font-weight:600; }
  .rot .rotation-summary-wrap{ }

  /* FORMULA GRID */
  .rot .formula-grid{
    display:grid; grid-template-columns:repeat(4,1fr); gap:14px;
  }
  .rot .fcard{
    background:var(--paper); border:1px solid var(--line); border-radius:var(--radius-md);
    padding:18px; text-align:center; display:block; text-decoration:none; color:inherit;
    transition:transform .15s ease, box-shadow .15s ease, opacity .2s ease;
    position:relative;
  }
 .rot .fcard.active {
  background: #fff;
  border-color: #f1f1f1;
}
  .rot a.fcard:hover{
    transform:translateY(-3px);
    box-shadow:0 6px 18px rgba(110,139,94,0.18);
  }
  /* Adjusted exclusion styling so it's not unreadable/blurry */
  .rot .fcard.excluded{ opacity: 0.85; filter: grayscale(20%); } 
  .rot .fcard.recommended{ border:2px solid var(--orange); }
  .rot .fcard .fcard-img{
    height:120px; border-radius:var(--radius-sm); overflow:hidden;
    margin-bottom:12px; background:var(--cream-soft);
    display:flex; align-items:center; justify-content:center;
  }
  .rot .fcard .fcard-img img{
    width:100%; height:100%; object-fit:cover; display:block;
  }
  .rot .fcard .fcard-img-placeholder{
    color:var(--ink-soft); font-size:28px; display:flex; flex-direction:column;
    align-items:center; gap:6px;
  }
  .rot .fcard .fcard-img-placeholder span{ font-size:11px; font-weight:500; }
  .rot .fcard .wk{ font-size:11px; color:var(--ink-soft); text-transform:uppercase; letter-spacing:1px; margin-bottom:6px;}
  .rot .fcard .nm{ font-size:14px; font-weight:600; margin-bottom:8px; min-height:38px; }
  .rot .fcard .badge{
    display:inline-block; font-size:10px; font-weight:600; color:var(--green);
    background:#fff; border:1px solid var(--green); border-radius:20px; padding:3px 10px;
  }
  .rot .fcard .price-tag{
    display:block; margin-top:8px; font-size:13px; font-weight:600; color:var(--ink);
  }
  .rot .fcard .shop-link{
    display:inline-flex; align-items:center; gap:4px; margin-top:8px;
    font-size:12px; font-weight:600; color:var(--orange);
  }
  .rot .fcard-tag{
    display:none; font-size:10px; font-weight:600; padding:3px 10px;
    border-radius:12px; margin-top:8px;
  }
  .rot .fcard.excluded .fcard-tag-excluded{
    display:inline-block; background:var(--warn-soft); color:var(--warn); border: 1px solid var(--warn);
  }
  .rot .fcard.recommended .fcard-tag-recommended{
    display:inline-block; background:var(--orange-soft); color:var(--orange);
  }

  /* SPLIT VISUAL */
  .rot .split-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:center; }
  .rot .split{
    border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--line);
  }
  .rot .split-top, .rot .split-bot{ padding:26px 28px; }
  .rot .split-top{ background:var(--green-soft); }
  .rot .split-bot{ background:var(--cream-soft); border-top:1px dashed var(--line); }
  .rot .split-lbl{ font-size:16px; font-weight:600; margin-bottom:6px; display:flex; align-items:center; gap:10px;}
  .rot .split-top .split-lbl{ color:var(--green); }
  .rot .split-bot .split-lbl{ color:var(--ink-soft); }

  .rot .nutrient-card{
    background:var(--paper); border:1px solid var(--line); border-radius:var(--radius-md);
    padding:22px; margin-bottom:14px;
  }
  .rot .nutrient-card .lbl{ font-size:13px; font-weight:600; color:var(--ink-soft); margin-bottom:10px; }
  .rot .pill-row{ display:flex; flex-wrap:wrap; gap:8px; }
  .rot .pill{
    font-size:12px; font-weight:500; padding:6px 14px; border-radius:20px;
  }
  .rot .pill-green{ background:var(--green-soft); color:var(--green); }
  .rot .pill-blue{ background:var(--blue-soft); color:var(--blue); }
  .rot .pill-warn{ background:var(--warn-soft); color:var(--warn); }
  .rot .info-box{
    background:var(--blue-soft); color:var(--blue); border-radius:var(--radius-md);
    padding:16px 20px; font-size:14px; line-height:1.6; display:flex; gap:10px; align-items:flex-start;
    margin-top:14px;
  }

  /* CALCULATOR / PROFILE CARD */
  .rot .calc-card{
    background:var(--paper); border:1px solid var(--line); border-radius:var(--radius-lg);
    padding:20px; margin:0 auto;
  }
  .rot .calc-lbl{ font-size:13px; font-weight:600; color:var(--ink-soft); margin-bottom:10px; }
  .rot .profile-header{
    display:flex; align-items:center; justify-content:space-between; margin-bottom:10px;
  }
  .rot .profile-saved{
    font-size:12px; font-weight:600; color:var(--green); opacity:0;
    transition:opacity .3s ease; display:flex; align-items:center; gap:4px;
  }
  .rot .profile-saved.visible{ opacity:1; }

  .rot .field-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:18px; }
  .rot .field-group{ margin-bottom:18px; }
  .rot .field-group:last-child{ margin-bottom:0; }
  .rot .field-label{
    display:block; font-size:13px; font-weight:600; color:var(--ink-soft); margin-bottom:8px;
  }
  .rot select{
    width:100%; padding:10px 12px; border-radius:var(--radius-sm); border:1px solid var(--line);
    font-size:14px; font-family:inherit; background:var(--paper); color:var(--ink);
    cursor:pointer; appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236F6A63' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat; background-position:right 12px center;
  }
  .rot input[type=text]{
    width:100%; padding:10px 12px; border-radius:var(--radius-sm); border:1px solid var(--line);
    font-size:14px; font-family:inherit;
  }

  .rot .pill-checkbox{
    display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:500;
    padding:8px 16px; border-radius:20px; border:1px solid var(--line);
    background:var(--cream-soft); color:var(--ink-soft); cursor:pointer;
    transition:all .15s ease; user-select:none;
  }
  .rot .pill-checkbox input{ display:none; }
  .rot .pill-checkbox.checked{
    background:var(--orange); color:#fff; border-color:var(--orange);
  }
  .rot .pill-checkbox .ti{ font-size:14px; }

  .rot .slider-row{ display:flex; align-items:center; gap:16px; margin-bottom:14px; }
  .rot input[type=range]{ flex:1; accent-color:var(--orange); }
  .rot .weight-val{ font-size:16px; font-weight:600; min-width:64px; text-align:right; }
  .rot input[type=number]{
    width:90px; padding:10px 12px; border-radius:var(--radius-sm); border:1px solid var(--line);
    font-size:14px; font-family:inherit;
  }
  .rot .input-row{ display:flex; align-items:center; gap:12px; margin-bottom:0; font-size:13px; color:var(--ink-soft); }
  .rot .divider{ border:none; border-top:1px solid var(--line); margin:24px 0; }
  .rot .result-row{ display:flex; align-items:baseline; gap:12px; margin-bottom:8px; flex-wrap:wrap; }
  .rot .result-row .big{ font-family:'Fraunces',Georgia,serif; font-size:30px; font-weight:600; color:var(--orange); }
  .rot .result-row .small{ font-size:14px; color:var(--ink-soft); }
  .rot .result-formula{ font-size:12px; color:var(--ink-soft); margin-bottom:22px; }
  .rot .g3{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:22px; }
  .rot .bk{
    background:var(--cream-soft); border:1px solid var(--line); border-radius:var(--radius-md);
    padding:12px 0px; text-align:center;
  }
  .rot .bk .bk-lbl{ font-size:12px; color:var(--ink-soft); margin-bottom:6px; }
  .rot .bk .bk-val{ font-size:20px; font-weight:600; }
  .rot .bk .bk-note{ font-size:11px; color:var(--ink-soft); margin-top:4px; }
  .rot .cg{
    border:1px solid var(--line); border-radius:var(--radius-md); text-align:center; padding:12px 0px;
    background:var(--paper); position:relative; transition:all .2s;
  }
  .rot .cg.best{ border:2px solid var(--green); background:var(--green-soft); }
  .rot .cg .cg-sz{ font-size:16px; font-weight:600; margin-bottom:4px; }
  .rot .cg .cg-d{ font-size:12px; color:var(--ink-soft); }
  .rot .cg.best .cg-d{ color:var(--green); }
  .rot .best-badge{
    font-size:10px; font-weight:600; background:var(--green); color:#fff;
    padding:3px 10px; border-radius:12px; margin-top:8px; display:inline-block;
  }
  .rot .bk.best{ border:2px solid var(--green); background:var(--green-soft); }
  .rot .bk.best .bk-val, .rot .bk.best .bk-lbl{ color:var(--green); }
  .rot .note{ font-size:13px; color:var(--ink-soft); line-height:1.6; margin-top:14px; }

  /* PROFILE ACTIONS */
  .rot .profile-actions{ text-align:right; margin-top:-4px; margin-bottom:18px; }
  .rot .btn-reset{
    font-size:12px; font-weight:600; color:var(--ink-soft); background:none;
    border:1px solid var(--line); border-radius:20px; padding:6px 14px; cursor:pointer;
    transition:all .15s;
  }
  .rot .btn-reset:hover{ border-color:var(--ink-soft); color:var(--ink); }

  /* SUBSCRIBE BUTTON */
  .rot .subscribe-wrap{
    margin-top:24px; text-align:center;
  }
  .rot .btn-subscribe{
    display:inline-flex; align-items:center; gap:10px;
    background:var(--orange); color:#fff;
    font-weight:600; font-size:15px;
    padding:16px 36px; border-radius:30px;
    text-decoration:none; border:none; cursor:pointer;
    transition:transform .15s ease, box-shadow .15s ease;
    box-shadow: 0 4px 16px rgba(224,122,63,0.25);
  }
  .rot .btn-subscribe:hover{ transform:translateY(-2px); box-shadow:0 6px 22px rgba(224,122,63,0.35); }
  .rot .subscribe-sub{
    margin-top:10px; font-size:12px; color:var(--ink-soft);
  }
  .rot .subscribe-sub strong{ color:var(--green); }
  .rot .subscribe-warning{
    margin-top:14px; font-size:12px; color:var(--warn); background:var(--warn-soft);
    padding:12px 16px; border-radius:var(--radius-sm); line-height:1.6; display:none;
    text-align:left;
  }
  .rot .subscribe-warning.visible{ display:block; }
  .rot .subscribe-warning a{ color:var(--warn); font-weight:600; text-decoration:underline; }

  /* PREP STEPS */
  .rot .steps{ max-width:760px; margin:0 auto; }
  .rot .prep-step{ display:flex; gap:18px; margin-bottom:24px; }
  .rot .step-num{
    width:38px; height:38px; border-radius:50%; background:var(--orange-soft); color:var(--orange);
    display:flex; align-items:center; justify-content:center; font-weight:600; flex-shrink:0; font-size:15px;
  }
  .rot .step-title{ font-size:17px; font-weight:600; margin-bottom:4px; }
  .rot .step-body{ font-size:14px; color:var(--ink-soft); line-height:1.7; }

  /* TRANSITION PHASES */
  .rot .phase-card{
    background:var(--paper); border:1px solid var(--line); border-radius:var(--radius-lg);
    padding:28px; margin-bottom:18px; border-left:5px solid var(--line);
  }
  .rot .phase-card.warn{ border-left-color:var(--warn); }
  .rot .phase-card.good{ border-left-color:var(--green); }
  .rot .phase-num{ font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1px; margin-bottom:8px; }
  .rot .phase-card.warn .phase-num{ color:var(--warn); }
  .rot .phase-card.good .phase-num{ color:var(--green); }
  .rot .phase-title{ font-family:'Fraunces',Georgia,serif; font-size:22px; font-weight:500; margin-bottom:10px; }
  .rot .phase-body{ font-size:14px; color:var(--ink-soft); line-height:1.7; margin-bottom:14px; }
  .rot .alert{
    background:var(--warn-soft); color:var(--warn); border-radius:var(--radius-md);
    padding:18px 22px; font-size:14px; line-height:1.6; display:flex; gap:12px; max-width:760px; margin:0 auto;
  }

  /* SUPPLEMENT SUMMARY */
  .rot .supp-card{
    background:var(--paper); border:1px solid var(--line); border-radius:var(--radius-lg); padding:32px; max-width:860px; margin:0 auto;
  }

  /* DOG DETAILS DISPLAY */
  .rot .dog-profile-display {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: var(--cream-soft);
    padding: 20px;
    border-radius: var(--radius-md);
    margin-bottom: 20px;
    border: 1px solid var(--line);
  }
  .rot .dog-profile-display img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  }
  .rot .dog-profile-display .info {
    flex: 1;
  }
  .rot .dog-profile-display .info h4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-family: 'Fraunces', Georgia, serif;
    color: var(--orange);
  }
  .rot .dog-profile-display .info p {
    margin: 0;
    line-height: 1.5;
  }

  section.section-spacing-custom, div.section-spacing-custom{
    padding:70px 0;
  }

  @media (max-width:900px){
    .rot .hero h1{ font-size:38px; }
    .rot h2{ font-size:30px; }
    .rot .formula-grid{ grid-template-columns:repeat(2,1fr); }
    .rot .split-wrap{ grid-template-columns:1fr; }
    .rot .g3{ grid-template-columns:1fr; }
    .rot .field-row{ grid-template-columns:1fr; }
    .rot .calc-card{ padding:24px; }
  }


  /* Rotational ends */

  #product-variants .selector-wrapper label {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.total-price {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.total-price label {
  font-size: 18px;
  color: #333;
}

.total-price .money {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 9px 15px 13px;
  display: inline-block;
}

.rte.description hr {
  display: none;
}

.rte.description h1, .rte.description h2, .rte.description h3, .rte.description .h3, .rte.description h4, .rte.description .h4, .rte.description h5, .rte.description .h5, .rte.description h6, .rte.description .h6 {
  margin-top: 30px;}

.jdgm-write-review-modal {
  & .jdgm-write-review-modal__stars .jdgm-star {
    color: #f26722!important;
  }  
}
.food-medicine-section{
  padding:80px 0;
  background:#f6f0e8;
}

.food-medicine-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.food-images-wrapper{
  display:grid;
  grid-template-columns: 1.2fr 1fr;
  gap:16px;
  align-items:start;
}

.main-image-card{
  position:relative;
}

.main-image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
  display:block;
}

.side-images{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.small-image img{
  width:100%;
  display:block;
  border-radius:24px;
  height:260px;
  object-fit:cover;
}

.stat-card {
  position: absolute;
  left: 16px;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  max-width: 260px;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  display: flex;
  gap: 12px;
  align-items: flex-start;
  flex-direction: column;
  top: 15px;
}

.stat-number{
  color:#e16c2f;
  font-size:42px;
  font-weight:600;
  line-height:1;
}

.stat-text{
  font-size:15px;
  line-height:1.4;
  color:#555;
}


.eyebrow{
  display:block;
  margin-bottom:15px;
  font-size:13px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#d66a2d;
}

.food-medicine-content h2{
  margin:0 0 20px;
  font-size:46px;
  line-height:1.1;
  color:#1e140d;
}

.food-medicine-content .description{
  font-size:16px;
  line-height:1.8;
  color:#5c5148;
  margin-bottom:30px;
}

.highlight-box{
  border-left:4px solid #d66a2d;
  padding-left:20px;
  margin-bottom:30px;
  font-size:16px;
  line-height:1.8;
}

.benefits-list{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:35px;
}

.benefit-tag{
  background:#e7eedc;
  padding:7px 18px;
  border-radius:40px;
  font-size: 14px;
  color: #333;
}

.shop-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#1a120c;
  color:#fff;
  text-decoration:none;
  padding:16px 32px;
  border-radius:50px;
  font-weight:600;
}
.image-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr;
  gap:20px;
}

.left-image{
  grid-row: span 2;
}

.health-benifits-section {
  padding: 90px 0;
  background-color: #f4ecdf;
}

.our-mission-subheading {
  text-align: left;
}

.tags-heading {
  margin-bottom: 15px;
}

.food-medicine-content .shop-btn.custom-button {
  padding: 10px 32px;
}

.mission-wrapper .shinto-fit-heading {
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 0px;
  color: #111;
  margin-bottom: 25px;
}

.image-cards-history .image-cards-grid {
  padding: 20px 0;
}

@media(max-width:991px){

  .food-medicine-wrapper{
    grid-template-columns:1fr;
    gap:40px;
  }

  .food-medicine-content h2{
    font-size:40px;
  }
}

@media(max-width:767px){

  .food-medicine-section{
    padding:60px 0;
  }

  .food-medicine-content h2{
    font-size:32px;
  }

  .food-medicine-content .description,
  .highlight-box{
    font-size:16px;
  }

   .stat-card {
  padding: 14px 15px;
  max-width: 170px;}
}

.stat-number {
  font-size: 22px;
}
.stat-text {
  font-size: 13px;
}
.mission-wrapper .shinto-fit-heading {
  font-size: 46px;}

   .shinto-fit-subheading {
    margin-bottom: 10px!important;
  }

  .contact-col-info {
    padding: 40px 45px;
    margin-bottom: 0;
  }



.google-map {
  margin-bottom: 50px;
}
.contact-block {
  padding: 30px 45px 40px;}

.google-map .page-width {
  padding: 0 15px;
}  

.hands-behind, .california-markets, .community-classes {
    padding: 100px 0;
  }

   .multicolumn.background-primary.why-rotate-sec {
    padding: 0 15px;
  }

  .sk-inner {
    padding: 48px 15px;
  }
  
}

.mission-story-section{
  padding:80px 0;
}

.mission-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.mission-reverse .mission-content{
  order:2;
}

.mission-reverse .mission-images{
  order:1;
}

.mission-content{
  max-width:650px;
}

.mission-eyebrow{
  font-size:14px;
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:20px;
  font-weight:600;
}

.mission-heading{
  font-size:72px;
  line-height:1.05;
  color:var(--heading-color);
  margin:0 0 30px;
}

.mission-heading em{
  color:var(--accent-color);
  font-style:italic;
}

.mission-description{
  font-size:20px;
  line-height:1.8;
  margin-bottom:35px;
  color:#5d5d5d;
}

.mission-highlight{
  border-left:4px solid #e85d1f;
  padding-left:25px;
  font-size:20px;
  line-height:1.8;
  margin-bottom:40px;
}

.mission-highlight p{
  margin:0;
}

.mission-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:#1a120c;
  color:#fff;
  text-decoration:none;
  padding:18px 36px;
  border-radius:50px;
  font-size:20px;
  font-weight:600;
}

.mission-images{
  position:relative;
  min-height:720px;
}

.mission-main-image{
  width:520px;
  margin-left:auto;
  position:relative;
}

.mission-main-image img{
  width:100%;
  display:block;
  border-radius:32px;
}

.mission-floating-image{
  position:absolute;
  left:0;
  bottom:40px;
  width:320px;
}

.mission-floating-image img{
  width:100%;
  display:block;
  border-radius:24px;
  border:8px solid #fff;
  box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.mission-badge{
  position:absolute;
  top:20px;
  right:20px;
  background:#fff;
  border-radius:50px;
  padding:14px 22px;
  font-size:18px;
  font-weight:600;
  box-shadow:0 10px 20px rgba(0,0,0,.06);
}
.mission-badge svg {
    width:20px;
    height:20px;
    color:#e85d1f;
}
.text-left{
  text-align:left;
}

.text-center{
  text-align:center;
}

.text-right{
  text-align:right;
}

#shopify-section-template--29358807515217__two_section_HFGj76 .shinto-fit-heading {
  font-size: 52px;}

.mission-description, .mission-highlight {
  font-size: 16px}

  .open-sidebar.d-lg-none {
  display: none !important;
}

.consultation h1 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-top: 70px;
}

.consultation .fmnAhn{
  margin-left:0;
  margin-right:0;
}

.consultation .fmnAhn .slots-wrapper .slot-item.available {
    border-color: #f26722;
    color: #f26722;
}

.consultation .fmnAhn .slots-wrapper .slot-item {
    border-radius: 3px;}

.consultation .custom--dropdown-container .dropdown-input {
    display: none!important;
}   

.consultation .dRdNUJ .custom--dropdown-container {
    border: 1px solid #f3f3f3;
}

@media(max-width:1200px){

  .mission-heading{
    font-size:56px;
  }

  .mission-main-image{
    width:100%;
  }
}

@media(max-width:991px){

  .mission-wrapper{
    grid-template-columns:1fr;
    gap:50px;
  }

  .mission-images{
    min-height:auto;
  }

  .mission-main-image{
    width:100%;
  }

  .mission-floating-image{
    position:relative;
    left:auto;
    bottom:auto;
    width:70%;
    margin:-80px auto 0;
  }

  .mission-reverse .mission-content,
  .mission-reverse .mission-images{
    order:unset;
  }
}

@media(max-width:767px){

  .mission-story-section{
    padding:60px 0;
  }

  .mission-heading{
    font-size:40px;
  }

  .mission-description,
  .mission-highlight{
    font-size:17px;
  }

  .mission-floating-image{
    width:85%;
  }

  .mission-badge{
    font-size:14px;
    padding:10px 16px;
  }
}


/* Our Process starts */

.community-classes {
  padding: 90px 0;
}

.community-classes:nth-child(3) {
  background: #f5f0e8;
}

/* Base wrapper — grid, two equal columns */
.community-classes__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  grid-template-columns: 40% 60%;
}

/* --- Layout flip: swap column order via grid order --- */
.community-classes__wrapper--reverse .community-classes__content {
  order: 2;
}
.community-classes__wrapper--reverse .community-classes__images {
  order: 1;
}

/* --- Single image: columns stay 50/50 (grid already handles it),
   images div becomes flex so the single image can stretch     --- */
.community-classes__wrapper--single-image {
  align-items: center;
}
.community-classes__wrapper--single-image .community-classes__images {
  {% comment %} display: flex;
  align-items: stretch; {% endcomment %}
}
.community-classes__wrapper--single-image .community-classes__image.image-single {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.community-classes__wrapper--single-image .community-classes__image.image-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 400px;
}
.our_process .rte p {
  color: #000;
  font-size: 16px;
}
/* ---- Text content ---- */
.community-classes__subheading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #e76b2f;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.community-classes__heading {
  font-size: 46px;
  line-height: 1.05;
  font-weight: 600;
  color: #111;
  margin: 0 0 24px;
}

.community-classes__heading em {
  color: #e76b2f;
  font-style: italic;
}

.community-classes__description {
  max-width: 520px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* ---- Feature items ---- */
.community-classes__items {
  {% comment %} border-top: 1px solid #ddd4c8; {% endcomment %}
}

.community-classes__item {
  display: flex;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd4c8;
}

.formulas_name {
  margin-bottom: 10px;
}

.community-classes__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #f8d9c6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e76b2f;
  font-weight: 600;
  font-size: 16px;
}

.community-classes__item-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}

.community-classes__item-text {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

/* ---- Dual image layout ---- */
.community-classes__images {
  display: flex;
  position: relative;
  gap: 15px;
}

.community-classes__image {
  overflow: hidden;
  border-radius: 18px;
}

.community-classes__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-one {
  width: 350px;
  margin-top: 0px;
}

.image-two {
  width: 350px;
  margin-top: 15px;
  height: 310px;
}
 .callout-block {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #faece7;
    border-left: 3px solid #d85a30;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
  }
  .callout-block__icon {
    color: #d85a30;
    flex-shrink: 0;
    margin-top: 2px;
    line-height: 1;
  }
  .callout-block__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #4a1b0c;
  }
  .callout-block__label {
    font-weight: 600;
    color: #3c1208;
  }

  /*==================================29 07 2026 personalize button ========================= */

  .pp-personalize-btn {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent; /* or your desired background color */
  appearance: none;
  -webkit-appearance: none;
}
/* ============================================================
   RESPONSIVE
   ============================================================ */

@media screen and (max-width: 991px) {
  .community-classes__wrapper {
    grid-template-columns: 1fr;
  }

  /* Reset order on mobile — content always on top */
  .community-classes__wrapper--reverse .community-classes__content {
    order: 1;
  }
  .community-classes__wrapper--reverse .community-classes__images {
    order: 2;
  }

  .community-classes__heading {
    font-size: 46px;
  }

  .community-classes__images {
    margin-top: 20px;
  }

  .community-classes__wrapper--single-image .community-classes__image.image-single img {
    min-height: 280px;
  }

  .sh-rotation-bridge-section {
  padding: 30px 0;
}

.shopify-section.sh-feeding-guide-section {
  margin: 0;
}
}

@media screen and (min-width: 750px) {
.grid--4-col-tablet .grid__item.custom-rotation-list {
  width: calc(25% - 30px);}

  .switch-apps-gallery-hero__content .rte {
  width: calc(100% - 40%);
}

}

@media screen and (max-width: 767px) {
  .community-classes {
    padding: 60px 0;
  }

  .community-classes__heading {
    font-size: 36px;
  }

  .image-one,
  .image-two {
    width: 100%;
    margin-top: 0;
  }

  .community-classes__item-title {
    font-size: 18px;
  }

  .section-spacing {
  padding: 50px 0;
}


.story-style .image-with-text__media img {
  border-radius: 30px;
  max-width: 100%;}

.shinto-the-dog {
  right: auto;
  left: 20px;
}  

.cycle-note {
  display: flex;
}

.auto-pilot .product-showcase__grid a .product-showcase__card {
  min-height: 306px;
}

}

@media screen and (max-width: 640px) {
.custom_dropdown_2 .shop-column-heading-no-text{
  height:inherit;
}

a.open-sidebar.d-lg-none {
    display: none;
}
 .rotation-subheading h2 {
    display: inline-block;
    white-space: normal;
    font-size: 28px;
    margin-bottom: 25px;
  }

.rotation-subheading {
  display: inline-block;
}
.heading-line{
  display:none;
}

 .image-one, .image-two {
    margin-bottom: 15px;
  }
.community-images_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:15px;
}
.hands-behind, .california-markets, .community-classes {
  padding: 50px 0;
}

.community-classes__images {
  display: inline-block;}

  .consultation h1 {
    font-size: 22px;
    margin-top: 50px;
}
  .view-all-button .sk-btn {
    bottom: 25px;
    padding: 14px 20px;
  }
  
  .product-options-bottom {
    flex-direction: column;
}


.layout-1column .product-options-bottom .product-form__cart-submit {
  min-width: 110px;
  padding: 7px 25px !important;
}
.shopify-payment-button {
  max-width: 190px;
}
.fmnAhn .image-wrapper {
    width: 360px!important;
    height: 360px!important;
    border-radius: 10px!important;
    margin: 10px auto;
  }
  .sub-perks__item {
    display: flex;
    /* justify-content: center; */
  }

  .sub-perks__checks {
  margin: 15px 0 30px;
}

.sk-btn {
  font-size: 14px;
  padding: 10px 17px;
}
.collection.layout-1column.layout-1columns-slide-sidebar.clearfix {
   padding:50px 0;
}

.pet-categories-btn {
  margin-top: 30px;
}
.navigation-mobile .item-link {
    pointer-events: none;
}
}


@media screen and (max-width: 420px) {
  .fmnAhn .image-wrapper {
    width: 100%!important;}

  }

/* Our Process ends */

/* Equal-height Mix & Match cards on tablet and mobile */
@media screen and (max-width: 1024px) {
  .custom-bs-category .category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 16px;
  }

  .custom-bs-category .category-grid .item {
    display: flex;
    width: 100% !important;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  .custom-bs-category .category-grid .item-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .custom-bs-category .category-grid .cat-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    margin: 0;
  }

  .custom-bs-category .category-grid .cat-image a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .custom-bs-category .category-grid .cat-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .custom-bs-category .category-grid .cat-info {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
  }

  .custom-bs-category .category-grid .cat-custom-heading {
    float: none;
    width: 100%;
    padding-right: 42px;
  }
}



/* Keep Appstle Loyalty clear of mobile chat and theme preview controls. */
@media screen and (max-width: 749px) {
  #appstle-loyalty-button {
    right: auto !important;
    left: 16px !important;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 2147482999 !important;
  }
}
