/** Shopify CDN: Minification failed

Line 94:0 Unexpected "}"

**/
/* banner styles */

.grooming-banner-section {
    background: url(/cdn/shop/files/grooming-packages-hero-background-img_2x_73d85cbb-667c-49c3-b061-c194c7a715c2.jpg?v=1712241952) no-repeat;
}
/* Reset default box model and margins */
.card-tab *,
.card-content *,
.collapsible-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Base styles for tab container */
.tab-container {
  display: flex;
  flex-direction: column;
}

/* Tabs styling */
.tab {
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  margin: 0;
}

.tab.active {
  background: white;
  box-shadow: 4px 0 20px 0px #00000012;
  border-radius: 13px 13px 0 0;
  border: 0;
  padding: 1.3rem 2rem;
}
.tab.active:focus{
  box-shadow: 4px 0 20px 0px #00000012 !important;
}
.tab:hover,
.card-tab:hover:not(.active) {
  background-color: #e0e0e0;
      
}
.tab:hover{
  border-radius: 13px 13px 0 0;
}
/* Card tabs styling */
.card-tab {
  width: 100%;
  cursor: pointer;
  border: 0 solid #dae144;

  background: #D8D3D3;
  box-shadow: 0 4px 4px #00000012;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  justify-content: space-evenly;
}
button.card-tab span:nth-child(2) {
  color: #414042;
 
  margin-top: -1rem;
  font-size: 18px;
}
.card-tab.active ,
.card1-tab1-btn.active{
  box-shadow: 0px 4px 20px 7px #00000012;
  background: #dae144;
}
/*CAT CARD*/
.cat-card{
    border: 0 solid #70A5CD;
    background: #D8D3D3;
}
.cat-card.active,
.card2-tab1-btn.active{
  background: #70A5CD;
}
.card-buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
}
}
@media screen and (max-width: 768px) {
  button.card-tab span:nth-child(2) {
    margin-top: -3rem;
     max-width:60%;
  }
  .card-tab {
    box-shadow: none;
    width: 196.988px;
    height: 236.061px;
    flex-shrink: 0;
  }
  .card-buttons {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem;
  }
}


/* Card and content styling */
.card {
  border: 0 solid #424440;
  background: #fff;
  box-shadow: 0 4px 20px 7px #00000012;
  padding: 2rem 13rem;
}

.card-content {
  border: 0 solid #424440;
  background: #fff;
  box-shadow: 0 4px 20px 7px #00000012;
  padding: 5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-content,
.card-content {
  display: none;
}

.tab-content.show,
.card-content.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .card {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 15px;
  }
  .card-content {
    background: transparent;
    box-shadow: none;
    padding:2rem;
  }
  .card-tab.active{
  border: 1px solid #414042;
}
}
/* Active and collapsible content styles */
.active:not(.collapsible-content) {
  transform: scale(1.05);
}

.collapsible-content {
  display: none;
}
.collapsible-content span{
  font-weight: 400;
  text-transform: lowercase;
}
.collapsible-content span::first-letter{
  text-transform: capitalize;
}
.collapsible-content.active {
  display: block;
  margin: 3rem 0;
}

/* Main tabs styling */
.main-tabs {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

/* Collapsible button styling */
button.collapsible-button {
  background: none;
  border: none;
  border-bottom: 1px solid black;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  color: #424440;
  font: 16px "bodybold";
  letter-spacing: 1.8px;
  padding: 2rem 0;
  text-align:left;
}

button.collapsible-button svg {
  width: 20px;
  height: 28px;
}

button.collapsible-button svg.active {
  transform: rotate(180deg);
}

/* Card tab content styling */
.card-contents {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card-contents {
    width: 100%;
    background: transparent;
    box-shadow: none;
  }
}
button.card-tab h3,
.card-content > h3 {
  color: #424440;
  font: 28px/27px "bodybold";
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Section heading styling */
.section-heading {
  color: #424440;
  text-align: center;
  font: 33px "bodybold";
  letter-spacing: 3.5px;
  margin: 3rem 0;
}

/* General tab button styles */
button.tab {
  color: #424440;
  text-align: center;
  font: 28px "body";
  letter-spacing: 3px;
}
button.tab.active {
  font-family: "bodybold";
}

/* Card button styles */
.card-btn {
  border-radius: 20px;
  border: 0 solid #424440;
  background: #dae144;
  text-decoration: none;
  padding: 1.2rem ;
  color: #424440;
  text-align: center;
  font: 12px "bodybold";
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: block;
  width: 28%;
  margin: 1rem 0 4rem;
}
.card-btn-cat{
  background: #70A5CD;
  color: white;
}
/* Card paragraph position */
.card-p {
  position: absolute;
  bottom: 2%;
}
@media screen and (max-width: 768px) {
  .card-p {
    position: relative;
    bottom: 0;
    font-size:12px;
  }
  .card-btn{
    width: 100%;
    padding: 1.2rem 5rem;
    margin-bottom:1rem;
  }
  button.tab{
    font-size:23px !important;
  }
   .card-tab h3{
    font-size:18px !important;
  }
}
/* Collapsible content image */
.collapsible-content img {
  
  width: 85%;    
  height: auto;    
  object-fit: cover;
}
@media screen and (max-width:768px){
  .collapsible-content img {
  width:100%;
  }
  .collapsible-content img.dog-sc {
  width: 100%;
  }
}
/*Table*/
  .grooming-price-table{
    width: 100%;
  }
  .grooming-price-table {
  border-collapse: collapse;
}
.grooming-price-table td, table th {
  border: 1px solid black;
}
.grooming-price-table tr:first-child td{
  border-top: 0;
}
.grooming-price-table tr:last-child td {
  border-bottom: 0;
}
.grooming-price-table tr td:first-child,
.grooming-price-table tr th:first-child {
  border-left: 0;
}
.grooming-price-table tr td:last-child,
.grooming-price-table tr th:last-child {
  border-right: 0;
}
    /* Round specific corners of the table */
    .grooming-price-table tr:first-child td:first-child {
      border-top-left-radius: 20px;
    }
    .grooming-price-table tr:first-child td:last-child {
      border-top-right-radius: 20px;
    }
    .grooming-price-table tr:last-child td:first-child {
      border-bottom-left-radius: 20px;
    }
    .grooming-price-table tr:last-child td:last-child {
      border-bottom-right-radius: 20px;
    }

  .grooming-price-table td{
    background-color: #D8D3D3;
    color: #424440;
    text-align: center;
    font-family: 'bodybold';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:1rem;
  }
.grooming-price-table tr:first-child th{
  border-top: 0;
}

.grooming-price-table tr th:first-child {
  border-left: 0;
  width:50%;
}
.grooming-cat-price-table tr th:first-child{
  width:33%;
}
.grooming-price-table tr th:last-child {
  border-right: 0;
}
    /* Round specific corners of the table */
   .grooming-price-table tr:first-child th:first-child{
      border-top-left-radius: 20px;
    }
    .grooming-price-table tr:first-child th:last-child{
      border-top-right-radius: 20px;
    }
    .grooming-price-table th{
    background-color: #D8D3D3;
    color: #424440;
    text-align: center;
    font-family: 'bodybold';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:1rem;
  }
  .cat-icon{
   position: absolute;
    width: 169px !important;
    height: 176px !important;
    top: 50%;
    left: 50%;
    transform: translate(-28%,10%) !important;
    z-index:1;
  }
@media screen and (max-width:768px){
  .cat-icon{
    width: 140px!important;
    height: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-28%,30%)!important;
    z-index: 1;
  }
}

/* === */
.grooming-banner-section {
    position: relative;
    background-size: cover;
    padding: 6rem 0 15rem;
}
.grooming-banner-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000066;
    z-index: 0;
}
.grooming-banner-section .grid {
    align-items: center;
    position: relative;
}
.grooming-banner-section .title-desc .section-heading {
    color: #DAE145;
    text-align: left;
    letter-spacing: 0;
    margin: 0;
    font-size: 34px;
}
.grooming-banner-section .title-desc p {
    color: #fff;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
}
.grooming-banner-section .title-desc .btn {
    width: auto;
    max-width: fit-content;
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}
.grooming-banner-section .title-desc .button-box {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
}
.grooming-banner-section .title-desc .button-box .icon.icon-share {
    width: 42px;
    background: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.grooming-banner-section .main-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.grooming-banner-section .main-tabs button.tab {
    transform: none;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 27.5px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "bodybold";
}
.grooming-banner-section .main-tabs button.tab img {
    width: 100%;
}
.grooming-banner-section .main-tabs button.tab p {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    margin: 1rem 0 .4rem;
    text-transform: none;
}
.grooming-banner-section .main-tabs button.tab::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    margin: 1.5rem auto;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
    outline: 1px solid;
    outline-offset: 3px;
    transition: .3s;
}
.grooming-banner-section .main-tabs button.tab.active:after,
.grooming-banner-section .main-tabs button.tab:hover:after {
    background: #DAE144;
}

.tab-container .tab-content {
    max-width: var(--page-width);
    margin: 0 auto;
    width: 100%;
    padding: 0 5rem;
    box-shadow: none;
}
.tab-container .tab-content .card {
    padding: 0;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 27.5px 0px rgba(0, 0, 0, 0.10);
    margin-top: -82px;
    position: relative;
}
.tab-container .tab-content .card .card-buttons {
    border-radius: 6px 6px 0px 0px;
    background: #D7D3D3;
}
.tab-container .tab-content .card .card-buttons button.card-tab {
    transform: none;
    box-shadow: none;
    background: transparent;
    padding: 20px;
    position: relative;
    border: 0;
}
.tab-container .tab-content .card .card-buttons button.card-tab::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    background: transparent;
    transition: .3s;
}
.tab-container .tab-content .card .card-buttons button.card-tab:hover::after,
.tab-container .tab-content .card .card-buttons button.card-tab.active::after {
    background: currentcolor;
}
.tab-container .tab-content .card .card-buttons button.card-tab h3 {
    letter-spacing: 0;
    font-size: 20px;
    text-transform: none;
    font-family: var(--font-body-family);
}
.tab-container .tab-content .card .card-buttons button.card-tab.active h3 {
    font-weight: bold;
}
.tab-container .tab-content .card .card-buttons button.card-tab span {
    font-size: 12px;
    opacity: 0.7;
}
.tab-container {
    padding-bottom: 8rem;
}
.tab-container .left-section h3 {
    font-size: 38px;
    letter-spacing: 0;
    text-transform: none;
    line-height: normal;
}
.tab-container .left-section .slider {
    width: 100%;
    max-width: 500px;
    margin-top: 3.5rem;
}
.tab-container .left-section .slider img {
    width: 100%;
    height: auto;
}
.tab-container .left-section .slider .image-ratio {
   /* padding-bottom: 60%;*/
    position: relative;
}
.tab-container .left-section .slider .image-ratio img {
 /*   position: absolute;
    left: 0;
    height: 100%;
    object-fit: cover;
    top: 0;*/
  position: relative;
    width: 100%;
    height: auto;
}
.tab-container .left-section .slider .slider-nav {
    margin: 10px -5px 0;
}
.tab-container .left-section .slider .slider-nav .slick-list.draggable .slick-slide {
    padding: 0 5px;
}
.tab-container .left-section .slider .slick-arrow {
    background: #fff;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.20));
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 1;
}
.tab-container .left-section .slider .slick-arrow::before {
    content: "";
    display: inline-block;
    transform: rotate(90deg);
    font-size: 40px;
    width: 16px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 10 6"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"></path></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.tab-container .left-section .slider .slick-arrow.slick-next::before {
    transform: rotate(-90deg);
    position: relative;
    left: 2px;
}
.tab-container .tab-content .card .card-contents .card-content .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 5rem;
}
.tab-container .card-content .flex .right-section {
    width: 50%;
}
.tab-container .card-content button.collapsible-button {
    border-radius: 7px 7px 0px 0px;
    background: #DAE145;
    padding: 12px 20px;
    letter-spacing: 0;
    border: 0;
}
.tab-container .card-content button.collapsible-button svg {
    display: none;
}
.tab-container .card-content button.collapsible-button~.collapsible-content {
    display: block;
    border-radius: 0 0 7px 7px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: rgba(217, 217, 217, .2);
    margin-bottom: 2rem;
    padding: 1.2rem 2rem;
    border-top: 0;
}
.tab-container .card-content button.collapsible-button~.collapsible-content span {
    margin: 0 !important;
    font-size: 14px;
    color: #424440;
}
.left-section .card-btn {
    width: auto;
    max-width: fit-content;
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 2rem 0 0;
}
/*.tab-container .card-content .collapsible-content .card-btn {
    display: block;
    margin: 1.5rem auto;
    background: transparent;
    border-width: 2px;
    font-size: 16px;
    letter-spacing: 0.8px;
    border-radius: 50px;
    padding: 1.5rem;
}*/
.tab-container .card-content .collapsible-content .card-p {
    position: static;
    font-size: 14px;
    margin: 0 0 15px;
    line-height: normal;
    display: flex;
    column-gap: .5rem;
}
.tab-container .card-content .collapsible-content .card-p svg {
    margin-right: 5px;
    flex: 0 0 auto;
}
.tab-container .left-section .slider .slider-nav img {
    height: 150px;
    object-fit: cover;
}

@media screen and (min-width:1400px) {
  .tab-container .tab-content .card .card-buttons button.card-tab span {
      font-size: 14px;
  }
}
@media screen and (max-width:1199px) {
  .grooming-banner-section .main-tabs button.tab {
      font-size: 20px !important;
      padding: 10px;
  }
  .grooming-banner-section .title-desc p {
      font-size: 1.5rem;
  }
  .grooming-banner-section .title-desc .section-heading {
      font-size: 30px;
  }
  .grooming-banner-section .title-desc .btn {
      font-size: 14px;
  }
  .grooming-banner-section .main-tabs button.tab::after {
      width: 16px;
      height: 16px;
  }
  .tab-container .left-section p,
  .tab-container .tab-content .card .card-buttons button.card-tab h3 {
      font-size: 16px;
  }
  .tab-container .left-section h3 {
      font-size: 30px;
  }
  .tab-container .left-section .slider {
      max-width: 400px;
      margin-top: 2.5rem;
  }
}
@media screen and (max-width: 989px) {
  .tab-container .tab-content .card .card-contents .card-content .flex {
      flex-direction: column;
      row-gap: 3rem;
  }
  .tab-container .left-section .slider {
      max-width: 100%;
      margin-top: 2rem;
  }
  .tab-container .left-section .slider .slick-arrow {
      display: none !important;
  }
  .tab-container .card-content .flex .right-section {
      width: 100%;
  }
  .left-section .card-btn {
      background: #414042;
      color: #fff;
      margin-left: auto;
      margin-right: auto;
      display: flex;
  }
  .left-section .card-btn svg path {
      fill: #fff;
  }
  .grooming-banner-section .main-tabs button.tab {
      font-size: 16px !important;
  }
  .grooming-banner-section .main-tabs button.tab p {
      font-size: 13px;
  }
}
@media screen and (max-width: 749px) {
  .grooming-banner-section .grid>.grid__item {
      width: 100%;
      max-width: 100%;
  }
  .grooming-banner-section .grid {
      row-gap: 3rem;
  }
  .grooming-banner-section {
      padding: 6rem 0 0;
      margin-bottom: 7rem;
  }
  .grooming-banner-section .main-tabs {
      margin: 0 0 -7rem;
  }
  .tab-container .tab-content {
      padding: 0 2rem;
  }
  .tab-container .tab-content .card {
      margin-top: 30px;
  }
  .tab-container .tab-content .card .card-buttons {
      flex-direction: column;
  }
  .tab-container .tab-content .card .card-buttons button.card-tab {
      padding: 10px;
      justify-content: flex-start;
      align-items: flex-start;
  }
  .tab-container .tab-content .card .card-buttons button.card-tab::after {
      content: none;
  }
  .tab-container .left-section h3 {
      font-size: 26px;
  }
  .left-section .card-btn,
  .tab-container .left-section p, .tab-container .tab-content .card .card-buttons button.card-tab h3 {
      font-size: 14px;
  }
  .tab-container .left-section .slider {
      margin-top: 1rem;
  }
  .tab-container .card-content button.collapsible-button~.collapsible-content span {
      line-height: 1.6;
  }
  .tab-container .card-content button.collapsible-button {
      font-size: 15px;
  }
  .tab-container .card-content button.collapsible-button~.collapsible-content {
      background: transparent;
  }
  .tab-container .card-content .collapsible-content .card-btn {
      font-size: 14px;
      padding: 1rem 3rem;
      width: auto;
      max-width: max-content;
  }
  .tab-container .card-content .collapsible-content .card-p {
      font-size: 12px;
  }
  .tab-container {
      padding-bottom: 4rem;
  }
  .tab-container .left-section .slider .slider-nav img {
    height: 80px;
}
}