/* ============================================
   SEO Brand Pages
   ============================================ */

.page-seo-brand .section-intro .brand-logotype {
  width: 223px;
  height: 81px;
  margin-bottom: 14px;
}
.section-product-list .search-input {
  position: relative;
}
.section-product-list .search-input .search-button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.section-product-list .search-input .search-button i {
  color: #A3A3A3;
  font-size: 16;
  transition: all 0.3s ease-out;
}
.section-product-list .search-input .search-button i:hover {
  color: #fc2249;
}
.products-list-nav .list-group {
  list-style: none;
}
.products-list-nav .list-item {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 8px;
  margin: 4px 0px;
  color: #080025;
  border-radius: 12px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.products-list-nav .list-item::first-letter {
  text-transform: uppercase;
}
.products-list-nav .list-item:hover {
  background: #EFEFEF;
}
.products-list-nav .list-item.active {
  background: #EFEFEF;
  font-weight: bold;
}
.products-list-nav .list-item .item-number {
  float: right;
  font-weight: bold;
  color: #A3A3A3;
}
.products-list-nav .sub-list {
  padding-left: 18px;
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease-out;
}

/* ============================================
   SEO Product Pages
   ============================================ */

.page-seo-product .section-intro .navigation a {
  font-size: 18px;
  font-weight: 600;
  color: #A3A3A3;
  transition: all 0.2s linear;
}
.page-seo-product .section-intro .navigation a:hover {
  color: #fc2249;
}
.page-seo-product .section-intro .navigation .separator {
  color: #A3A3A3;
  margin: auto 24px;
  font-size: 12px;
}

/* Product presentation card */
.page-seo-product .product-presentation {
  padding: 48px 0 56px;
}
.page-seo-product .product-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

/* Product visual (image + footer) */
.page-seo-product .product-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-seo-product .product-visual .product-image {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  border-radius: 12px;
}
.page-seo-product .product-visual .product-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 280px;
  background: #f5f5f7;
  border-radius: 12px;
}
.page-seo-product .product-visual .product-image-placeholder i {
  font-size: 48px;
  color: #ccc;
}
.page-seo-product .product-visual-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.page-seo-product .insurance-feature {
  display: flex;
  align-items: center;
}
.page-seo-product .insurance-feature img {
  width: 22px;
  height: auto;
}
.page-seo-product .insurance-feature span {
  color: #080025;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}

/* Price block */
.page-seo-product .price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 13px;
}
.page-seo-product .price-block .start-from {
  font-weight: 600;
  color: #6c757d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-seo-product .price-block .price {
  font-weight: 800;
  font-size: 40px;
  color: #fc2249;
  line-height: 1;
  margin: 2px 0;
}
.page-seo-product .price-block .period {
  color: #A3A3A3;
  font-size: 13px;
}

/* Product details (right column) */
.page-seo-product .product-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-seo-product .product-description {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  font-weight: 400;
  margin: 0 0 4px;
}
.page-seo-product .more-about-link {
  font-weight: 600;
  font-size: 14px;
  color: #fc2249;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-seo-product .more-about-link:hover {
  color: #d91a3c;
}
.page-seo-product .specs-divider {
  height: 1px;
  background: #eaeaea;
  margin: 20px 0;
}

/* Features / specs list */
.page-seo-product .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 767px) {
  .page-seo-product .features-list {
    grid-template-columns: 1fr;
  }
}
.page-seo-product .features-list .feature {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 12px;
  border-radius: 8px;
  transition: background 0.15s ease;
}
.page-seo-product .features-list .feature:hover {
  background: #f8f9fa;
}
.page-seo-product .features-list .feature-label {
  font-size: 13px;
  color: #8c8c8c;
  white-space: nowrap;
  margin-right: 12px;
}
.page-seo-product .features-list .feature-value {
  font-size: 14px;
  color: #1a1a2e;
  font-weight: 600;
  text-align: right;
}
.page-seo-product .features-list .feature-value a {
  color: #fc2249;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-seo-product .features-list .feature-value a:hover {
  color: #d91a3c;
  text-decoration: underline;
}
.page-seo-product .features-list .feature-value-highlight {
  color: #fc2249;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 767px) {
  .page-seo-product .product-card {
    padding: 20px;
  }
  .page-seo-product .product-details {
    margin-top: 24px;
  }
  .page-seo-product .product-visual-footer {
    flex-direction: row;
  }
}
