.elementor-204 .elementor-element.elementor-element-7e74bb9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-204 .elementor-element.elementor-element-d23f298 img{width:68%;}.elementor-204 .elementor-element.elementor-element-1f2a714{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-204 .elementor-element.elementor-element-d23f298{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-204 .elementor-element.elementor-element-d23f298 img{width:100%;}.elementor-204 .elementor-element.elementor-element-1f2a714{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-bc1a568 */.elementor-204 .elementor-element.elementor-element-bc1a568 /* ONE OUTLET – Category Article Base */

.oo-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  line-height: 1.7;
}

.oo-article h1,
.oo-article h2,
.oo-article h3 {
  color: #0f172a;
}

/* Header */

.oo-article-header {
  margin-bottom: 32px;
}

.oo-article-label {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.oo-article-header h1 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 10px;
  font-weight: 700;
}

.oo-article-intro {
  font-size: 15px;
  color: #4b5563;
}

/* Sections */

.oo-article-section {
  margin-top: 32px;
}

.oo-article-section h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.oo-article-section p {
  font-size: 14px;
  color: #4b5563;
}

/* Subcategory blocks */

.oo-article-subcats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.oo-article-subcat {
  background: #f9fafb;
  border-radius: 12px;
  padding: 14px 14px;
  border: 1px solid #e5e7eb;
}

.oo-article-subcat h3 {
  font-size: 15px;
  margin: 0 0 6px;
  font-weight: 600;
}

.oo-article-subcat p {
  font-size: 13px;
  margin: 0;
  color: #6b7280;
}

/* Gallery */

.oo-article-note {
  font-size: 13px;
  color: #6b7280;
}

.oo-article-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.oo-article-figure {
  margin: 0;
}

.oo-article-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #e5e7eb;
}

.oo-article-image img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.oo-article-figure:hover .oo-article-image img {
  transform: scale(1.04);
}

.oo-article-figure figcaption {
  font-size: 13px;
  color: #4b5563;
  margin-top: 6px;
}

/* Lists */

.oo-article-list {
  margin: 10px 0 0 18px;
  padding: 0;
  font-size: 14px;
  color: #4b5563;
}

.oo-article-list li {
  margin-bottom: 4px;
}

/* Highlight section */

.oo-article-highlight {
  background: #eff6ff;
  border-radius: 16px;
  padding: 18px 18px 20px;
  border: 1px solid #bfdbfe;
}

/* Stores */

.oo-article-stores {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 14px;
}

.oo-store-card {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 14px 16px;
  background: #f9fafb;
}

.oo-store-card h3 {
  font-size: 15px;
  margin: 0 0 6px;
  font-weight: 600;
}

.oo-store-card p {
  font-size: 13px;
  margin: 0 0 4px;
}

/* Related categories */

.oo-article-related {
  border-top: 1px dashed #e5e7eb;
  padding-top: 20px;
}

.oo-article-tags {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oo-article-tags li {
  margin: 0;
}

.oo-article-tags a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  text-decoration: none;
  background: #f3f4f6;
  color: #374151;
  transition: background 0.2s ease, color 0.2s ease;
}

.oo-article-tags a:hover {
  background: #1d4ed8;
  color: #ffffff;
}

/* CTA */

.oo-article-cta {
  text-align: center;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.oo-article-cta h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

.oo-article-cta p {
  font-size: 14px;
  color: #4b5563;
  max-width: 600px;
  margin: 0 auto 14px;
}

.oo-article-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  background: #1d4ed8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.oo-article-button:hover {
  background: #1e40af;
  transform: translateY(-1px);
}

/* Responsive */

@media (max-width: 640px) {
  .oo-article-header h1 {
    font-size: 22px;
  }

  .oo-article-section h2 {
    font-size: 18px;
  }
}/* End custom CSS */