/** Shopify CDN: Minification failed

Line 386:35 Unexpected "{"
Line 386:44 Expected ":"
Line 386:51 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:animation-carousel (INDEX:6) */
.ac-carousel{
  width:100%;
  position:relative;
  overflow:hidden;
}

.ac-wrapper{
  position:relative;
  width:100%;
  height:420px;
}

.ac-track{
  display:flex;
  height:100%;
  transition:transform .6s ease;
}

.ac-item{
  min-width:100%;
  height:420px;
  position:relative;
  display:none;
}

.ac-item img{
  width:100%;
  height:100%;
  object-fit:cover;

  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

/* active slide */
.ac-active{
  display:block;
}

/* buttons */
.ac-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;

  width:42px;
  height:42px;
  border-radius:50%;
  border:none;
  background:rgba(0,0,0,0.4);
  color:#fff;
  font-size:24px;
  cursor:pointer;
}

.ac-prev{ left:15px; }
.ac-next{ right:15px; }

@media(max-width:768px){
  .ac-wrapper{ height:260px; }
}
/* END_SECTION:animation-carousel */

/* START_SECTION:books-category (INDEX:9) */
/* ===========================
   Section Base
=========================== */
.bk-section {
  padding: 80px 0 50px;
  overflow: hidden;
  width: 100%;
  background: transparent;
}

.bk-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background-color: #eef4fb;
  padding: 60px 40px;
  border-radius: 24px;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ===========================
   Header Row
=========================== */
.bk-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  width: 100%;
}

.bk-header__left {
  flex: 1;
  max-width: 580px;
}

.bk-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  color: #1a2a3a;
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}

.bk-subtitle {
  font-size: 14px;
  color: #6b7a8d;
  line-height: 1.6;
  margin: 0;
  font-family: sans-serif;
  max-width: 460px;
}

/* ===========================
   Search Bar
=========================== */
.bk-header__right {
  flex-shrink: 0;
}

.bk-search {
  display: flex;
  align-items: center;
  border: 1.5px solid #c8d8ea;
  border-radius: 50px;
  background: #fff;
  padding: 10px 18px;
  gap: 10px;
  width: 220px;
}

.bk-search__input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  flex: 1;
  min-width: 0;
}

.bk-search__icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

/* ===========================
   Filter Tabs
=========================== */
.bk-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
  width: 100%;
}

.bk-tab {
  padding: 8px 18px;
  border-radius: 50px;
  border: 1.5px solid #c8d8ea;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.bk-tab--active {
  background: #2c5f2d;
  color: white;
  border-color: #2c5f2d;
}

/* ===========================
   Product Grid
=========================== */
.bk-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  overflow: hidden;
}

/* ===========================
   Product Card
=========================== */
.bk-card {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.bk-card--hidden {
  display: none !important;
}

.bk-card__link {
  display: block;
  width: 100%;
}

.bk-card__img-wrap {
  width: 100%;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bk-card__img {
  width: 72%;
  height: 82%;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}

.bk-card__img-placeholder {
  width: 70%;
  height: 80%;
}

.bk-placeholder-svg {
  width: 100%;
  height: 100%;
}

.bk-card__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
  gap: 10px;
  min-height: 60px;
}

.bk-card__meta {
  flex: 1;
  min-width: 0;
}

.bk-card__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a2a3a;
  text-decoration: none;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}

.bk-card__price {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
}

.bk-card__wish {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.bk-card__wish svg {
  width: 18px;
  height: 18px;
}

.bk-no-results {
  text-align: center;
  padding: 40px 0;
}

/* ===== Entry animation (replays on scroll up/down) ===== */

@media (prefers-reduced-motion: reduce) {
  .bk-section--animate .bk-entrance {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* ===========================
   Responsive
=========================== */
@media (max-width: 1200px) {
  .bk-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .bk-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .bk-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .bk-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 999px;
  }

  .bk-tabs::-webkit-scrollbar {
    display: none;
  }

  .bk-tabs {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

@media (max-width: 480px) {
  .bk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bk-card__img-wrap {
    height: 210px;
  }
}
/* END_SECTION:books-category */

/* START_SECTION:collection-bento (INDEX:30) */
/* ===========================
   Section Base
=========================== */
#shopify-section-collection-bento-{{ section.id }} {
  margin-top: 120px !important;
}

.cb-section {
  padding: 90px 20px 70px;
  background-color: #fafaf8;
   
 
}

.cb-container {
  max-width: 1280px;
  margin: 40px auto;
}

/* ===========================
   Optional Heading
=========================== */
.cb-heading {
  margin-bottom: 36px;
}

.cb-heading__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}

.cb-heading__sub {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
 
}

/* ===========================
   Bento Grid
=========================== */
.cb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 360px;
  gap: 16px;
}

/* ===========================
   Card Base
=========================== */
.cb-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 28px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.cb-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 20px 48px rgba(0,0,0,0.12);
}

/* Large card spans 2 rows */
.cb-card--large {
  grid-row: span 1;
}

/* Dark mode card */
.cb-card--dark .cb-card__name {
  color: #ffffff !important;
}

/* ===========================
   Card Top
=========================== */
.cb-card__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.cb-card__name {
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.5px;
  font-family: 'Georgia', serif;
}

.cb-card__badge {
  display: inline-block;
  padding: 4px 12px;
  border: 1.5px solid currentColor;
  border-radius: 50px;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 500;
  width: fit-content;
  letter-spacing: 0.2px;
}

/* ===========================
   Card Image
=========================== */
.cb-card__img-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 78%;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  z-index: 1;
}

.cb-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  transition: transform 0.4s ease;
}

.cb-card:hover .cb-card__img {
  transform: translateY(-6px) scale(1.03);
}

/* ===========================
   Card Bottom
=========================== */
.cb-card__bottom {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

/* Arrow button (circle) */
.cb-card__arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}

.cb-card__arrow svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

.cb-card--dark .cb-card__arrow svg {
  stroke: #000;
}

.cb-card:hover .cb-card__arrow {
  transform: scale(1.1) rotate(5deg);
}

/* Discover button (pill) */
.cb-card__discover {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 2px solid currentColor;
  border-radius: 50px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,0.15);
}

.cb-card__discover svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.cb-card:hover .cb-card__discover svg {
  transform: translateX(4px);
}

/* Full overlay link */
.cb-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* ===========================
   Responsive
=========================== */
@media screen and (max-width: 1024px) {
  .cb-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 320px;
  }
}

@media screen and (max-width: 640px) {
   .cb-section {
    margin-top: 18px;
  }
  .cb-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
    gap: 12px;
  }

  .cb-card {
    padding: 22px 22px 20px;
  }

  .cb-card__name {
    font-size: 26px;
  }
}
/* END_SECTION:collection-bento */

/* START_SECTION:custom-footer (INDEX:34) */
.cf-infobar__value {
  font-size: 16px;
  font-weight: 700;
  color: var(--cf-text);
  text-decoration: none;
  cursor: pointer;
 
}

.cf-infobar__value:hover {
  color: var(--cf-accent);
}
/* ===========================
   CSS Variables & Base
=========================== */
.cf-footer {
  --cf-bg:           #1a3a1b;
  --cf-bg-dark:      #0f1f10;
  --cf-accent:       #97bc62;
  --cf-accent-dark:  #2c5f2d;
  --cf-text:         #ffffff;
  --cf-muted:        rgba(255,255,255,0.55);
  --cf-border:       rgba(151,188,98,0.2);
  --cf-icon-bg:      rgba(151,188,98,0.1);
  --cf-icon-border:  rgba(151,188,98,0.5);
  --cf-radius:       8px;
  font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
  background-color: var(--cf-bg);
  color: var(--cf-text);
}

/* ===========================
   Paper Plane Keyframes
=========================== */
@keyframes cf-plane-fly {
  0%   { transform: translate(10px, 28px) rotate(0deg);   opacity: 0;   }
  6%   { opacity: 1; }
  72%  { transform: translate(150px, 12px) rotate(-12deg); opacity: 1;   }
  84%  { transform: translate(168px, 18px) rotate(5deg);  opacity: 0.6; }
  95%  { transform: translate(180px, 14px) rotate(2deg);  opacity: 0;   }
  100% { transform: translate(10px, 28px) rotate(0deg);   opacity: 0;   }
}

@keyframes cf-trail-draw {
  0%   { stroke-dashoffset: 240; opacity: 0;    }
  12%  { opacity: 0.5; }
  68%  { stroke-dashoffset: 0;   opacity: 0.4;  }
  90%  { stroke-dashoffset: 0;   opacity: 0.1;  }
  100% { stroke-dashoffset: 240; opacity: 0;    }
}

/* ===========================
   Info Bar
=========================== */
.cf-infobar {
  background-color: var(--cf-bg);
  padding: 20px 20px 10px;
}

.cf-infobar__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: center;
}

.cf-infobar__item {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.25s ease;
}

.cf-infobar__item:hover {
  transform: translateY(-3px);
}

.cf-infobar__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px dashed var(--cf-icon-border);
  background-color: var(--cf-icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cf-accent);
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.cf-infobar__item:hover .cf-infobar__icon {
  background-color: rgba(151,188,98,0.2);
  border-color: var(--cf-accent);
}

.cf-infobar__icon svg { width: 22px; height: 22px; }

.cf-infobar__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cf-infobar__label {
  font-size: 13px;
  color: var(--cf-muted);
  font-weight: 400;
}

.cf-infobar__value {
  font-size: 16px;
  font-weight: 700;
  color: var(--cf-text);
  letter-spacing: 0.2px;
}

/* ===========================
   Divider
=========================== */
.cf-divider-wrap { padding: 0 20px; }

.cf-divider {
  max-width: 1280px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(151,188,98,0.45), transparent);
}

/* ===========================
   Footer Body
=========================== */
.cf-body { padding: 40px 20px 5px; }

.cf-body__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 48px;
    margin-top: 0;

}

/* ===========================
   Brand Column
=========================== */
.cf-col--brand { 
  position: relative;
   
 }

.cf-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.cf-brand__logo {
  width: 150px;
  height: auto;
  object-fit: contain;
  transform: translateY(-10px);
}
.cf-brand__logo-icon { border-radius: 8px; }

.cf-brand__name {
  font-size: 26px;
  font-weight: 800;
  color: var(--cf-text);
  letter-spacing: -0.3px;
}

.cf-brand__desc {
  font-size: 14px;
  color: var(--cf-muted);
  line-height: 1.7;
  margin: 0 0 24px;
  transform: translateY(-10px);
}

/* Social */
.cf-social { 
  display: flex; gap: 10px;
transform: translateY(-10px);
 }

.cf-social__link {
  width: 36px;
  height: 36px;
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cf-text);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.cf-social__link svg { width: 16px; height: 16px; }

.cf-social__link:hover {
  background-color: var(--cf-accent);
  border-color: var(--cf-accent);
  color: var(--cf-bg);
  transform: translateY(-3px);
}

/* ===========================
   Paper Plane SVG
=========================== */
.cf-paperplane {
  margin-top: 32px;
  width: 200px;
  height: 60px;
}

.cf-paperplane__svg {
  width: 200px;
  height: 60px;
  overflow: visible;
}

.cf-trail {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  animation: cf-trail-draw 3.6s ease-in-out infinite;
}

.cf-plane-group {
  animation: cf-plane-fly 3.6s ease-in-out infinite;
}

/* ===========================
   Link Columns
=========================== */
.cf-col__heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--cf-text);
  margin: 0 0 12px;
  letter-spacing: 0.2px;
}

.cf-col__heading::after {
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  background-color: var(--cf-accent);
  margin-top: 10px;
  border-radius: 2px;
}

.cf-links {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cf-links__anchor {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cf-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease, gap 0.2s ease;
}

.cf-links__anchor:hover {
  color: var(--cf-accent);
  gap: 13px;
}

.cf-links__arrow {
  color: var(--cf-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -2px;
}

/* ===========================
   Newsletter
=========================== */
.cf-newsletter__desc {
  font-size: 14px;
  color: var(--cf-muted);
  line-height: 1.7;
  margin: 20px 0 20px;
}

.cf-newsletter__form {
  display: flex;
  align-items: center;
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius);
  overflow: hidden;
  background-color: rgba(255,255,255,0.04);
  transition: border-color 0.2s ease;
}

.cf-newsletter__form:focus-within {
  border-color: var(--cf-accent);
}

.cf-newsletter__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 14px 16px;
  color: var(--cf-text);
  font-size: 14px;
  font-family: inherit;
}

.cf-newsletter__input::placeholder { color: var(--cf-muted); }

.cf-newsletter__btn {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: var(--cf-accent-dark);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cf-text);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.cf-newsletter__btn:hover {
  background-color: var(--cf-accent);
  color: var(--cf-bg);
}

/* ===========================
   Bottom Bar
=========================== */
.cf-bottom {
  background-color: var(--cf-bg-dark);
  padding: 18px 20px;
  border-top: 1px solid rgba(151,188,98,0.15);
}

.cf-bottom__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cf-bottom__copy {
  font-size: 14px;
  color: var(--cf-muted);
  margin: 0;
}

.cf-bottom__copy strong { color: var(--cf-accent); }

.cf-payments { display: flex; align-items: center; gap: 8px; }

.cf-payments__badge {
  height: 28px;
  padding: 0 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: #fff;
}

.cf-payments__badge--visa {
  color: #1a1f71;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
}

.cf-payments__badge--mc {
  background: transparent;
  padding: 0;
}

.cf-payments__mc-left,
.cf-payments__mc-right {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.cf-payments__mc-left  { background-color: #eb001b; }
.cf-payments__mc-right { background-color: #f79e1b; margin-left: -8px; }

.cf-payments__badge--payoneer { color: #ff4f00; font-size: 10px; }
.cf-payments__badge--affirm   { color: #60cdaa; font-size: 12px; font-style: italic; }

/* ===========================
   Responsive
=========================== */
@media screen and (max-width: 1024px) {
  .cf-infobar__inner { grid-template-columns: repeat(2, 1fr); }
  .cf-body__inner    { grid-template-columns: repeat(2, 1fr); gap: 36px; }
}

@media screen and (max-width: 640px) {
  .cf-infobar__inner { grid-template-columns: 1fr; gap: 20px; }
  .cf-body__inner    { grid-template-columns: 1fr; gap: 32px; }
  .cf-bottom__inner  { flex-direction: column; align-items: flex-start; gap: 12px; }
}
/* END_SECTION:custom-footer */

/* START_SECTION:pet-store-product-slider (INDEX:79) */
.pet-slider{
  padding:80px 20px;
  background:#fff7eb;
  overflow:hidden;
}

.pet-slider__container{
  max-width:1200px;
  margin:auto;
}

.pet-slider__top{
  text-align:center;
  margin-bottom:40px;
}

.pet-slider__track{
  display:flex;
  transition:transform .5s ease;
}

.pet-slide{
  min-width:100%;
}

.pet-slide__content{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
  border-radius:30px;
  padding:50px;
  min-height:500px;
  position:relative;
  overflow:hidden;
}

.pet-slide__left{
  width:45%;
}

.pet-slide__right{
  width:50%;
  display:flex;
  justify-content:center;
}

.pet-slide__right img{
  width:100%;
  max-width:450px;
  object-fit:contain;
  transform:rotate(-6deg);
}

.pet-btn{
  display:inline-block;
  padding:14px 26px;
  background:#111;
  color:#fff;
  border-radius:50px;
  text-decoration:none;
  margin-top:20px;
}

.pet-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border-radius:50%;
  background:#fff;
  border:none;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

.pet-prev{ left:-25px; }
.pet-next{ right:-25px; }
/* END_SECTION:pet-store-product-slider */

/* START_SECTION:popular-products (INDEX:81) */
.pp-section {
  padding: 180px 20px 40px;
  background-color: #ffffff;
}

.pp-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Header */
.pp-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.pp-header__left { flex: 1; }

.pp-title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  color: #1a1a1a;
  margin: 1px 0 8px;
  letter-spacing: -0.4px;
}

.pp-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.pp-header__right {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
  margin-top: 4px;
}

/* Nav Arrows */
.pp-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #6b7280;
}

.pp-nav svg { width: 18px; height: 18px; }

.pp-nav:hover,
.pp-nav--active {
  background-color: #2c5f2d;
  border-color: #2c5f2d;
  color: #fff;
}

.pp-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  background: #fff;
  border-color: #d1d5db;
  color: #6b7280;
}

/* Slider */
.pp-slider-wrap {
  overflow: hidden;
  touch-action: pan-y;
}

.pp-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  user-select: none;
  -webkit-user-select: none;
}

.pp-slider--dragging { transition: none !important; }

/* Card */
.pp-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pp-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

/* Image */
.pp-card__img-wrap {
  display: block;
  background-color: #f3f4f6;
  aspect-ratio: 4 / 3.5;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

.pp-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
  transform-origin: center center;
  pointer-events: none;
  -webkit-user-drag: none;
}

.pp-card__img-wrap:hover .pp-card__img { transform: scale(1.15); }

.pp-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
}

.pp-placeholder-svg { width: 60%; height: 60%; fill: #d1d5db; }

/* Card Body */
.pp-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

/* Tag + Discount */
.pp-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pp-card__tag {
  font-size: 11px;
  color: #6b7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pp-card__discount {
  font-size: 11px;
  font-weight: 700;
  color: #dc2626;
  background: #fee2e2;
  padding: 2px 8px;
  border-radius: 4px;
}

/* Title */
.pp-card__title {
  font-size: 13.5px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(13.5px * 1.4 * 2);
  transition: color 0.2s ease;
}

.pp-card__title:hover { color: #2c5f2d; }

/* Price + Qty row */
.pp-card__price-qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pp-card__prices {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.pp-card__price-original {
  font-size: 12px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 400;
}

.pp-card__price-sale {
  font-size: 15px;
  font-weight: 700;
  color: #2c5f2d;
}

.pp-card__price-sale--only { color: #111827; }

/* Quantity */
.pp-qty {
  display: flex;
  align-items: center;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.pp-qty__btn {
  width: 28px;
  height: 28px;
  background: #f9fafb;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
  line-height: 1;
}

.pp-qty__btn:hover { background: #e5e7eb; }

.pp-qty__input {
  width: 32px;
  height: 28px;
  border: none;
  border-left: 1.5px solid #e5e7eb;
  border-right: 1.5px solid #e5e7eb;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  background: #fff;
  outline: none;
  -moz-appearance: textfield;
}

.pp-qty__input::-webkit-outer-spin-button,
.pp-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Add to Cart */
.pp-card__atc {
  width: 100%;
  padding: 11px 16px;
  background-color: #2c5f2d;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: sans-serif;
  transition: background-color 0.2s ease, transform 0.15s ease;
  letter-spacing: 0.2px;
  margin-top: 4px;
}

.pp-card__atc:hover { background-color: #245025; transform: translateY(-1px); }
.pp-card__atc:active { transform: translateY(0); }
.pp-card__atc.pp-atc--loading { background-color: #4a7c4b; pointer-events: none; }
.pp-card__atc.pp-atc--added { background-color: #15803d; }

/* ===== Entry animation (replays on scroll up/down) ===== */
.pp-section--animate .pp-entrance {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(6px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.pp-section--animate .pp-entrance--header { transition-delay: 0.06s; }
.pp-section--animate .pp-entrance--slider { transition-delay: 0.16s; }

.pp-section--animate .pp-entrance--card {
  transition-delay: calc(0.18s + var(--pp-delay, 0ms));
}

.pp-section--animate.pp-inview .pp-entrance {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .pp-section--animate .pp-entrance {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .pp-card { flex: 0 0 calc(33.333% - 14px); }
}

@media screen and (max-width: 768px) {
  .pp-card { flex: 0 0 calc(50% - 10px); }
}

@media screen and (max-width: 480px) {
  .pp-card { flex: 0 0 calc(82% - 10px); }

  .pp-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .pp-header__left { flex: 1; min-width: 0; }

  .pp-header__right {
    margin-top: 0;
    align-self: center;
    flex-shrink: 0;
  }

  .pp-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
/* END_SECTION:popular-products */

/* START_SECTION:premium-hero-slider (INDEX:85) */
/* SECTION */
.phc-section {
  padding: 40px 30px;
  background: #ffffff;
}

/* OUTER CONTAINER */
.phc-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  border-radius: 36px;
}

/* FIXED VIEWPORT (THIS FIXES SLIDE PEEK ISSUE) */
.phc-viewport {
  overflow: hidden;
  border-radius: 36px;
  padding: 0 28px; /* equal left & right spacing */
  box-sizing: border-box;
}

/* SLIDER */
.phc-slider {
  display: flex;
  transition: transform 0.7s ease;
  will-change: transform;
}

/* SLIDE */
.phc-slide {
  min-width: 100%;
  position: relative;
  height: 680px;
  overflow: hidden;
  border-radius: 28px;
}

/* IMAGE */
.phc-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* DARK OVERLAY */
.phc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.15)
  );
}

/* CONTENT */
.phc-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  max-width: 560px;
}

.phc-subheading {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.phc-heading {
  font-size: clamp(34px, 6vw, 72px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.05;
}

.phc-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
  margin-bottom: 28px;
}

.phc-button {
  display: inline-flex;
  padding: 14px 26px;
  background: #fff;
  color: #111;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.phc-button:hover {
  transform: translateY(-2px);
}

/* ARROWS */
.phc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
}

.phc-prev { left: 10px; }
.phc-next { right: 10px; }

/* DOTS */
.phc-dots {
  position: absolute;
  bottom: 24px;
  left: 60px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.phc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  cursor: pointer;
}

.phc-dot.active {
  background: #fff;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  .phc-slide {
    height: 520px;
  }

  .phc-content {
    left: 24px;
    right: 24px;
  }

  .phc-heading {
    font-size: 38px;
  }

  .phc-dots {
    left: 24px;
  }

  .phc-viewport {
    padding: 0 16px;
  }
}
/* END_SECTION:premium-hero-slider */

/* START_SECTION:quality-reads (INDEX:86) */
/* ===========================
   Section
=========================== */
.qr-section {
  background-color: white;
  padding: 110px 20px 40px;
}

.qr-container {
  max-width: 1160px;
  margin: 0 auto;
}

/* ===========================
   Heading
=========================== */
.qr-heading {
  text-align: center;
  max-width: 520px;
  margin: 30px auto 52px;
}

.qr-heading__title {
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -0.4px;
}

.qr-heading__sub {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* ===========================
   Grid
=========================== */
.qr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ===========================
   Card
=========================== */
.qr-card {
  background-color: #e8e3d9;
  border-radius: 18px;
  padding: 26px 22px 0;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.09);
}

/* ===========================
   Card Top — title & desc
=========================== */
.qr-card__top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 8px;
}

.qr-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
  font-family: sans-serif;
  letter-spacing: -0.1px;
}

.qr-card__desc {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
  font-family: sans-serif;
}

/* ===========================
   Card Bottom — Shop Now button
=========================== */
.qr-card__bottom {
  position: relative;
  z-index: 2;
  padding: 20px 0 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background-color: #2c5f2d;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  font-family: sans-serif;
  transition: background-color 0.2s ease, gap 0.2s ease, transform 0.2s ease;
  letter-spacing: 0.2px;
}

.qr-card__btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.qr-card__btn:hover {
  background-color: #245025;
  gap: 12px;
  transform: translateY(-1px);
}

.qr-card__btn:hover svg { transform: translateX(3px); }

/* ===========================
   Books — absolute bottom, full width fan
=========================== */
.qr-book {
  position: absolute;
  width: 100px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  background-color: #c8c3b8;
  bottom: -8px;
}

.qr-book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.qr-book--left {
  left: 35px;
  transform: rotate(-3deg);
  z-index: 3;
  bottom: -4px;
}

.qr-book--mid {
  left: 50%;
  transform: translateX(-50%) rotate(6deg);
  z-index: 2;
  bottom: -6px;
}

.qr-book--right {
  right: 35px;
  transform: rotate(12deg);
  z-index: 1;
  bottom: -8px;
}

.qr-card:hover .qr-book--left  { transform: rotate(-5deg) translateX(-4px); }
.qr-card:hover .qr-book--mid   { transform: translateX(-50%) rotate(10deg); }
.qr-card:hover .qr-book--right { transform: rotate(22deg) translateX(4px); }

/* ===========================
   Responsive
=========================== */
@media screen and (max-width: 900px) {
  .qr-grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 560px) {
  .qr-grid { grid-template-columns: 1fr; gap: 14px; }
  .qr-heading { margin-bottom: 32px; }
  .qr-book { width: 85px; height: 114px; }
}

/* ===========================
   Entry Animations (ONE TIME only)
=========================== */
.qr-section--animate .qr-entrance {
  opacity: 0;
  transform: translateY(26px);
  filter: blur(6px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.qr-section--animate .qr-entrance--heading { transition-delay: 0.06s; }
.qr-section--animate .qr-entrance--card { transition-delay: calc(0.18s + var(--qr-delay, 0ms)); }

.qr-section--animate.qr-inview .qr-entrance {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .qr-section--animate .qr-entrance {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
/* END_SECTION:quality-reads */

/* START_SECTION:top-categories (INDEX:96) */
.top-categories {
    padding: 68px 20px;
    background-color: #fff;
    font-family: var(--font-heading-family);
   
  }

  .top-categories__container {
    max-width: 1280px;
    margin: 0 auto;
  }

  /* Header */
  .top-categories__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
  }

  .top-categories__title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #1e3a4a;
    margin: 0;
    letter-spacing: -0.5px;
        font-family: var(--font-heading-family);

  }

  .top-categories__view-more {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background-color: #d9614c;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-body-family);
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
  }

  .top-categories__view-more:hover {
    background-color: #c0513d;
    transform: translateY(-1px);
  }

  /* Grid */
  .top-categories__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 50px;
  }

  /* Card */
  .top-categories__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fce8e2;
    border-radius: 20px;
    padding: 60px 16px 20px;
    text-decoration: none;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
  }

  .top-categories__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  }

  /* .top-categories__card--active {
    background-color: #d9614c;
  } */

  .top-categories__card--active .top-categories__label {
    color: #000000ff;
  }

  /* Image wrapper - floats the cover above the card */
  .top-categories__image-wrap {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 160px;
    border-radius: 8px;
    overflow: visible;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
  }

  .top-categories__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
  }

  .top-categories__image-placeholder {
    width: 100%;
    height: 100%;
    background: #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-categories__image-placeholder .placeholder-svg {
    width: 60%;
    height: 60%;
    fill: #aaa;
  }

  /* Label */
  .top-categories__label {
    margin: 0;
    margin-top: 100px;
    font-size: 15px;
    font-weight: 700;
    color: #1e3a4a;
    text-align: center;
    font-family: var(--font-body-family);
    letter-spacing: 0.2px;
  }

  /* Responsive */
  @media screen and (max-width: 1024px) {
    .top-categories__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  @media screen and (max-width: 768px) {
    .top-categories__grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .top-categories__title {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 480px) {
    .top-categories__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .top-categories__header {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }

    .top-categories__image-wrap {
      width: 90px;
      height: 120px;
      top: -20px;
    }

    .top-categories__label {
      margin-top: 80px;
      font-size: 13px;
    }
  }
/* END_SECTION:top-categories */