/**
*
* Gambit - Master Stylesheet.
* @author james@ufn.com
*
*/
/**
 * Homepage Critical CSS
 * Imports essential above-fold styles from gambit theme
 * Target size: 10-15KB minified
 *
 * Note: Using @import for consistency with existing codebase
 * Dart Sass deprecation warnings can be ignored for now
 */
/*----------  MEDIA QUERY MIXIN  ----------*/
/* FONT */
/* Color Variables */
/*----------  Base Colors  ----------*/
/*----------  Text  ----------*/
/*----------  Product Sort  ----------*/
/* CLOUDINARY */
/* @extend styles */
.banner:after, .hero:after, .relative:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.full-wrap-card {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 40px 0 40px;
  background: white;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.3);
}
@media (max-width: 720px) {
  .full-wrap-card {
    margin: 0;
    padding: 17px 10px 20px;
    box-shadow: none;
  }
}

.category-shortcuts__title, .lovingly-reviews__title, .best-sellers__title {
  clear: both;
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: white;
  font-weight: 400;
  letter-spacing: 0.1px;
  position: relative;
  z-index: 1;
  line-height: 1;
  width: fit-content;
  padding: 0 15px;
}
@media (max-width: 720px) {
  .category-shortcuts__title, .lovingly-reviews__title, .best-sellers__title {
    font-size: 18px;
    margin: 0 auto;
  }
}

.category-shortcuts__title-border, .best-sellers__title-border {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  border: 0;
  border-bottom: solid 1px hsl(0, 0%, 87%);
  z-index: 0;
}
@media (max-width: 720px) {
  .category-shortcuts__title-border, .best-sellers__title-border {
    left: 0;
    top: -12px;
  }
}

p,
div,
li,
h1,
h2,
h3,
h4,
h5,
a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  color: rgba(0, 0, 0, 0.7);
}

h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0;
}
@media (max-width: 720px) {
  h2 {
    font-size: 16px;
  }
}

p {
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}
p a {
  color: #1368FB;
}
p a:hover {
  text-decoration: underline;
}

.hide-for-small {
  display: block !important;
}
@media (max-width: 720px) {
  .hide-for-small {
    display: none !important;
  }
}

.show-for-small {
  display: none !important;
}
@media (max-width: 720px) {
  .show-for-small {
    display: block !important;
  }
}

.visually-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.no-margin {
  margin: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}

.clear {
  display: block;
  clear: both;
  overflow: hidden;
}

.large-12.columns {
  width: 100%;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}
.no-margin--left {
  margin-left: 0 !important;
}
.no-margin--right {
  margin-right: 0 !important;
}
.no-margin__bottom {
  margin-top: 0 !important;
}
.no-margin__bottom {
  margin-bottom: 0 !important;
}

.relative {
  position: relative;
}

/*----------  Gambit : Base styles and overrides;  ----------*/
html,
body {
  height: 100%;
}

body.is-gray-background {
  background: hsl(0, 0%, 98%);
}
@media (max-width: 720px) {
  body.is-gray-background {
    background: hsl(0, 0%, 100%);
  }
}

.storefrontWrap {
  position: relative;
}
@media (max-width: 803px) {
  .storefrontWrap {
    margin-top: 56px;
  }
}
@media (max-width: 720px) {
  .storefrontWrap {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .categoryPadding {
    padding: 0 15px;
  }
}

.category-seo-h2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 25.2px;
}

.mt-neg-25 {
  margin-top: -25px;
}

@media (max-width: 720px) {
  .mt-mobile-10 {
    margin-top: 10px !important;
  }
}

.placeholder-label {
  position: absolute;
  color: black;
  top: -9999px;
  left: -9999px;
}

.header {
  overflow: hidden;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  justify-content: space-between;
  height: 90px;
}
@media (max-width: 720px) {
  .header {
    display: none;
  }
}
.header__top-banner {
  padding: 5px 7px 7px 7px;
  overflow: hidden;
}
.header__top-banner #defaultCountdown {
  font-weight: 500;
}
@media (max-width: 720px) {
  .header__top-banner {
    display: none;
  }
}
.header__text-container {
  display: flex;
}
.header__text-container .header__established,
.header__text-container .header__phone-address {
  width: 50%;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
}
.header__text-container .header__established a,
.header__text-container .header__phone-address a {
  color: #fff;
  text-decoration: none;
}
.header__phone-address {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__established {
  text-align: left;
  font-size: 15px;
}
.header__container {
  background-color: transparent;
  border: 0;
}
@media (max-width: 720px) {
  .header__container {
    height: auto;
  }
}
.header__right-column {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  display: flex !important;
  align-content: center;
}
@media (max-width: 720px) {
  .header__right-column {
    position: absolute;
    width: 100% !important;
    padding: 0;
    top: 86px;
    z-index: 1;
  }
  .header__right-column.delivery-text-active__mobile {
    top: 100px;
  }
  .header__right-column .search__container {
    padding: 0;
    margin: 0;
  }
  .header__right-column .search-field {
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
    padding-left: 10px;
    text-indent: 45px;
    background-position: 21px 8px !important;
  }
}
@media (max-width: 720px) {
  .header__no-free-delivery {
    top: 51px;
  }
}
.header__logo-image-container {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
}
.header__logo-image-container figure {
  margin: 0;
  padding: 0;
  line-height: unset;
}
.header__logo-image-container figcaption {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.header__logo-image-container p {
  margin: 0;
}
.header__logo-image-container img {
  max-height: 70px;
}
.header__logo-image-container h1 {
  display: block;
  width: 304px;
}
.header__logo-container {
  padding-left: 0;
}
@media (max-width: 960px) {
  .header__logo-container {
    padding-left: 20px;
  }
}
.header__logo-text {
  font-size: 28px;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 1.2;
  font-weight: 500;
}
.header__logo-text:hover {
  color: rgb(255, 255, 255);
}
.header__logo-container h1 {
  display: table;
  width: 100%;
  height: 90px;
  margin: 0;
}
@media (max-width: 720px) {
  .header__solid-skin-container {
    border-bottom: 0;
  }
}

.tagline {
  margin: 0;
  line-height: 0.3;
  text-align: center;
}
.tagline a {
  color: rgb(129, 129, 129);
  font-size: 12px;
  line-height: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
  letter-spacing: 0.5px;
}
@media (min-width: 721px) {
  .tagline a {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 720px) {
  .tagline {
    color: rgb(150, 150, 150);
    text-align: center;
    margin: 20px 20px 10px;
    letter-spacing: 0.5px;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  .header__container {
    border: 0;
    background-color: transparent;
  }
}
#fittext1 {
  width: 304px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}

.header__solid-skin-container {
  overflow: hidden;
}
@media (max-width: 720px) {
  .header__solid-skin-container {
    margin: 0 !important;
    border: 0 !important;
  }
}

.logo-centered .free-delivery__container .free-delivery--ribbon {
  margin: 0 0 0 20px;
}
.logo-centered .header__logo-image-container {
  text-align: center;
}
.logo-centered .header__logo-container {
  padding-right: 0;
  margin-bottom: 20px;
  text-align: center;
}
.logo-centered .header__logo-image-container {
  display: block;
  overflow: hidden;
}

/*----------  Gambit: search;  ----------*/
.search__container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-self: center;
}
.search__container form {
  margin: 0;
  width: 100%;
}
.search__container .search-field {
  width: 100%;
  height: 31px;
  border-radius: 5px;
  background: url("https://res.cloudinary.com/ufn/image/upload/f_auto/v1482957644/dark-search-glass_kbmya8.svg") 7px 6px no-repeat !important;
  text-indent: 23px;
  border: 0;
  position: relative;
  font-size: 13px;
  background-size: 18px !important;
  margin: 0 0 10px 0;
}
@media (max-width: 720px) {
  .search__container .search-field {
    z-index: 100;
  }
}
.search__container--dark-skin .search-field {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.search__container--dark-skin .search-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.search__container .go {
  display: none;
}
@media (max-width: 720px) {
  .search__container {
    z-index: 10;
    width: 100%;
    padding: 10px 20px 20px;
  }
  .search__container .search-field {
    width: 100% !important;
    background: white !important;
    color: rgba(0, 0, 0, 0.87) !important;
    text-indent: 10px;
    margin: 0;
    max-width: none;
    border-radius: 0;
    height: 40px;
    border-bottom: solid 1px rgb(207, 207, 207) !important;
  }
  .search__container .search-field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
  }
}

@media (max-width: 720px) {
  .search-icon a {
    display: block;
    height: 30px;
    width: 36px;
  }
}

/*----------  Gambit: hero;  ----------*/
.hero {
  margin-bottom: 0;
  max-height: 550px;
}
.hero__container {
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.4);
}

.mobile-dotd-image img {
  width: 100%;
}

.header__hero-splash-img {
  display: inline-block;
  vertical-align: middle;
  height: 130px;
  max-height: 130px;
}
@media (min-width: 721px) and (max-width: 803px) {
  .header__hero-splash-img {
    margin-top: -89px !important;
  }
}
@media (min-width: 804px) and (max-width: 1023px) {
  .header__hero-splash-img {
    margin-top: -33px !important;
  }
}
@media (min-width: 1024px) {
  .header__hero-splash-img {
    height: 318px;
    max-height: 318px;
    margin-top: -35px;
  }
}

.mobile-banner-padding {
  margin-top: -18px;
}

@media all and (min-width: 721px) {
  .banner-padding {
    padding-top: 26px;
  }
}

@media (min-width: 960px) {
  .full-width-splash {
    position: relative;
    max-width: 1920px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
  }
}
.full-width-splash .header__hero-splash-img {
  display: inline-block;
  vertical-align: middle;
  height: max-content;
  max-height: 450px;
}
@media (min-width: 721px) and (max-width: 787px) {
  .full-width-splash .header__hero-splash-img {
    margin-top: -36px !important;
  }
}
@media (min-width: 788px) and (max-width: 803px) {
  .full-width-splash .header__hero-splash-img {
    margin-top: -56px !important;
  }
}
@media (min-width: 804px) {
  .full-width-splash .header__hero-splash-img {
    margin-top: 0px !important;
  }
}

.sized-splash-top-margin {
  margin-top: -15px !important;
}
@media (min-width: 721px) and (max-width: 803px) {
  .sized-splash-top-margin {
    margin-top: -71px !important;
  }
}

.full-width-splash-overflow {
  overflow-x: hidden;
  margin-top: -35px;
}
.full-width-splash-overflow.with-banner {
  margin-top: 0px !important;
}

/*----------  Gambit: Hero Carousel  ----------*/
/*  Layout from Figma: full-width slide with 200px side padding,
    960px centered flex row: [prev arrow] [content flex:1] [next arrow],
    gap 24px between arrow and content. */
.hero-carousel {
  position: relative;
  width: 100vw;
  height: 550px;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  max-width: 1440px;
}
@media (min-width: 1441px) {
  .hero-carousel {
    width: 1440px;
    margin-left: calc(50% - 720px);
  }
}
@media (max-width: 720px) {
  .hero-carousel {
    height: 420px;
    width: 100%;
    margin-left: 0;
    overflow: visible;
  }
}

@media (max-width: 720px) {
  .hero-carousel__slides {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    touch-action: pan-x;
    overscroll-behavior-x: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 16px;
    gap: 10px;
    position: relative;
    height: 420px;
  }
  .hero-carousel__slides::-webkit-scrollbar {
    display: none;
  }
}

.hero-carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}
@media (min-width: 721px) {
  .hero-carousel__slide {
    pointer-events: none;
  }
}
.hero-carousel__slide--active {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 721px) {
  .hero-carousel__slide--active {
    pointer-events: auto;
  }
}
@media (max-width: 720px) {
  .hero-carousel__slide {
    position: relative;
    width: 324px;
    min-width: 324px;
    height: 420px;
    margin-top: 10px;
    border-radius: 6px;
    overflow: hidden;
    opacity: 1;
    scroll-snap-align: center;
    flex-shrink: 0;
    transition: none;
  }
}

.hero-carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 720px) {
  .hero-carousel__image {
    object-fit: cover;
    object-position: center;
  }
}

.hero-carousel__gradient {
  display: none;
}
@media (max-width: 720px) {
  .hero-carousel__gradient {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(86, 70, 55, 0) 45.595%, rgba(86, 70, 55, 0.81) 78.238%);
    mix-blend-mode: multiply;
    z-index: 1;
  }
}

.hero-carousel__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  height: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .hero-carousel__inner {
    padding: 0 100px;
  }
}
@media (max-width: 960px) {
  .hero-carousel__inner {
    padding: 0 40px;
  }
}
@media (max-width: 720px) {
  .hero-carousel__inner {
    padding: 0;
  }
}

.hero-carousel__content {
  flex: 1;
  min-width: 0;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 720px) {
  .hero-carousel__content {
    max-width: 100%;
    padding: 12px 16px 30px 16px;
    justify-content: flex-end;
    height: 100%;
    gap: 10px;
  }
}

.hero-carousel__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 423px;
}
@media (max-width: 720px) {
  .hero-carousel__text-block {
    max-width: 100%;
    gap: 10px;
  }
}

.hero-carousel__headline {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 42px;
  line-height: 50.4px;
  letter-spacing: 0.42px;
  color: #fff;
  margin: 0;
  word-wrap: break-word;
}
@media (max-width: 720px) {
  .hero-carousel__headline {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.28px;
  }
}

@media (max-width: 720px) {
  .hero-carousel__headline {
    color: #fff !important;
  }
}
.hero-carousel__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #AF1321;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0.16px;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.hero-carousel__cta:hover, .hero-carousel__cta:focus {
  background: #8e0f1b;
  color: #fff;
  text-decoration: none;
}
.hero-carousel__cta svg {
  width: 18px;
  height: 18px;
}

.hero-carousel__nav {
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: background 0.2s ease;
  flex-shrink: 0;
}
.hero-carousel__nav:hover, .hero-carousel__nav:focus {
  background: rgba(255, 255, 255, 0.6);
}
.hero-carousel__nav svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 720px) {
  .hero-carousel__nav {
    display: none;
  }
}

.hero-carousel__controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 720px) {
  .hero-carousel__controls {
    display: none;
  }
}

.hero-carousel__pause {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-carousel__pause svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.hero-carousel__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
.hero-carousel__dot--active {
  background: #fff;
}
.hero-carousel__dot:hover, .hero-carousel__dot:focus {
  background: rgba(255, 255, 255, 0.8);
}

.hero-carousel__pills {
  display: none;
}
@media (max-width: 720px) {
  .hero-carousel__pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px 0;
  }
}

.hero-carousel__pill {
  border: none;
  border-radius: 20px;
  padding: 3px 10px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.hero-carousel__pill--active {
  color: rgba(0, 0, 0, 0.87);
}

.hero-carousel__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(250, 207, 212, 0.3);
  z-index: 3;
}
@media (max-width: 720px) {
  .hero-carousel__progress {
    display: none;
  }
}

.hero-carousel__progress-bar {
  height: 100%;
  width: 0;
  animation: heroCarouselProgress 5s linear forwards;
}

@keyframes heroCarouselProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.hero-carousel--paused .hero-carousel__progress-bar {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel__slide {
    transition: none;
  }
  .hero-carousel__progress-bar {
    animation: none;
    width: 100%;
  }
  .hero-carousel__nav,
  .hero-carousel__cta {
    transition: none;
  }
  .hero-carousel__dot {
    transition: none;
  }
}
/*----------  Gambit: Banner;  ----------*/
.bannerWrap {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
.bannerWrap__full-splash {
  display: flex;
  flex-flow: row;
  justify-content: center !important;
}

.banner {
  height: 46px;
  margin-bottom: 0;
  padding: 0;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
}
@media (max-width: 996px) {
  .banner {
    height: auto;
  }
}
.banner a {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
}
.banner a strong {
  font-weight: 600;
}
.banner__separator {
  border-right: solid 1px #dedede;
  margin: 13px 0;
}
.banner__separator__full-splash {
  border-right: solid 1px #dedede;
  margin: 13px 0;
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.banner__column {
  padding: 15px 0;
  box-sizing: border-box;
}
.banner__column__left a {
  letter-spacing: 0.6px;
}
.banner__column__center a {
  text-align: center;
  letter-spacing: 0.1px;
}
.banner__column__right a {
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 996px) {
  .banner__column {
    min-width: 0;
    padding: 15px 7px;
  }
  .banner__column a {
    text-align: center;
    padding: 0;
  }
}

.banner__sf .banner__column__left, .banner__sf .banner__column__right {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
@media (max-width: 996px) {
  .banner__sf .banner__column__left, .banner__sf .banner__column__right {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
.banner__sf .banner__column__left a {
  text-align: right;
  padding-right: 30px;
}

/*----------  Gambit: Headings;  ----------*/
.best-sellers__container {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 720px) {
  .best-sellers__container {
    margin-top: 10px;
  }
}
@media (max-width: 720px) {
  .best-sellers {
    width: 286px;
  }
}

.lovingly-reviews__title {
  background: hsl(0, 0%, 98%) !important;
}
@media (max-width: 600px) {
  .lovingly-reviews__title {
    background: white;
    margin-bottom: 20px;
  }
}

.categoryTitle {
  font-size: 20px;
  font-weight: 500;
}

.customerFavoritesTitle {
  font-size: 20px;
  font-weight: 500;
  padding-left: 16px;
}

.home-primary-header {
  text-align: center;
}

.home-primary-header h1 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(129, 129, 129);
}

.home-secondary-header {
  text-align: center;
}

.home-secondary-header h2 {
  font-size: 16px;
  font-weight: 500;
  color: rgb(129, 129, 129);
}

@media all and (min-width: 721px) {
  body {
    padding-top: 192px !important;
  }
  body header {
    position: fixed;
    z-index: 97;
    top: 0;
    left: 0;
    width: 100%;
  }
  header,
  .header__solid-skin-container {
    height: 90px;
  }
  .display-none {
    display: none;
  }
  .navigation--submenu {
    height: auto;
  }
  .sticky__content {
    display: none;
    opacity: 0;
  }
  .sticky__content:after {
    display: block;
    clear: both;
    content: "";
  }
  .is-sticky .navigation__submenu,
  .is-sticky .header__established,
  .is-sticky .header__phone-address {
    display: none;
  }
  .is-sticky .header__solid-skin-container,
  .is-sticky .navigation--submenu {
    overflow: hidden;
    height: 0;
  }
  .is-sticky .header--phone-address,
  .is-sticky .free-delivery {
    display: none;
  }
  .is-sticky .header__need-it-now {
    height: auto;
  }
  .is-sticky .sticky__content {
    display: block;
    opacity: 1;
  }
  .is-sticky .sticky__store-name {
    position: relative;
    top: 3px;
    display: block;
    float: left;
    width: 50%;
    padding-bottom: 2px;
    text-align: left;
  }
  .is-sticky .sticky__store-name a {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: white;
  }
  .is-sticky .sticky__assurance {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    position: relative;
    top: 7px;
    width: 50%;
    float: right;
    color: #FFF;
  }
}
/* Assurance for single product view */
.assurance {
  line-height: 120%;
  color: #A9A9AF;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.assurance a {
  overflow: hidden;
  display: block;
}
@media (max-width: 720px) {
  .assurance {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    padding-top: 39px;
    margin-top: 13px;
    border-top: solid 1px #DEDEDE;
    margin-bottom: 0;
  }
}
.assurance .save,
.assurance .satisfaction {
  float: left;
  opacity: 1;
}
.assurance .save:hover,
.assurance .satisfaction:hover {
  opacity: 1;
}
@media (max-width: 720px) {
  .assurance .save,
  .assurance .satisfaction {
    position: relative;
    opacity: 1;
    width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 320px) {
  .assurance .save,
  .assurance .satisfaction {
    padding-right: 0;
  }
}
.assurance .save span.secondary,
.assurance .satisfaction span.secondary {
  display: block;
}
.assurance .primary {
  font-size: 30px;
  font-weight: bold;
  float: left;
  position: relative;
  margin-bottom: 0;
  color: #666;
  line-height: 100%;
  letter-spacing: 1.8px;
  padding-right: 5px;
}
@media (max-width: 720px) {
  .assurance .primary {
    font-size: 24px;
    padding-right: 5px;
  }
}
.assurance .secondary {
  font-size: 12px;
  font-weight: 400;
  float: left;
  margin-bottom: 0;
  color: #666;
  max-width: 105px;
  letter-spacing: 0.1px;
  line-height: 120%;
}
@media (max-width: 720px) {
  .assurance .secondary {
    line-height: 100%;
  }
}
.assurance .save {
  width: 50%;
}
@media (max-width: 720px) {
  .assurance .save {
    width: 100%;
  }
}
.assurance .save .primary {
  padding-right: 6px;
  word-break: break-all;
  hyphens: auto;
  -webkit-hyphenate-character: auto;
}
@media (max-width: 720px) {
  .assurance .save .primary {
    padding-right: 10px !important;
  }
}
.assurance .save .secondary {
  max-width: 120px;
}
.assurance .satisfaction {
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 720px) {
  .assurance .satisfaction {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .assurance .satisfaction a {
    padding-bottom: 14px;
    border-bottom: solid 1px #DEDEDE;
    margin-bottom: 13px;
  }
}
@media (max-width: 720px) {
  .assurance {
    overflow: auto;
  }
  .assurance .secondary {
    padding-top: 0;
    width: 67%;
  }
}

.mothersday svg {
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 720px) {
  .mothersday svg {
    width: 75px;
    top: -20px;
  }
}
.mothersday .category-shortcuts__text_christmas {
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 720px) {
  .mothersday .category-shortcuts__icon {
    width: 70px;
    position: relative;
    top: 3px;
    left: 3px;
  }
}
.mothersday .category-shortcuts__text {
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 720px) {
  .mothersday .category-shortcuts__text {
    padding: 0 17px;
  }
}

.category-shortcuts {
  width: 100%;
  background: #fff;
  margin: 20px 0 0;
}
.category-shortcuts:not(.delivery-locations) {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 721px) {
  .category-shortcuts:not(.delivery-locations) {
    padding: 40px 20px 32px 20px;
  }
}
.category-shortcuts__container {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  margin: 28px 20px 0;
}
@media (min-width: 920px) {
  .category-shortcuts:not(.delivery-locations) .category-shortcuts__container {
    width: 880px;
    margin: 28px auto 0;
    gap: 20px;
  }
}
@media (min-width: 721px) and (max-width: 919px) {
  .category-shortcuts:not(.delivery-locations) .category-shortcuts__container {
    width: 100%;
    max-width: calc(100vw - 40px);
    margin: 28px auto 0;
    gap: 20px;
    overflow-x: visible;
  }
}
.category-shortcuts.delivery-locations .category-shortcuts__shortcut--rectangular {
  box-shadow: none !important;
}
.category-shortcuts__title {
  margin-bottom: 15px;
}
.category-shortcuts__header-container {
  position: relative;
}
.category-shortcuts__icon {
  width: 82px;
  height: 62px;
  margin: 0 auto 10px;
}
.category-shortcuts__icon.single-line {
  margin-top: -12px;
}
@media only screen and (min-width: 720px) {
  .category-shortcuts__icon.single-line-mobile {
    margin-top: -12px;
  }
}
.category-shortcuts__icon {
  opacity: 0.3;
}
.category-shortcuts__shortcut {
  width: 154px;
  height: 154px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.category-shortcuts__shortcut:hover .category-shortcuts__icon, .category-shortcuts__shortcut:focus .category-shortcuts__icon {
  opacity: 0.5;
}
.category-shortcuts__shortcut--rectangular {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  width: 160px;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
}
.category-shortcuts__shortcut--rectangular .category-shortcuts__icon {
  width: 67px;
  height: 91px;
}
.category-shortcuts__shortcut--rectangular .category-shortcuts__image {
  align-self: stretch;
  height: 220px;
  width: 162px;
  object-fit: cover;
  border-radius: 4px;
  margin: 0;
  transition: filter 0.3s ease;
  flex-shrink: 0;
}
.category-shortcuts__shortcut--rectangular .category-shortcuts__text {
  align-self: stretch;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-family: "Helvetica Neue";
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.16px;
  padding: 0;
  margin: 0;
}
@media (min-width: 721px) {
  .category-shortcuts__shortcut--rectangular:hover .category-shortcuts__image {
    opacity: 0.6;
  }
}
.category-shortcuts:has(.category-shortcuts__shortcut--rectangular) .category-shortcuts__container {
  overflow: hidden;
}
.category-shortcuts__text {
  padding: 0 20px;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

@media all and (max-width: 720px) {
  .category-shortcuts__icon svg {
    max-height: 50px;
  }
  .category-shortcuts {
    width: 100%;
    box-shadow: none;
    background: #FAFAFA;
    margin: 0;
    padding: 16px 0;
    display: block;
  }
  .category-shortcuts--icons-mode {
    display: none !important;
  }
  .category-shortcuts ::-webkit-scrollbar,
  .category-shortcuts ::-webkit-scrollbar-thumb,
  .category-shortcuts ::-webkit-scrollbar-track {
    height: 3px;
    border: none;
    background: transparent;
    margin: 0 20px;
  }
  .category-shortcuts ::-webkit-scrollbar-button,
  .category-shortcuts ::-webkit-scrollbar-track-piece,
  .category-shortcuts ::-webkit-scrollbar-corner,
  .category-shortcuts ::-webkit-resizer {
    display: none;
  }
  .category-shortcuts ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #C3C6C9;
    margin-left: 30px;
  }
  .category-shortcuts ::-webkit-scrollbar-track {
    background-image: url("https://res.cloudinary.com/ufn/image/upload/v1580743280/Path_2166_oxhbvy.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position-y: 1px;
    background-position-x: 20px;
  }
  .category-shortcuts__container {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .category-shortcuts__title {
    width: 100%;
    background: #fafafa;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-family: "Helvetica Neue";
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.18px;
    margin: 0 0 20px 0;
  }
  .category-shortcuts__title-border {
    display: none;
  }
  .category-shortcuts__shortcut {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .category-shortcuts__shortcut--rectangular {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    display: inline-flex;
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    background: transparent;
  }
  .category-shortcuts__shortcut--rectangular .category-shortcuts__frame {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    display: inline-flex;
  }
  .category-shortcuts__shortcut--rectangular .category-shortcuts__image-container {
    width: 160px;
    height: 160px;
    background: #DDE9F3;
    overflow: hidden;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: flex;
  }
  .category-shortcuts__shortcut--rectangular .category-shortcuts__image {
    width: 160px;
    height: 160px;
    object-fit: cover;
  }
  .category-shortcuts__shortcut--rectangular .category-shortcuts__text {
    width: 156px;
    height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-family: "Helvetica Neue";
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 0.14px;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
  }
  .category-shortcuts__icon {
    width: 63px;
    height: 50px;
    margin: 0 auto 5px;
  }
  .category-shortcuts__icon.valentines-day svg {
    width: 60px;
    height: auto;
  }
  .category-shortcuts__icon.birthday svg {
    width: 52px;
    height: auto;
  }
  .category-shortcuts__icon.christmas svg {
    width: 62px;
    height: auto;
  }
  .category-shortcuts__icon.sympathy svg {
    width: 63px;
    height: auto;
  }
  .category-shortcuts__icon.getwell svg {
    width: 42px;
    height: auto;
  }
  .category-shortcuts__icon.loveromance svg {
    width: 38px;
    height: auto;
  }
  .category-shortcuts__icon.just-because svg {
    width: 50px;
    height: auto;
  }
  .category-shortcuts__text {
    font-size: 13px;
    line-height: 1;
  }
}
/**
 * Florist Location Section Styles
 * LV-9217 - New Map & Structured Data Content for Homepage
 *
 * This file contains styles for the florist location section including:
 * - Callout banner
 * - Map embed
 * - Shop info and hours table
 * - Delivery areas with city tags
 */
.florist-location-section {
  padding: 0 0 40px 0;
  margin: 0;
}

.location-callout-banner {
  background-color: #FFF3E0;
  border: 1px solid #E0D5C7;
  border-radius: 4px;
  padding: 8px 20px;
  margin-bottom: 30px;
  text-align: center;
}
.location-callout-banner .callout-emoji {
  font-size: 24px;
  line-height: 1.4;
  margin-right: 8px;
}
.location-callout-banner .callout-message {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.16px;
}

.location-map-container {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.location-map-container .location-map-embed {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.location-content-wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 32px;
  margin-bottom: 40px;
}

.location-shop-info .shop-info-heading {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.location-shop-info .shop-info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.location-shop-info .shop-info-item .info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.location-shop-info .shop-info-item .info-icon img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.4;
}
.location-shop-info .shop-info-item .info-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  line-height: 1.2;
}
.location-shop-info .shop-info-item .info-link {
  color: #1976D2;
  text-decoration: none;
  line-height: 1.2;
}
.location-shop-info .shop-info-item .info-link:hover {
  text-decoration: underline;
}

.location-hours-table .hours-heading {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 16px 0;
}
.location-hours-table .hours-table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin-bottom: 0;
}
.location-hours-table .hours-table thead th {
  text-align: left;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  border: 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.location-hours-table .hours-table thead th:first-child {
  padding-left: 0;
}
.location-hours-table .hours-table thead th:last-child {
  text-align: right;
  padding-right: 0;
}
.location-hours-table .hours-table tbody tr {
  border: 0;
}
.location-hours-table .hours-table tbody tr.current-day {
  background-color: #FFFDE7;
}
.location-hours-table .hours-table tbody tr td {
  padding: 8px 8px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
  border: 0;
}
.location-hours-table .hours-table tbody tr td:first-child {
  padding-left: 0;
  font-weight: 400;
}
.location-hours-table .hours-table tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
}

.location-delivery-areas {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  border-top: 1px solid #E0E0E0;
}
.location-delivery-areas .delivery-areas-image .areas-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.location-delivery-areas .delivery-areas-content .delivery-areas-heading {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.location-delivery-areas .delivery-areas-content .delivery-areas-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
.location-delivery-areas .delivery-areas-content .delivery-cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.location-delivery-areas .delivery-areas-content .delivery-cities-list .delivery-city-link {
  display: flex;
  padding: 6px 8px;
  align-items: center;
  gap: 8px;
  background-color: #E6F3EB;
  border: none;
  border-radius: 4px;
  color: #003816;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12px;
  text-decoration: underline;
  transition: background-color 0.2s ease;
}
.location-delivery-areas .delivery-areas-content .delivery-cities-list .delivery-city-link:hover {
  background-color: rgb(212.7702702703, 234.7297297297, 221.2162162162);
  text-decoration: underline;
}
.location-delivery-areas .delivery-areas-content .delivery-cities-list .delivery-city-link.show-more-link, .location-delivery-areas .delivery-areas-content .delivery-cities-list .delivery-city-link.show-less-link {
  background-color: transparent;
  border: none;
  color: #1976D2;
  text-decoration: underline;
  padding: 6px 0;
  font-weight: 400;
  cursor: pointer;
}
.location-delivery-areas .delivery-areas-content .delivery-cities-list .delivery-city-link.show-more-link:hover, .location-delivery-areas .delivery-areas-content .delivery-cities-list .delivery-city-link.show-less-link:hover {
  background-color: transparent;
}
.location-delivery-areas .delivery-areas-content .delivery-cities-list:not(.expanded) .delivery-city-link:nth-child(n+16):not(.show-more-link) {
  display: none;
}
.location-delivery-areas .delivery-areas-content .delivery-cities-list.expanded .show-more-link {
  display: none;
}
.location-delivery-areas .delivery-areas-content .delivery-cities-list:not(.expanded) .show-less-link {
  display: none;
}

@media (max-width: 900px) {
  .florist-location-section {
    padding: 30px 20px;
  }
  .location-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .location-delivery-areas {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .florist-location-section {
    padding: 20px 15px;
  }
  .location-callout-banner {
    padding: 12px 16px;
    text-align: left;
  }
  .location-callout-banner .callout-emoji {
    font-size: 20px;
  }
  .location-callout-banner .callout-message {
    font-size: 14px;
  }
  .location-map-container {
    margin-bottom: 20px;
  }
  .location-map-container .location-map-embed {
    height: 250px;
  }
  .location-content-wrapper {
    gap: 25px;
    margin-bottom: 30px;
  }
  .location-shop-info .shop-info-heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .location-shop-info .shop-info-item {
    margin-bottom: 12px;
  }
  .location-shop-info .shop-info-item .info-icon {
    font-size: 18px;
  }
  .location-shop-info .shop-info-item .info-text {
    font-size: 14px;
  }
  .location-hours-table .hours-heading {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .location-hours-table .hours-table {
    font-size: 13px;
  }
  .location-hours-table .hours-table thead th {
    font-size: 12px;
    padding: 10px 6px;
  }
  .location-hours-table .hours-table tbody td {
    padding: 10px 6px;
    font-size: 13px;
  }
  .location-delivery-areas {
    margin-top: 20px;
    padding-top: 20px;
  }
  .location-delivery-areas .delivery-areas-content .delivery-areas-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .location-delivery-areas .delivery-areas-content .delivery-areas-description {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .location-delivery-areas .delivery-areas-content .delivery-cities-list {
    gap: 8px;
  }
  .location-delivery-areas .delivery-areas-content .delivery-cities-list .delivery-city-link {
    padding: 6px 8px;
    font-size: 12px;
    text-decoration: underline;
  }
}
.hero__container--carousel .banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  max-width: 1440px;
}
@media (min-width: 1441px) {
  .hero__container--carousel .banner {
    width: 1440px;
    margin-left: calc(50% - 720px);
  }
}

.hero__container--carousel .bannerWrap {
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 736px) {
  .hero__container--carousel {
    box-shadow: none;
  }
  .hero__container--carousel .banner {
    box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.4);
  }
}
