@charset "UTF-8";
/* CWJ - Testing Captions*/
.postid-346421 .wp-block-jetpack-slideshow_swiper-wrapper {
  height: auto !important;
}
/* ES - Add padding to caption of full-width slideshows 7081424-zen*/
.wp-block-jetpack-slideshow.alignfull.is-style-show-counter.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
  padding-left: 30px;
}
@media (max-width: 600px) {
  .wp-block-jetpack-slideshow.alignfull.is-style-show-counter.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
    padding-left: 12px;
  }
}
.wp-block-embed {
  margin-top: var(--spacing-m);
}
.wp-block-embed iframe {
  display: block;
  margin: 0;
}
.wp-caption[style] {
  max-width: 635px;
}
@media (max-width: 800px) {
  .wp-caption[style] {
    max-width: 100%;
  }
}
.article-share ul li {
  width: 24px;
  height: 24px;
  place-content: center;
  display: grid;
}
.article-share ul svg {
  width: 100%;
}
.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}
.product-modal.is-visible .article-footer {
  display: none;
}
.wp-block-jetpack-slideshow {
  margin-top: 3rem;
}
.wp-block-gallery {
  margin-top: 3rem;
}
.wp-block-jetpack-image-compare {
  margin-top: 3rem;
}
.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image, .wp-block-jetpack-slideshow.alignwide .wp-block-jetpack-slideshow_slide .wp-block-jetpack-slideshow_image {
  max-width: 100%;
}
/* menu background: start */
.site-header::before {
  background-color: rgba(255, 255, 255, 0.6);
  mask: none;
  -webkit-mask: none;
  height: 100%;
  transition: all var(--speed) ease;
}
.site-header.is-scrolling-up::before {
  transition: all var(--speed) ease;
}
@media (max-width: 60em) {
  .nav-is-open .site-header::before {
    background-color: transparent;
  }
}
/* menu background: end */
/* @Nyiriland - Gift Guides module –  11.21.23 - /team51-design/issues/150 */
.gift-guides-pattern ul.wp-container-core-post-template-layout-1 {
  padding: 0;
  row-gap: var(--wp--preset--spacing--25);
}
.gift-guides-pattern .article-title a {
  font-variation-settings: unset;
  font-weight: 700;
  letter-spacing: unset;
}
.gift-guides-pattern .article-title a:hover {
  font-variation-settings: unset;
  letter-spacing: unset;
  min-width: unset;
}
@media (min-width: 50.001em) {
  .gift-guides-pattern .article-title:hover, .gift-guides-pattern .wp-block-latest-posts__post-title:hover {
    margin-right: unset;
  }
}
.gift-guides-pattern figure {
  position: relative;
}
.gift-guides-pattern figure::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "+";
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.gift-guides-pattern li:hover figure::before {
  opacity: 1;
}
@media (max-width: 600px) {
  .gift-guides-pattern ul.wp-container-core-post-template-layout-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}
/* CookieYes fix with infinite scroll #779 */
body > .video-placeholder-normal {
  display: none;
}
/* fix the JP slide show on https://coolhunting.com/food-drink/experiencing-the-depth-of-singlethread-with-audi/ of only vertical images */
.postid-360832 div.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
  align-items: center;
}
div.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
  align-self: flex-start;
}