﻿@media only screen and (max-width: 737px), (max-device-width: 737px) {
  html {
    scroll-snap-type: y mandatory;
  }
  header {
    scroll-snap-align: start;
  }
  article,
  .slide,
  .slide-ad-wrapper {
    scroll-snap-stop: always;
    scroll-snap-align: start;
  }
}
@media only screen and (min-width: 738px) {
  .galad-container--clickthru .gallery-promo {
    display: flex;
    flex-direction: row;
    padding: 0 28px 72px;
    gap: 20px;
    width: 1168px;
    overflow: hidden;
  }
  .galad-container--clickthru .gallery-promo > div:first-child {
    width: 768px;
  }
  .galad-container--clickthru .gallery-promo > div:last-child {
    width: 300px;
  }
  .galad-container--clickthru .scroll-more-container {
    display: none;
  }
  .galad-container--clickthru .slide-image-container {
    max-height: 577px;
    min-height: 577px;
    display: flex;
    align-items: center;
  }
  .galad-container--clickthru .slide-image {
    width: auto;
    max-height: 577px;
    max-width: 100%;
  }
  .galad-container--clickthru .slide-image img {
    max-width: 100%;
    z-index: 1;
    position: relative;
  }
  .galad-container--clickthru .gallery-controller {
    position: relative;
  }
  .galad-container--clickthru .gallery-controller__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }
  .galad-container--clickthru .gallery-controller__button svg {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
  }
  .galad-container--clickthru .gallery-controller__button--left {
    left: 28px;
    line-height: 0;
  }
  .galad-container--clickthru .gallery-controller__button--right {
    right: 28px;
    line-height: 0;
  }
  .galad-container--clickthru .gallery-controller__button--enter {
    z-index: 2;
    line-height: 0;
    right: 28px;
    border-radius: 100px;
    background: white;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    gap: 13px;
    height: 51px;
  }
  .galad-container--clickthru .gallery-controller__button--enter .enter-text {
    padding-top: 6px;
  }
  .galad-container--clickthru .gallery-controller__button--next-gallery {
    right: 14px;
    display: grid;
    grid-template-columns: 1fr max-content;
    column-gap: 20px;
    row-gap: 4px;
    width: 385px;
    align-items: center;
    background: black;
    font-family: "Franklin Gothic URW Cond Medium", Helvetica, Arial, sans-serif;
    color: white;
    padding: 28px;
    padding-right: 14px;
  }
  .galad-container--clickthru .gallery-controller__button--next-gallery a {
    color: white;
  }
  .galad-container--clickthru .gallery-controller__button--next-gallery .next-up-label {
    grid-column: 1;
    color: #bebdbc;
    font-size: 18px;
    text-transform: uppercase;
  }
  .galad-container--clickthru .gallery-controller__button--next-gallery .next-up-title {
    grid-column: 1;
    font-size: 28px;
  }
  .galad-container--clickthru .gallery-controller__button--next-gallery svg {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .galad-container--clickthru .gallery-controller #loading-next-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47, 47, 47, 0.25);
    z-index: 3;
  }
  .galad-container--clickthru .gallery-controller #loading-next-gallery:not(.htmx-request) {
    display: none;
  }
  .loading-next-slide-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.slides {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.slide {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.slide-image {
  position: relative;
}
.slide-image img {
  width: 100%;
}
.slide-image-container {
  margin: 0 -20px;
}
.slide-image__pinterest {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  aspect-ratio: 1;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slide-image__pinterest svg {
  border-radius: 100%;
}
.slide-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slide-body--last {
  margin-bottom: 48px;
}
.slide-body-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slide-credit {
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
  color: #4F4F4F;
}
.slide-credit a {
  font-weight: 600;
  color: #d0021b;
}
.slide-title-caption {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slide-title {
  font-size: 29px;
  line-height: 35px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: 'FranklinGothicURW-Dem', 'Helvetica', 'Arial', sans-serif;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .slide-title {
    font-family: "FranklinGothicURW-Dem-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.slide-caption {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.slide-caption a {
  color: #d0021b;
  letter-spacing: 0.01em;
  font-family: 'FranklinGothicURW-Med', 'Helvetica', 'Arial', sans-serif;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .slide-caption a {
    font-family: "FranklinGothicURW-Med-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.slide-caption > p:last-child {
  margin-bottom: 0;
}
.slide-cta {
  font-family: 'FranklinGothicURW-Med', 'Helvetica', 'Arial', sans-serif;
  width: 100%;
  display: block;
  background: #292929;
  color: white !important;
  text-align: center;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 9px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-transform: uppercase;
  border-radius: 30px;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .slide-cta {
    font-family: "FranklinGothicURW-Med-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.slide-cta:hover,
.slide-cta:active,
.slide-cta:focus {
  text-decoration: none;
  color: white;
}
.slide-ad-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  margin-bottom: -48px;
}
.slide-ad-wrapper .ad-text {
  display: none;
  margin-bottom: 0;
  font-size: 12px;
  color: #4F4F4F;
}
.ad-slot[data-slot-state="rendered"] {
  margin-bottom: 48px;
}
.ad-slot[data-slot-state="rendered"] + .ad-text {
  display: block;
}
.ad-slot:not([data-slot-state="rendered"]) {
  display: none;
}
/*-- Products --*/
.slide-products {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: 'FranklinGothicURW-Med', 'Helvetica', 'Arial', sans-serif;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .slide-products {
    font-family: "FranklinGothicURW-Med-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.slide-products h3 {
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  margin: 0;
  text-transform: uppercase;
}
.slide-product {
  display: flex;
  gap: 18px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.06);
  min-height: 136px;
  align-items: center;
  border-radius: 4px;
}
.slide-product-image {
  flex: 0 0 136px;
}
.slide-product-image img {
  width: 136px;
  height: 136px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.slide-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-right: 33px;
}
.photoGalleryPage .content-container .slide-product-title {
  color: #1c1c1c;
}
.slide-product-title h4 {
  margin: 0;
  line-height: 19px;
  max-height: 38px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.slide-product-advertiser {
  font-size: 13px;
  color: #6b7071;
  font-family: 'FranklinGothicURW-Boo', 'Helvetica', 'Arial', sans-serif;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .slide-product-advertiser {
    font-family: "FranklinGothicURW-Boo-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.view-more-products {
  text-align: center;
  color: #d62533;
  font-weight: 600;
}
@media only screen and (min-width: 738px) {
  .slides {
    display: flex;
    flex-direction: column;
    gap: 72px;
  }
  .slide-body--last {
    margin-bottom: 72px;
  }
  .slide-image,
  .slide-image-container {
    margin: 0;
  }
  .slide-body-text {
    gap: 18px;
  }
  .slide-title-caption {
    gap: 13px;
  }
  .slide-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
  }
  .slide-credit {
    max-width: 90%;
  }
  .slide-caption {
    font-size: 18px;
    line-height: 1.6;
  }
  .slide-caption a {
    font-weight: 700;
  }
  .slide-body-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    line-height: 22px;
  }
  .slide-count-caption {
    display: block;
    flex-shrink: 0;
  }
  .slide-cta {
    width: max-content;
    padding: 16px 44px 9px;
    font-size: 18px;
    line-height: 1.11;
    font-weight: 500;
  }
  .slide-cta:hover {
    background: #4F4F4F;
  }
  .slide-ad-wrapper {
    margin-bottom: -72px;
  }
  .slide-image-container {
    text-align: center;
    background: #F2F2F2;
    width: 100%;
    max-height: 80vh;
    position: relative;
  }
  .slide-image {
    width: max-content;
    margin: 0 auto;
  }
  .slide-image img {
    width: auto;
    max-height: 80vh;
    max-width: 728px;
  }
  .slide-ad-wrapper {
    margin-bottom: -72px;
  }
  .ad-slot[data-slot-state="rendered"] {
    margin-bottom: 72px;
  }
  /*-- Products --*/
  .slide-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 4px 16px;
  }
  .slide-products h3 {
    grid-column: span 2;
  }
  .slide-products .view-more-products {
    grid-column: span 2;
  }
  .slide-products .view-more-products:hover {
    cursor: pointer;
  }
  .slide-product {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.06), 0px -2px 16px rgba(0, 0, 0, 0.06);
  }
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .slide-count-caption {
    display: none;
  }
  .slide-products {
    padding-bottom: 44px;
  }
}
#loading-next-slide {
  margin: 48px 0;
  position: relative;
}
#loading-next-slide:not(.htmx-request) {
  display: none;
}
@media only screen and (min-device-width: 738px) and (max-device-width: 1024px) {
  .galad-container--clickthru .gallery-promo {
    width: 1140px;
  }
}
/**
  Following styles are meant to just display the first slide on authoring.
 */
.slides.edit-mode > .slide {
  display: none;
}
.slides.edit-mode > .slide:first-child {
  display: flex;
}
.slides.edit-mode > .slide-ad-wrapper {
  display: none;
}
.scroll-more-container {
  display: flex;
  flex-grow: 2;
  align-items: center;
  justify-content: end;
  gap: 5.5px;
  margin-right: 20px;
  font-weight: 600;
  color: #D62533;
  visibility: hidden;
  font-family: 'FranklinGothicURW-Med', 'Helvetica', 'Arial', sans-serif;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .scroll-more-container {
    font-family: "FranklinGothicURW-Med-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.scroll-more-container svg {
  height: 11px;
  width: 11px;
  margin-top: -4px;
}
.scroll-more-container svg path {
  fill: white;
  stroke: #D62533;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .scroll-more-container {
    display: none;
  }
}

.hidden {
  display: none!important;
  visibility: hidden!important;
}
.photoGalleryPage .content-container {
  padding: 20px;
  background: white;
  font-family: 'FranklinGothicURW-Boo', 'Helvetica', 'Arial', sans-serif;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .photoGalleryPage .content-container {
    font-family: "FranklinGothicURW-Boo-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.photoGalleryPage .content-container a {
  font-family: 'FranklinGothicURW-Med', 'Helvetica', 'Arial', sans-serif;
  color: #d0021b;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .photoGalleryPage .content-container a {
    font-family: "FranklinGothicURW-Med-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.photoGalleryPage .o-AssetTitle__a-Headline {
  font-family: 'Franklin Gothic URW Cond Dem', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-size: 38px;
  color: #1C1C1C;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .photoGalleryPage .o-AssetTitle__a-Headline {
    font-family: "Franklin Gothic URW Cond Dem-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.photoGalleryPage .o-AssetPublishDate {
  font-size: 18px;
  line-height: 1.2;
  color: #4F4F4F;
}
.photoGalleryPage .o-Attribution {
  margin: 16px 0 0;
  font-family: 'FranklinGothicURW-Boo', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1C1C1C;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .photoGalleryPage .o-Attribution {
    font-family: "FranklinGothicURW-Boo-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.photoGalleryPage .o-Attribution a {
  font-family: 'FranklinGothicURW-Med', 'Helvetica', 'Arial', sans-serif;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .photoGalleryPage .o-Attribution a {
    font-family: "FranklinGothicURW-Med-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.photoGalleryPage .o-Attribution__m-MediaWrap .o-Attribution__a-Image {
  max-width: 64px;
}
.photoGalleryPage .o-Attribution__m-TextWrap .o-Attribution__a-Author,
.photoGalleryPage .o-Attribution__m-TextWrap .o-Attribution__a-Name a {
  font-family: 'Franklin Gothic URW Cond Medium', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.photoGalleryPage .o-Attribution__m-TextWrap .o-Attribution__a-SocialMedia {
  font-size: 14px;
  display: flex;
  gap: 5px;
  height: 20px;
}
.photoGalleryPage .o-Attribution__m-TextWrap .o-Attribution__a-SocialMedia .a-Icon {
  width: 20px;
  height: 20px;
}
.photoGalleryPage .o-Attribution__m-Footer {
  font-family: 'FranklinGothicURW-Boo', 'Helvetica', 'Arial', sans-serif;
  color: #1c1c1c;
  font-size: 16px;
  padding-left: 10px;
  margin-top: 10px;
  border-left: 1px solid #757575;
  line-height: 1.35;
  margin-bottom: 14px;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .photoGalleryPage .o-Attribution__m-Footer {
    font-family: "FranklinGothicURW-Boo-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.photoGalleryPage .o-AssetDescription {
  margin-bottom: 16px;
}
.photoGalleryPage .o-AssetDescription__a-Description {
  font-family: 'FranklinGothicURW-Boo', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #1C1C1C;
  font-style: normal;
  font-weight: 300;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .photoGalleryPage .o-AssetDescription__a-Description {
    font-family: "FranklinGothicURW-Boo-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.photoGalleryPage .asset-save-share {
  display: flex;
  gap: 24px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 32px;
}
.photoGalleryPage .asset-save-share .a-Button__a-ButtonText {
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #d0021b;
  font-family: 'FranklinGothicURW-Med', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .photoGalleryPage .asset-save-share .a-Button__a-ButtonText {
    font-family: "FranklinGothicURW-Med-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.photoGalleryPage .asset-save-share button {
  all: unset;
  display: flex;
  align-items: center;
  gap: 6px;
}
.photoGalleryPage .asset-save-share button svg {
  height: calc(15.6px);
}
.photoGalleryPage .o-AssetShare button {
  display: none;
}
.photoGalleryPage .o-AssetShare button.enabled {
  display: flex;
}
.photoGalleryPage .o-AssetSave button svg {
  width: 10px;
  fill: #d0021b;
  stroke: #d0021b;
}
.photoGalleryPage .o-AssetShare button svg {
  width: 15px;
  fill: #ffffff;
}
.photoGalleryPage .a-Button--Saved__a-TextWrap,
.photoGalleryPage .a-Button--Saved__a-Divider {
  color: #000000;
  text-transform: none;
}
.photoGalleryPage .a-Button--Saved::before {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  content: " ";
  background-image: url('../image/icon-checkmark.svg');
  background-repeat: no-repeat;
}
.photoGalleryPage .mediastream-label {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
  /* 125% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: inline-block;
  width: max-content;
  font-family: 'FranklinGothicURW-Dem', 'Helvetica', 'Arial', sans-serif;
}
@media only screen and (max-width: 737px), (max-device-width: 737px) {
  .photoGalleryPage .mediastream-label {
    font-family: "FranklinGothicURW-Dem-mobile", 'Helvetica', 'Arial', sans-serif;
  }
}
.photoGalleryPage .mediastream-label .label-line {
  width: 107%;
  height: 5px;
  border-radius: 20px;
  background: #FC3;
}
.photoGalleryPage article:first-of-type .mediastream-label {
  display: none;
}
.photoGalleryPage article:first-of-type .scroll-more-container {
  visibility: visible;
}
@media only screen and (min-width: 738px) {
  .photoGalleryPage {
    background: #fff;
  }
  .photoGalleryPage .container,
  .photoGalleryPage .o-Banner {
    width: 1168px;
    margin: 0 auto;
  }
  .photoGalleryPage .o-Banner__m-Body {
    background-size: 1168px;
  }
  .photoGalleryPage .o-SubNavigation {
    padding-left: 35px;
  }
  .photoGalleryPage .rr-ad-wrapper {
    width: 300px;
    padding-top: 125px;
    backround: white;
  }
  .photoGalleryPage .rr-ad-container-sticky {
    top: 100px;
    position: sticky;
  }
  .photoGalleryPage .galad-container {
    width: 1184px;
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 28px;
    gap: 28px;
    background-color: white;
  }
  .photoGalleryPage .content-container {
    background: white;
    width: 728px;
    box-sizing: content-box;
    padding: 28px 28px 0;
  }
  .photoGalleryPage .o-AssetTitle__a-Headline {
    font-family: 'FranklinGothicURW-Boo', 'Helvetica', 'Arial', sans-serif;
    max-width: 30ch;
  }
  .photoGalleryPage .o-Attribution {
    line-height: 160%;
  }
  .photoGalleryPage .o-AssetDescription__a-Description {
    font-size: 25px;
    line-height: 1.3;
    color: #3b4143;
    max-width: 50ch;
  }
  .photoGalleryPage .o-AssetPublishDate {
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
  }
  .photoGalleryPage .asset-save-share .a-Button__a-ButtonText {
    padding-top: 5px;
    line-height: 1.6;
  }
  .photoGalleryPage .asset-save-share button svg {
    line-height: calc(24px);
  }
  .photoGalleryPage .o-AssetSave button {
    padding: 12px 16px 6px;
    border-radius: 20px;
    margin-left: -16px;
    margin-top: -12px;
  }
  .photoGalleryPage .o-AssetSave button:hover {
    cursor: pointer;
    background: #F5F5F5;
  }
  .photoGalleryPage .o-AssetShare {
    display: none;
  }
  .photoGalleryPage .ad-text {
    text-align: center;
  }
  .photoGalleryPage .galad-container--clickthru {
    display: block;
    width: 1168px;
  }
  .photoGalleryPage .galad-container--clickthru .o-Article__m-TopStuff {
    padding: 28px 28px 0;
  }
  .photoGalleryPage .o-WeRecommend .o-Capsule__m-MediaBlock {
    display: inline-block;
  }
}
@media only screen and (min-width: 738px) {
  .photoGalleryPage[data-entered] .gallery-controller__button--enter {
    display: none;
  }
  .photoGalleryPage {
    min-width: 1168px;
  }
  .photoGalleryPage .o-Article__m-Footer {
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 738px) and (max-device-width: 1024px) {
  .photoGalleryPage .o-WeRecommend {
    max-width: 1168px;
    overflow-x: scroll;
  }
}

.o-Header[data-module=header-mobile] .o-Header__m-Area--Main {
  box-shadow: unset;
}

