*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%; }

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: #e4dccf;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  font-weight: 300;
  color: #576f72; }

h1 {
  font-weight: 300; }

@keyframes Fade-in {
  0% {
    opacity: 0;
    transform: translateY(5px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes Opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header {
  background-color: #e4dccf;
  width: 100vw;
  padding: 3rem;
  height: 5rem;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 705px) {
    .header {
      padding: 2rem; } }
  @media only screen and (max-width: 565px) {
    .header {
      padding: 0.5rem; } }
  .header__logo-box {
    height: 4rem;
    margin-right: 5rem; }
    @media only screen and (max-width: 705px) {
      .header__logo-box {
        margin-right: 2rem; } }
    @media only screen and (max-width: 565px) {
      .header__logo-box {
        height: 3rem;
        margin-right: 2rem; } }
    @media only screen and (max-width: 350px) {
      .header__logo-box {
        margin-right: 1rem; } }
    .header__logo-box img {
      max-width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .header__links {
    list-style: none;
    display: flex;
    margin-left: auto;
    margin-right: 10rem;
    gap: 2.5em; }
    @media only screen and (max-width: 950px) {
      .header__links {
        gap: 2rem;
        margin-right: 0;
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .header__links {
        gap: 1rem;
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .header__links {
        gap: 0.5rem;
        font-size: 1rem; } }
    @media only screen and (max-width: 350px) {
      .header__links {
        gap: 0.4;
        font-size: 0.8rem; } }
  .header__link a:link,
  .header__link a:visited {
    font-size: 1.8rem;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s;
    white-space: nowrap; }
    @media only screen and (max-width: 1274px) {
      .header__link a:link,
      .header__link a:visited {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 950px) {
      .header__link a:link,
      .header__link a:visited {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .header__link a:link,
      .header__link a:visited {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .header__link a:link,
      .header__link a:visited {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 350px) {
      .header__link a:link,
      .header__link a:visited {
        font-size: 0.6rem; } }
  .header__link a:hover,
  .header__link a:active {
    color: #7d9d9c;
    width: 2rem;
    height: 2rem; }
  .header__user-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: 4rem; }
    @media only screen and (max-width: 705px) {
      .header__user-links {
        gap: 1rem; } }
    @media only screen and (max-width: 565px) {
      .header__user-links {
        gap: 0.6rem;
        margin-left: 2rem; } }
    @media only screen and (max-width: 350px) {
      .header__user-links {
        gap: 0.4rem;
        margin-left: 1rem; } }
  .header__icon {
    font-size: 3rem;
    color: #3d4e50;
    transition: all 0.5s; }
    @media only screen and (max-width: 705px) {
      .header__icon {
        font-size: 2rem; } }
    @media only screen and (max-width: 565px) {
      .header__icon {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 350px) {
      .header__icon {
        font-size: 1rem; } }
  .header__icon:hover, .header__icon:active {
    cursor: pointer;
    color: #7d9d9c; }
  .header__user-link {
    font-size: 1.8rem;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s;
    white-space: nowrap;
    transition: all 0.5s; }
    @media only screen and (max-width: 1274px) {
      .header__user-link {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 950px) {
      .header__user-link {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .header__user-link {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .header__user-link {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 350px) {
      .header__user-link {
        font-size: 0.6rem; } }
  .header__user-link:hover, .header__user-link:active {
    cursor: pointer;
    color: #7d9d9c; }

.hero {
  max-width: 100vw;
  background-color: #e4dccf;
  overflow: hidden; }
  .hero__container {
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative; }
  .hero__banner {
    display: block;
    width: 55%;
    opacity: 30%;
    height: 8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(2px);
    z-index: 888; }
    @media only screen and (max-width: 1274px) {
      .hero__banner {
        width: 80%; } }
    @media only screen and (max-width: 705px) {
      .hero__banner {
        height: 6rem; } }
    @media only screen and (max-width: 565px) {
      .hero__banner {
        height: 2rem; } }
  .hero__text-box {
    max-width: 50%;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    margin-left: 7rem;
    padding: 0 5rem; }
    @media only screen and (max-width: 950px) {
      .hero__text-box {
        margin-top: 3rem;
        margin-left: 4rem;
        padding: 0 3rem; } }
    @media only screen and (max-width: 705px) {
      .hero__text-box {
        margin-top: 2rem;
        margin-left: 3rem; } }
    @media only screen and (max-width: 565px) {
      .hero__text-box {
        margin-top: 1rem;
        margin-left: 2rem;
        padding: 0 1rem; } }
    @media only screen and (max-width: 565px) {
      .hero__text-box {
        margin-left: 0.5rem;
        padding: 0 0.5rem; } }
  .hero__new-collection {
    font-size: 1.4rem;
    margin-left: 5px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 950px) {
      .hero__new-collection {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 705px) {
      .hero__new-collection {
        font-size: 1rem; } }
    @media only screen and (max-width: 565px) {
      .hero__new-collection {
        font-size: 0.6rem; } }
    .hero__new-collection--icon {
      width: 1.4rem;
      height: 1.4rem;
      fill: #576f72; }
  .hero__heading {
    font-size: 7rem;
    font-weight: 100;
    margin-bottom: 6rem;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.9; }
    @media only screen and (max-width: 950px) {
      .hero__heading {
        font-size: 5rem;
        margin-bottom: 4rem; } }
    @media only screen and (max-width: 705px) {
      .hero__heading {
        font-size: 4rem; } }
    @media only screen and (max-width: 565px) {
      .hero__heading {
        font-size: 3rem;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 350px) {
      .hero__heading {
        font-size: 2rem; } }
  .hero__text {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 8rem;
    font-family: "Barlow", sans-serif; }
    @media only screen and (max-width: 950px) {
      .hero__text {
        font-size: 1.6rem;
        margin-bottom: 6rem; } }
    @media only screen and (max-width: 705px) {
      .hero__text {
        font-size: 1.2rem;
        margin-bottom: 4rem; } }
    @media only screen and (max-width: 565px) {
      .hero__text {
        font-size: 1rem; } }
    @media only screen and (max-width: 350px) {
      .hero__text {
        font-size: 0.6rem;
        margin-bottom: 2rem; } }
  .hero__img-box {
    display: block;
    background-image: url(../img/img-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    position: relative;
    z-index: 999; }
  .hero__links {
    width: 40rem;
    height: 10rem;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 10rem; }
    @media only screen and (max-width: 950px) {
      .hero__links {
        width: 30rem;
        height: 8rem; } }
    @media only screen and (max-width: 705px) {
      .hero__links {
        height: 6rem; } }
    @media only screen and (max-width: 565px) {
      .hero__links {
        width: 20rem;
        height: 4rem; } }
    @media only screen and (max-width: 350px) {
      .hero__links {
        width: 10rem;
        margin-bottom: 6rem;
        height: 2rem; } }
  .hero__link {
    position: relative;
    z-index: 999; }
  .hero__link a:link,
  .hero__link a:visited {
    font-size: 1.8rem;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s;
    white-space: nowrap;
    display: inline-block;
    padding: 1rem;
    padding-left: 2rem;
    white-space: nowrap;
    font-size: 2rem;
    position: relative;
    color: #576f72;
    z-index: 9999; }
    @media only screen and (max-width: 1274px) {
      .hero__link a:link,
      .hero__link a:visited {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 950px) {
      .hero__link a:link,
      .hero__link a:visited {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .hero__link a:link,
      .hero__link a:visited {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .hero__link a:link,
      .hero__link a:visited {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 350px) {
      .hero__link a:link,
      .hero__link a:visited {
        font-size: 0.6rem; } }
    @media only screen and (max-width: 565px) {
      .hero__link a:link,
      .hero__link a:visited {
        padding-left: 1rem;
        padding: 0.6rem; } }
  .hero__link a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 1.5px;
    background-color: #576f72;
    opacity: 80%;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.04, 0.48, 0.89, 0.6); }
    @media only screen and (max-width: 350px) {
      .hero__link a::after {
        width: 1px; } }
  .hero__link a:hover::after {
    width: 100%;
    z-index: -1; }
  .hero__link a:hover,
  .hero__link a:active {
    color: #e4dccf;
    position: relative;
    z-index: 9999; }

.discount {
  max-width: 100vw;
  margin-bottom: 6rem;
  background-image: linear-gradient(to right, rgba(61, 78, 80, 0.95), rgba(61, 78, 80, 0.95)), url(../img/background-img-1.jpg);
  background-size: cover;
  color: #e4dccf;
  padding: 4rem 0; }
  @media only screen and (max-width: 565px) {
    .discount {
      margin-bottom: 4rem;
      padding: 2rem 0; } }
  @media only screen and (max-width: 565px) {
    .discount {
      margin-bottom: 2rem; } }
  .discount__title {
    font-size: 2.5rem;
    font-weight: 200;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 950px) {
      .discount__title {
        font-size: 2rem; } }
    @media only screen and (max-width: 705px) {
      .discount__title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 565px) {
      .discount__title {
        font-size: 1.4rem; } }
  .discount__offer {
    display: flex;
    justify-content: center;
    align-items: center; }
  @media only screen and (max-width: 350px) {
    .discount__amount {
      font-size: 0.8rem; } }
  .discount__text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem; }
    @media only screen and (max-width: 950px) {
      .discount__text-box {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 705px) {
      .discount__text-box {
        font-size: 1rem; } }
    @media only screen and (max-width: 565px) {
      .discount__text-box {
        margin: 0 1rem; } }
    @media only screen and (max-width: 350px) {
      .discount__text-box {
        font-size: 0.8rem;
        text-align: center; } }
  .discount__newsletter {
    margin-bottom: 4rem; }
    @media only screen and (max-width: 950px) {
      .discount__newsletter {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 565px) {
      .discount__newsletter {
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 350px) {
      .discount__newsletter {
        font-size: 0.8rem; } }
  .discount__email {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 705px) {
      .discount__email {
        margin-bottom: 0.8rem; } }
    @media only screen and (max-width: 565px) {
      .discount__email {
        margin-bottom: 0.6rem; } }
  .discount__email input {
    background-color: transparent;
    color: inherit;
    border: none;
    border-bottom: 1px solid #e4dccf;
    font-size: 1.6rem;
    font-weight: 100; }
    @media only screen and (max-width: 950px) {
      .discount__email input {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .discount__email input {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .discount__email input {
        font-size: 0.8rem; } }
  .discount__email input:focus {
    outline: none; }
  .discount__email input::placeholder {
    font-family: "Noto Sans", sans-serif;
    text-transform: uppercase;
    opacity: 40%;
    font-weight: 300;
    color: #e4dccf; }
  .discount__submit {
    display: inline-block; }
  .discount__btn {
    font-size: 1.8rem;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 1rem;
    background-color: transparent;
    border: none;
    color: #e4dccf;
    font-family: "Noto Sans", sans-serif;
    font-weight: 200;
    transition: all 0.4s; }
    @media only screen and (max-width: 1274px) {
      .discount__btn {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 950px) {
      .discount__btn {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .discount__btn {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .discount__btn {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 350px) {
      .discount__btn {
        font-size: 0.6rem; } }
  .discount__btn:hover, .discount__btn:active {
    color: #f0ebe3; }
  .discount__checkbox input[type="checkbox"] {
    display: none; }
  .discount__checkbox label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #e4dccf;
    background-color: transparent;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer; }
    @media only screen and (max-width: 705px) {
      .discount__checkbox label::before {
        width: 10px;
        height: 10px; } }
    @media only screen and (max-width: 350px) {
      .discount__checkbox label::before {
        width: 8px;
        height: 8px; } }
  .discount__checkbox input[type="checkbox"]:checked + label::before {
    background-color: #e4dccf;
    border-color: #e4dccf; }
  .discount__checkbox-terms {
    color: #e4dccf; }

.arrivals {
  max-width: 100vw;
  padding: 0 3rem;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 565px) {
    .arrivals {
      margin-bottom: 4rem; } }
  .arrivals__title {
    font-family: "Barlow", sans-serif;
    color: #576f72;
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 565px) {
      .arrivals__title {
        font-size: 2rem;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 350px) {
      .arrivals__title {
        font-size: 1.6rem; } }
  .arrivals__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    column-gap: 2rem; }
    @media only screen and (max-width: 1274px) {
      .arrivals__grid {
        grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr)); } }
    @media only screen and (max-width: 565px) {
      .arrivals__grid {
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); } }
  .arrivals__product-element {
    background-color: #f0ebe3;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 350px) {
      .arrivals__product-element {
        margin-bottom: 2rem; } }
  .arrivals__product-img-box {
    margin-bottom: 2rem; }
    .arrivals__product-img-box--1 {
      background-image: url(../img/product-1.jpg);
      display: block;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 40rem; }
      @media only screen and (max-width: 950px) {
        .arrivals__product-img-box--1 {
          height: 50rem; } }
      @media only screen and (max-width: 350px) {
        .arrivals__product-img-box--1 {
          height: 30rem; } }
    .arrivals__product-img-box--2 {
      background-image: url(../img/product-2.jpg);
      display: block;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 40rem; }
      @media only screen and (max-width: 950px) {
        .arrivals__product-img-box--2 {
          height: 50rem; } }
      @media only screen and (max-width: 350px) {
        .arrivals__product-img-box--2 {
          height: 30rem; } }
    .arrivals__product-img-box--3 {
      background-image: url(../img/product-3.jpg);
      display: block;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 40rem; }
      @media only screen and (max-width: 950px) {
        .arrivals__product-img-box--3 {
          height: 50rem; } }
      @media only screen and (max-width: 350px) {
        .arrivals__product-img-box--3 {
          height: 30rem; } }
    .arrivals__product-img-box--4 {
      background-image: url(../img/product-4.jpg);
      display: block;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 40rem; }
      @media only screen and (max-width: 950px) {
        .arrivals__product-img-box--4 {
          height: 50rem; } }
      @media only screen and (max-width: 350px) {
        .arrivals__product-img-box--4 {
          height: 30rem; } }
  .arrivals__product-info {
    padding: 1rem; }
  .arrivals__product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 350px) {
      .arrivals__product-header {
        margin-bottom: 1rem; } }
  .arrivals__product-title {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase; }
    @media only screen and (max-width: 705px) {
      .arrivals__product-title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 350px) {
      .arrivals__product-title {
        font-size: 1.6rem; } }
  .arrivals__product-price p {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #576f72;
    border: 1px solid #7d9d9c;
    padding: 1rem;
    transition: all 0.4s; }
    @media only screen and (max-width: 705px) {
      .arrivals__product-price p {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 350px) {
      .arrivals__product-price p {
        font-size: 1.6rem;
        padding: 0.5rem; } }
  .arrivals__product-price p:hover {
    color: #7d9d9c;
    cursor: pointer; }
  .arrivals__product-detail-list {
    list-style: none;
    margin-bottom: 2rem; }
  .arrivals__product-detail {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    text-transform: uppercase; }
    @media only screen and (max-width: 705px) {
      .arrivals__product-detail {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 350px) {
      .arrivals__product-detail {
        font-size: 1rem; } }
  .arrivals__product-sizes {
    display: flex;
    gap: 0.5rem; }
    @media only screen and (max-width: 350px) {
      .arrivals__product-sizes {
        gap: 0.3rem; } }
  .arrivals__size {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #576f72;
    font-size: 1.4rem;
    color: #f0ebe3;
    padding: 1.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    transition: all 0.4s; }
    @media only screen and (max-width: 705px) {
      .arrivals__size {
        font-size: 1.2rem;
        width: 1.8rem;
        height: 1.8rem; } }
    @media only screen and (max-width: 565px) {
      .arrivals__size {
        font-size: 1.2rem;
        width: 1.4rem;
        height: 1.4rem;
        padding: 1.2rem; } }
  .arrivals__size:hover {
    background-color: #7d9d9c;
    cursor: pointer; }
  .arrivals__btn-container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .arrivals__btn-cta {
    font-size: 1.8rem;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s;
    white-space: nowrap;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #576f72; }
    @media only screen and (max-width: 1274px) {
      .arrivals__btn-cta {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 950px) {
      .arrivals__btn-cta {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .arrivals__btn-cta {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .arrivals__btn-cta {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 350px) {
      .arrivals__btn-cta {
        font-size: 0.6rem; } }
    @media only screen and (max-width: 350px) {
      .arrivals__btn-cta {
        font-size: 1.4rem; } }
  .arrivals__btn-cta:hover {
    letter-spacing: 0.5px; }
  .arrivals__add-cart {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Barlow", sans-serif; }
    .arrivals__add-cart a:link,
    .arrivals__add-cart a:visited {
      font-size: 1.6rem;
      font-weight: 400;
      color: #576f72;
      opacity: 80%;
      transition: all 0.4s;
      text-decoration: underline; }
      @media only screen and (max-width: 565px) {
        .arrivals__add-cart a:link,
        .arrivals__add-cart a:visited {
          font-size: 1.4rem; } }
      @media only screen and (max-width: 350px) {
        .arrivals__add-cart a:link,
        .arrivals__add-cart a:visited {
          font-size: 1.2rem; } }
    .arrivals__add-cart a:hover,
    .arrivals__add-cart a:active {
      opacity: 100%; }
  .arrivals__add-cart-icon {
    margin-right: 0.4rem;
    font-size: 1.6rem;
    text-decoration: none; }

.sold-out {
  background-color: #d4d4d4;
  color: #576f72;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.sold-out:hover {
  background-color: #d4d4d4;
  color: #576f72;
  cursor: default; }

.sold-out::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #737373;
  z-index: 2;
  transform: skewY(45deg);
  opacity: 50%; }

.sold-out::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #737373;
  z-index: 2;
  transform: skewY(-45deg);
  opacity: 50%; }

.shop {
  max-width: 100vw; }
  .shop__container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  .shop__overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 47, 47, 0.4);
    z-index: 1;
    transition: all 0.4s; }
  .shop__left {
    background-image: url(../img/shop-women.jpg); }
  .shop__right {
    background-image: url(../img/shop-men.jpg); }
  .shop__left, .shop__right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .shop__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9999;
    border: 0.1px solid #f0ebe3;
    padding: 1rem; }
  .shop__btn a:link,
  .shop__btn a:visited {
    font-size: 1.8rem;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s;
    white-space: nowrap;
    color: #f0ebe3;
    font-size: 4rem;
    font-weight: 200;
    font-family: "Barlow", sans-serif; }
    @media only screen and (max-width: 1274px) {
      .shop__btn a:link,
      .shop__btn a:visited {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 950px) {
      .shop__btn a:link,
      .shop__btn a:visited {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .shop__btn a:link,
      .shop__btn a:visited {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .shop__btn a:link,
      .shop__btn a:visited {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 350px) {
      .shop__btn a:link,
      .shop__btn a:visited {
        font-size: 0.6rem; } }
    @media only screen and (max-width: 565px) {
      .shop__btn a:link,
      .shop__btn a:visited {
        font-size: 1.4rem; } }
  .shop__btn:hover ~ .shop__overlay {
    background-color: rgba(37, 47, 47, 0.6); }
  .shop__btn-container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .shop__btn-cta {
    font-size: 1.8rem;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s;
    white-space: nowrap;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #576f72; }
    @media only screen and (max-width: 1274px) {
      .shop__btn-cta {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 950px) {
      .shop__btn-cta {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .shop__btn-cta {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .shop__btn-cta {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 350px) {
      .shop__btn-cta {
        font-size: 0.6rem; } }
  .shop__btn-cta:hover {
    letter-spacing: 0.5px; }

.heritage__container {
  max-width: 100vw; }

.heritage__collage {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-color: #576f72;
  height: 50rem; }

.heritage__img-box {
  width: 25%;
  height: 50rem;
  overflow: hidden;
  position: relative; }

.heritage__img {
  display: block;
  height: 100%;
  transform: translateX(-15rem);
  animation: Opacity 1500ms; }

.heritage__overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 47, 47, 0.4);
  z-index: 1;
  background-color: rgba(37, 47, 47, 0.8); }

.heritage__heading {
  position: absolute;
  z-index: 999;
  color: #e4dccf;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 200;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  animation: Opacity 1500ms; }
  @media only screen and (max-width: 705px) {
    .heritage__heading {
      font-size: 5rem; } }
  @media only screen and (max-width: 350px) {
    .heritage__heading {
      font-size: 4rem; } }

.heritage__info:first-child {
  padding-top: 6rem; }

.heritage__info {
  background-color: #252f2f;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.heritage__info-element {
  max-width: 90vw;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 2rem auto;
  border-bottom: 0.5px solid rgba(228, 220, 207, 0.5); }
  @media only screen and (max-width: 350px) {
    .heritage__info-element {
      flex-direction: column;
      max-width: 100vw;
      padding: 2rem; } }
  .heritage__info-element--left {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 350px) {
      .heritage__info-element--left {
        flex-direction: column; } }

.heritage__info-element:last-child {
  margin: 0 auto;
  border: none; }

.heritage__info-element:first-child {
  margin: 0 auto;
  border-top: 0.5px solid rgba(228, 220, 207, 0.5); }

.heritage__info-img-box {
  width: 40%; }
  .heritage__info-img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.heritage__info-txt-box {
  color: #e4dccf;
  font-family: "Barlow", sans-serif;
  width: 60%; }
  @media only screen and (max-width: 350px) {
    .heritage__info-txt-box {
      width: 100%; } }
  .heritage__info-txt-box h1 {
    color: #adc2c1;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0.2rem;
    letter-spacing: 1.5px; }
    @media only screen and (max-width: 950px) {
      .heritage__info-txt-box h1 {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 705px) {
      .heritage__info-txt-box h1 {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 350px) {
      .heritage__info-txt-box h1 {
        font-size: 1.2rem; } }
  .heritage__info-txt-box h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 5rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 950px) {
      .heritage__info-txt-box h2 {
        font-size: 3rem; } }
    @media only screen and (max-width: 705px) {
      .heritage__info-txt-box h2 {
        font-size: 2rem; } }
    @media only screen and (max-width: 565px) {
      .heritage__info-txt-box h2 {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 350px) {
      .heritage__info-txt-box h2 {
        font-size: 1.4rem; } }
  .heritage__info-txt-box p {
    font-size: 1.6rem; }
    @media only screen and (max-width: 950px) {
      .heritage__info-txt-box p {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .heritage__info-txt-box p {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 350px) {
      .heritage__info-txt-box p {
        font-size: 1rem; } }

.heritage__info-link {
  display: flex;
  align-items: baseline;
  justify-content: center; }
  .heritage__info-link a:link,
  .heritage__info-link a:visited {
    margin-top: 1.4rem;
    font-size: 1.6rem;
    display: inline-block;
    font-weight: 400;
    color: #e4dccf;
    text-decoration: none;
    opacity: 80%;
    transition: all 0.4s;
    border-bottom: 0.5px solid rgba(228, 220, 207, 0.5);
    margin-bottom: 1rem; }
    @media only screen and (max-width: 705px) {
      .heritage__info-link a:link,
      .heritage__info-link a:visited {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .heritage__info-link a:link,
      .heritage__info-link a:visited {
        font-size: 1rem; } }
  .heritage__info-link a:hover,
  .heritage__info-link a:active {
    opacity: 100%; }

.heritage__info-logo {
  margin-right: 0.4rem;
  font-size: 1.6rem;
  opacity: 80%; }
  @media only screen and (max-width: 350px) {
    .heritage__info-logo {
      font-size: 1rem; } }

.popup {
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(37, 47, 47, 0.5);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px); }
  .popup__box {
    width: 40%;
    padding: 3rem;
    background-color: #e4dccf;
    border-radius: 10px;
    position: relative; }
    @media only screen and (max-width: 950px) {
      .popup__box {
        padding: 2rem;
        width: 50%; } }
    @media only screen and (max-width: 705px) {
      .popup__box {
        width: 60%; } }
    @media only screen and (max-width: 350px) {
      .popup__box {
        width: 100%;
        height: 100%;
        border-radius: 0; } }
  .popup__header {
    display: flex;
    flex-direction: column-reverse; }
  .popup__header-text {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center; }
    @media only screen and (max-width: 565px) {
      .popup__header-text {
        font-size: 2rem;
        margin-bottom: 2rem; } }
  .popup__header-icon {
    font-size: 3rem;
    color: #3d4e50;
    transition: all 0.5s;
    margin-left: auto; }
    @media only screen and (max-width: 565px) {
      .popup__header-icon {
        font-size: 2rem; } }
  .popup__header-icon:hover, .popup__header-icon:active {
    cursor: pointer;
    color: #7d9d9c; }
  .popup__login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem; }
    @media only screen and (max-width: 350px) {
      .popup__login {
        margin-top: 4rem; } }
  .popup__input {
    background-color: #f0ebe3;
    font-family: inherit;
    border-radius: 1px;
    padding: 1.5rem;
    width: 50%;
    border: none; }
    @media only screen and (max-width: 950px) {
      .popup__input {
        width: 80%;
        padding: 1rem; } }
  .popup__login input:focus {
    outline: 2px solid rgba(125, 157, 156, 0.9); }
  .popup__login a {
    color: #576f72;
    font-size: 1.4rem; }
    @media only screen and (max-width: 565px) {
      .popup__login a {
        font-size: 1.2rem; } }
  .popup__login p {
    color: #576f72;
    font-size: 1.4rem; }
    @media only screen and (max-width: 565px) {
      .popup__login p {
        font-size: 1.2rem; } }
  .popup__btn {
    cursor: pointer;
    background-color: #f0ebe3;
    font-family: inherit;
    border-radius: 3px;
    padding: 1.5rem;
    border: none;
    width: 10rem;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    color: #576f72;
    text-transform: uppercase;
    transition: all 0.5s; }
    @media only screen and (max-width: 565px) {
      .popup__btn {
        padding: 1.3rem; } }
  .popup__btn:hover, .popup__btn:active {
    background-color: #f3efe9; }

.hidden {
  display: none; }

.knit-fashion__container {
  background-color: #576f72; }

.knit-fashion__collage {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-color: #576f72; }

.knit-fashion__img-box {
  width: 100%;
  height: 50rem;
  overflow: hidden;
  position: relative; }

.knit-fashion__img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.knit-fashion__overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 47, 47, 0.4);
  z-index: 1;
  background-color: rgba(37, 47, 47, 0.5); }

.knit-fashion__heading {
  position: absolute;
  left: 0;
  top: 30%;
  margin-left: 2rem;
  z-index: 888;
  color: #e4dccf;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 200;
  animation: Fade-in 1000ms; }
  @media only screen and (max-width: 950px) {
    .knit-fashion__heading {
      font-size: 5rem; } }
  @media only screen and (max-width: 705px) {
    .knit-fashion__heading {
      font-size: 4rem;
      top: 10%; } }

.knit-fashion__cta:link, .knit-fashion__cta:visited {
  position: absolute;
  font-size: 2rem;
  font-weight: 400;
  z-index: 999;
  left: 0;
  top: 50%;
  margin-top: 4rem;
  margin-left: 30rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(228, 220, 207, 0.9);
  padding: 1rem 6rem;
  color: #252f2f;
  transition: all 0.5s;
  animation: Fade-in 1000ms; }
  @media only screen and (max-width: 705px) {
    .knit-fashion__cta:link, .knit-fashion__cta:visited {
      margin-left: 10rem;
      top: 40%; } }
  @media only screen and (max-width: 565px) {
    .knit-fashion__cta:link, .knit-fashion__cta:visited {
      margin-left: 5rem; } }
  @media only screen and (max-width: 350px) {
    .knit-fashion__cta:link, .knit-fashion__cta:visited {
      font-size: 1.8rem;
      top: 50%;
      margin-left: 2rem;
      padding: 1rem 4rem; } }

.knit-fashion__cta:hover, .knit-fashion__cta:active {
  background-color: #e4dccf; }

.home-hero__collage {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-color: #576f72; }

.home-hero__img-box {
  width: 100%;
  height: 50rem;
  overflow: hidden;
  position: relative; }

.home-hero__img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.home-hero__overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 47, 47, 0.4);
  z-index: 1;
  background-color: rgba(37, 47, 47, 0.5); }

.home-hero__heading {
  position: absolute;
  left: 0;
  top: 30%;
  margin-left: 2rem;
  z-index: 888;
  color: #e4dccf;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 200;
  animation: Fade-in 1000ms; }
  @media only screen and (max-width: 950px) {
    .home-hero__heading {
      font-size: 5rem; } }
  @media only screen and (max-width: 705px) {
    .home-hero__heading {
      font-size: 4rem;
      top: 10%; } }
  @media only screen and (max-width: 350px) {
    .home-hero__heading {
      font-size: 3rem; } }

.home-hero__cta:link, .home-hero__cta:visited {
  position: absolute;
  font-size: 2rem;
  font-weight: 400;
  z-index: 999;
  left: 0;
  top: 50%;
  margin-top: 4rem;
  margin-left: 30rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(228, 220, 207, 0.9);
  padding: 1rem 6rem;
  color: #252f2f;
  transition: all 0.5s;
  animation: Fade-in 1000ms; }
  @media only screen and (max-width: 1274px) {
    .home-hero__cta:link, .home-hero__cta:visited {
      top: 70%; } }
  @media only screen and (max-width: 950px) {
    .home-hero__cta:link, .home-hero__cta:visited {
      top: 65%; } }
  @media only screen and (max-width: 705px) {
    .home-hero__cta:link, .home-hero__cta:visited {
      margin-left: 10rem;
      top: 50%; } }
  @media only screen and (max-width: 565px) {
    .home-hero__cta:link, .home-hero__cta:visited {
      margin-left: 5rem; } }
  @media only screen and (max-width: 350px) {
    .home-hero__cta:link, .home-hero__cta:visited {
      font-size: 1.6rem;
      margin-left: 2rem;
      padding: 0.5rem 3rem; } }

.home-hero__cta:hover, .home-hero__cta:active {
  background-color: #e4dccf; }

.footer {
  max-width: 100vw;
  background-image: linear-gradient(to right, rgba(61, 78, 80, 0.95), rgba(61, 78, 80, 0.95)), url(../img/background-img-1.jpg);
  background-size: cover;
  padding: 2rem 4rem; }
  @media only screen and (max-width: 565px) {
    .footer {
      padding: 1rem 2rem; } }
  .footer__container {
    display: flex;
    justify-content: space-between; }
  .footer__left-box {
    display: flex;
    flex-direction: column;
    width: 50%; }
  .footer__img {
    display: block;
    width: 50%;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 565px) {
      .footer__img {
        margin-bottom: 0.5rem; } }
  .footer__link-box {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10rem; }
    @media only screen and (max-width: 1274px) {
      .footer__link-box {
        column-gap: 5rem; } }
    @media only screen and (max-width: 565px) {
      .footer__link-box {
        column-gap: 1rem;
        row-gap: 0; } }
  .footer__link:link, .footer__link:visited {
    font-size: 1.8rem;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s;
    white-space: nowrap;
    color: #e4dccf;
    display: flex;
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.4s;
    text-align: center; }
    @media only screen and (max-width: 1274px) {
      .footer__link:link, .footer__link:visited {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 950px) {
      .footer__link:link, .footer__link:visited {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 705px) {
      .footer__link:link, .footer__link:visited {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .footer__link:link, .footer__link:visited {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 350px) {
      .footer__link:link, .footer__link:visited {
        font-size: 0.6rem; } }
  .footer__link:hover {
    color: #f0ebe3;
    transform: translateY(-1px); }
  .footer__link:active {
    transform: translateY(1px); }
  .footer__icon-box {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem; }
    .footer__icon-box a:link,
    .footer__icon-box a:visited {
      text-decoration: none;
      transition: all 0.4s; }
    .footer__icon-box a:hover {
      color: #f0ebe3;
      transform: translateY(-1px); }
    .footer__icon-box a:active {
      transform: translateY(1px); }
  .footer__icon {
    font-size: 2rem;
    color: #e4dccf; }
    @media only screen and (max-width: 565px) {
      .footer__icon {
        font-size: 1rem; } }
  .footer__copyright {
    color: #f0ebe3;
    font-size: 1rem;
    margin-right: 1rem; }
    @media only screen and (max-width: 565px) {
      .footer__copyright {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 350px) {
      .footer__copyright {
        font-size: 0.6rem; } }

.bestsellers {
  display: flex;
  padding: 6rem;
  background-color: #252f2f; }
  @media only screen and (max-width: 705px) {
    .bestsellers {
      padding: 3rem;
      flex-direction: column; } }
  .bestsellers__heading h2 {
    font-size: 12rem;
    font-family: "Noto Sans", sans-serif;
    background-color: #252f2f;
    color: #e4dccf;
    font-weight: 200;
    text-transform: uppercase;
    padding-right: 4rem;
    display: inline-block;
    writing-mode: vertical-lr; }
    @media only screen and (max-width: 950px) {
      .bestsellers__heading h2 {
        font-size: 8rem; } }
    @media only screen and (max-width: 705px) {
      .bestsellers__heading h2 {
        font-size: 6rem;
        writing-mode: unset;
        margin: 2rem 0; } }
    @media only screen and (max-width: 565px) {
      .bestsellers__heading h2 {
        font-size: 4rem; } }
  .bestsellers__heading:hover {
    cursor: default; }
  .bestsellers__gallery {
    width: 100%;
    display: flex;
    gap: 6rem;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 950px) {
      .bestsellers__gallery {
        gap: 4rem; } }
    @media only screen and (max-width: 705px) {
      .bestsellers__gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); } }
  .bestsellers__img img {
    display: block;
    width: 100%;
    height: 100%; }
  .bestsellers__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .bestsellers__item--bottom {
      flex-direction: column-reverse; }
      @media only screen and (max-width: 705px) {
        .bestsellers__item--bottom {
          flex-direction: column; } }
  .bestsellers__details {
    background-color: #252f2f;
    width: 100%; }
    .bestsellers__details--bottom h4 {
      margin-top: 1rem; }
      @media only screen and (max-width: 705px) {
        .bestsellers__details--bottom h4 {
          margin-top: 0;
          margin-bottom: 1rem; } }
    .bestsellers__details h4 {
      font-size: 3.5rem;
      font-weight: 200;
      font-family: "Barlow", sans-serif;
      text-transform: uppercase;
      margin-bottom: 1rem;
      color: #e4dccf; }
      @media only screen and (max-width: 950px) {
        .bestsellers__details h4 {
          font-size: 2.5rem; } }
    .bestsellers__details ul {
      list-style: none;
      margin-bottom: 2.5rem; }
    .bestsellers__details li {
      letter-spacing: 1.1px;
      font-size: 1.4rem;
      font-weight: 400;
      font-family: "Barlow", sans-serif;
      color: #e4dccf; }
      @media only screen and (max-width: 950px) {
        .bestsellers__details li {
          font-size: 1.2rem; } }
  .bestsellers__price {
    margin-bottom: 1rem;
    font-weight: 100;
    font-family: "Barlow", sans-serif;
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
    .bestsellers__price--bottom {
      margin-bottom: 0; }
      @media only screen and (max-width: 705px) {
        .bestsellers__price--bottom {
          margin-bottom: 1rem; } }
    .bestsellers__price p {
      font-size: 2rem;
      display: inline-block;
      font-weight: 500;
      text-transform: uppercase;
      background-color: #e4dccf;
      color: #252f2f;
      border: 1px solid #e4dccf;
      padding: 1rem;
      transition: all 0.3s;
      text-align: center;
      margin-right: 1rem; }
      @media only screen and (max-width: 950px) {
        .bestsellers__price p {
          font-size: 1.6rem;
          padding: 0.5rem; } }
    .bestsellers__price a:link,
    .bestsellers__price a:visited {
      font-size: 1.8rem;
      display: inline-block;
      font-weight: 400;
      color: #e4dccf;
      text-decoration: none;
      opacity: 80%;
      transition: all 0.4s; }
      @media only screen and (max-width: 950px) {
        .bestsellers__price a:link,
        .bestsellers__price a:visited {
          font-size: 1.4rem; } }
    .bestsellers__price a:hover,
    .bestsellers__price a:active {
      opacity: 100%; }
  .bestsellers__price p:hover,
  .bestsellers__price p:visited {
    cursor: pointer;
    background-color: #f0ebe3;
    color: #3d4e50; }
  .bestsellers__icon {
    margin-right: 0.4rem;
    font-size: 1.6rem; }

.featured {
  background-color: #252f2f;
  padding: 1rem; }
  .featured__heading {
    color: #adc2c1;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 6rem;
    letter-spacing: 1.5px; }
  .featured__container {
    overflow: hidden;
    margin-bottom: 3rem;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-content: center;
    column-gap: 2rem;
    row-gap: 1rem;
    opacity: 80%; }
    @media only screen and (max-width: 1274px) {
      .featured__container {
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
        justify-content: center;
        align-content: center;
        column-gap: 2rem;
        row-gap: 1rem; } }
    .featured__container img {
      height: 3rem; }
  .featured__logo {
    display: flex;
    align-items: center;
    justify-content: center; }

.collections {
  width: 100vw; }
  .collections__header {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 4rem;
    color: #576f72;
    text-transform: uppercase; }
  .collections__box {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    overflow: hidden; }
  .collections__img-container {
    background: transparent;
    overflow: hidden;
    transform: scale(1.01);
    position: relative;
    height: 100%;
    width: 100%; }
    .collections__img-container--home {
      background-image: url(../../img/home-living/knitted-poufs.jpg);
      background-size: cover; }
    .collections__img-container--knit-fashion {
      background-image: url(../../img/knit-fashion/limited.jpg);
      background-size: cover; }
      @media only screen and (max-width: 565px) {
        .collections__img-container--knit-fashion {
          background-position: center; } }
    .collections__img-container--limited {
      grid-column: 3 / span 2;
      grid-row: 1 / span 3; }
      @media only screen and (max-width: 565px) {
        .collections__img-container--limited {
          grid-column: 1 / -1; } }
  .collections__img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: all 0.3s;
    position: relative; }
    .collections__img--limited {
      width: 100%;
      height: 100%; }
  .collections__img-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 47, 47, 0.4);
    z-index: 1;
    background-color: rgba(37, 47, 47, 0.3);
    transition: all 0.3s; }
  .collections__limited-text-box {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 950px) {
      .collections__limited-text-box {
        top: 50%; } }
    @media only screen and (max-width: 565px) {
      .collections__limited-text-box {
        padding: 2rem; } }
  .collections__limited-secondary-title {
    font-size: 1.4rem;
    font-weight: 200;
    color: #f0ebe3; }
    @media only screen and (max-width: 705px) {
      .collections__limited-secondary-title {
        font-size: 1rem; } }
    @media only screen and (max-width: 565px) {
      .collections__limited-secondary-title {
        font-size: 0.8rem; } }
  .collections__limited-text {
    font-size: 1.4rem;
    margin-bottom: 6rem;
    padding: 0 6rem;
    color: #f0ebe3; }
    @media only screen and (max-width: 950px) {
      .collections__limited-text {
        font-size: 1rem;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 705px) {
      .collections__limited-text {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 565px) {
      .collections__limited-text {
        font-size: 1rem; } }
  .collections__limited-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1px solid #f0ebe3;
    padding: 1rem; }
    @media only screen and (max-width: 565px) {
      .collections__limited-btn {
        padding: 0.5rem; } }
    .collections__limited-btn a:link,
    .collections__limited-btn a:visited {
      color: #f0ebe3;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 2rem;
      transition: all 0.3s; }
      @media only screen and (max-width: 565px) {
        .collections__limited-btn a:link,
        .collections__limited-btn a:visited {
          font-size: 1.4rem; } }
    .collections__limited-btn a:hover,
    .collections__limited-btn a:active {
      color: #f3efe9; }
  .collections__limited-title {
    text-transform: uppercase;
    color: #f0ebe3;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 6rem;
    font-weight: 200;
    white-space: nowrap;
    cursor: default; }
    @media only screen and (max-width: 1274px) {
      .collections__limited-title {
        white-space: wrap; } }
    @media only screen and (max-width: 950px) {
      .collections__limited-title {
        font-size: 4rem; } }
    @media only screen and (max-width: 705px) {
      .collections__limited-title {
        font-size: 4rem; } }
    @media only screen and (max-width: 565px) {
      .collections__limited-title {
        font-size: 2rem; } }
  .collections__limited-icon {
    fill: #f0ebe3;
    width: 1.4rem;
    height: 1.6rem; }
  .collections__title {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f0ebe3;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3rem;
    text-align: center; }
    @media only screen and (max-width: 950px) {
      .collections__title {
        font-size: 2rem; } }
    @media only screen and (max-width: 565px) {
      .collections__title {
        font-size: 1.4rem; } }
  .collections__title:hover + .collections__img-overlay {
    background-color: rgba(37, 47, 47, 0.5); }
  .collections__title:hover ~ .collections__img {
    filter: blur(1px); }
  .collections__title:hover {
    cursor: pointer; }
