@charset "UTF-8";

/*!
Theme Name: products-list Cocoon Child
Description: products-list.com renewal child theme for Cocoon.
Theme URI: https://products-list.com/
Author: products-list.com
Author URI: https://products-list.com/
Template:   cocoon-master
Version:    1.0.0
*/

:root {
  --pl-bg: #f6f7f9;
  --pl-surface: #fff;
  --pl-border: #d9dde3;
  --pl-border-soft: #eceff3;
  --pl-text: #1f2328;
  --pl-muted: #667085;
  --pl-red: #d71920;
  --pl-red-soft: #fff0f0;
  --pl-blue: #1d6fb8;
  --pl-blue-soft: #eef6ff;
  --pl-green: #16834a;
  --pl-green-soft: #edf9f1;
  --pl-orange: #b65f00;
  --pl-orange-soft: #fff5e8;
  --pl-shadow: 0 8px 24px rgba(31, 35, 40, 0.08);
}

.pl-products-theme {
  background: var(--pl-bg);
  color: var(--pl-text);
}

.pl-product-layout #header-container,
.pl-product-layout .header-container,
.pl-product-layout #navi,
.pl-product-layout .navi,
.pl-product-layout #sidebar,
.pl-product-layout .sidebar,
.pl-product-layout #sidebar-scroll,
.pl-product-layout .sidebar-scroll,
.pl-product-layout #footer,
.pl-product-layout #footer-container,
.pl-product-layout .footer {
  display: none;
}

.pl-product-layout #container,
.pl-product-layout .container,
.pl-product-layout #content,
.pl-product-layout .content,
.pl-product-layout .content-in,
.pl-product-layout .main,
.pl-product-layout #main {
  box-sizing: border-box;
  float: none;
  clear: both;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

.pl-product-layout #content,
.pl-product-layout .content,
.pl-product-layout .content-in {
  display: block;
  padding-right: 0;
  padding-left: 0;
}

.pl-product-layout .wrap,
.pl-product-layout .content-in.wrap {
  width: 100%;
  max-width: none;
}

.pl-product-layout .main {
  padding: 0;
  border: 0;
  background: transparent;
}

.pl-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 16px 34px;
}

.pl-product-layout .pl-page {
  width: 100%;
  max-width: 1160px !important;
  margin-right: auto;
  margin-left: auto;
}

.pl-page a {
  color: inherit;
  text-decoration: none;
}

.pl-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-top: 2px solid var(--pl-red);
  border-bottom: 1px solid var(--pl-border);
  box-shadow: 0 1px 0 rgba(31, 35, 40, 0.02);
  backdrop-filter: blur(10px);
}

.pl-site-header a {
  color: var(--pl-text);
  text-decoration: none;
}

.pl-site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  max-width: 1120px;
  min-height: 58px;
  margin: 0 auto;
  padding: 0 16px;
}

.pl-site-brand {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-weight: 700;
  white-space: nowrap;
}

.pl-site-brand__name {
  color: #101828;
  font-size: 18px;
  font-weight: 800;
}

.pl-site-brand__year {
  color: var(--pl-muted);
  font-size: 12px;
}

.pl-site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
}

.pl-site-nav a {
  color: #344054;
}

.pl-site-nav a:hover,
.pl-site-brand:hover {
  color: var(--pl-red);
}

.pl-site-search {
  display: flex;
  align-items: center;
  min-width: 210px;
}

.pl-search-form {
  display: flex;
  width: 100%;
}

.pl-search-form input[type="search"] {
  min-width: 0;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--pl-border);
  border-radius: 6px 0 0 6px;
  background: #fff;
  color: var(--pl-text);
  font-size: 14px;
}

.pl-search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 42px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: var(--pl-red);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.pl-hero {
  padding: 28px 0 24px;
  text-align: center;
}

.pl-hero h1 {
  margin: 0 0 12px;
  color: var(--pl-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.pl-hero p {
  max-width: 680px;
  margin: 0 auto 18px;
  color: var(--pl-muted);
  font-size: 15px;
  line-height: 1.7;
}

.pl-hero .pl-search-form {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: var(--pl-shadow);
}

.pl-quick-label {
  margin-top: 16px;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.pl-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 10px;
  padding: 0;
  list-style: none;
}

.pl-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 13px;
  border: 1px solid var(--pl-border);
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.pl-pill:hover {
  border-color: #c8ced8;
  background: #fafafa;
}

.pl-pill.is-active {
  border-color: var(--pl-red);
  background: #fff5f5;
  color: var(--pl-red);
}

.pl-meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  color: var(--pl-muted);
  font-size: 12px;
}

.pl-meta-row--left {
  justify-content: flex-start;
  margin-top: 10px;
}

.pl-section {
  margin-top: 24px;
}

.pl-archive-header {
  padding: 8px 0 10px;
}

.pl-hero--compact {
  padding-top: 18px;
}

.pl-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.pl-section__head h2,
.pl-archive-title,
.pl-product-title {
  margin: 0;
  color: var(--pl-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.pl-section__head p,
.pl-archive-lead {
  margin: 6px 0 0;
  color: var(--pl-muted);
  font-size: 14px;
  line-height: 1.7;
}

.pl-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.pl-category-tile {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 8px 10px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-category-tile:hover {
  border-color: #c7ced8;
  box-shadow: 0 4px 14px rgba(31, 35, 40, 0.06);
}

.pl-category-tile__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6px;
  background: var(--pl-bg);
  color: #40526b;
  font-size: 14px;
  font-weight: 800;
}

.pl-category-tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-category-tile strong {
  display: block;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.pl-category-tile span {
  display: block;
  margin-top: 2px;
  color: var(--pl-muted);
  font-size: 11px;
}

.pl-category-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.pl-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

.pl-category-link:hover {
  border-color: #c7ced8;
  background: #fafafa;
}

.pl-category-link small {
  flex: 0 0 auto;
  color: var(--pl-muted);
  font-size: 11px;
  font-weight: 700;
}

.pl-category-hub {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pl-hub-card {
  display: block;
  padding: 14px;
  border: 1px solid var(--pl-border-soft);
  border-radius: 8px;
  background: #fafafa;
  color: var(--pl-text);
  text-decoration: none;
}

.pl-hub-card:hover {
  border-color: #c7ced8;
  background: #fff;
}

.pl-hub-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.pl-hub-card span {
  color: var(--pl-muted);
  font-size: 12px;
  line-height: 1.5;
}

.pl-hub-usage {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  color: var(--pl-muted);
  font-size: 12px;
}

.pl-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.pl-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-product-card:hover {
  border-color: #c7ced8;
  box-shadow: 0 5px 18px rgba(31, 35, 40, 0.07);
}

.pl-product-card__image {
  position: relative;
  display: block;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  background: #f1f3f5;
}

.pl-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-image-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f2f4f7;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.pl-image-placeholder::before {
  display: block;
  width: 34px;
  height: 24px;
  border: 2px solid #cfd5df;
  border-radius: 5px;
  content: "";
}

.pl-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 9px 10px 11px;
}

.pl-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.pl-badge {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.pl-badge--red {
  background: var(--pl-red-soft);
  color: var(--pl-red);
}

.pl-badge--green {
  background: var(--pl-green-soft);
  color: var(--pl-green);
}

.pl-badge--blue {
  background: var(--pl-blue-soft);
  color: var(--pl-blue);
}

.pl-badge--orange {
  background: var(--pl-orange-soft);
  color: var(--pl-orange);
}

.pl-product-card__title {
  display: -webkit-box;
  min-height: 38px;
  margin: 0;
  overflow: hidden;
  color: var(--pl-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pl-product-card__price {
  color: var(--pl-red);
  font-weight: 700;
}

.pl-product-card__details {
  display: grid;
  gap: 2px;
  margin-top: auto;
  color: #475467;
  font-size: 11px;
  line-height: 1.45;
}

.pl-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 18px 0;
  padding: 12px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-filter-bar .pl-pill {
  border-radius: 6px;
}

.pl-filter-select {
  min-height: 32px;
  margin-left: auto;
  border: 1px solid var(--pl-border);
  border-radius: 6px;
  background: #fff;
  color: var(--pl-text);
}

.pl-store-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.pl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--pl-border);
  border-radius: 6px;
  background: #fff;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.pl-button--primary {
  border-color: var(--pl-red);
  background: var(--pl-red);
  color: #fff;
}

.pl-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pl-info-card {
  padding: 16px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-info-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.pl-info-card p {
  margin: 0;
  color: #475467;
  font-size: 13px;
  line-height: 1.7;
}

.pl-static-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-static-content section + section,
.pl-entry-body > * + * {
  margin-top: 18px;
}

.pl-static-content h2 {
  margin: 24px 0 10px;
  font-size: 18px;
  line-height: 1.5;
}

.pl-static-content h3 {
  margin: 20px 0 8px;
  font-size: 15px;
}

.pl-static-content p,
.pl-static-content li {
  color: #475467;
  font-size: 14px;
  line-height: 1.9;
}

.pl-static-content ul,
.pl-static-content ol {
  padding-left: 1.4em;
}

.pl-contact-box {
  padding: 16px;
  border: 1px solid var(--pl-border-soft);
  border-radius: 8px;
  background: #fafafa;
}

.pl-small-note {
  margin-top: 10px;
  color: var(--pl-muted);
  font-size: 12px;
}

.pl-breadcrumbs {
  margin: 0 0 14px;
  color: var(--pl-muted);
  font-size: 12px;
}

.pl-breadcrumbs a {
  color: var(--pl-blue);
}

.pl-product-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 22px;
  align-items: start;
  margin-top: 16px;
}

.pl-product-gallery,
.pl-product-info,
.pl-advice-box,
.pl-related-card {
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-product-gallery {
  overflow: hidden;
}

.pl-product-gallery__main {
  aspect-ratio: 4 / 3;
  background: #f1f3f5;
}

.pl-product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pl-product-gallery__thumbs {
  display: flex;
  gap: 8px;
  padding: 10px;
  overflow-x: auto;
  border-top: 1px solid var(--pl-border-soft);
  background: #fff;
}

.pl-product-gallery__thumbs button {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--pl-border);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.pl-product-gallery__thumbs button[aria-current="true"] {
  border-color: var(--pl-blue);
  box-shadow: 0 0 0 2px var(--pl-blue-soft);
}

.pl-product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-product-info {
  padding: 16px;
}

.pl-product-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.pl-product-price {
  margin: 8px 0 14px;
  color: var(--pl-red);
  font-size: 18px;
  font-weight: 700;
}

.pl-spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}

.pl-spec-table th,
.pl-spec-table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--pl-border-soft);
  text-align: left;
  vertical-align: top;
}

.pl-spec-table th {
  width: 34%;
  background: #fafafa;
  color: #344054;
  font-weight: 700;
}

.pl-spec-table tr:last-child th,
.pl-spec-table tr:last-child td {
  border-bottom: 0;
}

.pl-warning {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #f1b8b8;
  border-radius: 8px;
  background: var(--pl-red-soft);
  color: #8a171a;
  font-size: 13px;
  line-height: 1.6;
}

.pl-official-link {
  margin: 12px 0 0;
  font-size: 13px;
}

.pl-official-link a {
  color: var(--pl-blue);
  text-decoration: underline;
}

.pl-affiliate-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.pl-affiliate-section {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-affiliate-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
  color: var(--pl-text);
  font-weight: 700;
  text-align: center;
}

.pl-affiliate-link--rakuten {
  color: #bf0000;
}

.pl-affiliate-link--yahoo {
  color: #e60012;
}

.pl-affiliate-link--amazon {
  color: #232f3e;
}

.pl-affiliate-note {
  margin: 10px 0 0;
  color: var(--pl-muted);
  font-size: 12px;
  line-height: 1.7;
}

.pl-advice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.pl-advice-box {
  padding: 14px;
}

.pl-advice-box h2,
.pl-advice-box h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.pl-advice-box ul {
  margin: 0;
  padding-left: 1.2em;
  color: #344054;
  font-size: 14px;
  line-height: 1.8;
}

.pl-product-intent-box {
  margin-top: 22px;
}

.pl-entry-content {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-generated-content {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.pl-body-section {
  padding: 18px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: var(--pl-surface);
}

.pl-body-section h2 {
  margin: 0 0 10px;
  color: var(--pl-text);
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0;
}

.pl-body-section p {
  margin: 0 0 10px;
  color: #344054;
  font-size: 15px;
  line-height: 1.8;
}

.pl-body-section p:last-child {
  margin-bottom: 0;
}

.pl-body-section ul {
  margin: 0;
  padding-left: 1.2em;
  color: #344054;
  font-size: 15px;
  line-height: 1.85;
}

.pl-body-section--intro {
  border-left: 4px solid var(--pl-red);
}

.pl-faq-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.pl-faq-list dt {
  font-weight: 700;
}

.pl-faq-list dd {
  margin: 4px 0 0;
  color: #475467;
  line-height: 1.8;
}

.pl-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pl-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}

.pl-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid var(--pl-border);
  border-radius: 6px;
  background: #fff;
  color: var(--pl-text);
}

.pl-pagination .current {
  border-color: var(--pl-red);
  background: var(--pl-red);
  color: #fff;
}

.pl-notice {
  margin-top: 28px;
  padding: 14px;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  background: #fff;
  color: #475467;
  font-size: 13px;
  line-height: 1.7;
}

.pl-site-footer {
  border-top: 1px solid var(--pl-border);
  background: #fff;
}

.pl-site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 16px;
  color: var(--pl-muted);
  font-size: 12px;
}

.pl-site-footer__inner a {
  color: #475467;
}

@media screen and (max-width: 1023px) {
  .pl-site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .pl-site-nav {
    display: none;
  }

  .pl-category-grid,
  .pl-product-grid,
  .pl-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pl-category-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pl-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl-info-grid {
    grid-template-columns: 1fr;
  }

  .pl-product-summary {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 834px) {
  .pl-page {
    padding: 16px 10px 32px;
  }

  .pl-site-header__inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 10px;
  }

  .pl-site-search {
    width: 100%;
  }

  .pl-hero {
    padding: 22px 0 18px;
    text-align: left;
  }

  .pl-hero h1 {
    font-size: 22px;
  }

  .pl-hero p,
  .pl-meta-row,
  .pl-quick-links {
    justify-content: flex-start;
    text-align: left;
  }

  .pl-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl-category-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl-hub-grid {
    grid-template-columns: 1fr;
  }

  .pl-product-grid,
  .pl-related-grid {
    grid-template-columns: 1fr;
  }

  .pl-product-card {
    display: grid;
    grid-template-columns: 112px 1fr;
  }

  .pl-product-card__image {
    aspect-ratio: 1;
  }

  .pl-affiliate-links,
  .pl-advice-grid {
    grid-template-columns: 1fr;
  }

  .pl-filter-select {
    width: 100%;
    margin-left: 0;
  }
}
