.giftGuide {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
}
.giftGuide img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.giftGuide a {
  text-decoration: none;
  color: inherit;
}
.giftGuide .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.giftGuide p {
  font-family: "noto-sans";
}
.giftGuide p span {
  display: inline-block;
}
.giftGuide button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
.giftGuide figure {
  margin: 0;
}

.l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.m-lg_6 {
    grid-column: span 6;
  }
}
.l-grid_layout-content .l-grid_layout-item.order-rev {
  order: 0;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.order-rev {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.m-md_8 {
    grid-column: span 8;
  }
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
.l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}

.b-text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: calc(100vw - 30px);
  margin: 0 auto;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .b-text_block {
    max-width: calc(100vw - 64px);
  }
}
.b-text_block .b-text_block-container {
  width: 100%;
  padding: 15px;
  padding-bottom: 80px;
  padding-top: 80px;
}
.b-text_block .b-text_block-container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .b-text_block .b-text_block-container {
    width: var(--width, auto);
    padding: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.b-text_block p {
  margin-bottom: 16px;
}
.b-text_block p:last-child {
  margin-bottom: 0;
}

.b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
.b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
}
@media (any-hover: hover) {
  .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
  }
}
.b-actions .b-actions-item .b-button_ext .b-button.mens-colour {
  background: #000;
  color: #fff;
}
@media (any-hover: hover) {
  .b-actions .b-actions-item .b-button_ext .b-button.mens-colour:hover {
    background: transparent;
    color: #000;
  }
}
.b-actions .b-actions-item .b-button_ext .b-button.womens-colour {
  background: #6a0808;
  color: #fff;
  border-color: #6a0808;
}
@media (any-hover: hover) {
  .b-actions .b-actions-item .b-button_ext .b-button.womens-colour:hover {
    background: transparent;
    color: #000;
    border-color: #000;
  }
}

.b-image_tile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.b-image_tile .b-image_tile-container {
  width: 100%;
}
.b-image_tile .b-image_tile-container .b-image_tile-picture {
  background: transparent;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (min-width: 768px) {
  .b-image_tile .b-image_tile-container .b-image_tile-picture {
    padding-bottom: var(--bg-padding);
  }
}
.b-image_tile .b-image_tile-container .b-image_tile-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.b-banner {
  display: flex;
  width: 100%;
  align-items: start;
}
.b-banner .b-banner-inner {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  width: 100%;
  grid-gap: 0;
}
.b-banner .b-banner-inner .b-promo_box-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (orientation: landscape) {
  .b-banner .b-banner-inner .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.b-banner .b-banner-inner .b-promo_box-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-sm-obj-position, var(--img-obj-position));
     object-position: var(--img-sm-obj-position, var(--img-obj-position));
}
@media screen and (orientation: landscape) {
  .b-banner .b-banner-inner .b-promo_box-picture img {
    -o-object-position: var(--img-obj-position);
       object-position: var(--img-obj-position);
  }
}
.b-banner .b-promo_box-caption {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 12px;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  justify-content: center;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .b-banner .b-promo_box-caption {
    padding: 60px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .b-banner .b-promo_box-caption {
    padding: 60px 40px;
  }
}
.b-banner .b-promo_box-caption .b-banner-content {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.giftGuide .giftGuide__inner .mv .mv__inner p {
  color: #fff;
  font-family: "untitled-sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
}
.giftGuide .giftGuide__inner .mv .mv__inner h1 {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 1px;
  line-height: 42px;
  font-size: 55px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .giftGuide .giftGuide__inner .mv .mv__inner h1 {
    font-size: 96px;
    line-height: 88px;
  }
}
.giftGuide .giftGuide__inner .text-content .text-content__inner {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .giftGuide .giftGuide__inner .text-content .text-content__inner {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .giftGuide .giftGuide__inner .text-content .text-content__inner {
    padding-top: 48px;
  }
}
.giftGuide .giftGuide__inner .text-content .text-content__inner p {
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 1px;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .giftGuide .giftGuide__inner .foryou-content .foryou-content__inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .giftGuide .giftGuide__inner .foryou-content .foryou-content__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-promo_box-caption {
  height: 100%;
  padding: 40px 24px;
}
@media screen and (min-width: 1024px) {
  .giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-promo_box-caption {
    padding: 32px;
  }
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-promo_box-caption .b-text_block {
  height: 100%;
  justify-content: end;
  align-items: end;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner h1 {
  font-family: "caramel";
  text-transform: capitalize;
  font-size: 94px;
  line-height: 63px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: lighter;
}
@media screen and (min-width: 1024px) {
  .giftGuide .giftGuide__inner .foryou-content .foryou-content__inner h1 {
    font-size: 136px;
    line-height: 117px;
  }
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  grid-gap: 4px;
  padding-left: 4px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-container {
    padding-top: 0;
  }
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-container .b-category_tile-inner {
  width: calc(50% - 4px);
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-container .b-category_tile-inner:nth-child(n+3) {
  padding-top: 16px;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-container .b-category_tile-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-container .b-category_tile-img .b-category_tile-picture_wrapper {
  width: 100%;
  max-width: 100%;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-container .b-category_tile-img .b-category_tile-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--bg-padding, 100%);
  position: relative;
  width: 100%;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-container .b-category_tile-img .b-category_tile-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-obj-position);
     object-position: var(--img-obj-position);
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-text .b-category_tile-text_inner {
  max-width: 100%;
  width: 100%;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-text .b-category_tile-actions {
  margin: 8px auto 0;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-text .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-text .b-button_ext .b-button {
  width: auto;
  display: inline-flex;
  font-size: 13px;
  font-style: normal;
  height: auto;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: auto;
  padding: 0;
}
.giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-text .b-button_ext .b-button::before {
  border-bottom: 1px solid #000;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 0.65em;
  position: absolute;
  right: 0;
  top: 50%;
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-text .b-button_ext .b-button::before {
    opacity: 0;
  }
  .giftGuide .giftGuide__inner .foryou-content .foryou-content__inner .b-category_tile-text .b-button_ext .b-button:hover::before {
    opacity: 1;
  }
}
.giftGuide .giftGuide__inner .g-top_edits-grid .g-top_edits-grid__inner {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .giftGuide .giftGuide__inner .g-top_edits-grid .g-top_edits-grid__inner {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .giftGuide .giftGuide__inner .g-top_edits-grid .g-top_edits-grid__inner {
    padding-top: 48px;
  }
}
.giftGuide .giftGuide__inner .g-top_edits-grid .g-top_edits-grid__inner.hidden-pt {
  padding-top: 0;
}
.giftGuide .giftGuide__inner .g-top_edits-grid .g-top_edits-grid__inner .b-text_block h2 {
  margin-bottom: 20px;
  font-family: "caramel";
}
.giftGuide .giftGuide__inner .poster-contents .poster-contents__inner {
  padding-top: 24px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .giftGuide .giftGuide__inner .poster-contents .poster-contents__inner {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .giftGuide .giftGuide__inner .poster-contents .poster-contents__inner {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
.giftGuide .giftGuide__inner .poster-contents .poster-contents__inner h2 {
  font-size: 32px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .giftGuide .giftGuide__inner .poster-contents .poster-contents__inner h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .giftGuide .giftGuide__inner .poster-contents .poster-contents__inner .b-actions {
    grid-gap: 32px;
  }
}
.giftGuide .giftGuide__inner .poster-contents .poster-contents__inner .b-actions .b-button {
  background: #fff;
  border-color: #fff;
  font-weight: bold;
}
@media (any-hover: hover) {
  .giftGuide .giftGuide__inner .poster-contents .poster-contents__inner .b-actions .b-button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }
}/*# sourceMappingURL=F_giftguide_20241107.css.map */