/* =========================================================
   SHOP / CATEGORIE + PAGINE GENERICHE NON WOO
   ========================================================= */

.mip-grid .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.mip-grid .woocommerce ul.products::before,
.mip-grid .woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}

.mip-grid .woocommerce ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  list-style: none !important;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 22px 18px 18px;
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.mip-grid .woocommerce ul.products li.product a img {
  display: block !important;
  margin: 0 auto 12px !important;
  height: 500px !important;
  width: auto !important;
  object-fit: contain !important;
}

.mip-grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px !important;
  line-height: 1.25 !important;
  margin: 8px 0 !important;
  font-weight: 500 !important;
}

.mip-grid .woocommerce ul.products li.product .price {
  font-size: 14px !important;
  margin: 0 0 10px !important;
}

.mip-grid .woocommerce ul.products li.product a.button,
.mip-grid .woocommerce ul.products li.product a.add_to_cart_button {
  display: block !important;
  width: 100% !important;
  margin-top: 10px !important;
  background: #2c2c2c !important;
  color: #fff !important;
  padding: 12px 10px !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 0.6px !important;
  border-radius: 0 !important;
  text-align: center !important;
}

.mip-grid .woocommerce ul.products li.product a.button:hover {
  background: #000 !important;
  color: #fff !important;
}

.mip-grid .woocommerce ul.products li.product.outofstock a.button {
  background: #bdbdbd !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

@media (max-width: 568px) {
  .mip-grid .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }
}

body.woocommerce-shop .woocommerce,
body.tax-product_cat .woocommerce,
body.pp-woo-layout-active .woocommerce {
  width: 100% !important;
  max-width: 2000px !important;
  margin: 0 auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box;
}

body.woocommerce-shop ul.products.products,
body.tax-product_cat ul.products.products,
body.pp-woo-layout-active ul.products.products {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(280px, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

@media (max-width: 768px) {
  body.woocommerce-shop ul.products.products,
  body.tax-product_cat ul.products.products {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

body.woocommerce-shop ul.products.products > li.product,
body.tax-product_cat ul.products.products > li.product,
body.pp-woo-layout-active ul.products.products > li.product {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 18px !important;
  padding: 20px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.woocommerce-shop ul.products.products > li.product:hover,
body.tax-product_cat ul.products.products > li.product:hover,
body.pp-woo-layout-active ul.products.products > li.product:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07) !important;
}

body.woocommerce-shop ul.products.products > li.product img,
body.tax-product_cat ul.products.products > li.product img,
body.pp-woo-layout-active ul.products.products > li.product img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  background: #fafafa !important;
  border-radius: 14px !important;
  padding: 18px !important;
  margin: 0 0 14px 0 !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  display: block !important;
}

body.woocommerce-shop .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce-loop-product__title,
body.pp-woo-layout-active .woocommerce-loop-product__title {
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin: 0 0 6px 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  min-height: calc(1.3em * 2) !important;
}

body.woocommerce-shop .price,
body.tax-product_cat .price,
body.pp-woo-layout-active .price {
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 0 0 14px 0 !important;
}

body.woocommerce-shop .price del,
body.tax-product_cat .price del,
body.pp-woo-layout-active .price del {
  opacity: 0.55;
  font-weight: 500;
}

body.woocommerce-shop ul.products.products > li.product a.button,
body.tax-product_cat ul.products.products > li.product a.button,
body.pp-woo-layout-active ul.products.products > li.product a.button {
  margin-top: auto !important;
  float: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-width: 170px !important;
  height: 44px !important;
  padding: 0 18px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  background: #1f1f1f !important;
  color: #fff !important;
  border-radius: 26px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-shop ul.products.products > li.product a.button:hover,
body.tax-product_cat ul.products.products > li.product a.button:hover,
body.pp-woo-layout-active ul.products.products > li.product a.button:hover {
  background: #000 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

body.woocommerce-shop .outofstock,
body.tax-product_cat .outofstock,
body.pp-woo-layout-active .outofstock {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.75;
}


body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.pp-woo-layout-active .woocommerce-products-header,
body.woocommerce-shop .page-header,
body.tax-product_cat .page-header,
body.pp-woo-layout-active .page-header,
body.woocommerce-shop .inside-page-header,
body.tax-product_cat .inside-page-header,
body.pp-woo-layout-active .inside-page-header {
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.pp-woo-layout-active .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.pp-woo-layout-active .woocommerce-ordering {
  float: none !important;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.pp-woo-layout-active .woocommerce-ordering {
  margin: 0 0 18px auto !important;
  text-align: right !important;
}

body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select,
body.pp-woo-layout-active .woocommerce-ordering select {
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 0 14px;
  background: #fff;
}

body.woocommerce-shop .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.pp-woo-layout-active .woocommerce-breadcrumb {
  margin-bottom: 16px !important;
}

body.woocommerce-shop .site-main,
body.tax-product_cat .site-main,
body.pp-woo-layout-active .site-main {
  overflow-x: clip;
}

@media (max-width: 768px) {
  body.woocommerce-shop .woocommerce,
  body.tax-product_cat .woocommerce,
  body.pp-woo-layout-active .woocommerce {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.woocommerce-shop .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering,
  body.pp-woo-layout-active .woocommerce-ordering {
    margin-left: 0 !important;
    text-align: left !important;
  }
}

.pp-generic-shell {
  background: #f3f4f6;
  padding: 48px 16px;
}

.pp-generic-card {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
  padding: 34px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pp-generic-shell {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    box-sizing: border-box !important;
  }

  .pp-generic-shell .site,
  .pp-generic-shell .site-content,
  .pp-generic-shell .site-main,
  .pp-generic-shell .container,
  .pp-generic-shell .content-area,
  .pp-generic-shell .content,
  .pp-generic-shell .wrap,
  .pp-generic-shell #primary,
  .pp-generic-shell #main {
    max-width: none !important;
    width: 100% !important;
  }

  .pp-generic-card {
    max-width: 1600px !important;
  }
}

@media (max-width: 991px) {
  .pp-generic-shell {
    padding: 22px 12px !important;
    overflow-x: hidden !important;
  }

  .pp-generic-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
    border-radius: 16px !important;
    overflow-x: hidden !important;
  }
}

/* =========================================================
   HOMEPAGE CUSTOM
   ========================================================= */

body.pp-homepage-active .site-main,
body.pp-homepage-active #primary,
body.pp-homepage-active .content-area,
body.pp-homepage-active .entry-content,
body.pp-homepage-active .site-content,
body.pp-homepage-active .inside-site-info,
body.pp-homepage-active .inside-article,
body.pp-homepage-active .content-area,
body.pp-homepage-active .grid-container,
body.pp-homepage-active .inside-content-header {
  width: 100%;
  max-width: 100%;
}

body.pp-homepage-active .entry-header,
body.pp-homepage-active .entry-title,
body.pp-homepage-active .page-header,
body.pp-homepage-active .inside-page-header,
body.pp-homepage-active .generate-back-to-top,
body.pp-homepage-active .site-content .page-title,
body.pp-homepage-active .page-hero,
body.pp-homepage-active .inside-header-content,
body.pp-homepage-active .content-header,
body.pp-homepage-active .content-title,
body.pp-homepage-active .page-title,
body.pp-homepage-active .archive-title,
body.pp-homepage-active .entry-meta {
  display: none !important;
}

body.pp-homepage-active #right-sidebar,
body.pp-homepage-active #left-sidebar,
body.pp-homepage-active .is-right-sidebar,
body.pp-homepage-active .is-left-sidebar,
body.pp-woo-layout-active #right-sidebar,
body.pp-woo-layout-active #left-sidebar,
body.pp-woo-layout-active .is-right-sidebar,
body.pp-woo-layout-active .is-left-sidebar {
  display: none !important;
}

body.pp-homepage-active.separate-containers .inside-article,
body.pp-homepage-active.one-container .site-content,
body.pp-homepage-active .site.grid-container,
body.pp-woo-layout-active.separate-containers .inside-article,
body.pp-woo-layout-active.one-container .site-content,
body.pp-woo-layout-active .site.grid-container,
body.pp-woo-layout-active .content-area,
body.pp-woo-layout-active #primary,
body.pp-woo-layout-active .site-main {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.pp-theme-header-hidden .site-header,
body.pp-theme-header-hidden #masthead,
body.pp-theme-header-hidden .main-navigation,
body.pp-theme-header-hidden .inside-header,
body.pp-theme-header-hidden .site-branding,
body.pp-theme-header-hidden .header-widget,
body.pp-theme-header-hidden .top-bar,
body.pp-theme-header-hidden .navigation-search {
  display: none !important;
}

body.pp-homepage-active .entry-content > *:not(.pp-home) {
  display: none;
}

.pp-home {
  width: 100%;
  background: linear-gradient(180deg, #fcfcfd 0%, #f4f4f7 100%);
  padding: 22px 14px 40px;
  box-sizing: border-box;
}

.pp-home__shell {
  max-width: 1180px;
  margin: 0 auto;
}

.pp-site-header-active {
  --pp-site-header-offset: 170px;
}

.pp-site-header-anchor {
  display: block;
  height: var(--pp-site-header-offset, 170px);
}

.pp-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
  padding: 14px;
  box-sizing: border-box;
  pointer-events: none;
}

.pp-site-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 18px 18px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 41, 59, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  pointer-events: auto;
}

.pp-site-header__topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.pp-site-header__side {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pp-site-header__side--right {
  justify-content: flex-end;
}

.pp-site-header__logo {
  width: var(--pp-header-logo-size, 92px);
  height: var(--pp-header-logo-size, 92px);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #ececf1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08), 0 12px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.pp-site-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-site-header__search-wrap {
  position: relative;
}

.pp-site-header__search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 8px 18px rgba(15, 23, 42, 0.05);
}

.pp-site-header__search-input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
  color: #111827;
}

.pp-site-header__search-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pp-site-header__search-results {
  z-index: 998;
}

.pp-home__header,
.pp-home__section,
.pp-home__promo-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 41, 59, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.pp-home__header {
  padding: 26px 18px 22px;
  margin-bottom: 18px;
}

.pp-home__topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.pp-home__topbar-side {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pp-home__topbar-side--right {
  justify-content: flex-end;
}

.pp-home__logo {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #ececf1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08), 0 12px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.pp-home__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-home__logo-placeholder {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #64748b;
}

.pp-icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #111827;
  text-decoration: none;
  cursor: pointer;
}

.pp-icon-btn__badge {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  padding: 0 5px;
}

.pp-icon {
  position: relative;
  display: inline-block;
}

.pp-icon--svg {
  width: 20px;
  height: 20px;
  line-height: 0;
}

.pp-icon--svg svg {
  width: 20px;
  height: 20px;
  display: block;
}


.is-active .pp-icon--heart svg {
  color: #d11a2a;
}

.pp-home__search-wrap {
  position: relative;
}

.pp-home__search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 8px 18px rgba(15, 23, 42, 0.05);
}

.pp-home__search-input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
  color: #111827;
}

.pp-home__search-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pp-home__search-results {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
  padding: 10px;
  z-index: 30;
}

.pp-search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
}

.pp-search-item:hover {
  background: #f8fafc;
}

.pp-search-item__image img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
  border-radius: 12px;
  background: #f8fafc;
  padding: 6px;
}

.pp-search-item__content {
  display: grid;
  gap: 4px;
}

.pp-search-item__title {
  font-weight: 700;
  font-size: 14px;
}

.pp-search-item__price,
.pp-panel-product__price {
  font-weight: 700;
  font-size: 14px;
}

.pp-home__section,
.pp-home__promo {
  margin-bottom: 18px;
}

.pp-home__section {
  padding: 22px 16px;
}

.pp-home__section-heading {
  text-align: center;
  margin-bottom: 18px;
}

.pp-home__title {
  margin: 0;
  font-size: clamp(28px, 4vw, var(--pp-home-title-size-max, 42px));
  line-height: 1.05;
  font-weight: 800;
  color: #111827;
}

.pp-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.pp-carousel__nav {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: #94a3b8;
}

.pp-carousel__viewport {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px;
}

.pp-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.pp-category-pill,
.pp-brand-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.pp-category-pill {
  min-width: clamp(112px, 20vw, 136px);
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f2f6 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  text-decoration: none;
  color: #334155;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
}

.pp-category-pill > span {
  display: block;
  width: 100%;
  text-align: center;
}

.pp-home__promo-card {
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.pp-home__promo-eyebrow {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: #64748b;
}

.pp-home__promo-card h2 {
  margin: 0;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.04;
  font-weight: 800;
}

.pp-home__promo-btn,
.pp-primary-btn,
.pp-secondary-btn,
.pp-panel-link,
.pp-panel-link--button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
}

.pp-home__promo-btn:disabled {
  background: #eef2f7;
  color: #94a3b8;
  cursor: not-allowed;
}

.pp-carousel__viewport--products {
  gap: 18px;
}

.pp-home-product-card {
  position: relative;
  min-width: 280px;
  max-width: 320px;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 18px !important;
  padding: 20px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05) !important;
}

.pp-home-product-card .woocommerce-LoopProduct-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pp-home-product-card img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  background: #fafafa !important;
  border-radius: 14px !important;
  padding: var(--pp-card-image-padding, 18px) !important;
  margin: 0 0 14px !important;
}

.pp-home-product-card__wishlist {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
  color: #111827;
}

.pp-home-product-card__wishlist .pp-icon--heart,
.pp-home-product-card__wishlist .pp-icon--heart svg {
  width: 18px;
  height: 18px;
  display: block;
}

.pp-home-product-card__wishlist .pp-icon--heart svg path,
.pp-icon-btn .pp-icon--heart svg path {
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2.1;
}

.pp-home-product-card__wishlist.is-active,
.is-active .pp-icon--heart {
  color: #d11a2a;
}

.pp-home-product-card__wishlist .pp-icon--svg,
.pp-home-product-card__wishlist .pp-icon--svg svg,
.pp-icon-btn .pp-icon--svg,
.pp-icon-btn .pp-icon--svg svg {
  color: inherit;
  stroke: currentColor;
}

.pp-brand-card {
  min-width: var(--pp-brand-card-size, 150px);
  max-width: var(--pp-brand-card-size, 150px);
  min-height: var(--pp-brand-card-size, 150px);
  padding: 16px;
  border-radius: 26px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pp-brand-card__logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.pp-brand-card__fallback {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pp-brand-card__name {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

.pp-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.42);
  z-index: 998;
}

.pp-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(92vw, 380px);
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.pp-drawer--right { right: 0; }
.pp-drawer--left { left: 0; transform: translateX(-100%); }
.pp-drawer.is-open { transform: translateX(0); }

.pp-drawer__header,
.pp-panel-footer {
  padding: 18px 16px;
  border-bottom: 1px solid #e5e7eb;
}

.pp-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pp-drawer__header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.pp-drawer__close,
.pp-panel-link--button {
  background: transparent;
  cursor: pointer;
}

.pp-drawer__close {
  border: 0;
  font-size: 32px;
  line-height: 1;
}

.pp-drawer__body {
  padding: 16px;
  overflow-y: auto;
}

.pp-drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.pp-drawer-menu ul,
.pp-drawer-menu .sub-menu {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 12px;
  display: grid;
  gap: 8px;
}

.pp-drawer-menu li {
  list-style: none;
}

.pp-drawer-menu a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  background: #f8fafc;
  text-decoration: none;
  color: #111827;
  font-weight: 700;
}

.pp-panel-list {
  display: grid;
  gap: 14px;
}

.pp-panel-product {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  background: #f8fafc;
  border-radius: 18px;
}

.pp-panel-product__image img {
  width: 74px !important;
  height: 74px !important;
  object-fit: contain !important;
  border-radius: 12px;
  background: #fff;
  padding: 6px;
}

.pp-panel-product__content {
  display: grid;
  gap: 6px;
}

.pp-panel-product__title {
  text-decoration: none;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.pp-panel-product__actions,
.pp-panel-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pp-primary-btn {
  background: #111827;
  color: #fff;
}

.pp-secondary-btn,
.pp-panel-link,
.pp-panel-link--button {
  background: #eef2f7;
  color: #111827;
}

.pp-panel-link--button {
  min-height: 36px;
  padding: 0 12px;
  font-size: 13px;
}

.pp-panel-empty,
.pp-home__empty-state,
.pp-search-empty {
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
  color: #475569;
  text-align: center;
}

.pp-panel-total {
  margin-bottom: 12px;
  font-size: 15px;
}

body.pp-drawer-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  .pp-site-header {
    padding: 18px 24px 0;
  }

  .pp-site-header__inner {
    padding: 24px 30px 22px;
  }

  .pp-home {
    padding: 10px 24px 60px;
  }

  .pp-home__header,
  .pp-home__section {
    padding: 30px;
  }

  .pp-home-product-card {
    min-width: calc((100% - 36px) / 3);
    max-width: calc((100% - 36px) / 3);
  }
}

@media (max-width: 767px) {
  .pp-site-header-active {
    --pp-site-header-offset: 154px;
  }

  .pp-site-header {
    padding: 10px 10px 0;
  }

  .pp-site-header__topbar {
    grid-template-columns: 1fr auto 1fr;
  }

  .pp-site-header__inner {
    border-radius: 22px;
    padding: 16px 14px 14px;
  }

  .pp-site-header__logo {
    width: min(var(--pp-header-logo-size, 92px), 74px);
    height: min(var(--pp-header-logo-size, 92px), 74px);
  }

  .pp-home__topbar {
    grid-template-columns: 1fr auto 1fr;
  }

  .pp-carousel {
    grid-template-columns: 42px 1fr 42px;
    gap: 6px;
  }

  .pp-carousel__nav {
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .pp-home-product-card {
    min-width: 100%;
    max-width: 100%;
  }
}