#fw-section-header {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
.header__grid {
  padding-top: 0;
  padding-bottom: 0;
}

.header__link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 64px;
  font-family: 'Auxilia-ExtraBold';

  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.header__nav-container .header__list-item:hover .header__dropdown {
  padding: 9px 15px !important;
}

.header__nav-container .header__dropdown-link {
  font-size: 18px;
  font-family: 'Apparat';
  font-weight: 400;
  letter-spacing: .05em;
  padding: 10px 0;

  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.header__link:hover, .header__dropdown-link:hover {
  color: #f60;
}

.header__list {
  gap: 38px;
}

.header__nav-container .header__list-item:hover .header__dropdown {
  background: #3f3f3f;
  padding: 15px 0;
  top: 80px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0,0,0,.5);
  box-shadow: 0px 5px 10px 0 rgba(0,0,0,.5);
}

.header__nav-container .header__dropdown--content {
overflow: visible;
}

.header__icons .header__dropdown {
background: #3f3f3f;
border-radius: var(--input-corner-radius);
top: 60px;
}

.header__icons .header__dropdown-inner {
overflow-y: scroll;
border: none;
background: #3f3f3f;
}

.header__dropdown-inner::-webkit-scrollbar-thumb {
    background-color: #303133;
    border: 4px solid rgba(0,0,0,0);
    border-radius: 8px;
    background-clip: padding-box;
}

.header__dropdown-inner::-webkit-scrollbar {
    width: 16px;
}

.header__nav-container .header__list-item:hover .header__dropdown:before {
  content: " ";
  display: block;
  height: 15px;
  width: 15px;
  border-left: 0;
  border-bottom: 0;
  background-color: inherit;
  position: absolute;
  top: -8px;
  left: 25px;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(45deg);
  transform: rotate(-45deg);
}



.header__nav-container .header__dropdown-inner {
  background: transparent;
  border: none;
}

.header__nav-container .header__link-icon {
  display: none;
}

// MEDIA QUERIES
@media (max-width: 960px){
.header__list {
gap: 25px;
}

.header__link {
font-size: 20px;
line-height: 60px;
}

.header__logo-image {
max-width: 150px;
}
}
}
#fw-section-featured-collection-1746097654 {

.section-header__heading {
  font-weight: 400;
  color: #303133;  
}

@media (min-width: 280px) {
	.section-header__heading {
		font-size: 32px;
	}

  .featured-collection {
    padding-top: 24px;
  }

  .tile__heading, .tile__price {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
	.section-header__heading {
		font-size: 38px;
	}

  .featured-collection {
    padding-top: 24px;
  }

  .featured-collection {
    padding-top: 47px;
  }

  .tile__heading, .tile__price {
    font-size: 23px;
  }
}

@media (min-width: 850px) {
	.section-header__heading {
		font-size: 44px;
	}
}

@media (min-width: 1024px) {
  .section-header__heading {
  font-size: 50px;
}
}
}

#fw-section-footer {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #141618;
--color-background-rgb: 20, 22, 24;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 22;
background-color: var(--color-background);
color: var(--color-on-background);
.footer__list--menu {
  gap: 32px;
}

.footer__socials, .footer__bottom {
  display: none;
}

.footer__menu-link {
  font-family: 'Auxilia-Bold';
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;

  transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.footer__menu-link:hover {
  color: #f60;
}

.footer__nav {
  margin-top: 0;
}

.footer__dropdown {
bottom: 34px;
}

.footer__dropdown-inner {
overflow-y: scroll;
}

.footer__dropdown-inner::-webkit-scrollbar-thumb {
    background-color: #303133;
    border: 4px solid rgba(0,0,0,0);
    border-radius: 8px;
    background-clip: padding-box
}

.footer__dropdown-inner::-webkit-scrollbar {
    width: 16px;
}

.footer__list-item:first-child {
  display: none;
}
}