.header .amw-banner__slider, .amw-home-anniversary .amw-banner__slider {
  background: #ffffff;
  height: 50px;
  overflow: hidden;
}
.header .amw-banner__slider.slick-initialized, .amw-home-anniversary .amw-banner__slider.slick-initialized {
  height: auto;
  overflow: visible;
}
.header .amw-banner__slider.mobile, .amw-home-anniversary .amw-banner__slider.mobile {
  display: none;
}
.header .amw-banner__slider h2, .amw-home-anniversary .amw-banner__slider h2 {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0;
}
.header .amw-banner__slider .slick-next, .amw-home-anniversary .amw-banner__slider .slick-next {
  right: 15px;
  width: 8px;
  height: 13px;
}
.header .amw-banner__slider .slick-next::before, .amw-home-anniversary .amw-banner__slider .slick-next::before {
  display: block;
  background: url("../img/homepage/chevron.jpg");
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 13px;
  background-size: contain;
}
.header .amw-banner__slider .slick-prev, .amw-home-anniversary .amw-banner__slider .slick-prev {
  left: 15px;
  width: 8px;
  height: 13px;
  z-index: 1;
}
.header .amw-banner__slider .slick-prev::before, .amw-home-anniversary .amw-banner__slider .slick-prev::before {
  display: block;
  background: url("../img/homepage/chevron.jpg");
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 13px;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.header .amw-banner__slide, .amw-home-anniversary .amw-banner__slide {
  text-align: center;
  padding: 10px 0;
}
.header .amw-banner__wrap, .amw-home-anniversary .amw-banner__wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .amw-banner__line, .amw-home-anniversary .amw-banner__line {
  display: block;
  height: 30px;
  width: 1px;
  background: #000000;
}

.amw-home-anniversary {
  background: #f7f7f7;
  padding-bottom: 50px;
}
.amw-home-anniversary .amw-link {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #000;
}
.amw-home-anniversary h1, .amw-home-anniversary h2 {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 92%;
  letter-spacing: 1.8px;
  color: #000;
}
.amw-home-anniversary p {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #000;
  margin: 0;
}
.amw-home-anniversary__section-1 {
  position: relative;
}
.amw-home-anniversary__section-1 h1 {
  font-family: "ChronicleFine-Roman";
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -4px;
  color: #ffffff;
  padding-bottom: 32px;
}
.amw-home-anniversary__section-1 h1 span {
  font-size: 100px;
  display: block;
  line-height: 67px;
}
.amw-home-anniversary__section-1 h2 {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.25px;
  color: #ffffff;
  padding-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.amw-home-anniversary__section-1 h2 span {
  display: block;
  line-height: 85%;
}
.amw-home-anniversary__section-1 h2 span:first-child {
  font-size: 80px;
  letter-spacing: -1.6px;
}
.amw-home-anniversary__section-1 h2 span:last-child {
  font-size: 50px;
  letter-spacing: -1px;
}
.amw-home-anniversary__section-1 h3 {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #ffffff;
  padding-bottom: 120px;
  margin: 0;
}
.amw-home-anniversary__section-1 p {
  font-family: "GillSans";
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.9px;
  max-width: 350px;
}
.amw-home-anniversary__section-1 p .code {
  font-family: "GillSans";
  color: #ffffff;
}
.amw-home-anniversary__section-1 p span {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.amw-home-anniversary__section-1 .amw-btn {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.4px;
  height: 54px;
  width: 220px;
  min-width: 220px;
  border-radius: 27px;
  border-color: #ffffff;
  color: #ffffff;
}
.amw-home-anniversary__section-1 .amw-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.amw-home-anniversary__section-1 .amw-hero {
  position: relative;
  background: #000000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-height: 611px;
  overflow: hidden;
}
.amw-home-anniversary__section-1 .amw-hero__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4a3c31;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-inline: 30px;
}
.amw-home-anniversary__section-1 .amw-hero__terms p {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  text-align: center;
  padding: 0;
  max-width: 911px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.6px;
}
.amw-home-anniversary__section-1 .amw-hero__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.amw-home-anniversary__section-1 .amw-hero__col div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 55px;
}
.amw-home-anniversary__section-1 .amw-hero__col:last-child {
  background: #4F040B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 611px;
}
.amw-home-anniversary__section-1 .amw-hero__col:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.amw-home-anniversary__section-1 .amw-hero__col:first-child p {
  font-family: GillSans, Arial, sans-serif;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 370px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.amw-home-anniversary__section-1 .amw-hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  row-gap: 37px;
  width: 100%;
  max-width: 939px;
}
.amw-home-anniversary__section-1 .amw-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.amw-home-anniversary__section-1 .amw-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 1260px;
  padding-bottom: 90px;
}
.amw-home-anniversary__section-1 .amw-hero .container::before, .amw-home-anniversary__section-1 .amw-hero .container::after {
  display: none;
}
.amw-home-anniversary__section-1 .amw-mobile-bg {
  display: none;
}
.amw-home-anniversary__section-1 .amw-desktop-bg {
  height: 612px;
  overflow: hidden;
}
.amw-home-anniversary__section-1 .amw-wrap {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 450px;
  max-width: 100%;
  bottom: 5.5%;
  padding-inline: 16px;
}
.amw-home-anniversary__section-1 .amw-wrap div {
  margin-top: 18px;
}
.amw-home-anniversary__section-1 .amw-special-offer {
  padding-top: 46px;
}
.amw-home-anniversary__section-1 .amw-special-offer span {
  font-family: GillSans, Arial, sans-serif;
  color: #fff;
}
.amw-home-anniversary__section-1 .amw-special-offer a {
  color: #fff;
  text-decoration: underline;
}
.amw-home-anniversary__section-1 .amw-special-offer p {
  padding: 0;
}
.amw-home-anniversary__section-1 .amw-special-offer p:last-child {
  padding-top: 18px;
}
.amw-home-anniversary__section-2 {
  text-align: center;
  padding: 38px 0 71px;
}
.amw-home-anniversary__section-2 .amw-row {
  margin: -10px -33px;
}
.amw-home-anniversary__section-2 .col {
  width: 33.333%;
  padding: 10px 33px;
}
.amw-home-anniversary__section-2 .amw-wrap {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  background: #fff;
  border: 1px solid #000000;
  width: 100%;
  padding: 15px 0 14px;
}
.amw-home-anniversary__section-2 .amw-wrap:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}
.amw-home-anniversary__section-3 {
  padding-top: 62px;
  padding-bottom: 63px;
}
.amw-home-anniversary__section-3 .amw-mobile, .amw-home-anniversary__section-3 .amw-line {
  display: none;
}
.amw-home-anniversary__section-3 p {
  padding: 27px 0 17px;
  letter-spacing: 0.38px;
}
.amw-home-anniversary__section-3 .col {
  width: 50%;
}
.amw-home-anniversary__section-3 .col:last-child {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
}
.amw-home-anniversary__section-3 .amw-btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.amw-home-anniversary__section-3 .amw-btn {
  padding: 19px 10px;
  height: 60px;
  max-width: 200px;
  min-width: auto;
  width: 100%;
}
.amw-home-anniversary__section-4 {
  padding-top: 34px;
}
.amw-home-anniversary__section-4 .amw-banner__slider {
  background: #000000;
}
.amw-home-anniversary__section-4 .amw-banner__slider h2 {
  color: #fff;
}
.amw-home-anniversary__section-4 .amw-banner__slider .slick-next::before, .amw-home-anniversary__section-4 .amw-banner__slider .slick-prev::before {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(235deg) brightness(200%) contrast(106%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(235deg) brightness(200%) contrast(106%);
}
.amw-home-anniversary__section-4 .amw-banner__line {
  background: #fff;
}
.amw-home-anniversary__section-5 {
  padding-top: 40px;
  text-align: center;
}
.amw-home-anniversary__section-5 h2 {
  font-family: "ChronicleFine-Roman";
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -0.3px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.amw-home-anniversary__section-5 span {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  position: relative;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.8px;
}
.amw-home-anniversary__section-5 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.amw-home-anniversary__section-5 .amw-row {
  margin: -10px;
}
.amw-home-anniversary__section-5 .col {
  width: 50%;
  padding: 10px;
}
.amw-home-anniversary__section-5 .col:last-child {
  width: 100%;
}
.amw-home-anniversary__section-5 .col:last-child .amw-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
}
.amw-home-anniversary__section-5 .col:last-child img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 45%;
     object-position: center 45%;
}
.amw-home-anniversary__section-5 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.amw-home-anniversary__section-5 img {
  width: 100%;
}
.amw-home-anniversary__section-5 .amw-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 39px;
}
.amw-home-anniversary__section-5 .amw-line {
  display: none;
}
.amw-home-anniversary__section-6 {
  padding-bottom: 38px;
}
.amw-home-anniversary__section-6 h2 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.78px;
  max-width: 400px;
  margin: 17px auto 23px;
}
.amw-home-anniversary__section-6 h3 {
  font-family: "GillSans", sans-serif;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.5px;
}
.amw-home-anniversary__section-6 p {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  max-width: 455px;
  margin: 0 auto 20px;
}
.amw-home-anniversary__section-6 p:nth-of-type(2) {
  max-width: 420px;
}
.amw-home-anniversary__section-6 p:last-child {
  margin: 0 auto;
}
.amw-home-anniversary__section-6 img {
  width: 100%;
}
.amw-home-anniversary__section-6 .amw-wrap {
  padding-left: 5px;
  padding-right: 15px;
  max-width: 535px;
}
.amw-home-anniversary__section-6 .col {
  width: 50%;
}
.amw-home-anniversary__section-6 .col:first-child {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.amw-home-anniversary__section-6 .slick-next {
  right: 15px;
  background: url("../img/next.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 28px;
  -webkit-filter: drop-shadow(0 0 3px black);
          filter: drop-shadow(0 0 3px black);
}
.amw-home-anniversary__section-6 .slick-next:before {
  content: "";
}
.amw-home-anniversary__section-6 .slick-next:hover, .amw-home-anniversary__section-6 .slick-next:focus {
  background: url("../img/next.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.amw-home-anniversary__section-6 .slick-prev {
  left: 15px;
  background: url("../img/prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 28px;
  -webkit-filter: drop-shadow(0 0 3px black);
          filter: drop-shadow(0 0 3px black);
  z-index: 1;
}
.amw-home-anniversary__section-6 .slick-prev:before {
  content: "";
}
.amw-home-anniversary__section-6 .slick-prev:hover, .amw-home-anniversary__section-6 .slick-prev:focus {
  background: url("../img/prev.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.amw-home-anniversary__section-7 {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 56px;
}
.amw-home-anniversary__section-7 h2 {
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.amw-home-anniversary__section-7 h3 {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 39px;
  margin-bottom: 4px;
}
.amw-home-anniversary__section-7 p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.64px;
  max-width: 520px;
  margin: 0 auto 24px;
}
.amw-home-anniversary__section-7 .amw-link {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}
.amw-home-anniversary__section-7 .amw-row {
  padding-top: 34px;
  margin: 0 -10px;
}
.amw-home-anniversary__section-7 .col {
  width: 50%;
  padding: 0 10px;
}
.amw-home-anniversary__section-7 img {
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.amw-home-anniversary__section-8 {
  padding-top: 20px;
}
.amw-home-anniversary__section-8 h2 {
  font-family: "ChronicleFine-Roman";
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  text-transform: uppercase;
}
.amw-home-anniversary__section-8 img {
  aspect-ratio: 1200/400;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 34%;
     object-position: center 34%;
  width: 100%;
}
.amw-home-anniversary__section-8 .amw-link {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.amw-home-anniversary__section-8 a {
  position: relative;
}
.amw-home-anniversary__section-8 p {
  font-family: "GillSans", sans-serif;
  font-size: 30px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 400;
}
.amw-home-anniversary__section-8 p span {
  color: #FF0000;
}
.amw-home-anniversary__section-8 .container {
  position: relative;
}
.amw-home-anniversary__section-8 .amw-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-inline: 110px;
}
.amw-home-anniversary__brands {
  padding-bottom: 38px;
}
.amw-home-anniversary__brands.amw-retail-brands .col:first-child {
  width: 23.33%;
}
.amw-home-anniversary__brands.amw-retail-brands .col:last-child {
  width: 76.67%;
}
.amw-home-anniversary__brands h2 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.amw-home-anniversary__brands .amw-link {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.amw-home-anniversary__brands .amw-line {
  margin-bottom: 37px;
}
.amw-home-anniversary__brands .amw-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.amw-home-anniversary__brands .col:first-child {
  width: 23%;
}
.amw-home-anniversary__brands .col:last-child {
  width: 77%;
}
.amw-home-anniversary__brands .amw-brands-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.amw-home-anniversary__brands .amw-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.amw-home-anniversary__brands img {
  max-height: 80px;
  width: 100%;
  max-width: 200px;
}
.amw-home-anniversary__products {
  position: relative;
}
.amw-home-anniversary__products h2 {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-align: center;
}
.amw-home-anniversary__products .container.slider-container {
  width: 100%;
  padding-left: calc((100% - 1200px) / 2);
  padding-right: 0;
}
.amw-home-anniversary__products.woocommerce .star-rating::before {
  content: "sssss";
}
.amw-home-anniversary__products.woocommerce .star-rating span::before {
  content: "SSSSS";
}
.amw-home-anniversary__products .amw-products__slide {
  margin: 0 10px;
  width: 300px;
}
.amw-home-anniversary__products .nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.amw-home-anniversary__products .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 13px;
}
.amw-home-anniversary__products .slider-nav button {
  position: relative;
  outline: none;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #7C7C7C;
  border-radius: 50%;
  cursor: pointer;
}
.amw-home-anniversary__products .slider-nav button.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.amw-home-anniversary__products .slider-nav button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.amw-home-anniversary__products .slider-nav__prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.amw-home-anniversary__products .products__list {
  display: none;
  margin: 0;
  padding-top: 32px;
}
.amw-home-anniversary__products .products__list.slick-initialized {
  display: block;
}
.amw-home-anniversary__products .products__list__product {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.amw-home-anniversary__products .products__list__product__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 11px;
  padding-top: 14px;
}
.amw-home-anniversary__products .products__list__product__details a {
  font-size: 14px;
}
.amw-home-anniversary__products .products__list__product__details .title {
  font-size: 14px;
}
.amw-home-anniversary .amw-section-5 {
  padding: 0;
  margin-top: 0;
}
.amw-home-anniversary .amw-section-5 h2 {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
}
.amw-home-anniversary .amw-section-5 p {
  font-family: "GillSans";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.5;
  margin: 0 auto;
  letter-spacing: 0;
}
.amw-home-anniversary .amw-section-5 .amw-wrap {
  padding-top: 60px;
  padding-bottom: 35px;
}
.amw-home-anniversary .amw-section-5 .amw-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1260px) {
  .amw-home-anniversary__products .container.slider-container {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .amw-home-anniversary h2 {
    font-size: 40px;
  }
  .amw-home-anniversary p, .amw-home-anniversary .amw-link {
    font-size: 18px;
  }
  .amw-home-anniversary .amw-special-offer h2 {
    font-size: 18px;
  }
  .amw-home-anniversary__products .products__list__product__details .title, .amw-home-anniversary__products .products__list__product__details a {
    font-size: 12px;
  }
  .amw-home-anniversary__products .product__details__colors {
    margin-top: 3px;
  }
  .amw-home-anniversary__section-1 h1 {
    font-size: 50px;
  }
  .amw-home-anniversary__section-1 h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .amw-home-anniversary__section-1 h2 span:first-child {
    font-size: clamp(64px, 4rem + (1vw - 7.68px) * 6.25, 80px);
    min-height: 0vw;
  }
  .amw-home-anniversary__section-1 h2 span:last-child {
    font-size: clamp(40px, 2.5rem + (1vw - 7.68px) * 3.9063, 50px);
    min-height: 0vw;
  }
  .amw-home-anniversary__section-1 .amw-hero {
    height: 520px;
  }
  .amw-home-anniversary__section-1 .amw-hero__wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .amw-home-anniversary__section-1 .amw-hero img {
    max-height: 520px;
  }
  .amw-home-anniversary__section-1 .amw-hero__col div {
    padding: 20px 20px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .amw-home-anniversary__section-3 .amw-desktop {
    display: none;
  }
  .amw-home-anniversary__section-3 .amw-mobile {
    display: block;
  }
  .amw-home-anniversary__section-3 .col:last-child {
    padding-left: 40px;
  }
  .amw-home-anniversary__section-3 .amw-btn {
    font-size: 16px;
    height: 50px;
    padding: 16px 10px;
  }
  .amw-home-anniversary__section-6 h2 {
    font-size: 30px;
  }
  .amw-home-anniversary__section-6 .container {
    max-width: 560px;
  }
  .amw-home-anniversary__section-6 .col {
    width: 100%;
  }
  .amw-home-anniversary__section-6 .amw-wrap {
    padding-bottom: 16px;
  }
  .amw-home-anniversary__section-7 h3 {
    font-size: 25px;
  }
  .amw-home-anniversary__section-8 .amw-wrap {
    padding-inline: 60px;
  }
  .amw-home-anniversary__brands h2 {
    font-size: 25px;
  }
  .amw-home-anniversary__brands .amw-brands-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .amw-banner__slider:not(.mobile), .amw-home-anniversary .amw-banner__slider:not(.mobile) {
    display: none;
  }
  .header .amw-banner__slider.mobile.slick-initialized, .amw-home-anniversary .amw-banner__slider.mobile.slick-initialized {
    height: auto;
  }
  .header .amw-banner__slider.mobile, .amw-home-anniversary .amw-banner__slider.mobile {
    height: 34px;
  }
  .header .amw-banner__slider h2, .amw-home-anniversary .amw-banner__slider h2 {
    font-size: 11px;
    letter-spacing: 0.69px;
  }
  .header .amw-banner__slide, .amw-home-anniversary .amw-banner__slide {
    padding: 2px 0;
  }
  .header .amw-banner__wrap, .amw-home-anniversary .amw-banner__wrap {
    grid-template-columns: 1fr;
  }
  .amw-home-anniversary h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .amw-home-anniversary p, .amw-home-anniversary .amw-link {
    font-size: 13px;
    line-height: 17px;
  }
  .amw-home-anniversary .amw-special-offer h2 {
    font-size: 11px;
    line-height: 12px;
  }
  .amw-home-anniversary__section-1 h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
    margin-top: -5px;
    padding-bottom: 10px;
  }
  .amw-home-anniversary__section-1 h1 span {
    font-size: 70px;
    line-height: 60px;
  }
  .amw-home-anniversary__section-1 h2 {
    font-size: 13px;
    letter-spacing: 1.3px;
    padding-bottom: 0;
  }
  .amw-home-anniversary__section-1 h2 div {
    margin-bottom: -8px;
  }
  .amw-home-anniversary__section-1 h2 span:first-child {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .amw-home-anniversary__section-1 h2 span:last-child {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
  .amw-home-anniversary__section-1 h3 {
    font-size: 12px;
    letter-spacing: 0.6px;
    padding-bottom: 135px;
  }
  .amw-home-anniversary__section-1 p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.6px;
    max-width: 230px;
    padding-top: 0px;
  }
  .amw-home-anniversary__section-1 p .discount {
    display: block;
  }
  .amw-home-anniversary__section-1 p span {
    letter-spacing: 1px;
  }
  .amw-home-anniversary__section-1 .amw-btn {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0.65px;
    width: 135px;
    height: 28px;
    min-width: auto;
    padding: 0;
  }
  .amw-home-anniversary__section-1 .amw-wrap {
    width: 260px;
  }
  .amw-home-anniversary__section-1 .amw-wrap div {
    margin-top: 7px;
  }
  .amw-home-anniversary__section-1 .amw-hero {
    display: block;
    position: relative;
    height: 100%;
    max-height: 100%;
  }
  .amw-home-anniversary__section-1 .amw-hero__terms {
    position: static;
    padding-inline: 15px;
    padding-block: 10px;
  }
  .amw-home-anniversary__section-1 .amw-hero__terms p {
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0.47px;
  }
  .amw-home-anniversary__section-1 .amw-hero__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 7px;
  }
  .amw-home-anniversary__section-1 .amw-hero__wrap p {
    width: 150px;
    margin-top: -5px;
  }
  .amw-home-anniversary__section-1 .amw-hero__col {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .amw-home-anniversary__section-1 .amw-hero__col div:first-of-type {
    padding-top: 14px;
  }
  .amw-home-anniversary__section-1 .amw-hero__col div:first-of-type p {
    max-width: 190px;
  }
  .amw-home-anniversary__section-1 .amw-hero__col div:last-of-type {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-inline: 0;
  }
  .amw-home-anniversary__section-1 .amw-hero__col div:last-of-type p {
    max-width: 222px;
  }
  .amw-home-anniversary__section-1 .amw-hero__col:first-child {
    aspect-ratio: 320/180;
  }
  .amw-home-anniversary__section-1 .amw-hero__col:first-child p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.4px;
    max-width: 170px;
  }
  .amw-home-anniversary__section-1 .amw-hero__col:last-child {
    position: relative;
    padding-top: 11px;
  }
  .amw-home-anniversary__section-1 .amw-hero__col:last-child p {
    margin-top: 0;
  }
  .amw-home-anniversary__section-1 .amw-hero .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-right: 14px;
    left: 0;
  }
  .amw-home-anniversary__section-1 .amw-hero img {
    max-height: 100%;
    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
    width: 110%;
    -o-object-position: 50% 47%;
       object-position: 50% 47%;
    left: -16px;
    position: relative;
  }
  .amw-home-anniversary__section-1 .amw-desktop-bg {
    display: none;
  }
  .amw-home-anniversary__section-1 .amw-mobile-bg {
    display: block;
    overflow: hidden;
    height: 100%;
  }
  .amw-home-anniversary__section-1 .amw-mobile-bg img {
    -o-object-position: 63% 100%;
       object-position: 63% 100%;
    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
    -o-object-position: 22% 55%;
       object-position: 22% 55%;
    max-height: 584px;
    height: 584px;
    -webkit-transform: translateY(-92px);
            transform: translateY(-92px);
  }
  .amw-home-anniversary__section-1 .amw-special-offer {
    margin-top: 10px;
    padding: 16px 0;
    background: #AD0308;
  }
  .amw-home-anniversary__section-2 {
    padding: 21px 0 30px;
  }
  .amw-home-anniversary__section-2 .amw-row {
    margin: -6px -7px;
  }
  .amw-home-anniversary__section-2 .col {
    padding: 6px 7px;
  }
  .amw-home-anniversary__section-2 .amw-wrap {
    font-size: 9px;
    letter-spacing: 0.45px;
    padding: 0;
  }
  .amw-home-anniversary__section-3 {
    padding-top: 34px;
    padding-bottom: 25px;
  }
  .amw-home-anniversary__section-3 h2 {
    padding: 0 25px;
  }
  .amw-home-anniversary__section-3 p {
    line-height: 15px;
    padding: 20px 0 16px;
  }
  .amw-home-anniversary__section-3 .container {
    position: relative;
  }
  .amw-home-anniversary__section-3 .container:not(:nth-child(2)) {
    width: 500px;
    padding: 0;
  }
  .amw-home-anniversary__section-3 .col {
    width: 100%;
  }
  .amw-home-anniversary__section-3 .col:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 21px 16px 17px;
  }
  .amw-home-anniversary__section-3 .col:last-child h2, .amw-home-anniversary__section-3 .col:last-child p {
    display: none;
  }
  .amw-home-anniversary__section-3 .amw-btn {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.65px;
    height: 35px;
    color: #fff;
    border-color: #fff;
    padding: 1px 10px;
  }
  .amw-home-anniversary__section-4 {
    padding-top: 20px;
  }
  .amw-home-anniversary__section-5 {
    padding-top: 21px;
  }
  .amw-home-anniversary__section-5 h2 {
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .amw-home-anniversary__section-5 span {
    font-size: 10px;
  }
  .amw-home-anniversary__section-5 .amw-line {
    display: block;
    margin-top: 18px;
  }
  .amw-home-anniversary__section-6 {
    padding-top: 18px;
  }
  .amw-home-anniversary__section-6 h2 {
    text-wrap: balance;
    line-height: 24px;
    margin: 18px auto 15px;
  }
  .amw-home-anniversary__section-6 .container {
    padding: 0;
  }
  .amw-home-anniversary__section-6 .amw-wrap {
    padding-left: 15px;
  }
  .amw-home-anniversary__section-6 .slick-next {
    right: 10px;
    width: 8px;
    height: 16px;
  }
  .amw-home-anniversary__section-6 .slick-prev {
    left: 10px;
    width: 8px;
    height: 16px;
  }
  .amw-home-anniversary__section-7 {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .amw-home-anniversary__section-7 h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .amw-home-anniversary__section-7 h3 {
    font-size: 30px;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 11px;
  }
  .amw-home-anniversary__section-7 p {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .amw-home-anniversary__section-7 .amw-row {
    padding-top: 19px;
  }
  .amw-home-anniversary__section-7 .col {
    width: 100%;
  }
  .amw-home-anniversary__section-7 .col:not(:first-child) {
    padding-top: 20px;
  }
  .amw-home-anniversary__brands {
    text-align: center;
    padding-bottom: 17px;
  }
  .amw-home-anniversary__brands.amw-retail-brands .amw-line {
    margin-bottom: 36px;
  }
  .amw-home-anniversary__brands.amw-retail-brands .amw-logo {
    width: 50%;
  }
  .amw-home-anniversary__brands.amw-retail-brands h2 {
    max-width: 240px;
    margin-bottom: 9px;
    margin-inline: auto;
  }
  .amw-home-anniversary__brands.amw-retail-brands .col:first-child {
    width: 100%;
  }
  .amw-home-anniversary__brands.amw-retail-brands .col:last-child {
    width: 100%;
  }
  .amw-home-anniversary__brands.amw-retail-brands .amw-brands-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    row-gap: 38px;
  }
  .amw-home-anniversary__brands h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 14px;
    letter-spacing: 1px;
  }
  .amw-home-anniversary__brands .amw-line {
    margin-bottom: 28px;
  }
  .amw-home-anniversary__brands .col:first-child {
    width: 100%;
  }
  .amw-home-anniversary__brands .col:last-child {
    width: 100%;
  }
  .amw-home-anniversary__brands .amw-brands-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
  .amw-home-anniversary__brands .amw-logo {
    margin: 0 auto;
  }
  .amw-home-anniversary__products h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .amw-home-anniversary__products .container.slider-container {
    padding-left: 14px;
  }
  .amw-home-anniversary__products .nav-wrap {
    display: none;
  }
  .amw-home-anniversary__products .amw-products__slide {
    width: 190px;
  }
  .amw-home-anniversary__products .products__list {
    padding-top: 15px;
  }
  .amw-home-anniversary__products .products__list__product__details {
    padding-top: 4px;
  }
  .amw-home-anniversary__products .products__list__product__details .title, .amw-home-anniversary__products .products__list__product__details a {
    font-size: 9px;
    line-height: 13px;
  }
  .amw-home-anniversary__products .products__list__product__details .royce-price {
    font-size: 10px;
  }
  .amw-home-anniversary__products .product__details__description .royce-star-rating {
    font-size: 11px;
    padding-top: 0;
  }
  .amw-home-anniversary__products .product__details__description .royce-star-rating .count {
    font-size: 10px;
    line-height: 12px;
  }
  .amw-home-anniversary__products .product__details__description .royce-star-rating .star-rating {
    height: 11px;
  }
  .amw-home-anniversary__products.woocommerce .star-rating {
    font-size: 11px;
  }
  .amw-home-anniversary__products.woocommerce .product__details__colors {
    max-height: 25px;
    gap: 4px;
  }
  .amw-home-anniversary__products.woocommerce .product__details__colors img {
    width: 9px;
    height: 9px;
  }
  .amw-home-anniversary__products.woocommerce .product__details__colors a.plus {
    width: 9px;
    height: 9px;
    font-size: 16px;
    margin-top: -4px;
  }
  .amw-home-anniversary .amw-section-5 .amw-wrap {
    padding: 32px 24px 7px;
  }
  .amw-home-anniversary .amw-section-5 h2 {
    font-size: 26px;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .amw-home-anniversary__section-5 .col {
    width: 100%;
  }
  .amw-home-anniversary__section-5 .col:first-child img {
    -o-object-position: top;
       object-position: top;
  }
  .amw-home-anniversary__section-5 .col:nth-child(3) img, .amw-home-anniversary__section-5 .col:nth-child(4) img {
    -o-object-position: center 55%;
       object-position: center 55%;
  }
  .amw-home-anniversary__section-5 .col:last-child a {
    height: 200px;
    overflow: hidden;
  }
  .amw-home-anniversary__section-5 .col:last-child img {
    aspect-ratio: auto;
    height: 255px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: -68px;
  }
  .amw-home-anniversary__section-5 .col:last-child .amw-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    bottom: 0;
  }
  .amw-home-anniversary__section-5 .amw-wrap {
    padding-bottom: 23px;
  }
  .amw-home-anniversary__section-5 img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    -webkit-transform: translateZ(-10px);
            transform: translateZ(-10px);
  }
  .amw-home-anniversary__section-5 span:after {
    bottom: 0;
  }
  .amw-home-anniversary__section-7 img {
    aspect-ratio: 1/1;
  }
  .amw-home-anniversary__section-8 {
    padding-top: 15px;
  }
  .amw-home-anniversary__section-8 h2 {
    letter-spacing: -0.5px;
  }
  .amw-home-anniversary__section-8 p {
    letter-spacing: 0.52px;
  }
  .amw-home-anniversary__section-8 .amw-link {
    font-size: 10px;
    line-height: 20px;
  }
  .amw-home-anniversary__section-8 img {
    aspect-ratio: 291/200;
  }
  .amw-home-anniversary__section-8 .amw-wrap {
    padding-inline: 4px;
  }
  .amw-home-anniversary__brands {
    padding-bottom: 39px;
  }
  .amw-home-anniversary__brands.amw-retail-brands {
    padding-bottom: 27px;
  }
  .amw-home-anniversary__brands .amw-brands-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 34px;
    row-gap: 44px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .amw-home-anniversary .amw-section-5 .amw-wrap {
    padding: 28px 25px 7px;
  }
  .amw-home-anniversary .amw-section-5 .amw-row {
    margin: 0 -10px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .amw-home-anniversary .amw-section-5 .amw-col {
    max-width: 50%;
    padding: 0 10px;
  }
  .amw-home-anniversary .amw-section-5 img {
    max-width: 100%;
  }
}/*# sourceMappingURL=home.css.map */