body {
  background: #f3f3f3 !important;
}

.page-container h1,
.page-container .h1,
.page-container h2,
.page-container .h2,
.page-container h3,
.page-container .h3,
.page-container h4,
.page-container .h4,
.page-container h5,
.page-container .h5,
.page-container h6,
.page-container .h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.h2.hashtag {
  display: none !important;
}

.promoBanner {
  display: flex;
  justify-content: center;
}

.sectionContainer {
  background: #162838;
}

.sectionImg img {
  width: 100vw;
  height: 100%;
}

.header-image {
  width: 100%;
}

.header-image img {
  width: 100%;
  object-fit: cover;
  /* NEW 2025 FEB */
  height: 100%;
}

.row-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 15px 15px 45px 15px;
  border: 0.75px #d2d1cf solid;
  background: white;
}

.page-container {
  max-width: 1230px !important;
  width: 100%;
  padding: 0 20px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  font-family: "NeueMontreal-Regular";
  overflow: unset;
  color: black;
}

.promoHeadline {
  margin-bottom: 0;
  padding-bottom: 0;
  /* max-width: 850px; */
  text-wrap-style: balance;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

h1.promo-copy {
  padding-bottom: 0;
  margin: 0;
  font-weight: 500;
}

h2.promo-copy {
  margin: 0;
  padding: 0;
}

h2.promo-name {
  padding-bottom: 0;
  margin: 0;
  font-weight: 500;
  /* opacity: 0.5; */
}

.code-copy {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.478px;
  margin-top: 1.2rem !important;
  margin-bottom: 0;
}

.product-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: unset;
  margin-top: 20px;
}

.full-row,
.half-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.reverse {
  flex-direction: row-reverse;
}

.row-img {
  display: flex;
  width: 100%;
  border: 0.375px solid #d7d7d7;
}

.product-item {
  display: flex;
  width: calc((100% / 2));
  padding: 12px;
  border: 0.75px #d2d1cf solid;
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.color-options {
  padding-top: 5px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
}

.details {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  display: flex;
}

.title {
  color: #2d2c2c;
  word-wrap: break-word;
}

.price-container {
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0.7;
}

.price-text {
  color: #2f2d2d;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

.original-price {
  color: #2f2d2d;
  text-decoration: line-through;
  word-wrap: break-word;
}

.promo-price {
  color: #ff0000;
  word-wrap: break-word;
}

.color-container {
  padding-top: 5px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: black;
}

.activeSwatch {
  border: 2px solid #6e6e6e;
  border-radius: 50%;
}

.gray {
  background: #d9d9d9;
}

.black {
  background: black;
}

.brown {
  background: #964832;
}

.blue {
  background: #448cb4;
}

.cross-icon svg {
  width: 12px;
  height: 12px;
}

.explore-more-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.exploreHeadline {
  margin-bottom: 1rem;
}

.explore-more-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}

.explore-more-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.explore-category {
  width: auto;
}

.explore-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 10px;
  opacity: 0.5;
}

.explore-cta:hover {
  color: rgb(88, 89, 91);
  opacity: 0.5;
}

.explore-more a:hover,
.explore-other-item a:hover {
  color: black;
}

.right-arrow {
  opacity: 0.5;
}

.explore-others {
  display: flex;
  flex-direction: column;
}

.explore-other-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 20px;
  border-top: 1px solid #d7d7d7;
  padding: 10px 0;
  cursor: pointer;
}

.explore-other-item:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.explore-other-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  gap: 5px;
}

.explore-other-img {
  max-width: 100px;
  width: 100%;
}

/* ACCORDION */
.accordion-header {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.accordion {
  width: 100%;
  border-top: 0.5px solid #6e6e6e;
}

div[data-toggle="collapse"],
div[data-toggle="collapsed"] {
  width: 100%;
  border-bottom: 0.5px solid #6e6e6e;
  margin: 5px 0;
  padding: 5px 0;
}

div[aria-expanded="true"] p.tab-font {
  color: black;
}

.tab-font {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  color: #6e6e6e;
  padding-bottom: 5px !important;
}

.collapsed[aria-expanded="false"] .toggle-icon::before {
  content: "+"; /* Default to plus icon */
  font-size: 30px; /* Optional: Adjust the icon size as needed */
  float: right;
  color: #6e6e6e;
}

/* Style for the minus icon when the accordion is expanded */
div[data-toggle="collapse"] .toggle-icon::before {
  content: "\2013";
  font-size: 30px; /* Optional: Adjust the icon size as needed */
  float: right;
  color: #6e6e6e;
}

.chart-row {
  max-width: 600px;
  width: 100%;
}

.chart-info {
  margin: 10px 0 20px !important;
  cursor: default;
}

/* FONTS */

.xxl {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.478px;
}

.xl {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
}

.xs {
  font-size: 11px;
  font-weight: 400;
  line-height: 130%;
}

.s {
  font-size: 12px;
  font-weight: 400;
  line-height: 115%;
}

.m {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.l {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.478px;
}

.explore-category.l {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.478px;
}

.page-filters {
  margin: 32px 0;
}

select#category {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2v20m10-10H2" stroke="black" stroke-width="2" fill="none"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 5px center !important;
  background-size: 15px !important;
  font-size: 15px;
  border: 0.5px solid #d7d7d7;
  max-width: 250px;
  width: 100%;
  background: #eee;
  padding: 5px 10px;
  margin: 0;
  color: black;
}

/* WHEN FILTER IS IN FOCUS, CHANGE TO MINUS SIGN */
select#category.selected {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12h20" stroke="black" stroke-width="2" fill="none"/></svg>') !important;
}

/* SPACE */
.space-75 {
  height: 50px;
}

.space-30 {
  height: 20px;
}

.page-container p {
  margin: 0;
  padding: 0;
}

/* MEDIA QUERIES */

/* X-Small devices (portrait phones, 300px and up) */
@media (min-width: 300px) {
}

@media (min-width: 475px) {
  /* .explore-other-img {
    width: unset;
  } */

  .explore-other-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .product-item {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .explore-more-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }

  .explore-more-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    width: calc((100% / 2) - 10px);
  }

  .explore-more-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .explore-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 10px;
    opacity: 0.5;
  }

  .right-arrow {
    opacity: 0.5;
  }

  .explore-other-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .code-copy {
    font-size: 26px;
  }

  /* FONTS */

  /* HEADER */
  .xxl {
    font-size: 50px;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: -2px;
  }

  /* PRICE */
  .xs {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
  }

  /* FILTERS */
  .s {
    font-size: 15px;
    font-weight: 400;
    line-height: 115%;
  }

  /* EXPLORE PRODUCT TITLE  */
  .m {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
  }

  /* EXPLORE HEADER */
  .l {
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
  }

  .xl {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
  }
  .explore-category.l {
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
  }

  /* SPACE */
  .space-75 {
    height: 75px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promoBanner {
    margin: 2vh auto;
  }

  .product-item {
    width: calc((100% / 4));
  }

  .row-img {
    width: calc((100% / 2));
  }

  .header-image {
    width: 50%;

    /* NEW 2025 FEB */
    /* max-height: 392px; */
  }

  .row-text {
    width: 50%;
    padding: 40px;
    gap: 24px;
  }

  .explore-more-item {
    width: calc((100% / 3) - 14px);
    margin-bottom: 1rem;
  }
}

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

@media (min-width: 1200px) {
}
