/** Shopify CDN: Minification failed

Line 16:0 Unexpected "}"
Line 34:0 Unexpected "}"
Line 41:0 Unexpected "}"
Line 48:0 Unexpected "}"
Line 54:0 Unexpected "}"

**/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&subset=latin-ext&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&subset=latin-ext&display=swap");

.catbar__item { padding: 10px 16px; flex: 1 1 33%; justify-content: center; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .catbar__emoji { font-size: 16px; }
  .catbar__name { font-size: 11px; }
}


/* ========== HIDE OLD CATEGORY GRID ========== */
[data-section-type="featured-collections"] {
  display: none !important;
}


/* ========== HIDE QIKIFY BAR ========== */
.qmenu-bar, .smartmenu-bar, [id*="qikify"], .qikify-nav-bar {
  display: none !important;
}

  .catcard { padding: 10px 10px 8px; min-width: 80px; flex: 0 0 30%; max-width: none; }
  .catcard__icon { width: 32px; height: 32px; }
  .catcard__name { font-size: 10px; }
  .catcard__link { font-size: 9px; }
}


  .catcard { padding: 12px 14px 10px; min-width: 100px; }
  .catcard__icon { width: 36px; height: 36px; }
  .catcard__name { font-size: 11px; }
  .catcard__link { font-size: 10px; }
}


  .catcard { padding: 12px 16px 10px; min-width: 100px; }
  .catcard__icon { font-size: 32px; }
  .catcard__name { font-size: 12px; }
  .catcard__link { font-size: 11px; }
}


  .cat-bar__btn { padding: 10px 18px; gap: 6px; }
  .cat-bar__emoji { font-size: 22px; }
  .cat-bar__txt { font-size: 12px; }
}





/* ========== HEADER LEFT LAYOUT ========== */
.site-header {
  padding: 8px 0 !important;
}
.site-header__logo a {
  padding: 2px 0 !important;
}
.site-header__logo img {
  max-height: 60px !important;
  width: auto !important;
  object-fit: contain !important;
}



/* ========== COMPACT LAYOUT ========== */
.index-section {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.index-section + .index-section {
  padding-top: 15px !important;
}
.index-section--flush + .index-section {
  padding-top: 25px !important;
}

/* Tighter section headers */
.section-header {
  margin-bottom: 15px !important;
}

/* Featured collection rows tighter */
.grid--uniform {
  margin-bottom: 0 !important;
}

/* Logo list compact */
.logo-bar {
  padding: 15px 0 !important;
}

/* Text with icons compact */
.text-with-icons {
  padding: 15px 0 !important;
}

/* Rich text compact */
.rich-text {
  padding: 30px 0 !important;
}

/* Newsletter compact */
.newsletter-section {
  padding: 30px 0 !important;
}

/* Slideshow — no bottom margin */
.slideshow-section {
  margin-bottom: 0 !important;
}

/* Header more compact */
.site-header__logo a {
  padding: 5px 0 !important;
}


/* ========== PC-PET CUSTOM THEME v5 — Mockup Style ========== */

/* ========== ANNOUNCEMENT BAR — Dark like mockup ========== */
.announcement-bar,
.announcement-bar-section {
  background-color: #2D3436 !important;
}
.announcement-bar a, .announcement-bar span, .announcement-bar p {
  color: #ffffff !important;
  font-size: 13px !important;
}

/* ========== HEADER — White with orange accents ========== */
.site-header {
  background-color: #ffffff !important;
  border-bottom: 3px solid #FF6B35 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
}
.site-header--stuck {
  background-color: #ffffff !important;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1) !important;
}

/* NAV — Orange text like mockup */
.site-nav a, .site-nav button, .site-nav__link {
  color: #2D3436 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.site-nav a:hover, .site-nav button:hover {
  color: #FF6B35 !important;
}

/* Nav emoji */
.site-nav .nav-emoji {
  font-size: 22px !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  margin-right: 2px !important;
  display: inline-block !important;
}

/* ========== BUTTONS — Rounded orange like mockup ========== */
.btn, .btn--primary,
.btn--add-to-cart, .product-form--atc button {
  background-color: #FF6B35 !important;
  border-color: #FF6B35 !important;
  color: #fff !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 12px 28px !important;
}
.btn:hover, .btn--primary:hover,
.btn--add-to-cart:hover, .product-form--atc button:hover {
  background-color: #E85D2A !important;
  border-color: #E85D2A !important;
}
.btn--secondary {
  background-color: #ffffff !important;
  color: #2D3436 !important;
  border: 2px solid #2D3436 !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.btn--secondary:hover {
  background-color: #f5f5f5 !important;
}

/* ========== SECTION HEADERS — Bold, left-aligned ========== */
.section-header__title {
  font-weight: 800 !important;
  color: #2D3436 !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.section-header__link {
  color: #FF6B35 !important;
  font-weight: 700 !important;
}

/* ========== COLLECTION GRID (Categories) ========== */
.collection-grid-item {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}
.collection-grid-item:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12) !important;
}
.collection-grid-item__title {
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
}

/* ========== PRODUCT GRID — Clean cards ========== */
.grid-product {
  border-radius: 10px !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s !important;
}
.grid-product:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1) !important;
}
.grid-product__image-wrapper img {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}
.grid-product__title {
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  color: #2D3436 !important;
}
.grid-product__price {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #FF6B35 !important;
}

/* Quick view button */
.quick-product__btn {
  background-color: #FF6B35 !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 0.5px !important;
}

/* Sale badge */
.grid-product__tag--sale {
  background-color: #FF6B35 !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
}

/* ========== PRODUCT PAGE ========== */
.product-single__photos, .product-single__media-group {
  max-width: 420px !important;
}
.product-single__media img, .product-single__photo img {
  max-height: 400px !important;
  object-fit: contain !important;
}
.product-single__title {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #2D3436 !important;
}
.product__price {
  font-size: 22px !important;
  color: #FF6B35 !important;
  font-weight: 800 !important;
}
.product-single__description {
  font-size: 14px !important;
  line-height: 1.7 !important;
}

/* ========== TEXT WITH ICONS (USP bars) ========== */
.text-with-icons .icon-bar__block {
  border-right: 1px solid #eee !important;
}
.text-with-icons .icon-bar__block:last-child {
  border-right: none !important;
}

/* ========== LOGO LIST (Brands) ========== */
.logo-bar {
  padding: 20px 0 !important;
}
.logo-bar__item {
  transition: transform 0.2s !important;
}
.logo-bar__item:hover {
  transform: scale(1.05) !important;
}

/* ========== RICH TEXT ========== */
.rich-text__heading {
  font-weight: 800 !important;
  color: #2D3436 !important;
}

/* ========== FOOTER — Dark ========== */
.site-footer {
  background-color: #2D3436 !important;
  color: #DFE6E9 !important;
}
.site-footer a { color: #DFE6E9 !important; }
.site-footer a:hover { color: #FF6B35 !important; }
.site-footer h4, .site-footer .h4 { color: #ffffff !important; }

/* ========== NEWSLETTER SECTION ========== */
.newsletter-section {
  background-color: #FFF8F0 !important;
}

/* ========== GENERAL POLISH ========== */
body {
  color: #2D3436 !important;
}
a { color: #FF6B35; }
::selection {
  background: #FF6B35;
  color: white;
}

/* Product recommendations */
.product-recommendations .grid-product__image-wrapper img {
  object-fit: contain !important;
}
.product-recommendations .grid-product__price {
  color: #FF6B35 !important;
  font-weight: 800 !important;
}

/* ========== HEADER — CLEAN LAYOUT ========== */
.site-header {
  padding: 14px 0 14px !important;
}
.site-header__logo a {
  padding: 0 !important;
}
.site-header__logo img {
  max-height: 95px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Flex row: logo ... search ... icons */
.header-layout {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
}
.header-item--logo {
  flex: 0 0 180px !important;
}
.header-item--navigation {
  display: none !important;
}
.header-item--search-inline {
  flex: 1 1 auto !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
}
.header-item--icons {
  flex: 0 0 180px !important;
  justify-content: flex-end !important;
  display: flex !important;
  align-items: center !important;
}
.header-item--icons .site-nav {
  display: flex !important;
}
.header-item--icons .site-nav__icons {
  display: flex !important;
  align-items: center !important;
  gap: 4px;
}

/* Search bar */
.pcpet-search-form {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
  width: 100%;
}
.pcpet-search-form:focus-within {
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255,107,53,0.15);
}
.pcpet-search-input {
  flex: 1;
  border: none !important;
  background: transparent !important;
  padding: 11px 22px !important;
  font-size: 14px !important;
  color: #2D3436 !important;
  outline: none !important;
  font-family: inherit;
  min-width: 0;
}
.pcpet-search-input::placeholder {
  color: #999 !important;
}
.pcpet-search-btn {
  background: #FF6B35 !important;
  border: none !important;
  color: #fff !important;
  padding: 11px 20px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  border-radius: 0 50px 50px 0;
  flex-shrink: 0;
}
.pcpet-search-btn:hover {
  background: #E85D2A !important;
}
.header-item--icons .js-search-header {
  display: none !important;
}

/* Mobile */
@media only screen and (max-width: 768px) {
  .hero__image {
    object-fit: contain !important;
    object-position: center center !important;
  }
  .hero__image-wrapper {
    background-color: #f8f9fa !important;
  }
  .header-item--search-inline {
    display: none !important;
  }
  .header-item--icons .js-search-header {
    display: flex !important;
  }
}

/* ========== COLLECTION GRID — Text visibility fix ========== */
.collection-item__title {
  text-shadow: 0 2px 6px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.4) !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  text-align: center !important;
}


/* ========== GOOGLE FONTS OVERRIDE — Full Romanian diacritics ========== */
/* Override Shopify built-in fonts with Google Fonts (latin-ext support) */

/* Headings — Montserrat SemiBold */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.section-header__title,
.collection-item__title,
.product-single__title,
.grid-product__title,
.type-heading,
[style*="heading"],
.site-nav a, .site-nav button, .site-nav__link,
.announcement-bar a, .announcement-bar span, .announcement-bar p {
  font-family: "Montserrat", sans-serif !important;
}

/* Body text — Poppins Regular */
body,
p,
li,
td,
th,
input,
textarea,
select,
button,
.rte,
.product-single__description,
.type-body,
.grid-product__vendor {
  font-family: "Poppins", sans-serif !important;
}

/* Product titles in grid — Poppins Regular */
.grid-product__title {
  font-family: "Poppins", sans-serif !important;
}

/* Prices — Poppins Bold */
.grid-product__price,
.product__price,
.price-item,
.price__regular,
.price__sale,
.product-single__price,
.cart__price,
.cart-item__price,
[class*="price"] .money,
.grid-product__price .money {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
}

/* ========== HOMEPAGE CLEAN LAYOUT ========== */
/* Featured collections without titles - tighter spacing */
.index-section .section-header:empty,
.index-section .section-header--title-empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Tighter spacing between product rows */
.index-section .featured-collection-section {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Benefits bar — slightly darker bg */
.index-section .text-with-icons {
  background: #f8f8f8 !important;
  border-bottom: 1px solid #eee;
}

/* Category cards section — no extra padding */
.catcards-section {
  padding: 18px 0 12px !important;
}

/* Hide "featured collections" section that might still render */
[data-section-type="featured-collections"] {
  display: none !important;
}

/* Logo list brand slider */
.logo-bar {
  padding: 25px 0 !important;
}
.logo-bar__item img {
  max-height: 45px !important;
  width: auto !important;
  object-fit: contain !important;
}


/* ========== COMPACT PRODUCT GRID ON HOMEPAGE ========== */
.index-section .grid-product__title {
  font-size: 11px !important;
  line-height: 1.3 !important;
  max-height: 2.6em;
  overflow: hidden;
}
.index-section .grid-product__price {
  font-size: 13px !important;
}
.index-section .grid-product {
  margin-bottom: 0 !important;
}
/* Hide "TOATE" button on untitled sections */
.index-section .section-header:not(:has(.section-header__title:not(:empty))) {
  display: none !important;
}
/* Smaller product images on homepage */
.index-section .grid-product__image-wrapper {
  max-height: 180px !important;
}
.index-section .grid-product__image-wrapper img {
  max-height: 180px !important;
}
/* Tighter section spacing */
.index-section .featured-collection-section {
  padding: 8px 0 !important;
}


/* ========== HIDE SAVINGS BADGE — show only old + new price ========== */
.grid-product__tag--sale,
.price__badge-sale,
.price__badge--sale,
.grid-product__tag--savings,
.savings,
[class*="savings"],
[class*="save-price"],
.grid-product__meta .sale-tag {
  display: none !important;
}


/* ========== HIDE EXACT STOCK COUNT EVERYWHERE ========== */
.grid-product .inventory--low,
.grid-product [data-product-inventory],
.grid-product .sales-point {
  display: none !important;
}


/* ========== TONE DOWN CATEGORY CARDS & ICONS ========== */
.catcards-section__icon {
  opacity: 0.85;
  filter: saturate(0.8) brightness(1.05);
}
.catcards-section__card:hover .catcards-section__icon {
  opacity: 1;
  filter: saturate(0.9) brightness(1.05);
}
.catcards-section__name {
  color: #555 !important;
  font-weight: 700 !important;
}
.catcards-section__link {
  color: #E0855A !important;
}
.catcards-section__card {
  border-color: #eee !important;
}
.catcards-section__card:hover {
  border-color: #E0855A !important;
  box-shadow: 0 4px 14px rgba(224,133,90,0.12) !important;
}
.catcards-section__title {
  color: #aaa !important;
}

/* Tone down benefits bar icons */
.pcpet-benefits__svg {
  stroke: #E0855A !important;
  opacity: 0.8;
}
.pcpet-benefits__text strong {
  color: #444 !important;
}

/* Softer orange accents globally */
.section-header__link {
  color: #E0855A !important;
}


/* ========== TONE DOWN FANCY-NAV ICONS ========== */
.fancy-nav__icon {
  filter: saturate(1.1) brightness(1.1) !important;
  opacity: 0.9;
}
.fancy-nav__link:hover .fancy-nav__icon {
  filter: saturate(1.2) brightness(1.15) !important;
  opacity: 1;
}


/* If message is wrapped differently */
.announcement-bar__text::before,
.announcement-bar__text::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF6B35'%3E%3Ccircle cx='6' cy='6' r='2.5'/%3E%3Ccircle cx='12' cy='4' r='2.5'/%3E%3Ccircle cx='18' cy='6' r='2.5'/%3E%3Ccircle cx='4' cy='13' r='2.5'/%3E%3Ccircle cx='20' cy='13' r='2.5'/%3E%3Cpath d='M12 22c-3 0-5.5-2-6.5-4.5-.7-1.5-.5-3.5 1-4.5 1.5-1 3.5-1 5.5-1s4 0 5.5 1c1.5 1 1.7 3 1 4.5C17.5 20 15 22 12 22z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 8px;
  opacity: 0.9;
}


/* ========== ORANGE PAW PRINTS ANNOUNCEMENT ========== */
.announcement-text::before,
.announcement-text::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF6B35'%3E%3Ccircle cx='6' cy='6' r='2.5'/%3E%3Ccircle cx='12' cy='4' r='2.5'/%3E%3Ccircle cx='18' cy='6' r='2.5'/%3E%3Ccircle cx='4' cy='13' r='2.5'/%3E%3Ccircle cx='20' cy='13' r='2.5'/%3E%3Cpath d='M12 22c-3 0-5.5-2-6.5-4.5-.7-1.5-.5-3.5 1-4.5 1.5-1 3.5-1 5.5-1s4 0 5.5 1c1.5 1 1.7 3 1 4.5C17.5 20 15 22 12 22z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 8px;
}


/* ========== HERO BANNER FULL WIDTH MOBILE ========== */
@media (max-width: 768px) {
  .slideshow .hero__image,
  .slideshow .hero__image-wrapper,
  .slideshow .hero__image-wrapper img {
    width: 100vw !important;
    max-width: 100vw !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  .slideshow .hero__slide {
    min-height: 280px !important;
  }
}


/* ========== SMALLER COLLECTION TILES ON /collections ========== */
.collection-image--landscape {
  padding-bottom: 55% !important;
}
.collection-item__title {
  font-size: 15px !important;
}


/* ========== PREDICTIVE SEARCH DROPDOWN ========== */
.pcpet-search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  z-index: 9999;
  max-height: 420px;
  overflow-y: auto;
}
.header-item--search-inline {
  position: relative !important;
}
.pcpet-sr__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  text-decoration: none !important;
  color: #333 !important;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s;
}
.pcpet-sr__item:hover {
  background: #FFF8F0;
}
.pcpet-sr__img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 6px;
  background: #f8f8f8;
  flex-shrink: 0;
}
.pcpet-sr__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.pcpet-sr__title {
  font-size: 13px;
  font-weight: 500;
  color: #2D3436;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pcpet-sr__price {
  font-size: 14px;
  font-weight: 700;
  color: #FF6B35;
}
.pcpet-sr__viewall {
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #FF6B35 !important;
  text-decoration: none !important;
  border-top: 1px solid #eee;
  transition: background 0.15s;
}
.pcpet-sr__viewall:hover {
  background: #FFF8F0;
}
.pcpet-sr__empty {
  padding: 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
}
@media (max-width: 768px) {
  .pcpet-search-results {
    position: fixed;
    top: auto;
    left: 10px;
    right: 10px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
  }
}
