/** Shopify CDN: Minification failed

Line 365:12 Unexpected "{"
Line 365:21 Expected ":"
Line 366:16 Expected identifier but found whitespace
Line 366:18 Unexpected "{"
Line 366:27 Expected ":"
Line 366:78 Expected ":"
Line 367:19 Expected identifier but found whitespace
Line 367:21 Unexpected "{"
Line 367:30 Expected ":"
Line 367:84 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:multi-collection-selection (INDEX:72) */
.mc-wrapper { 
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
        background: #f9fafb;
            /* margin-top: 37px; */
   }

   @media (min-width: 320px) and (max-width: 767px){
.mc-sidebar__body {
    padding: 8px 16px;
        /* margin-top: 23px; */
                background: white;
}
   }

  .mc-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem;
  }

  .mc-heading { margin: 0; }

  .mc-layout {
    display: grid;
    grid-template-columns: 24rem 1fr;
    gap: 3rem;
    align-items: start;
  }

  /* ===== SIDEBAR ===== */
  .mc-sidebar {
    position: sticky;
    top: 2rem;
    /* background: rgb(var(--color-background)); */
    /* border: 0.1rem solid rgba(var(--color-foreground), 0.08); */
    border-radius: 0.4rem;
    overflow: hidden;
  }

  .mc-sidebar__header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 2rem;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }

  .mc-sidebar__title { font-size: 1.6rem; font-weight: 600; }

  .mc-sidebar__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.4rem;
    color: rgb(var(--color-foreground));
    display: flex;
  }

  .mc-sidebar__body { 
    /* padding: 1rem 0; */
 }

  /* ===== FILTER GROUPS ===== */
  .mc-filter-group {
    margin-bottom: 15px;
}

 .mc-filter-group__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 1.4rem 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    background: linear-gradient(135deg, #1f175e, #6495ed);
    color: white;
    padding: 9px 15px;
    text-transform: capitalize;
    border-radius: 5px;
}

  /* .mc-filter-group__toggle:hover {
    background: rgba(var(--color-foreground), 0.03);
  } */

  .mc-caret { transition: transform 0.2s ease; flex-shrink: 0; }
  .mc-filter-group__toggle[aria-expanded="false"] .mc-caret { transform: rotate(-90deg); }

  .mc-filter-group__body { padding: 6px 4px; }
  .mc-filter-group__body--scrollable { max-height: 265px; overflow-y: auto; }

  /* ===== CHECKBOXES ===== */
  .mc-checkbox {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
    cursor: pointer;
    font-size: 1.4rem;
    margin: 0;
  }

  .mc-checkbox input { position: absolute; opacity: 0; width: 0; height: 0; }

  .mc-checkbox__box {
    width: 20px;
    height: 20px;
    min-width: 1.6rem;
    border: 1px solid #000000cc;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, background 0.15s;
    background: white;
    border-radius: 3px;
}

  .mc-checkbox input:checked ~ .mc-checkbox__box {
    background: rgb(var(--color-foreground));
    border-color: rgb(var(--color-foreground));
  }

.mc-checkbox input:checked ~ .mc-checkbox__box::after {
    content: '';
    display: block;
    width: 4px;
    height: 10px;
    border: 0.15rem solid rgb(var(--color-background));
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translateY(-0.05rem);
}

  .mc-checkbox__label { 
  color: rgba(var(--color-foreground), 1); 
  font-weight: 500;
  }

  /* ===== PRICE INPUTS ===== */
  .mc-price-inputs { display: flex; gap: 1rem; }

 .mc-price-input-wrap {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 10px 9px;
    flex: 1;
    background: #f7f7f7;
    
}

  .mc-price-input-wrap span { color: rgba(var(--color-foreground), 0.5); font-size: 1.4rem; }

  .mc-price-input {
    border: none;
    background: none;
    width: 100%;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
    outline: none;
    font-family: inherit;
  }

  /* ===== CLEAR ALL ===== */
.mc-clear-all {
    display: block;
    width: auto;
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
    font-size: 1.4rem;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
    background: #060644;
    color: #fff;
    text-decoration: none;
    line-height: 1.42;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 25px;
}

  /* .mc-clear-all:hover { background: rgba(var(--color-foreground), 0.05); } */

  /* ===== TOP BAR ===== */
  .mc-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem;
  }

  .mc-count { font-size: 1.4rem; color: rgba(var(--color-foreground), 0.6); margin: 0; }

  .mc-sort {
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
    border-radius: 20px;
    padding: 0.8rem 3rem 0.8rem 1.2rem;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
    background: rgb(var(--color-background));
    cursor: pointer;
    font-family: inherit;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
  }

  /* ===== ACTIVE TAGS ===== */
  .mc-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }

  .mc-tag {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1rem;
    background: rgba(var(--color-foreground), 0.06);
    border: 0.1rem solid rgba(var(--color-foreground), 0.15);
    border-radius: 10rem;
    font-size: 1.3rem;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
  }

  .mc-tag:hover { background: rgba(var(--color-foreground), 0.12); }

  /* ===== NO RESULTS ===== */
  .mc-no-results {
    text-align: center;
    padding: 4rem 2rem;
    color: rgba(var(--color-foreground), 0.5);
    font-size: 1.6rem;
  }

  /* ===== PAGINATION ===== */
.mc-pagination {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 8px;
}

  .pagination__list {
    display: flex;
    align-items: center;
    gap: .9rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

 .pagination__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 6px;
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
    border-radius: 4rem;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s, border-color 0.15s;
}

  .pagination__item:hover:not(.disabled):not(.pagination__item--current):not(.pagination__ellipsis) {
    background: rgba(var(--color-foreground), 0.06);
    border-color: rgba(var(--color-foreground), 0.35);
  }

 .pagination__item--current {
    background: rgb(56 180 74);
    color: rgb(var(--color-background));
    border-color: rgb(56 180 74);
    font-weight: 600;
    cursor: default;
}

  .pagination__ellipsis { border: none; background: none; min-width: auto; cursor: default; }
  .pagination__item.disabled { opacity: 0.3; pointer-events: none; }

  /* ===== MOBILE FILTER BUTTON ===== */
  .mc-filter-toggle {
    display: none;
    align-items: center;
    gap: 0.8rem;
    padding: 8px 9px;
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
    border-radius: 0.4rem;
    background: none;
    font-size: 1.4rem;
    font-weight: 500;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    font-family: inherit;
  }

  /* ===== OVERLAY ===== */
  .mc-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .mc-overlay--visible { display: block; opacity: 1; }

  /* ===== SECTION PADDING ===== */
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  /* ===== RESPONSIVE ===== */
  @media screen and (max-width: 989px) {
    .mc-layout { grid-template-columns: 1fr; }
    .mc-filter-toggle { display: flex; }

    .mc-sidebar {
      position: fixed;
      top: 0;
      left: -34rem;
      width: 32rem;
      height: 100%;
      z-index: 100;
      border-radius: 0;
      border: none;
      box-shadow: 0.4rem 0 2rem rgba(0,0,0,0.15);
      transition: left 0.3s ease;
      overflow-y: auto;
    }

    .mc-sidebar--open { left: 0; }
    .mc-sidebar__header { display: flex; position: sticky; top: 0; background: rgb(var(--color-background)); z-index: 1; }
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }

  li.grid__item.mc-product-item {
    border: 1px solid #eee;
    margin: 3px 0 0;
    border-radius: 20px;
    padding: 20px 12px 13px;
    z-index: 1;
        background: white;
}
@media screen and (max-width: 767px){
  .pagination__list {
    width: 100%;
    gap: 0.4rem;
  }
  p.mc-count {
    display: none;
}
@media screen and (max-width:480px) {
  .pagination__list {
    justify-content: space-evenly;
  }
}

.mc-topbar {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        margin-bottom: 2rem;
        gap: 1rem;
        flex-direction: column;
    }
.mc-mobile-bar {
          display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2rem;
        gap: 1rem;
        position: absolute;
        right: 20px;
        top: 58px;
}
}
.mc-count {
        margin: 0;
    font-size: 16px;
    color: #4b5563;
    padding-top: 4px;
}
.mc-product-item .quick-add.no-js-hidden {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
li.grid__item.mc-product-item .deal_pro {
    top: -19px;
    left: -12px;
}
.mc-topbar h1.collection-hero__title.collection-main-title {
    margin-top: 0;
    margin-bottom: 0 !IMPORTANT;
    font-weight: 700;
    font-size: 30px;
}
.lable-from {
    font-size: 15px;
        padding: 6px 0;
}
span.field-currency {
    margin-right: 3px;
}
.lable-to {
    font-size: 15px;
        padding: 6px 0;
}
.mc-main .deal_pro {
    position: absolute;
    z-index: 999999;
    background: #bc2848;
    padding: 3px 10px;
    color: #fff;
    left: 0;
    border-radius: 20px 1px 20px;
    font-size: 13px;
    top: 0;
    margin: 0 !important;
    color: #fff !important;
    z-index:2;
}
/* END_SECTION:multi-collection-selection */

/* START_SECTION:pet-categories-section (INDEX:83) */
.pet-categories-section {
    width: 100%;
    font-family: inherit;
  }

  .pet-categories__container {
    /* max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px; */
  }

  .pet-categories__heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 32px;
    color: #1a1a1a;
  }

  /* ── Grid ── */
  .pet-categories__grid {
    display: grid;
    grid-template-columns: repeat(var(--columns-desktop, 6), 1fr);
    gap: var(--grid-gap, 24px);
  }

  @media (max-width: 1024px) {
    .pet-categories__grid {
      grid-template-columns: repeat(var(--columns-tablet, 3), 1fr);
    }
  }

  @media (max-width: 640px) {
    .pet-categories__grid {
      grid-template-columns: repeat(var(--columns-mobile, 2), 1fr);
    }
  }

  /* ── Card ── */
  .pet-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pet-category-card__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
    gap: 12px;
    transition: transform 0.2s ease;
  }

  .pet-category-card__link:hover {
    transform: translateY(-4px);
  }

  .pet-category-card__image-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    overflow: hidden;
    background: #f3f3f3;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .pet-category-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }

  .pet-category-card__link:hover .pet-category-card__image {
    transform: scale(1.06);
  }

  .pet-category-card__image--placeholder {
    width: 100%;
    height: 100%;
  }

  .pet-category-card__title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin: 0;
    line-height: 1.4;
  }

  /* ── Button ── */
  .pet-categories__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 36px;
  }

  .pet-categories__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 2px solid #2563eb;
    border-radius: 999px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 0.01em;
  }

 .pet-categories__button:hover {
    background: #2563eb17;
    /* color: #fff; */
    /* box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3); */
}

  .pet-categories__button-icon {
    transition: transform 0.2s ease;
  }

  .pet-categories__button:hover .pet-categories__button-icon {
    transform: translateY(3px);
  }
/* END_SECTION:pet-categories-section */