@charset "UTF-8";
/*
Theme Name: Pinkermann 2026
Author: Pinkermann
Description: Custom WordPress theme for Pinkermann
Version: 1.0
*/

/*@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

/** To ensure the footer stays at the bottom of the page when the content is shorter than the viewheight **/
html,
body {
  margin: 0;
  min-height: 100%;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

footer {
  flex-shrink: 0;
}

.admin-bar .page-wrapper {
  min-height: calc(100dvh - 32px);
}
/** END **/

body {
  font-family: "Avenir", "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7b2346;
  background-color: #f0f0f0;
  margin: 0;
}

.clearfix::after {
  content: "";
  clear: none;
  display: table;
}

.clearfix {
  overflow: auto;
}

.page-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/** Control Content Max-width: 1320px **/

.header-logo-row,
.header-nav-row,
.featured-articles,
.latest-articles,
.category-section,
.other-category-section-content-wrapper,
.footer-content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

/** HEADER  **/

.top-header {
  color: #f0f0f0;
  background: linear-gradient(to bottom, #c1698c, #6e1639);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.admin-bar .top-header {
  /** So that the header will not overlap beneath the wp-admin bar **/
  top: 32px;
}

.top-header a {
  color: #f0f0f0;
}

.top-header a:hover {
  color: #383838;
  transition: 0.3s ease;
}

.header-logo-row {
  display: flex;
}

.header-logo-row-left {
  flex: 1;
}

.pinkermann-logo p {
  flex: 3;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
  margin: 1.25rem 0 0.75rem 0; /* Manually control the margin around a <p> tag. Default margin-top and -bottom are the font size. */
}

.h1-logo a {
  color: #f0f0f0;
  text-decoration: none;
  text-transform: uppercase;
}

.header-logo-row-right {
  flex: 1;
  display: flex;
  justify-content: flex-end; /* Keep content on the right */
  align-items: center; /* Vertically center */
  padding: 0 20px 0 0;
}

.header-logo-row-right a {
  color: #f0f0f0;
  text-decoration: none;
  text-transform: uppercase;
}

.header-logo-row-right a + a::before {
  content: "|";
  margin: 0 0.75rem;
  color: #f0f0f0;
}

.header-nav-row {
  padding: 0 0 1rem 0;
}

.nav ul {
  display: flex;
  column-gap: 30px; /* Space between links */
  justify-content: center; /* On desktop, menu is in the center */
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/** MAIN  **/

.main a {
  text-decoration: none;
  color: #7b2346;
}

.latest-articles,
.category-section {
  padding: 20px;
}

p.article-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.left-column > article,
.right-column > article {
  padding-bottom: 0px;
}

/** Section: Featured Articles  **/

.featured-articles {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 20px;
  padding: 20px 20px 0 20px;
}

.featured-article-main {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.featured-article-small-1 {
  grid-column: 1;
  grid-row: 1;
}

.featured-article-small-2 {
  grid-column: 1;
  grid-row: 2;
}

.featured-article-small-3 {
  grid-column: 3;
  grid-row: 1;
}

.featured-article-small-4 {
  grid-column: 3;
  grid-row: 2;
}

/** Featured Articles Section Post Cards Image and Meta Details **/

.article-category {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: medium;
  text-decoration: none;
  text-transform: uppercase;
}

/** Main Featured Article **/

.featured-article-main-img {
  width: 100%;
  height: 900px;
  overflow: hidden;
  margin-bottom: 20px;
}

.featured-article-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-article-main-heading {
  text-decoration: none;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin: 0;
}

.featured-article-main-title {
  font-weight: 600;
  font-style: SemiBold;
}

.featured-article-main-title::after {
  content: " | ";
}

.featured-article-main-subtitle {
  font-weight: 400;
  font-style: normal;
}

.featured-article-main-title,
.featured-article-main-subtitle {
  display: inline;
}

/** Small Featured Articles **/

.featured-article-small-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}

.featured-article-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-article-small-heading {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}

.featured-article-small-heading {
  text-decoration: none;
}

.featured-article-small-title {
  font-weight: 600;
  font-style: SemiBold;
}

.featured-article-small-title::after {
  content: " | ";
}

.featured-article-small-subtitle {
  font-weight: 400;
  font-style: normal;
}

.featured-article-small-title,
.featured-article-small-subtitle {
  display: inline;
}

/** Section: Latest Articles **/

/** Div: Standard Articles Layout  **/

.standard-articles {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  padding-top: 1.5rem;
}

.standard-articles a {
  color: #7b2346;
}

.standard-article-small {
  flex: 0 0 calc((100% - 60px) / 4); /* To control the number of products per row to 4 products */
  padding-bottom: 2rem;
}

.standard-article-small p.article-snippet {
  margin: 0;
}

.standard-article-small-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}

.standard-article-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.standard-article-small-heading {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}

a.standard-article-small-heading {
  text-decoration: none;
}

.standard-article-small-title {
  font-weight: 600;
  font-style: SemiBold;
}

.standard-article-small-title::after {
  content: " | ";
}

.standard-article-small-subtitle {
  font-weight: 400;
  font-style: normal;
}

.standard-article-small-title,
.standard-article-small-subtitle {
  display: inline;
}

/** Section Divider **/

.section-divider {
  height: 0.8px;
  margin: 0 auto;
  /*order: 0;*/
  background: linear-gradient(
    to right,
    transparent,
    #7b2346 20%,
    #7b2346 80%,
    transparent
  );
}

/** Featured Quote & Category Section **/

.featured-quote {
  padding: 2rem 0 3rem 0;
}

.featured-quote-text,
.category-section-title {
  width: 90%;
  margin: 3rem auto;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

.featured-quote-text {
  font-size: 32px;
  line-height: 42px;
}

.category-section-title {
  font-size: 40px;
  line-height: 40px;
}

/** Featured Category Article **/

.featured-category-article {
  width: 100%;
  display: flex;
  column-gap: 2rem;
  padding: 2rem 0 0 0;
}

.featured-category-article-left-column {
  flex: 3;
}

.featured-category-article-left-column-img {
  height: 53rem;
}

.featured-category-article-left-column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-category-article-right-column {
  flex: 4;
  text-transform: none;
}

.featured-category-article-right-column p.article-snippet {
  padding: 0 0 1rem 0;
}

.featured-category-article-right-column a {
  color: #7b2346;
}

/** Featured Category Article -> Product Collection **/

.featured-category-article-product-collection {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  width: 95%;
  margin: 0 auto;
}

.featured-category-article-product-card {
  text-align: center;
  flex: 0 0 calc((100% - 6rem) / 4); /* To control the number of products per row to 4 products */
}

.featured-category-article-product-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.featured-category-article-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-name {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: medium;
  text-transform: uppercase;
}

.product-name {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
}

/** Ad Banner: 720 x 90 **/

.ad-banner-728x90 {
  max-width: 728px;
  max-height: 90px;
  margin: 0 auto;
  padding: 1.5rem 0 6rem 0;
}

.ad-banner-728x90 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.ad-banner-728x90 p {
  text-align: center;
  color: #818181;
  font-size: 13px;
  text-transform: uppercase;
}

/** Other Category Section **/

.other-category-section {
  background-color: #7b2346;
  color: #f0f0f0;
}

.other-category-section a {
  color: #f0f0f0;
}

.other-category-section-content-wrapper {
  display: flex;
  column-gap: 3rem;
  padding: 1rem 3rem;
}

.other-category-section-column {
  flex: 3;
}

.other-category-section-column-title {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  /*line-height: 45px;*/
  letter-spacing: 0px;
}

.other-category-section-article-container {
  display: flex;
  column-gap: 1.5rem;
  margin-bottom: 1.5rem;
  height: 13rem;
}

.other-category-article-left-column {
  flex: 2;
}

.other-category-article-left-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.other-category-article-right-column {
  flex: 5;
}

.other-category-article-right-column p {
  font-size: 14px;
}

.other-category-article-small-heading {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}

.other-category-article-small-title {
  font-weight: 600;
  font-style: SemiBold;
}

.other-category-article-small-title::after {
  content: " | ";
}

.other-category-article-small-subtitle {
  font-weight: 400;
  font-style: normal;
}

.other-category-article-small-title,
.other-category-article-small-subtitle {
  display: inline;
}

/** Ad Banner 160 x 600 **/

.ad-banner-160x600 {
  flex: 1;
}

.ad-banner-160x600 img {
  width: 160px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.ad-banner-160x600 p {
  text-align: center;
  color: #f0f0f0;
  font-size: 13px;
  text-transform: uppercase;
}

/** Footer **/

.footer {
  background-color: #151515;
}

.footer-content-wrapper {
  margin: 0 auto;
  text-align: center;
  color: #f0f0f0;
  padding: 2rem 0;
}

.footer-content-wrapper a {
  color: #f0f0f0;
  text-decoration: none;
}

.footer-row-1 {
  display: flex;
  column-gap: 1rem;
  align-items: center; /* Vertically align child items */
  padding: 1rem 0;
}

.pinkermann-logo-footer {
  flex: 1;
  text-transform: uppercase;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 2px;
}

.footer-menu-1 {
  flex: 1;
  text-transform: uppercase;
}

.footer-menu-1 ul {
  display: flex;
  width: 50%;
  margin: 0;
  padding: 0; /* Remove default bullet point padding */
}

.footer-menu-1 li {
  list-style: none;
  margin: 0; /* Remove default bullet point margin */
  text-align: center;
  padding: 0 1.25rem;
}

.footer-menu-1 li + li {
  border-left: 1px solid #f0f0f0;
}

.footer-row-2 {
  padding: 0 2rem 2rem 2rem;
  max-width: 200px;
  margin: 0 auto;
}

.footer-social-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social-list ul {
  margin: 0 auto;
}

.footer-social-list li {
  margin: 0 auto;
  width: 32px;
  height: 32px;
}

.footer-social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white-divider {
  width: 100%;
  height: 0.8px;
  margin: 0 auto;
  border: none;
  /*order: 0;*/
  background-color: #f0f0f0;
}

.footer-menu-2 {
  text-transform: uppercase;
  padding: 1.5rem 0 0 0;
  margin: 0 auto;
  width: 53%;
}

.footer-menu-2 ul {
  display: flex;
  align-items: center; /* Vertically align child items */
  padding: 0; /* Remove default bullet point padding */
}

.footer-menu-2 li {
  list-style: none;
  margin: 0; /* Remove default bullet point margin */
  padding: 0 1.25rem;
}

.footer-menu-2 li + li {
  border-left: 1px solid #f0f0f0;
}

.copyright {
  color: #818181;
}

/** Category Page **/

.category-page-container {
  min-width: 1025px;
  max-width: 1320px;
  margin: 0 auto;
}

.category-page-title {
  margin: 3rem auto 1.5rem auto;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #7b2346;
}

.category-page-menu {
  text-transform: uppercase;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.category-page-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* Vertically align child items */
  justify-content: center;
  padding: 0; /* Remove default bullet point padding */
}

.category-page-menu li {
  list-style: none;
  margin: 0; /* Remove default bullet point margin */
  padding: 0.5rem 1.25rem;
  font-weight: 400;
  font-style: normal;
}

.category-page-menu a:hover {
  color: #383838;
  transition: 0.3s ease;
}

/* Highlight the current submenu item */
.category-page-menu .current-menu-item > a {
  background-color: #1f1f1f;
  color: #f0f0f0;
  padding: 8px 15px;
}

/* Category Pagination */
.category-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 1rem auto 3rem auto;
  width: 100%;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.category-pagination a,
.category-pagination .current {
  color: #1f1f1f;
  text-decoration: none;
  line-height: 1;
}

.category-pagination a {
  transition: opacity 0.3s ease;
}

.category-pagination a:hover {
  opacity: 0.5;
}

.category-pagination .current {
  color: #7b2346;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  font-weight: 600;
  font-style: SemiBold;
}

/** Pages Page **/

.pages-container {
  min-width: 1025px;
  max-width: 1320px;
  margin: 2rem auto;
}

/** Article Page **/

.article-page {
  color: #1f1f1f;
  padding: 20px;
}

.article-page a {
  text-decoration: none;
}

.article-page section {
  padding: 2rem 0 0 0;
}

/** Control .article Max-width: 1320px **/

.article {
  min-width: 1025px;
  max-width: 1320px;
  margin: 0 auto;
}

/** Control Article Contents at Max-width: 90% of 1320px **/

.article-double-column,
.article-quote {
  max-width: 90%;
}

/** Article Page > Article Header **/

.article-header {
  min-width: 1025px;
  max-width: 1320px;
  margin: 0 auto;
}

.article-header-content-container {
  width: 100%;
  display: flex;
  column-gap: 2rem;
  padding: 0 0 2rem 0;
}

.article-header-img,
.article-header-content {
  flex: 1;
  height: 750px;
}

.article-header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-header-content {
  display: flex; /* This div needs to be display:flex so that the child item can be align-items:center (i.e. vertically centered) */
  align-items: center;
}

.article-header-content-align-items {
  text-align: center;
}

.article-header-content-wrapper .article-category a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #7b2346;
}

.article-page-title {
  text-decoration: none;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-style: SemiBold;
  color: #7b2346;
}

.article-header-content-wrapper .author,
.article-header-content-wrapper .author a {
  font-size: 16px;
  font-weight: 600;
  font-style: SemiBold;
  color: #7b2346;
  text-decoration: none;
}

.article-header-content-wrapper .article-date {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #7b2346;
}

.article-header-content-wrapper .article-snippet {
  font-size: 16px;
  padding: 1rem 0;
}

.article-header-content-wrapper .social-sharing {
  font-size: 13px;
  font-weight: 600;
  font-style: SemiBold;
  color: #7b2346;
  text-transform: uppercase;
}

.share-button {
  width: 25%;
  display: flex;
  column-gap: 1rem;
  margin: 0 auto;
}

.share-button-img {
  flex: 1;
  max-height: 50px;
}

.share-button-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/** Article Page > Nav Section **/

.article-nav-section {
  width: 50%;
  margin: 0 auto;
}

.affiliate-disclaimer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.article-nav-title {
  padding-top: 3rem;
  font-size: 18px;
  font-weight: 600;
  font-style: SemiBold;
  color: #7b2346;
  text-transform: uppercase;
}

.article-nav {
  padding: 1rem 0 3rem 0;
  display: flex;
  column-gap: 2rem;
  width: 100%;
}

.article-nav ul {
  padding: 0; /* Remove default bullet point padding */
  flex: 1;
}

.article-nav li {
  list-style: none;
  margin: 0; /* Remove default bullet point margin */
}

.article-nav-list {
  margin: 0;
}

.article-nav-number {
  font-size: 18px;
  font-weight: 600;
  font-style: SemiBold;
  color: #7b2346;
  padding-right: 0.5rem;
}

.article-nav-section-name {
  text-transform: uppercase;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  color: #1f1f1f;
}

[id] {
  scroll-margin-top: 100px;
}

/** Article Page > Single Column Section **/

.article-single-column {
  width: 90%;
  margin: 0 auto;
}

.article-single-column-text p {
  margin: 0;
}

.article-single-column-text,
.article-single-column-text-left,
.article-single-column-text-right {
  width: 50%;
  margin: 0 auto;
  padding: 0;
}

.article-single-column section {
  padding: 0;
}

/** Article Page > Double Column Section **/

.article-double-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 3rem;
  margin: 0 auto 2rem auto;
  padding: 0;
}

.article-double-column-img-left,
.article-double-column-text-left {
  grid-column: 1;
  grid-row: 1;
}

.article-double-column-text-right,
.article-double-column-img-right {
  grid-column: 2;
  grid-row: 1;
}

.article-double-column-img-left,
.article-double-column-img-right {
  width: auto;
  height: 680px;
  position: sticky;
  top: 7.5rem;
}

.article-double-column-img-left img,
.article-double-column-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-double-column-text-left section,
.article-double-column-text-right section {
  padding: 2px 0;
}

.article-section-number-h2 {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  font-style: italic;
  color: #7b2346;
  margin: 0;
}

.article-section-title-h2 {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-size: 22px;
  color: #7b2346;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.article-section-title-h2 .span-1 {
  font-weight: 400;
  font-style: normal;
}

.article-section-title-h2 .span-2 {
  font-weight: 600;
  font-style: SemiBold;
}

.article-section-title-h3 {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #7b2346;
  margin-bottom: 0.5rem;
}

.article-text,
.article-text-first-letter {
  line-height: 25px;
  margin: 0;
  padding: 0 0 1rem 0;
}

.article p.article-text-first-letter:first-of-type::first-letter {
  /* first letter styling */
  font-size: 4rem;
  font-weight: bold;
  float: left;
  line-height: 3rem;
  margin-right: 0.1em;
  /* font styling */
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  color: #7b2346;
}

/** Article Page > Single Column Product Section **/

.article-single-column section.article-product-section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}

.article-single-column .article-product-card {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1rem;
  flex: 0 0 calc((100% - 18rem) / 4); /* To control the number of products per row to 4 products */
}

.article-product-link-text {
  background-color: #f0f0f0;
  color: #7b2346;
  border: 1px solid #7b2346;
  padding: 0.5rem 0rem;
  margin: 0.3rem 0;
}

.article-product-link-text:hover {
  text-decoration: none;
  color: #f0f0f0;
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

/** Article Page > Double Column Product Section **/

.article-double-column-text-left section.article-product-section,
.article-double-column-text-right section.article-product-section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  width: 90%;
  margin: 0 auto;
  padding-top: 1rem;
}

.article-double-column-text-left .article-product-card,
.article-double-column-text-right .article-product-card {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1rem;
  flex: 0 0 calc((100% - 6rem) / 2); /* To control the number of products per row to 2 products */
}

.article-product-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.article-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-product-card .brand-name {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: medium;
  text-transform: uppercase;
  color: #7b2346;
}

.article-product-card .product-name {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #7b2346;
}

/* Article Page > Article Quote */

.article-quote {
  padding: 2rem 0 3rem 0;
  margin: 0 auto;
}

.article-quote-text {
  width: 90%;
  margin: 3rem auto;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  color: #7b2346;
}

/* Article Page > Related Readings */

.related-readings {
  width: 32rem;
  margin: 0 auto;
  color: #7b2346;
}

.article-single-column .related-readings {
  padding-bottom: 2rem;
}

.related-readings a {
  color: #7b2346;
}

.related-readings-title {
  text-transform: uppercase;
  font-weight: 600;
  font-style: SemiBold;
  padding-left: 1rem;
}

.related-readings-article {
  display: flex;
  column-gap: 1rem;
  padding: 0 1rem 1rem 1rem;
}

.related-readings-article-img {
  flex: 1;
  height: 6rem;
}

.related-readings-article-text {
  flex: 2.5;
}

.related-readings-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-readings-article-text .article-category {
  margin: 0;
}

.related-readings-article-title {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

/* Subscription Form */

.subscription-form-wrapper {
  min-width: 1025px;
  max-width: 1320px;
  margin: 0 auto;
}

.subscription-form {
  width: 50%;
  padding: 4rem 0 3rem 0;
  margin: 0 auto;
  text-align: center;
  color: #7b2346;
}

.subscription-form-title {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  margin: 0;
  padding: 0 0 0.5rem 0;
}

.newsletter-form {
  display: flex;
  column-gap: 0.5rem;
}

.newsletter-form input {
  padding: 0.8rem 1rem;
  font: inherit;
  border: 1px solid #7b2346;
  border-radius: 0;
  background-color: #f0f0f0;
  color: #7b2346;
  margin: 0 auto;
}

.newsletter-form input[type="text"] {
  flex: 3;
}

.newsletter-form input[type="email"] {
  flex: 4;
}

.newsletter-form input::placeholder {
  color: #7b2346;
  text-transform: uppercase;
}

.newsletter-form input:focus {
  outline: none;
  background-color: #ffffff;
  border-color: black;
}

.newsletter-form button {
  padding: 0.8rem 1.5rem;
  border: none;
  background: #7b2346;
  color: #f0f0f0;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.subscription-form-disclaimer {
  color: #1f1f1f;
  font-size: 13px;
}

/* Article Page > Read More Section */

.article-page-read-more {
  min-width: 1025px;
  max-width: 1320px;
  margin: 0 auto;
}

.article-page-section-title {
  margin: 3rem auto 1.5rem auto;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #7b2346;
}

/* =====================================
   Tablet
===================================== */

@media (max-width: 1024px) {
}

/* =====================================
   Mobile
===================================== */

@media (max-width: 768px) {
}

/* =====================================
   Small phones
===================================== */

@media (max-width: 430px) {
  .header-logo-row,
  .header-nav-row,
  .featured-articles,
  .latest-articles,
  .category-section,
  .other-category-section-content-wrapper,
  .footer-content-wrapper {
    max-width: 390px;
  }

  /** HEADER  **/

  .admin-bar .top-header {
    top: 0px;
  }

  .header-logo-row {
    padding: 0.5rem 0.8rem 0 0.8rem;
  }

  .header-logo-row-left {
    display: none;
  }

  .pinkermann-logo {
    flex: 1;
  }

  .pinkermann-logo p {
    text-align: left;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1.5px;
    margin: 0.75rem 0; /* Manually control the margin around a <p> tag. Default margin-top and -bottom are the font size. */
  }

  .header-logo-row-right {
    flex: 1;
    padding: 0;
  }

  .header-logo-row-right a {
    color: #f0f0f0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
  }

  .header-logo-row-right a + a::before {
    content: "|";
    margin: 0 0.5rem;
    color: #f0f0f0;
  }

  .header-logo-row-right-child-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* Vertically center */
  }

  .header-logo-row-right-child-wrapper a {
    text-align: right;
  }

  .nav ul {
    justify-content: flex-start; /* On desktop, menu is in the center */
    column-gap: 0.5rem; /* Space between links */
    flex-wrap: nowrap; /* Optional, if links may wrap */
    overflow-x: auto;
    /* Firefox */
    scrollbar-width: none;
    /* IE/Edge Legacy */
    -ms-overflow-style: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    padding: 0 5px;
    letter-spacing: 1px;
    flex-shrink: 0;
  }

  .left-column > article,
  .right-column > article,
  article.featured-article-main {
    padding-bottom: 30px;
  }

  /** Section: Featured Articles  **/

  .featured-articles {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .featured-articles {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    column-gap: 0; /* Zero gap because all posts are in a single column anyway */
  }

  .featured-article-main {
    grid-column: 1;
    grid-row: 1 / span 1;
  }

  .featured-article-small-1 {
    grid-column: 1;
    grid-row: 2;
  }

  .featured-article-small-2 {
    grid-column: 1;
    grid-row: 3;
  }

  .featured-article-small-3 {
    grid-column: 1;
    grid-row: 4;
  }

  .featured-article-small-4 {
    grid-column: 1;
    grid-row: 5;
  }

  /** Main Featured Article **/

  .featured-article-main-img,
  .featured-article-small-img {
    height: 450px;
  }

  .featured-article-main-heading {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }

  /** Section: Latest Articles **/

  .latest-articles {
    padding: 0 20px;
  }

  /** Div: Standard Articles Layout  **/

  .standard-articles {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0; /* Zero gap because all posts are in a single column anyway */
    padding-top: 0.5rem;
  }

  .standard-articles a {
    color: #7b2346;
  }

  .standard-article-small {
    flex: 0 0 calc((100% - 0px) / 1); /* To control the number of products per row to 1 product */
    padding-bottom: 1rem;
  }

  .standard-article-small p.article-snippet {
    margin-bottom: 20px;
  }

  .standard-article-small-img {
    height: 450px;
  }

  /** Section Divider **/

  .section-divider {
    height: 0.8px;
    margin: 0 auto;
    /*order: 0;*/
    background: linear-gradient(
      to right,
      transparent,
      #7b2346 20%,
      #7b2346 80%,
      transparent
    );
  }

  /** Ad Banner: 720 x 90 **/

  .ad-banner-728x90 {
    padding: 0 0 3rem 0;
  }

  .ad-banner-728x90 img {
    height: auto;
    max-width: 90%;
    margin: 0 auto;
  }

  /** Featured Quote & Category Section **/

  .featured-quote {
    padding: 0 0 3rem 0;
  }

  .featured-quote-text {
    width: 90%;
    margin: 3rem auto;
  }

  .featured-quote-text {
    font-size: 30px;
    line-height: 35px;
  }

  .category-section-title {
    font-size: 26px;
    line-height: 26px;
    margin: 2rem auto;
  }

  /** Featured Category Article **/

  .featured-category-article {
    flex-wrap: wrap;
    column-gap: 0; /* Zero gap because all posts are in a single column anyway */
  }

  .featured-category-article-left-column,
  .featured-category-article-right-column {
    flex: 0 0 calc((100% - 0px) / 1); /* To stack the right column below the left column */
  }

  .featured-category-article-left-column-img {
    height: 450px;
  }

  /** Featured Category Article -> Product Collection **/

  .featured-category-article-product-collection {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 1rem;
    width: 390px;
    margin: 0 auto;
    overflow-x: scroll;
    /* Firefox */
    scrollbar-width: none;
    /* IE/Edge Legacy */
    -ms-overflow-style: none;
  }

  .featured-category-article-product-collection::-webkit-scrollbar {
    display: none;
  }

  .featured-category-article-product-card {
    flex: 0 0 calc((100% - 2rem) / 2.5); /* To control the number of products per row to 2.5 products */
  }

  /** Other Category Section **/

  .other-category-section-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0rem;
    padding: 1rem 0rem;
  }

  .other-category-section-column {
    flex: 0 0 calc((100% - 0px) / 1); /* To stack the right column below the left column */
  }

  .other-category-section-column-title {
    font-size: 30px;
  }

  .other-category-section-article {
    display: flex;
    column-gap: 1rem;
    margin-bottom: 1.5rem;
    height: 12rem;
  }

  .other-category-article-left-column {
    flex: 2.5;
  }

  .other-category-article-left-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .other-category-article-right-column {
    flex: 5;
  }

  .other-category-article-right-column p {
    font-size: 14px;
  }

  .other-category-article-small-heading {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .other-category-article-small-title {
    font-weight: 600;
    font-style: SemiBold;
  }

  .other-category-article-small-title::after {
    content: " | ";
  }

  .other-category-article-small-subtitle {
    font-weight: 400;
    font-style: normal;
  }

  .other-category-article-small-title,
  .other-category-article-small-subtitle {
    display: inline;
  }

  /** Footer **/

  .footer-content-wrapper {
    margin: 0 auto;
    text-align: center;
    color: #f0f0f0;
    padding: 2rem 0;
  }

  .footer-content-wrapper a {
    color: #f0f0f0;
    text-decoration: none;
  }

  .footer-row-1 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    align-items: center; /* Vertically align child items */
    padding: 1rem 0;
  }

  .pinkermann-logo-footer,
  .footer-menu-1 {
    flex: 0 0 calc((100% - 0px) / 1); /* To stack the right column below the left column */
  }

  .pinkermann-logo-footer {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    padding-bottom: 1rem;
  }

  .footer-menu-1 ul {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .footer-menu-1 li {
    padding: 0.25rem 0;
  }

  .footer-menu-1 li + li {
    border-left: 0px solid #f0f0f0;
  }

  .footer-menu-2 ul {
    display: block;
  }

  .footer-menu-2 li {
    padding: 0.25rem 0;
  }

  .footer-menu-2 li + li {
    border-left: 0px solid #f0f0f0;
  }

  .ad-banner-160x600 {
    display: none;
  }

  /** Category Page **/

  .category-page-container {
    min-width: 200px;
    max-width: 390px;
  }

  .category-page-title {
    font-size: 30px;
  }

  .category-page-container .standard-articles {
    margin-top: 1rem;
  }

  .category-page-menu ul {
    flex-wrap: nowrap;
    justify-content: flex-start; /* Align items to the left */
    overflow-x: scroll;
    /* Firefox */
    scrollbar-width: none;
    /* IE/Edge Legacy */
    -ms-overflow-style: none;
  }

  .category-page-menu li {
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
  }

  /** Pages Page **/

  .pages-container {
    min-width: 200px;
    max-width: 390px;
    margin: 2rem auto;
  }

  /** Article Page **/

  /** Control .article Max-width: 430px **/

  .article {
    min-width: 200px;
    max-width: 430px;
  }

  /** Control Article Contents at Max-width: 90% of 430px **/

  .article-double-column,
  .article-quote {
    max-width: 90%;
  }

  /** Article Page > Article Header **/

  .article-header {
    min-width: 200px;
    max-width: 430px;
    margin: 0 auto;
  }

  .article-header-content-container {
    width: 100%;
    display: block;
    padding: 0 0 2rem 0;
  }

  .article-header-img {
    height: 300px;
  }

  .article-header-content {
    height: auto;
    margin: 20px 0 0 0;
  }

  .article-page-title {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }

  /** Article Page > Nav Section **/

  .article-nav-section {
    width: 90%;
  }

  .affiliate-disclaimer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
  }

  .article-nav-title {
    padding-top: 3rem;
    font-size: 18px;
    font-weight: 600;
    font-style: SemiBold;
    color: #7b2346;
    text-transform: uppercase;
  }

  .article-nav {
    display: block;
    width: 100%;
  }

  /** Article Page > Single Column Section **/

  .article-single-column-text {
    width: 100%;
  }

  /** Article Page > Double Column Section **/

  .article-double-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    column-gap: 0rem;
    margin: 0 auto 0rem auto;
    padding: 0;
  }

  .article-double-column-img-left,
  .article-double-column-img-right {
    grid-column: 1;
    grid-row: 1;
    height: 450px;
  }

  .article-double-column-text-left,
  .article-double-column-text-right {
    grid-column: 1;
    grid-row: 2;
  }

  .article-double-column-text-left,
  .article-double-column-text-right {
    padding-top: 2rem;
  }

  .article-double-column-img-left,
  .article-double-column-img-right {
    height: 450px;
    position: inherit;
    top: 0rem;
  }

  /** Article Page > Single Column & Double Column Product Section **/

  .article-single-column section.article-product-section,
  .article-double-column-text-left section.article-product-section,
  .article-double-column-text-right section.article-product-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    width: auto;
    margin: 0 auto;
    padding-top: 1rem;
  }

  .article-single-column .article-product-card,
  .article-double-column-text-left .article-product-card,
  .article-double-column-text-right .article-product-card {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1rem;
    flex: 0 0 calc((100% - 2rem) / 2); /* To control the number of products per row to 2 products */
  }

  /* Article Page > Article Quote */

  .article-quote-text {
    font-size: 23px;
    line-height: 28px;
  }

  /* Article Page > Related Readings */

  .related-readings {
    width: auto;
  }

  /* Subscription Form */

  .subscription-form-wrapper {
    min-width: 200px;
    max-width: 430px;
  }

  .subscription-form {
    width: 90%;
    padding: 3rem 0 1rem 0;
  }

  .subscription-form-title {
    font-size: 25px;
  }

  .newsletter-form {
    display: block;
  }

  .newsletter-form input {
    width: 80%;
    margin: 5px auto;
  }

  .newsletter-form button {
    width: 50%;
    margin: 5px auto;
  }

  /* Article Page > Read More Section */

  .article-page-read-more {
    min-width: 200px;
    max-width: 430px;
  }

  .article-page-section-title {
    font-size: 30px;
  }
}
