.products-wrapper__black-friday {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-variations-thumbnails {
  display: flex;
  gap: 5px;
}
.product-variations-thumbnails img {
  width: 50px;
}

/* CSS starts here */
:root {
  --primary-color: #cc2229;
  --dark-blue: #22293a;
  --light-blue: #eff4ff;
  --review-star-color: #f0ac12;
  --question-mark: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTI1NiAwQzExNC41MDkgMCAwIDExNC40OTYgMCAyNTZjMCAxNDEuNDg5IDExNC40OTYgMjU2IDI1NiAyNTYgMTQxLjQ5MSAwIDI1Ni0xMTQuNDk2IDI1Ni0yNTZDNTEyIDExNC41MDkgMzk3LjUwNCAwIDI1NiAwem0wIDQ3Ni4yNzljLTEyMS40NjIgMC0yMjAuMjc5LTk4LjgxNi0yMjAuMjc5LTIyMC4yNzlTMTM0LjUzOCAzNS43MjEgMjU2IDM1LjcyMWMxMjEuNDYzIDAgMjIwLjI3OSA5OC44MTYgMjIwLjI3OSAyMjAuMjc5UzM3Ny40NjMgNDc2LjI3OSAyNTYgNDc2LjI3OXoiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48cGF0aCBkPSJNMjQ4LjQyNSAzMjMuOTI0Yy0xNC4xNTMgMC0yNS42MSAxMS43OTQtMjUuNjEgMjUuOTQ2IDAgMTMuODE3IDExLjEyIDI1Ljk0OCAyNS42MSAyNS45NDhzMjUuOTQ2LTEyLjEzMSAyNS45NDYtMjUuOTQ4YzAtMTQuMTUyLTExLjc5NC0yNS45NDYtMjUuOTQ2LTI1Ljk0NnpNMjUyLjgwNSAxMjcuNDY5Yy00NS40OTIgMC02Ni4zODQgMjYuOTU5LTY2LjM4NCA0NS4xNTUgMCAxMy4xNDIgMTEuMTIgMTkuMjA4IDIwLjIxOCAxOS4yMDggMTguMTk3IDAgMTAuNzg0LTI1Ljk0OCA0NS4xNTUtMjUuOTQ4IDE2Ljg0OCAwIDMwLjMyOCA3LjQxNCAzMC4zMjggMjIuOTE1IDAgMTguMTk2LTE4Ljg3MSAyOC42NDItMjkuOTkxIDM4LjA3Ny05Ljc3MyA4LjQyMy0yMi41NzcgMjIuMjQtMjIuNTc3IDUxLjIyIDAgMTcuNTIyIDQuNzE4IDIyLjU3NyAxOC41MzMgMjIuNTc3IDE2LjUxMSAwIDE5Ljg4MS03LjQxMyAxOS44ODEtMTMuODE3IDAtMTcuNTIyLjMzNy0yNy42MzEgMTguODcxLTQyLjEyMSA5LjA5OC03LjA3NiAzNy43NC0yOS45OTEgMzcuNzQtNjEuNjY2cy0yOC42NDItNTUuNi03MS43NzQtNTUuNnoiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+);
}
body {
  background-color: var(--light-blue) !important;
}

/* Global */

h1.heading-1__black-friday {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  text-align: center;
  font-size: 34px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-shadow:
    0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
  font-weight: 900;
  letter-spacing: 2px;
}
h2.heading-2__black-friday {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
}
button.cookie-preferences {
  display: none !important;
}
.section--spaced {
  padding: 30px 0;
}

/* Header */

.container-bg__header {
  display: grid;
  grid-template-columns: 25% 50% 25%;
}
.header__black-friday {
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
header.header__black-friday.header--standard {
  background-image: url('http://ariete.bg/wp-content/uploads/2024/11/frame_11.png'); /* Add your image URL */
  background-color: #151924;
}
header.header__black-friday.header--bg {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 0;
  position: relative;
}
header.header__black-friday.header--bg .container-bg__header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.header__bg {
  display: flex;
  justify-content: center;
  align-items: center;
}
header.header__black-friday.header--bg .col-logo__header img {
  max-width: 125px;
}
img.header__bg-img {
  user-select: none;
  pointer-events: none;
}
a.home-url__col-logo:before {
  content: '\f121';
  font-family: 'woodmart-font';
}
.col__header {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
  justify-content: center;
}
.col-logo__header img {
  max-width: 250px;
}
header.header__black-friday.header--bg .col-logo__header img {
  max-width: 150px;
}
a.home-url__col-logo:link,
a.home-url__col-logo:visited {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  gap: 7px;
  line-height: 1.2em;
  color: #fff;
  opacity: 0.9;
}
a.home-url__col-logo:hover,
a.home-url__col-logo:active {
  opacity: 1;
}
.col-text-center__header {
  align-items: center;
  padding: 20px 0;
}
.timer__header {
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #eff4ff;
  border-radius: 45px;
  padding: 12px 32px;
  gap: 20px;
  justify-content: space-between;
  max-width: max-content;
  align-items: center;
}
.cell__timer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  gap: 5px;
}
span.number__timer {
  font-size: 22px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: var(--primary-color);
}
span.type-countable__timer {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
p.timer__info-text {
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.marquee-container__header {
  width: 100%;
  height: 70px;
  transform: rotate(-2.81deg);
  background-color: var(--primary-color);
  box-shadow: 0px 10px 20px 0px #00000040;
  overflow: hidden;
  position: relative;
}
.marquee-wrapper__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  gap: 0;
  padding: 13px 0;
  white-space: nowrap;
  transform: translateX(500%);
  animation: marquee-horizontal 45s linear infinite;
  animation-play-state: running;
}

.item__marquee-container {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2em;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}

.item__marquee-container.item--outline {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}
.item__marquee-container:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 500px;
  margin: 0 30px;
}

/* Top level Categories */
.section__top-level-categories {
  background-color: var(--dark-blue);
  box-shadow: 0px 10px 20px 0px #00000040;
}
.top-level-categories__navigation {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 12px;
  font-weight: 600;
  min-height: 48px;
}
.link__top-level-categories {
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}
.link__top-level-categories.active {
  color: var(--primary-color);
  background-color: var(--light-blue);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.link__top-level-categories.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  transform: translateY(-50%);
  z-index: 9;
  background-color: var(--light-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Child Level Categories Links */
.section__child-link-categories {
  background-color: var(--light-blue);
  border-bottom: 1px solid #b8b8b8;
}
.category-wrapper__child-categories {
  padding: 15px 0 !important;
  position: static !important;
}
.link__child-category {
  display: inline-flex;
  background-color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  border-bottom: 1px solid #b8b8b8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  cursor: pointer;
}
.link__child-category.active {
  color: #fff;
  background-color: var(--primary-color);
}

/* Slider Categories */
div.navigation-btn__slider {
  color: var(--dark-blue);
}
div.navigation-btn__slider {
  background-color: var(--dark-blue);
  width: 30px;
  height: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  top: 50%;
  margin-top: 0 !important;
}
div.navigation-btn__slider:hover {
  opacity: 0.85;
}
div.navigation-btn__slider::after {
  font-size: 16px;
  color: #fff;
}
div.swiper-button-next.navigation-btn__slider::after {
  transform: translateX(1px);
}
div.swiper-button-prev.navigation-btn__slider::after {
  transform: translateX(-1px);
}
.swiper-button-prev.navigation-btn__slider {
  left: 0;
  transform: translate(-2.5rem, -50%);
}
.swiper-button-next.navigation-btn__slider {
  right: 0;
  transform: translate(2.5rem, -50%);
}
.link__child-category[data-category='203'] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.child-categories__navigation {
  position: relative;
}

/* Section Products and Product Box */
section.section__products {
  background-color: var(--light-blue);
}
.loader__black-friday {
  text-align: center;
  padding: 20px 0;
}
.shaking-emoji {
  display: inline-block;
  font-size: 1.5rem;
  animation: shake 0.6s ease-in-out infinite;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-5px);
  }
  40%,
  80% {
    transform: translateX(5px);
  }
}

.product-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 14px;
  border-radius: 14px;
}
.bottom-content__product-box,
.price-actions__product-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 100%;
}
.price-actions__product-box {
  justify-content: flex-end;
  height: 100%;
}
.price__product-box {
  text-align: center;
}
.image-link__product-box img {
  border-radius: 8px;
}
.labels__product-box {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.label-product {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 5px 7px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  color: #fff;
}
span.label-below-title__product-box.label--low-stock {
  background-color: var(--review-star-color);
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 5px 7px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  color: #333;
  text-align: center;
}
.label--sale {
  background-color: var(--primary-color);
}
.label--free-shipping {
  background-color: #58739f;
}
span.label__product-box.label--free-shipping.label--stack {
  transform: translateY(120%);
}
.variation-thumbnails__product-box {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
img.single-variation__variation-thumbnails {
  width: 44px;
  height: 44px;
  background-color: #fff;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 500px;
  padding: 3px;
}
img.single-variation__variation-thumbnails:hover {
  border-color: #666;
}
h2.title__product-box {
  text-align: center;
  line-height: 1.2em;
  font-size: 20px;
  margin: 0;
}
.product-box:hover a.btn__product-box {
  background-color: #222;
  opacity: 0.85;
}
.reviews__product-box {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.reviews__product-box a:link,
.reviews__product-box a:visited {
  color: #686868;
  line-height: 1.2em;
}
.reviews__product-box a:hover,
.reviews__product-box a:active {
  opacity: 0.85;
}
.reviews__product-box:before {
  content: '\f148' '\f148' '\f148' '\f148' '\f148';
  font-family: 'woodmart-font';
  color: var(--review-star-color);
}
a.btn__product-box:link,
a.btn__product-box:visited {
  background-color: var(--dark-blue);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  min-width: 80px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
a.btn__product-box:hover,
a.btn__product-box:active {
  background-color: #222;
}
.price__product-box del,
.price__product-box ins {
  font-size: 22px;
  line-height: 1.2em;
}

/* Product Categories Section */
.section__product-categories {
  background-color: var(--dark-blue);
}
.section__product-categories h2.heading-2__black-friday {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1em;
}

.popular-categories {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.5rem;
}
.single__popular-categories {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Sofia Sans', Sans-Serif;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: none;
  line-height: 1.3em;
  position: relative;
}
.label__popular-categories {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 5px 7px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  line-height: 1.2em;
}
.img-wrap__popular-categories {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s;
  width: 165px;
  height: 165px;
}
img.img__popular-categories {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 16px;
}
.single__popular-categories:hover img.img__popular-categories {
  transform: scale3d(1.05, 1.05, 1.05);
}
.single__popular-categories:hover .img-wrap__popular-categories {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
}
.single__popular-categories:hover {
  color: #fff;
}
span.body__popular-categories {
  line-height: 1.2em;
}

/* Influencers Section */

.section__influencers {
  background-color: var(--light-blue);
}
section.section__influencers.section--spaced {
  padding-top: 0;
}
.section__influencers h2.heading-2__black-friday {
  text-align: center;
}
.influencers-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 25px;
}
.social-signal-influencers {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 20px;
}
.social-signal-influencers:before {
  content: '\f148 \f148 \f148 \f148 \f148';
  font-family: 'woodmart-font';
  font-weight: 400;
  letter-spacing: 4px;
  color: var(--review-star-color);
}
.social-signal-influencers strong {
  font-weight: 800;
}
.influencer-card {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 14px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.influencer-card__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.influencer-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin: 15px 0 10px;
}

.influencer-card__extra {
  font-size: 16px;
  line-height: 1.35;
  opacity: 0.85;
}

/* 5 -> 3 */
@media (max-width: 1200px) {
  .influencers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 3 -> 2 */
@media (max-width: 768px) {
  .influencers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 2 -> 1 */
@media (max-width: 480px) {
  .influencers-grid {
    grid-template-columns: 1fr;
  }
}

/* End Influencers Section */

/* Product Tiles Section */

/* --- Grid container --- */
.promo-tiles-grid {
  display: grid;
  gap: 20px;

  grid-template-columns: 1fr 1fr 1fr;

  grid-template-rows: minmax(180px, 200px) minmax(180px, 200px);

  grid-template-areas:
    'tile1 tile2 tile4'
    'tile1 tile3 tile4';

  align-items: stretch;
}

.promo-tiles-grid > .promo-tile:nth-child(1) {
  grid-area: tile1;
}
.promo-tiles-grid > .promo-tile:nth-child(2) {
  grid-area: tile2;
}
.promo-tiles-grid > .promo-tile:nth-child(3) {
  grid-area: tile3;
}
.promo-tiles-grid > .promo-tile:nth-child(4) {
  grid-area: tile4;
}

/* If you ever have more than 4 tiles, they will flow below */
.promo-tiles-grid > .promo-tile:nth-child(n + 5) {
  grid-column: 1 / -1;
}

.promo-tile {
  position: relative;
  padding: 16px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  background: #cfeaa1;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  min-height: 100%;
}

.promo-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.promo-tile__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
}

.promo-tile__title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--headings-color);
}

/* CTA */
.promo-tile__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 2px solid var(--body-color);
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3em;
  width: fit-content;
  max-width: 190px;
  color: var(--headings-color);
}

/* --- Image block --- */
.promo-tile__image {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promo-tile__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.promo-tile__prices {
  display: flex;
  gap: 6px;
  margin: 0;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.promo-tile__prices span.eur-price {
  display: none;
}

/* Base price */
.promo-tile__price {
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
  gap: 6px;
}
span.promo-tile__price.promo-tile__price--new {
  font-size: 24px;
}
span.promo-tile__price.promo-tile__price--old {
  font-size: 18px;
}
.promo-tile__price--old .amount {
  font-weight: 500;
  color: #7d7d7d;
  text-decoration: line-through;
  opacity: 0.8;
}
span.promo-tile__price.promo-tile__price--new .amount {
  font-weight: 800;
}

@media (min-width: 1024px) {
  a.promo-tile.promo-tile--large .promo-tile__image {
    width: 270px;
  }
  a.promo-tile.promo-tile--small .promo-tile__image {
    width: 120px;
  }
}

@media (max-width: 1024px) {
  .promo-tile__image {
    width: 200px;
  }
  .promo-tiles-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      'tile1 tile2'
      'tile3 tile4';
  }

  .promo-tiles-grid > .promo-tile:nth-child(1),
  .promo-tiles-grid > .promo-tile:nth-child(4) {
    min-height: 320px;
  }
}

/* Mobile: 1 column stacked */
@media (max-width: 640px) {
  .promo-tiles-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      'tile1'
      'tile2'
      'tile3'
      'tile4';
  }

  .promo-tiles-grid > .promo-tile {
    min-height: 220px;
  }

  .promo-tile__title {
    max-width: 100%;
  }
}

/* End Product Tiles Section */

/* USP Bar */

section.section__usp-bar.section--spaced {
  padding: 0;
}

.usp-bar {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  min-height: 56px;
  position: relative;
}

.usp-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.usp-item__icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex: 0 0 40px;
}

.usp-item__icon {
  width: 100%;
  height: 100%;
  display: block;
}

.usp-item__text-wrap {
  display: flex;
  align-items: center;
  min-width: 0;
}

.usp-item__label {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  color: var(--headings-color, #182c45);
  cursor: help; /* because tooltip */
  display: inline-block;
  white-space: normal;
}
span.usp-item__label .question-icon {
  filter: brightness(0) saturate(100%) invert(10%) sepia(19%) saturate(7%)
    hue-rotate(54deg) brightness(103%) contrast(93%);
}
/* Responsive */
@media (max-width: 1200px) {
  .usp-bar {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .usp-bar {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px;
  }

  .usp-item:nth-child(2),
  .usp-item:nth-child(4),
  .usp-item:nth-child(6) {
    border-right: none;
  }

  .usp-item__label {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .usp-item {
    border-right: none !important;
    padding: 0;
  }
  .promo-tile__image {
    width: 150px;
  }
  .social-signal-influencers {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 20px;
  }
  .social-signal-influencers div {
    line-height: 1.3em;
  }
}

/* End USP Bar */

/* Exclusive Offers */

section.section__exclusive-offers {
  background-color: #fff;
}
.section__exclusive-offers .heading-2__black-friday {
  text-align: center;
  margin-bottom: 30px;
}
.exclusive-offers-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1.5rem;
}
.exclusive-product-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  background-color: var(--light-blue);
  padding: 20px;
  border-radius: 16px;
}
.labels__exclusive-product-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
h3.heading-3__exclusive-product-box {
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0;
  margin-top: 10px;
}
h3.heading-3__exclusive-product-box a {
  line-height: 1.2em;
  display: flex;
}
.exclusive-product-box .label-product.label__exclusive-product-box {
  font-size: 12px;
  text-transform: uppercase;
}
.content__exclusive-product-box {
  flex-grow: 1;
  width: 60%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
}
.image-wrapper__exclusive-product-box {
  flex-grow: 1;
  width: 40%;
}
.image-wrapper__exclusive-product-box img {
  border-radius: 10px;
}
a.button__exclusive-product-box:link,
a.button__exclusive-product-box:visited {
  color: #58739f;
  font-size: 17px;
  font-weight: 700;
  border: 1px solid #58739f;
  padding: 10px 20px;
  line-height: 1.2em;
  display: inline-flex;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
a.button__exclusive-product-box:hover,
a.button__exclusive-product-box:active {
  background-color: #58739f;
  color: #fff;
}
.prices__exclusive-product-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  gap: 5px;
  margin: 10px 0;
  line-height: 1.2em;
}
.prices__exclusive-product-box span.sale-price {
  color: var(--primary-color);
}

/* Footer */

.footer__black-friday {
  background-color: var(--dark-blue);
}
.usp-wrapper__footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.usp__footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.heading-4__usp {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: left;
}
.icon__usp {
  width: 55px;
  height: 45px;
}
.question-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translate(4px, 0px);
}
.question-icon:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--question-mark);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.social-links__footer {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.social-links__footer a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  transition: all 0.2s ease-in-out;
  background-color: #efefef;
}
.social-links__footer a:hover {
  background-color: #fff;
}
.container-company__footer,
.container-legal-links__footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.container-company__footer {
  border-top: 2px solid #464a54;
  padding: 15px;
  margin-top: 15px;
}
p.copyright__footer {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
.legal-links__footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.legal-links__footer a:link,
.legal-links__footer a:visited {
  color: #fff;
  opacity: 0.85;
  line-height: 1.2em;
  font-size: 15px;
}
.legal-links__footer a:hover,
.legal-links__footer a:active {
  color: #fff;
  opacity: 1;
}
a.twitter-icon__social-links:after {
  content: '\f099';
  font-family: 'woodmart-font';
  color: #00000066;
}
a.facebook-icon__social-links:after {
  content: '\f180';
  font-family: 'woodmart-font';
  color: #00000066;
}
a.instagram-icon__social-links:after {
  content: '\f163';
  font-family: 'woodmart-font';
  color: #00000066;
}

/* Media Queries */
@media only screen and (max-width: 1200px) {
  h3.heading-3__exclusive-product-box a {
    font-size: 1.3rem;
  }
  .labels__exclusive-product-box {
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
  }
  .prices__exclusive-product-box {
    font-size: 20px;
  }
  .exclusive-product-box {
    padding: 15px;
  }
  h2.heading-2__black-friday {
    font-size: 1.65rem;
  }
  .section__exclusive-offers .heading-2__black-friday,
  .section__product-categories h2.heading-2__black-friday {
    margin-bottom: 20px;
  }
  .swiper-button-prev.navigation-btn__slider,
  .swiper-button-next.navigation-btn__slider {
    transform: translate(0, -50%);
  }
  a.home-url__col-logo:link,
  a.home-url__col-logo:visited {
    font-size: 16px;
  }
  .link__top-level-categories {
    font-size: 14px;
    font-weight: 700;
  }
  .link__child-category {
    justify-content: center;
    text-align: center;
    font-weight: 700;
  }
  a.button__exclusive-product-box:link,
  a.button__exclusive-product-box:visited {
    padding: 8px 12px;
  }
  .label__popular-categories {
    padding: 5px 7px;
    font-size: 12px;
  }
  .item__marquee-container {
    font-size: 26px;
  }
  .item__marquee-container:after {
    width: 15px;
    height: 15px;
    margin: 0 20px;
  }
  .col-logo__header img {
    max-width: 160px;
  }
  h1.heading-1__black-friday {
    font-size: 26px;
  }
  .marquee-container__header {
    height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .usp__footer {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  h4.heading-4__usp {
    font-size: 18px;
    text-align: center;
  }
  img.icon__usp {
    width: 40px;
  }
  .wd-toolbar {
    display: none !important;
  }
  .marquee-container__header {
    height: 50px;
  }
  .marquee-wrapper__header {
    padding: 12px 0;
  }
  .item__marquee-container {
    font-size: 22px;
  }
  h3.heading-3__exclusive-product-box a {
    font-size: 1.3rem;
  }
  h2.title__product-box {
    font-size: 18px;
  }
  .timer__header {
    padding: 8px 24px;
  }
  .popular-categories {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
  .img-wrap__popular-categories {
    width: 125px;
    height: 125px;
  }
  .single__popular-categories {
    font-size: 18px;
    gap: 10px;
  }
  img.single-variation__variation-thumbnails {
    width: 40px;
    height: 40px;
    padding: 0px;
  }
  .price__product-box del,
  .price__product-box ins {
    font-size: 18px;
  }
  a.button__exclusive-product-box:link,
  a.button__exclusive-product-box:visited {
    padding: 8px 12px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 881px) {
  .popular-categories {
    grid-template-columns: repeat(4, 1fr);
  }
  h1.heading-1__black-friday {
    font-size: 22px;
  }
  .timer__header {
    gap: 12px;
  }
  .item__marquee-container:after {
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
  img.single-variation__variation-thumbnails {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 768px) {
  header.header__black-friday.header--bg a.home-url__col-logo:link,
  header.header__black-friday.header--bg a.home-url__col-logo:visited {
    color: var(--dark-blue);
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  span.label-below-title__product-box.label--low-stock,
  .label-product {
    font-size: 12px;
  }
  .legal-links__footer {
    gap: 10px;
  }
  .usp-wrapper__footer {
    grid-template-columns: repeat(2, 1fr);
  }
  h3.heading-3__exclusive-product-box a {
    font-size: 1.2rem;
  }
  .usp__footer {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  h4.heading-4__usp {
    text-align: left;
  }
  .exclusive-product-box {
    flex-flow: column-reverse nowrap;
  }
  .products-wrapper__black-friday {
    grid-template-columns: repeat(3, 1fr);
  }
  .content__exclusive-product-box,
  .image-wrapper__exclusive-product-box {
    width: 100%;
  }
  .popular-categories {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    row-gap: 1.5rem;
  }
  .exclusive-offers-wrapper {
    gap: 1rem;
  }
  .img-wrap__popular-categories {
    width: 100px;
    height: 100px;
  }
  .single__popular-categories {
    font-size: 16px;
  }
  .top-level-categories__navigation {
    overflow-x: scroll;
    justify-content: flex-start;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
  }
  .link__top-level-categories {
    flex-shrink: 0;
    width: 115px;
  }
  header.header__black-friday.header--bg .container-bg__header {
    position: static;
    transform: none;
    grid-template-columns: 100%;
    max-height: 60px;
  }
  header.header__black-friday.header--bg
    .container-bg__header
    .col__header.col-logo__header {
    flex-flow: row-reverse nowrap;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
  }
  header.header__black-friday.header--bg .col-logo__header img {
    max-width: 115px;
  }
}

@media only screen and (max-width: 600px) {
  p.timer__info-text {
    font-size: 16px;
  }
  .container-legal-links__footer {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .products-wrapper__black-friday {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
  .marquee-container__header {
    transform: none;
  }
  .popular-categories {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    row-gap: 0.75rem;
  }
  .container-bg__header {
    grid-template-columns: 100%;
  }
  .col__header {
    align-items: center;
    gap: 10px;
  }
  .col__header.col-image__header {
    display: none;
  }
  h1.heading-1__black-friday {
    font-size: 24px;
  }
  .label__popular-categories {
    padding: 5px;
    font-size: 10px;
    font-weight: 900;
  }
  .col-text-center__header {
    padding: 10px 0 20px 0;
  }
  .marquee-wrapper__header {
    animation: marquee-horizontal 10s linear infinite;
  }
  .exclusive-offers-wrapper {
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .popular-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Keyframes */

@keyframes marquee-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
